summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | manually fix broken test and merge conflictsBretty White2018-05-223-6/+52
| * | | | Merge branch 'develop' into feature/issue_452_putfile_checksumBretty White2018-05-22334-9428/+22320
| |\ \ \ \
| * | | | | fixed white spaceMat Wszedybyl2017-05-111-1/+1
| * | | | | Added byte array checksum testMat Wszedybyl2017-05-113-2/+22
| * | | | | fixed white spacingMat Wszedybyl2017-05-113-8/+8
| * | | | | Added crc to putfileMat Wszedybyl2017-05-117-12/+72
* | | | | | Adding getter/setter for setting whether Image is a template (#542)Austin Kirk2018-06-273-5/+29
* | | | | | Merge branch 'feature/issue_552' of https://github.com/smartdevicelink/sdl_an...Joey Grover2018-06-2726-31/+614
|\ \ \ \ \ \
| * | | | | | Updated spacing per review comments.feature/issue_552Markos Rapitis2018-03-1212-21/+21
| * | | | | | Updated per review comments.Markos Rapitis2018-03-122-3/+2
| * | | | | | Implementation of changes for Fuel Range.Anil Dahiya2018-03-0626-30/+614
* | | | | | | Feature/issue 724 - ImageFieldName for SecondaryImage (#728)Bilal Alsharifi2018-06-272-1/+11
* | | | | | | Feature/issue 734 - Enhancing onHMIStatus with a New Parameter for Video Stre...Bilal Alsharifi2018-06-275-6/+134
* | | | | | | Feature/Issue 593 Implemented Engine Oil Life (#684)Bilal Alsharifi2018-06-2722-27/+389
* | | | | | | Feature/issue 715 - [SDL 0147] Template Improvements: Color Scheme (#744)Bilal Alsharifi2018-06-2715-55/+919
* | | | | | | Merge pull request #796 from smartdevicelink/feature/issue_613_tire_pressure_...Joey Grover2018-06-275-5/+207
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | indent returnBretty White2018-06-271-1/+1
| * | | | | | fix typofeature/issue_613_tire_pressure_additionsBretty White2018-06-221-1/+1
| * | | | | | updated singletirestatus testsBretty White2018-06-222-1/+14
| * | | | | | added TPMS testsBretty White2018-06-221-0/+95
| * | | | | | implemented changes, still need to create testsBretty White2018-06-222-4/+98
|/ / / / / /
* | | | | | Merge branch 'release/4.6.0_RC'4.6.0Joey Grover2018-06-21162-1084/+9718
|\ \ \ \ \ \
| * | | | | | Updated README and CHANGELOGJoey Grover2018-06-212-23/+20
| * | | | | | Merge pull request #794 from smartdevicelink/feature/even_less_intrusive_noti...release/4.6.0_RCJoey Grover2018-06-203-36/+14
| |\ \ \ \ \ \
| | * | | | | | Remove extra logsfeature/even_less_intrusive_notificationJoey Grover2018-06-202-3/+2
| | * | | | | | Make router service notificaiton even less intrusiveJoey Grover2018-06-201-13/+10
| | * | | | | | Remove additional intents we no longer wish to listen forJoey Grover2018-06-191-20/+2
| |/ / / / / /
| * | | | | | Update gradle dependencies and use api instead of implementationBilal2018-06-142-9/+6
| * | | | | | dont set an empty varBretty White2018-06-141-1/+1
| * | | | | | add version property to bintray.gradleBretty White2018-06-141-1/+1
| * | | | | | Update versions for RCJoey Grover2018-06-133-4/+4
| * | | | | | Merge pull request #791 from smartdevicelink/feature/deprecate_rpc_request_fa...Joey Grover2018-06-132-191/+526
| |\ \ \ \ \ \
| | * | | | | | Update sdl message versionBilal2018-06-131-4/+3
| | * | | | | | add nonnull to required paramsBretty White2018-06-131-55/+55
| | * | | | | | Deprecate RPCRequestFactoryBilal2018-06-132-140/+475
| * | | | | | | Merge pull request #790 from smartdevicelink/feature/fix_vpm_multi_touchJoey Grover2018-06-131-23/+127
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | Add more javadocs, fix incorrect logic for event time, optimize motionevent o...Joey Grover2018-06-131-9/+11
| | * | | | | | Clear sdlMotionEvent reference if event is overfeature/fix_vpm_multi_touchJoey Grover2018-06-121-1/+7
| | * | | | | | Introduce SdlMotionEvent to handle multiple pointersJoey Grover2018-06-121-14/+83
| | * | | | | | convertOnTouch parses through multiple touch events in singular packetJoey Grover2018-06-121-12/+39
| |/ / / / / /
| * | | | | | Merge pull request #789 from smartdevicelink/hotfix/readme_proguardJoey Grover2018-06-111-0/+9
| |\ \ \ \ \ \
| | * | | | | | Addding Proguard setion to READMEAustin Kirk2018-06-111-0/+9
| * | | | | | | Merge pull request #786 from smartdevicelink/feature/issue_785Joey Grover2018-06-111-3/+16
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | Move service intent-filter checking from the conditional blockBilal2018-06-111-14/+16
| | * | | | | | Add a check for nullable valuesBilal2018-06-111-1/+2
| | * | | | | | Update service intent filter checking to use already existing function in And...Bilal2018-06-111-3/+3
| | * | | | | | Fix an issue in checking if the router service specified intent filter correctlyBilal2018-06-081-1/+11
| |/ / / / / /
| * | | | | | Merge pull request #784 from smartdevicelink/feature/remove_reflectionJoey Grover2018-06-082-8/+20
| |\ \ \ \ \ \
| | * | | | | | Fixes #765Joey Grover2018-06-072-8/+20
| * | | | | | | Merge pull request #779 from smartdevicelink/feature/less_notificationJoey Grover2018-06-083-24/+102
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |