summaryrefslogtreecommitdiff
path: root/platform/ios/src
Commit message (Expand)AuthorAgeFilesLines
* Fix crash in userLocationVerticalAlignment, analyzer warning (#5278)Minh Nguyễn2016-06-071-5/+9
* [ios] Bring annotation view to front when selectedMinh Nguyễn2016-06-071-2/+5
* [ios] Avoid adding icon when relocating annotationMinh Nguyễn2016-06-061-2/+10
* [ios, osx] Ignore multipointsMinh Nguyễn2016-06-062-14/+19
* [ios] Split out MGLMapViewDelegate into separate headerMinh Nguyễn2016-06-063-277/+285
* [ios] Made annotation views accessibleMinh Nguyễn2016-06-034-19/+85
* [ios] Corrected annotation view accessibility frameMinh Nguyễn2016-06-031-2/+19
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-021-6/+6
* [core] Generalize Map::{add,remove}CustomLayerJohn Firebaugh2016-06-021-4/+5
* [all] Rationalize annotation APIJohn Firebaugh2016-06-011-56/+19
* [core] Use geometry.hpp types for shape annotationsJohn Firebaugh2016-06-011-5/+5
* [ios] Add annotation container view (#5194)Jesse Bounds2016-06-014-2/+85
* [ios] Make turnstile send guard based off of calendar day (#5180)Jesse Bounds2016-05-311-4/+18
* [ios, osx] Ignore compound shape types as annotationsMinh Nguyễn2016-05-272-14/+14
* [ios, osx] Holes in polygonsMinh Nguyễn2016-05-271-1/+6
* [ios, osx] Feature querying; complex geometry classesMinh Nguyễn2016-05-273-1/+198
* [ios] Update telem domain and certs (#5181)Jesse Bounds2016-05-271-1/+1
* [ios] Force update from display link when display link is created. (#5164)Jesse Bounds2016-05-271-0/+1
* [ios] Add annotation view scaling (#5085)Jesse Bounds2016-05-263-71/+114
* overide canBecomeFirstResponder to return YES to be able to use UIMenuControl...Tore Halset2016-05-261-0/+4
* [ios] Fix points/shapes typo that caused crash (#5142)Jason Wray2016-05-251-1/+1
* [ios, osx] Added wireframe debugging maskMinh Nguyễn2016-05-232-0/+11
* [ios, osx] Fixed crash adding mixture of points and shapesMinh Nguyễn2016-05-221-2/+6
* [ios] Allow annotation views to be flattened (#5067)frederoni2016-05-184-3/+31
* [ios] Added centerOffset to MGLAnnotationView (#5062)frederoni2016-05-182-0/+21
* [ios] Improve telemetry server URL validation (#5022)Jason Wray2016-05-131-8/+10
* [ios] Add method documentation for view based annotations.Jesse Bounds2016-05-132-0/+41
* [ios] Refactor of annotation view updatesJesse Bounds2016-05-131-32/+13
* [ios] Introduce MGLAnnotationView and support for view annotationsJesse Bounds2016-05-136-30/+321
* [core] Added Viewport modeBruno de Oliveira Abinader2016-05-111-1/+1
* [ios] fix potential for very slow animations of user location dot (#4997)Brent W2016-05-101-1/+1
* [ios, osx] Find nearby annotation when not persisting queryMinh Nguyễn2016-05-091-2/+2
* [ios, osx] Renamed version constant, linked to more infoMinh Nguyễn2016-05-061-1/+1
* [core, ios, osx] Version default style URL APIs; deprecated EmeraldMinh Nguyễn2016-05-061-1/+1
* [ios, osx] Avoid recomputing tile cache size on every redrawMinh Nguyễn2016-05-061-12/+28
* [core] Privatize math.hpp and vec.hppJohn Firebaugh2016-05-051-1/+1
* [core] Privatize various util headers (#4945)John Firebaugh2016-05-041-1/+0
* [ios] Corrected map accessibility valueMinh Nguyễn2016-05-041-1/+1
* [ios] Fix analyzer's nullability complaintsJason Wray2016-04-291-6/+17
* [ios] Announce zoom level, visible annotations after zoomingMinh Nguyễn2016-04-261-2/+15
* [ios] Only post layout change notifications when focusedMinh Nguyễn2016-04-262-4/+22
* [ios] Fixed ℹ️, user dot accessibilityMinh Nguyễn2016-04-261-6/+19
* [ios] Hide compass from VoiceOver when pointing northMinh Nguyễn2016-04-261-6/+7
* [ios] Update frame size when changing dot/puck modeJason Wray2016-04-251-0/+20
* [ios] Added accessibility labels, hints, gesturesMinh Nguyễn2016-04-252-25/+77
* [ios] Made annotation callouts accessibleMinh Nguyễn2016-04-253-27/+119
* [ios] Restored user dot accessibilityMinh Nguyễn2016-04-251-5/+15
* [ios] Made annotations accessibleMinh Nguyễn2016-04-251-0/+112
* [ios] Made compass and user dot accessibleMinh Nguyễn2016-04-252-22/+59
* [ios] VoiceOver support for MGLMapViewMinh Nguyễn2016-04-251-0/+39