summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added more comments for video streaming methods.feature/documentation-updateMarkos Rapitis2015-10-231-0/+18
* Merge branch 'develop' into feature/documentation-updateRapitis, Markos (M.J.)2015-10-149-142/+235
|\
| * Added a correlation id generator to avoid having to keep track of such a thingJoey Grover2015-10-061-0/+25
| * Refactored RpcUpdateListener to RPCUpdateListener. Added OnNotificationListen...feature/improved_rpc_callbacksJoey Grover2015-09-308-132/+210
| * removed minor minor compilation warningsMarkos Rapitis2015-09-282-10/+0
* | fixed a problem from git automerge on inline docsMarkos Rapitis2015-09-281-3/+1
* | added project.properitesRapitis, Markos (M.J.)2015-09-251-0/+12
* | updated docsRapitis, Markos (M.J.)2015-09-2539-528/+2086
|\ \ | |/
| * Merge branch 'feature/rpc_callbacks' of https://github.com/smartdevicelink/sd...Joey Grover2015-09-256-46/+397
| |\
| | * Fixed string comparing issuefeature/rpc_callbacksJoey Grover2015-09-081-1/+1
| | * Added missing onPacketFinish call for READ_DIDJoey Grover2015-09-081-1/+2
| | * Added putfile listener callbacks into StreamRPCPackatizerJoey Grover2015-09-042-8/+36
| | * Added getter for putfile listenerJoey Grover2015-09-041-2/+5
| | * Updated some commentsJoey Grover2015-09-012-5/+25
| | * Merge branch 'develop' of https://github.com/smartdevicelink/sdl_android into...Joey Grover2015-09-01198-2701/+3457
| | |\
| | * | Refactoring OnUpdateListenerJoey Grover2015-06-251-18/+34
| | * | Updated RPC listeners to reflect different levels/RPCsJoey Grover2015-06-255-22/+93
| | * | Added a boolean return param to the RPC callback wrapper functionJoey Grover2015-05-111-2/+5
| | * | Changed onFinsih to include RPCMessage. Developers will still have to cast to...Joey Grover2015-04-212-2/+4
| | * | Added callback to all other RPC responses.Joey Grover2015-04-201-32/+101
| | * | New OnUpdateListener added to allow developers to get callbacks on specific p...Joey Grover2015-04-173-10/+229
| * | | Merge branch 'develop'4.0.0Joey Grover2015-09-15173-1737/+3493
| |\ \ \
| | * \ \ Merge pull request #262 from smartdevicelink/release/4.0.0-rcJoey Grover2015-09-151-0/+79
| | |\ \ \
| | | * | | Added change log for v4release/4.0.0-rcJoey Grover2015-09-151-0/+79
| | |/ / /
| | * | | Merge branch 'feature/sdl-proxy-builder' of https://github.com/smartdevicelin...Joey Grover2015-09-141-0/+129
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | Refactored ngnAppName to become shortAppNameMarkos Rapitis2015-08-281-6/+6
| | | * | Updated names to match conventions.Markos Rapitis2015-08-241-15/+15
| | | * | Added SdlProxyBuilder class.Markos Rapitis2015-08-241-0/+129
| | * | | Merge branch 'hotfix/usb_metadata' of https://github.com/smartdevicelink/sdl_...Joey Grover2015-09-011-2/+2
| | |\ \ \
| | | * | | Update USBTransport connection info to match SDLJustin Dickow2015-08-121-2/+2
| | | |/ /
| | * | | Merge branch 'feature/fifo-queue' of https://github.com/smartdevicelink/sdl_a...Joey Grover2015-09-015-61/+7
| | |\ \ \
| | | * | | Changed to a fifo queueMarkos Rapitis2015-08-055-61/+7
| | * | | | Merge branch 'mrapitis-feature/deviceinfo' into developJoey Grover2015-08-284-16/+70
| | |\ \ \ \
| | | * \ \ \ Merge branch 'feature/deviceinfo' of https://github.com/mrapitis/sdl_android ...Joey Grover2015-08-284-16/+70
| | | |\ \ \ \ | | |/ / / / /
| | | * | | | Made changes to automatically populate rai device infoAnil Dahiya2015-07-224-12/+68
| | | |/ / /
| | * | | | Merge branch 'feature/lock_screen_icon' of https://github.com/smartdevicelink...Joey Grover2015-08-285-2/+88
| | |\ \ \ \
| | | * | | | Fixed a type in onLockScreenIconDownloadError method.Markos Rapitis2015-08-121-2/+2
| | | * | | | Added some logic for handling lock screen icon requests and added APIs for de...Mike Burke2015-03-124-8/+185
| | | * | | | Added new RequestType enum valueMike Burke2015-01-301-1/+4
| | * | | | | Merge branch 'feature/heartbeat-update' of https://github.com/smartdevicelink...Joey Grover2015-08-2811-181/+353
| | |\ \ \ \ \
| | | * | | | | Updated wipro setversion method with v3 support. Enabling hb for v3 and higherAnil Dahiya2015-07-272-2/+7
| | | * | | | | Kevin's Additional CleanUp of CallbacksAnil Dahiya2015-07-277-109/+7
| | | * | | | | Fixed a heartbeat multiplexing scenario.Markos Rapitis2015-07-271-2/+3
| | | * | | | | More changes for heartbeat timeout.Markos Rapitis2015-07-275-159/+178
| | | * | | | | Changing for fixing Heartbeat and adding Additional TimersAnil Dahiya2015-07-1310-39/+295
| | | | |/ / / | | | |/| | |
| | * | | | | Merge branch 'feature/debug-cleanup' of https://github.com/smartdevicelink/sd...Joey Grover2015-08-261-56/+1
| | |\ \ \ \ \
| | | * | | | | Removed logging originally used for policies troubleshooting.Markos Rapitis2015-08-171-56/+1
| | | | |_|/ / | | | |/| | |
| | * | | | | Merge branch 'feature/mtu-update' of https://github.com/smartdevicelink/sdl_a...Joey Grover2015-08-261-21/+32
| | |\ \ \ \ \
| | | * | | | | Commit check iDataSize against max mtu sizeJustin Dickow2015-08-141-4/+1
| | | * | | | | Check iDataSize based on support MTU per versionJustin Dickow2015-08-061-5/+5