summaryrefslogtreecommitdiff
path: root/android/sdl_android/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix formatObject method to handle null valuesbugfix/issue_1473Joey Grover2020-09-011-0/+48
|
* Merge pull request #1457 from ↵Bilal Alsharifi2020-09-014-527/+989
|\ | | | | | | | | smartdevicelink/TextAndGraphicsManager-Refactor-Queues Refactor Text & Graphic Manager to use queues
| * Fixed unit testJulian Kast2020-09-011-0/+5
| |
| * Fixed unit testJulian Kast2020-08-261-1/+8
| |
| * Fixed Unit testJulian Kast2020-08-263-23/+18
| |
| * Add Override back for blankArtworkJulian Kast2020-08-261-0/+1
| |
| * Fixed softButton mainField1 issueJulian Kast2020-08-261-2/+2
| |
| * Fixed commentsJulian Kast2020-08-241-3/+0
| |
| * Fixed unit testJulian Kast2020-08-241-1/+1
| |
| * Added test for OnRPCNotificationListener in T&G managerJulian Kast2020-08-231-2/+54
| |
| * Fix unit testJulian Kast2020-08-231-1/+2
| |
| * Fixed unit testJulian Kast2020-08-231-5/+16
| |
| * Added unit test to TextAndGraphicsManagerJulian Kast2020-08-221-4/+39
| |
| * Merge branch 'develop' into TextAndGraphicsManager-Refactor-QueuesJulian Kast2020-08-2251-738/+1126
| |\ | | | | | | | | | | | | # Conflicts: # base/src/main/java/com/smartdevicelink/managers/screen/BaseTextAndGraphicManager.java
| * | Fixed unit testJulian Kast2020-08-211-31/+39
| | |
| * | Added test for CreateImageOnlyShowWithPrimaryArtwork() and fixed formattingJulian Kast2020-08-201-21/+45
| | |
| * | Converted Test from TextAndGrpahicsManagerTest to ↵Julian Kast2020-08-202-514/+541
| | | | | | | | | | | | TextAndGraphicUpdateOperationTest
| * | Added test for operationJulian Kast2020-08-201-6/+111
| | |
| * | Testing codcov of testJulian Kast2020-08-201-13/+16
| | |
| * | Removed test from screenManager because behavior was changed to align with IOSJulian Kast2020-08-201-14/+0
| | |
| * | Added TextAndGraphicUpdateOperationTest. Checking codcov for it, ↵Julian Kast2020-08-202-13/+219
| | | | | | | | | | | | TextAndGraphicManagerTest need work still
| * | Fixed formatting and Aligned logic with IOSJulian Kast2020-08-191-5/+4
| | |
* | | Merge pull request #1472 from ↵Robert Henigan2020-08-3112-1921/+3
|\ \ \ | | | | | | | | | | | | | | | | smartdevicelink/feature/remove_old_transport_classes Remove old transport classes
| * | | Remove old transport classesfeature/remove_old_transport_classesJoey Grover2020-08-2812-1921/+3
| | | |
* | | | Merge pull request #1471 from smartdevicelink/feature/remove_sdlproxy_classesRobert Henigan2020-08-3114-14254/+11
|\ \ \ \ | |/ / / | | | | Remove SdlProxy classes
| * | | Remove SdlProxy releated classesfeature/remove_sdlproxy_classesJoey Grover2020-08-2814-14254/+11
| | | |
* | | | [0253] New vehicle data StabilityControlsStatus (#1394)Kostiantyn Boskin2020-08-3115-5/+209
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [0253] - VehicleDataType - Add StabilityControlsStatus - Implement changes in proper requests responses related to new structs * [0253] - Fix tests - Add new tests for StabilityControlsStatus - Fix updated Structs according to specification * [0253] - Add specific struct tests * [0253] - Rename StabilityControlStatus --> StabilityControlsStatus - Update missing tests - Remove useless constructor * [0266] - Test --> TestValues in multiple files * [0253] - Regenerate using generator - Fix formatting * [0253] - Rollback formatting changes - Change order of methods to make the diff clear * [0253] - Rollback of UnsubscribeVehicleDataResponse * [0253] - Rollback of UnsubscribeVehicleData * [0253] - Rollback of SubscribeVehicleDataResponse * [0253] - Rollback of SubscribeVehicleData * [0253] - Rollback of OnVehicleData * [0253] - Rollback of GetVehicleDataResponse * [0253] - Rollback of GetVehicleData * [0253] - Rollback of VehicleDataType * [0253] - Rollback of UnsubscribeVehicleData * [0253] - Fix VehicleDataType * [0253] - Fix compilation errors on merge * Revert LF to CRLF line separators * [0253] - Fix errors after merging dev * Update base/src/main/java/com/smartdevicelink/proxy/rpc/UnsubscribeVehicleData.java Co-authored-by: Julian Kast <Julian.kast@livio.io> * Update base/src/main/java/com/smartdevicelink/proxy/rpc/StabilityControlsStatus.java Co-authored-by: Julian Kast <Julian.kast@livio.io> * Update base/src/main/java/com/smartdevicelink/proxy/rpc/StabilityControlsStatus.java Co-authored-by: Julian Kast <Julian.kast@livio.io> * Update base/src/main/java/com/smartdevicelink/proxy/rpc/StabilityControlsStatus.java Co-authored-by: Julian Kast <Julian.kast@livio.io> * Update base/src/main/java/com/smartdevicelink/proxy/rpc/StabilityControlsStatus.java Co-authored-by: Julian Kast <Julian.kast@livio.io> * Update base/src/main/java/com/smartdevicelink/proxy/rpc/StabilityControlsStatus.java Co-authored-by: Julian Kast <Julian.kast@livio.io> * Update base/src/main/java/com/smartdevicelink/proxy/rpc/StabilityControlsStatus.java Co-authored-by: Julian Kast <Julian.kast@livio.io> * Update base/src/main/java/com/smartdevicelink/proxy/rpc/StabilityControlsStatus.java Co-authored-by: Julian Kast <Julian.kast@livio.io> * [0253] - Rename trailerSWayControl -> trailersWayControl Co-authored-by: kboskin <kboskin> Co-authored-by: Vladyslav Mustafin <vmustafin@luxoft.com> Co-authored-by: Julian Kast <Julian.kast@livio.io>
* | | [0256] Refactor Fuel Information Related Vehicle Data (#1392)Kostiantyn Boskin2020-08-277-2/+130
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [0256] - Add CapacityUnit - Refactor Fuel information - Fix tests * [0256] - Update tests data after code review - Add @Deprecated annotation - Fix JavaDoc * [0256] - Update tests after code review - Change since X.x --> since 6.0 * [0256] - Regenerate using Generator * [0256] - Fix tests * [0256] - Rollback formatting changes - Change order of methods to make the diff clear * [0256] - Rollback of UnsubscribeVehicleData && SubscribeVehicleData * [0256] - Rollback of SubscribeVehicleData && SubscribeVehicleDataResponse * [0256] - Rollback of OnVehicleData && GetVehicleData/Response * [0256] - Rollback of VehicleDataType && FuelRange && SubscribeVehicleData * Revert LF to CRLF line separators * Rollback javadoc * [VideoStreaming] - Fix tests, fix compilation errors * [0256] - Remove unused setFuelLevel_State * [0256] - Remove unused setFuelLevel_State * Revert LF to CRLF line separators * Update base/src/main/java/com/smartdevicelink/proxy/rpc/FuelRange.java Co-authored-by: Julian Kast <Julian.kast@livio.io> * Update base/src/main/java/com/smartdevicelink/proxy/rpc/FuelRange.java Co-authored-by: Julian Kast <Julian.kast@livio.io> * Update base/src/main/java/com/smartdevicelink/proxy/rpc/FuelRange.java Co-authored-by: Julian Kast <Julian.kast@livio.io> * Update base/src/main/java/com/smartdevicelink/proxy/rpc/FuelRange.java Co-authored-by: Julian Kast <Julian.kast@livio.io> * Update base/src/main/java/com/smartdevicelink/proxy/rpc/FuelRange.java Co-authored-by: Julian Kast <Julian.kast@livio.io> * Update base/src/main/java/com/smartdevicelink/proxy/rpc/GetVehicleDataResponse.java Co-authored-by: Julian Kast <Julian.kast@livio.io> * Update base/src/main/java/com/smartdevicelink/proxy/rpc/GetVehicleDataResponse.java Co-authored-by: Julian Kast <Julian.kast@livio.io> * Update base/src/main/java/com/smartdevicelink/proxy/rpc/OnVehicleData.java Co-authored-by: Julian Kast <Julian.kast@livio.io> * Update base/src/main/java/com/smartdevicelink/proxy/rpc/OnVehicleData.java Co-authored-by: Julian Kast <Julian.kast@livio.io> * Update base/src/main/java/com/smartdevicelink/proxy/rpc/OnVehicleData.java Co-authored-by: Julian Kast <Julian.kast@livio.io> * [0256] - Fix PR comments Co-authored-by: kboskin <kboskin> Co-authored-by: Vladyslav Mustafin <vmustafin@luxoft.com> Co-authored-by: Julian Kast <Julian.kast@livio.io>
* | | Remove FrameData as it is not usedfeature/remove_framedataJoey Grover2020-08-262-139/+1
| |/ |/|
* | Merge branch 'develop' into feature/fix_scm_packageBilal Alsharifi2020-08-216-136/+79
|\ \ | | | | | | | | | | | | | | | | | | # Conflicts: # base/src/main/java/com/smartdevicelink/managers/lifecycle/BaseLifecycleManager.java # base/src/main/java/com/smartdevicelink/managers/screen/BaseTextAndGraphicManager.java # base/src/main/java/com/smartdevicelink/managers/screen/menu/BaseMenuManager.java
| * \ Merge pull request #1456 from smartdevicelink/feature/issue_1455_remove_onerrorRobert Henigan2020-08-215-73/+39
| |\ \ | | | | | | | | Remove onError from RPC response listeners
| | * | Remove unsed importsBilal Alsharifi2020-08-211-1/+1
| | | |
| | * | Fix unit testsfeature/issue_1455_remove_onerrorBilal Alsharifi2020-08-184-30/+24
| | | |
| | * | Remove onError from SdlProxyBaseBilal Alsharifi2020-08-181-42/+14
| | | |
| * | | Merge pull request #1458 from ↵Robert Henigan2020-08-212-63/+40
| |\ \ \ | | | | | | | | | | | | | | | | | | | | smartdevicelink/feature/remove_on_put_file_update_listener Remove OnPutFileUpdateListener
| | * | | Remove OnPutFileUpdateListener usagesfeature/remove_on_put_file_update_listenerBilal Alsharifi2020-08-192-63/+40
| | |/ /
* | | | Fix unit test importsfeature/fix_scm_packageBilal Alsharifi2020-08-214-4/+3
| | | |
* | | | Fix SdlArtworkTests package nameBilal Alsharifi2020-08-211-1/+1
| | | |
* | | | Fix OnSystemCapabilityListener package nameBilal Alsharifi2020-08-213-3/+4
|/ / /
* | | [0266] New Vehicle data GearStatus (#1393)Kostiantyn Boskin2020-08-1917-7/+323
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [0266] - Extend PRNDL enum - Add TransmissionType - Extend VehicleDataType - Implement changes in proper requests responses related to new structs * [0253] - Add tests for TransmissionType - Add specific struct tests - Update structs according to specification * [0261] - Add enum valueForString method * [0266] - Add more @Deprecated on PRNDL - Fix tests after code review * [0266] - Fix infinitely_variable naming - Update copy-paste error in test * [0266] - Test --> TestValues in multiple files * [0266] - Regenerate using Generator * [0266] - Rollback of formatting changes * Revert LF to CRLF line separators * Rollback javadoc * [0266] - Fix PRNDL * [0266] - Fix VehicleDataType.java * [0266] - Fix VehicleDataType.java * [0266] - Fix VehicleDataType.java * [0266] - Fix VehicleDataType.java * [0266] - Fix UnsubscribeVehicleDataResponse.java.java * Revert LF to CRLF line separators * Rollback javadoc * Update base/src/main/java/com/smartdevicelink/proxy/rpc/GetVehicleData.java Co-authored-by: Robert Henigan <heniganr1@gmail.com> * Update base/src/main/java/com/smartdevicelink/proxy/rpc/GetVehicleData.java Co-authored-by: Robert Henigan <heniganr1@gmail.com> * Update base/src/main/java/com/smartdevicelink/proxy/rpc/GetVehicleDataResponse.java Co-authored-by: Robert Henigan <heniganr1@gmail.com> * Update base/src/main/java/com/smartdevicelink/proxy/rpc/SubscribeVehicleDataResponse.java Co-authored-by: Robert Henigan <heniganr1@gmail.com> * Update base/src/main/java/com/smartdevicelink/proxy/rpc/UnsubscribeVehicleDataResponse.java Co-authored-by: Robert Henigan <heniganr1@gmail.com> * Update base/src/main/java/com/smartdevicelink/proxy/rpc/UnsubscribeVehicleDataResponse.java Co-authored-by: Robert Henigan <heniganr1@gmail.com> * Update base/src/main/java/com/smartdevicelink/proxy/rpc/UnsubscribeVehicleData.java Co-authored-by: Robert Henigan <heniganr1@gmail.com> * Update base/src/main/java/com/smartdevicelink/proxy/rpc/OnVehicleData.java Co-authored-by: Robert Henigan <heniganr1@gmail.com> * Update base/src/main/java/com/smartdevicelink/proxy/rpc/UnsubscribeVehicleData.java Co-authored-by: Robert Henigan <heniganr1@gmail.com> * Update base/src/main/java/com/smartdevicelink/proxy/rpc/GetVehicleDataResponse.java Co-authored-by: Robert Henigan <heniganr1@gmail.com> * Apply suggestions from code review Co-authored-by: Robert Henigan <heniganr1@gmail.com> Co-authored-by: kboskin <kboskin> Co-authored-by: Vladyslav Mustafin <vmustafin@luxoft.com> Co-authored-by: Robert Henigan <heniganr1@gmail.com> Co-authored-by: Vladyslav Mustafin <v.mustafin@gmail.com>
* | Merge branch 'develop' into feature/issue_1446_remove_deprecated_rpcsfeature/issue_1446_remove_deprecated_rpcsBilal Alsharifi2020-08-179-6/+296
|\ \ | | | | | | | | | | | | # Conflicts: # base/src/main/java/com/smartdevicelink/protocol/enums/FunctionID.java
| * \ Merge pull request #1452 from smartdevicelink/feature/sdlfile_overwrite_falseJulian Kast2020-08-172-4/+14
| |\ \ | | | | | | | | Set default value for overwrite to false in SdlFile
| | * | Test Overwrite in SdlFileBilal Alsharifi2020-08-171-0/+10
| | | |
| | * | Set default value for overwrite to falseBilal Alsharifi2020-08-171-4/+4
| | | |
| * | | Update linksRHenigan2020-08-172-2/+2
| | | |
| * | | Add Unit Tests for WindowCapabilityfeature/0268_MainMenuUpdating_PaginationRHenigan2020-08-142-0/+32
| | | |
| * | | Add DynamicUpdateCapabilitiesTestsRHenigan2020-08-141-0/+95
| | | |
| * | | Add new test files for new notificationsRHenigan2020-08-142-0/+151
| | | |
| * | | Merge branch 'develop' into feature/0268_MainMenuUpdating_PaginationRHenigan2020-08-146-4/+374
| |\ \ \ | | |/ /
| * | | Merge branch 'develop' into feature/0268_MainMenuUpdating_PaginationRHenigan2020-08-13236-1376/+1510
| |\ \ \ | | | |/ | | |/|