summaryrefslogtreecommitdiff
path: root/platform/ios/MGLMapView.mm
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1214 from mapbox/1ec5-classesios-v0.2.8ios-beta-preview-sirius-0.0.9Minh Nguyễn2015-04-061-1/+22
|\
| * Expose style class API publiclyMinh Nguyễn2015-04-061-1/+22
* | Accept nil access tokenMinh Nguyễn2015-04-061-1/+1
|/
* Inspectable togglesMinh Nguyễn2015-04-031-0/+60
* allow setting nil mapID for default styleJustin R. Miller2015-04-031-1/+8
* formatting & docs changesJustin R. Miller2015-04-031-10/+13
* Made lat/lon/zoom inspectableMinh Nguyễn2015-04-031-0/+66
* Made MGLMapView designable in IBMinh Nguyễn2015-04-031-15/+160
* Removed redundant initializers and settersMinh Nguyễn2015-04-031-91/+41
* Fixed race condition after setting access tokenMinh Nguyễn2015-04-031-13/+34
* account for GL-level min zoomJustin R. Miller2015-04-031-5/+10
* fixes #1181: fix lat/lng & zoom ordering problemsJustin R. Miller2015-04-021-5/+10
* Rework easing transition codeJohn Firebaugh2015-04-021-4/+8
* move to actual NSURL typeJustin R. Miller2015-03-301-7/+7
* refs #892: Cocoa support for map ID style URLsJustin R. Miller2015-03-301-0/+13
* fixes #892: support mapbox:// style URLsJustin R. Miller2015-03-301-2/+11
* Merge pull request #1149 from mapbox/1ec5-subviewMinh Nguyễn2015-03-301-1/+1
|\
| * Child GLKView should be bottommost childMinh Nguyễn2015-03-271-1/+1
* | refs #1125: user dot improvementsJustin R. Miller2015-03-271-13/+47
* | #1134 - Removing enabled.email metric and supporting infrastructureBrad Leege2015-03-271-2/+1
|/
* only recognize the end state of single tapsJustin R. Miller2015-03-271-86/+89
* track metrics for gestures once upon beginJustin R. Miller2015-03-271-12/+12
* Merge remote-tracking branch 'origin/master' into 1128-convert-booleansJustin R. Miller2015-03-271-22/+22
|\
| * more metrics magic strings removalsJustin R. Miller2015-03-261-22/+22
* | convert metrics BOOLs to strings internallyJustin R. Miller2015-03-271-1/+1
|/
* fixes #1116: metrics stability & performance refactorJustin R. Miller2015-03-261-64/+43
* Merge branch 'ios-unused'Minh Nguyễn2015-03-261-407/+0
|\
| * Delete unused codeJohn Firebaugh2015-03-191-410/+0
* | Merge pull request #1112 from mapbox/1109-ui-blockingJustin R. Miller2015-03-251-13/+15
|\ \
| * | #1109 - Changing priority queue for map.load event. Fixing pushEvent call mi...Brad Leege2015-03-251-3/+3
| * | #1109 - Wrapping gesture event logic in background queueBrad Leege2015-03-251-10/+12
* | | deselect user dot during location moves (for now)Justin R. Miller2015-03-251-0/+3
* | | closes #1082, refs #756: user dot on map in iOSJustin R. Miller2015-03-251-26/+469
|/ /
* | 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
* | | refs #894, fixes #1074: callout views for iOSJustin R. Miller2015-03-241-35/+158
* | | 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 - Flush all events to server when app enters backgroundBrad Leege2015-03-241-4/+3
* | | #1033 - Moving map.load to background thread. Moving enabled.push to map.loa...Brad Leege2015-03-231-8/+24
* | | #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