summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix potential deadlock in media streaming classesbugfix/issue_1398Joey Grover2020-09-022-2/+20
| | | | Fixes #1398
* Refactor/streaming calls (#1468)Robert Henigan2020-09-029-205/+124
| | | | | | | | | * Refactor Streaming Calls to manager classes * Fix Unit Tests * Make methods protected * Remove stopAudioService References
* Merge pull request #1478 from smartdevicelink/bugfix/issue_1465Bilal Alsharifi2020-09-022-22/+236
|\ | | | | Fix Issue 1465 - NPE in ManagerUtility
| * Remove incorrect fails comment in unit testsJoey Grover2020-09-021-1/+1
| |
| * Fix potential NPEs in ManagerUtility classJoey Grover2020-09-022-22/+236
|/ | | | Also added unit tests for class
* Merge pull request #1474 from smartdevicelink/bugfix/issue_1473Bilal Alsharifi2020-09-022-2/+64
|\ | | | | Fix Issue 1473 - Null items as head or empty lists
| * Fix formatObject method to handle null valuesbugfix/issue_1473Joey Grover2020-09-012-2/+64
|/
* Merge pull request #1457 from ↵Bilal Alsharifi2020-09-019-1186/+1948
|\ | | | | | | | | smartdevicelink/TextAndGraphicsManager-Refactor-Queues Refactor Text & Graphic Manager to use queues
| * Fixed unit testJulian Kast2020-09-011-0/+5
| |
| * Fixed Error with shouldUpdateSecondaryImage and made change to ↵TextAndGraphicsManager-Refactor-QueuesJulian Kast2020-09-011-6/+9
| | | | | | | | shouldUpdatePrimaryImage to be consistent
| * 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, ↵Julian Kast2020-08-261-0/+2
| | | | | | | | set defadefaultMainWindowCapability to null if no capabilities received
| * 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
| |
| * Fix unit testJulian Kast2020-08-231-1/+2
| |
| * Fixed unit testJulian Kast2020-08-231-5/+16
| |
| * Added unit test to TextAndGraphicsManagerJulian Kast2020-08-222-5/+40
| |
| * Fix OnRPCResponseListener in TextAndGraphicsOperation and remove unused importsJulian Kast2020-08-222-14/+3
| |
| * Merge branch 'develop' into TextAndGraphicsManager-Refactor-QueuesJulian Kast2020-08-22137-2346/+3030
| |\ | | | | | | | | | | | | # Conflicts: # base/src/main/java/com/smartdevicelink/managers/screen/BaseTextAndGraphicManager.java
| * | Fixed unit testJulian Kast2020-08-211-31/+39
| | |
| * | IOS alignmentJulian Kast2020-08-213-59/+83
| | |
| * | Fixed future potential NPEJulian Kast2020-08-201-3/+3
| | |
| * | Added test for CreateImageOnlyShowWithPrimaryArtwork() and fixed formattingJulian Kast2020-08-201-21/+45
| | |
| * | Converted Test from TextAndGrpahicsManagerTest to ↵Julian Kast2020-08-202-514/+541
| | | | | | | | | | | | TextAndGraphicUpdateOperationTest
| * | Added test for operationJulian Kast2020-08-201-6/+111
| | |
| * | Fixed Logic with canceling task and setting currentScreenDataJulian Kast2020-08-201-1/+8
| | |