summaryrefslogtreecommitdiff
path: root/platform/android/src/native_map_view.cpp
Commit message (Expand)AuthorAgeFilesLines
* [android] rename required TransitionOptions fieldŁukasz Paczos2019-01-211-1/+1
* [android] - optimise interface definitiontobrun2019-01-151-26/+15
* [androd] - add weak references checks to all jni callbacksTobrun2018-12-131-2/+8
* [android] - validate if weakreference is still validTobrun2018-12-131-12/+51
* [docs] EnterIdle -> BecomeIdleChris Loer2018-12-111-3/+3
* [core, darwin, android] Add onDidEnterIdle to MapObserver.Chris Loer2018-12-111-0/+9
* [android] - add more tests, refactor map paddingTobrun2018-12-111-1/+13
* nativeRemoveSource() and nativeRemoveLayer() methods should return a boolean ...Osana Babayan2018-12-071-19/+13
* [core][android] Implement LayerManager for AndroidMikhail Pozdnyakov2018-11-071-4/+4
* [core] CameraOptions receives and outputs angle and pitch as degrees, not rad...Bruno de Oliveira Abinader2018-10-191-8/+7
* [android] - replace OnMapChange with specific callbacksTobrun2018-10-111-42/+74
* [android] - add binding integration for cross source collisiontobrun2018-09-121-3/+4
* [android] jni.hpp 4.0.0John Firebaugh2018-09-071-83/+83
* [android] Simplify Feature conversionJohn Firebaugh2018-09-071-3/+3
* [android] Upgrade to latest jni.hppJohn Firebaugh2018-09-071-32/+16
* [core] make style/conversion.hpp implementation privateKonstantin Käfer2018-08-191-1/+1
* [android] shutting down thread pool of the CustomGeometrySource when the sour...Łukasz Paczos2018-08-101-1/+3
* [android] - expose getMap on native_map_viewTobrun2018-07-201-0/+4
* [android] - add bearing and pitch to get camera for geometrytobrun2018-07-051-2/+2
* [android] - add bearing and tilt to LatLngBounds, incorporate current tilt an...tobrun2018-07-051-2/+2
* [android] - add support for sdf by exposing sdf confiigurationn when calling ...tobrun2018-06-251-2/+4
* [android] calculating camera's LatLng for bounds without map padding (#11410)Łukasz Paczos2018-03-081-4/+6
* Merge branch 'master' into release-bobaFabian Guerra2018-02-151-1/+1
|\
| * [core] Rename "onLowMemory" to "reduceMemoryUse".Chris Loer2018-02-141-1/+1
* | NativeMapView.addImage without copying into JavaBenjamin Jaeger2018-02-121-10/+3
|/
* [android] Reuse Java Source objects by holding on to a strong reference in th...Asheem Mamoowala2017-11-221-22/+6
* [android] - add bulk addImages api on MapboxMapTobrun2017-10-311-0/+14
* [android] - move shape annotation click handling to coreTobrun2017-10-301-0/+21
* [android][ios][macOS] Implement bindings for `Map::cameraForGeometry`. On mac...Asheem Mamoowala2017-10-091-0/+6
* [android] re-implemented the fps listener apiIvo van Dongen2017-09-221-37/+0
* [android] map snapshotsIvo van Dongen2017-09-221-6/+6
* [android] Re-initialise renderer, backend and context when the android system...Ivo van Dongen2017-09-221-0/+1
* [android] self-contained map rendererIvo van Dongen2017-09-221-53/+9
* [android] schedule work on the gl thread using GLSurfaceView#queueEventIvo van Dongen2017-09-221-8/+16
* [android] async renderingIvo van Dongen2017-09-221-433/+26
* [android] extract RendererBackend from NativeMapViewIvo van Dongen2017-09-221-83/+12
* Preserve depth buffer between 3D layers + optimize render order (#9931)Lauren Budorick2017-09-211-4/+4
* [android] - style image accessorTobrun Van Nuland2017-08-181-0/+10
* [android] - optimise icon managementTobrun Van Nuland2017-08-101-0/+6
* [all] Merge View into RendererBackendJohn Firebaugh2017-07-261-2/+2
* [android] manage backendscope in renderer frontendIvo van Dongen2017-07-251-0/+1
* [android] add api to enable/disable tile prefetchingIvo van Dongen2017-07-201-1/+12
* [android] - rewrite map object intialisation (#9462)Tobrun2017-07-191-20/+4
* [android] - fine tune fling gesture (#9532)Tobrun2017-07-181-1/+1
* [android] remove manual ref counting on activation/deactivationIvo van Dongen2017-07-181-7/+0
* [android][glfw][ios][macos][node][qt] rename backend to renderer backendIvo van Dongen2017-07-181-5/+5
* [android] rendering interface changesIvo van Dongen2017-07-181-14/+32
* [android][glfw][ios][macos][node][qt] split backend from mapobserverIvo van Dongen2017-07-181-1/+1
* [android] remove tile cache size customizationIvo van Dongen2017-06-271-22/+2
* [core] Move setStyleJSON/URL to Style; add Map::setStyleJohn Firebaugh2017-06-221-4/+4