summaryrefslogtreecommitdiff
path: root/platform/android/src/native_map_view.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* [all] Promote Style to public APIJohn Firebaugh2017-06-221-21/+22
* [core] Added Backend::{assume,set}ViewportBruno de Oliveira Abinader2017-06-131-3/+3
* Merge release-ios-v3.6.0-android-v5.1.0 to master (#9170)Tobrun2017-06-021-6/+17
* [core, node, darwin, android, qt] Make image ID part of ImageJohn Firebaugh2017-05-161-4/+6
* [all] Rationalize style::ImageJohn Firebaugh2017-04-241-6/+6
* [android] - move calculation of LatLngBounds to core (#8765)Tobrun2017-04-201-16/+9
* [android] - set firsRender flag to false when destroying the surface (#8739)Tobrun2017-04-191-0/+1
* [core] Remove non-Map-dependent projection methods from MapJohn Firebaugh2017-04-181-6/+7
* [core] Tighten geo.hpp ctorsBruno de Oliveira Abinader2017-04-141-1/+1
* [all] Remove redundant scale-related camera methodsJohn Firebaugh2017-04-131-17/+0
* [android] - add binding integration for Map::setLatLngbounds, add example (#8...Tobrun2017-04-131-1/+11
* [android] Recalculate source tile cache size when appropiateBruno de Oliveira Abinader2017-04-101-0/+7
* [android] Initialize NativeMapView with OpenGL ES 2.0 minimum texture sizeBruno de Oliveira Abinader2017-04-101-2/+3
* [all] Make LatLng coordinates read-onlyJohn Firebaugh2017-04-061-8/+5
* [android] - transition options in milliseconds, added test cases, fixup test ...Tobrun2017-03-301-4/+4
* [android] - consitent use of ms unit for time in java code, unit conversion a...Tobrun2017-03-301-2/+2
* [android] geojson conversion optimisationIvo van Dongen2017-03-281-7/+10
* [core] Privatize OpenGL/Context headersKonstantin Käfer2017-03-281-11/+7
* [core] Move OpenGL extension initialization to BackendKonstantin Käfer2017-03-231-5/+4
* [core] cache binary shaders on AndroidKonstantin Käfer2017-03-221-10/+16
* Merge branch 'release-ios-v3.5.0-android-v5.0.0'John Firebaugh2017-03-211-2/+2
|\
| * [android] query source featuresIvo van Dongen2017-03-101-16/+1
| * [android] - zoom to rounded levelsTobrun2017-03-101-2/+2
* | [android] Updated MapObserver::onSourceChangedBruno de Oliveira Abinader2017-03-211-1/+1
* | [android] Update changes in MapObserver::onDidFailLoadingMapBruno de Oliveira Abinader2017-03-171-1/+1
* | [android] Support mbgl::MapObserverBruno de Oliveira Abinader2017-03-151-0/+64
* | [android] query source featuresIvo van Dongen2017-03-091-16/+1
|/
* [android] Add support for queryRenderedFeatures filterIvo van Dongen2017-03-041-5/+35