summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix Review feedback (add javadocs)feature/issue_116Henigan2021-01-052-3/+21
|
* Add copy, equals and hashcode methods to rpcstructHenigan2020-12-102-1/+101
|
* Merge pull request #1561 from smartdevicelink/refactor_TextAndGraphicsState_nameBilal Alsharifi2020-11-171-0/+0
|\ | | | | Rename TextAndGraphicState file to match classname
| * Rename TextAndGraphicState file to match classnamerefactor_TextAndGraphicsState_nameHenigan2020-11-161-0/+0
| |
* | Merge pull request #1558 from smartdevicelink/hotfix/sync_2_0_ptu_fixBilal Alsharifi2020-11-172-31/+67
|\ \ | |/ |/| Add code to handle legacy PTU (5.0)
| * Remove misleading loghotfix/sync_2_0_ptu_fixJoey Grover2020-11-161-1/+0
| |
| * Add code to handle legacy PTUJoey Grover2020-11-132-31/+68
| |
* | Merge pull request #1559 from smartdevicelink/feature/gradle_4_1Robert Henigan2020-11-164-8/+8
|\ \ | | | | | | Fix Gradle 4.1 compatibility issue
| * | Update AGP to 4.1.1feature/gradle_4_1Bilal Alsharifi2020-11-161-1/+1
| | |
| * | Fix unit testsBilal Alsharifi2020-11-061-4/+3
| | |
| * | Add VERSION_NAME as buildConfigField to build.gradleBilal Alsharifi2020-11-061-1/+2
| | |
| * | Update gradle plugin to 4.1Bilal Alsharifi2020-11-062-3/+3
| |/
* | Merge pull request #1529 from smartdevicelink/bugfix/issues_193Julian Kast2020-11-101-3/+26
|\ \ | |/ |/| Add checks to avoid ArrayOutOfBoundsException
| * fix spaceing issuebugfix/issues_193Henigan2020-10-211-1/+1
| |
| * Add checks to avoid ArrayOutOfBoundsExceptionHenigan2020-10-191-3/+26
| |
* | Merge pull request #1512 from smartdevicelink/release/RC_5.0.05.0.0Bilal Alsharifi2020-11-051367-121243/+96988
|\ \ | | | | | | 5.0.0 Release
| * | Update Version names and codesrelease/RC_5.0.0Henigan2020-11-053-3/+3
| | |
| * | Update rpc_spec to masterHenigan2020-11-052-1/+1
| | |
| * | Merge pull request #1530 from ↵Robert Henigan2020-11-041-39/+276
| |\ \ | | | | | | | | | | | | | | | | smartdevicelink/feature/annotations_spec_match_test Add unit tests to check deprecations mismatch between code and spec
| | * | Add exceptional cases to fix broken tests in RPCGenericTestsfeature/annotations_spec_match_testBilal Alsharifi2020-11-021-0/+12
| | | |
| | * | Merge branch 'release/RC_5.0.0' into feature/annotations_spec_match_testBilal Alsharifi2020-11-0218-44/+85
| | |\ \
| | * | | fix a typoBilal Alsharifi2020-10-271-1/+1
| | | | |
| | * | | Add annotationExists methodBilal Alsharifi2020-10-271-2/+6
| | | | |
| | * | | Add enum values tests to RPCGenericTestsBilal Alsharifi2020-10-221-1/+28
| | | | |
| | * | | Fix typoBilal Alsharifi2020-10-221-1/+1
| | | | |
| | * | | Update comments in RPCGenericTestsBilal Alsharifi2020-10-221-1/+14
| | | | |
| | * | | Remove enum exceptional cases from RPCGenericTestsBilal Alsharifi2020-10-211-10/+0
| | | | |
| | * | | Update exceptional cases handling RPCGenericTestsBilal Alsharifi2020-10-211-2/+3
| | | | |
| | * | | Add underscore to the beginning of enum values if they start with a numberBilal Alsharifi2020-10-211-0/+7
| | | | |
| | * | | Add testEnums()Bilal Alsharifi2020-10-201-1/+44
| | | | |
| | * | | Update skipped RPCsBilal Alsharifi2020-10-201-1/+3
| | | | |
| | * | | Update methods namesBilal Alsharifi2020-10-201-11/+11
| | | | |
| | * | | Add enum elements to the RPCGenericTests mapBilal Alsharifi2020-10-201-9/+61
| | | | |
| | * | | Check classes deprecation statusBilal Alsharifi2020-10-201-4/+9
| | | | |
| | * | | Update param nameBilal Alsharifi2020-10-201-2/+2
| | | | |
| | * | | Update the map in RPCGenericTests to keep track of more propertiesBilal Alsharifi2020-10-201-24/+74
| | | | |
| | * | | Check if params annotations match the specsBilal Alsharifi2020-10-201-1/+29
| | | | |
| | * | | Fix TouchEvent exceptional cases in RPCGenericTestsBilal Alsharifi2020-10-191-2/+5
| | | | |
| * | | | Merge pull request #1548 from smartdevicelink/feature/release_notes_5.0.0Bilal Alsharifi2020-11-041-1/+20
| |\ \ \ \ | | | | | | | | | | | | Update release notes for 5.0.0
| | * | | | Update CHANGELOG.mdBilal Alsharifi2020-11-041-2/+0
| | | | | |
| | * | | | Update CHANGELOG formattingBilal Alsharifi2020-11-041-11/+11
| | | | | |
| | * | | | Update CHANGELOG.md for 5.0.0Bilal Alsharifi2020-11-041-0/+21
| |/ / / /
| * | | | Update BuildConfig to use RC3_5.0.0RC3_5.0.0Bilal Alsharifi2020-11-021-1/+1
| | | | |
| * | | | Update version to RC3_5.0.0Bilal Alsharifi2020-11-021-1/+1
| | |/ / | |/| |
| * | | Merge pull request #1546 from smartdevicelink/feature/updateReadMeJulian Kast2020-10-302-4/+1
| |\ \ \ | | | | | | | | | | Remove reference to baseAndroid from README
| | * | | Update imagefeature/updateReadMeHenigan2020-10-291-0/+0
| | | | |
| | * | | Remove reference to baseAndroidHenigan2020-10-281-4/+1
| | | | |
| * | | | Merge pull request #1547 from smartdevicelink/bugfix/issue_1545Julian Kast2020-10-307-4/+19
| |\ \ \ \ | | | | | | | | | | | | Match Deprecations to RPC Spec
| | * | | | Add deprecated javadocsbugfix/issue_1545Henigan2020-10-293-0/+3
| | | | | |
| | * | | | Add suppress warningsHenigan2020-10-291-0/+2
| | | | | |