summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect spacing PR #1797bugfix/rs_notification_isssue_usbJoey Grover2022-03-281-2/+2
* Fix altTransport timer issues preventing RS closeJoey Grover2022-03-231-1/+12
* Refactor to call extiForeground for every close()Joey Grover2022-03-231-1/+1
* Fix RS exit foreground paramsJoey Grover2022-03-231-2/+2
* Update name and version code5.4.0_RCJulianKast2022-03-083-3/+3
* Update changelog for 5.4 releaseJulianKast2022-03-081-4/+33
* Merge pull request #1771 from smartdevicelink/feature/android_12_fixesJoey Grover2022-02-2414-36/+336
|\
| * Remove accidental ignoreRHenigan2022-02-241-2/+0
| * Fix edge case with permissions being revokedRHenigan2022-02-241-1/+4
| * Re-Review changesRHenigan2022-02-235-11/+15
| * Dev Review FixesRHenigan2022-02-216-66/+54
| * Clean up and commentsRHenigan2022-02-145-22/+41
| * Router Service Version increaseRHenigan2022-02-142-2/+2
| * Remove BT Scan Permission CheckRHenigan2022-02-141-2/+1
| * Add Bt check for t permissions notificaitonRHenigan2022-02-141-1/+1
| * Proposal Revision ChangesRHenigan2022-02-117-47/+85
| * Merge branch 'develop' into feature/android_12_fixesRHenigan2022-02-1179-462/+785
| |\
| * | Add notification to remind user to allow bluetooth permissionsfeature/android_12_fixesBilal Alsharifi2021-11-302-5/+86
| * | Remove secondPass LogicRHeniz2021-11-301-23/+1
| * | Update RS to pick idedal RSRHeniz2021-11-292-23/+47
| * | Add Check for TransportType to RSRHeniz2021-11-232-23/+27
| * | Add PendingIntents to start services from RSRHeniz2021-11-195-6/+33
| * | Fix initCheck in RSRHeniz2021-11-186-60/+49
| * | Allow USB to start Router Service if no BT permRHeniz2021-11-127-20/+37
| * | Merge branch 'feature/android_12_fixes' of github.com:smartdevicelink/sdl_jav...RHeniz2021-11-096-71/+44
| |\ \
| | * | Fix broadcastReceiverBehaviorHenigan2021-11-036-65/+44
| * | | Stop service is disabledRHeniz2021-11-021-0/+6
| |/ /
| * | Merge branch 'develop' into feature/android_12_fixesRHeniz2021-11-0271-2106/+4208
| |\ \
| * | | BroadcastReceiver changesRHeniz2021-11-025-29/+69
| * | | Toggle Service enabled based on BT permissionsRHeniz2021-10-292-16/+26
| * | | Enable or disable rs based on permissionRHeniz2021-10-282-3/+25
| * | | Only set immutable flag if android 12 or newerRHeniz2021-10-271-1/+2
| * | | Merge branch 'develop' into feature/android_12_fixesHenigan2021-09-2112-1575/+1571
| |\ \ \
| * | | | Get BT permissions as runtime permissionsHenigan2021-09-212-3/+50
| * | | | RS Notificaiton only if has connected beforeHenigan2021-09-161-3/+6
| * | | | Add targetApiHenigan2021-09-151-1/+2
| * | | | Merge branch 'develop' into feature/android_12_fixesHenigan2021-09-1525-164/+1122
| |\ \ \ \
| * | | | | Update BT Permissions and Notification BehaviorHenigan2021-09-153-9/+35
| * | | | | Add FLAG_IMMUTABLE to PendingIntentBilal Alsharifi2021-07-281-1/+1
| * | | | | Add the new required android:exported="true" attrBilal Alsharifi2021-07-281-0/+2
| * | | | | Update sdk to 31Bilal Alsharifi2021-07-281-2/+2
| * | | | | Update sdk to 31Bilal Alsharifi2021-07-281-2/+2
* | | | | | Make sure errorCode is not cut off (#1791)Robert Henigan2022-02-241-6/+1
* | | | | | Merge pull request #1793 from smartdevicelink/bugfix/issue_1792Joel Fischer2022-02-237-10/+10
|\ \ \ \ \ \
| * | | | | | Fix Typostheresalech2022-02-227-10/+10
|/ / / / / /
* | | | | | Prevent NPE in SdlDeviceListener (#1789)Robert Henigan2022-02-161-2/+5
* | | | | | Merge pull request #1784 from smartdevicelink/bugfix/issue_1781Robert Henigan2022-02-152-79/+152
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Initialize session in synchronized blockNoah Stanford2022-02-151-6/+8
| * | | | | Create and use SESSION_LOCK objectNoah Stanford2022-02-142-24/+26
| * | | | | Merge branch 'develop' into bugfix/issue_1781Noah Stanford2022-02-1464-310/+494
| |\ \ \ \ \ | |/ / / / / |/| | | | |