| Commit message (Expand) | Author | Age | Files | Lines |
* | [android] high-level jni bindings for geojson conversion | Ivo van Dongen | 2018-03-19 | 1 | -0/+2 |
* | [android] - add expression conversion, add getters (#11352) | Tobrun | 2018-03-08 | 1 | -10/+1 |
* | [core, ios, macos, android, node] Heatmap layer (#11046) | Vladimir Agafonkin | 2018-02-15 | 1 | -0/+2 |
* | migrated to use mapbox-java3.0 | Osana Babayan | 2018-02-08 | 1 | -2/+0 |
* | [android] - add binding integration for RasterDEMSource, add example | Tobrun | 2018-01-25 | 1 | -0/+2 |
* | [core] add raster-dem source type and hillshade layer type (#10642) | Molly Lloyd | 2018-01-23 | 1 | -0/+2 |
* | [android] Android implementation of local CJK glyph rendering | Chris Loer | 2017-12-11 | 1 | -1/+2 |
* | [core] Enable local glyph generation using TinySDF. | Chris Loer | 2017-12-11 | 1 | -0/+1 |
* | [build] standardize on -fvisibility=hidden for all targets | Konstantin Käfer | 2017-11-29 | 1 | -34/+6 |
* | [core] move HeadlessBackend extension initialization code into Impl | Konstantin Käfer | 2017-11-29 | 1 | -10/+0 |
* | [android] Reuse Java Source objects by holding on to a strong reference in th... | Asheem Mamoowala | 2017-11-22 | 1 | -2/+0 |
* | [android] Bindings for Custom Geometry Sources | Asheem Mamoowala | 2017-11-22 | 1 | -1/+2 |
* | Merge branch 'release-agua' into tvn-merge-release | Tobrun | 2017-11-10 | 1 | -0/+2 |
|\ |
|
| * | [android] map snapshotter - wrap snapshot in native peer for access to the po... | Ivo van Dongen | 2017-11-01 | 1 | -3/+7 |
| * | [android] - add bulk addImages api on MapboxMap | Tobrun | 2017-10-31 | 1 | -0/+2 |
* | | [android] map snapshotter - wrap snapshot in native peer for access to the po... | Ivo van Dongen | 2017-10-31 | 1 | -3/+7 |
* | | [core] Make the OpenGL implementation platform specific | Thiago Marcos P. Santos | 2017-10-25 | 1 | -0/+5 |
* | | Replace compile-time polymorphism with runtime polymorphism in the conversion... | John Firebaugh | 2017-10-23 | 1 | -1/+0 |
|/ |
|
* | [build] split out DefaultFileSource and dependents to a separate target | Konstantin Käfer | 2017-09-28 | 1 | -20/+32 |
* | [android] self-contained map renderer | Ivo van Dongen | 2017-09-22 | 1 | -0/+4 |
* | [android] extract RendererBackend from NativeMapView | Ivo van Dongen | 2017-09-22 | 1 | -0/+2 |
* | [android] map snapshotter | Ivo van Dongen | 2017-08-30 | 1 | -0/+12 |
* | [node, tests] Consolidate headless rendering logic in HeadlessFrontend | John Firebaugh | 2017-07-26 | 1 | -2/+2 |
* | [android] rendering interface changes | Ivo van Dongen | 2017-07-18 | 1 | -2/+4 |
* | [core] renderer interface | Ivo van Dongen | 2017-07-18 | 1 | -0/+2 |
* | [core] Isolate pthread-based tls implementation | Thiago Marcos P. Santos | 2017-07-07 | 1 | -0/+1 |
* | [android] Add ImageSource bindings | Asheem Mamoowala | 2017-06-19 | 1 | -0/+4 |
* | Merge release-ios-v3.6.0-android-v5.1.0 to master (#9170) | Tobrun | 2017-06-02 | 1 | -0/+4 |
* | [core] Render fill-extrusion layers (#8431) | Lauren Budorick | 2017-04-27 | 1 | -0/+2 |
* | [android] use AAssetManager instead of libzip | Konstantin Käfer | 2017-04-24 | 1 | -7/+4 |
* | [android] - move calculation of LatLngBounds to core (#8765) | Tobrun | 2017-04-20 | 1 | -0/+2 |
* | [android] - transition options for layer properties (#8509) | Tobrun | 2017-03-31 | 1 | -0/+2 |
* | [build] don't advertise headers that aren't used in public headers | Konstantin Käfer | 2017-03-28 | 1 | -1/+1 |
* | [android] geojson conversion optimisation | Ivo van Dongen | 2017-03-28 | 1 | -2/+32 |
* | [android] Move SDK files to separate target | Konstantin Käfer | 2017-03-28 | 1 | -179/+163 |
* | [core] Core tests and benchmarks are allowed to include via src | John Firebaugh | 2017-03-28 | 1 | -1/+1 |
* | [android] move build to Android Studio | Konstantin Käfer | 2017-03-17 | 1 | -23/+0 |
* | [android] Link with a version script to restrict symbol visibility | John Firebaugh | 2017-03-14 | 1 | -0/+2 |
* | Use ICU compiled with -Os | John Firebaugh | 2017-03-08 | 1 | -1/+1 |
* | [all] Build all release builds with -Os | John Firebaugh | 2017-03-02 | 1 | -4/+0 |
* | [android] add unknown source type | Ivo van Dongen | 2017-02-28 | 1 | -0/+2 |
* | [android] add unknown layer type | Ivo van Dongen | 2017-02-28 | 1 | -0/+2 |
* | [android] jni high level binding refactor | Ivo van Dongen | 2017-02-24 | 1 | -3/+45 |
* | [build] use system-provided Android NDK when available | Konstantin Käfer | 2017-02-22 | 1 | -4/+8 |
* | [ios,macos,android,qt] use shared threadpool | Konstantin Käfer | 2017-02-20 | 1 | -0/+2 |
* | [android] use shared DefaultFileSource for all maps + OfflineManager | Konstantin Käfer | 2017-02-20 | 1 | -0/+2 |
* | [android] Refactor composite stop types and conversions | Ivo van Dongen | 2017-02-09 | 1 | -0/+10 |
* | [build] Remove Mason submodule in favor of CMake mason | Konstantin Käfer | 2017-02-08 | 1 | -7/+4 |
* | [build, ios, macos] Simplify version portion of user agent string | John Firebaugh | 2017-02-08 | 1 | -1/+0 |
* | [android] use native image encoding and decoding | Konstantin Käfer | 2017-01-27 | 1 | -7/+6 |