summaryrefslogtreecommitdiff
path: root/platform
Commit message (Collapse)AuthorAgeFilesLines
* [macos] Updated MapObserver::onSourceChangedBruno de Oliveira Abinader2017-03-211-1/+1
|
* [android] Updated MapObserver::onSourceChangedBruno de Oliveira Abinader2017-03-212-2/+2
|
* [Qt] Updated MapObserver::onSourceChangedBruno de Oliveira Abinader2017-03-212-2/+2
|
* [ios, macos] Fix map load error descriptions (#8466)Minh Nguyễn2017-03-186-12/+48
| | | | | | | | * [ios, macos] Corrected map load error descriptions Ensured the uniqueness of localizable string IDs. Ran make genstrings to add the -[MGLMapViewDelegate mapViewDidFailToLoad:withError:] error description strings to the base localization. * [ios, macos] Moved failure error changelog entry to new release
* [macos] Fix nightly build scriptJohn Firebaugh2017-03-171-1/+1
| | | | | | `apt-get install` commands were present when the nightly build was introduced. Prior to 12b99f0 they were in a separate section without `set -eu -o pipefail`, so the error was ignored. I assume they are not needed, since the build was succeeding despite the error. While here, ensure xcpretty is installed.
* [android] move build to Android StudioKonstantin Käfer2017-03-1712-218/+119
|
* [ios] Update changes in MapObserver::onDidFailLoadingMapBruno de Oliveira Abinader2017-03-172-18/+39
|
* [macos] Update changes in MapObserver::onDidFailLoadingMapBruno de Oliveira Abinader2017-03-173-6/+31
|
* [android] Update changes in MapObserver::onDidFailLoadingMapBruno de Oliveira Abinader2017-03-172-2/+3
|
* [node] Update changes in MapObserver::onDidFailLoadingMapBruno de Oliveira Abinader2017-03-173-6/+8
|
* [Qt] Update changes in MapObserver::onDidFailLoadingMapBruno de Oliveira Abinader2017-03-172-2/+2
|
* [build] Post nightly build status to SlackJason Wray2017-03-161-0/+15
|
* Bump version, add changelog entry (#8421)node-v3.4.7Bobby Sudekum2017-03-151-0/+4
|
* [node] Work around a link error on macOS release builds (#8409)John Firebaugh2017-03-151-1/+1
|
* [android] Support mbgl::MapObserverBruno de Oliveira Abinader2017-03-152-1/+82
|
* [ios] Support mbgl::MapObserverBruno de Oliveira Abinader2017-03-151-145/+200
|
* [macos] Support mbgl::MapObserverBruno de Oliveira Abinader2017-03-151-121/+187
|
* [node] Support mbgl::MapObserverBruno de Oliveira Abinader2017-03-152-8/+14
|
* [glfw] Support mbgl::MapObserverBruno de Oliveira Abinader2017-03-154-26/+0
|
* [Qt] Support mbgl::MapObserverBruno de Oliveira Abinader2017-03-154-31/+92
|
* [node] bump version number; changelog entry (#8408)node-v3.4.6Bobby Sudekum2017-03-141-1/+6
|
* [node] Cleanup bitrise.yml; split test/publish workflows (#8407)Bobby Sudekum2017-03-141-41/+38
|
* [node] Specify build type (#8406)Bobby Sudekum2017-03-141-1/+1
|
* [node] bump version, add changelog entry (#8401)node-v3.4.5Bobby Sudekum2017-03-141-0/+4
|
* [node] Fix memory test hanging after GlyphAtlas refactoring (#8394)Thiago Marcos P. Santos2017-03-144-37/+73
| | | Replies are assumed to be asynchronous after e3500c1f791be82.
* [android] add changing compass view image feature to the sdk (#8301)Pablo Guardiola2017-03-146-4/+113
|
* [android] Link with a version script to restrict symbol visibilityJohn Firebaugh2017-03-142-0/+6
|
* [android] don’t crash on map changed callback when OnMapChangedListener ↵Ivo van Dongen2017-03-141-1/+5
| | | | throws a runtime exception
* [ios] Add nightly build infrastructureJason Wray2017-03-106-3/+78
|
* [node, glfw] Don't throw in destructorJohn Firebaugh2017-03-101-1/+1
|
* [node, glfw] Remove libuv 0.10 supportJohn Firebaugh2017-03-105-41/+4
|
* [android] upgrade to Android NDK r14Konstantin Käfer2017-03-102-9/+12
|
* [macos] Simplify bitrise.ymlJohn Firebaugh2017-03-101-35/+3
|
* [build] Remove custom bitrise 'skip ci' stuff (#8346)John Firebaugh2017-03-106-113/+1
|
* [android] query source featuresIvo van Dongen2017-03-0913-20/+282
|
* [macos, ios] query source featuresIvo van Dongen2017-03-0910-0/+266
|
* [core] rename query options for query rendered featuresIvo van Dongen2017-03-091-1/+1
|
* [darwin] Use explicit initialization rather than global static variables for ↵Konstantin Käfer2017-03-093-2/+7
| | | | | | | | the default RunLoop When linking Mapbox GL as a static library, the object file (MGLFoundation.o) containing the global static variable initialization was not linked into the resulting binary since it was not referenced. This resulted in the RunLoop not being initialized in the main thread. Reverts 03a14ff0003e976a4ded70d284bc80adf54bc6c9
* [build] require Android r13bKonstantin Käfer2017-03-081-2/+11
| | | | We're trying to use a local NDK, but in case it is too old or too new, we fall back to downloading the correct version via Mason, like in the olden times.
* Use ICU compiled with -OsJohn Firebaugh2017-03-085-5/+5
|
* [macos] add missing method declarations for visibleFeaturesXIvo van Dongen2017-03-071-0/+8
|
* [android] use PropertyValue for default values in functionsIvo van Dongen2017-03-078-76/+169
|
* Update README.mdBruno de Oliveira Abinader2017-03-061-1/+1
| | | Fix patch typo.
* [Qt] Remove the QML appThiago Marcos P. Santos2017-03-0612-1312/+3
| | | | | We are now on Qt 5.9 and this is where the plugin will be developed from now on.
* [android] Add support for queryRenderedFeatures filterIvo van Dongen2017-03-045-20/+95
|
* [ios, macos] Add support for queryRenderedFeatures filterIvo van Dongen2017-03-046-40/+163
|
* [core] Add support for queryRenderedFeatures filterAsheem Mamoowala2017-03-045-9/+46
|
* [android] - example on converting an Android SDK view to a Bitmap to be used ↵Tobrun2017-03-043-17/+57
| | | | as SymbolAnnotation (#8258)
* [Qt] Remove legacy QOpenGL dependency from Qt5 buildThiago Marcos P. Santos2017-03-034-4/+15
| | | | OpenGL on Qt5 is offered via QtGui.
* [android] - update gradle and plugin for Android Studio 2.3 stable, update ↵Tobrun2017-03-034-4/+10
| | | | support library to latest version, add dexOptions to increase build times. (#8271)