summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "Hotfix/mtu size for v3 & v4 protocols"revert-275-hotfix/mtuJoey Grover2016-01-191-2/+2
* Merge pull request #275 from smartdevicelink/hotfix/mtuJoey Grover2016-01-191-2/+2
|\
| * Adjusted mtu sizes to match value on core side. (131072 - 12 = 131060)Markos Rapitis2015-12-141-2/+2
|/
* 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
| | * | | | Made changes to handle v3 / v4 mtu sizes.Markos Rapitis2015-08-061-16/+30
| | | |/ / | | |/| |
| * | | | Merge branch 'feature/audio-video-streaming_merged' of https://github.com/sma...Joey Grover2015-08-2619-152/+901
| |\ \ \ \
| | * | | | Minor change for Suppressing warning of New ApiAnil Dahiya2015-07-231-1/+2
| | * | | | Removed static variable references from sdlencoder class, added setter methodsRapitis, Markos (M.J.)2015-07-222-21/+39
| | * | | | Additional CleanUp for Audio/Video StreamingAnil Dahiya2015-07-083-27/+8
| | * | | | Merge branch 'github/develop' into feature/audio-video-streamingAnil Dahiya2015-07-07183-2724/+4681
| | |\ \ \ \
| | * | | | | Moved minSdkVersion back to 8Rapitis, Markos (M.J.)2015-05-061-1/+1
| | * | | | | Changes for Error Handling for EncoderDahiya, Anil (A.)2015-05-064-11/+27
| | * | | | | Added encoding API's to proxyKevin Burdette2015-05-063-3/+232
| | * | | | | Removed synchronization that caused deadlocks in sendBytesOverTransport.Markos Rapitis2015-04-292-4/+1
| | * | | | | Added basic javadocs and more error checking for video and audio services.Markos Rapitis2015-04-292-34/+90
| | * | | | | Updated logic for wait time for response recievedDahiya, Anil (A.)2015-04-241-6/+6
| | * | | | | Added OnServiceNACKed to base proxy.Markos Rapitis2015-04-244-1/+43
| | * | | | | Fixed a bug where onProtocolSessionStarted is called for the wrong instance w...Markos Rapitis2015-04-241-1/+7
| | * | | | | Added functionality to pause and resume stream.Markos Rapitis2015-04-245-9/+182
| | * | | | | Changes for returning OnServiceEnded notificationDahiya, Anil (A.)2015-04-244-1/+44
| | * | | | | Added Implementation for onProtocolSessionEndedNACKed & onProtocolSessionEnde...Dahiya, Anil (A.)2015-04-241-53/+150
| | * | | | | Added hooks for onProtocolSessionEndedNACK, fixed onProtocolSessionStartedNACKMarkos Rapitis2015-04-247-20/+61