summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Merge branch 'master' of https://github.com/smartdevicelink/sdl_android into ...Joey Grover2018-08-304-60/+79
| |\
| | * Update Travis file to support Android 274.6.3hotfix/issue_843Bilal2018-08-301-0/+1
| | * Updated version info for hotfixJoey Grover2018-08-303-5/+5
| | * Refactor and synch notificaiton for RSJoey Grover2018-08-301-55/+73
| * | Merge pull request #712 from mrapitis/feature/issue_624Joey Grover2018-08-3049-80/+3703
| |\ \
| | * \ Merge branch 'develop' into feature/issue_624Anil Dahiya2018-08-212-7/+20
| | |\ \
| | * | | Updates to LightName fields i.e. REAR_LEFT_BRAKE_LIGHT / REAR_RIGHT_BRAKE_LIG...Anil Dahiya2018-08-212-10/+10
| | * | | Update LightCapabilities.javaMarkos Rapitis2018-08-151-2/+2
| | * | | Reverted changes to mobile api xml file.Markos Rapitis2018-08-141-16/+16
| | * | | Added and deprecated GPSData per review comments.Markos Rapitis2018-08-131-1/+32
| | * | | Removing the files for GPSLocation / SRGBColor as their usage is replaced wit...Anil Dahiya2018-08-136-320/+0
| | * | | More cleanup for spacing.Markos Rapitis2018-08-139-271/+268
| | * | | Changes for Updating DOP value range for GPS notification.Anil Dahiya2018-08-132-57/+37
| | * | | Changes for Audio Source AM/FM/XM/DAB instead of RADIO_TUNER.Anil Dahiya2018-08-112-8/+20
| | * | | Changes for Remote Control – Lights – More Names and Status Values. Along...Anil Dahiya2018-08-116-8/+123
| | * | | Adding Changes for : removing GPSLocation struct and reuse GPSData, removing ...Anil Dahiya2018-08-1119-236/+172
| | * | | Updates for new remote control modules (LIGHT, AUDIO, HMI_SETTINGS), paramete...Anil Dahiya2018-08-1152-13/+3885