summaryrefslogtreecommitdiff
path: root/javaSE
Commit message (Collapse)AuthorAgeFilesLines
* Update version for JavaSE/EE libsJoey Grover2023-02-141-1/+1
|
* Update Version name“JKAST”2022-10-251-1/+1
|
* Update CHANGELOG, version name/code“JKAST”2022-09-231-1/+1
|
* Remove cloning the ImageRPC in the clone method for SdlArtwork (#1821)Julian Kast2022-07-181-1/+1
| | | | | | | * Remove cloning the ImageRPC in the clone method for SdlArtwork * Fix JavaSe artwork cloning method to match android * Fix cloning sdlArtwork
* Update version for javaSE“JKAST”2022-06-291-1/+1
|
* Update Version name and version code for 5.5.0_RC“JKAST”2022-06-211-1/+1
|
* Update RC changelog and update version to 5.4.0“JKAST”2022-04-131-1/+1
|
* Replace testCompile with testImplementation (#1806)noah-livio2022-04-081-1/+1
|
* Fix LCM to close down properly (#1796)Joey Grover2022-03-232-2/+12
| | | | | | | | | | | | | | | | | | | | | * Add UAI request to clean method in LCM This makes sure to send an UAI request when the LCM is shutting down to clear it from the head unit. Also removed redundent code to cose services and ignore the UAI response because there’s nothing the library can do at that point anyways. * Add missing initilize to JavaSE LCM * Fix incorrect start call when should stop in SdlManager * Add states to LCM * Prevent duplicate calls to SdlManager.dispose * Fix formatting issues for shutdown fix #1796 Co-authored-by: Julian Kast <Julian.kast@livio.io> Co-authored-by: Julian Kast <Julian.kast@livio.io>
* Update name and version code5.4.0_RCJulianKast2022-03-081-1/+1
|
* Revert out of scope changescleanup/proposal_sdl_0286_spacingNoah Stanford2022-01-114-32/+29
|
* Reformat javaSE Java filesNoah Stanford2022-01-055-38/+43
|
* Merge branch 'master' into developRHeniz2021-12-081-1/+1
|\
| * BuildConfig Changehotfix/5.3.1RHeniz2021-12-061-1/+1
| |
| * Update Version NumberRHeniz2021-12-061-1/+1
| |
* | Update android, javaSE & javaEE gradle setup to read version for one file ↵Bilal Alsharifi2021-11-162-1/+1
|/ | | | | | | (#1764) * Move VERSION_NAME from gradle.properties to build.gradle * Fix VERSION_NAME value in build.gradle for Android
* Update version to 5.3.0Bilal Alsharifi2021-10-262-2/+2
|
* Change to RC_5.3.0RC_5.3.0Henigan2021-10-042-2/+2
|
* Change BC and gradle properties to 5.3Henigan2021-10-042-2/+2
|
* Release Candidate ChangesHenigan2021-10-041-1/+1
|
* Merge branch 'develop' into bugfix/issue_1736_multi_file_uploadbugfix/issue_1736_multi_file_uploadJulian Kast2021-09-302-0/+0
|\
| * Add new TaskMaster release to Java Suite LibraryJulian Kast2021-09-302-0/+0
| |
* | Remove unused Imports in SdlArtwork and add implement Cloneable in SdlFileJulian Kast2021-09-272-2/+1
| |
* | Add clone to javaSE SdlFileJulian Kast2021-09-242-9/+22
|/
* update version nameRC_5.2.05.2.0release/5.2.0_RCJulian Kast2021-06-292-2/+2
|
* Update versionBilal Alsharifi2021-06-082-2/+2
|
* Remove JCenter for gradle filesJulian Kast2021-04-282-3/+1
|
* Update version information (#1670)Robert Henigan2021-04-282-2/+2
| | | Co-authored-by: Henigan <rheniga1@MGC12Z921DLVCG.fbpld77.ford.com>
* Remove Bintray gradle files, add maven changes (#1663)Robert Henigan2021-04-224-106/+34
| | | Co-authored-by: Henigan <rheniga1@MGC12Z921DLVCG.fbpld77.ford.com>
* Update Version Code/Version Namerelease/5.1.0_RCHenigan2021-04-141-1/+1
|
* Update READMEs for mavenCentralHenigan2021-04-131-2/+2
|
* Add JARs for taskmaster 0.5 (#1638)Bilal Alsharifi2021-03-192-1/+1
|
* Update Version name to include RCRC_5.1.0Henigan2021-03-151-1/+1
|
* Update JavaSEHenigan2021-03-151-1/+1
|
* Fix Main Menu UI updates do not take text field name into account (#1629)Robert Henigan2021-03-121-7/+7
| | | | | | | | | | | | | * Check for textFieldNames * Review Feedback * Remove empty line seperating doc from method * Update MenuCell Constructors * Update JavaSE MenuCell Constructors Co-authored-by: Henigan <rheniga1@MGC12Z921DLVCG.fbpld77.ford.com>
* [0296]kboskin2021-03-091-2/+2
| | | | - Fix PR comments
* Screen manager alert manager (#1555)Julian Kast2021-03-053-4/+174
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added AlertAudioData and AudioData classes * Added AlertManager and BaseAlertManager Classes, Some logic to get proof of concept working * Added PresentAlertOperation Class and some bare bones logic for proof of concept * Added AlertView class and AlertCanceledListener interface * Added AlertManager to BaseScreenManager, more refining is needed here * Added FileManager to AlertManager * Cleaned up AudioData and AlertAudioData, implemented creating TTSChunk in AudioData * Modified BaseAlertManager to have queues and to create an operation for Alerts. * Added logic to create the Alert RPC, Upload Images and audio files. Added capability checking and aligned with IOS. * Fixed formatting and Fixed Timeout logic * Move All AlertManager related classes to Screen Manager package * Add logic for Cancel ID to BaseAlertManager and PresentAlertOperation, as well as fix adding audio to an alert in PresentAlertOperation * Fix package naming and null checking * Added check to check and assign SoftButtons Id's in BaseScreenManager, BaseAlertManager and BaseSoftButtonManager * Alert Text field concatenation logic * Added method to managerUtility to check for alert textField capability * Added PermissionManager logic to ScreenManager and AlertManager * Added a setter to AlertView * Rearrange logic in constructor to prevent errors when creating listeners * Fix softbutton id logic and add permission manager to alertManager in BaseScreenManager * Add Permission Manager to Alert Manager * Add Permission Manager import to AlertManager * Add AlertCompletionListener * Add AlertCompletionListener * Renamed SoftButtonLocation to ManagerLocation to be more generic, incase it needs to be used in the future * Modify AudioData Classes, Proposal needs revised to reflect changes. * Add ranges for cancelId's for chioiceSetManager and alertManager * Fix setting audio data for alert RPC in AlertManager and fix names in AudioData class * Added SpeechCapability check for audio files * Added check for supporting alert icon * Added CancelInteraction to presentAlertOperation * Add permission manager to ISDL, revert code adding it to the screenManager * Proposed Adding PermissionManager to ISDL * Add null audio check in PresentAlertOperation as well as crated clone methods for AlertAudioData and AlertView, fixed issue in AudioData where speech capability was not being added to prompts with spoken strings * revert changes adding permissionManager to baseLifecycleManagrer * Add ISdl implementation to SdlManager in android and javaSE * Formatting fix * Adding unit test classes * Fix npe in PresentAlertOperation and make ISdl in SdlManager package private for unit test * Added testPresentAlert to PresentAlertOperation, fix SystemCapabilityManagerTest * Add audio file to testing for alerts * Add null check for softbuttons in PresentAlertOperation * Fixe unit test involving sdlManager ISdl, AlertManagers Permission Manager and setting SoftButtons * Add AlertManager class to javaSE * Added AlertAudioDataTest and fixed UnsupportedOperationException * Remove checkAndAssignButtonIds from BaseSoftButtonManager as we use the screenManager now * Add Unit Test * Add SoftButtonCheck and unit test to AlertManager * Add unit test to AlertManager * Add setters in AlertView as well as add unit test * Add comments and Align with IOS * Align AudioData and AlertAudioData classes with IOS and add comments * Align and cleanup AlertView with iOS * Deprecated setting SoftButtonID's and added comments * Remove unnecessary check * Blocking a unit test to check code cov * Reformat AlertAudioData, Add SoftButtonObject clone method, Add OnRPCNotificationListener in AlertManager of softButtons * Add Unit Test to PresentAlertOperation * Rearrange cancel logic and add unit test. * Add OnFinished to operation * Added custom errors * Change logInfo to logError in PresentAlertOperation for checking if it supports audio files, fix unit test and formatting * Formatting fix * Add DispatchGroup.java and implement it in PresentAlertOperation * Use new FileManager method filesNeedsUpload in PresentAlertOperation * Rename methods for alignment and fix unit test * iOS alignment * iOS Alignment * Align with IOS for setting SoftButtons in AlertView * Update JavaDocs * Update WindowCapability for pending task in AlertManager if Capability changes. * Add max value to cancelID and align naming with iOS * Update hello_sdl_android and hello_sdl_java to use alertManager * Fix unit test * fixed bug in PresentAlertOperation * Set range for SoftButtonId's Currently we don’t have managers for Subtle Alerts, Alert Maneuver, Scrollable Message, Show Constant TBT and Perform Audio Pass Thrus. These RPCs can all have soft buttons (that the developer must assign a custom id to). Limiting the range for managers will allow us to guarantee to developers that what they set in thoes RPC's won’t clash with the screen manager generated soft button ids. * Add getMTU to new ISDL Implementation * Fixed log errors * Add Class description to AlertManager * Update documentation on AlertManager * Update cancel ID Range * Add Class description * Add a throw exception if trying to set a softButton with more then one state for an Alert * Change creatAlert() to alertRPC() in PresentAlertOperation, add log message when Alert is finished presenting and remove cancel check as op is over after Alert has presented * Remove cancel op in PresentAlert OnRPCResponseListener as it is not needed at this point * Removed prompts list and created an audioData HashMap * Fix unit test * Fix CancelAlert logic, remove unnecessary check for getting timeout in AlertView * Fix unit test * fixed comment * Remove default constructors and unnecessary tag * Set alert manager cancel id range is 1-100 and the choice set manager cancel id range is 101-200. * Added a check to see if a file has been uploaded before adding it to the Alert RPC * Align with iOS for textFields truncate * Add JavaDocs * Align uploading Audio for Alert in PresentAlertOperation with iOS * Add SoftButton limit and align Image uploads with IOS * Limit number of softButtons set in alertManager * Align Alert cancel logic with IOS * remove unnecessary setter for WindowCapability * Change nextCancelID to package private for unit test. Fix unit test * Add Comments to AlertView and AudioData Class * Fix audio check in PresentAlertOperation * Add Comments and rearrange method order to match IOS * Remove space in test class * Clean up testing imports and formatting * Remove cancel op test as logic was changed to match iOS * add setter for showWaitIndicator * Update queue number to 6 * Fix speechCapabilities conversion * Fix audioFile check * Add comment to deprecation of setting ID to SoftButtonObject * Fix cancelID for choiceSetManager * Add interface for clearing out references to SoftButtonObjects in BaseAlertManager * Fix unit test for PresentAlertOperation * Remove unnecessary if statement Co-authored-by: Julian Kast <julian@livio.com>
* [SDL-0293] OEM Exclusive App Support - Protocol & Manager layers (#1618)Joey Grover2021-02-113-2/+23
| | | | | | | | | | | | | | | | | | | | | | | * Implement 0293 Does not include android specific implementaiton pieces * Update hello world apps * Update unit tests * Increase max protocol version * Add missing nullable tag in SystemInfo * Add missing nullable tag to method in SystemInfo * Apply suggestions from code review Correctly format if statement Co-authored-by: Julian Kast <Julian.kast@livio.io> Co-authored-by: Julian Kast <Julian.kast@livio.io>
* Fix print statements in the log tool to avoid starting the statement as ↵Julian Kast2021-01-261-4/+4
| | | | System.out.println("\r\nERROR: as it may be a special case in intellij that throws an exception
* Merge branch 'develop' into feature/file_manager_refactorBilal Alsharifi2021-01-071-4/+1
|\
| * Make blankArtwork persistentBilal Alsharifi2020-12-211-4/+1
| |
* | Remove unused importsBilal Alsharifi2021-01-071-5/+0
| |
* | Merge branch 'develop' into feature/file_manager_refactorBilal Alsharifi2020-12-161-1/+1
|\ \ | |/
| * Update Taskmaster to 0.4Bilal Alsharifi2020-12-161-1/+1
| |
* | Fix issues in openInputStreamWithFile()Bilal Alsharifi2020-12-141-1/+1
| |
* | Update commentsBilal Alsharifi2020-12-091-2/+0
| |
* | Update logs and comments in FileManagerBilal Alsharifi2020-12-091-13/+4
| |
* | Refactor FileManager to use queuesBilal Alsharifi2020-12-091-61/+14
|/
* Update Version names and codesrelease/RC_5.0.0Henigan2020-11-051-1/+1
|
* Update BuildConfig to use RC3_5.0.0RC3_5.0.0Bilal Alsharifi2020-11-021-1/+1
|