summaryrefslogtreecommitdiff
path: root/platform
Commit message (Collapse)AuthorAgeFilesLines
* [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)
* [all] Build all release builds with -OsJohn Firebaugh2017-03-021-4/+0
|
* [ios] MGLAnnotationView annotation property made writable (#8139)Fabian Guerra Soto2017-03-024-3/+3
|
* [core] Safeguard ICU UChar usageBruno de Oliveira Abinader2017-03-021-5/+7
|
* [android] - add accessibility support to the Android SDK by applying content ↵Tobrun2017-03-017-13/+27
| | | | descriptions on Views overlain on the map. (#8230)
* [android] - add unit test for Mapbox (#8228)Tobrun2017-03-012-1/+93
|
* [ios] Add changelog entry for the pause / resume API updateJesse Bounds2017-03-011-0/+1
|
* [Qt] FBO handling should happen outside of QMapboxGL::renderBruno de Oliveira Abinader2017-03-014-36/+4
|
* [android] keep default file source alive for the duration (#8226)Ivo van Dongen2017-03-011-9/+5
|
* [ios] Pause file source activity on backgroundJesse Bounds2017-03-011-0/+15
| | | | | | | | | | | This uses the pause/resume API on the default file source to pause network and revalidation activity when the host iOS application goes into the background. Activity is resumed when the host application goes into the foreground. The intention of this change is to avoid edge cases on some OSs where resources (i.e. sqlite) are not available when the host app is not visible to the user.
* [core] Cache file source base URL and access tokenJesse Bounds2017-03-011-4/+6
| | | | | This caches the base URL and access token values when they are set so that they can still be retrieved even when the thread is paused.
* [android] add line starts with a semicolon and empty statement checkstyle ↵Pablo Guardiola2017-03-012-1/+6
| | | | rules and fix related checkstyle issues (#8231)