summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update private method names TextAndGraphicUpdateOperationfeature/issue_1346Bilal Alsharifi2020-12-091-3/+3
* Update private method name in Menu ManagerBilal Alsharifi2020-12-091-4/+4
* Fix unit testsBilal Alsharifi2020-11-303-7/+16
* REfactor isSdlArtworkUploaded() codeBilal Alsharifi2020-11-302-10/+3
* Update fileNeedsUpload() to accept SdlFileBilal Alsharifi2020-11-305-12/+18
* Add artworkNeedsUpload() to FileManagerBilal Alsharifi2020-11-305-35/+19
* Update private method names to align more with iOSBilal Alsharifi2020-11-304-35/+18
* Merge branch 'develop' into feature/issue_1346Bilal Alsharifi2020-11-177-39/+75
|\
| * Merge pull request #1561 from smartdevicelink/refactor_TextAndGraphicsState_nameBilal Alsharifi2020-11-171-0/+0
| |\
| | * 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
| |\ \ | | |/ | |/|
| | * 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
| |\ \
| | * | 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
| | |/
* | | Fix potential NPE in TextAndGraphicUpdateOperationBilal Alsharifi2020-11-101-2/+2
* | | Fix overwrite issue in MenuManagerBilal Alsharifi2020-11-101-4/+28
* | | Fix an issue in sdlArtworkUploaded()Bilal Alsharifi2020-11-101-1/+1
* | | Fix overwrite issue in ChoiceSetManagerBilal Alsharifi2020-11-101-2/+6
* | | Fix overwrite issue in SoftButtonManagerBilal Alsharifi2020-11-101-5/+8
* | | Fix overwrite issue in TextAndGraphicManagerBilal Alsharifi2020-11-101-10/+22
|/ /
* | Merge pull request #1529 from smartdevicelink/bugfix/issues_193Julian Kast2020-11-101-3/+26
|\ \ | |/ |/|
| * 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
|\ \
| * | 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 smartdevicelink/feature/annotations_spec_match_...Robert Henigan2020-11-041-39/+276
| |\ \
| | * | 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