summaryrefslogtreecommitdiff
path: root/ios
Commit message (Expand)AuthorAgeFilesLines
* correctly update the map dimensions on rotateKonstantin Käfer2014-04-101-0/+16
* fix linejoin drawing on retinaKonstantin Käfer2014-04-101-5/+5
* use global setup scriptKonstantin Käfer2014-04-091-18/+0
* bring back the iOS net activity spinnerJustin R. Miller2014-03-271-1/+13
* formattingJustin R. Miller2014-03-271-5/+5
* clean up cryptic iOS gestures & add command palette for commandsJustin R. Miller2014-03-275-59/+82
* fixes #70: raster tile rendering as toggleable mode from vectorJustin R. Miller2014-03-181-0/+14
* use depth buffer to avoid writing to opaque fragmentsKonstantin Käfer2014-03-041-0/+1
* build fix for iosKonstantin Käfer2014-03-031-10/+13
* clean up response castsJustin R. Miller2014-02-251-1/+1
* allow for cancellable request, track in tiles, and cancel when obsoleteJustin R. Miller2014-02-251-45/+16
* Merge branch 'master' into tile-cancelsJustin R. Miller2014-02-211-2/+16
|\
| * remove void* parameter from platform::restart()Konstantin Käfer2014-02-211-1/+1
| * Merge pull request #68 from mapbox/poi-renderKonstantin Käfer2014-02-211-1/+15
| |\
| | * minor formattingJustin R. Miller2014-02-191-1/+5
| | * enable texture interpolation during rotating and scalingKonstantin Käfer2014-02-191-0/+10
| | * refs #60: first cut of POI renderingJustin R. Miller2014-02-141-1/+1
* | | only post activity notification once after cancelsJustin R. Miller2014-02-201-5/+1
* | | only post needs render notification on successful tilesJustin R. Miller2014-02-191-2/+2
* | | make use of new tile-specific fetches to allow cancellationJustin R. Miller2014-02-191-7/+54
* | | moves from NSURLConnection to NSURLSession on iOSJustin R. Miller2014-02-192-17/+12
|/ /
* | properly deregister render observersJustin R. Miller2014-02-191-0/+2
* | properly make use of platform::restart on iOSJustin R. Miller2014-02-191-0/+1
* | iOS stylistic changesJustin R. Miller2014-02-191-6/+5
* | fixes #72: clean up & make callbacks clearerJustin R. Miller2014-02-191-4/+5
|/
* clean up settings mechanism (fixes #9 & #62)Justin R. Miller2014-02-133-46/+38
* refs #43: rename render methods for clarityJustin R. Miller2014-02-131-15/+15
* remove unused functions and run http_request in other operation queueKonstantin Käfer2014-02-131-48/+10
* fixes #56: iOS network activity indicatorJustin R. Miller2014-02-101-4/+22
* properly handle notificationsJustin R. Miller2014-02-101-1/+6
* fixes #50: get rid of GLKViewControllerJustin R. Miller2014-02-072-7/+17
* added iOS quick zoom gestureJustin R. Miller2014-02-071-0/+31
* code sign on iOS depending on configurationJustin R. Miller2014-02-071-1/+12
* fix iPad/iPhone animation timesJustin R. Miller2014-02-071-1/+1
* fixes #35: decelerated pinch zoomingJustin R. Miller2014-02-071-0/+14
* all iOS gestures cancel previous animationsJustin R. Miller2014-02-071-0/+16
* fix some indentationJustin R. Miller2014-02-071-16/+16
* refs #43: only render on iOS when we need toJustin R. Miller2014-02-071-13/+51
* removing useless line with our use of GLKViewControllerJustin R. Miller2014-02-071-1/+0
* only output FPS on iOS when in debug modeJustin R. Miller2014-02-061-1/+8
* refs #34: don't decelerate pan for low velocityJustin R. Miller2014-02-061-0/+3
* fixes #34: decelerated panningJustin R. Miller2014-02-061-0/+9
* fixes #46: properly dampen pinch gestures near initial zoom w/o flappingJustin R. Miller2014-02-061-9/+15
* refs #45: fix bug w/o breaking intended resultJustin R. Miller2014-02-061-1/+1
* fixes #45: only simultaneously allow pan, pinch, and rotateJustin R. Miller2014-02-061-1/+3
* re-org gestures for conceptual groupingJustin R. Miller2014-02-061-38/+38
* fixes #42: allow for simultaneous pan, pinch, and rotateJustin R. Miller2014-02-051-1/+9
* speed up pinch gestures per @gundersenJustin R. Miller2014-02-051-1/+1
* simplify gesture pointsJustin R. Miller2014-02-051-10/+2
* scale iOS pinches at gesture centerJustin R. Miller2014-02-051-1/+3