summaryrefslogtreecommitdiff
path: root/platform/ios/app
Commit message (Expand)AuthorAgeFilesLines
* [ios] Fixed deprecation warningsMinh Nguyễn2016-11-021-2/+2
* [ios] Fix bad merge in iosappJesse Bounds2016-11-021-3/+0
* Optimize annotation view updates (#5987)Jesse Bounds2016-11-012-25/+75
* [ios] Do iosapp token handling in viewDidLoadJason Wray2016-10-281-5/+0
* [ios] Add country label language toggle demoJason Wray2016-10-281-1/+74
* [ios, macos] Introduce visible annotations API (#6061)Jesse Bounds2016-10-261-0/+19
* [ios, macos] Make source ownership consistent and GeoJSON content properties ...Jesse Bounds2016-10-262-0/+149
* Add MGLPointCollection for GeoJSON multipoints (#6742)Jesse Bounds2016-10-201-0/+22
* [ios, macos] Make feature attributes and identifier writable (#6728)Jesse Bounds2016-10-191-0/+58
* [ios, macos] Expand changes to entire APIMinh Nguyễn2016-10-171-34/+38
* [ios, macos] Deprecate -[MGLMapViewDelegate mapView:alphaForShapeAnnotation:]...Jason Wray2016-10-141-6/+2
* [ios, macos] Teach features and shapes about GeoJSON and mbgl typesJesse Bounds2016-10-141-11/+24
* [ios, macos] Add feature initializerituaijagbone2016-10-141-0/+26
* [ios, macos] Revamped MGLStyleLayer, MGLSource inheritanceMinh Nguyễn2016-10-061-4/+4
* [ios, android] add visual tests for fill, line, & numeric filter styling (#6433)Justin R. Miller2016-09-234-8/+28540
* [ios] revamp settings/debug UI in test app (#6421)Justin R. Miller2016-09-211-253/+438
* [ios, macos] Put MGLStyleLayer inits in respective classesJesse Bounds2016-09-081-2/+2
* [ios] Remove iosapp test stubJesse Bounds2016-09-021-23/+0
* [ios] Added support for filters (NSPredicate)Fredrik Karlsson2016-09-021-0/+23
* [ios] Improve user location annotation documentationJason Wray2016-08-261-7/+9
* [ios, macos] Use local GeoJSON for runtime styling demoMinh Nguyễn2016-08-171-2/+3
* [ios] Refactored user location annotation into a customizable class (#5882)Jason Wray2016-08-163-1/+193
* fixes #5957: automatically call update() for iOS runtime style APIJustin R. Miller2016-08-161-2/+0
* Runtime styling API for iOS/macOS (#5727)Fredrik Karlsson2016-08-111-0/+96
* codify implicit assumption about marker-providing delegate method precedenceJustin R. Miller2016-07-251-0/+2
* use class instead of magic string comparisonJustin R. Miller2016-07-251-7/+10
* refs 654f015: bring back sprite-backed annotation option for comparisonJustin R. Miller2016-07-251-11/+95
* [ios] Refactor iosapp demo test shapes functionJason Wray2016-07-221-80/+87
* Merge branch 'release-ios-v3.3.0'Minh Nguyễn2016-07-192-3/+1
|\
| * [ios] Reenabled long tap to drop pinsMinh Nguyễn2016-07-152-3/+1
* | Merge branch 'release-ios-v3.3.0' into masterJesse Bounds2016-07-073-34/+20
|\ \ | |/
| * [ios] fixes #5544 support canceling a drag operation and not by default (#5561)Fredrik Karlsson2016-07-051-6/+0
| * [ios] Simplified MBXAnnotationViewMinh Nguyễn2016-07-023-25/+8
| * [ios] Made annotation view position animatableMinh Nguyễn2016-07-021-0/+13
| * [ios] Removed MGLAnnotationView.flatMinh Nguyễn2016-07-021-4/+0
* | [core] code style cleanupsKonstantin Käfer2016-07-011-1/+1
|/
* [ios] fixes #5036 draggable annotation views (#5373)Fredrik Karlsson2016-06-242-0/+42
* [ios, macos] Renamed overdraw to overdraw visualization (#5416)Minh Nguyễn2016-06-231-4/+4
* [ios] fixes #5127, #5128, #5130 added enabled and selected property to MGLAnn...Fredrik Karlsson2016-06-141-0/+8
* [ios] Removed unused annotation image codeMinh Nguyễn2016-06-061-76/+0
* [ios, osx] Ignore multipointsMinh Nguyễn2016-06-061-1/+1
* [ios] Add annotation container view (#5194)Jesse Bounds2016-06-012-4/+18
* [ios, osx] Holes in polygonsMinh Nguyễn2016-05-271-0/+16
* [ios, osx] Feature querying; complex geometry classesMinh Nguyễn2016-05-271-5/+14
* [ios] Add annotation view scaling (#5085)Jesse Bounds2016-05-261-0/+1
* [ios] Only show telemetry debug log options when logging is enabledJason Wray2016-05-231-4/+11
* [ios] Remove custom style layer exampleJason Wray2016-05-231-79/+1
* [ios, osx] Added wireframe debugging maskMinh Nguyễn2016-05-231-9/+16
* [ios] Allow annotation views to be flattened (#5067)frederoni2016-05-181-0/+1
* [ios] Introduce MGLAnnotationView and support for view annotationsJesse Bounds2016-05-133-1/+54