summaryrefslogtreecommitdiff
path: root/ios
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '1ec5-plist-1535'Minh Nguyễn2015-05-201-17/+15
|\
| * Obsoleted +setMapboxMetricsEnabledSettingShownInApp:Minh Nguyễn2015-05-131-17/+15
| | | | | | | | Made `+[MGLAccountManager setMapboxMetricsEnabledSettingShownInApp:]` unavailable, with a message explaining what to do instead. Removed a commented-out call to that method. Only the environment for an access token if one hasn’t already been set in Info.plist.
| * #1516 - Adding public setter method to MGLAccountManager.h. Fixing example ↵Brad Leege2015-05-121-1/+1
| | | | | | | | signal opt out in MBXAppDelegate.
| * #1516 - Adding explicit checks for developer implementation of user Opt Out ↵Brad Leege2015-05-111-0/+3
| | | | | | | | functionality
* | Merge pull request #1589 from mapbox/1396-info-plist-onlyBrad Leege2015-05-181-0/+2
|\ \ | | | | | | Manage Metrics TEST URL Via Info.plist
| * | #1396 - Refactoring Metrics Test Server URL configuration to be drive via ↵Brad Leege2015-05-181-0/+2
| | | | | | | | | | | | Info.plist
* | | Marked unused parameters with __unusedMinh Nguyễn2015-05-182-18/+5
|/ / | | | | | | Replaced haphazard usage of pragmas and `(void)` expressions with the `__unused` keyword.
* | Removed “private” headerMinh Nguyễn2015-05-182-2/+12
| | | | | | | | | | | | Instead of exposing these methods in a private header that winds up triggering warnings publicly, just redeclare the methods in a category. Since this is a test app, we’ll catch any issues that arise from refactoring simply by testing. Fixes #1579.
* | Privatized MGLMapboxEventsMinh Nguyễn2015-05-181-24/+0
| | | | | | | | `-pauseMetricsCollection` and `-resumeMetricsCollection` were originally introduced to mitigate concerns around battery usage, but `MGLMapboxEvents` has since evolved to tread much lighter on the battery. There’s no longer any need for the client to call these methods directly. The iOS test project now includes MGLMapboxEvents.h explicitly to avoid having to package a header that will go unused.
* | use full raw screenshot for portability into API docsJustin R. Miller2015-05-151-1/+1
| |
* | bump podspec to 0.3.1ios-v0.3.1Justin R. Miller2015-05-151-1/+1
| |
* | add podspec site docs URLJustin R. Miller2015-05-151-0/+1
| |
* | add iOS screenshot to README, which goes into API docsJustin R. Miller2015-05-151-0/+2
| |
* | update podspec homepageJustin R. Miller2015-05-141-1/+1
| |
* | bump podspec to 0.3.0ios-v0.3.0Justin R. Miller2015-05-141-1/+1
| |
* | bump podspec to 0.2.25ios-v0.2.25Justin R. Miller2015-05-131-1/+1
| |
* | bump podspec to 0.2.24ios-v0.2.24Justin R. Miller2015-05-121-1/+1
| |
* | Merge pull request #1528 from mapbox/1516-getterMinh Nguyễn2015-05-121-1/+1
| | | | | | Adding Getter Method
* | Merge pull request #1520 from mapbox/1516-opt-out-checkingBrad Leege2015-05-121-0/+3
|/ | | Explicit Opt Out Checking
* Merge pull request #1508 from mapbox/1503-add-changelogJustin R. Miller2015-05-113-70/+14
| | | refs #1503: add changelog to appledoc
* bump podspec to 0.2.23ios-v0.2.23Justin R. Miller2015-05-081-1/+1
|
* Renamed settings keysMinh Nguyễn2015-05-081-2/+2
| | | | The new keys fit the standard naming convention for Info.plist keys and more clearly communicate how they’re to be used.
* bump podspec to 0.2.22Justin R. Miller2015-05-061-1/+1
|
* refs #1426: add dummy source file to workaround CocoaPods 0.37.0 bugJustin R. Miller2015-05-061-1/+1
|
* add mention of CocoaPods to get ahead of releaseJustin R. Miller2015-05-051-1/+0
|
* update header pathJustin R. Miller2015-05-051-1/+1
|
* don't doc or package private headersJustin R. Miller2015-05-051-0/+1
|
* bump podspec to 0.2.21ios-v0.2.21Justin R. Miller2015-05-051-1/+1
|
* Merge pull request #1329 from mapbox/1225-start-tokenBrad Leege2015-05-052-14/+19
|\ | | | | MapboxGL Startup Infrastructure
| * #1225 - Simplifying MGLAccountManager for initial setup and access to ↵Brad Leege2015-05-051-1/+2
| | | | | | | | AccessToken
| * Updating from masterBrad Leege2015-05-044-11/+10
| |\
| * | #1225 - Restoring MapboxGL.h as an Umbrella header file by splitting the ↵Brad Leege2015-05-041-1/+2
| | | | | | | | | | | | singleton code into MGLAccountManager.h and .m
| * | #1225 - Initial conversion of Mapbox GL app to set access token in ↵Brad Leege2015-04-232-14/+17
| | | | | | | | | | | | AppDelegate and exposing MGLMapView.initWithFrame to support it
* | | bump podspec to 0.2.20Justin R. Miller2015-05-051-1/+1
| | |
* | | [iOS] add benchmarking applicationKonstantin Käfer2015-05-0540-0/+8734
| | |
* | | improvements to source install docs scriptJustin R. Miller2015-05-041-3/+5
| |/ |/|
* | bump podspec to 0.2.19ios-v0.2.19Justin R. Miller2015-05-011-1/+1
| |
* | bump podspec to 0.2.18ios-v0.2.18Justin R. Miller2015-04-301-1/+1
| |
* | bump podspec version to 0.2.17Justin R. Miller2015-04-281-1/+1
| |
* | make meta-target for all iOS targets too and split up project.gypKonstantin Käfer2015-04-281-8/+8
| | | | | | | | this will make it easier to add more targets to iOS builds in the future. It'll also help by having Xcode files named after the platform they're for, so it's easier to distinguish windows
* | Merge pull request #1357 from mapbox/1ec5-view-controllerMinh Nguyễn2015-04-271-1/+0
|\ \ | | | | | | Automatically find view controller for layout guides
| * | Automatically find view controller for layout guidesMinh Nguyễn2015-04-271-1/+0
| | | | | | | | | | | | Find the managing view controller by traversing the responder chain.
* | | bump podspec version to 0.2.16ios-v0.2.16Justin R. Miller2015-04-271-1/+1
|/ /
* | #1345 - Adding app build number to user agent. Updating gl test app build ↵Brad Leege2015-04-271-1/+1
|/ | | | number to be different from build version.
* bump podspec to 0.2.15ios-v0.2.15Justin R. Miller2015-04-231-1/+1
|
* Bumping Podspec to 0.2.14ios-v0.2.14Brad Leege2015-04-171-1/+1
|
* bump podspec versionios-v0.2.13Justin R. Miller2015-04-161-1/+1
|
* fixes #1157, #1255: cache parsed tiles in memoryJustin R. Miller2015-04-161-3/+8
|
* bump podspec to 0.2.12ios-v0.2.12Justin R. Miller2015-04-101-1/+1
|
* change default style to StreetsJustin R. Miller2015-04-101-1/+1
|