summaryrefslogtreecommitdiff
path: root/ios
Commit message (Expand)AuthorAgeFilesLines
* properly handle threading for restartsJustin R. Miller2014-04-231-1/+8
* iOS stylistic stuff & small fixesJustin R. Miller2014-04-221-30/+42
* get rid of old rendering notifications since using GLKit directlyJustin R. Miller2014-04-221-25/+9
* clarity around terminologyJustin R. Miller2014-04-221-3/+3
* remove duplicate importJustin R. Miller2014-04-221-1/+0
* update activity indicator on iosKonstantin Käfer2014-04-151-9/+0
* always start animations with a common start timeKonstantin Käfer2014-04-141-20/+3
* update timestamp for animationKonstantin Käfer2014-04-141-0/+1
* remove debug commentKonstantin Käfer2014-04-141-1/+0
* derive from GLKViewControllerKonstantin Käfer2014-04-142-184/+171
* clean up os x + ios request codeKonstantin Käfer2014-04-142-65/+2
* don't report intentionally cancelled HTTP requests as error on os x + iosKonstantin Käfer2014-04-141-0/+5
* don't explicitly force libc++Konstantin Käfer2014-04-111-3/+0
* make processing more parallelKonstantin Käfer2014-04-111-17/+34
* Merge branch 'master' of github.com:mapbox/llmr-nativeKonstantin Käfer2014-04-112-7/+6
|\
| * fix tool palette during device rotationsJustin R. Miller2014-04-101-1/+1
| * update supported iOS orientationsJustin R. Miller2014-04-102-6/+5
* | be more verbose about source of tile errorsKonstantin Käfer2014-04-101-0/+2
|/
* 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