summaryrefslogtreecommitdiff
path: root/platform/ios
Commit message (Expand)AuthorAgeFilesLines
* [ios] Point podspec to API reference (#5267)Minh Nguyễn2016-06-072-2/+2
* [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] Removed unused annotation image codeMinh Nguyễn2016-06-061-76/+0
* [ios, osx] Ignore multipointsMinh Nguyễn2016-06-063-15/+20
* [ios] Split out MGLMapViewDelegate into separate headerMinh Nguyễn2016-06-064-277/+291
* [ios] Update podspecs for 3.3.0-beta.1ios-v3.3.0-beta.1Jesse Bounds2016-06-032-2/+2
* [ios] Updated changelogMinh Nguyễn2016-06-031-5/+4
* [ios] Made annotation views accessibleMinh Nguyễn2016-06-034-19/+85
* [ios] Corrected annotation view accessibility frameMinh Nguyễn2016-06-031-2/+19
* [docs] Remove references to manual submodule initializationJohn Firebaugh2016-06-031-7/+0
* [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-017-7/+114
* [ios] Default to Debug BUILDTYPE, but explicitly set Release for deploysJason Wray2016-06-013-1/+3
* [ios] Fix static framework conglomerationJason Wray2016-06-011-6/+8
* [build] Added unique_resource as dependencyBruno de Oliveira Abinader2016-06-011-0/+1
* [core] Replace clipper and libtess with earcut.hppJohn Firebaugh2016-05-311-0/+1
* [ios] Make turnstile send guard based off of calendar day (#5180)Jesse Bounds2016-05-311-4/+18
* [ios] Added MGLAnnotationView to jazzy TOC (#5185)Minh Nguyễn2016-05-311-0/+1
* [ios, osx] Ignore compound shape types as annotationsMinh Nguyễn2016-05-272-14/+14
* [ios, osx] Holes in polygonsMinh Nguyễn2016-05-273-2/+24
* [ios, osx] MGLFeature testsMinh Nguyễn2016-05-271-0/+6
* [ios, osx] Feature querying; complex geometry classesMinh Nguyễn2016-05-277-67/+363
* [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] Update changelog for annotation view distance scaling.Jesse Bounds2016-05-271-0/+1
* [ios] Update changelog for raster memory leak fix in #5141Jason Wray2016-05-271-0/+1
* [ios] Add annotation view scaling (#5085)Jesse Bounds2016-05-265-77/+121
* overide canBecomeFirstResponder to return YES to be able to use UIMenuControl...Tore Halset2016-05-261-0/+4
* [ios] KIF tests require submodulesMinh Nguyễn2016-05-251-2/+9
* [ios] Fix points/shapes typo that caused crash (#5142)Jason Wray2016-05-251-1/+1
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-251-4/+1
* [ios] Set backup exclusion flag after initializing DefaultFileSource (#5124)Jason Wray2016-05-241-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-234-9/+28
* [ios, osx] Fixed crash adding mixture of points and shapesMinh Nguyễn2016-05-221-2/+6
* 3.3.0-alpha.3ios-v3.3.0-alpha.3ios-3.3.0-alpha.33.3.0-alpha.3Jesse Bounds2016-05-202-2/+2
* Updated changelog for #5067Jesse Bounds2016-05-201-0/+1
* [ios] Allow annotation views to be flattened (#5067)frederoni2016-05-186-3/+56
* [ios] Added centerOffset to MGLAnnotationView (#5062)frederoni2016-05-184-0/+23
* [ios] Make MGLCoordinateInCoordinateBounds() public (#5053)Jason Wray2016-05-171-0/+1
* [ios] Updated changelog for #4801Minh Nguyễn2016-05-151-0/+1
* [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-1314-33/+553