summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixes #213bugfix/issue_213Joey Grover2016-06-211-4/+43
* Merge branch 'master' into developJoey Grover2016-06-151-1/+1
|\
| * Update README.mdCorey Maylone2016-06-091-1/+1
* | Merge pull request #78 from smartdevicelink/feature/multiplexingJoey Grover2016-06-1461-1203/+7983
|\ \
| * | Keeps track of HashIds per session to use in case of binder dyingfeature/multiplexingJoey Grover2016-06-141-6/+43
| * | Merge branch 'develop' of https://github.com/smartdevicelink/sdl_android into...Joey Grover2016-06-0910-39/+58
| |\ \ | |/ / |/| |
* | | Merge pull request #284 from smartdevicelink/feature/end_session_hashJoey Grover2016-06-099-34/+53
|\ \ \
| * | | Added hashid used for ending the RPC session. Now cycling the proxy when the...feature/end_session_hashMarkos Rapitis2016-02-049-34/+53
| | * | Implemented service restart pingsJoey Grover2016-06-085-15/+92
| | * | Changing binding flag for transport broker clientJoey Grover2016-06-081-5/+1
| | * | Start proxy during onCreate for system service restartsJoey Grover2016-06-011-0/+9
| | * | General cleanup. Fixed warnings, removed unused imports, etc.Joey Grover2016-05-3112-68/+43
| | * | Created app store enum and added more trusted app stores. Optimized logic.Joey Grover2016-05-251-4/+39
| | * | Add missing callbacks for HttpRequestTaskJoey Grover2016-05-251-0/+6
| | * | Created a custom queue for packet write tasks that will prioritize single fra...Joey Grover2016-05-252-4/+170
| | * | Change action from null to dummy string in SdlBroadcastRecieverJoey Grover2016-05-231-1/+1
| | * | Added the intent to onSdlEnabled that enabled SDL.Joey Grover2016-05-182-6/+8
| | * | Introduced delay for clients that have packets that are not high priorityJoey Grover2016-05-131-3/+56
| | * | SdlPackets now have a priority coefficient for the router service to determin...Joey Grover2016-05-1016-53/+99
| | * | Cleaned up SdlConnectionJoey Grover2016-05-061-29/+28
| | * | Removed unused importsJoey Grover2016-05-061-3/+0
| | * | Implemented retry strategy for false-positve deadobjectexceptions in transpor...Joey Grover2016-05-041-23/+27
| | * | Removed deprecated http calls and replaced them with current api'sJoey Grover2016-05-033-155/+193
| | * | Update hello world to correct lifecycle flowJoey Grover2016-05-021-7/+3
| | * | Packets are prioritized based on waiting time and size.Joey Grover2016-04-131-32/+236
| | * | Change AppId to Long and make sure it is sent with all messages to router ser...Joey Grover2016-04-061-6/+9
| | * | 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
|\ \ \ \ | |/ / / |/| | |