summaryrefslogtreecommitdiff
path: root/platform/ios
Commit message (Collapse)AuthorAgeFilesLines
* [ios] Remove IBDesignable agent code.upstream/fabian-deactivate-inspectables-13424Fabian Guerra2019-01-252-10/+5
|
* [ios] Deactivate MGLMapView IBDesignable.Fabian Guerra2019-01-251-1/+1
| | | | | | Removed the MGLMapView's IBDesignable attribute. The map's view render attributes uses GL, making changes through the inspectables were not reflected in the storyboard and were causing IB crashes.
* [ios] Podspec bump to v4.8.0-beta.1 (#13785)Fabian Guerra Soto2019-01-234-6/+17
| | | | 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-237-0/+234
| | | | Added Czech translations.
* [ios] Fix links in documentationNadia Barbosa2019-01-235-8/+8
| | | | | | [ios] Update to docs.mapbox.com Update links
* [ios] Fix wrong coordinates bounds when setting direction. (#13761)Fabian Guerra Soto2019-01-222-5/+4
| | | | Fixes an issue calculating the view port when setting visible coordinates with a direction.
* [ios, macos] MGLMapView logging improvements. (#13776)Fabian Guerra Soto2019-01-221-0/+5
| | | | | Added NSEdgeInsets to NSString function to improve the debugging on macOS. Added debug logs to MGLMapView.
* [ios] Partially offscreen annotations (without callouts) are no longer moved ↵Julian Rex2019-01-227-34/+516
| | | | on-screen (#13727)
* [core,ios,android] Update feedback URL in code and tests (#13710)Antonio Zugaldia2019-01-171-1/+1
| | | | | | * [core,ios] rename all occurrence of www.mapbox.com/map-feedback to apps.mapbox.com/feedback * [ios,android] rename all occurrence of www.mapbox.com/feedback to apps.mapbox.com/feedback
* [ios] Podspec bump to 4.8.0-alpha.2. (#13747)ios-v4.8.0-alpha.2Fabian Guerra Soto2019-01-163-3/+3
|
* [iOS] Update Telemetry submodule to v0.8.1 (#13746)Randall Lee2019-01-161-0/+0
| | | Includes some minor internal bug fixes -- shouldn't require changelog.
* [ios] Display map on connected displaysupstream/az-perf-eventMinh Nguyễn2019-01-141-0/+36
| | | | Whenever an external display is connected, show a map synchronized with the main map on the main display.
* [ios] Prevent map view on external display from sleeping in backgroundMinh Nguyễn2019-01-142-2/+12
| | | | 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-145-12/+24
| | | | following feature extension API (#13382)
* [ios] - update links to new API doc format (#13694)Heather Stenson2019-01-101-1/+1
|
* [build] add missing filesKonstantin Käfer2019-01-101-0/+1
|
* [ios] Migrated tests, playground to Swift 4.2Minh Nguyễn2019-01-091-4/+4
|
* [ios] Podspec bump to v4.8.0 alpha.1 (#13696)ios-v4.8.0-alpha.1Fabian Guerra Soto2019-01-094-4/+4
| | | | | | * [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-093-20/+39
| | | | selectAnnotation:animated:] was ignored. (#13689)
* [build] generate header maps instead of -files.txtKonstantin Käfer2019-01-096-406/+369
|
* [ios, macos] Renames MGLStyle.enablePlacementTransitions (#13685)Fabian Guerra Soto2019-01-081-1/+1
| | | | | | * [ios, macos] Rename enablePlacementTransitions to performsPlacementTransitions. * [ios, macos] Update changelogs.
* [iOS] Upgrade Events submodule to v0.8.0 (#13676)Randall Lee2019-01-071-0/+0
|
* [ios, macos] Added missing mapViewDidBecomeIdle for iOS. Fixed typo. (#13666)Julian Rex2019-01-041-0/+14
|
* [all] - update licenses to 2019tobrun2019-01-043-3/+3
|
* [ios, macos] Add "includesIdeographicGlyphs" option to MGLOfflineRegion.Chris Loer2018-12-211-0/+2
|
* [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-184-5/+11
|
* [core,ios,macos] Updates default styles to streets v11, etc. (#13585)Julian Rex2018-12-183-0/+47
|
* [ios] Update release notes template for correct Cocoapods/Carthage links ↵Julian Rex2018-12-171-1/+1
| | | | (#13567)
* [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.
* [build] rework platform/default directory and add -files.txt for vendored libsKonstantin Käfer2018-12-144-362/+500
|
* [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-132-0/+38
| | | | | | | | | 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
|
* Update podspecs for v4.7.0-beta.2 (#13562)Julian Rex2018-12-123-3/+3
|
* [docs] EnterIdle -> BecomeIdleChris Loer2018-12-112-1/+3
|
* [core, darwin, android] Add onDidEnterIdle to MapObserver.Chris Loer2018-12-111-0/+13
| | | | didEnterIdle fires whenever render completes and no repaint is scheduled.
* [ios] Announce POI categories where availableMinh Nguyễn2018-12-081-2/+5
|
* [ios] Added CJK string transformsMinh Nguyễn2018-12-081-0/+6
|
* [ios, macos] Update for streets-v8 data and coalesced name fields in v11 stylesJason Wray2018-12-072-5/+5
|
* [ios] Bump podspec to 4.7.0-beta.1.Fabian Guerra2018-12-053-3/+3
|
* [ios, macos] Copyedited changelogsMinh Nguyễn2018-12-051-13/+11
|
* [ios, build] Move symbol strip settings to Xcode projectJason Wray2018-12-052-10/+4
|
* [ios, build] Add RelWithDebInfo build configurationJason Wray2018-12-051-17/+285
|
* [ios, build] Replace -symbols with -stripped build flavorJason Wray2018-12-057-12/+27
|
* [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.
* [ios] Update French translation - telemetry (#13360)Maxime Le Moine2018-12-011-8/+2
| | | | | | | | * Update French translation - telemetry "Make better" is better translated by "Améliorer". "Rend meilleure les cartes Mapbox" is also grammatically incorrect. * Update from Transifex
* [android,ios,macos] Update changelogsBruno de Oliveira Abinader2018-11-291-0/+3
|