-
Notifications
You must be signed in to change notification settings - Fork 320
Core telemetry migration #6423
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
Core telemetry migration #6423
Changes from 12 commits
9e51eb1
e2e6bf9
d4111e9
57a89e5
d985e72
b0d12b1
c296c41
fb95da0
86ac941
f3195b5
e8b0713
cfbc6dc
7f7ba43
0c5626d
7000c78
065f532
e1b38bb
c3d71a6
2c9df75
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -20,7 +20,6 @@ ext { | |
| version = [ | ||
| mapboxMapSdk : '10.9.0-beta.2', | ||
| mapboxSdkServices : '6.8.0', | ||
| mapboxEvents : '8.1.5', | ||
| mapboxCore : '5.0.2', | ||
| mapboxNavigator : "${mapboxNavigatorVersion}", | ||
| mapboxCommonNative : '23.1.0-beta.2', | ||
|
|
@@ -77,7 +76,6 @@ ext { | |
| mapboxSdkTurf : "com.mapbox.mapboxsdk:mapbox-sdk-turf:${version.mapboxSdkServices}", | ||
| mapboxSdkDirectionsModels : "com.mapbox.mapboxsdk:mapbox-sdk-directions-models:${version.mapboxSdkServices}", | ||
| mapboxSdkRefreshModels : "com.mapbox.mapboxsdk:mapbox-sdk-directions-refresh-models:${version.mapboxSdkServices}", | ||
| mapboxEvents : "com.mapbox.mapboxsdk:mapbox-android-telemetry:${version.mapboxEvents}", | ||
| mapboxCore : "com.mapbox.mapboxsdk:mapbox-android-core:${version.mapboxCore}", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This can also be removed, doesn't it?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. looks like we can, let me check
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. we cannot, following classes are part of mapbox-android-core:
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Weren't we planning to reintroduce this same classes under the same packages but directly from the Common SDK @tarigo @tatiana-yan? In the current situation, we'd still need to maintain https://github.com/mapbox/mapbox-events-android/. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. we have There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I see https://github.com/mapbox/mapbox-sdk-common/issues/2807 is still open (I can't find corresponding JIRA ticket). There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This means that Nav SDK cannot drop the dependency on MME (at least the location part) because There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Let's discuss this separately, it doesn't block the PR. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. For the external customers there is a plan to replace it by renaming Common's LocationEngine compat, you can keep core dependency because it's a public API but migrate to compat - it would be great to test it, but from the next release - there are some issues to address.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ref |
||
| mapboxNavigator : "com.mapbox.navigator:mapbox-navigation-native:${version.mapboxNavigator}", | ||
| mapboxCommonNative : "com.mapbox.common:common:${version.mapboxCommonNative}", | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.