summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/telemetry/MapboxEventManager.java
Commit message (Expand)AuthorAgeFilesLines
...
* [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-111-10/+60
* [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-101-3/+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-101-0/+30
* [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-101-1/+13
* [android] #2421 - Adding place holders for event attributesBrad Leege2016-02-101-7/+18
* [android] #2421 - Giving constants a more Java like naming schemeBrad Leege2016-02-101-14/+14
* [android] #2421 - Adding Events as constantsBrad Leege2016-02-101-1/+1
* [android] #2421 - Removing anonidBrad Leege2016-02-101-1/+0
* [android] #2421 - Using UUID fo instance dataBrad Leege2016-02-101-1/+4
* [android] #2421 - Removing verticalaccuracy per discussion with camille todayBrad Leege2016-02-101-2/+0
* [android] #2421 - Using Constants for Version and EventsBrad Leege2016-02-101-2/+3
* [android] #2421 - Removing checks on data as raw values from Location object ...Brad Leege2016-02-101-5/+5
* [android] #2421 - Changing appBundleId to app's package nameBrad Leege2016-02-101-2/+2
* [android] #2421 - Building out MapboxEventsManager with support for Staging a...Brad Leege2016-02-101-0/+160