summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Cleanup error messaging around queryid and typebugfix/issue_1720Henigan2021-09-071-2/+6
* Update base/src/main/java/com/smartdevicelink/session/BaseSdlSession.javaRobert Henigan2021-09-031-1/+1
* Add check for handshake data back inHenigan2021-09-021-0/+6
* Align to latest iOS PRHenigan2021-09-0113-422/+439
* Code Review FixesHenigan2021-08-184-5/+12
* Fix bulkData and add null checkHenigan2021-08-132-2/+5
* Add QueryID TestsHenigan2021-08-132-0/+115
* Add QueryErrorCodeTestsHenigan2021-08-132-0/+213
* Add enum unit testsHenigan2021-08-122-0/+121
* Refactor to SecurityQueryPayloadHenigan2021-08-124-35/+21
* remove SecurityQuery in favor of BQHHenigan2021-08-126-155/+63
* Fix Lib responseHenigan2021-08-127-39/+49
* Update QueryID to byte array enumHenigan2021-08-114-17/+82
* Fix bit manipulationHenigan2021-08-112-7/+43
* Remove ErrorCode testHenigan2021-08-041-25/+0
* Add SecurityQuery and BinaryQueryHeaderHenigan2021-08-0414-13/+546
* Notify ChoiceSetManager of failed preloads (#1716)Robert Henigan2021-07-202-8/+31
* Merge pull request #1709 from smartdevicelink/release/5.2.0_RCBilal Alsharifi2021-06-3040-167/+1132
|\
| * update version nameRC_5.2.05.2.0release/5.2.0_RCJulian Kast2021-06-295-5/+5
| * Update Release notesJulian Kast2021-06-291-5/+33
| * Add a way to manually trigger the Github CI (#1711)Bilal Alsharifi2021-06-292-14/+12
| * Update BSON to the latest stable version 1.2.5 (#1713)Bilal Alsharifi2021-06-281-1/+1
| * Fix potential NPE in LCM (#1710)Bilal Alsharifi2021-06-281-1/+1
| * Update BSON to 1.2.5_RC5.2.0_RCBilal Alsharifi2021-06-081-1/+1
| * Update version in gradle.propertiesBilal Alsharifi2021-06-081-1/+1
| * Update versionBilal Alsharifi2021-06-085-5/+5
| * Merge pull request #1708 from smartdevicelink/bugfix/issue_1688Bilal Alsharifi2021-06-081-2/+2
| |\
| | * Remove/rearrange unit test codeJulian Kast2021-06-041-18/+4
| | * Add Image fields to WindowCapability for menuManagerTestJulian Kast2021-06-041-4/+18
| | * Add check for secondary Image Field for menuCellsJulian Kast2021-06-031-2/+2
| * | Make lockscreen show again after dismissal if a DD notification is received w...Bilal Alsharifi2021-06-072-4/+42
| * | Fix Choice Cells and Menu Cells do not take which properties are available in...Julian Kast2021-06-044-21/+340
| * | Fix PredefinedLayout.NON_MEDIA not found in templatesAvailable (#1706)Julian Kast2021-06-042-1/+34
| |/
| * Merge pull request #1698 from smartdevicelink/bugfix/issue_1697Bilal Alsharifi2021-06-021-0/+6
| |\
| | * Add onClose callbacks after LCM clean() callsJoey Grover2021-05-261-0/+6
| * | Merge pull request #1691 from smartdevicelink/bugfix/issue_1676Bilal Alsharifi2021-06-025-20/+136
| |\ \
| | * | Remove unused logic in unit testJulian Kast2021-05-251-15/+0
| | * | Fix errors found in unit test dealing with null check and fix unit test to te...Julian Kast2021-05-252-1/+8
| | * | Fix deleting voiceCommand logicJulian Kast2021-05-251-2/+1
| | * | Add clone method to VoiceCommand and update the handling of comparing voiceCo...Julian Kast2021-05-252-7/+32
| | * | Merge branch 'develop' into bugfix/issue_1676Julian Kast2021-05-252-6/+84
| | |\ \
| | * | | Add unit test for deleting voiceCommandsJulian Kast2021-05-241-0/+38
| | * | | Merge branch 'develop' into bugfix/issue_1676Julian Kast2021-05-2412-39/+54
| | |\ \ \
| | * | | | Update voiceCommand listeners from previous uploadsJulian Kast2021-05-241-1/+10
| | * | | | Add unit test for voiceCommandsJulian Kast2021-05-211-0/+25
| | * | | | Update custom hashCode method to match IOSJulian Kast2021-05-211-3/+2
| | * | | | Make VoiceCommandChangesListener package privet for unit Test, and fix broken...Julian Kast2021-05-212-1/+5
| | * | | | Fix to avoid deleting and setting identical voice commands, Updates in BaseVo...Julian Kast2021-05-212-7/+32
| * | | | | Move legacy mode modifications to single points (#1704)Joey Grover2021-06-021-15/+21
| | |_|_|/ | |/| | |
| * | | | Fix issue in hasUploadedFile() (#1693)Bilal Alsharifi2021-05-251-5/+11