summaryrefslogtreecommitdiff
path: root/ios
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* update podspec for 2.1.0 final and no symbolsios-v2.1.0Justin R. Miller2015-09-141-1/+1
|
* bump podspec to 2.1.0-pre.4ios-v2.1.0-pre.4Justin R. Miller2015-09-111-1/+1
|
* Fix build, only ask for location permission on user's instigationJason Wray2015-09-111-7/+0
| | | | | | | | Previously in #2265 we would ask for location permission at app startup if `!settings->showsUserLocation`. #2193 0a172a21fdc2a87473560fd7d45f4d495d95de91 changed the way we used `NSUserDefaults` and mostly removed the `settings` object, which broke #2265. Rather than fix our pestering location permissions ask at startup, this commit now only asks for location permissions when the user hits the locate-me button. Once a user grants permission, the user dot appears because a `userTrackingMode` is set, `showsUserLocation` is permanently set to `YES` in `NSUserDefaults` and is restored at launch.
* bump podspec for ios-v2.1.0-pre.3ios-v2.1.0-pre.3Justin R. Miller2015-09-071-1/+1
|
* CameraOptionsMinh Nguyễn2015-09-072-30/+39
| | | | | | | | | | | | Plumbed camera options all the way through to MGLMapView. Added a method that lets you specify a direction in addition to center point and zoom level. Added Map::jumpTo() for parity with mapbox-gl-js. Replaced usage of Map::setLatLng() and Map::setLatLngZoom() with Map::jumpTo() or Map::easeTo() within MGLMapView. Replaced MGLMapView.pitch with MGLMapCamera for setting all supported degrees of freedom simultaneously. Simultaneously move and rotate with course. Support customizable timing functions on iOS. iosapp now persists an archived MGLMapCamera instead of separate viewpoint properties and also synchronizes user defaults on termination. This change implements persistence entirely in Objective-C, eliminating the use of the Objective-C++ implementation. Fixes #1643, fixes #1834. Ref #1581.
* Update NSLocationWhenInUseUsageDescription stringJason Wray2015-09-041-1/+1
| | | | Fixes #1930
* Fix location permissions ask, add delay for map to loadJason Wray2015-09-041-1/+7
|
* fix README pathJustin R. Miller2015-09-041-1/+1
|
* iOS perspective gesture supportJason Wray2015-08-261-0/+2
| | | | | | Drag two fingers upward to tilt the map. Implements #2116
* updates for "iOS SDK" series releasesJustin R. Miller2015-08-241-1/+1
|
* remove Bright, Basic, and Outdoors from iOS testingJustin R. Miller2015-08-241-3/+0
|
* iOS app/framework fixes for v8Justin R. Miller2015-08-241-5/+5
| | | | | | - Mapbox Streets -> Streets - style version from string to integer - 7 -> 8
* Merge branch 'v8'John Firebaugh2015-08-242-2/+2
|\
| * Update stylesJohn Firebaugh2015-08-202-2/+2
| |
* | fix podspec URLsJustin R. Miller2015-08-211-2/+2
| |
* | fix w/ symbols version of podspecJustin R. Miller2015-08-211-1/+1
| |
* | update CocoaPods build download URLJustin R. Miller2015-08-211-1/+1
| |
* | move to 2.0.0-style versioningJustin R. Miller2015-08-211-1/+1
| |
* | GL is the library, SDK is the productJustin R. Miller2015-08-217-59/+8
|/
* Added UI for course trackingMinh Nguyễn2015-08-141-1/+8
|
* MGLUserTrackingModeFollowWithCourseMinh Nguyễn2015-08-141-11/+14
| | | | | | Added course-tracking. However, rotation has to happen atomically without animation until #1834 is fixed. Fixes #1605.
* bump podspec for 0.5.4v0.5.4Justin R. Miller2015-07-301-1/+1
|
* Include app-info.plist in demo app projectJason Wray2015-07-281-1/+2
| | | | [skip ci]
* Exempt Metrics staging server from PFS requirementMinh Nguyễn2015-07-271-2/+13
| | | | | This server should not used in actual production code anyways. Fixes #1937.
* bump podspec to 0.5.3v0.5.3Justin R. Miller2015-07-221-1/+1
|
* Bumped podspec to 0.5.2 with symbolsv0.5.2Minh Nguyễn2015-07-141-1/+1
|
* Updated podspec for 0.5.1v0.5.1Minh Nguyễn2015-07-131-1/+1
|
* Force -ObjC in Mapbox GL podMinh Nguyễn2015-07-101-1/+4
| | | | Fixes #1849.
* bump podspec to 0.5.0 final (no symbols)v0.5.0Justin R. Miller2015-07-091-1/+1
|
* bump podspec to 0.5.0rc2v0.5.0-rc.2Justin R. Miller2015-07-091-1/+1
|
* bump podspec to 0.5.0-rc.1 w/ symbolsv0.5.0-rc.1Justin R. Miller2015-07-081-1/+1
|
* remove loggingJustin R. Miller2015-07-081-6/+0
|
* runtime imagery based on annotation titleJustin R. Miller2015-07-081-14/+26
|
* fixes for runtime Cocoa imageryJustin R. Miller2015-07-081-1/+1
|
* Cocoa custom marker imagery APIJustin R. Miller2015-07-081-0/+33
|
* bump podspec to 0.4.5v0.4.5Justin R. Miller2015-07-071-1/+1
|
* bump podspec to 0.4.4v0.4.4Justin R. Miller2015-07-021-1/+1
|
* bump podspec to 0.4.3v0.4.3Justin R. Miller2015-06-301-1/+1
|
* Rationalize *RenderingMap notificationsJohn Firebaugh2015-06-301-1/+1
|
* bump podspec to 0.4.2v0.4.2Justin R. Miller2015-06-301-1/+1
|
* bump podspec & move back to symbols versionv0.4.1Justin R. Miller2015-06-261-1/+1
|