summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added all backwards compatibility methods with documentation.feature/issue_137Mikayla Ray2015-06-228-53/+253
* Added backwards compatible, deprecated getList() method.Mikayla Ray2015-06-224-0/+32
* Minor value replacements.Mikayla Ray2015-06-053-10/+5
* Implements suggested improvements from issue #137Mikayla Ray2015-06-0210-231/+152
* Changed FunctionId back to FunctionIDJoey Grover2015-05-26101-278/+278
* Merge branch 'feature/feature_138' into developJoey Grover2015-05-22102-470/+413
|\
| * Merge branch 'develop' into feature/feature_138Joey Grover2015-05-2286-1004/+1293
| |\ | |/ |/|
* | Merge branch 'mrapitis-update_putfile_stream_enhancements' into developJoey Grover2015-05-2215-62/+628
|\ \
| * \ Merged pull request #74Joey Grover2015-05-2215-62/+628
| |\ \ |/ / /
| * | Ensuring notification is sent when putfile stream is stopped app side.Markos Rapitis2015-04-272-3/+3
| * | Updated javadocs and some dependent method calls.Markos Rapitis2015-04-241-16/+15
| * | Updated stop/pause/resume for putfile stream.Markos Rapitis2015-04-244-52/+66
| * | Added functionality to pause and resume stream.Markos Rapitis2015-04-245-15/+123
| * | Updated putFileStream method call for proper naming conventions.Markos Rapitis2015-04-151-12/+12
| * | Added inputstream as an optionMarkos Rapitis2015-03-302-5/+66
| * | Updated some references from sync to sdl.Markos Rapitis2015-03-191-7/+7
| * | Cleaned up unused imports.Markos Rapitis2015-03-184-18/+1
| * | Added logic to send data at specified offset.Markos Rapitis2015-03-181-4/+13
| * | Increased default buffer size for AbstractPacketizer for performance reasons....Markos Rapitis2015-03-183-3/+11
| * | Removed the FileInputStream.available() call. Removed some dependence on sess...Markos Rapitis2015-03-186-159/+148
| * | General putfile stream cleanup.Markos Rapitis2015-03-182-18/+13
| * | Added functionID references.Markos Rapitis2015-03-183-2/+6
| * | Updated onPutFileResponse to check success status before notification occurs.Markos Rapitis2015-03-181-1/+2
| * | Changes for putFileStreaming enhancements.Markos Rapitis2015-03-1812-22/+416
* | | Merge pull request #153 from smartdevicelink/feature/rpcUpdateJoey Grover2015-05-2018-43/+482
|\ \ \
| * | | Few typo corrections. Added callback for DialNumber and SendLocation into IPr...Joey Grover2015-04-245-5/+41
| * | | Reverted LayoutMode changes back to enums with the 'S'Joey Grover2015-03-271-14/+0
| * | | Changed TouchEvent time stamp 'ts' to use Long instead of Integer.Joey Grover2015-03-241-8/+23
| * | | Updated PutFile to use Longs for length and offset. Added deprecated convenie...Joey Grover2015-03-243-6/+65
| * | | Changed offset and length getters and setters in OnSystemRequest do use Long ...Joey Grover2015-03-241-9/+17
| * | | Added DialNumber RPC request and response.Joey Grover2015-03-242-0/+74
| * | | Updated RegisterAppInterfaceResponse to adhere to the 4.0 specJoey Grover2015-03-241-14/+62
| * | | Added dial number to funciton ids. Would like to pull in fix #149 thoughJoey Grover2015-03-241-1/+2
| * | | Added HMICapabilities class for v4.0 of RPC specJoey Grover2015-03-231-0/+49
| * | | Updated RPCS to 4.0 spec. Some didn't appear to have changesJoey Grover2015-03-238-6/+163
| * | | Updated AppInterfaceUnregisteredReason enumJoey Grover2015-03-231-1/+7
| |/ /
* | | Merge pull request #155 from mrapitis/feature/onProxyClosedJoey Grover2015-05-201-20/+8
|\ \ \
| * | | Made changes to remove SESSION_LOCK and replace contains methodMarkos Rapitis2015-04-291-11/+2
| * | | Fixed issue with onProxyClosed not always called in multiplexing scenariosRapitis, Markos (M.J.)2015-03-241-9/+6
| |/ /
* | | Merge pull request #159 from mrapitis/hotfix/handlereceivedbytesJoey Grover2015-05-201-5/+15
|\ \ \
| * | | Made processReceivedBytes privateMarkos Rapitis2015-04-081-1/+1
| * | | Made changes to remove recursion from HandleReceivedBytesMarkos Rapitis2015-04-081-5/+15
| |/ /
* | | Merge pull request #182 from smartdevicelink/feature/issue_181Joey Grover2015-05-201-6/+21
|\ \ \
| * | | Added @since JavaDoc tag for easily locating this noted issue in the code.Mikayla Ray2015-05-121-0/+2
| * | | Added documentation of breaking change.Mikayla Ray2015-05-121-0/+10
| * | | Swapped reflection calls with existing functionality.Mikayla Ray2015-05-121-21/+6
| * | | Adjusted float values to doubles to keep consistant with the rest of the mobi...Mikayla Ray2015-05-081-13/+13
| * | | Fixes issue #181 by adjusting Float casting.Mikayla Ray2015-05-071-3/+21
| |/ /
| * | Fixes #140Mike Burke2015-03-172-10/+10
* | | Merge pull request #189 from smartdevicelink/feature/issue_183Joey Grover2015-05-203-8/+8
|\ \ \