summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add developer-facing method for checking icon resumptionfeature/issue_453Austin Kirk2018-06-261-0/+18
* Fix formattingAustin Kirk2018-06-251-5/+5
* Use object-specific gettersAustin Kirk2018-06-251-3/+3
* Merge branch 'develop' of https://github.com/smartdevicelink/sdl_android into...Austin Kirk2018-06-25369-10122/+31670
|\
| * 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
| | |\ \ | | | |/ | | |/|
| | | * Add better logic to handle bluetooth connections and service notificaitons th...Joey Grover2018-06-053-24/+102
| | * | Merge pull request #781 from smartdevicelink/feature/bson_unit_testsJoey Grover2018-06-072-1/+76
| | |\ \
| | | * | Add back the transitive lineAustin Kirk2018-06-061-1/+3
| | | * | Update BSON library versionAustin Kirk2018-06-061-3/+1
| | | * | Test BSON encoding and refactor test variablesAustin Kirk2018-06-061-13/+38
| | | * | Adding tests for BSON payloads in SdlPacketAustin Kirk2018-06-051-0/+50
| | | |/
| | * | Merge pull request #775 from smartdevicelink/feature/issue_154Joey Grover2018-06-06145-409/+8609
| | |\ \
| | | * | missed a few docsfeature/issue_154Bretty White2018-05-303-25/+12
| | | * | javadoc updatesBretty White2018-05-3017-155/+79
| | | * | Update methods names in RPCConstructorsTestsBilal2018-05-301-2/+2
| | | * | Reuse pre defined string for package nameBilal2018-05-301-2/+2
| | | * | Test if the constructors are settings the values correctly in RPC constructor...Bilal2018-05-292-12/+176
| | | * | Make the order of the params in the RPC constructors match the RPC specBilal2018-05-297-20/+30
| | | * | Fix setting the mandatory params in some RPC constructorsBilal2018-05-292-5/+8
| | | * | Support List params in RPC constructors testsBilal2018-05-291-17/+43
| | | * | Fix an issue in setting the mandatory params in AddSubMenu constructorBilal2018-05-291-0/+2
| | | * | Close stream after finish reading the xml fileBilal2018-05-261-1/+1