summaryrefslogtreecommitdiff
path: root/ios
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1357 from mapbox/1ec5-view-controllerMinh Nguyễn2015-04-271-1/+0
|\ | | | | Automatically find view controller for layout guides
| * Automatically find view controller for layout guidesMinh Nguyễn2015-04-271-1/+0
| | | | | | | | Find the managing view controller by traversing the responder chain.
* | bump podspec version to 0.2.16ios-v0.2.16Justin R. Miller2015-04-271-1/+1
|/
* #1345 - Adding app build number to user agent. Updating gl test app build ↵Brad Leege2015-04-271-1/+1
| | | | number to be different from build version.
* bump podspec to 0.2.15ios-v0.2.15Justin R. Miller2015-04-231-1/+1
|
* Bumping Podspec to 0.2.14ios-v0.2.14Brad Leege2015-04-171-1/+1
|
* bump podspec versionios-v0.2.13Justin R. Miller2015-04-161-1/+1
|
* fixes #1157, #1255: cache parsed tiles in memoryJustin R. Miller2015-04-161-3/+8
|
* bump podspec to 0.2.12ios-v0.2.12Justin R. Miller2015-04-101-1/+1
|
* change default style to StreetsJustin R. Miller2015-04-101-1/+1
|
* Revert "Override file name for Mapbox Streets style JSON"Justin R. Miller2015-04-101-12/+3
| | | | | | | Mapbox Streets has stock naming again; reverting. Easier to ensure we name properly than build in logic. This reverts commit 0b35a887085cebc4dac99aac6e870504ae24b8e5.
* bump CocoaPodsios-v0.2.11Justin R. Miller2015-04-101-1/+1
|
* show Dark style in demo appios-v0.2.10Justin R. Miller2015-04-091-0/+1
|
* bump podspec versionJustin R. Miller2015-04-091-1/+1
|
* Merge pull request #1239 from friedbunny/locate-buttonMinh Nguyễn2015-04-0913-1/+24
|\ | | | | Add simple tracking mode button to demo app
| * Animate the thing, I'm not an animalJason Wray2015-04-091-1/+3
| |
| * Add simple tracking mode button to demo appJason Wray2015-04-0813-1/+22
| |
* | Override file name for Mapbox Streets style JSONMinh Nguyễn2015-04-081-3/+12
| | | | | | | | | | | | Some styles have nonstandard file names that don’t end with “-v7”. This commit adds a special case for Mapbox Streets that can be extended in the future for other styles. Ref #1228
* | fixes #1228: bring in Streets & Light & update styles pinJustin R. Miller2015-04-081-2/+7
|/
* bump podspec version to 0.2.9ios-v0.2.9Justin R. Miller2015-04-071-1/+1
|
* Merge pull request #1221 from mapbox/1216-pauseBrad Leege2015-04-071-0/+23
|\ | | | | Pause and Resume Metrics
| * #1216 - Commenting out pause / resume test hooksBrad Leege2015-04-071-1/+2
| |
| * #1216 - Documenting use of pauseMetricsCollection and resumeMetricsCollectionBrad Leege2015-04-071-0/+10
| |
| * #1216 - Added test usage of pausing / resuming Metrics to simulate app ↵Brad Leege2015-04-071-0/+12
| | | | | | | | entering background mode and no other location manager running. Added paused state checking to pauseMetricsCollection and resumeMetricsCollection
* | fix up Podspec (flatten, back to iOS subfolder)Justin R. Miller2015-04-071-0/+34
|/
* refs #1219: move iOS CocoaPods spec to root of projectJustin R. Miller2015-04-071-33/+0
| | | | | | | This is only temporary, until such time that we release Mapbox GL on CocoaPods directly, when they will host the Podspec. For now, it needs to be in the repository root to be usable as a non-main CocoaPods source.
* prep CocoaPods for new deploy setupJustin R. Miller2015-04-071-2/+2
|
* Removed redundant initializers and settersMinh Nguyễn2015-04-031-2/+1
| | | | This change removes most of the ways you used to be able to apply a style to the map. Building on #1163, `styleURL` (HTTP(S), mapbox:, asset:) is the canonical way to apply a style, and `mapID` is a convenient shorthand for Mapbox-hosted styles. A relative style URL is interpreted as a path relative to the app’s main bundle. We now construct asset: URLs in lieu of “bundled style names”.
* Fixed race condition after setting access tokenMinh Nguyễn2015-04-031-5/+2
| | | | | | | | `Map` should be able to deal with having no access token or JSON even while it’s running. Most of `Map` accounts for this situation, but `reloadStyle()` incorrectly assumes that one or the other is set. This change corrects the assumption in `reloadStyle()`. Also expose the access token and style name to clients as ordinary KVO-compliant properties. Actually, they’re not so ordinary because they’re inspectable! Ref #1070, #1147
* Polished privacy settingsMinh Nguyễn2015-04-022-16/+2
| | | | Added footer text to explain the purpose of the Mapbox Metrics setting. Added strings from the plist to an existing unused .strings file and converted that .strings file to UTF-8 for diffability.
* Merge pull request #1105 from mapbox/1099-gyp-depsMinh Nguyễn2015-03-261-0/+1
|\ | | | | Enable modules in iOS demo app
| * Enabled modules in iOS demo appMinh Nguyễn2015-03-251-0/+1
| | | | | | | | No longer need to explicitly link system frameworks like UIKit.
* | closes #1082, refs #756: user dot on map in iOSJustin R. Miller2015-03-251-65/+12
|/
* Merge pull request #1098 from mapbox/1ec5-pod-telephonyMinh Nguyễn2015-03-251-1/+1
|\ | | | | update podspec frameworks
| * Also QuartzCore for calloutviewMinh Nguyễn2015-03-251-1/+1
| |
| * Added CoreTelephony to Podspec frameworksMinh Nguyễn2015-03-251-1/+1
| | | | | | Ref #1036, #1094
* | #1095 - Adding Settings.bundle to project generationBrad Leege2015-03-251-1/+2
|/
* refs #894, fixes #1074: callout views for iOSJustin R. Miller2015-03-241-1/+10
|
* Merge branch 'master' of github.com:mapbox/mapbox-gl-native into 1033-metricsBrad Leege2015-03-245-1/+136462
|\ | | | | | | | | Conflicts: platform/ios/MGLMapView.mm
| * annotations perf improvements & iOS app testingJustin R. Miller2015-03-235-1/+136462
| | | | | | | | squash of #1061
* | #1033 - Reverting to Metrics Enabled Preference in System.appBrad Leege2015-03-241-2/+2
| |
* | #1033 - Building Mapbox Metrics Disabled UI in Settings.app and ↵Brad Leege2015-03-241-27/+43
| | | | | | | | functionality in Events tracking infrastructure
* | #1033 - Setting up Opt Out UI in Settings.app. Checking for Opt Out status ↵Brad Leege2015-03-241-57/+27
| | | | | | | | at event push time.
* | #1033 - Adding blank Settings.bundle infrastructure and ensuring it's loaded ↵Brad Leege2015-03-242-0/+61
|/ | | | into memory
* fixes #1053: umbrella Cocoa headerJustin R. Miller2015-03-221-1/+1
|
* Cocoa annotations APIJustin R. Miller2015-03-223-10/+4
|
* add emeraldPeter Liu2015-03-201-0/+1
|
* Merge pull request #1030 from mapbox/829-podMinh Nguyễn2015-03-201-8/+8
|\ | | | | CocoaPod podspec for beta 1
| * Prepared podspec for beta 1Minh Nguyễn2015-03-191-8/+8
| | | | | | | | | | | | | | | | This podspec was originally lifted from mapbox/mapbox-ios-sdk, which was structured and built quite differently. We could have the podspec build this repo as is, using scripts/package_ios.sh, but that would require developers to install the same version of Xcode as Travis is using (see #977). So this podspec instead pulls a prebuilt library. Much simpler. Also package a LICENSE with the archive to satisfy a CocoaPods warning. Fixes #829.
* | bump iOS app versionJustin R. Miller2015-03-191-2/+2
|/