summaryrefslogtreecommitdiff
path: root/platform/ios/CHANGELOG.md
Commit message (Collapse)AuthorAgeFilesLines
* [android, iOS, macOS] Adding Galician translation from Transifex (#14095)Langston Smith2019-03-131-0/+1
| | | | | | | | | | | | * [android] adding galician strings * [ios] adding galician strings * [ios, macos] Added Galician localization to Xcode projects * [ios, macos] Converted Galician localization to UTF-8 * [android, ios, macos] Updated changelogs
* [iOS] Enable developers to change position of ornaments (#13911)Lloyd Sheng2019-03-111-0/+4
| | | | | | | * APIs for change position of ornaments * Use anchors APIs and emove iOS8 layout code * Add ornaments layout tests
* [ios, macos] Fix a bug with multiple format expressions. (#14064)Fabian Guerra Soto2019-03-071-0/+1
| | | | Fixed a bug where `format` expressions using the generic `MGL_FUNCTION` binding ignored multiple formatting parameters.
* [ios] Release ios-v4.10.0-alpha.1 (#14056)ios-v4.10.0-alpha.1Jordan Kiley2019-03-061-1/+1
|
* Add option to prefetch low-resolution tiles (#14031)m-stephen2019-03-061-0/+1
| | | * Add option to prefetch low-resolution tiles
* [ios] Update changelog for ios-v4.9.0Jason Wray2019-02-271-2/+5
|
* [ios] Make PingFang as the default local font family for GCJ glyphs(#13988)Lloyd Sheng2019-02-271-0/+1
| | | | | | * Make PingFang as the default local font family * Add a changelog
* [ios, macos] Expose the url session configuration object. (#13886)Fabian Guerra Soto2019-02-181-0/+1
| | | | The `MGLNetworkConfiguration` class was make public, and added `sessionConfiguration` property to let developers customize the `NSURLSessionConfiguration` object that is used to make HTTP requests in the SDK.
* [ios] Check supported interface orientations when rotating device/view ↵Julian Rex2019-02-111-0/+1
| | | | layout (#13900)
* [ios] Improve tilt gesture performance (#13902)Felix Wehnert2019-02-111-0/+1
|
* [ios] Update changelog for 4.9.0ios-v4.9.0-alpha.1Jason Wray2019-02-061-2/+2
|
* [ios] Release ios-v4.9.0-alpha.1Jason Wray2019-02-061-1/+1
|
* [ios] Reverts "Enable customize positions of mapview ornaments (#13556)" ↵Julian Rex2019-02-051-4/+0
| | | | | (#13870) This reverts commit e22d28c285c1543ebbf75d205f0129e74b0fbb8a.
* [ios] Fix the user location not getting displayed when setting tracking mode ↵Fabian Guerra Soto2019-02-011-0/+4
| | | | | | to followWithCourse and followWithHeading (#13849) Removed legacy code that was causing the mapView to ignore setting the user location to tracking modes follingWithCourse and followWithHeading.
* [ios] Enable customize positions of mapview ornaments (#13556)Lloyd Sheng2019-01-301-0/+4
| | | | | | | | | * APIs for customize positions of ornaments * Adopt anchors layout * Remove iOS8 layout code
* [ios] Podspec bump to v4.8.0-beta.1 (#13785)Fabian Guerra Soto2019-01-231-3/+14
| | | | Bumps podspec to 4.8.0-beta.1. and adds categories to the changelog.
* [ios, macos] Add Czech and Hungarian translations. (#13782)Fabian Guerra Soto2019-01-231-0/+1
| | | | Added Czech translations.
* [ios] Fix wrong coordinates bounds when setting direction. (#13761)Fabian Guerra Soto2019-01-221-0/+1
| | | | Fixes an issue calculating the view port when setting visible coordinates with a direction.
* [ios] Partially offscreen annotations (without callouts) are no longer moved ↵Julian Rex2019-01-221-0/+1
| | | | on-screen (#13727)
* [ios] Prevent map view on external display from sleeping in backgroundMinh Nguyễn2019-01-141-1/+1
| | | | When the application enters background mode, only put the map view to sleep if it’s installed on the main screen or hasn’t been added to any window. Otherwise, if it’s targeting an external display, such as via AirPlay or CarPlay, allow the map view to continue rendering.
* [ios, macos] Support getLeaves (and related) clustering methods (#12952) ↵Julian Rex2019-01-141-0/+2
| | | | following feature extension API (#13382)
* [ios] Podspec bump to v4.8.0 alpha.1 (#13696)ios-v4.8.0-alpha.1Fabian Guerra Soto2019-01-091-1/+1
| | | | | | * [ios, macos] Podspec bump to 4.8.0-alpha.1. * [ios] Update changelogs.
* [ios] Updates the change log with 4.7.1 changes. (#13690)Julian Rex2019-01-091-0/+8
|
* [ios, macos] Fixes a bug where the animated parameter of -[MGLMapView ↵Julian Rex2019-01-091-0/+1
| | | | selectAnnotation:animated:] was ignored. (#13689)
* [ios, macos] Renames MGLStyle.enablePlacementTransitions (#13685)Fabian Guerra Soto2019-01-081-1/+1
| | | | | | * [ios, macos] Rename enablePlacementTransitions to performsPlacementTransitions. * [ios, macos] Update changelogs.
* [ios, macos] Cleaned up changelogsMinh Nguyễn2018-12-201-9/+5
|
* [ios, macos] Updated changelog entries that missed being updated prior to 4.7.0Julian Rex2018-12-201-1/+3
|
* Release v.4.7.0 stable prep (#13602)Julian Rex2018-12-181-2/+8
|
* [core,ios,macos] Updates default styles to streets v11, etc. (#13585)Julian Rex2018-12-181-0/+1
|
* [ios, macos] Fix number conversions when expressions cast to large numbers. ↵Fabian Guerra Soto2018-12-141-0/+1
| | | | | | | | (#13580) * [ios, macos] Fix number conversions when expressions cast to large numbers. * [ios, macos] Update changelogs.
* [ios, macos] Add enablePlacementTransitions to MGLStyle. (#13565)Fabian Guerra Soto2018-12-131-0/+1
| | | | | | * [ios, macos] Add enablePlacementTransitions to MGLStyle. * [ios, macos] Update changelogs.
* [ios, darwin] Make MGLFeature.attributes non-nullable and add integration testAlexander Shalamov2018-12-131-0/+1
| | | | | | | | | Enforce non-nullable semantics for MGLFeature.attributes, to avoid construction of invalid mbgl::Feature properties from nil NSDictionary object and align with public SDK property definition. Integration test "testShapeSourceWithLineDistanceMetrics" is added to verify that MGLFeature is correctly converted. Fixes issue #13378
* [core] Updated iOS/macOS change logs. (#13564)Julian Rex2018-12-121-0/+1
|
* [ios, macos] Update for streets-v8 data and coalesced name fields in v11 stylesJason Wray2018-12-071-0/+1
|
* [ios, macos] Copyedited changelogsMinh Nguyễn2018-12-051-13/+11
|
* [ios, build] Replace -symbols with -stripped build flavorJason Wray2018-12-051-0/+1
|
* [ios, macos] Refined source removal errorsMinh Nguyễn2018-12-041-1/+1
| | | | | | Clarified and copyedited the descriptions of errors that are raised when attempting to remove a source from a style. Worded the changelog entry more generically because the same method in Swift throws an error instead of returning. A mismatch would occur if the identifier is used by a different source than the one being removed. An application could cause this error to occur by keeping a reference to an MGLSource after changing the style URL of an MGLMapView. Another way would be to remove a source from the style, add another source to the style with the same identifier, then attempt to re-remove the original source from the style.
* [android,ios,macos] Update changelogsBruno de Oliveira Abinader2018-11-291-0/+3
|
* [ios] Reordered the 4.7.0 change log (#13471)Julian Rex2018-11-281-8/+16
|
* [docs] Changelog entries for local font usage by MapSnapshotterChris Loer2018-11-241-0/+3
|
* [ios] Adds support for MGLCollisionBehaviorPre4_0 in NSUserDefaults (#13426)Julian Rex2018-11-211-0/+2
|
* [core] Fixed {prefix} evaluationMinh Nguyễn2018-11-211-0/+1
| | | | This appears to have been an attempt to use the std::string fill constructor, but it ended up creating a one-character-long string and attempting to overwrite the null terminator.
* [ios] Added teardown of core objects when receiving ↵Julian Rex2018-11-201-0/+1
| | | | UIApplicationWillTerminateNotification (#13367)
* [ios, macos] Added `-(BOOL)[MGLStyle removeSource:error:]` that provides an ↵Julian Rex2018-11-201-0/+1
| | | | | | NSError. (#13399)
* [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
|