summaryrefslogtreecommitdiff
path: root/platform/android/src/native_map_view.hpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* [core] Privatize OpenGL/Context headersKonstantin Käfer2017-03-281-1/+1
* [core] Move OpenGL extension initialization to BackendKonstantin Käfer2017-03-231-0/+1
* [core] cache binary shaders on AndroidKonstantin Käfer2017-03-221-1/+7
* Merge branch 'release-ios-v3.5.0-android-v5.0.0'John Firebaugh2017-03-211-1/+1
|\
| * [android] - zoom to rounded levelsTobrun2017-03-101-1/+1
* | [android] Updated MapObserver::onSourceChangedBruno de Oliveira Abinader2017-03-211-1/+1
* | [android] Update changes in MapObserver::onDidFailLoadingMapBruno de Oliveira Abinader2017-03-171-1/+2
* | [android] Support mbgl::MapObserverBruno de Oliveira Abinader2017-03-151-1/+18
|/
* [android] Add support for queryRenderedFeatures filterIvo van Dongen2017-03-041-2/+6
* [android] insert layer at indexIvo van Dongen2017-02-281-0/+2
* [android] remove layer at indexIvo van Dongen2017-02-281-0/+2
* [android] insert layer aboveIvo van Dongen2017-02-281-0/+2
* [android] remove source returns referenceIvo van Dongen2017-02-281-1/+1
* [android] remove layer returns referenceIvo van Dongen2017-02-281-1/+1
* [android] source list accessor + exampleIvo van Dongen2017-02-281-0/+2
* [android] layer list accessor + exampleIvo van Dongen2017-02-281-0/+2
* [android] jni high level binding refactorIvo van Dongen2017-02-241-33/+223
* [ios,macos,android,qt] use shared threadpoolKonstantin Käfer2017-02-201-1/+1
* [android] use shared DefaultFileSource for all maps + OfflineManagerKonstantin Käfer2017-02-201-1/+1
* [core] use raii to guard backend deactivationIvo van Dongen2016-12-121-2/+4
* [build] move default ThreadPool implementation to platform/defaultKonstantin Käfer2016-11-221-1/+1
* [android] Update GLSL + ensure binding to OpenGL ES 2.0Bruno de Oliveira Abinader2016-11-141-2/+0
* [android] update viewport size when framebuffer size changedKonstantin Käfer2016-11-101-0/+1
* [core] correctly set the framebuffer size on retina screensKonstantin Käfer2016-11-011-0/+1
* [core] move gl::Context to Backend and refactor ViewKonstantin Käfer2016-10-251-3/+1
* [core] separate Backend from View for headless renderingKonstantin Käfer2016-10-251-3/+4
* [core] [node] pass thread pool impl to Map constructorMike Morris2016-10-201-0/+2
* [android] Refcount the view activationsThiago Marcos P. Santos2016-08-061-0/+2
* [android] SurfaceView compatible snapshot apiTobrun Van Nuland2016-08-031-0/+3
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-251-4/+1
* [android] Restore prior GLContext if existsThiago Marcos P. Santos2016-04-181-0/+6
* [android] Do not attach/detach to threadsThiago Marcos P. Santos2016-04-141-3/+1
* [core] Render from the main threadJohn Firebaugh2016-04-141-5/+1
* [android] #4240 - add flag to resize only when needed.Tobrun2016-03-081-1/+1
* [android] Add API to be able to set insets on MapView.Larry Geromegnace2016-01-271-0/+3