summaryrefslogtreecommitdiff
path: root/ios
Commit message (Collapse)AuthorAgeFilesLines
* move back to symbolicated iOS fetch in masterJustin R. Miller2015-11-301-1/+1
|
* Merge branch 'release-ios-v3.0.0'Justin R. Miller2015-11-303-2/+4
|\
| * bump podspec to 3.0.0 final (no symbols)ios-v3.0.0Justin R. Miller2015-11-231-1/+1
| |
| * bump iOS version to 3.0.0-rc.1ios-v3.0.0-rc.1Justin R. Miller2015-11-231-1/+1
| |
| * show current version changelog section in docs & link externally to fullJustin R. Miller2015-11-232-1/+3
| | | | | | | | | | | | This is going to fail and output nothing for -pre and -rc tags for now until #3046 is addressed. We can't yet grab those but still have final releases sort after them.
| * bump version to ios-v3.0.0-pre.10ios-v3.0.0-pre.10Justin R. Miller2015-11-201-1/+1
| |
| * bump version to ios-v3.0.0-pre.9ios-v3.0.0-pre.9Justin R. Miller2015-11-181-1/+1
| |
| * refs #2380: plop Settings.bundle inside of framework distributionJustin R. Miller2015-11-182-0/+33
| |
| * bump version to ios-v3.0.0-pre.8ios-v3.0.0-pre.8Justin R. Miller2015-11-161-1/+1
| | | | | | | | [skip ci]
| * refs #3045: implicitly link dependencies for frameworkJustin R. Miller2015-11-162-0/+9
| | | | | | | | [skip ci]
| * refs #3045: correct bundle identifier for iOS framework targetJustin R. Miller2015-11-161-1/+1
| | | | | | | | [skip ci]
| * bump version to ios-v3.0.0-pre.7ios-v3.0.0-pre.7Justin R. Miller2015-11-161-1/+1
| |
| * static framework target for iOSJustin R. Miller2015-11-163-0/+34
| |
* | [core] Added MapDebugOptionsBruno de Oliveira Abinader2015-11-271-2/+2
| | | | | | | | | | Map debug options are now cycled up to all debug options enabled, then back to none.
* | Demonstrate show annotations in iosappMinh Nguyễn2015-11-241-6/+1
| | | | | | | | ref #3110
* | refs #2380: plop Settings.bundle inside of framework distributionJustin R. Miller2015-11-182-0/+33
| |
* | refs #3045: implicitly link dependencies for frameworkJustin R. Miller2015-11-162-0/+9
| | | | | | | | [skip ci]
* | refs #3045: correct bundle identifier for iOS framework targetJustin R. Miller2015-11-161-1/+1
| | | | | | | | [skip ci]
* | bump version to ios-v3.0.0-pre.7Justin R. Miller2015-11-161-1/+1
| |
* | static framework target for iOSJustin R. Miller2015-11-163-0/+34
|/
* bump iOS version to 3.0.0-pre.6ios-v3.0.0-pre.6Justin R. Miller2015-11-131-1/+1
| | | | [skip ci]
* [iOS] Replaced deprecated podspec flagMinh Nguyễn2015-11-091-1/+1
| | | | | | Per https://github.com/mapbox/mapbox-gl-native/issues/1870#issuecomment-132417161. ref CocoaPods/CocoaPods#3573
* Updated references to old build docsMinh Nguyễn2015-11-091-1/+1
| | | | Fixes #2871.
* bump iOS version to 3.0.0-pre.5ios-v3.0.0-pre.5Justin R. Miller2015-11-061-1/+1
|
* fixes #2961: download payload over HTTPSJustin R. Miller2015-11-061-1/+1
|
* [core] move mbgl.gyp to gyp directoryMike Morris2015-11-042-10/+10
| | | | | So npm won't clobber binding.gyp, refs https://github.com/npm/npm/issues/10243
* bump iOS version to 3.0.0-pre.4ios-v3.0.0-pre.4Justin R. Miller2015-11-021-1/+1
|
* bump iOS version in podspec/Fabricios-v3.0.0-pre.3Justin R. Miller2015-10-301-1/+1
|
* [core][iOS] Source iOS styles from default_stylesMinh Nguyễn2015-10-301-21/+5
| | | | | | | | | | Moved mbgl::util::default_styles to a more appropriate location, where iOS platform code can also find it. Moved -[MGLMapView bundledStyleURLs] (which is now deprecated) and the style switcher in iosapp to default_styles. Added a collection of convenience methods for getting style URLs. It makes little sense to layer an enum atop this, as MapKit does, because MGLMapView styles aren’t limited to this set. A good analogy is UIColor. This also makes for a good entry point for future runtime styling APIs. Introduced independent constants for each default style, because it’s more common to need access to a particular style than to iterate over them. This fact is apparent in the MGLStyle class, which now uses macros and assertions to ensure that it’s kept up-to-date with changes in default_styles. /ref #1462
* [core] Remove bundled styles.Leith Bade2015-10-304-4/+2
| | | | Fixes #2239
* More natural style names in iosappMinh Nguyễn2015-10-261-23/+18
| | | | ref #2740
* re-bump for ios-v3.0.0-pre.2ios-v3.0.0-pre.2Justin R. Miller2015-10-231-1/+1
|
* bump iOS version for 2.2.0-pre.2ios-v2.2.0-pre.2Justin R. Miller2015-10-231-1/+1
|
* Bumped podspec for 3.0.0-pre.1ios-v3.0.0-pre.1Minh Nguyễn2015-10-231-1/+1
|
* [android] Add missing satellite streets style to Android and iOS.Leith Bade2015-10-231-4/+5
| | | | | | As well as default_styles.cpp Fixes #2739 Fixes #2740
* [ios] remove CoreTelephony dependencyJason Wray2015-10-191-1/+1
| | | | | | Cellular carrier name and connectivity level will now only be sent if the developer independently chooses to link the CoreTelephony framework in their app.
* bump podspec for 2.2.0-pre.1ios-v2.2.0-pre.1Justin R. Miller2015-10-151-1/+1
|
* fixes #2611: iOS test app long press drops debug markerJustin R. Miller2015-10-151-0/+18
|
* [ios] fixes #2490: add annotation image enabled propertyJustin R. Miller2015-10-021-1/+13
|
* [iOS] fix benchmarking app and update to style v8Konstantin Käfer2015-10-0211-4277/+9025
|
* [ios] patch up iOS version-deducing scriptsJustin R. Miller2015-10-011-3/+3
|
* Fix up of some naming issues, etc.Adam Hunter2015-09-291-2/+0
|
* Added GL logging utilityAdam Hunter2015-09-291-0/+2
|
* [iOS] Fix links in generated docsJason Wray2015-09-282-2/+2
| | | | [skip ci]
* [iOS] Give iosapp the option to use `always` location permissionsJason Wray2015-09-221-0/+2
| | | | | Useful in testing metrics and background location. Default is still `whenInUse`, user must switch in `Settings.app`.
* Prefix user defaults in iosappMinh Nguyễn2015-09-161-11/+11
| | | | We technically don’t need to, but the demo app should practice good hygiene since we expect developers to copy from it.
* Merge branch 'release-ios-v2.1.2'Justin R. Miller2015-09-151-1/+1
|\
| * bump podspec for 2.1.2ios-v2.1.2Justin R. Miller2015-09-151-1/+1
| |
* | move back to symbolicated iOS builds for devJustin R. Miller2015-09-151-1/+1
|/
* update podspec for 2.1.1ios-v2.1.1Justin R. Miller2015-09-151-1/+1
|