summaryrefslogtreecommitdiff
path: root/base/src/main/java/com/smartdevicelink/protocol/SdlProtocolBase.java
Commit message (Expand)AuthorAgeFilesLines
* Revert out of scope changescleanup/proposal_sdl_0286_spacingNoah Stanford2022-01-111-1/+1
* Reformat base Java filesNoah Stanford2022-01-051-1/+1
* Release Candidate ChangesHenigan2021-10-041-1/+1
* Merge branch 'develop' into bugfix/issue_1720Henigan2021-09-221-0/+12
|\
| * Feature/0293 oem android specific (#1604)Kostiantyn Boskin2021-08-311-0/+12
* | Fix Lib responseHenigan2021-08-121-14/+3
* | Add SecurityQuery and BinaryQueryHeaderHenigan2021-08-041-6/+13
|/
* Take lower value for MTU if encryptedbugfix/encryption_mtu_corner_caseJoey Grover2021-04-061-2/+3
* Add back frame sequence rollover fixbugfix/issue_1642Joey Grover2021-03-241-0/+7
* Fix receiving encrypted multiframe packetsJoey Grover2021-03-231-5/+6
* Fix sending encrypted packetsJoey Grover2021-03-231-39/+64
* [SDL-0293] OEM Exclusive App Support - Protocol & Manager layers (#1618)Joey Grover2021-02-111-1/+1
* Rename new mapbugfix/issue_1574Henigan2020-12-041-8/+8
* Remove line in endServiceHenigan2020-12-041-1/+0
* Add map cleanupHenigan2020-12-041-0/+4
* Add null checkHenigan2020-12-041-2/+2
* Add map to track which transports started a serviceHenigan2020-12-031-4/+11
* Run the Reformat Code tool on the projectBilal Alsharifi2020-09-171-193/+202
* Fix warnings in protocolBilal Alsharifi2020-09-101-7/+9
* Revert "Revert "Merge branch 'develop' into remove-deprecated-transport-apis""remove-deprecated-transport-apisJulian Kast2020-09-081-0/+2
* Revert "Merge branch 'develop' into remove-deprecated-transport-apis"Julian Kast2020-09-081-2/+0
* Merge branch 'develop' into remove-deprecated-transport-apisJulian Kast2020-09-081-0/+2
|\
| * Merge branch 'develop' into Add-New-AnnotationsAdd-New-AnnotationsJulian Kast2020-09-031-75/+101
| |\
| * | add @RestrictTo(RestrictTo.Scope.LIBRARY) to classes in the Protocol folderJulian Kast2020-09-011-0/+2
* | | Deprecate resetSession in SdlProtocolBase and remove resetSession in the Tran...Julian Kast2020-09-081-6/+1
| |/ |/|
* | Add logging and remove redundent reasonfeature/0308_ReasonParamToProtocolNAKsRHenigan2020-09-011-0/+4
* | Update Max Protocol VersionRHenigan2020-08-281-1/+1
* | Fix potential race condition in ProtocolBaseBilal Alsharifi2020-08-181-74/+96
|/
* Merge branch 'develop' into AndroidXJulian Kast2020-08-111-37/+28
|\
| * Fix issues found during reviewfeature/refactor_interfacesJoey Grover2020-08-101-2/+2
| * Update android used classes for refactored intrfcsJoey Grover2020-07-291-37/+28
* | Update imports to androidXJulian Kast2020-08-101-1/+1
|/
* Move logError to new DebugTool APIs in android/baseRHenigan2020-06-261-4/+4
* Move android and base classes to new logWarningRHenigan2020-06-261-4/+4
* Use new logInfo API instead of Deprecated APIRHenigan2020-06-261-16/+16
* Wrap Log.java and move base logging to DebugToolRHenigan2020-06-111-15/+14
* Create Log Wrapper and Repace Base library loggingRHenigan2020-06-111-15/+15
* Fix #1110hotfix/issue_1110Joey Grover2019-11-041-18/+22
* Fix if high bandwidth is needed during d/cJoey Grover2019-11-041-4/+32
* Merge pull request #1179 from smartdevicelink/feature/fix_code_analyzer_issuesBrett2019-10-021-10/+16
|\
| * Fix potential NPEsJoey Grover2019-09-241-10/+16
* | Fix ISdlServiceListener callbackBilal Alsharifi2019-09-271-1/+2
|/
* handle case where TM is null in protocolbaseBrettyWhite2019-09-101-1/+3
* Close transportmanager when ending session in protJoey Grover2019-08-071-0/+1
* Add transportManager NPE check in SdlProtocolBasefeature/sdl_protocol_npeBilal Alsharifi2019-05-081-14/+18
* Fix potential NPEs in SdlProtocolBaseBilal Alsharifi2019-05-021-4/+10
* Remove extra semicolonBilal Alsharifi2019-03-191-1/+1
* Use the new Version constructorBilal Alsharifi2019-03-191-1/+1
* Update protocol and rpc versionsBilal Alsharifi2019-03-191-1/+1
* Remove TODOs that were no longer relevantJoey Grover2019-03-141-1/+0