summaryrefslogtreecommitdiff
path: root/platform/ios/src
Commit message (Expand)AuthorAgeFilesLines
...
| * [ios] assertion to check if an annotationTag > 0 (#8588)Fabian Guerra Soto2017-04-051-0/+2
| * [ios] Silence incompatible type warning for callout view (#8608)Jesse Bounds2017-04-041-1/+8
| * [ios] Replaced UIActionSheet, UIAlertView with UIAlertControllerJason Wray2017-04-011-72/+88
| * [ios] Modify return type so callout bridges with protocol in SwiftJesse Bounds2017-03-291-1/+1
| * [ios] nil check in visibleAnnotationsInRect to avoid crash (#8513)Fabian Guerra Soto2017-03-281-1/+4
* | [ios] Match gesture recognizer with map view user interaction stateDavid Chiles2017-04-111-11/+40
* | [ios, macos] MGLMapView size check for OpenGL 2.0 ES minimum texture sizeBruno de Oliveira Abinader2017-04-101-2/+5
* | [ios, macos] Fail gracefully on invalid coordinatesMinh Nguyễn2017-04-061-0/+8
* | [ios] Localized map view proxy accessibility hintMinh Nguyễn2017-03-301-1/+1
* | [core] Privatize OpenGL/Context headersKonstantin Käfer2017-03-281-14/+6
* | [core] Move OpenGL extension initialization to BackendKonstantin Käfer2017-03-231-16/+14
* | [core] Ensure that a BackendScope exists when doing GL callsKonstantin Käfer2017-03-231-0/+4
* | Merge branch 'release-ios-v3.5.0-android-v5.0.0'John Firebaugh2017-03-216-73/+185
|\ \ | |/
| * [ios, build] Change version checker URL to ios-sdk site (#8468)Jason Wray2017-03-191-1/+1
| * [ios, macos] Expanded feature querying documentationMinh Nguyễn2017-03-141-28/+48
| * [ios] Enable one-finger quickzoom gesture on iPadJason Wray2017-03-131-8/+5
| * [ios, macos] Corrected polyline equalityMinh Nguyễn2017-03-101-2/+2
| * Raise exception when MGLAnnotationView.annotation property is nil (#8339)Fabian Guerra Soto2017-03-102-3/+10
| * Merge master into release-ios-v3.5.0-android-v5.0.0John Firebaugh2017-03-085-15/+75
| |\
| * | [ios, macos] Added a timing note for two delegate methods (#8259)Jordan Kiley2017-03-071-9/+11
| * | [ios] Add SDK version update checking/notificationJason Wray2017-03-073-0/+61
| * | [ios, macos] Update callout when relocating annotationMinh Nguyễn2017-03-031-11/+2
| * | [ios] Clarify docs for MGLUserTrackingModeNadia Barbosa2017-03-031-3/+22
| * | [ios, macos] Exclude MGLUserTrackingMode from macOSNadia Barbosa2017-03-031-0/+15
| * | [ios] Fixed conversion between Duration and NSTimeInerval (#8276)Fabian Guerra Soto2017-03-031-12/+12
* | | [ios, macos] Fix map load error descriptions (#8466)Minh Nguyễn2017-03-181-5/+8
* | | [ios] Update changes in MapObserver::onDidFailLoadingMapBruno de Oliveira Abinader2017-03-171-18/+38
* | | [ios] Support mbgl::MapObserverBruno de Oliveira Abinader2017-03-151-145/+200
| |/ |/|
* | [ios, macos] Add support for queryRenderedFeatures filterIvo van Dongen2017-03-042-12/+72
* | [core] Add support for queryRenderedFeatures filterAsheem Mamoowala2017-03-041-2/+2
* | [ios] MGLAnnotationView annotation property made writable (#8139)Fabian Guerra Soto2017-03-024-3/+3
|/
* Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.2Minh Nguyễn2017-02-211-22/+55
|\
| * [ios, macos] Short-circuit redundant camera changesMinh Nguyễn2017-02-181-19/+55
| * [ios] persistent user tracking modeFredrik Karlsson2017-02-061-3/+0
* | [ios, macos] Smarten apostrophes after backticksMinh Nguyễn2017-02-211-4/+4
* | [ios] Clean-up conditionals for iOS <8Jason Wray2017-02-212-7/+5
* | [ios,macos,android,qt] use shared threadpoolKonstantin Käfer2017-02-201-8/+3
* | [darwin] move RunLoop initialization to static variableKonstantin Käfer2017-02-201-7/+1
* | [ios] Disable region monitoring when stopping location monitoring (#7833)Jesse Crocker2017-02-161-0/+7
* | [ios] Round tap-zoom gestures to nearest integerJason Wray2017-02-131-8/+11
* | [ios] Do not deselect annotations any longer when map is zoomed/panned or ann...Benedikt Huss2017-02-111-21/+6
* | Delegate method to restrict movement (#5584)Minh Nguyễn2017-02-092-52/+214
* | [ios, macos] 7955 fix MGLMapView leaks MGLReachability objects (and threads) ...danielmatzke2017-02-061-3/+7
* | [ios, macos] added a distance formatterFredrik Karlsson2017-01-271-0/+1
* | [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-2717-383/+383
* | Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.1-masterMinh Nguyễn2017-01-262-3/+22
|\ \ | |/
| * [ios, macos] Make MGLMapView non opaque by default (#7859)fabian-guerra2017-01-251-1/+1
| * fixes #6688: assert remaining map view notification responses are main thread...Justin R. Miller2017-01-251-0/+4
| * [ios, macos] Testify MGLMapView gesture recognizer exampleMinh Nguyễn2017-01-251-0/+1
| * [ios, macos] Wrap camera heading (#7724)Minh Nguyễn2017-01-241-1/+1