summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Changed foreground notification to include what app currently holds the route...feature/multiplexing_clients_own_threadsJoey Grover2016-03-311-2/+8
* Merge branch 'develop' into feature/multiplexingJoey Grover2016-03-292-85/+135
|\
| * Merge branch 'master' into developJoey Grover2016-03-292-85/+135
| |\
| | * Merge pull request #293 from smartdevicelink/hotfix/handle_http_on_system_req...Joey Grover2016-03-292-85/+135
| | |\
| | | * Clean up OnSystemRequesthotfix/handle_http_on_system_requestsJoey Grover2016-03-101-4/+1
| | | * Update the response handler in porxy base for http requestsJoey Grover2016-03-101-56/+77
| | | * Correcting url sending request for HTTPJoey Grover2016-03-092-19/+31
| | | * Opt out of string replace for HTTP onsystemrequestsJoey Grover2016-03-091-1/+5
| | | * Update whats sent in body for OnSystemRequestJoey Grover2016-03-091-6/+1
| | | * Fixed inccorect body usage in OnSystemRequestJoey Grover2016-03-091-1/+1
| | | * Update proxy base to handle http requestsJoey Grover2016-03-091-4/+3
| | | * Updated OnSystemRequest to handle http requests different that proprietaryJoey Grover2016-03-091-12/+34
| | |/
* | | Legacy mode enhancementsJoey Grover2016-03-234-17/+29
* | | Added callback for client binder objects that die unexpectedlyJoey Grover2016-03-231-0/+50
* | | Added check to not attempt to rebind with router service if already bound.Joey Grover2016-03-231-1/+5
* | | Added a ping to clients during an app register call.Joey Grover2016-03-221-0/+28
* | | Updated to sample app to reflect production flowJoey Grover2016-03-211-2/+2
* | | Clean up and add wake up call during transport checkJoey Grover2016-03-214-17/+15
* | | Updated router service validator with production server address and hardcoded...Joey Grover2016-03-181-2/+2
* | | Improving alt transport lifecycle.Joey Grover2016-03-162-35/+90
* | | Improvements to alt transport system for multiplexingJoey Grover2016-03-153-33/+39
* | | Add check for null transport while handling onTransportErrorJoey Grover2016-03-101-1/+1
* | | Merge branch 'develop' of https://github.com/smartdevicelink/sdl_android into...Joey Grover2016-03-0913-124/+595
|\ \ \ | |/ /
| * | Merge pull request #280 from smartdevicelink/feature/travisci-buildJoey Grover2016-03-092-0/+59
| |\ \ | | |/ | |/|
| | * Updated travis config to use latest build toolsfeature/travisci-buildCorey Maylone2016-01-271-0/+4
| | * added travis-ci config file and a gradle build for travis-ci to useCorey Maylone2016-01-272-0/+55
| * | Merge pull request #290 from smartdevicelink/hotfix/fixes_289Joey Grover2016-03-091-1/+2
| |\ \
| | * | Fixed if statement to handl bulk data packets just like RPC packetshotfix/fixes_289Joey Grover2016-02-251-1/+2
| |/ /
| * | Update CHANGELOG.md4.0.1Joey Grover2016-02-181-74/+7
| * | Merge branch 'master' into developJoey Grover2016-02-181-2/+4
| |\ \ | | |/ | |/|
| * | Merge pull request #266 from smartdevicelink/feature/missing-proxy-gettersJoey Grover2015-11-232-3/+37
| |\ \
| | * | added methods to get HmiCapabilities and SystemSoftwareVersionAnil Dahiya2015-10-082-3/+37
| |/ /
| * | 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
| * | 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
* | | | | Added catch statement in MultiplexTransport to deal with an IllegalStateExcep...Joey Grover2016-03-031-1/+5
* | | | | Enhanced session management in router service.Joey Grover2016-03-031-43/+130