summaryrefslogtreecommitdiff
path: root/android/sdl_android/src/androidTest
Commit message (Collapse)AuthorAgeFilesLines
* Remove underscores in test method namesbugfix/fix_method_naming_testsJoey Grover2020-09-212-6/+6
|
* Fix unit testsfeature/hmi_capabilities_fixBilal Alsharifi2020-09-211-0/+2
|
* Update HMICapabilities APIs namesBilal Alsharifi2020-09-211-1/+1
|
* Fix fomratting per code reviewfeature/code_formattingBilal Alsharifi2020-09-181-1/+0
|
* Remove extra semicolonsBilal Alsharifi2020-09-182-3/+0
|
* Remove extra semicolonBilal Alsharifi2020-09-181-1/+0
|
* Fix unit testsBilal Alsharifi2020-09-172-1/+7
|
* Merge branch 'develop' into feature/code_formattingBilal Alsharifi2020-09-171-0/+293
|\ | | | | | | | | # Conflicts: # android/sdl_android/src/androidTest/java/com/smartdevicelink/managers/video/HapticInterfaceManagerTest.java
| * Merge pull request #1504 from smartdevicelink/feature/fix_testsRobert Henigan2020-09-171-0/+297
| |\ | | | | | | Fix HapticInterfaceManagerTest
| | * Fix HapticInterfaceManagerTestfeature/fix_testsBilal Alsharifi2020-09-171-34/+36
| | |
| | * Move HapticInterfaceManagerTest to androidTestBilal Alsharifi2020-09-171-0/+295
| | |
* | | Run the Reformat Code tool on the projectBilal Alsharifi2020-09-17512-37270/+37157
|/ /
* | Merge pull request #1503 from smartdevicelink/feature/fix_todosRobert Henigan2020-09-174-13/+31
|\ \ | | | | | | Fix some todo comments
| * | Fix todo in SdlPacketTestsBilal Alsharifi2020-09-171-1/+13
| | |
| * | Fix some todosfeature/fix_todosBilal Alsharifi2020-09-173-12/+18
| |/
* | [SDL 0278] Screen Manager Template Management (#1492)Julian Kast2020-09-172-52/+255
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Work in Progress * BaseTextAndGraphicsManager changes * TextAndGraphicsUpdateOperation updates for template management * TextAndGraphicsState updates for template managment * remove comment and fix existing unit test * Added getTemplateConfiguration method and made currentState method package private * Add test to TextAndGraphicManagerTest * Fix unit test and remove commented out code * Fix test to expand code cov * Remove added constructors and use chainable setters * Fix error in shouldUpdateTemplateConfig method * Added unit test to test template change * Added unit test * Added check to cancel the operation if text / layout changes and images still need to be uploaded * Add unit test for if a show fails * Added comments and simplified logic * Fix comparing TemplateConfigurations * Add comments and fix formatting * Add java Docs to baseScreenManager * Change name of var and fix formatiing * Added final to vars that go reverted when fixing merge conflicts * Add @nonNull to templateConfiguration * Removing sending newScreenData to updatePendingOperationsWithNewScreenData as it is equal to currentScreenData at this point * Make setLayout var local * Fixing error where setDisplayLayout dosn't call listener if it fails * Added showRPCSupportsTemplateConfiguration() Method to T&G update operation * Added check to make sure we don't get an npe if internalInterface is null * added check to make sure we don't send an unnecessary templateConfig with show * Fixed issue with setDisplayLayout request updating capabilities when request fails * Documentation updates to screenManager * Formatting fix * Fix javaDocs and comments * Fixed issue with updateCurrentScreenDataFromShow * Change TextsAndGraphicsState to TextAndGraphicState to align with IOS Co-authored-by: Julian Kast <julian@livio.com>
* 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