| Commit message (Expand) | Author | Age | Files | Lines |
* | migrated to use mapbox-java3.0 | Osana Babayan | 2018-02-08 | 22 | -205/+179 |
* | Add options for Custom Geometry Source types to enable clipping and wrapping ... | Asheem Mamoowala | 2018-02-07 | 1 | -1/+1 |
* | [core] factor out RunLoop::wake() | Konstantin Käfer | 2018-02-06 | 1 | -5/+2 |
* | [Android] fix typo in custom layer example | Erol Baykal | 2018-02-05 | 1 | -2/+2 |
* | [android] - add binding integration for RasterDEMSource, add example | Tobrun | 2018-01-25 | 3 | -0/+98 |
* | [core] update mapbox-gl-js submodule pin | Konstantin Käfer | 2018-01-24 | 2 | -17/+0 |
* | [core] add raster-dem source type and hillshade layer type (#10642) | Molly Lloyd | 2018-01-23 | 6 | -0/+265 |
* | [android] - fix code generation, remove lamda, fixup color conversion locale | tobrun | 2018-01-09 | 2 | -17/+0 |
* | [android] Add Configuration hook for local ideograph font family and demo act... | Asheem Mamoowala | 2017-12-11 | 2 | -5/+9 |
* | [android] Android implementation of local CJK glyph rendering | Chris Loer | 2017-12-11 | 3 | -0/+161 |
* | [android] - add FileSource activation/deactivation to MapSnapshotter, handle ... | Tobrun | 2017-12-06 | 4 | -11/+47 |
* | [core] move HeadlessBackend extension initialization code into Impl | Konstantin Käfer | 2017-11-29 | 2 | -2/+2 |
* | [core, ios, qt, android] Close race condition in RunLoop (issue #9620) | Chris Loer | 2017-11-27 | 1 | -2/+4 |
* | [android] Use inherited javaPeer in CustomGeometrySource C++ peer | Asheem Mamoowala | 2017-11-22 | 2 | -18/+29 |
* | [android] Reuse Java Source objects by holding on to a strong reference in th... | Asheem Mamoowala | 2017-11-22 | 19 | -184/+177 |
* | [android] Bindings for Custom Geometry Sources | Asheem Mamoowala | 2017-11-22 | 3 | -0/+172 |
* | Merge branch 'release-agua' into tvn-merge-release | Tobrun | 2017-11-10 | 9 | -3/+132 |
|\ |
|
| * | [android] - make snapshot logo optional | Tobrun | 2017-11-01 | 4 | -4/+11 |
| * | [android] map snapshotter - expose attributions | Ivo van Dongen | 2017-11-01 | 4 | -4/+38 |
| * | [android] map snapshotter - wrap snapshot in native peer for access to the po... | Ivo van Dongen | 2017-11-01 | 4 | -6/+106 |
| * | [android] map snapshotter - add mutators | Ivo van Dongen | 2017-11-01 | 2 | -2/+31 |
| * | [android] - add bulk addImages api on MapboxMap | Tobrun | 2017-10-31 | 5 | -0/+88 |
| * | [android] - move shape annotation click handling to core | Tobrun | 2017-10-30 | 4 | -0/+29 |
| * | [android] - use FileSource pause and resume when foregrounding/backgrounding app | Tobrun Van Nuland | 2017-10-17 | 2 | -3/+15 |
| * | [android][ios][macOS] Implement bindings for `Map::cameraForGeometry`. On mac... | Asheem Mamoowala | 2017-10-09 | 2 | -0/+9 |
* | | [android] MapRendererRunnable - avoid weak reference table overflow | Ivo van Dongen | 2017-11-09 | 3 | -11/+16 |
* | | [android] - make snapshot logo optional | Tobrun | 2017-11-01 | 4 | -4/+11 |
* | | [android] map snapshotter - expose attributions | Ivo van Dongen | 2017-10-31 | 4 | -4/+38 |
* | | [android] map snapshotter - wrap snapshot in native peer for access to the po... | Ivo van Dongen | 2017-10-31 | 4 | -6/+106 |
* | | [android] map snapshotter - add mutators | Ivo van Dongen | 2017-10-31 | 2 | -2/+31 |
* | | Replace compile-time polymorphism with runtime polymorphism in the conversion... | John Firebaugh | 2017-10-23 | 8 | -113/+111 |
* | | [android][ios][macOS] Implement bindings for `Map::cameraForGeometry`. On mac... | Asheem Mamoowala | 2017-10-09 | 2 | -0/+9 |
|/ |
|
* | [android] example custom layer - add context lost callback | Ivo van Dongen | 2017-09-22 | 1 | -0/+8 |
* | [android] CustomLayer - optionally accept a context lost callback function | Ivo van Dongen | 2017-09-22 | 2 | -3/+4 |
* | [android] re-implemented the fps listener api | Ivo van Dongen | 2017-09-22 | 2 | -45/+0 |
* | [android] reset renderer on the GL thread when map is destroyed | Ivo van Dongen | 2017-09-22 | 2 | -2/+11 |
* | [android] map snapshots | Ivo van Dongen | 2017-09-22 | 6 | -23/+45 |
* | [android] signal renderer when gl surface is re-initialized that gl context i... | Ivo van Dongen | 2017-09-22 | 1 | -0/+1 |
* | [android] Re-initialise renderer, backend and context when the android system... | Ivo van Dongen | 2017-09-22 | 7 | -45/+99 |
* | [android] self-contained map renderer | Ivo van Dongen | 2017-09-22 | 10 | -258/+366 |
* | [android] schedule work on the gl thread using GLSurfaceView#queueEvent | Ivo van Dongen | 2017-09-22 | 5 | -30/+46 |
* | [android] async rendering | Ivo van Dongen | 2017-09-22 | 5 | -497/+287 |
* | [android] extract RendererBackend from NativeMapView | Ivo van Dongen | 2017-09-22 | 4 | -106/+107 |
* | Preserve depth buffer between 3D layers + optimize render order (#9931) | Lauren Budorick | 2017-09-21 | 2 | -6/+7 |
* | [android] map snapshotter | Ivo van Dongen | 2017-08-30 | 5 | -0/+195 |
* | [android] add GenericWeakReference that can be deleted from any thread | Ivo van Dongen | 2017-08-30 | 1 | -0/+29 |
* | Implement icon-anchor property | Lauren Budorick | 2017-08-28 | 4 | -32/+41 |
* | Revert "[android] - configure loggin of HttpRequest, cleanup HttpRequest" | Tobrun Van Nuland | 2017-08-24 | 1 | -2/+2 |
* | [android] - configure loggin of HttpRequest, cleanup HttpRequest | Tobrun Van Nuland | 2017-08-19 | 1 | -2/+2 |
* | [android] - style image accessor | Tobrun Van Nuland | 2017-08-18 | 2 | -0/+13 |