summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove deprecated shareConnection from WebSocketServerConfigBilal Alsharifi2020-09-021-1/+0
* Update SdlService to remove the usage of TTSChunkFactoryBilal Alsharifi2020-09-022-8/+26
* Remove deprecated TTSChunkFactory classBilal Alsharifi2020-09-024-180/+5
* Update ChoiceSet to remove the usage of TTSChunkFactoryBilal Alsharifi2020-09-021-4/+16
* Remove proxy dir in androidBilal Alsharifi2020-09-021-0/+0
* Fix unit testsBilal Alsharifi2020-09-022-6/+2
* Remove deprecated code from multiplex transort classesBilal Alsharifi2020-09-022-37/+0
* Remove deprecated code from some transport classesBilal Alsharifi2020-09-024-26/+0
* Fix BaseTransportConfigTestsBilal Alsharifi2020-09-021-4/+1
* Remove deprecated shareConnection methodBilal Alsharifi2020-09-021-45/+32
* Refactor/streaming calls (#1468)Robert Henigan2020-09-029-205/+124
* Merge pull request #1478 from smartdevicelink/bugfix/issue_1465Bilal Alsharifi2020-09-022-22/+236
|\
| * Remove incorrect fails comment in unit testsJoey Grover2020-09-021-1/+1
| * Fix potential NPEs in ManagerUtility classJoey Grover2020-09-022-22/+236
|/
* Merge pull request #1474 from smartdevicelink/bugfix/issue_1473Bilal Alsharifi2020-09-022-2/+64
|\
| * Fix formatObject method to handle null valuesbugfix/issue_1473Joey Grover2020-09-012-2/+64
|/
* Merge pull request #1457 from smartdevicelink/TextAndGraphicsManager-Refactor...Bilal Alsharifi2020-09-019-1186/+1948
|\
| * Fixed unit testJulian Kast2020-09-011-0/+5
| * Fixed Error with shouldUpdateSecondaryImage and made change to shouldUpdatePr...TextAndGraphicsManager-Refactor-QueuesJulian Kast2020-09-011-6/+9
| * Fixed logicJulian Kast2020-08-281-1/+1
| * Fixed shouldUpdateSecondaryImage to be more preciseJulian Kast2020-08-281-3/+7
| * Set getCurrentScreenData to package privateJulian Kast2020-08-271-1/+1
| * Update commentsJulian Kast2020-08-271-1/+1
| * Fixing issues form ReviewJulian Kast2020-08-272-3/+3
| * Fixed Error with updating currentScreenDataJulian Kast2020-08-261-1/+1
| * Fixed unit testJulian Kast2020-08-261-1/+8
| * Removed unnecessary logicJulian Kast2020-08-261-4/+2
| * Added back null checkJulian Kast2020-08-261-2/+4
| * removed unnecessary checkJulian Kast2020-08-261-4/+2
| * Fixed Unit testJulian Kast2020-08-264-24/+19
| * Fixed cancel logic and made methods private and package privateJulian Kast2020-08-261-17/+14
| * Fixed queue managementJulian Kast2020-08-261-17/+21
| * Updated CurrentScreenData with onUpdate while updating pending operations, se...Julian Kast2020-08-261-0/+2
| * Make TextAndGraphicsState package privateJulian Kast2020-08-261-25/+25
| * Fix potential NPE in ScreenManagerJulian Kast2020-08-261-2/+2
| * Add Override back for blankArtworkJulian Kast2020-08-263-1/+5
| * Fixed issue with setting text when number of lines available is 2Julian Kast2020-08-261-1/+1
| * Fixed softButton mainField1 issueJulian Kast2020-08-264-6/+11
| * Fixed commentsJulian Kast2020-08-242-11/+0
| * Fixed unit testJulian Kast2020-08-241-1/+1
| * Added null checkJulian Kast2020-08-241-1/+1
| * Fix canceling logic for operationsJulian Kast2020-08-241-1/+6
| * Fixed task executing cancelingJulian Kast2020-08-242-8/+12
| * Updated copyright fixed formattingJulian Kast2020-08-233-3/+4
| * Clean up and formatting fixesJulian Kast2020-08-231-32/+3
| * Added functionality to cancel task and fix formattingJulian Kast2020-08-231-6/+8
| * Added test for OnRPCNotificationListener in T&G managerJulian Kast2020-08-232-3/+55