-
Notifications
You must be signed in to change notification settings - Fork 320
fix compilation errors and minor deprecations for Android 13 #6196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## main #6196 +/- ##
============================================
- Coverage 68.86% 68.86% -0.01%
+ Complexity 4340 4338 -2
============================================
Files 650 650
Lines 26106 26104 -2
Branches 3061 3061
============================================
- Hits 17978 17976 -2
Misses 6965 6965
Partials 1163 1163
|
7968992 to
4f03e59
Compare
4f03e59 to
8e55aa7
Compare
...-core/src/main/java/com/mapbox/navigation/core/trip/service/NavigationNotificationService.kt
Outdated
Show resolved
Hide resolved
51725eb to
a29d544
Compare
CHANGELOG.md
Outdated
| - Fixed `MapboxNavigationApp#detach` will not fully detach. This causes `MapboxNavigation` to continue to be accessible, and causes `MapboxNavigationObserver.onDetached` to be called multiple times. | ||
| - Added Android 13 support. [#6196](https://github.com/mapbox/mapbox-navigation-android/pull/6196) | ||
| - Declared [POST_NOTIFICATIONS](https://developer.android.com/reference/android/Manifest.permission#POST_NOTIFICATIONS) permission in SDK's AndroidManifest.xml. It is highly recommended for apps to request the permission in runtime, Without it the SDK will not be able to show the notification with trip progress in the notification drawer for apps that target Android 13 or higher. [#6196](https://github.com/mapbox/mapbox-navigation-android/pull/6196) | ||
| - Bumped targetSdkVersion to 33. [#6196](https://github.com/mapbox/mapbox-navigation-android/pull/6196) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this actually relevant to app developers? The app manifest has a higher priority and its targetSdkVersion will be chosen in the manifest merger either way.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed it.
a29d544 to
29ef2fb
Compare
29ef2fb to
d00b2a2
Compare
No description provided.