summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Notify dev about transport update when packet.version is less than 5feature/add_missing_notifiy_dev_callBilal2018-09-261-0/+2
* Merge pull request #864 from smartdevicelink/feature/issue_229Brett2018-09-265-5/+140
|\
| * Fix CCE and ensure a proper copy of RPCsfeature/issue_229Joey Grover2018-09-261-8/+31
| * Remove OKAY, update documetation for OKJoey Grover2018-09-174-62/+27
| * Add PLAY_PAUSE enum valueJoey Grover2018-09-075-3/+150
* | Merge pull request #768 from smartdevicelink/feature/multiplexing_onlyJoey Grover2018-09-2555-1882/+7449
|\ \ | |/ |/|
| * Revert making method private to protectedfeature/multiplexing_onlyJoey Grover2018-09-251-1/+1
| * Change SdlProtocol method from public to privateJoey Grover2018-09-251-2/+2
| * Remove the deleting of the RS notification channelJoey Grover2018-09-251-8/+0
| * Make member vars in TransportRecord privateJoey Grover2018-09-251-2/+2
| * Make vars in MultiplexUsbTransport privateJoey Grover2018-09-251-4/+4
| * Fix spacing issues in TransportBrokerJoey Grover2018-09-251-673/+682
| * Cleanup USB classesJoey Grover2018-09-251-31/+24
| * Add missing javadoc to MulplexTransportConfigJoey Grover2018-09-251-5/+52
| * Clean up transport clasesJoey Grover2018-09-255-19/+16
| * Clean up SdlProtocolJoey Grover2018-09-252-55/+35
| * Fix Version.isNewerThan method and add testsJoey Grover2018-09-252-2/+24
| * Fix issue with stale secondarytransportlistenerJoey Grover2018-09-211-2/+10
| * Remove activeTransport keys when transport d/cJoey Grover2018-09-211-0/+4
| * Add missing copyrightsJoey Grover2018-09-2110-1/+324
| * Check if secondaryTransportParams is nullJoey Grover2018-09-211-1/+1
| * Add check to prevent NPE in SdlProtocolJoey Grover2018-09-211-12/+14
| * Add new callback for transport events and get infoJoey Grover2018-09-206-7/+211
| * Fix logic during RPC startserviceACKJoey Grover2018-09-171-12/+8
| * Fix potential NPE while checking activeTransportsJoey Grover2018-09-171-1/+3
| * Fix issue with secondary transport registrationJoey Grover2018-09-171-16/+14
| * Add unit tests and fixes for TranMngr and SdlProtJoey Grover2018-09-064-10/+599
| * Cleanup SdlSession2Joey Grover2018-09-061-51/+24
| * Revert translatable="false" removal from sdl.xmlJoey Grover2018-09-051-1/+1
| * Clean lint warnings in new/modified classesJoey Grover2018-09-056-291/+309
| * Add final modifier to Version paramsJoey Grover2018-09-051-1/+1
| * Fix lint warning is MultiplexTransportConfigJoey Grover2018-09-041-7/+7
| * Remove unncessary loggingJoey Grover2018-09-044-65/+17
| * Deprecate classes that are phased outJoey Grover2018-09-048-0/+15
| * Additional improvements to RS notificaitonJoey Grover2018-09-045-14/+42
| * Fix SdlRouterStatusProvider to start RS foregroundJoey Grover2018-08-311-1/+10
| * Fix notifications during transport conn/diconnJoey Grover2018-08-301-25/+44
| * Updated unit tests for RS to transport recordJoey Grover2018-08-301-2/+3
| * Merge branch 'develop' of https://github.com/smartdevicelink/sdl_android into...Joey Grover2018-08-3060-165/+3932
| |\
| * | Updated to use TransportRecordJoey Grover2018-08-2912-126/+154
| * | Merge branch 'develop' of https://github.com/smartdevicelink/sdl_android into...Joey Grover2018-08-23267-1706/+18229
| |\ \
| * | | Remove extra log in RSJoey Grover2018-08-231-1/+0
| * | | Add ability to filter secondary transportsJoey Grover2018-08-232-13/+24
| * | | Remove unncessary importsJoey Grover2018-08-232-7/+0
| * | | Merge branch 'feature/multiplexing_only' of https://github.com/smartdevicelin...Joey Grover2018-08-161-4/+0
| |\ \ \
| | * | | Fix WiProProtocol testAustin Kirk2018-08-091-4/+0
| * | | | Handle older proxies connecting to new RSJoey Grover2018-08-165-53/+302
| * | | | Increase router service versionJoey Grover2018-08-162-2/+2
| |/ / /
| * | | Refactor to nonbreaking changes to sessionsJoey Grover2018-08-0812-1378/+1108
| * | | Refactor protocol layer and transport layerJoey Grover2018-08-084-144/+1415