-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update test app with new location logic, including AndroidLocationEngine * okhttp dependency and telemetry extra fields * extracted exponential backoff logic * telemetry http client * telemetry background service * refactored telemetry utils used for event building * core MapboxTelemetry object * remove unused import * add a publish-local rule for local maven repo access and fix required javadoc issues * a few bug fixes and enhanced logging after integration with a standalone test app * remove unused key/attributes and make their name consistent * make method names consistent for map events * simplify constants for rotation and lat/lon data * round and scale location values * respect user preferences and send turnstile event when appropriate * reformat * several improvements to the overal flow * match ios value * wrap request build for safety * avoid a permissions exception * added synchronized to getInstance creation * extract TelemetryConstants.TELEMETRY_SERVICE_NAME constant * wrap logging into another TelemetryException * remove unnecessary editor.commit() * remove extra line
- Loading branch information
Showing
25 changed files
with
1,835 additions
and
131 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,6 @@ | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||
package="com.mapbox.services.android.telemetry"> | ||
|
||
<application android:allowBackup="true" | ||
android:label="@string/app_name" | ||
android:supportsRtl="true" | ||
> | ||
|
||
</application> | ||
|
||
android:supportsRtl="true" /> | ||
</manifest> |
Oops, something went wrong.