summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* update travis.ymlfeature/travis_log_issueJoey Grover2019-10-031-1/+1
|
* Update travis.ymlJoey Grover2019-10-031-3/+1
|
* update travis.ymlJoey Grover2019-10-031-1/+1
|
* Merge pull request #1183 from smartdevicelink/feature/issue_1159Brett2019-10-024-4/+119
|\ | | | | Add missing HMICapabilities
| * Add missing HMICapabilities to struct and SCMfeature/issue_1159Joey Grover2019-09-302-0/+71
| |
| * Add helper method in version isBetweenJoey Grover2019-09-302-4/+48
| |
* | Merge pull request #1179 from smartdevicelink/feature/fix_code_analyzer_issuesBrett2019-10-0238-459/+612
|\ \ | | | | | | Fix code analyzer issues
| * | Remove suppressLint annotation in FileUtlfeature/fix_code_analyzer_issuesJoey Grover2019-10-011-2/+0
| | |
| * | Remove Android codes from FileUtl; added javadocJoey Grover2019-10-011-5/+13
| | |
| * | Move CompareUtils to base src folder and make linkJoey Grover2019-09-252-23/+24
| | |
| * | Fix lint issuesJoey Grover2019-09-242-4/+15
| | |
| * | Optimize unnessary reference creationJoey Grover2019-09-246-13/+9
| | |
| * | Optimized string usageJoey Grover2019-09-2411-232/+232
| | |
| * | Fix issues with android versioned API callsJoey Grover2019-09-246-16/+29
| | |
| * | Remove redundant namespace in lockscreen xmlJoey Grover2019-09-241-6/+6
| | |
| * | Fix potential NPEsJoey Grover2019-09-2418-187/+313
| | |
* | | Merge pull request #1176 from smartdevicelink/bugfix/issue_1172Brett2019-10-022-0/+12
|\ \ \ | | | | | | | | Dispose main underlying layers when sdlManager is disposed
| * | | stop lifecycle manager during sdlmanager.dispose()bugfix/issue_1172Joey Grover2019-09-161-0/+4
| | | |
| * | | Call proxy.dispose() on sdlmanager.dispose()Joey Grover2019-09-161-0/+8
| | | |
* | | | Merge pull request #1168 from smartdevicelink/hotfix/issue_1167Brett2019-10-013-18/+98
|\ \ \ \ | | | | | | | | | | Attempts to fix #1167
| * | | | Add setForegroundExceptionHandler to prevent ANRhotfix/issue_1167Joey Grover2019-09-121-2/+38
| | | | |
| * | | | Add additional checks/logs with forground serviveJoey Grover2019-09-093-16/+60
| | | | | | | | | | | | | | | | | | | | Up router service version as well
* | | | | Merge pull request #1177 from smartdevicelink/bugfix/issue_1086Brett2019-10-012-44/+57
|\ \ \ \ \ | |_|_|_|/ |/| | | | Add safeguards for null usbAccessory
| * | | | Add safeguards for null usbAccessorybugfix/issue_1086Joey Grover2019-09-182-44/+57
| | |_|/ | |/| |
* | | | Merge pull request #1182 from smartdevicelink/feature/service_listener_fixBrett2019-09-271-1/+2
|\ \ \ \ | |/ / / |/| | | ISdlServiceListener not called when RPC is service started again
| * | | Fix ISdlServiceListener callbackBilal Alsharifi2019-09-271-1/+2
|/ / /
* | | Merge pull request #1173 from smartdevicelink/feature/mandatory_paramsBilal Alsharifi2019-09-1610-8/+83
|\ \ \ | |_|/ |/| | Add Mandatory constructors for multiple modules
| * | add in non-null to settersfeature/mandatory_paramsBrettyWhite2019-09-165-7/+7
| | |
| * | tests and docsBrettyWhite2019-09-169-0/+44
| | |
| * | add in missing helper constructorsBrettyWhite2019-09-165-1/+32
|/ /
* | Merge pull request #1161 from smartdevicelink/bugfix/resume_secondary_transportBilal Alsharifi2019-09-133-10/+57
|\ \ | | | | | | Allow Video Service to restart after secondary transport disconnection
| * \ Merge branch 'develop' into bugfix/resume_secondary_transportbugfix/resume_secondary_transportBilal Alsharifi2019-09-121-6/+5
| |\ \ | |/ / |/| |
* | | Merge pull request #1165 from ↵Bilal Alsharifi2019-09-121-6/+5
|\ \ \ | | | | | | | | | | | | | | | | smartdevicelink/bugfix/video_stream_isStreaming_fix VSM isStreaming logic fix
| * | | fix is paused logicBrettyWhite2019-09-121-6/+5
| | | |
| * | | fix incorrect method logicbugfix/video_stream_isStreaming_fixBrettyWhite2019-09-051-1/+1
| | | |
| | * | Merge branch 'develop' into bugfix/resume_secondary_transportBilal Alsharifi2019-09-1287-377/+3583
| | |\ \ | |_|/ / |/| | |
* | | | Merge pull request #1169 from smartdevicelink/display_layout_fixBilal Alsharifi2019-09-124-68/+66
|\ \ \ \ | | | | | | | | | | Remove Deprecation from SetDisplayLayout
| * | | | remove deprecation and add javadocdisplay_layout_fixBrettyWhite2019-09-104-68/+66
| | | | |
* | | | | Merge pull request #1156 from smartdevicelink/feature/cancel_interaction_RPCBilal Alsharifi2019-09-1235-224/+1781
|\ \ \ \ \ | |/ / / / |/| | | | Implement SDL-0184 CancelInteraction RPC
| * | | | Make ChoiceSetManager operations blocking (#1155)feature/cancel_interaction_RPCBilal Alsharifi2019-09-1210-140/+348
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add blocking operations support * Update AsynchronousOperation.ToString() * Handle some missing onError logic in operations * Update cancel() and isCancelled() to use the current thread * Avoid interrupting thread when canceling operations * Clean up BaseChoiceSetManager * fix NPE from pendingSet * fix failing tests in ChoiceSetManagerTests * Comment out cancel interaction tests temporarily * Avoid using thread interruptions in AsynchronousOperation * Update AsynchronousOperation.toString() * Fixed print statement crashing if no operating thread * Fixed present choice set cancel operation tests * Fixed spacing issues * Added additional assert + fixed doc grammar * Fixed cancel keyboard operation tests * Modified termination duration in test cases
| * | | | Removed unused codeNicoleYarroch2019-08-211-5/+0
| | | | |
| * | | | Refactored Thread.currentThread().isInterrupted()NicoleYarroch2019-08-213-9/+19
| | | | |
| * | | | Removed uneeded deprecated presentKeyboard()NicoleYarroch2019-08-213-15/+4
| | | | |
| * | | | dismissKeyboard() now takes a nonnull IntegerNicoleYarroch2019-08-212-2/+2
| | | | |
| * | | | Merge branch 'feature/issue_840_cancel_interaction_RPC' of ↵NicoleYarroch2019-08-212-4/+4
| |\ \ \ \ | | | | | | | | | | | | | | | | | | https://github.com/NicoleYarroch/sdl_android into feature/issue_840_cancel_interaction_RPC
| | * | | | Update ↵NicoleYarroch2019-08-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | base/src/main/java/com/smartdevicelink/managers/screen/choiceset/BaseChoiceSetManager.java Co-Authored-By: Bilal Alsharifi <599206+bilal-alsharifi@users.noreply.github.com>
| | * | | | Update ↵NicoleYarroch2019-08-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | base/src/main/java/com/smartdevicelink/managers/screen/choiceset/BaseChoiceSetManager.java Co-Authored-By: Bilal Alsharifi <599206+bilal-alsharifi@users.noreply.github.com>
| | * | | | Update ↵NicoleYarroch2019-08-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | base/src/main/java/com/smartdevicelink/managers/screen/choiceset/BaseChoiceSetManager.java Co-Authored-By: Bilal Alsharifi <599206+bilal-alsharifi@users.noreply.github.com>
| | * | | | Update base/src/main/java/com/smartdevicelink/proxy/rpc/ScrollableMessage.javaNicoleYarroch2019-08-211-1/+1
| | | | | | | | | | | | | | | | | | Co-Authored-By: Bilal Alsharifi <599206+bilal-alsharifi@users.noreply.github.com>
| * | | | | Attempting to fix spacing issue in testsNicoleYarroch2019-08-212-2/+2
| | | | | |