summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* removing unneeded LOCfeature/sdl_0073_metadata_typesBrett W2017-09-051-13/+5
* Merge branch 'develop' into feature/sdl_0073_metadata_typesBrett W2017-09-0519-218/+786
|\
| * Merge pull request #599 from smartdevicelink/bugfix/issue_597Joey Grover2017-08-311-0/+3
| |\
| | * 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
| | | |_|/ | | |/| |
* | | | | allow user to set metadata without using a listBrett W2017-09-052-1/+45
* | | | | changed signatures to correct nameBrett W2017-09-051-8/+8
* | | | | fixed caseBrett W2017-08-251-3/+3
* | | | | modified enums per requestBrett W2017-08-254-41/+53
* | | | | address changes requestedBrett W2017-08-252-3/+6
* | | | | change enum structure, tested working w/ coreBrett W2017-08-235-61/+61
* | | | | found and fixed a small naming issueBrett W2017-08-231-2/+2
* | | | | fixed small formatting issueBrett W2017-08-231-1/+1