summaryrefslogtreecommitdiff
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* [core] use std::move() to prevent copiesKonstantin Käfer2016-02-111-1/+1
* [core] return std::move() prevents copy elisionKonstantin Käfer2016-02-111-1/+1
* [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 - Copying PROD and Test certificates to Android project for i...Brad Leege2016-02-101-0/+3
* [android][ios][core] - #2421 Moving Mapbox PROD and TEST certificates to comm...Brad Leege2016-02-103-0/+0
* [android] #2421 - Adding WIFI_STATE to SDK permissionsBrad Leege2016-02-101-0/+1
* [android] #2421 - Setting vendor id and session id to be encryptedBrad Leege2016-02-101-2/+28
* [android] #2421 - Adding Location Permission checks to toggleGPS to prevent r...Brad Leege2016-02-101-1/+10
* [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-102-1/+21
* [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-102-1/+18
* [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
* [android] #2421 - Using UUID fo instance dataBrad Leege2016-02-101-1/+4
* [android] #2421 - Removing verticalaccuracy per discussion with camille todayBrad Leege2016-02-102-3/+0
* [android] #2421 - Using Constants for Version and EventsBrad Leege2016-02-102-3/+7
* [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-105-0/+195
* [android] #2421 - Start MapView in Passive Telemetry ModeBrad Leege2016-02-101-2/+5
* [android] #2421 - Removing PendingIntent as it's no longer neededBrad Leege2016-02-101-24/+0
* [android] #2421 - Refactoring LocationServices to be in PASSIVE mode when GPS...Brad Leege2016-02-105-23/+48
* [android] #2421 - JavaDoc for telemetry packageBrad Leege2016-02-101-0/+4
* [android] #2421 - Checking for TelemetryService configuration in AndroidManif...Brad Leege2016-02-103-0/+48
* [android] #2421 - Initial build out of Telemetry Location infrastructureBrad Leege2016-02-102-0/+236
* [core] Always store tiles without ratio support with ratio = 1John Firebaugh2016-02-102-3/+3
* [core] Eliminate tilesets tableJohn Firebaugh2016-02-103-88/+65
* [core] Optimize offline database schemaJohn Firebaugh2016-02-103-73/+84