summaryrefslogtreecommitdiff
path: root/platform/ios/CHANGELOG.md
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into jrex/13120-teardown-mbglmapupstream/jrex/13120-teardown-mbglmapJulian Rex2018-11-201-0/+1
|\
| * [ios, macos] Added `-(BOOL)[MGLStyle removeSource:error:]` that provides an ↵Julian Rex2018-11-201-0/+1
| | | | | | | | | | | | NSError. (#13399)
* | Updated with PR #Julian Rex2018-11-201-1/+1
| |
* | [ios] Added teardown of core objects when receiving ↵Julian Rex2018-11-201-0/+1
|/ | | | UIApplicationWillTerminateNotification.
* [ios] Don't pause camera animations when zoom/pitch/rotate/scroll are disabledNadia Barbosa2018-11-191-0/+1
| | | | | | | | [ios] Move up code [ios] Changelog newline
* [ios, macos] Harmonize bundle identifiersMinh Nguyễn2018-11-151-0/+1
| | | | For consistency with each other and with their product name and module name, the iOS and macOS map SDKs now have a bundle identifier of com.mapbox.Mapbox, whether in the form of a static or dynamic framework. The logging subsystem identifier has also been changed to match.
* [ios] Fixed changelog typo (#13376)Julian Rex2018-11-151-1/+1
|
* [ios] Release preparations for 4.7.0-alpha.1 (#13375)ios-v4.7.0-alpha.1Julian Rex2018-11-141-1/+3
|
* [ios, macos] Renamed ambient cache prewarming methodMinh Nguyễn2018-11-081-0/+4
| | | | Renamed the method for prewarming the ambient cache to conform to Cocoa and Swift naming conventions.
* [ios, macos] Copyedited changelogsMinh Nguyễn2018-11-081-11/+13
|
* [ios] Bump podspecs and update changelog for 4.6.0upstream/fb-ios-v4.6.0Jason Wray2018-11-071-1/+1
|
* [ios] Update changelog for 4.6.0-beta.1Jason Wray2018-10-311-0/+3
|
* [ios, macos] Added $lineProgress expression variableMinh Nguyễn2018-10-301-0/+1
|
* [ios, macos] Fixed crash on nullary vararg expression functionMinh Nguyễn2018-10-271-0/+1
| | | | Equate the nullary and unary forms of vararg-style aftermarket expression functions when converting to JSON objects.
* [ios, macos] Updated changelogsMinh Nguyễn2018-10-261-0/+5
|
* [ios] Updates for 4.6.0-alpha.2 releaseios-v4.6.0-alpha.2Jason Wray2018-10-241-0/+7
|
* [ios] Update changelog for 4.6.0-alpha.1ios-v4.6.0-alpha.1upstream/fb-ios-v4.6.0-alpha.1Jason Wray2018-10-171-0/+5
|
* [ios] Fix inaccuracies in 4.5.0 and 4.4.0 changelogsJason Wray2018-10-171-6/+6
|
* [ios] Bump podspecs to 4.5.0 and update changelog.Fabian Guerra2018-10-101-1/+1
|
* [ios] release v4.5.0 beta.1 podspec bump and changelog updates. (#13027)Fabian Guerra Soto2018-10-031-1/+1
| | | | | | * [ios] Bump podspec to v4.5.0-beta.1 * [ios, macos] Update changelogs.
* [ios, macos, android, node] update changelogsMolly Lloyd2018-10-031-0/+1
|
* [ios] Update events library to include symbol namespace fixJason Wray2018-10-031-0/+1
|
* [ios] Add delegate method to specify the user location annotation’s positionNadia Barbosa2018-10-021-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update method name More API drafting Add deprecation flag Add Swift delegate integration test Update method name and documentation Update deprecation notices Update method name Offset anchor point relative to contentFrame Update docs Only run through switch statement if delegate is unimplemented Account for content inset + refactor logic Adjust edgePaddingForFollowing Fix Swift delegate integration test Set up integration test Set up test location manager . Remove unused file reference from test Return CGPoint value from delegate method within integration test setup Test anchor points Make updateUserLocationAnnotationView public Refactor test Update test location manager Changelog entry Doc fixes
* [ios,android,macos] add changelog entry for #12931Konstantin Käfer2018-10-021-0/+1
| | | | [skip firebase]
* [ios, macos] Distinguish between viewing distance and altitudeMinh Nguyễn2018-10-011-0/+3
| | | | +[MGLMapCamera cameraLookingAtCenterCoordinate:fromDistance:pitch:heading:] incorrectly treated the distance as an altitude. Due to backwards compatibility concerns, this method can’t be fixed in place. Instead, separate +[MGLMapCamera cameraLookingAtCenterCoordinate:correctlyFromDistance:pitch:heading:] and +[MGLMapCamera cameraLookingAtCenterCoordinate:altitude:pitch:heading:] methods have been added.
* Moved MGLAltitudeForZoomLevel and MGLZoomLevelForAltitude to public API (#12986)Dave Prukop2018-10-011-0/+1
| | | | | | * Moved MGLAltitudeForZoomLevel and MGLZoomLevelForAltitude to public API * Added notes to changelogs for ios and macos
* [ios] Enable 120fps on capable devicesJason Wray2018-09-261-0/+1
|
* [ios, macos] Add crossSourceCollissions property. (#12941)Fabian Guerra Soto2018-09-261-0/+1
| | | | | | | | * [ios, macos] Add crossSourceCollissions property. * [ios, macos] Add perSourceCollisions property. * [ios, macos] Update changelogs.
* [ios] Fix for user location annotation jittering (and view annotations ↵Julian Rex2018-09-261-0/+1
| | | | lagging) (#12895)
* [ios] Update changelogs and bump podspec to 4.5.0-alpha.1ios-v4.5.0-alpha.1Fabian Guerra2018-09-191-2/+6
|
* [ios, macos] Offline regions merge. (#12791)Fabian Guerra Soto2018-09-171-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [ios, macos] Add offline regions merge. * [ios, macos] Update changelogs. * [ios, macos] Fix refreshing the offline packs after new content is added. * [ios, macos] Update MGLOfflineStorage's add contents of file documentation. * [ios, macos] Add MGLOfflineStorage test cases for adding file contents. * [ios, macos] Add offline merge test database. * [ios, macos] Add packs parameter to MGLBatchedOfflinePackAdditionCompletionHandler. * [core] Fix a query mege duplication. * [ios, macos] Remove unnecessary pack iteration. * [ios, macos] Fix packs update KVO notifications. * [ios, macos] Add localization strings. * [core] Fix query readability. * [ios, macos] Fix MGLOfflineStorageTest, cleanup the cache database after the test. * [ios, macos] Fix offline packs, updating triggers a crash.
* [ios] Update changelog and podspecs for ios-v4.4.1Jason Wray2018-09-131-2/+5
|
* [android, ios, macos, node] Update CHANGELOGsJohn Firebaugh2018-09-131-0/+1
|
* [iOS] Update events library (#12889)Randall Lee2018-09-131-0/+1
| | | | Updates EventsSDK to patch a crash that happens with offline use.
* [ios, macos] Copyedited changelogsMinh Nguyễn2018-09-131-1/+8
|
* [ios, macos] Fixed changelogsMinh Nguyễn2018-09-131-5/+4
|
* [ios, macos] Update Podspecs & changelog for 4.4.0Nadia Barbosa2018-09-121-1/+3
| | | | | | | | | | | | | | [macos] Update Podspecs [ios] Update changelog [macos] Add changelog Add dates to changelog [ios, macos] Changelog copy edits [ios, macos] 😩 changelog edits
* Port symbol-z-order symbol layout style-spec property to Nativeupstream/sort-by-yryanhamley2018-09-071-0/+3
|
* [ios] Simplify 4.4.0 changelog textJason Wray2018-09-061-3/+1
|
* [ios] Update Podspecs & changelog for v4.4.0-beta.1Nadia Barbosa2018-09-051-6/+4
| | | | | | | | [ios] Update changelog More changelog edits Changelog edits
* [ios, macos] Call snapshotter (Obj-C) completion block on dealloc/cancel if ↵Julian Rex2018-09-051-0/+6
| | | | snapshot hasn't finished. (#12355)
* [ios, macos] Allow -convertCoordinateBounds to span antimeridianNadia Barbosa2018-09-041-0/+1
|
* [ios, macos] Copyedited changelogMinh Nguyễn2018-09-041-17/+16
|
* [ios, node, macos, android] update changelogs for feature expression supportMolly Lloyd2018-08-311-0/+4
|
* [ios] Bump podspecs & update changelog for 4.4.0-alpha.2 (#12770)Nadia Barbosa2018-08-291-1/+3
| | | | | | * [ios] Bump podspecs for v4.4.0-alpha.2 * [ios] Update changelog for v4.4.0-alpha.2
* [ios] Update changelog for v4.4.0-alpha.1 releaseios-v4.4.0-alpha.1Nadia Barbosa2018-08-221-0/+8
|
* [ios] Bump podspecs; update changelogs for 4.4.0-alpha.1Nadia Barbosa2018-08-221-1/+15
| | | | | | Fix order; add version to title Fix title
* [ios, build] Fix bad changelog header and improve handlingJason Wray2018-08-221-1/+1
| | | | Also, specifically require `execSync`.
* [ios, macos] Introduce `MGLShapeSourceOptionLineDistanceMetrics`Mikhail Pozdnyakov2018-08-211-0/+1
| | | | | Exposes access to https://www.mapbox.com/mapbox-gl-js/style-spec/#sources-geojson-lineMetrics
* Add enabled property to MGLShape (#12352)Jordan Kiley2018-08-201-0/+1
| | | | | | | | | | | | | | * [ios, macos] Add -[MGLMapViewDelegate mapView:canSelectAnnotation:] method. * [ios, macos] Update changelogs. * [ios, macos] Add mapView:canSelect: integration tests. * [ios, macos] Change semantics to shape annotations. * [ios, macos] Update changelogs. * [ios, macos] Update shapeAnnotationIsEnabled documentation, improve code readability.