summaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Mapbox develops React Native Mapbox GLMinh Nguyễn2017-09-141-1/+1
| | | Updated the readme to acknowledge Mapbox’s official support for React Native.
* [docs] Add FOSSA 'license scan' badge (#9624)Jason Wray2017-07-261-0/+3
| | | [skip ci]
* [core] point status badges to Circle CIKonstantin Käfer2017-07-061-4/+4
|
* better formatting for external libraries listing (#6696)Justin R. Miller2016-10-131-13/+15
|
* [ios, macos, node] “Mapbox GL Style Specification” → “Mapbox Style ↵Minh Nguyễn2016-07-041-1/+1
| | | | Specification” (#5553)
* [osx] Works with AppleScriptMinh Nguyễn2016-06-191-1/+1
| | | Sure, why not?
* [macos] Renamed OS X SDK to macOS SDKMinh Nguyễn2016-06-141-3/+3
| | | | Also renamed as many references to OS X as possible to macOS in documentation.
* [build] Added Bitrise Qt5 status image to README.md [skip ci]Bruno de Oliveira Abinader2016-06-031-2/+2
|
* [Qt] Added Qt SDK documentationBruno de Oliveira Abinader2016-05-081-1/+1
| | | | | | Fixes #4970. [skip ci]
* [Qt] Add QMapboxGL to README.mdThiago Marcos P. Santos2016-04-211-1/+1
| | | | Qt now lives on the main repository.
* Update CI badges [ci skip]John Firebaugh2016-03-221-1/+1
|
* [tests] Upload coverage reports to coveralls.ioBruno de Oliveira Abinader2016-02-201-1/+1
|
* Adding NativeScript and Xamarin plugins to the library listBrad Leege2016-02-031-1/+3
|
* [ios] Strip Simulator content when archivingMinh Nguyễn2016-01-221-1/+1
| | | | | | Copied strip-frameworks.sh from realm/realm-cocoa@7cc31db631c323bb649aec1e311693a599a37f05 for realm/realm-cocoa#2759. This script, which is embedded in the dynamic framework, strips out content for invalid architectures from any embedded framework and specifically strips out Simulator content when archiving to work around an App Store bug. Rewrote the iOS setup documentation. In particular, the MAPBOX_ACCESS_TOKEN environment variable is only for use with the iosapp demo application and doesn’t work in third-party applications.
* Rewrote documentationMinh Nguyễn2016-01-051-21/+15
| | | | | | | | 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/.
* [osx] Build framework based on static libraryMinh Nguyễn2015-12-131-1/+1
|
* [osx] Rewrote platform-osx and osxappMinh Nguyễn2015-12-131-1/+1
| | | | | | | | | | | | | | 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.
* [android] Fixing Android API TargetBrad Leege2015-11-121-1/+1
|
* [docs] Recreate structure of documentationTom MacWright2015-10-271-9/+20
|
* add Bitrise badge to READMEJustin R. Miller2015-10-201-1/+1
|
* Adding Telerik's Cordova Plugin To Products ListBrad Leege2015-10-141-0/+1
|
* Typo fix in README.mdBruno de Oliveira Abinader2015-09-141-1/+1
| | | Fixed URL typo for react-native-mapbox-gl.
* add Node.js to bindings listMike Morris2015-09-021-1/+1
|
* remove node-mapbox-gl-native from 'products based on Mapbox GL'Mike Morris2015-09-021-1/+0
|
* GL is the library, SDK is the productJustin R. Miller2015-08-211-269/+11
|
* Add xcpretty dependency to READMEBrent Whitman2015-06-251-0/+1
|
* update README for debug info on test appJustin R. Miller2015-06-151-0/+2
|
* fix formattingJustin R. Miller2015-06-071-1/+1
|
* Merge remote-tracking branch 'origin/master' into HEADAnsis Brammanis2015-06-031-1/+10
|\ | | | | | | | | Conflicts: src/mbgl/renderer/painter_fill.cpp
| * Adding iOS Testing Header To Draw AttentionBrad Leege2015-06-031-0/+1
| |
| * .zip != .tgzJustin R. Miller2015-06-011-1/+1
| |
| * appledoc download is a redirectJustin R. Miller2015-06-011-1/+1
| |
| * wget -> curl since wget itself is a brew installJustin R. Miller2015-06-011-1/+1
| |
| * Require appledoc v2.2-963 exactlyJohn Firebaugh2015-05-291-5/+9
| |
| * Latest homebrew appledoc should be goodJohn Firebaugh2015-05-291-1/+5
| |
* | fix collision box clippingAnsis Brammanis2015-06-031-0/+1
|/ | | | and name parameters when it's not clear from their type
* Remove boost install instructions; now installed via masonJohn Firebaugh2015-05-281-12/+1
|
* added link with clang-3.5+ linux installMike Morris2015-05-281-1/+1
|
* Linux build instruction updatesAJ Ashton2015-05-281-3/+4
| | | | [skip ci]
* Android NDK r10eJohn Firebaugh2015-05-211-4/+4
|
* update README to mention desktop style togglingJustin R. Miller2015-05-201-0/+1
|
* Fix typos and add access token reminderJohn Firebaugh2015-05-181-4/+4
| | | [skip ci]
* Add README instructions for running on Android emulator and devicesLeith Bade2015-05-191-5/+34
|
* Update token.txt location in READMEJohn Firebaugh2015-05-181-1/+1
| | | [skip ci]
* Move mobile logo to internal repoJohn Firebaugh2015-05-181-1/+0
| | | [skip ci]
* touch up README around CocoaPodsJustin R. Miller2015-05-141-4/+2
|
* add mobile badgekarenzshea2015-05-121-0/+1
|
* pin to appledoc 2.2v963 for now until HEAD is better tested with our setupJustin R. Miller2015-05-111-6/+7
|
* iOS README clarificationsJustin R. Miller2015-05-051-3/+5
|
* add mention of CocoaPods to get ahead of releaseJustin R. Miller2015-05-051-0/+13
|