summaryrefslogtreecommitdiff
path: root/android/sdl_android/src/androidTest/java/com/smartdevicelink
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop' into feature/move_proxy_interfacesRHenigan2020-09-158-9/+9
|\
| * Rename SdlConnection to sessionBilal Alsharifi2020-09-148-9/+9
| |
* | Move proxy interfaces to better packagesfeature/move_proxy_interfacesRHenigan2020-09-1524-28/+27
|/
* Merge branch 'develop' into feature/optimize_importsBilal Alsharifi2020-09-092-9/+11
|\
| * Remove deprecated code from router serviceJoey Grover2020-09-092-9/+11
| |
* | Optimize imports for unit testsBilal Alsharifi2020-09-09136-91/+142
|/
* Add RSV tests backBilal Alsharifi2020-09-091-1/+88
|
* Update error messagesBilal Alsharifi2020-09-091-1/+1
|
* Revert "Revert "Merge branch 'develop' into remove-deprecated-transport-apis""remove-deprecated-transport-apisJulian Kast2020-09-086-84/+63
| | | | This reverts commit 2e682ca50fdf8c3fe11ab1b9e0dfe5ddc59008b4.
* Revert "Merge branch 'develop' into remove-deprecated-transport-apis"Julian Kast2020-09-086-63/+84
| | | | | This reverts commit f56d3cbec6f8fac6f45ada2343f859826d841c13, reversing changes made to ee1478461484a4e55d7ce39175a35f7217733134.
* Merge branch 'develop' into remove-deprecated-transport-apisJulian Kast2020-09-086-84/+63
|\
| * Remove Deprecated Isdl methods (#1485)Bilal Alsharifi2020-09-086-84/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove deprecated video streaming apis from isdl * Fix unit tests * Remove deprecated RPC sending methods from Isdl * Remove deprecated rpc sending usages from managers * Fix unit tests * Remove deprecated SCM methods from Isdl * Update SCM Isdl calls in VideoStreamManager * Update SCM Isdl calls in AudioStreamManager * Update SCM Isdl calls in ScreenManager * Update SystemCapabilityManagerTests * Fix TextAndGraphicManagerTests * Fix SoftButtonManagerTests * Fix SoftButtonManagerTests * Fix AudioStreamManager tests * Update gitignore
* | Removed old unit testJulian Kast2020-09-081-44/+0
| |
* | Removed failing part of testJulian Kast2020-09-081-39/+1
| |
* | Removed RSValidator.validate() and fixed unit testJulian Kast2020-09-083-11/+63
|/
* [SDL 0311] Make RPC Setters Chainable (#1467)Bilal Alsharifi2020-09-032-339/+662
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Make RPCs chainable (part 1) * Make RPCs chainable (part 2) * Add testParamsSettersAndGetters() * Add isMandatory to Parameter * Remove duplicate code in RPCConstructorsTests * Fix some issues in RPCConstructorsTests * Add more assertions to RPCConstructorsTests * Fix failing case in RPCConstructorsTests * Rename RPCConstructorsTests to RPCGenericTests * Extract TEST_VALUES_CLASS var * Update error messages in RPCGenericTests * Use MOBILE_API.XML from rpc_spec module in RPCGenericTests * Fix androidTest.assets.srcDirs path * Remove MOBILE_API.xml
* Merge pull request #1481 from ↵Robert Henigan2020-09-039-262/+6
|\ | | | | | | | | smartdevicelink/feature/remove_deprecated_apis_part3 Remove Deprecated APIs Part 3
| * Remove deprecated classes in proxy.callbacks packageBilal Alsharifi2020-09-024-148/+0
| |
| * Remove deprecated TTSChunkFactory classBilal Alsharifi2020-09-022-104/+3
| |
| * Fix unit testsBilal Alsharifi2020-09-022-6/+2
| |
| * Fix BaseTransportConfigTestsBilal Alsharifi2020-09-021-4/+1
| |
* | Feature/remove old manager methods (#1476)Robert Henigan2020-09-035-47/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove Deprecated Methods from managers * Update HelloSdl * Remove Deprecated JavaSE method * Remove deprecated methods from managers * Remove Deprecated manager methods * Remove deprecated methods from javaSE managers * Hello Sdl Java Cleanup * Remove use of deprecated methods
* | Remove Deprecated APIs Part 2 (#1479)Bilal Alsharifi2020-09-035-101/+10
|/ | | | | | | | | | | * Remove deprecated code in streaming package * Fix streaming unit tests * Remove deprecated IProtocolListener class * Remove unsed packetizer testing code * Remove deprecated IPutFileResponseListener
* Refactor/streaming calls (#1468)Robert Henigan2020-09-022-31/+17
| | | | | | | | | * Refactor Streaming Calls to manager classes * Fix Unit Tests * Make methods protected * Remove stopAudioService References
* Remove incorrect fails comment in unit testsJoey Grover2020-09-021-1/+1
|
* Fix potential NPEs in ManagerUtility classJoey Grover2020-09-021-0/+206
| | | | Also added unit tests for class
* Fix formatObject method to handle null valuesbugfix/issue_1473Joey Grover2020-09-011-0/+48
|
* Merge pull request #1457 from ↵Bilal Alsharifi2020-09-013-525/+987
|\ | | | | | | | | 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
| |
| * 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-2238-487/+870
| |\ | | | | | | | | | | | | # 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
* | | Merge pull request #1472 from ↵Robert Henigan2020-08-314-69/+0
|\ \ \ | | | | | | | | | | | | | | | | smartdevicelink/feature/remove_old_transport_classes Remove old transport classes
| * | | Remove old transport classesfeature/remove_old_transport_classesJoey Grover2020-08-284-69/+0
| | | |
* | | | Merge pull request #1471 from smartdevicelink/feature/remove_sdlproxy_classesRobert Henigan2020-08-314-1406/+3
|\ \ \ \ | |/ / / | | | | Remove SdlProxy classes
| * | | Remove SdlProxy releated classesfeature/remove_sdlproxy_classesJoey Grover2020-08-284-1406/+3
| | | |
* | | | [0253] New vehicle data StabilityControlsStatus (#1394)Kostiantyn Boskin2020-08-3112-4/+193
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [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>