summaryrefslogtreecommitdiff
path: root/platform/ios/src
Commit message (Expand)AuthorAgeFilesLines
* Reverted check for _mbglMap.Julian Rex2018-11-201-3/+6
* Updated comments for clarity. Moved MGLUnderlyingMapUnavailableException into...Julian Rex2018-11-203-13/+15
* Replaced saved properties with explicit properties (rather than a dictionary)Julian Rex2018-11-201-30/+15
* Added missing return statement. Addressed layout issues.Julian Rex2018-11-201-32/+65
* [ios] Added teardown of core objects when receiving UIApplicationWillTerminat...Julian Rex2018-11-203-88/+231
* [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-143-28/+151
* [ios][documentation] link API documentation to ios-sdk/examplesJosh Erb2018-11-137-12/+185
* [build] Update to geometry v1.0.0Bruno de Oliveira Abinader2018-11-132-4/+4
* [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-262-3/+7
* [ios][documentation] add two links for delegatesJosh Erb2018-10-242-0/+8
* [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] Add support for Simulator in UIDevice.mgl_isLegacyDeviceJason Wray2018-10-091-2/+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-023-8/+42
* [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-042-8/+29
* Add enabled property to MGLShape (#12352)Jordan Kiley2018-08-202-1/+17
* [darwin] arbitrary offline region geometriesIvo van Dongen2018-08-201-0/+1
* [ios] Add experimental frame rate measurements to MGLMapViewJason Wray2018-08-162-0/+64
* [ios] Standardize exception definitionsJason Wray2018-08-092-6/+15
* [ios] Add MGLMapViewDecelerationRate typed enumJason Wray2018-08-092-6/+9
* [ios] Fix location manager null reset.Fabian Guerra2018-08-012-15/+15
* [ios] Add preferred FPS setting; vary maximum FPS by device capabilityJason Wray2018-07-314-3/+140
* [darwin] Use FOUNDATION_EXTERN instead of plain externJason Wray2018-07-242-4/+4
* [ios] Mapbox's Location Manager new API. (#12013)Fabian Guerra Soto2018-07-203-15/+57
* [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-022-3/+59
* [ios] Add custom events library start-up delay (#12088)Randall Lee2018-06-081-13/+25
* [ios] Use 'Recognized' state for tap gesture handlersJason Wray2018-06-011-58/+48
* [ios] Updated MGLScaleBar to use rendered UIImages instead of MGLScaleBarLabe...Julian Rex2018-05-241-60/+131
* [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-212-15/+25
* Merge branch 'release-boba' into masterupstream/fabian-merge-release-4.0.1-masterFabian Guerra2018-05-175-20/+56
|\
| * [ios] Fix MGLAnnotationView.rotatesToMatchCamera clobbering other transformsJason Wray2018-05-081-8/+18
| * [ios, macos] Add to-rgba expression operator. (#11725)Fabian Guerra Soto2018-05-071-1/+1
| * [ios, macos] Make NSPredicate+MGLAdditions public. (#11810)android-v6.1.0Fabian Guerra Soto2018-05-042-1/+2
| * [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] Mark -metersPerPixelAtLatitude: as unavailableupstream/fb-metersPerPixelAtLatitude-unavailableJason Wray2018-04-231-1/+1
* | [ios, macos] Update minimum deployment versions to iOS 9, macOS 10.11 (#11776)Jason Wray2018-04-279-99/+82
|/
* [ios] Mark -presentCalloutFromRect:inView:constrainedToView:animated: unavail...Julian Rex2018-04-191-1/+1
* [ios] Mark unused parameter of -[MGLMapView reloadStyle:] as nullableJason Wray2018-04-171-1/+1