summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update large notification icon to newer logofeature/sdl_icon_updateJoey Grover2016-11-037-2/+2
* Add new icon for notificaiton trayJoey Grover2016-11-026-1/+8
* Merge branch 'feature/sendlocation_updates' of https://github.com/smartdevice...Joey Grover2016-11-014-2/+459
|\
| * Additional minor update to javadoc comment.feature/sendlocation_updatesAnil Dahiya2016-11-011-1/+1
| * Added javadoc comments, updated style of DeliveryMode enum.Markos Rapitis2016-10-313-6/+248
| * Updation of SendLocation RPC with additional params. Also, addition of new RP...Anil Dahiya2016-10-184-0/+347
* | Merge pull request #346 from smartdevicelink/feature/last_mile_navigationJoey Grover2016-11-0115-12/+653
|\ \
| * | Changes for having lat and long in Coordinate as Float instead of Double.feature/last_mile_navigationAnil Dahiya2016-10-252-18/+47
| * | Additional minor change to WayPointType Enum.Anil Dahiya2016-10-211-1/+2
| * | Changes for adding additional RPC's GetWayPoints, SubscribeWayPoints, Unsubsc...Anil Dahiya2016-10-1814-0/+611
| |/
* | Merge pull request #351 from smartdevicelink/bugfix/issue_350Joey Grover2016-11-011-7/+6
|\ \
| * | Fixed #350bugfix/issue_350Joey Grover2016-10-261-7/+6
|/ /
* | Merge pull request #340 from smartdevicelink/bugfix/issue_339Joey Grover2016-10-251-16/+45
|\ \
| * | Decress timeout for version checkbugfix/issue_339Joey Grover2016-10-131-1/+1
| * | Added a list of known apps to wait for versions from and increased timeoutJoey Grover2016-10-121-16/+45
| |/
* | Merge pull request #240 from smartdevicelink/feature/unit_testsJoey Grover2016-10-19304-47/+29615
|\ \
| * \ Merge branch 'feature/unit_tests_security' of https://github.com/smartdevicel...feature/unit_testsJoey Grover2016-10-075-11/+260
| |\ \
| | * \ Merge branch 'develop' into feature/unit_tests_securityfeature/unit_tests_securityAnil Dahiya2016-08-028-77/+240
| | |\ \
| | * | | Updating method for checking payload protected to isPayloadProtected instead ...Anil Dahiya2016-08-027-31/+187
| | * | | Merge branch 'feature/external_security_support' into feature/unit_testsAnil Dahiya2016-07-2850-1453/+1624
| | |\ \ \
| * | \ \ \ Merge branch 'develop' of https://github.com/smartdevicelink/sdl_android into...Joey Grover2016-10-0756-1707/+2124
| |\ \ \ \ \ | | |/ / / / | |/| | | / | | | |_|/ | | |/| |
| * | | | Added more test to check proper storage of prefs/app listJoey Grover2016-07-271-0/+26
| * | | | Adding a few multiplexing testsJoey Grover2016-06-295-0/+538
| * | | | Converted to Android JUnit tests and fixed some outdated tests.Joey Grover2016-06-29121-104/+141
| * | | | Fixed merge issues and added a helper class for null valuesJoey Grover2016-06-2814-568/+35
| * | | | Merge branch 'develop' of https://github.com/smartdevicelink/sdl_android into...Joey Grover2016-06-28274-2745/+16463
| |\ \ \ \
| * | | | | Fix class naming issueJoey Grover2016-06-283-3/+3
| * | | | | More merge test adjustments.Mikayla Ray2015-06-106-10/+13
| * | | | | Post merge test adjustments.Mikayla Ray2015-06-1012-111/+223
| * | | | | Merged develop into unit tests branch.Mikayla Ray2015-06-09259-2002/+1875
| |\ \ \ \ \
| * | | | | | Updated and documented more unit tests.Mikayla Ray2015-05-298-1455/+546
| * | | | | | Updated and documented proxy callback classes unit tests, and fixed json vali...Mikayla Ray2015-05-2916-493/+335
| * | | | | | Updated and documented all of the rpc datatype test classes.Mikayla Ray2015-05-2844-2898/+2004
| * | | | | | Updated and documented rpc notification test classes.Mikayla Ray2015-05-2719-874/+708
| * | | | | | General json rpc test fixes; json serialization, json array vs arraylist, etc.Mikayla Ray2015-05-2711-88/+85
| * | | | | | Updated and documented all RPC response unit tests.Mikayla Ray2015-05-2644-2172/+1815
| * | | | | | Updated and documented all RPC request unit tests, also some related and min...Mikayla Ray2015-05-2652-4256/+3353
| * | | | | | Added documentation to all the proxy/rpc/enum unit test classes.Mikayla Ray2015-05-2071-384/+1471
| * | | | | | Updated and documented the unit tests for the streaming package classes.Mikayla Ray2015-05-193-89/+99
| * | | | | | Updated and documented unit tests for the existing trace package classes. Als...Mikayla Ray2015-05-194-126/+192
| * | | | | | Updated and documented trace/enums test classes.Mikayla Ray2015-05-186-195/+205
| * | | | | | Updated and documented all existing transport config test classes in the tran...Mikayla Ray2015-05-183-28/+104
| * | | | | | Updated and documented BitConverter and TransportType unit tests. Added a uti...Mikayla Ray2015-05-1810-94/+165
| * | | | | | Updated and documented the ByteEnumerTests class.Mikayla Ray2015-05-151-22/+79
| * | | | | | Refactoring issue fixes and added documentation to DebugToolTests class.Mikayla Ray2015-05-132-61/+17
| * | | | | | Documented and improved NativeLogToolTests class.Mikayla Ray2015-05-131-16/+60
| * | | | | | Rearranged util classes to avoid confusion with library util tests classes an...Mikayla Ray2015-05-13141-202/+229
| * | | | | | Removed broken unit tests for RPCMessage, RPCStruct, RPCRequest, RPCResponse,...Mikayla Ray2015-05-085-318/+0
| * | | | | | Fixed a minor bug in the SendLocation unit tests with Longitude degrees tests...Mikayla Ray2015-05-081-1/+1
| * | | | | | Added unit tests for ByteEnumer, SdlDataTypeConverter, and BitConverter classes.Mikayla Ray2015-05-073-0/+90