summaryrefslogtreecommitdiff
path: root/platform/ios
Commit message (Expand)AuthorAgeFilesLines
* Privatized MGLMapboxEventsMinh Nguyễn2015-05-185-15/+67
* Properly fail to load the mapMinh Nguyễn2015-05-162-2/+6
* Rotate compass on device orientation changesJason Wray2015-05-141-0/+6
* Ensure call-once semantics inside InitializeExtensionsJohn Firebaugh2015-05-131-14/+9
* Extensible GL extension supportJohn Firebaugh2015-05-131-14/+10
* Remove unused GL feature flagsJohn Firebaugh2015-05-131-8/+0
* Return nil for IB designables agentMinh Nguyễn2015-05-132-2/+2
* fix dispatch-thread patternJustin R. Miller2015-05-122-33/+32
* Cleaned up in-app opt-out propertyMinh Nguyễn2015-05-122-6/+5
* Merge branch '1ec5-metrics-determinism' into 1ec5-metrics-opt-way-outMinh Nguyễn2015-05-121-21/+28
|\
| * Enable Metrics by default default defaultMinh Nguyễn2015-05-121-12/+23
* | Merge branch 'master' into 1ec5-metrics-opt-way-outMinh Nguyễn2015-05-122-6/+19
|\ \ | |/
| * 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
* | | Consolidated logic for pausing/resuming MGLMapboxEventsMinh Nguyễn2015-05-122-20/+45
* | | Respond to opt-out setting change immediatelyMinh Nguyễn2015-05-121-4/+24
* | | More cleanup and sanitizationMinh Nguyễn2015-05-121-18/+12
* | | 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
|/ /
* | 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-081-3/+3
|\ \
| * | Renamed settings keysMinh Nguyễn2015-05-081-3/+3
* | | 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
* | 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-0411-292/+608
| | |\
| | * | #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