summaryrefslogtreecommitdiff
path: root/platform/android/src/native_map_view.cpp
Commit message (Expand)AuthorAgeFilesLines
* [android] introduce generic Peer object for JNI wrappingupstream/7743-nativepeer-defaultfilesourceKonstantin Käfer2017-01-171-6/+3
* [android] expose DefaultFileSource via jni.hppKonstantin Käfer2017-01-171-7/+12
* [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