summaryrefslogtreecommitdiff
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* closes #1082, refs #756: user dot on map in iOSJustin R. Miller2015-03-256-36/+776
* Assume UTF-8–encoded symbol nameMinh Nguyễn2015-03-251-1/+1
* Merge branch '1068-encoding'Minh Nguyễn2015-03-251-7/+7
|\
| * Assume UTF-8–encoded JSON stylesheetsMinh Nguyễn2015-03-231-7/+7
* | Merge pull request #1079 from mapbox/90-dogMinh Nguyễn2015-03-253-0/+0
|\ \
| * | Updated Mapbox DOGMinh Nguyễn2015-03-243-0/+0
* | | Merge pull request #1088 from mapbox/ios-callouts-finalJustin R. Miller2015-03-242-35/+158
|\ \ \
| * | | refs #894, fixes #1074: callout views for iOSJustin R. Miller2015-03-242-35/+158
* | | | Changing wifi ssid "<<NONE>>" to "NONE" to be consistent with getCurrentCellu...Brad Leege2015-03-241-2/+2
* | | | Adding cellularNetworkType attributeBrad Leege2015-03-241-0/+35
* | | | Changing "deviceTimestamp" to "created".Brad Leege2015-03-241-1/+1
* | | | Removing logging from development / testing phase. Removing Settings bundle ...Brad Leege2015-03-242-25/+0
|/ / /
* | | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into 1033-metricsBrad Leege2015-03-241-5/+4
|\ \ \ | |/ /
| * | don't stop/start map in related to style changes anymore since safeJustin R. Miller2015-03-231-4/+3
| * | annotations perf improvements & iOS app testingJustin R. Miller2015-03-231-1/+1
| |/
* | #1033 - Building Mapbox Metrics Disabled UI in Settings.app and functionality...Brad Leege2015-03-241-2/+6
* | #1033 - Setting up Opt Out UI in Settings.app. Checking for Opt Out status a...Brad Leege2015-03-241-7/+6
* | #1033 - Adding blank Settings.bundle infrastructure and ensuring it's loaded ...Brad Leege2015-03-241-0/+18
* | #1033 - Removing extraneous instance variable of anonIdBrad Leege2015-03-241-2/+1
* | #1033 - Fix automatic overwriting of anonId valueBrad Leege2015-03-241-3/+2
* | #1033 - Adding wifi network name attributeBrad Leege2015-03-241-0/+21
* | #1033 - Flush all events to server when app enters backgroundBrad Leege2015-03-242-7/+10
* | #1033 - Moving map.load to background thread. Moving enabled.push to map.loa...Brad Leege2015-03-231-8/+24
* | #1033 - Adding accessibilityFontScale attributeBrad Leege2015-03-231-0/+33
* | #1033 - Renaming LongPress to QuickZoom for gesture eventBrad Leege2015-03-231-1/+1
* | #1033 - Adding Push Enabled attributeBrad Leege2015-03-231-0/+2
* | #1033 - Adding map.dragend eventBrad Leege2015-03-231-0/+10
* | #1033 - Adding Gesture tracking for all 7 supported gestures. DRYing out code.Brad Leege2015-03-231-31/+29
* | #1033 - Add Quick Zoom EventBrad Leege2015-03-231-0/+10
* | #1033 - Map Zoom out eventBrad Leege2015-03-231-0/+10
* | #1033 - First Map Zoom (aka `map.click` event)Brad Leege2015-03-231-0/+10
* | #1033 - Initial location of map.load eventBrad Leege2015-03-231-0/+8
* | #1033 - Adding TODO to location where Opt Out and Metrics Disabled Checking w...Brad Leege2015-03-232-8/+10
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into 1033-metricsBrad Leege2015-03-231-9/+302
|\ \ | |/
| * Revert "bring in tweaked compass snapping fixes from @friedbunny"Justin R. Miller2015-03-221-19/+1
| * bring in tweaked compass snapping fixes from @friedbunnyJustin R. Miller2015-03-221-1/+19
| * more safe return when no selectionJustin R. Miller2015-03-221-1/+1
| * safety checks & no-op returnsJustin R. Miller2015-03-221-0/+20
| * Cocoa annotations APIJustin R. Miller2015-03-221-9/+282
| * Show Emerald by defaultMinh Nguyễn2015-03-201-1/+1
* | #1033 - Removing BackgroundStatus analyticBrad Leege2015-03-201-7/+0
* | #1033 - Initial integration of anonymous location metrics reportingBrad Leege2015-03-201-3/+5
* | #1033 - Adding CoreTelephony dependency and fixing access token setting metho...Brad Leege2015-03-201-1/+1
* | #1033 - Adding MGLMapboxEvents to MGLMapViewBrad Leege2015-03-201-1/+13
* | #1033 - Integrating MapboxEvents class.Brad Leege2015-03-201-0/+250
* | #1033 - Renaming MBLocationManager to MGLMetricsLocationManager to better com...Brad Leege2015-03-202-10/+10
* | #1033 - Moving MBLocationManager to Core GL from app specific instance.Brad Leege2015-03-202-0/+147
|/
* Delete the GLFWView object at exitThiago Marcos P. Santos2015-03-201-0/+1
* Merge pull request #1020 from mapbox/init-bundled-styleMinh Nguyễn2015-03-191-2/+15
|\
| * Added API for initializing with bundled styleMinh Nguyễn2015-03-191-2/+15