summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/telemetry
Commit message (Expand)AuthorAgeFilesLines
* [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
* [android] #3897 - Changing initial flush delay time to 10 secondsBrad Leege2016-02-181-1/+2
* [android] #3897 - Initial Map Load eventBrad Leege2016-02-182-2/+4
* [android] #3897 - Initial Turnstile event with when to push logic infrastructureBrad Leege2016-02-182-5/+42
* [android] #3960 - Return hex strings of SHA1 digestsBrad Leege2016-02-151-1/+10
* [android] #3944 - Using ApplicationContext instead of Activity context for Ma...Brad Leege2016-02-151-1/+1
* [android] #3907 - Clearing any / all events in memory at the time of Telemetr...Brad Leege2016-02-111-0/+1
* [android] #3907 - Initial refactoring to support on / off capability for Tele...Brad Leege2016-02-112-10/+65
* [android] #3908 - No more beepBrad Leege2016-02-111-9/+2
* [android] #2421 - Adding basic JavaDocsBrad Leege2016-02-101-1/+24
* [android] #2421 - Setting up Certificate Pinning for Prod Server GeoTrustBrad Leege2016-02-101-1/+3
* [android] #2421 - Setting up Certificate Pinning for Staging ServerBrad Leege2016-02-101-1/+8
* [android] #2421 - Changing sessionId to UUID and adding flag to change it aft...Brad Leege2016-02-101-16/+4
* [android] #2421 - Adding minimal events size check to avoid sending empty jso...Brad Leege2016-02-101-1/+6
* [android] #2421 - Setting vendor id and session id to be encryptedBrad Leege2016-02-101-2/+28
* [android] #2421 - Bumping Session rotation to 24 hoursBrad Leege2016-02-101-2/+3
* [android] #2421 - Removing Instance IdBrad Leege2016-02-102-4/+0
* [android] #2421 - Setting data to flush every 2 minutesBrad Leege2016-02-101-6/+20
* [android] #2421 - Adding session id and rotate it every 12 hoursBrad Leege2016-02-102-0/+31
* [android] #2421 - Changing vendorId to simply UUIDBrad Leege2016-02-101-1/+1
* [android] #2421 - Changing accessibility font scale to float for internal sto...Brad Leege2016-02-101-2/+2
* [android] #2421 - Establishing an app install persistent "vendor id" persiste...Brad Leege2016-02-101-1/+18
* [android] #2421 - Accessibility Font Scale SizesBrad Leege2016-02-101-1/+7
* [android] #2421 - Stubbing out accessibility font scale sizeBrad Leege2016-02-101-1/+5
* [android] #2421 - Adding check in case Wifi Status isn't granted to keep app ...Brad Leege2016-02-101-3/+8
* [android] #2421 - Adding logic to get wifi connection stateBrad Leege2016-02-101-1/+17
* [android] #2421 - Adding logic to get cellular carrier and network typeBrad Leege2016-02-101-2/+53
* [android] #2421 - Adding logic to get Device Screen densityBrad Leege2016-02-101-1/+9
* [android] #2421 - Adding logic to determine if app is in Foreground or Backgr...Brad Leege2016-02-101-1/+19
* [android] #2421 - Calculating battery level for eventsBrad Leege2016-02-101-1/+17
* [android] #2421 - Producing attribute values for Model, Operating System, and...Brad Leege2016-02-101-3/+16
* [android] #2421 - Implementing dynamic user agent based on App Name, Version ...Brad Leege2016-02-102-2/+14
* [android] #2421 - Adding place holders for event attributesBrad Leege2016-02-102-8/+21
* [android] #2421 - Giving constants a more Java like naming schemeBrad Leege2016-02-102-54/+54
* [android] #2421 - Porting Attributes and relabeling existing as KeysBrad Leege2016-02-101-2/+17
* [android] #2421 - Adding remaining attributes as constantsBrad Leege2016-02-101-0/+16
* [android] #2421 - Adding Events as constantsBrad Leege2016-02-102-1/+7
* [android] #2421 - Removing anonidBrad Leege2016-02-101-1/+0