Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | squash of #1655: shape annotations support for core & iOS | Justin R. Miller | 2015-06-15 | 7 | -52/+15890 |
| | |||||
* | bump podspec to 0.3.4 | Justin R. Miller | 2015-06-04 | 1 | -1/+1 |
| | |||||
* | bump podspec to 0.3.3ios-v0.3.3 | Justin R. Miller | 2015-06-03 | 1 | -1/+1 |
| | |||||
* | fix typo | Justin R. Miller | 2015-06-03 | 1 | -1/+1 |
| | |||||
* | point to better appledoc install method | Justin R. Miller | 2015-06-03 | 1 | -1/+1 |
| | |||||
* | Fixed ios-bench build | Minh Nguyễn | 2015-05-29 | 1 | -1/+1 |
| | | | | `accessToken` parameter was removed in #1553. | ||||
* | bump podspec to 0.3.2ios-v0.3.2 | Justin R. Miller | 2015-05-26 | 1 | -1/+1 |
| | |||||
* | Merge branch '1ec5-plist-1535' | Minh Nguyễn | 2015-05-20 | 1 | -17/+15 |
|\ | |||||
| * | Obsoleted +setMapboxMetricsEnabledSettingShownInApp: | Minh Nguyễn | 2015-05-13 | 1 | -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 Leege | 2015-05-12 | 1 | -1/+1 |
| | | | | | | | | signal opt out in MBXAppDelegate. | ||||
| * | #1516 - Adding explicit checks for developer implementation of user Opt Out ↵ | Brad Leege | 2015-05-11 | 1 | -0/+3 |
| | | | | | | | | functionality | ||||
* | | Merge pull request #1589 from mapbox/1396-info-plist-only | Brad Leege | 2015-05-18 | 1 | -0/+2 |
|\ \ | | | | | | | Manage Metrics TEST URL Via Info.plist | ||||
| * | | #1396 - Refactoring Metrics Test Server URL configuration to be drive via ↵ | Brad Leege | 2015-05-18 | 1 | -0/+2 |
| | | | | | | | | | | | | Info.plist | ||||
* | | | Marked unused parameters with __unused | Minh Nguyễn | 2015-05-18 | 2 | -18/+5 |
|/ / | | | | | | | Replaced haphazard usage of pragmas and `(void)` expressions with the `__unused` keyword. | ||||
* | | Removed “private” header | Minh Nguyễn | 2015-05-18 | 2 | -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 MGLMapboxEvents | Minh Nguyễn | 2015-05-18 | 1 | -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 docs | Justin R. Miller | 2015-05-15 | 1 | -1/+1 |
| | | |||||
* | | bump podspec to 0.3.1ios-v0.3.1 | Justin R. Miller | 2015-05-15 | 1 | -1/+1 |
| | | |||||
* | | add podspec site docs URL | Justin R. Miller | 2015-05-15 | 1 | -0/+1 |
| | | |||||
* | | add iOS screenshot to README, which goes into API docs | Justin R. Miller | 2015-05-15 | 1 | -0/+2 |
| | | |||||
* | | update podspec homepage | Justin R. Miller | 2015-05-14 | 1 | -1/+1 |
| | | |||||
* | | bump podspec to 0.3.0ios-v0.3.0 | Justin R. Miller | 2015-05-14 | 1 | -1/+1 |
| | | |||||
* | | bump podspec to 0.2.25ios-v0.2.25 | Justin R. Miller | 2015-05-13 | 1 | -1/+1 |
| | | |||||
* | | bump podspec to 0.2.24ios-v0.2.24 | Justin R. Miller | 2015-05-12 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #1528 from mapbox/1516-getter | Minh Nguyễn | 2015-05-12 | 1 | -1/+1 |
| | | | | | | Adding Getter Method | ||||
* | | Merge pull request #1520 from mapbox/1516-opt-out-checking | Brad Leege | 2015-05-12 | 1 | -0/+3 |
|/ | | | Explicit Opt Out Checking | ||||
* | Merge pull request #1508 from mapbox/1503-add-changelog | Justin R. Miller | 2015-05-11 | 3 | -70/+14 |
| | | | refs #1503: add changelog to appledoc | ||||
* | bump podspec to 0.2.23ios-v0.2.23 | Justin R. Miller | 2015-05-08 | 1 | -1/+1 |
| | |||||
* | Renamed settings keys | Minh Nguyễn | 2015-05-08 | 1 | -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.22 | Justin R. Miller | 2015-05-06 | 1 | -1/+1 |
| | |||||
* | refs #1426: add dummy source file to workaround CocoaPods 0.37.0 bug | Justin R. Miller | 2015-05-06 | 1 | -1/+1 |
| | |||||
* | add mention of CocoaPods to get ahead of release | Justin R. Miller | 2015-05-05 | 1 | -1/+0 |
| | |||||
* | update header path | Justin R. Miller | 2015-05-05 | 1 | -1/+1 |
| | |||||
* | don't doc or package private headers | Justin R. Miller | 2015-05-05 | 1 | -0/+1 |
| | |||||
* | bump podspec to 0.2.21ios-v0.2.21 | Justin R. Miller | 2015-05-05 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1329 from mapbox/1225-start-token | Brad Leege | 2015-05-05 | 2 | -14/+19 |
|\ | | | | | MapboxGL Startup Infrastructure | ||||
| * | #1225 - Simplifying MGLAccountManager for initial setup and access to ↵ | Brad Leege | 2015-05-05 | 1 | -1/+2 |
| | | | | | | | | AccessToken | ||||
| * | Updating from master | Brad Leege | 2015-05-04 | 4 | -11/+10 |
| |\ | |||||
| * | | #1225 - Restoring MapboxGL.h as an Umbrella header file by splitting the ↵ | Brad Leege | 2015-05-04 | 1 | -1/+2 |
| | | | | | | | | | | | | singleton code into MGLAccountManager.h and .m | ||||
| * | | #1225 - Initial conversion of Mapbox GL app to set access token in ↵ | Brad Leege | 2015-04-23 | 2 | -14/+17 |
| | | | | | | | | | | | | AppDelegate and exposing MGLMapView.initWithFrame to support it | ||||
* | | | bump podspec to 0.2.20 | Justin R. Miller | 2015-05-05 | 1 | -1/+1 |
| | | | |||||
* | | | [iOS] add benchmarking application | Konstantin Käfer | 2015-05-05 | 40 | -0/+8734 |
| | | | |||||
* | | | improvements to source install docs script | Justin R. Miller | 2015-05-04 | 1 | -3/+5 |
| |/ |/| | |||||
* | | bump podspec to 0.2.19ios-v0.2.19 | Justin R. Miller | 2015-05-01 | 1 | -1/+1 |
| | | |||||
* | | bump podspec to 0.2.18ios-v0.2.18 | Justin R. Miller | 2015-04-30 | 1 | -1/+1 |
| | | |||||
* | | bump podspec version to 0.2.17 | Justin R. Miller | 2015-04-28 | 1 | -1/+1 |
| | | |||||
* | | make meta-target for all iOS targets too and split up project.gyp | Konstantin Käfer | 2015-04-28 | 1 | -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-controller | Minh Nguyễn | 2015-04-27 | 1 | -1/+0 |
|\ \ | | | | | | | Automatically find view controller for layout guides | ||||
| * | | Automatically find view controller for layout guides | Minh Nguyễn | 2015-04-27 | 1 | -1/+0 |
| | | | | | | | | | | | | Find the managing view controller by traversing the responder chain. | ||||
* | | | bump podspec version to 0.2.16ios-v0.2.16 | Justin R. Miller | 2015-04-27 | 1 | -1/+1 |
|/ / |