summaryrefslogtreecommitdiff
path: root/android/sdl_android/src/main/java/com/smartdevicelink/SdlConnection
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge branch 'develop' into remove-deprecated-transport-apis"Julian Kast2020-09-081-3/+0
* Merge branch 'develop' into Add-New-AnnotationsAdd-New-AnnotationsJulian Kast2020-09-031-104/+0
|\
| * Refactor/streaming calls (#1468)Robert Henigan2020-09-021-104/+0
* | Add @RestrictTo(RestrictTo.Scope.LIBRARY) to classes in SDLConnectionFolderJulian Kast2020-09-011-0/+3
|/
* Fix issues found during reviewfeature/refactor_interfacesJoey Grover2020-08-101-2/+1
* Run code formatter on session classesJoey Grover2020-08-041-39/+39
* Remove redundant caching of transport configJoey Grover2020-07-301-3/+1
* Update android used classes for refactored intrfcsJoey Grover2020-07-291-80/+44
* Remove deprecated classes that used old SdlSessionJoey Grover2020-07-211-661/+0
* Refactor SdlSession2 into SdlSession with baseJoey Grover2020-07-212-1202/+339
* Move logError to new DebugTool APIs in android/baseRHenigan2020-06-261-3/+3
* Move android and base classes to new logWarningRHenigan2020-06-261-6/+6
* Use new logInfo API instead of Deprecated APIRHenigan2020-06-262-2/+2
* Start moving android logs to DebugToolRHenigan2020-06-253-45/+45
* Deprecate APIs to prepare for next major changeBilal Alsharifi2020-05-221-31/+36
* prevent security from initializing twice in sdlsessionfeature/issue_978BrettyWhite2019-10-092-3/+6
* Call sdlSecurity.initialize() only when the first encrypted service startsBilal Alsharifi2019-10-041-2/+6
* Fix potential NPEsJoey Grover2019-09-241-2/+4
* add one more checkBrettyWhite2019-09-051-1/+1
* allow videos to be stopped properly with secondary transport disconnectionBrettyWhite2019-09-051-1/+9
* Add ability to use TCP transport with new layersfeature/tcp_transportManagerJoey Grover2019-07-121-1/+8
* Address review commentsJoey Grover2019-06-171-1/+0
* Handle case where Bool might be null for AudioReqJoey Grover2019-06-131-1/+1
* Audio requirement flag added.Joey Grover2019-05-311-0/+36
* Update to JavaDocs/Copyright headers (#1025)Joey Grover2019-04-022-0/+62
* Move ISdlConnectionListener to base & make symlinkJoey Grover2019-03-111-40/+0
* Use BaseTransportConfig in ISdlProtocolJoey Grover2019-03-071-2/+2
* Use BaseTransportConfig in SdlConnection insteadJoey Grover2019-03-073-6/+4
* Move sdl_android to a subfolderBilal Alsharifi2019-03-044-0/+1779