summaryrefslogtreecommitdiff
path: root/android/sdl_android/src/main/java/com/smartdevicelink/transport
Commit message (Expand)AuthorAgeFilesLines
* Update logic after more testingbugfix/router_service_notificationJoey Grover2020-03-191-2/+6
* Add missing return satement in rs_notif timeoutJoey Grover2020-03-171-0/+1
* Refactor exitForeground logicJoey Grover2020-03-171-16/+7
* Merge pull request #1281 from smartdevicelink/bugfix/issue_1279Julian Kast2020-02-251-3/+5
|\
| * Fix #1279bugfix/issue_1279Joey Grover2020-02-201-3/+5
* | Increment router service versionbugfix/notification_removal_delayJoey Grover2020-02-111-1/+1
* | Only add timer if notificaiton should be displayedJoey Grover2020-02-111-1/+2
* | Delete notification channel when possibleJoey Grover2020-02-111-0/+22
|/
* Add setForegroundExceptionHandler to SdlRouterStatusProvider#bindToService as...Shinichi Watanabe2020-01-302-1/+2
* Update the PR to meet the feedback at https://github.com/smartdevicelink/sdl_...Shinichi Watanabe2020-01-222-4/+2
* Updated the PR based on the feedback at https://github.com/smartdevicelink/sd...Shinichi Watanabe2020-01-202-25/+17
* Removed the change to SdlRouterStatusProvider#bindToService, as it was not ap...Shinichi Watanabe2020-01-143-14/+12
* Merge remote-tracking branch 'remotes/upstream/develop' into feature/issue-1079Shinichi Watanabe2020-01-062-6/+17
|\
| * Fix #1225bugfix/issue_1225Joey Grover2019-11-151-1/+3
| * Register legacyBT BR to listen for state changebugfix/legacy_bt_brJoey Grover2019-10-081-2/+13
| * Fix for issue-1190: register ACTION_STATE_CHANGED, so that mListenForDisconne...Shinichi Watanabe2019-10-081-3/+1
* | Revert "Revert "Merge remote-tracking branch 'upstream/develop' into feature/...Shinichi Watanabe2020-01-0610-170/+302
* | Revert "Merge remote-tracking branch 'upstream/develop' into feature/issue-1079"Shinichi Watanabe2019-10-0810-302/+170
* | Merge remote-tracking branch 'upstream/develop' into feature/issue-1079Shinichi Watanabe2019-10-0810-170/+302
|\ \ | |/
| * Merge pull request #1179 from smartdevicelink/feature/fix_code_analyzer_issuesBrett2019-10-028-109/+148
| |\
| | * Fix lint issuesJoey Grover2019-09-241-4/+14
| | * Optimize unnessary reference creationJoey Grover2019-09-241-4/+3
| | * Optimized string usageJoey Grover2019-09-244-37/+39
| | * Fix issues with android versioned API callsJoey Grover2019-09-241-1/+1
| | * Fix potential NPEsJoey Grover2019-09-245-63/+91
| * | Merge pull request #1168 from smartdevicelink/hotfix/issue_1167Brett2019-10-012-17/+97
| |\ \
| | * | Add setForegroundExceptionHandler to prevent ANRhotfix/issue_1167Joey Grover2019-09-121-2/+38
| | * | Add additional checks/logs with forground serviveJoey Grover2019-09-092-15/+59
| * | | Add safeguards for null usbAccessorybugfix/issue_1086Joey Grover2019-09-182-44/+57
| | |/ | |/|
* | | Fix the case where FindRouterTask blocks the caller if ServiceFinder returns ...Shinichi Watanabe2019-09-271-0/+1
* | | Add timeout to FindRouterTask, and made some cleanups for unused code.Shinichi Watanabe2019-09-251-14/+3
* | | Merge remote-tracking branch 'upstream/develop' into feature/issue-1079Shinichi Watanabe2019-09-255-36/+211
|\ \ \ | |/ /
| * | Merge pull request #1108 from smartdevicelink/feature/tcp_transportManagerBrett2019-08-273-23/+196
| |\ \
| | * | Address review commentsJoey Grover2019-08-272-4/+4
| | * | Make TCP write thread actually not on main threadJoey Grover2019-07-121-23/+56
| | * | Create TCPTransportManagerJoey Grover2019-07-121-0/+136
| | * | Add check to WifiSocketFacotry for null contextJoey Grover2019-07-121-0/+4
| | |/
| * | Fix odd issue with SparseArray.valueAt in RSJoey Grover2019-08-071-4/+6
| * | Fix unbinding in TBJoey Grover2019-08-071-9/+9
* | | Initial commit for custom RouterService support, which solves issue 1079 at h...Shinichi Watanabe2019-08-024-30/+255
|/ /
* | Merge pull request #1105 from smartdevicelink/bugfix/issue_1082Brett2019-07-121-1/+1
|\ \
| * | Fixes #1082bugfix/issue_1082Joey Grover2019-07-111-1/+1
| |/
* | Fixes #1101bugfix/issue_1101Joey Grover2019-07-111-4/+6
|/
* Audio requirement flag added.Joey Grover2019-05-311-0/+23
* Fix #1064bugfix/issue_1064Joey Grover2019-05-151-1/+6
* Fix #1051Joey Grover2019-05-021-7/+60
* Handle corner case during transport d/cbugfix/handle_old_rs_trJoey Grover2019-04-112-1/+32
* Create copy of Message before formatting for appsJoey Grover2019-04-041-4/+6
* Update to JavaDocs/Copyright headers (#1025)Joey Grover2019-04-0212-0/+372
* Fix #932Joey Grover2019-03-251-16/+9