summaryrefslogtreecommitdiff
path: root/platform/android/src/native_map_view.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] [android] - allow zooming/scaling to use AnimationOptions (#8181)Tobrun2017-02-281-8/+8
* [android] insert layer at indexIvo van Dongen2017-02-281-0/+24
* [android] remove layer at indexIvo van Dongen2017-02-281-0/+22
* [android] insert layer aboveIvo van Dongen2017-02-281-0/+38
* [android] remove source returns referenceIvo van Dongen2017-02-281-2/+7
* [android] fix ownership of style layer after deleteIvo van Dongen2017-02-281-3/+8
* [android] source list accessor + exampleIvo van Dongen2017-02-281-0/+17
* [android] layer list accessor + exampleIvo van Dongen2017-02-281-0/+19
* [android] jni high level binding refactorIvo van Dongen2017-02-241-233/+930
* [core] Nestable BackendScopeJohn Firebaugh2017-02-201-0/+1
* [ios,macos,android,qt] use shared threadpoolKonstantin Käfer2017-02-201-2/+3
* [android] use shared DefaultFileSource for all maps + OfflineManagerKonstantin Käfer2017-02-201-7/+6
* [android] use native image encoding and decodingKonstantin Käfer2017-01-271-6/+4
* [android] - remove redundant log statements in native_map_view.cpp (#7801)Tobrun2017-01-231-58/+1
* [core] use raii to guard backend deactivationIvo van Dongen2016-12-121-6/+2
* [build] move logging to utilKonstantin Käfer2016-11-221-3/+3
* [android] Update GLSL + ensure binding to OpenGL ES 2.0Bruno de Oliveira Abinader2016-11-141-18/+28
* [android] update viewport size when framebuffer size changedKonstantin Käfer2016-11-101-0/+6
* [core] move OpenGL debug information printing to coreKonstantin Käfer2016-11-041-28/+0
* [core] move framebuffer reading to gl::ContextKonstantin Käfer2016-11-041-14/+1
* [core] correctly set the framebuffer size on retina screensKonstantin Käfer2016-11-011-5/+8
* [core] change std::array<uint16_t, 2> to mbgl::SizeKonstantin Käfer2016-10-271-8/+10
* [core] move gl::Context to Backend and refactor ViewKonstantin Käfer2016-10-251-18/+16
* [core] separate Backend from View for headless renderingKonstantin Käfer2016-10-251-7/+5
* [core] [node] pass thread pool impl to Map constructorMike Morris2016-10-201-2/+3
* [core] move OpenGL extension loading to their own headersKonstantin Käfer2016-09-291-0/+1
* [android] - disable general purpose logging during transformation change (#6452)Tobrun2016-09-271-10/+0
* [core] standardize on uint16_t for texture sizesKonstantin Käfer2016-09-271-1/+1
* [android] Refcount the view activationsThiago Marcos P. Santos2016-08-061-0/+8
* [android] SurfaceView compatible snapshot apiTobrun Van Nuland2016-08-031-0/+33
* [android] - fix black screen issueTobrun2016-05-091-0/+4
* [android] Restore prior GLContext if existsThiago Marcos P. Santos2016-04-181-1/+12
* [android] Make the correct GL context currentThiago Marcos P. Santos2016-04-141-20/+0
* [android] Do not attach/detach to threadsThiago Marcos P. Santos2016-04-141-30/+6
* [core] Render from the main threadJohn Firebaugh2016-04-141-39/+4
* Merge branch 'release-ios-3.2.0-android-4.0.0'John Firebaugh2016-03-301-1/+1
|\
| * [android] Unify cache and offline databasesAntonio Zugaldia2016-03-211-1/+1
* | [android] Throw C++ exceptions by value, not by pointerJohn Firebaugh2016-03-181-38/+38
|/
* [android] #4240 - add flag to resize only when needed.Tobrun2016-03-081-4/+6
* [android] #3631 - resize fix issueTobrun2016-03-071-1/+4
* [android] #2996 - test workaround for device not sharing contextTobrun2016-03-071-0/+5
* [core] move platform/gl.hpp to gl/gl.hppKonstantin Käfer2016-02-081-1/+1
* [android] Add API to be able to set insets on MapView.Larry Geromegnace2016-01-271-0/+4
* [core] Eliminate platform::assetRoot()John Firebaugh2016-01-131-1/+4
* [core] Privatize SQLiteCacheJohn Firebaugh2016-01-081-3/+1
* [android] Simplify structure for native filesJohn Firebaugh2015-12-161-0/+755