summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/telemetry/TelemetryLocationReceiver.java
Commit message (Collapse)AuthorAgeFilesLines
* [android] Extract telemetry into MASAntonio Zugaldia2017-02-031-70/+0
| | | | | | * [android] add the mapbox-android-telemetry module dependency. * update javadoc
* Adds checkstyle to CI (#7442)Cameron Mace2016-12-161-53/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * adds checkstyle to CI * fixed gradlew path * resolved testapp checkstyle violations * added back mapboxMap variable for test * checkstyle annotations * checkstyle SDK round 1 * maps package checkstyle * rest of SDK checkstyle * checkstyle gesture library * checkstyle test * finished rest of test checkstyle * resolved all checkstyle errors * fixed class name * removed old test file * fixed camera postion test * fixed native crash
* [android] - validate intent and contents before handling (#6938)Tobrun2016-11-071-7/+6
|
* [privacy] [android] Remove logging of location due to privacy leak.Rob | Labs2016-05-271-1/+1
| | | | | | | * Location logs are not just kept on the device. * Some logging packages, e.g., Firebase, now has the option to upload logs to cloud. * This closes a potential privacy leak.
* [android] #5014 - Removing malformed HTML from Javadocsandroid-v4.0.1Brad Leege2016-05-121-2/+2
|
* [android] #4294 - JavaDocs for Telemetry classesBrad Leege2016-03-181-0/+3
|
* [android] #4077 - Creating configureAndStartMapboxEventManager() to minimize ↵Brad Leege2016-02-251-3/+1
| | | | paramaters needs on getMapboxEventManager()
* [android] #3908 - No more beepBrad Leege2016-02-111-9/+2
|
* [android] #2421 - Building out MapboxEventsManager with support for Staging ↵Brad Leege2016-02-101-0/+2
| | | | and Prod servers
* [android] #2421 - Refactoring LocationServices to be in PASSIVE mode when ↵Brad Leege2016-02-101-0/+2
| | | | GPS is not active. Integrating TelemetryService with Core SDK for startup
* [android] #2421 - Initial build out of Telemetry Location infrastructureBrad Leege2016-02-101-0/+74