Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
117 commits
Select commit Hold shift + click to select a range
e97757f
Add pending intent to pings (#1844)
joeygrover May 30, 2023
a37a7ea
Fixes #1845 (#1846)
joeygrover May 30, 2023
e635ad2
Update gradle to 7.4.2
JulianKast Jun 15, 2023
17d296d
Make compatible with Java 8
JulianKast Jun 15, 2023
a29c4d3
update jdk for unit test
JulianKast Jun 15, 2023
138a242
update workflow
JulianKast Jun 16, 2023
8b823fb
test adding exported to test manifest
JulianKast Jun 16, 2023
fcdfc39
Merge branch 'bugfix/issue_1852_update_gradle' of https://github.com/…
JulianKast Jun 16, 2023
1ff3b5e
Update gradle to 7.4.2 and update espresso dependencies for lock scre…
JulianKast Jun 16, 2023
5ec3d24
testing namespace change
JulianKast Jun 16, 2023
1a04196
remove code from test
JulianKast Jun 16, 2023
f59453c
test fix for buildConfig files
JulianKast Jun 16, 2023
605ebad
testing addin new job to github actions
JulianKast Jun 19, 2023
09800ca
Revert exported tag that may not be needed
JulianKast Jun 19, 2023
1783ffc
rename github actions jobs
JulianKast Jun 19, 2023
19187e9
Add a number of NPE safeguards in manager layer (#1842)
JulianKast Jun 20, 2023
b467c07
change setForegroundExceptionHandler to catch foreground exception (#…
JulianKast Jun 20, 2023
7dce975
Target API 34 in gradle files
JulianKast Jul 26, 2023
3885dac
Export context registered broadcast receivers
JulianKast Jul 26, 2023
c09d6d1
Add FGS type connectedDevice to Manifest
JulianKast Aug 10, 2023
97f0fd2
Add new UsbTransferProvider constructor
JulianKast Aug 10, 2023
773b61a
Modify deployNextRouterService to take in a ParcelFileDescriptor in t…
JulianKast Aug 10, 2023
e5d61fc
Add ServicePermissionUtil to AndroidTools to check for permissions fo…
JulianKast Aug 10, 2023
6543c44
When the PFD is received in the RS, check for fgs permissions and dep…
JulianKast Aug 10, 2023
9c3ad2a
update logic in UsbTransferProvider.bindService for starting the RS i…
JulianKast Aug 10, 2023
fe87adb
add logic to SdlReceiver to check if we have permission before starti…
JulianKast Aug 11, 2023
227ca75
add checks for null
JulianKast Aug 11, 2023
f5b5fc3
add package to PendingIntents in RS
JulianKast Aug 15, 2023
6e4c1c3
remove debugging log
JulianKast Aug 15, 2023
aedfbb9
update unit test api level to api 34
JulianKast Aug 15, 2023
b414113
revert api level for unit test
JulianKast Aug 16, 2023
745719d
update unit test jdk to 17
JulianKast Aug 17, 2023
2069f68
add values to build.gradle file
JulianKast Aug 17, 2023
1aefe26
add appIcon manifest placeholder
JulianKast Aug 17, 2023
80cc3e7
swap values that were added to the build config in SdlService
JulianKast Aug 17, 2023
849bd21
remove string value for app_name as that will now get generated in gr…
JulianKast Aug 17, 2023
cecba75
add missing clean when closing down LCM
JulianKast Aug 18, 2023
53ad1fc
Revert test change in yml file
JulianKast Aug 18, 2023
cf351c9
Add try catch for entering foreground in SdlService for TCP connections
JulianKast Aug 18, 2023
43942d5
Add export behavior to broadcast receiver in SDLLockScreenActivity
JulianKast Aug 21, 2023
2d49e36
remove extra space in RS
JulianKast Aug 23, 2023
c31afdf
add spacing between methods
JulianKast Aug 23, 2023
ad5f699
Add a targetApi to FOREGROUND_SERVICE_CONNECTED_DEVICE
JulianKast Sep 1, 2023
0b6be0d
move logic around and add java docs
JulianKast Sep 1, 2023
6531ba8
Add check to see if RouterService is in the Foreground before we put …
JulianKast Sep 14, 2023
9d7fff8
Add null check to registeredApps HashMap in SdlRouterService
JulianKast Oct 5, 2023
4348fc6
remove whitespace
JulianKast Oct 19, 2023
effc79c
Merge pull request #1853 from smartdevicelink/bugfix/issue_1852_updat…
joeygrover Oct 19, 2023
4e0feae
Merge pull request #1870 from smartdevicelink/bugfix/issue_1869_npe_r…
joeygrover Oct 19, 2023
09d6862
Merge branch 'develop' into bugfix/issue_1867_bt_notification_error
JulianKast Oct 23, 2023
5862456
Add a lock to foreground check
JulianKast Oct 23, 2023
a8dda38
Merge branch 'develop' into bugfix/issue_1865_service_leak
JulianKast Oct 23, 2023
f866ee5
Merge branch 'develop' into bugfix/issue_1863_gradle_build_variants
JulianKast Oct 23, 2023
6be63e9
Merge pull request #1868 from smartdevicelink/bugfix/issue_1867_bt_no…
joeygrover Oct 23, 2023
30fe848
Merge pull request #1866 from smartdevicelink/bugfix/issue_1865_servi…
joeygrover Oct 24, 2023
047e4af
Move values from build variants and added them to default config. Ad…
JulianKast Oct 24, 2023
13830e7
update app id and app name references with new name.
JulianKast Oct 24, 2023
27e1d9c
add back whitespace as removal was not in scope
JulianKast Oct 24, 2023
7873fb5
Move router service message sending to its own thread (#1871)
joeygrover Oct 25, 2023
26203ec
Merge branch 'develop' into bugfix/issue_1857_android_14_broadcast
JulianKast Oct 25, 2023
b45c44d
Merge branch 'develop' into bugfix/issue_1861_pending_intent_package
JulianKast Oct 25, 2023
a452ff2
Merge branch 'develop' into bugfix/issue_1859_foreground_service_type
JulianKast Oct 25, 2023
3e71421
Merge pull request #1864 from smartdevicelink/bugfix/issue_1863_gradl…
joeygrover Oct 25, 2023
a72d719
Merge branch 'develop' into bugfix/issue_1857_android_14_broadcast
JulianKast Oct 25, 2023
40cfa15
Merge branch 'develop' into bugfix/issue_1861_pending_intent_package
JulianKast Oct 25, 2023
97a989f
Merge branch 'develop' into bugfix/issue_1859_foreground_service_type
JulianKast Oct 25, 2023
5277928
remove static package name and use getPackageName() for pending intents
JulianKast Nov 6, 2023
1dbcf5a
fix spacing
JulianKast Nov 6, 2023
a324328
Add registerReceiver method to Android Tools
JulianKast Nov 6, 2023
060e414
Missed: Export broadcast receiver in TransportManager and MediaStream…
JulianKast Nov 6, 2023
1485628
From review - do not export broadcast receivers in LockScreenManager …
JulianKast Nov 6, 2023
c99e7f7
Switch to using new method: AndroidTools.registerReceiver in SdlRoute…
JulianKast Nov 6, 2023
0bf1459
Remove unused imports and fix formatting
JulianKast Nov 6, 2023
25256ba
Export LockScreenManager's and SDLLockScreenActivity's broadcast rece…
JulianKast Nov 6, 2023
647c5d9
Refactor method name closeUSBAccessoryAttachmentActivity to acknowled…
JulianKast Nov 6, 2023
4314d9d
Remove inner class ServicePermissionUtil in AndroidTool
JulianKast Nov 6, 2023
bb4940e
add null check to hasUsbAccessoryPermission and checkPermission in An…
JulianKast Nov 6, 2023
404725a
Make new UsbTransferProvider constructor protected
JulianKast Nov 6, 2023
2ccb87d
Remove reference to UsbTransferProvider in RS
JulianKast Nov 6, 2023
177456f
Clear out context in UsbTransferProvider.cancel()
JulianKast Nov 6, 2023
25419d6
Merge pull request #1862 from smartdevicelink/bugfix/issue_1861_pendi…
joeygrover Nov 6, 2023
2de8c9e
Rename storedIntent and storedContext to cachedIntent and cachedConte…
JulianKast Nov 7, 2023
3275d18
Add javaDocs to AndroidTools.hasUsbAccessoryPermission
JulianKast Nov 7, 2023
5a3ff07
Add JavaDocs to AndroidTools.checkPermission
JulianKast Nov 7, 2023
8b16303
Add java doc to AndroidTools.hasForegroundServiceTypePermission
JulianKast Nov 7, 2023
6b65585
Update javaDocs for deployNextRouterService in the RS
JulianKast Nov 7, 2023
5bad185
Use context from mUsbReceiver instead of storing it in SdlReceiver
JulianKast Nov 7, 2023
f5f33cf
Add Package names to intents for lockScreen
JulianKast Nov 16, 2023
9b0eede
add package to pendingIntent in lockScreenManager
JulianKast Nov 16, 2023
d0845a9
Merge pull request #1858 from smartdevicelink/bugfix/issue_1857_andro…
joeygrover Nov 17, 2023
762ffc9
Merge branch 'develop' into bugfix/issue_1859_foreground_service_type
JulianKast Nov 20, 2023
3727e30
Rename PendingIntent to pendingIntentToStartService and cachedIntent …
JulianKast Nov 28, 2023
4c9833e
Rename mUsbReceiver to usbPermissionReceiver
JulianKast Nov 28, 2023
c05011a
Clear out intents if there is no available USB device
JulianKast Nov 28, 2023
97b138e
Use newly created method in AndroidTools to register receiver for And…
JulianKast Nov 28, 2023
92905fa
Try to let UsbTransferProvider unbind before setting context to null
JulianKast Nov 28, 2023
8e9299a
Rename applicaitonContext to context, fix JavaDocs
JulianKast Nov 28, 2023
a12b93c
Update startAltTransportTimer in RS
JulianKast Nov 28, 2023
1d8e2cd
Unregister receiver to prevent leak, change exception catching to a g…
JulianKast Nov 28, 2023
2114255
Remove whitespace
JulianKast Nov 28, 2023
4840581
remove whitespace
JulianKast Nov 28, 2023
8333284
Unregister usbPermissionReceiver, revert unregister change for SdlRec…
JulianKast Nov 29, 2023
3a2e7d5
Add logic to handle RAI response failure (#1873)
joeygrover Nov 29, 2023
7ba7e31
Merge pull request #1860 from smartdevicelink/bugfix/issue_1859_foreg…
joeygrover Nov 29, 2023
fb794d7
Update integration validator with latest permissions and checks for e…
joeygrover Nov 29, 2023
b26628c
Update sourceCompatibility and targetCompatibility to 1.8
JulianKast Nov 30, 2023
cc51569
Update mockito dependencies to latest 5.7.0
JulianKast Nov 30, 2023
e285c52
Fix link to SDLLockScreenActivity for espresso test
JulianKast Nov 30, 2023
cf9d01c
Merge pull request #1877 from smartdevicelink/bugfix/issue_1876_fix_e…
joeygrover Dec 1, 2023
1fb1482
Remove only app logic for device listener start (#1879)
joeygrover Dec 4, 2023
5004951
Update version name and version code for 5.7.0
JulianKast Dec 4, 2023
f8d82f4
Update changlog for release
JulianKast Dec 4, 2023
0558c77
close routerServiceMessageEmitter before setting routerServiceMesseng…
JulianKast Dec 14, 2023
d34e5e7
Merge pull request #1882 from smartdevicelink/bugfix/issue_1881_trans…
joeygrover Dec 14, 2023
3d55735
Update Changelog
JulianKast Dec 15, 2023
fc6b744
Update version name
JulianKast Dec 15, 2023
01604dc
Merge branch 'release/5.7.0_RC' of https://github.com/smartdevicelink…
JulianKast Dec 15, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update sourceCompatibility and targetCompatibility to 1.8
  • Loading branch information
JulianKast committed Nov 30, 2023
commit b26628c25046fc308cbfab8a2ba96fd8e2615eab
4 changes: 2 additions & 2 deletions android/sdl_android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ android {
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
lintOptions {
abortOnError false
Expand Down