summaryrefslogtreecommitdiff
path: root/sdl_android/src/main/java/com/smartdevicelink/proxy/SystemCapabilityManager.java
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop' of https://github.com/smartdevicelink/sdl_android ↵Joey Grover2017-09-291-0/+2
|\ | | | | | | | | | | | | into feature/internal_proxy_interface # Conflicts: # sdl_android/src/main/java/com/smartdevicelink/proxy/SdlProxyBase.java
| * 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, ↵feature/issue_566Joey Grover2017-09-221-3/+18
| | | | not just cast blindly
* Cleaning up SdlProxyBase with SCM integrationJoey Grover2017-09-221-0/+37
| | | | Removed variables that are no longer needed as well as setting capabilities that change after the intial RAI response
* 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 ↵Joey Grover2017-09-211-0/+15
| | | | method
* Refactor SystemCapabilityManager, fix unit test, move initialization of ↵Austin Kirk2017-08-171-34/+20
| | | | | | SdlProxyBase At this point `getCapability()` will cause an unchecked cast warning when requesting a list of capabilities
* 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
In accordance with evolution proposal