summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VideoStreamingManager state fixesfeature/sim_transport_integration_with_managers_2Bilal Alsharifi2018-10-012-1/+8
* Fix videostreamingmanager unit testsJoey Grover2018-09-281-0/+2
* Add a transport event listener and correct READY state for the managerJoey Grover2018-09-283-1/+114
* Use mock for SdlProtocolTestsfeature/cleanup_managersJoey Grover2018-09-281-96/+3
* Remove min SDK decleration from manifestJoey Grover2018-09-281-1/+0
* Revert merge conflict resolutions - ProtoclVersionJoey Grover2018-09-288-52/+92
* Merge branch 'develop' into feature/issue_782_Android_ManagersBilal2018-09-2871-1926/+7839
|\
| * 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