summaryrefslogtreecommitdiff
path: root/android/sdl_android/src/androidTest
Commit message (Collapse)AuthorAgeFilesLines
* Fix some todosfeature/fix_todosBilal Alsharifi2020-09-173-12/+18
|
* Merge pull request #1494 from smartdevicelink/feature/fix_rpcs_mismatchJulian Kast2020-09-168-90/+55
|\ | | | | Fix RPCs Mismatches
| * Undo some deprecationsBilal Alsharifi2020-09-141-2/+6
| |
| * Simplify RPCGenericTests casesBilal Alsharifi2020-09-141-36/+11
| |
| * fix RPCs mismatch part 2Bilal Alsharifi2020-09-141-40/+41
| |
| * fix RPCs mismatch part 1Bilal Alsharifi2020-09-112-15/+2
| |
| * Add missing RPC paramsBilal Alsharifi2020-09-117-31/+29
| |
* | Fix javadoc errors in unit testsfeature/cleanup_javadocsBilal Alsharifi2020-09-1611-30/+14
| |
* | Cleanup Javadocs after RPC RefactorRHenigan2020-09-16199-199/+199
| |
* | 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-033-8768/+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-2243-497/+943
| |\ | | | | | | | | | | | | # 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