summaryrefslogtreecommitdiff
path: root/platform/ios/src/MGLMapView.mm
Commit message (Expand)AuthorAgeFilesLines
* [ios] Improvement of the tilt gestureFelix Wehnert2019-02-091-4/+5
* [ios] Reverts "Enable customize positions of mapview ornaments (#13556)" (#13...Julian Rex2019-02-051-137/+210
* [ios] Fix the user location not getting displayed when setting tracking mode ...Fabian Guerra Soto2019-02-011-6/+0
* [ios] Enable customize positions of mapview ornaments (#13556)Lloyd Sheng2019-01-301-210/+137
* [ios] Fix links in documentationNadia Barbosa2019-01-231-1/+1
* [ios] Fix wrong coordinates bounds when setting direction. (#13761)Fabian Guerra Soto2019-01-221-5/+3
* [ios, macos] MGLMapView logging improvements. (#13776)Fabian Guerra Soto2019-01-221-0/+5
* [ios] Partially offscreen annotations (without callouts) are no longer moved ...Julian Rex2019-01-221-27/+74
* [ios] Prevent map view on external display from sleeping in backgroundMinh Nguyễn2019-01-141-1/+11
* [ios, macos] Fixes a bug where the animated parameter of -[MGLMapView selectA...Julian Rex2019-01-091-15/+20
* [ios, macos] Added missing mapViewDidBecomeIdle for iOS. Fixed typo. (#13666)Julian Rex2019-01-041-0/+14
* [core] Remove error-prone setlatLng overloadBruno de Oliveira Abinader2018-11-271-1/+1
* [ios] Added teardown of core objects when receiving UIApplicationWillTerminat...Julian Rex2018-11-201-98/+231
* [ios] Remove deprecated -[MGLMapView setDebugActive:] implementationJason Wray2018-11-201-7/+0
* [darwin] Rename variables to avoid shadow declarationsJason Wray2018-11-201-18/+12
* [darwin] Fix typos in pragma diagnostic declarationsJason Wray2018-11-201-1/+1
* [darwin] Fix GCC_WARN_SIGN_COMPARE warningsJason Wray2018-11-201-2/+2
* [ios] Don't pause camera animations when zoom/pitch/rotate/scroll are disabledNadia Barbosa2018-11-191-0/+6
* [ios, macos] Logging. (#13235)Fabian Guerra Soto2018-11-141-28/+134
* [build] Update to geometry v1.0.0Bruno de Oliveira Abinader2018-11-131-3/+3
* [ios, macos] Removed extraneous radian-degree conversionsMinh Nguyễn2018-10-261-6/+6
* Add a custom logging for the Mapbox Maps SDK for iOS.Fabian Guerra2018-10-261-3/+6
* [core] CameraOptions receives and outputs angle and pitch as degrees, not rad...Bruno de Oliveira Abinader2018-10-191-2/+2
* [ios] Fix divide-by-zero when setting FPS on iOS <10Jason Wray2018-10-091-0/+4
* [ios] Ignore deprecation warnings for MGLMapView.userLocationVerticalAlignmentJason Wray2018-10-051-1/+12
* [ios] Add delegate method to specify the user location annotation’s positionNadia Barbosa2018-10-021-6/+12
* [ios, macos] Distinguish between viewing distance and altitudeMinh Nguyễn2018-10-011-3/+3
* [ios] Enable 120fps on capable devicesJason Wray2018-09-261-1/+1
* [ios, macos] Add crossSourceCollissions property. (#12941)Fabian Guerra Soto2018-09-261-1/+2
* [ios] Fix for user location annotation jittering (and view annotations laggin...Julian Rex2018-09-261-16/+25
* [ios, macos] Allow -convertCoordinateBounds to span antimeridianNadia Barbosa2018-09-041-6/+21
* Add enabled property to MGLShape (#12352)Jordan Kiley2018-08-201-1/+5
* [ios] Add experimental frame rate measurements to MGLMapViewJason Wray2018-08-161-0/+32
* [ios] Standardize exception definitionsJason Wray2018-08-091-6/+11
* [ios] Add MGLMapViewDecelerationRate typed enumJason Wray2018-08-091-3/+3
* [ios] Fix location manager null reset.Fabian Guerra2018-08-011-12/+13
* [ios] Add preferred FPS setting; vary maximum FPS by device capabilityJason Wray2018-07-311-3/+52
* [ios] Mapbox's Location Manager new API. (#12013)Fabian Guerra Soto2018-07-201-14/+34
* [iOS] Fix unbalanced change delimiter crash (#12148)Lloyd Sheng2018-07-181-1/+0
* [iOS] Update annotation view touch handling (with offsets) (#12234)Julian Rex2018-07-091-20/+13
* Add pitch argument to cameraThatFits functions (#12213)Bobby Sudekum2018-07-021-3/+28
* [ios] Use 'Recognized' state for tap gesture handlersJason Wray2018-06-011-58/+48
* [ios] Use standard callout positioning for unanimated user location changesJason Wray2018-05-221-24/+8
* [ios,macos] Fix for infinite loop crash when setting shape to nil in MGLMapVi...Julian Rex2018-05-211-14/+20
* Merge branch 'release-boba' into masterupstream/fabian-merge-release-4.0.1-masterFabian Guerra2018-05-171-10/+35
|\
| * [ios, macos] Make NSPredicate+MGLAdditions public. (#11810)android-v6.1.0Fabian Guerra Soto2018-05-041-1/+1
| * [ios] Switched to use center property (instead of frame) when repositioning a...Julian Rex2018-05-031-3/+5
| * [ios, macos] Fix possible retain cycles in blocksJason Wray2018-04-271-3/+11
| * [ios, macos] Fix for camera movement when selecting visible annotations (#11731)Julian Rex2018-04-241-3/+18
* | [ios, macos] Update minimum deployment versions to iOS 9, macOS 10.11 (#11776)Jason Wray2018-04-271-64/+54
|/