This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Android Telemetry User Opt Out UI #3907
Milestone
Comments
bleege
added
Android
Mapbox Maps SDK for Android
telemetry
Integration with Mapbox Telemetry libraries
labels
Feb 11, 2016
On iOS, we moved the telemetry opt-out into the ℹ️ button so that developers integrating the SDK don't have to go through an extra step of configuring their own opt-out - it's just there already by default. |
bleege
added a commit
that referenced
this issue
Feb 11, 2016
bleege
added a commit
that referenced
this issue
Feb 12, 2016
Closed
bleege
added a commit
that referenced
this issue
Feb 12, 2016
bleege
added a commit
that referenced
this issue
Feb 12, 2016
Tested, Rebased, and Merged! ☑️ |
lgeromegnace
pushed a commit
to Mappy/mapbox-gl-native
that referenced
this issue
Feb 12, 2016
* master: (144 commits) [android] mapbox#3900 - Using CopyWriteArrayList to avoid concurrency issues with MapChangeListeners [android] mapbox#3919 - restore espresso tests [android] mapbox#3907 - Clearing any / all events in memory at the time of Telemetry being disabled [android] mapbox#3907 - Integrating Telemetry On / Off UI with functionality [android] mapbox#3907 - Initial refactoring to support on / off capability for Telemetry Services [android] mapbox#3907 - Adding Telemetry Settings to Attribution Options [tests] Fix build [core] Organize files that were in map folder better Allow using tileSize: 512 as a switch to trade retina support for 512px raster tiles [android] mapbox#3908 - No more beep [build] Build `offline` tool on the bots [build] Fix broken target when building on the bots [build] Build `offline` smoke test for Linux [android] mapbox#3876 - rename InfoWindowClickListener method [android] mapbox#3895 - handles the case of not requested/accepted permissions [core] use std::move() to prevent copies [core] return std::move() prevents copy elision [android] mapbox#2421 - Adding basic JavaDocs [android] mapbox#2421 - Setting up Certificate Pinning for Prod Server GeoTrust [android] mapbox#2421 - Setting up Certificate Pinning for Staging Server ...
As @mikemorris points out I forgot to put Telemetry explanatory text into the dialog. Will take care of that. |
bleege
added a commit
that referenced
this issue
Feb 13, 2016
Tested, Rebased, and Merged. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Users of apps running Mapbox Android SDK should always have the ability to opt out of Telemetry data collection.
This ticket will be about building an Opt Out control into the Mapbox Android TestApp that can be used as an example to implementing developers of how to do this.
The text was updated successfully, but these errors were encountered: