summaryrefslogtreecommitdiff
path: root/android
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Fix broadcastReceiverBehaviorHenigan2021-11-036-65/+44
| | |
| * | Merge branch 'develop' into feature/android_12_fixesRHeniz2021-11-0226-657/+1975
| |\ \
| * | | 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-216-642/+496
| |\ \ \
| * | | | 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-1519-88/+824
| |\ \ \ \
| * | | | | 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
| | | | | |
* | | | | | Fix Typostheresalech2022-02-224-7/+7
| | | | | |
* | | | | | Prevent NPE in SdlDeviceListener (#1789)Robert Henigan2022-02-161-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add null check * set bluetoothHandler to null
* | | | | | Initialize session in synchronized blockNoah Stanford2022-02-151-6/+8
| | | | | |
* | | | | | Create and use SESSION_LOCK objectNoah Stanford2022-02-141-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | Use SESSION_LOCK on synchronized blocks for session
* | | | | | Merge branch 'develop' into bugfix/issue_1781Noah Stanford2022-02-1434-171/+297
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Merge pull request #1786 from smartdevicelink/bugfix/issue_1783Robert Henigan2022-02-081-8/+25
| |\ \ \ \ \ | | | | | | | | | | | | | | Attepted fix of NPE in #1783
| | * | | | | Remove new unit testsNoah Stanford2022-02-041-16/+0
| | | | | | |
| | * | | | | PR feedback changesNoah Stanford2022-02-041-2/+2
| | | | | | |
| | * | | | | Revert SdlManager default constructorNoah Stanford2022-01-261-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Also add debug warning about using the constructor outside the builder
| | * | | | | Merge branch 'develop' into bugfix/issue_1783Noah Stanford2022-01-2560-1366/+3914
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Resolve merge conflicts
| | * | | | | | Add unit testsNoah Stanford2022-01-252-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also make SdlManager default constructor package private
| | * | | | | | Attepted fix of NPE in #1783Noah Stanford2022-01-251-8/+22
| | | | | | | |
| * | | | | | | Merge pull request #1776 from noah-livio/bugfix/issue_1774Robert Henigan2022-02-032-19/+134
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix soft button object invalid states
| | * | | | | | | Review and standup feedback fixesNoah Stanford2022-01-281-2/+23
| | | | | | | | |
| | * | | | | | | Update ScreenManagerTests testNoah Stanford2022-01-201-15/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update ScreenManagerTests.testAssigningIdsToSoftButtonObjects())
| | * | | | | | | Update SoftButtonManagerTests testNoah Stanford2022-01-201-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update SoftButtonManagerTests.testSoftButtonObjectEquals()
| | * | | | | | | Add test for initialStateName checkNoah Stanford2022-01-101-0/+12
| | | | | | | | |
| | * | | | | | | Add AssertionErrors as per iOS alignmentNoah Stanford2022-01-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make constructor check for valid initialStateName in state list Adjust tests to reflect new behavior
| | * | | | | | | Add duplicate name check to setStates()Noah Stanford2021-12-171-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add testAssignSameNameStateListToSoftButtonObject() to test the new behavior
| | * | | | | | | Cleanup code and modify testsNoah Stanford2021-12-171-20/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove whitespace and unused imports Change logic of tests based on #1776 feedback Rename testConstructingSoftButtonObjectWithNonEmptyStateList() to testConstructSoftButtonObjectWithNonEmptyStateList() to match naming of related tests
| | * | | | | | | Fix a small typo in the unit test javadocNoah Stanford2021-12-151-1/+1
| | | | | | | | |
| | * | | | | | | Make changes discussed in #1776 reviewNoah Stanford2021-12-151-7/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove attemptedToAssignEmptyStateList and getAttemptedToAssignEmptyStateList() from SoftButtonObject Change unit tests to reflect the removals stated above Add testConstructingSoftButtonObjectWithNonEmptyStateList() and testAssignNonEmptyStateListToSoftButtonObject() to test normal functionality
| | * | | | | | | Removing throwing of IllegalStateExceptionNoah Stanford2021-12-141-18/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Convert throwing of IllegalStateException to setting a boolean variable, printing an error with DebugTool, and returning Changed unit tests to reflect this new intended behavior Added a private boolean variable and public getter function to make unit testing simpler The alternative to reading a flag to trigger tests failing is reading logs programmatically, which is more complicated and less reliable
| | * | | | | | | Add testsNoah Stanford2021-12-071-0/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add tests for giving SoftButtonObject an empty state list
| * | | | | | | | PR feedback fixesNoah Stanford2022-01-312-4/+2
| | | | | | | | |
| * | | | | | | | Revert out of scope changescleanup/proposal_sdl_0286_spacingNoah Stanford2022-01-113-6/+6
| | | | | | | | |
| * | | | | | | | Revert changes to Grafika filesNoah Stanford2022-01-116-117/+116
| | | | | | | | |
| * | | | | | | | Revert some excessive formatting changesNoah Stanford2022-01-1037-201/+173
| | | | | | | | |
| * | | | | | | | Reformat android Java filesNoah Stanford2022-01-0549-314/+339
| | | | | | | | |
| * | | | | | | | Replace tabbed indents with 4 spacesNoah Stanford2022-01-056-106/+106
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Add more null checks and synchronized blocksNoah Stanford2022-02-141-36/+52
|/ / / / / / /
* | | | | | | Merge pull request #1766 from smartdevicelink/bugfix/issue_1661Bilal Alsharifi2021-12-141-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Add Bluetooth adapter available check in RouterService for spp error notification
| * | | | | | Add check to see if bluetooth adapter is available before we send the spp ↵bugfix/issue_1661Julian Kast2021-11-161-1/+1
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | notification
* | | | | | Merge pull request #1758 from smartdevicelink/bugfix/issue_1753Robert Henigan2021-11-221-13/+18
|\ \ \ \ \ \ | | | | | | | | | | | | | | Update SecurityQueryPayload to include json data