summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/telemetry/MapboxEventManager.java
Commit message (Expand)AuthorAgeFilesLines
* [android] Extract telemetry into MASAntonio Zugaldia2017-02-031-828/+0
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-24/+24
* [android] - cleanup telem, disabled logging, exponential backoff, local broad...Tobrun2017-01-101-25/+39
* MapboxAccountManager refactor, removal deprecated accesstoken (#7462)Tobrun2016-12-171-150/+118
* Adds checkstyle to CI (#7442)Cameron Mace2016-12-161-650/+704
* [android] telemetry - horizontal accuracyIvo van Dongen2016-12-021-2/+4
* [android] - replace Android logs with Timber (#6372) (#7149)Pablo Guardiola2016-11-231-28/+26
* [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] #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-271-6/+7
* [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-121-1/+1
|\
| * [android] #5014 - Removing malformed HTML from Javadocsandroid-v4.0.1Brad Leege2016-05-121-1/+1
* | [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
* [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-181-1/+5
* [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] #4066 - Implementing flush events when app terminates functionalityBrad Leege2016-02-261-2/+17
* [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-251-8/+20
* [android] #4071 - Android Telemetry Initial ImplementationBrad Leege2016-02-241-63/+146
* [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
* [android] #3897 - Changing initial flush delay time to 10 secondsBrad Leege2016-02-181-1/+2
* [android] #3897 - Initial Map Load eventBrad Leege2016-02-181-2/+3
* [android] #3897 - Initial Turnstile event with when to push logic infrastructureBrad Leege2016-02-181-4/+41
* [android] #3960 - Return hex strings of SHA1 digestsBrad Leege2016-02-151-1/+10