summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Rewrote documentationMinh Nguyễn2016-01-0511-398/+0
| | | | | | | | Rewrote some copy to provide more context and link to more GL-related repos, including GL JS. Put the various SDKs in a table so we can show the various CI bot status images. Integrated target list into the relevant documents. Rewrote large portions of iOS and OS X setup documentation to guide normal developers to more friendly places. Combined some Android documentation. Moved SDK-specific documentation into platform/. Added a temporary readme in ios/ that points to the one in platform/ios/.
* [android] Move into platform subdirectoryJohn Firebaugh2015-12-161-2/+2
|
* Expand DEVELOP_ANDROID_OSX with more gotchas.Tom MacWright2015-12-151-3/+17
| | | | Fixes #3266
* [osx] Corrected build documentationMinh Nguyễn2015-12-131-1/+1
| | | build/pkg/osx/ probably won’t be used until #3183 lands.
* [osx] Corrected documentationMinh Nguyễn2015-12-131-1/+1
| | | | Corrected the path to the build output. Also added a missing inline comment.
* [osx] Fixed standalone launch of osxapp (and run-xosx)Minh Nguyễn2015-12-131-1/+3
| | | | Mapbox.framework needs to be embedded in the application bundle.
* [osx] Build framework based on static libraryMinh Nguyễn2015-12-133-110/+7
|
* [osx] Rewrote platform-osx and osxappMinh Nguyễn2015-12-134-10/+128
| | | | | | | | | | | | | | platform-osx now vends a real NSView subclass, MGLMapView, that is readily embedded inside a Cocoa application for OS X. MGLMapView is backed by an NSOpenGLLayer for optimal performance and integration with other layer-backed views. It supports keyboard shortcuts and several gestures and hosts attribution, zooming, and rotation controls as subviews. osxapp is now a bona fide Cocoa application that embeds MGLMapView inside a XIB. osxapp has preferences and a share button for tight integration with custom styles. Enabling asynchronous rendering would be more consistent with iOS but increases CPU usage so much, even when idle, that it isn’t worth any performance gain. The bigger issue is that VAOs aren’t being used. make xpackage creates a static library similar to the one created by make ipackage. make clean cleans additional places where build output ends up. The OS X minimum deployment target has been increased from 10.9 to 10.10. osxapp’s window has a full size content view, which requires 10.10. Lightweight generics require iOS 9+ and OS X 10.11 regardless, because it was only in that release that Foundation collection classes started adopting lightweight generics. Shuffled files around and refactored annotations so that iOS and OS X share a good chunk of the annotations code, which now takes advantage of polymorphism. MGLMapView can now display annotations but cannot yet select them. In osxapp, a long press drops a pin, and so does the map view’s context menu. Annotations have NSPopovers as callouts, and their view controllers can be customized. Annotation image alignment rects are respected for hit testing purposes and for positioning the callout anchor. Callouts in osxapp demonstrate the use of bindings to keep callouts in sync with underlying model objects.
* [ios] fix CoreTelephony crash (by removing it)Jason Wray2015-12-021-1/+0
| | | | Fix #3112, ref #2581
* Updated links to access token managerMinh Nguyễn2015-11-295-5/+5
| | | | The old URL redirects to a Mapbox Studio page not specifically about access tokens.
* [core] Added MapDebugOptionsBruno de Oliveira Abinader2015-11-271-1/+1
| | | | | Map debug options are now cycled up to all debug options enabled, then back to none.
* clarify how to run individual testsJustin R. Miller2015-11-171-1/+1
| | | | [skip ci]
* fixes #3054: move desktop test app keybindings output to startup logJustin R. Miller2015-11-172-14/+2
|
* re-add OS X desktop usage hotkeys (refs #2800 @tmcw)Justin R. Miller2015-11-131-0/+10
| | | | [skip ci]
* [android] #3023 - reactive token generationTobrun2015-11-132-2/+2
| | | | [android] #3023 - update documentation to reflect change
* [android] #2369 - Adding Developing and Running InstructionsBrad Leege2015-11-121-11/+27
|
* [android] #2369 - Updating Android setup instructions for OS XBrad Leege2015-11-091-7/+9
|
* [android] #2974 - Update documentation token.txtTobrun2015-11-081-1/+1
| | | Update documentation due to migration of the token from testapp to SDK
* [android] #2953 - Removing old path to projectBrad Leege2015-11-061-1/+1
|
* [docs] Recreate structure of documentationTom MacWright2015-10-2711-0/+357