summaryrefslogtreecommitdiff
path: root/ios
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Substitute lightweight generics macros in docsetMinh Nguyễn2015-06-221-4/+10
| | | | Followup to 91641ffb01dcf8d303b13216797bb41d1f770124 for #1711: also preprocess the generics macros when generating a docset.
* Screenshot III: The ReduceningJustin R. Miller2015-06-191-0/+0
|
* Screenshot II: The Return of ScreenshotJustin R. Miller2015-06-193-2/+2
|
* avoid release candidates in determining versionJustin R. Miller2015-06-191-1/+1
|
* update podspec (0.4.0 final, no symbols)v0.4.0Justin R. Miller2015-06-191-1/+1
|
* remove problematic screenshot URL from HTML docsJustin R. Miller2015-06-181-1/+1
|
* fix appledoc version parsingJustin R. Miller2015-06-181-1/+1
|
* update podspec to use debug symbols build during testingJustin R. Miller2015-06-171-1/+1
|
* bump podspecJustin R. Miller2015-06-171-1/+1
|