summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/telemetry
Commit message (Expand)AuthorAgeFilesLines
* Adds checkstyle to CI (#7442)Cameron Mace2016-12-165-986/+1050
* [android] - Refactor dependencies, introduce focused components (#7189)Tobrun2016-12-061-1/+78
* [android] telemetry - horizontal accuracyIvo van Dongen2016-12-021-2/+4
* [android] - replace Android logs with Timber (#6372) (#7149)Pablo Guardiola2016-11-233-40/+34
* [android] - validate intent and contents before handling (#6938)Tobrun2016-11-071-7/+6
* [android] - only pin certificates on current used environement. (#6766)Tobrun2016-10-241-21/+23
* [android] - close response body to avoid connection leak (#6650)Tobrun2016-10-111-1/+6
* [android] update telemetry user-agentIvo van Dongen2016-09-291-9/+12
* [android] #6042 - Check for network connectivity before requesting resourcesAntonio Zugaldia2016-08-241-5/+6
* [android] #5718 - Adding support for SharedPreferencesBrad Leege2016-07-181-4/+11
* [android] #5536 - Adding GzipRequestInterceptor to Telemetry OkHttp ClientBrad Leege2016-07-181-1/+4
* [android] #5536 - Building GzipRequestInterceptorBrad Leege2016-07-181-0/+54
* [android] #5682 - Cloning events list to prevent synchronization issuesBrad Leege2016-07-141-1/+3
* [android] #5680 - Adding 1000 event cap to send telemetry dataBrad Leege2016-07-131-3/+20
* [android] #5613 - Limiting location event latitudes and longitudes to 7 digit...Brad Leege2016-07-121-2/+4
* [android] #5470 - Adding NaN and Infinite checks to location event trackingBrad Leege2016-06-271-0/+10
* [android] #5186 - Starting rotateSessionId before Telemetry Starts and ensuri...Brad Leege2016-06-061-4/+4
* [android] #5176 - Changing Telemetry events endpoint to events.mapbox.comBrad Leege2016-05-272-7/+8
* [privacy] [android] Remove logging of location due to privacy leak.Rob | Labs2016-05-271-1/+1
* [android] #5045 - Adding Async Location Permissions Approval CheckBrad Leege2016-05-171-2/+28
* [android] #5004 - Introducing MapboxAccountManagerBrad Leege2016-05-151-0/+35
* Merge branch 'release-android-v4.0.1'Brad Leege2016-05-123-10/+8
|\
| * [android] #5014 - Removing malformed HTML from Javadocsandroid-v4.0.1Brad Leege2016-05-123-10/+8
* | [android] #4902 - Standarizing Locale and LanguageBrad Leege2016-04-291-2/+1
* | Merge branch 'syntaxSugar' of git://github.com/vacxe/mapbox-gl-native into va...Brad Leege2016-04-071-1/+1
|\ \
| * | MapboxEventManager: operator size optimizedVacxe2016-04-071-1/+1
* | | [android] #4629 - Moving event queue clearing to finally block to better prot...Brad Leege2016-04-071-3/+4
* | | [android] #4629 - Increasing event flush to 3 minutes to mirror iOS and clear...Brad Leege2016-04-071-2/+5
|/ /
* | [android] #4354 - Ensuring userAgent is always ASCII formattedBrad Leege2016-04-041-0/+3
|/
* [android] #4475 - Dialing down logsBrad Leege2016-03-251-3/+1
* [android] #4475 - Only wrap Telemetry longitude when it's outside boundsBrad Leege2016-03-251-3/+5
* [android] #4475 - Wrap all Longitude Telemetry dataBrad Leege2016-03-251-1/+12
* TelemetryService: Catch IllegalArgumentException exception when unregisterRec...Vacxe2016-03-241-1/+6
* [android] #4328 - Adding check of userAgent to see if it's still in initial s...Brad Leege2016-03-211-1/+1
* [android] #4328 - Make Telemetry start only when savedInstanceState is nullBrad Leege2016-03-181-1/+1
* [android] #4294 - JavaDocs for Telemetry classesBrad Leege2016-03-184-1/+15
* [android] #3749 - added javadocTobrun2016-03-121-1/+1
* [android] #4263 - fix null pointer on MapboxMapEventManagerTobrun2016-03-101-22/+23
* [android] #4220 - Removing WAKE_LOCK from TestApp. Lowering log level to deb...Brad Leege2016-03-071-1/+1
* [android] #4145 - Updating to OkHttp 3.2.0 and switching Telemetry Certificat...Brad Leege2016-02-291-24/+12
* [android] #4142 - Removing Partial Wake LockBrad Leege2016-02-291-8/+0
* [android] #4066 - Implementing flush events when app terminates functionalityBrad Leege2016-02-262-2/+28
* [android] #3888 - Setting SHA1 Certificate Pins for Staging, Prod Geotrust, a...Brad Leege2016-02-261-0/+22
* [android] #4077 - DocumentingBrad Leege2016-02-251-1/+5
* [android] #4077 - Creating configureAndStartMapboxEventManager() to minimize ...Brad Leege2016-02-252-11/+21
* [android] #4097 - update javadoc maps packageTobrun2016-02-251-1/+1
* [android] #4071 - Android Telemetry Initial ImplementationBrad Leege2016-02-242-65/+152
* [android] #4083 - rename locationserviceTobrun2016-02-241-3/+3
* [android] #4083 - relax permissions check + renamed location services + code ...Tobrun2016-02-241-3/+3
* [android] #3897 - Refactoring check that determines when to send turnstile eventBrad Leege2016-02-181-2/+4