summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove unused importbugfix/issue_597Joey Grover2017-08-281-1/+0
* Fixes #597 isEmulatorJoey Grover2017-08-281-0/+4
* Merge pull request #579 from smartdevicelink/feature/issue_535_bsonJoey Grover2017-08-287-7/+307
|\
| * Update travis.ymlfeature/issue_535_bsonJoey Grover2017-08-281-2/+2
| * Revert unnecessary changesJoey Grover2017-08-281-4/+4
| * Ensure there are default video params availableJoey Grover2017-08-251-0/+8
| * Change service listeners to by a list of listenersJoey Grover2017-08-243-10/+89
| * Remove unused importsJoey Grover2017-08-241-4/+0
| * Moving serviceListener calls to SdlSession from SdlProxyBase, refactor a sect...Austin Kirk2017-08-174-50/+38
| * Consolidate Seperate calls for format and resolution to single call for a new...Austin Kirk2017-08-154-35/+113
| * Cast VideoStreaming Codec and Protocol correctly on StartServiceACK reception...Austin Kirk2017-08-112-10/+10
| * Change method name to match that in SdlSessionAustin Kirk2017-08-091-2/+2
| * Adding Bson features of evolution proposal and Service ListenersAustin Kirk2017-08-084-6/+157
* | Merge pull request #575 from smartdevicelink/bugfix/issue_554Joey Grover2017-08-143-117/+91
|\ \
| * | Remove redudant null checkbugfix/issue_554Joey Grover2017-08-031-3/+1
| * | Fix improper checks on bluetooth device nameJoey Grover2017-08-031-4/+3
| * | Remove clearOnInstanceErrorJoey Grover2017-08-031-10/+0
| * | Refactor of MultipleBluetoothTransport to no longer be singleton.Joey Grover2017-08-013-101/+88
* | | Merge pull request #583 from smartdevicelink/bugfix/issue_582Joey Grover2017-08-101-3/+0
|\ \ \
| * | | #582 Remove unused intent extra and ambiguous validation callbugfix/issue_582Tuan Nguyen2017-08-091-3/+0
| | |/ | |/|
* | | Merge pull request #564 from smartdevicelink/feature/556Joey Grover2017-08-091-1/+14
|\ \ \ | |/ / |/| |
| * | Merge branch 'develop' of https://github.com/smartdevicelink/sdl_android into...feature/556Joey Grover2017-07-261-6/+11
| |\ \
| * | | Change the implicit broadcast to explicit for onTransportConnectedJoey Grover2017-07-251-1/+14
* | | | Merge pull request #577 from smartdevicelink/feature/issue_506Joey Grover2017-08-089-91/+372
|\ \ \ \
| * | | | Refactored BsonTags into ControlFrameTagsJoey Grover2017-08-083-109/+99
| * | | | Addressing comments in reviewfeature/issue_506Austin Kirk2017-08-073-37/+130
| * | | | Edit travis.yml to account for SDK-22Austin Kirk2017-08-031-1/+2
| * | | | Remove logs, unnecessary code, and fix formattingAustin Kirk2017-08-032-30/+13
| * | | | Compiling BSON library from JCenterAustin Kirk2017-08-033-8/+4
| * | | | Update bson_lib AAR and remove HashId tags from non-RPC servicesAustin Kirk2017-08-032-12/+10
| * | | | Fix setting PROTOCOL_VERSION in bson tagsAustin Kirk2017-08-031-2/+2
| * | | | Update versions in SdlPsm and make max pulic version publicJoey Grover2017-08-032-2/+3
| * | | | Change Version Integers to intsJoey Grover2017-08-031-4/+4
| * | | | Adding new Version class and updating WiProProtocol to use itJoey Grover2017-08-033-34/+136
| * | | | Optimize MTU in protocolJoey Grover2017-08-032-36/+34
| * | | | Removing MTU and HASH_ID from StartService packetsAustin Kirk2017-08-031-6/+8
| * | | | Fix version tests for WiProProtcolJoey Grover2017-08-031-18/+15
| * | | | StartService, StartServiceACK implemented for RPC ServiceAustin Kirk2017-08-035-31/+76
| * | | | Support for Bson Tags in Start Service and Start Service ACK control framesAustin Kirk2017-08-035-6/+81
| | |_|/ | |/| |
* | | | Merge pull request #553 from smartdevicelink/feature/issue_535Joey Grover2017-08-0313-1/+552
|\ \ \ \ | |/ / / |/| | |
| * | | Remove SetVideoConfig from FunctionID listAustin Kirk2017-08-031-1/+0
| * | | Remove json asset for SetVideoConfigfeature/issue_535Austin Kirk2017-08-011-23/+0
| * | | Remove structs not included in rpc_specAustin Kirk2017-08-019-446/+0
| * | | Adding unit tests to cover diff changes, also changed `supportedFormats` to b...Austin Kirk2017-07-3116-8/+733
| * | | Added structs, enums, RPCs in accordance with EP#58Austin Kirk2017-07-3110-1/+297
|/ / /
* | | Merge pull request #539 from smartdevicelink/feature/issue_486feature/issue_486Joey Grover2017-07-3117-10/+540
|\ \ \
| * | | Change method parameter names to be more descriptiveAustin Kirk2017-07-312-6/+6
| * | | Add phone and navigation capability structs from RCP spec [DRAFT] 4.5.0Austin Kirk2017-07-313-6/+68
| * | | Remove Video/Audio Keys & Enums, add OnResponse CallbackAustin Kirk2017-06-167-56/+46
| * | | Adding Unit TestsAustin Kirk2017-06-097-5/+296