summaryrefslogtreecommitdiff
path: root/platform/android/src/native_map_view.hpp
Commit message (Expand)AuthorAgeFilesLines
* [android] Add bindings for onRemoveUnusedStyleImages APIAlexander Shalamov2019-05-211-0/+1
* [core] Make the BackgroundScheduler a singletonThiago Marcos P. Santos2019-05-101-2/+0
* [android] - add style image missing binding integration, add synchronoustobrun2019-04-151-0/+1
* [core] Remove file source from public Map ctorBruno de Oliveira Abinader2019-03-201-1/+0
* [core] Don't use exceptions in MapObserver::onDidFailLoadingMapAnder Conselvan de Oliveira2019-03-131-1/+1
* [android] - optimise interface definitiontobrun2019-01-151-8/+4
* [docs] EnterIdle -> BecomeIdleChris Loer2018-12-111-1/+1
* [core, darwin, android] Add onDidEnterIdle to MapObserver.Chris Loer2018-12-111-0/+1
* [android] - add more tests, refactor map paddingTobrun2018-12-111-1/+3
* nativeRemoveSource() and nativeRemoveLayer() methods should return a boolean ...Osana Babayan2018-12-071-7/+3
* [android] layers.cpp/hpp -> layer_manager.cpp/hppMikhail Pozdnyakov2018-11-071-1/+1
* [android] - replace OnMapChange with specific callbacksTobrun2018-10-111-3/+0
* [android] - add binding integration for cross source collisiontobrun2018-09-121-1/+2
* [android] jni.hpp 4.0.0John Firebaugh2018-09-071-52/+52
* [android] Upgrade to latest jni.hppJohn Firebaugh2018-09-071-3/+1
* [android] - expose getMap on native_map_viewTobrun2018-07-201-0/+2
* [android] - add bearing and pitch to get camera for geometrytobrun2018-07-051-1/+1
* [android] - add bearing and tilt to LatLngBounds, incorporate current tilt an...tobrun2018-07-051-1/+1
* [android] - add support for sdf by exposing sdf confiigurationn when calling ...tobrun2018-06-251-1/+1
* [android] - add paused state to map renderer, don't render snapshot when paus...Tobrun2018-04-101-1/+0
* [android] calculating camera's LatLng for bounds without map padding (#11410)Łukasz Paczos2018-03-081-2/+2
* NativeMapView.addImage without copying into JavaBenjamin Jaeger2018-02-121-1/+1
* [android] Reuse Java Source objects by holding on to a strong reference in th...Asheem Mamoowala2017-11-221-3/+3
* [android] - add bulk addImages api on MapboxMapTobrun2017-10-311-0/+3
* [android] - move shape annotation click handling to coreTobrun2017-10-301-0/+2
* [android][ios][macOS] Implement bindings for `Map::cameraForGeometry`. On mac...Asheem Mamoowala2017-10-091-0/+3
* [android] re-implemented the fps listener apiIvo van Dongen2017-09-221-8/+0
* [android] map snapshotsIvo van Dongen2017-09-221-0/+2
* [android] self-contained map rendererIvo van Dongen2017-09-221-22/+4
* [android] schedule work on the gl thread using GLSurfaceView#queueEventIvo van Dongen2017-09-221-3/+7
* [android] async renderingIvo van Dongen2017-09-221-33/+5
* [android] extract RendererBackend from NativeMapViewIvo van Dongen2017-09-221-23/+3
* Preserve depth buffer between 3D layers + optimize render order (#9931)Lauren Budorick2017-09-211-2/+3
* [android] - style image accessorTobrun Van Nuland2017-08-181-0/+3
* [android] - optimise icon managementTobrun Van Nuland2017-08-101-0/+2
* [all] Merge View into RendererBackendJohn Firebaugh2017-07-261-6/+2
* [android] add api to enable/disable tile prefetchingIvo van Dongen2017-07-201-0/+4
* [android] - rewrite map object intialisation (#9462)Tobrun2017-07-191-10/+0
* [android] remove manual ref counting on activation/deactivationIvo van Dongen2017-07-181-2/+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-1/+7
* [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-8/+1
* Merge release-ios-v3.6.0-android-v5.1.0 to master (#9170)Tobrun2017-06-021-0/+3
* [android] - move calculation of LatLngBounds to core (#8765)Tobrun2017-04-201-1/+4
* [all] Remove redundant scale-related camera methodsJohn Firebaugh2017-04-131-6/+0
* [android] - add binding integration for Map::setLatLngbounds, add example (#8...Tobrun2017-04-131-0/+3
* [android] Recalculate source tile cache size when appropiateBruno de Oliveira Abinader2017-04-101-0/+1
* [android] Initialize NativeMapView with OpenGL ES 2.0 minimum texture sizeBruno de Oliveira Abinader2017-04-101-4/+6
* [android] geojson conversion optimisationIvo van Dongen2017-03-281-3/+3