summaryrefslogtreecommitdiff
path: root/ios
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1105 from mapbox/1099-gyp-depsMinh Nguyễn2015-03-261-0/+1
|\ | | | | Enable modules in iOS demo app
| * Enabled modules in iOS demo appMinh Nguyễn2015-03-251-0/+1
| | | | | | | | No longer need to explicitly link system frameworks like UIKit.
* | closes #1082, refs #756: user dot on map in iOSJustin R. Miller2015-03-251-65/+12
|/
* Merge pull request #1098 from mapbox/1ec5-pod-telephonyMinh Nguyễn2015-03-251-1/+1
|\ | | | | update podspec frameworks
| * Also QuartzCore for calloutviewMinh Nguyễn2015-03-251-1/+1
| |
| * Added CoreTelephony to Podspec frameworksMinh Nguyễn2015-03-251-1/+1
| | | | | | Ref #1036, #1094
* | #1095 - Adding Settings.bundle to project generationBrad Leege2015-03-251-1/+2
|/
* refs #894, fixes #1074: callout views for iOSJustin R. Miller2015-03-241-1/+10
|
* Merge branch 'master' of github.com:mapbox/mapbox-gl-native into 1033-metricsBrad Leege2015-03-245-1/+136462
|\ | | | | | | | | Conflicts: platform/ios/MGLMapView.mm
| * annotations perf improvements & iOS app testingJustin R. Miller2015-03-235-1/+136462
| | | | | | | | squash of #1061
* | #1033 - Reverting to Metrics Enabled Preference in System.appBrad Leege2015-03-241-2/+2
| |
* | #1033 - Building Mapbox Metrics Disabled UI in Settings.app and ↵Brad Leege2015-03-241-27/+43
| | | | | | | | functionality in Events tracking infrastructure
* | #1033 - Setting up Opt Out UI in Settings.app. Checking for Opt Out status ↵Brad Leege2015-03-241-57/+27
| | | | | | | | at event push time.
* | #1033 - Adding blank Settings.bundle infrastructure and ensuring it's loaded ↵Brad Leege2015-03-242-0/+61
|/ | | | into memory
* fixes #1053: umbrella Cocoa headerJustin R. Miller2015-03-221-1/+1
|
* Cocoa annotations APIJustin R. Miller2015-03-223-10/+4
|
* add emeraldPeter Liu2015-03-201-0/+1
|
* Merge pull request #1030 from mapbox/829-podMinh Nguyễn2015-03-201-8/+8
|\ | | | | CocoaPod podspec for beta 1
| * Prepared podspec for beta 1Minh Nguyễn2015-03-191-8/+8
| | | | | | | | | | | | | | | | This podspec was originally lifted from mapbox/mapbox-ios-sdk, which was structured and built quite differently. We could have the podspec build this repo as is, using scripts/package_ios.sh, but that would require developers to install the same version of Xcode as Travis is using (see #977). So this podspec instead pulls a prebuilt library. Much simpler. Also package a LICENSE with the archive to satisfy a CocoaPods warning. Fixes #829.
* | bump iOS app versionJustin R. Miller2015-03-191-2/+2
|/
* fixes black flicker on rotating the deviceKonstantin Käfer2015-03-121-0/+1
| | | | | | | | | | | | fixes #838 instead of rendering ad libitum on the map thread, we are now driving rendering from the UI thread on iOS via the map.renderSync() function. There are still white bars during the rotation, but the general content of the view is kept visible. - upgrades GLFW to 3.1 - removes swapped/needsSwap in favor of a more explicit scheme - View#invalidate() now replaces View#swap() and is called whenever the View needs to trigger a rerender. GLFW and Android to this right away, while iOS goes back to the main thread and does the Map redrawing as part of the GLKView update - sets all iOS deployment targets to 7.0 - disables SQLite3 version check, since the library version changed on iOS 8.2
* Alias hybrid to satelliteMinh Nguyễn2015-03-081-1/+2
| | | | | | Looks terrible at the moment, but the API is closer to what developers would expect. Fixes #935.
* Add optimized 3x assetsJason Wray2015-03-055-0/+0
|
* ensure correct ordering for bundled stylesJustin R. Miller2015-03-031-13/+18
|
* Bump iOS app styles versions to 7Jason Wray2015-03-021-4/+4
|
* move iOS code from gl-cocoa to this projectJustin R. Miller2015-02-0941-0/+595
|
* proper gl-cocoa pinJustin R. Miller2015-02-061-0/+0
|
* pin gl-cocoa to masterJustin R. Miller2015-02-061-0/+0
|
* rewrite storage layer to be independent of the Map's event loopKonstantin Käfer2015-02-041-0/+0
|
* Merge branch 'master' of github.com:mapbox/mapbox-gl-native into chronoLeith Bade2015-02-041-0/+0
|\ | | | | | | | | Conflicts: ios/mapbox-gl-cocoa
| * Fix OS X buildJohn Firebaugh2015-02-031-0/+0
| |
* | Use std::chronoLeith Bade2015-02-041-0/+0
|/
* Move class state to mapJohn Firebaugh2015-01-141-0/+0
| | | https://github.com/mapbox/mapbox-gl-js/pull/936
* Rename View functions to match conventions. Also tidy up view classes and ↵Leith Bade2014-12-231-0/+0
| | | | remove C style casts. Closes #656
* change file:// to asset:// to indicate that they aren't arbitrary filesKonstantin Käfer2014-12-171-0/+0
| | | | refs #579
* Move setAccessToken to CachingHTTPFileSourceJohn Firebaugh2014-12-041-0/+0
|
* Move setReachability to CachingHTTPFileSourceJohn Firebaugh2014-12-041-0/+0
|
* fix buildKonstantin Käfer2014-12-041-0/+0
|
* make most headers privateKonstantin Käfer2014-12-041-0/+0
|
* Update mapbox-gl-cocoaJohn Firebaugh2014-12-041-0/+0
|
* break out FileSource as an abstract classMike Morris2014-12-031-0/+0
| | | | add CachingHTTPFileSource implementation
* bump CocoaJustin R. Miller2014-11-261-0/+0
|
* Fix OS X buildJohn Firebaugh2014-11-201-0/+0
|
* load VAO extensionKonstantin Käfer2014-11-071-0/+0
|
* bump cocoa bindingsKonstantin Käfer2014-11-071-0/+0
|
* bump cocoa bindingsKonstantin Käfer2014-10-311-0/+0
|
* bump cocoaKonstantin Käfer2014-10-301-0/+0
|
* fix gyp projectKonstantin Käfer2014-10-301-0/+0
|
* use the correct makefile names for building the projectKonstantin Käfer2014-10-301-0/+0
|
* update to standalone mapbox-gl-cocoa branchDane Springmeyer2014-10-291-0/+0
|