summaryrefslogtreecommitdiff
path: root/sdl_android/src/main/java/com/smartdevicelink/proxy/SystemCapabilityManager.java
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' of https://github.com/smartdevicelink/sdl_android into...Joey Grover2017-09-291-0/+2
|\
| * Add RC to HMI caps and SCMJoey Grover2017-09-281-0/+2
* | Add ISdl interface and implement in proxy base and SCMJoey Grover2017-09-271-7/+5
|/
* Update convertToList method to take in class and properly convert to list, no...feature/issue_566Joey Grover2017-09-221-3/+18
* Cleaning up SdlProxyBase with SCM integrationJoey Grover2017-09-221-0/+37
* Add more null checks to SCMJoey Grover2017-09-211-9/+14
* Add null check for listnener in SCM and added callback to correct methodJoey Grover2017-09-211-2/+8
* Add new static method to SCM that converts Object into List<?> and test for m...Joey Grover2017-09-211-0/+15
* Refactor SystemCapabilityManager, fix unit test, move initialization of SdlPr...Austin Kirk2017-08-171-34/+20
* Add unit tests, added Video Streaming key to SystemCapability classAustin Kirk2017-08-141-5/+9
* Adding SystemCapabilityManager, Listener class, and editing SdlProxyBaseAustin Kirk2017-08-141-0/+99