summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Optimize importsfeature/add_java_testsBilal Alsharifi2020-09-092-0/+2
|
* Merge branch 'develop' into feature/add_java_testsBilal Alsharifi2020-09-0957-1156/+398
|\
| * Merge pull request #1487 from smartdevicelink/remove-deprecated-transport-apisBilal Alsharifi2020-09-0911-284/+209
| |\ | | | | | | Remove deprecated transport apis
| | * 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-0890-994/+438
| | | | | | | | | | | | This reverts commit 2e682ca50fdf8c3fe11ab1b9e0dfe5ddc59008b4.
| | * Revert "Merge branch 'develop' into remove-deprecated-transport-apis"Julian Kast2020-09-0890-438/+994
| | | | | | | | | | | | | | | This reverts commit f56d3cbec6f8fac6f45ada2343f859826d841c13, reversing changes made to ee1478461484a4e55d7ce39175a35f7217733134.
| | * Merge branch 'develop' into remove-deprecated-transport-apisJulian Kast2020-09-0890-994/+438
| | |\ | | |/ | |/|
| * | Clean up duplicate gradle files (#1486)Bilal Alsharifi2020-09-0826-544/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * cleanup gradle files * Update android.yml * Update gitignore * Fix build.gradle in javaEE * Update .gitignore Co-authored-by: Robert Henigan <robert.henigan@livio.io> * Fix IMAGE_DIR path Co-authored-by: Robert Henigan <robert.henigan@livio.io>
| * | Remove Deprecated Isdl methods (#1485)Bilal Alsharifi2020-09-0820-328/+181
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| | |
| | * Add back method implementation of resetMethod in TCPTransportManagerJulian Kast2020-09-081-0/+6
| | |
| | * Removed onHardwareConnected(TransportType transportType) from TransportManagerJulian Kast2020-09-081-7/+0
| | |
| | * Removed RSValidator.validate() and fixed unit testJulian Kast2020-09-084-76/+63
| | |
| | * Deprecated reset session in TCPTransport and removed logicJulian Kast2020-09-081-7/+1
| | |
| | * Deprecate resetSession in SdlProtocolBase and remove resetSession in the ↵Julian Kast2020-09-084-23/+1
| | | | | | | | | | | | TransportManager
| | * Remove deprecated code in TransportManagerJulian Kast2020-09-041-13/+0
| | |
| | * Refactor MultiplexBluetoothTransport to not use redundant logicJulian Kast2020-09-041-163/+138
| | |
* | | Fix testsBilal Alsharifi2020-09-081-1/+1
| | |
* | | Test breaking javaSE unit testsBilal Alsharifi2020-09-081-1/+1
| | |
* | | Fix SdlFile overwrite value in javaSEBilal Alsharifi2020-09-081-1/+1
| | |
* | | Update gradle setup to support unit tests for javaSE & javaEEBilal Alsharifi2020-09-088-2/+332
|/ /
* | Merge pull request #1475 from smartdevicelink/Add-New-AnnotationsRobert Henigan2020-09-0447-122/+249
|\ \ | |/ |/| Add new annotations
| * Added import to SdlPacketJulian Kast2020-09-041-0/+1
| |
| * Merge branch 'develop' into Add-New-AnnotationsAdd-New-AnnotationsJulian Kast2020-09-03437-34926/+10406
| |\ | |/ |/| | | | | # Conflicts: # javaSE/javaSE/src/main/java/com/smartdevicelink/protocol/SdlPacket.java
* | [SDL 0311] Make RPC Setters Chainable (#1467)Bilal Alsharifi2020-09-03223-13032/+6094
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 #1482 from smartdevicelink/feature/refactor_samplesRobert Henigan2020-09-0384-329/+363
|\ \ | | | | | | Refactor samples into platform specific folders
| * \ Merge branch 'develop' of https://github.com/smartdevicelink/sdl_android ↵Joey Grover2020-09-0331-1366/+58
| |\ \ | | | | | | | | | | | | into feature/refactor_samples
| * | | Add gradlew for github tasks for samplesJoey Grover2020-09-038-0/+524
| | | |
| * | | Add gradlew for github tasksfeature/refactor_samplesJoey Grover2020-09-038-0/+524
| | | |
| * | | Add gradle files to open lib+app as one projectJoey Grover2020-09-034-0/+34
| | | |
| * | | fix JavaEE buildconfig scriptJoey Grover2020-09-031-1/+1
| | | |
| * | | Fix directory for generating BuildConfig for javaJoey Grover2020-09-032-2/+2
| | | |
| * | | Update github workflow ymlJoey Grover2020-09-031-3/+3
| | | |
| * | | Merge branch 'develop' of https://github.com/smartdevicelink/sdl_android ↵Joey Grover2020-09-0334-896/+96
| |\ \ \ | | | | | | | | | | | | | | | into feature/refactor_samples
| * | | | Update symlink for assets folder in javaEE appJoey Grover2020-09-031-1/+1
| | | | |
| * | | | Update gitignoreJoey Grover2020-09-031-6/+6
| | | | |
| * | | | Refactor javaEE lib and sample to one directoryJoey Grover2020-09-0318-528/+4
| | | | |
| * | | | Refactor javaSE lib and sample to one directoryJoey Grover2020-09-0359-532/+8
| | | | |
* | | | | Merge pull request #1435 from ↵Bilal Alsharifi2020-09-032-4/+7
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | smartdevicelink/feature/0308_ReasonParamToProtocolNAKs Add Reason Param to Protocol NAK Base
| * | | | Add logging and remove redundent reasonfeature/0308_ReasonParamToProtocolNAKsRHenigan2020-09-012-3/+5
| | | | |
| * | | | Update Max Protocol VersionRHenigan2020-08-281-1/+1
| | | | |
| * | | | Merge branch 'develop' into feature/0308_ReasonParamToProtocolNAKsRHenigan2020-08-26659-5617/+6440
| |\ \ \ \
| * | | | | Add Reason Param to Protocol NAK BaseRHenigan2020-08-061-0/+1
| | | | | |
* | | | | | Merge pull request #1481 from ↵Robert Henigan2020-09-0331-1366/+58
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | smartdevicelink/feature/remove_deprecated_apis_part3 Remove Deprecated APIs Part 3
| * | | | | Remove createSimpleTTSChunks()Bilal Alsharifi2020-09-033-37/+16
| | | | | |
| * | | | | Remove deprecated methods from RPCStructfeature/remove_deprecated_apis_part3Bilal Alsharifi2020-09-021-9/+1
| | | | | |
| * | | | | Remove deprecated classes in proxy.constants packageBilal Alsharifi2020-09-022-583/+0
| | | | | |
| * | | | | Remove deprecated classes in proxy.callbacks packageBilal Alsharifi2020-09-0210-467/+0
| | | | | |