summaryrefslogtreecommitdiff
path: root/platform/ios/src
Commit message (Expand)AuthorAgeFilesLines
...
* | [ios, macos] Deprecate -[MGLMapViewDelegate mapView:alphaForShapeAnnotation:]...Jason Wray2016-10-142-11/+21
* | [ios, macos] possibility to set custom images to style (#6637)Roman Blum2016-10-123-202/+221
* | [ios, macos] Add -mapView:didFinishLoadingStyle: delegate methodJason Wray2016-10-112-0/+25
* | [ios, macos] Renamed files to match renamed classesMinh Nguyễn2016-10-061-1/+2
* | [macos,ios] initialize util::RunLoop in SDK rather than by defaultKonstantin Käfer2016-10-061-0/+8
* | [ios] Observer that app did become active instead of will foreground (#6600)Jesse Bounds2016-10-051-1/+1
* | [ios, macos] fixes #6160: allow updating multipoint coordinates (#6565)Justin R. Miller2016-10-041-0/+29
* | [ios] Remove double counting of content inset top and bottom (#6566)Jesse Bounds2016-10-031-2/+2
* | [core] move OpenGL extension loading to their own headersKonstantin Käfer2016-09-291-1/+1
* | [ios] Always show annotation view even when view reuse is not usedJesse Bounds2016-09-271-1/+5
* | [ios, macos] Add tile template option to raster and vector sourcesJesse Bounds2016-09-221-0/+1
* | [ios] Use content inset to calculate edge padding (#6313)Jesse Bounds2016-09-131-4/+6
* | [ios, macos] Use NSDictionary for geojson source options.Jesse Bounds2016-09-021-1/+0
* | [ios, macos] fixes #5962 added geojson options to support clusteringFredrik Karlsson2016-09-021-0/+1
* | [ios] Allow implicit animation of annotation viewsJason Wray2016-08-312-20/+0
* | [iOS] Using contentInset for setCenterCoordinate: and flyToCamera methods eve...Romain Quidet2016-08-301-2/+2
* | [ios, macos] fix imports (#6209)Fredrik Karlsson2016-08-302-1/+3
* | [ios] Avoid updating sprite backed annotations in view update method (#6199)Jesse Bounds2016-08-291-25/+5
* | [ios] Improve user location annotation documentationJason Wray2016-08-261-0/+5
* | [ios] Ignore non-conforming user location annotation viewsJason Wray2016-08-261-3/+7
* | [ios] preserve annotation transforms during perspective scalingJustin R. Miller2016-08-261-18/+16
* | [ios] Clean-up user location annotation heading calculationsJason Wray2016-08-241-7/+11
* | [ios] Stop exaggerating heading accuracy indicator sizeJason Wray2016-08-241-4/+4
* | Document -mapViewDidFailLoadingMap:withError: (#6145)Minh Nguyễn2016-08-241-1/+11
* | [ios, macos] Expose name and default position of current style (#6127)Minh Nguyễn2016-08-242-9/+15
* | [ios, macos] Move debug mask options to shared header (#6094)Jason Wray2016-08-231-19/+0
* | [ios] Disable implicit animation of user annotation pitch changes (#6122)Jason Wray2016-08-231-0/+6
* | [ios, macos] Make Xcode 7.3 the minimum required versionJason Wray2016-08-187-14/+6
* | [ios, macos] reuse utility functionFredrik Karlsson2016-08-183-32/+5
* | [ios, macos] fixes #5974 Move style classes API to MGLStyleFredrik Karlsson2016-08-183-32/+12
* | [ios, macos] Renamed Objective-C++ headers to .hMinh Nguyễn2016-08-166-15/+14
* | [ios] Improve user location annotation performance (#6019)Jason Wray2016-08-161-1/+11
* | [ios] Refactored user location annotation into a customizable class (#5882)Jason Wray2016-08-167-544/+636
* | [ios, macos] Accept absolute file paths as style URLs (#6026)Minh Nguyễn2016-08-161-6/+2
* | [core, android, ios, macos] Replaced getPointAnnotationsInBounds() w/ queryPo...Minh Nguyễn2016-08-121-2/+4
* | Runtime styling API for iOS/macOS (#5727)Fredrik Karlsson2016-08-119-15/+107
* | [ios] Account for center offset when tapping annotation views (#5931)Jesse Bounds2016-08-112-0/+27
* | [ios] Guard against nil data task (#5932)Jesse Bounds2016-08-111-1/+3
* | Merge branch 'release-ios-v3.3.0'Jason Wray2016-08-083-7/+18
|\ \ | |/
| * [ios] Hit test the user location annotation dot specificallyJason Wray2016-08-063-7/+18
* | Merge branch 'release-ios-v3.3.0'Jason Wray2016-08-032-5/+14
|\ \ | |/
| * [ios] Omit accuracy halo from annotation hit testing (#5816)Minh Nguyễn2016-07-281-2/+2
| * [ios] Limit annotation view pan gesture check to own recognizer (#5813)Jason Wray2016-07-271-1/+1
| * [ios] Fixed crash drawing compass on iOS 8.1 (#5791)Minh Nguyễn2016-07-261-2/+11
* | [ios] Do not allow multipoint annotations to be assigned viewsJason Wray2016-07-221-1/+7
* | [ios] Reformat inline documentation with ticks, smart quotes, breaks (#5752)Jason Wray2016-07-227-55/+94
* | [ios,macos,node] Updated changelog about debug options no-ops in release modeBruno de Oliveira Abinader2016-07-201-0/+1
* | Merge branch 'release-ios-v3.3.0'Minh Nguyễn2016-07-191-50/+23
|\ \ | |/
| * [ios] fixes #3697 compass, logo and attribution now respects insets (#5671)Fredrik Karlsson2016-07-181-49/+22
| * [ios] Pass `animated` property when deselecting annotation views (#5677)Jason Wray2016-07-141-1/+1