summaryrefslogtreecommitdiff
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
...
| * | Folded MGLMetricsLocationManager into MGLMapboxEventsMinh Nguyễn2015-05-122-116/+73
| * | Resume iff Metrics is enabledMinh Nguyễn2015-05-121-1/+1
| * | Refactored MGLMapboxEvents for better data managementMinh Nguyễn2015-05-125-142/+129
| * | Objective-C method naming conventionMinh Nguyễn2015-05-121-15/+15
| * | Predicate MGLMapboxEvents initialization on user opt-outMinh Nguyễn2015-05-121-6/+1
| * | Register default user defaults on class initializationMinh Nguyễn2015-05-121-9/+13
* | | Remove currently unsupported styles from defaultStylesJohn Firebaugh2015-05-121-5/+1
| |/ |/|
* | Acknowledge the existence of other Mapbox GL classesMinh Nguyễn2015-05-121-1/+1
* | Corrected Settings.bundle assertion messageMinh Nguyễn2015-05-121-1/+1
* | Merge pull request #1520 from mapbox/1516-opt-out-checkingBrad Leege2015-05-122-6/+20
|\ \ | |/ |/|
| * #1516 - Renaming setShowsOptOutInApp to setMapboxMetricsEnabledSettingShownIn...Brad Leege2015-05-122-9/+5
| * #1516 - Adding explicit checks for developer implementation of user Opt Out f...Brad Leege2015-05-112-6/+24
* | Merge pull request #1469 from mapbox/1435-android-gl-crashBrad Leege2015-05-111-47/+50
|\ \ | |/ |/|
| * Ignore deactivate when no valid EGL display. Fixes #1435Leith Bade2015-05-091-47/+50
* | Round zoom level for Map Feedback toolMinh Nguyễn2015-05-101-2/+2
* | Dismiss attribution popover on rotationMinh Nguyễn2015-05-101-10/+17
* | Add long/lat/zoom to feedback URLJason Wray2015-05-101-1/+3
* | Turned copyright notices into action buttonsMinh Nguyễn2015-05-101-2/+8
* | Attribute Mapbox and OpenStreetMap in-appMinh Nguyễn2015-05-101-12/+31
* | #1481 - Changing events array to be created with +arrayWithArrayBrad Leege2015-05-081-2/+2
* | #1481 - Refactoring to use iOS -copy and -removeAllObjects to get away from h...Brad Leege2015-05-081-13/+3
* | #1481 - Replacing flushAt with eventQueue count of upper range limitBrad Leege2015-05-081-8/+9
* | Merge pull request #1480 from mapbox/1ec5-metrics-keysMinh Nguyễn2015-05-082-4/+4
|\ \
| * | Renamed settings keysMinh Nguyễn2015-05-082-4/+4
* | | catch NaN values from UIPinchGestureRecognizerKonstantin Käfer2015-05-081-0/+5
|/ /
* | #1474 - Setting flushAfter back to 60 seconds. Removing debug log statementsBrad Leege2015-05-081-6/+1
* | #1474 - Adding timer cleanup logic to -flush so that it doesn't loop indefini...Brad Leege2015-05-081-0/+7
* | #1474 - Refactoring timer to be started when first event is added to queue. ...Brad Leege2015-05-081-4/+8
* | change the window title to indicate the current styleKonstantin Käfer2015-05-071-0/+4
* | Make all GLFWView attributes privateThiago Marcos P. Santos2015-05-071-0/+5
* | Add style change functionality to the Linux test appThiago Marcos P. Santos2015-05-073-0/+43
* | fix lingering backgrounding crashes & add debug modeJustin R. Miller2015-05-061-18/+45
* | Merge branch 'master' into 1ec5-analyzerMinh Nguyễn2015-05-062-0/+55
|\ \ | |/
| * Merge pull request #1329 from mapbox/1225-start-tokenBrad Leege2015-05-052-0/+55
| |\
| | * #1225 - Simplifying MGLAccountManager for initial setup and access to AccessT...Brad Leege2015-05-052-11/+14
| | * Updating from masterBrad Leege2015-05-0421-774/+940
| | |\
| | * | #1225 - Renaming getAccessToken method to sharedAccessToken to avoid any iOS ...Brad Leege2015-05-042-2/+2
| | * | #1225 - Restoring MapboxGL.h as an Umbrella header file by splitting the sing...Brad Leege2015-05-042-5/+5
| | * | #1225 - Starting Mapbox Events at shared instance setup timeBrad Leege2015-04-241-0/+2
| | * | #1225 - Converting id to instancetypeBrad Leege2015-04-241-1/+1
| | * | #1225 - Initial conversion of Mapbox GL app to set access token in AppDelegat...Brad Leege2015-04-232-3/+14
| | * | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into 1225-start-t...Brad Leege2015-04-231-20/+26
| | |\ \
| | * | | #1225 - Initial setup of MapboxGL as a singleton object with access tokenBrad Leege2015-04-221-0/+39
* | | | | Fixed leaks of copied CF objectsMinh Nguyễn2015-05-051-1/+2
* | | | | Suppressed an uninitialized value warning from the static analyzerMinh Nguyễn2015-05-051-6/+3
* | | | | Fixed dead store analyzer warningsMinh Nguyễn2015-05-052-18/+0
* | | | | Fixed NSMutableString leakMinh Nguyễn2015-05-051-4/+2
|/ / / /
* | | | add Map::isFullyLoaded()Konstantin Käfer2015-05-051-0/+5
* | | | decode URLS when loading from file systemKonstantin Käfer2015-05-051-2/+3
* | | | [iOS] send map rendering notificationsKonstantin Käfer2015-05-051-0/+4
| |_|/ |/| |