summaryrefslogtreecommitdiff
path: root/platform/android/src/android_renderer_frontend.hpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] Rename "onLowMemory" to "reduceMemoryUse".Chris Loer2018-02-141-1/+1
| | | | | Android still calls "reduceMemoryUse" only while handling a low memory event. iOS, on the other hand, calls "reduceMemoryUse" every time it enters the background.
* [android] - move shape annotation click handling to coreTobrun2017-10-301-0/+1
|
* [android] map snapshotsIvo van Dongen2017-09-221-8/+0
|
* [android] Re-initialise renderer, backend and context when the android ↵Ivo van Dongen2017-09-221-7/+0
| | | | system destroyed the underlying gl resources
* [android] self-contained map rendererIvo van Dongen2017-09-221-29/+6
| | | | - Isolates the GL thread in a MapRenderer class with a native peer
* [android] schedule work on the gl thread using GLSurfaceView#queueEventIvo van Dongen2017-09-221-2/+5
|
* [android] async renderingIvo van Dongen2017-09-221-4/+37
| | | | | | - introduces GLSurfaceView - introduces Orchestration thread - renders on the gl thread
* [all] Merge View into RendererBackendJohn Firebaugh2017-07-261-3/+1
|
* [android] manage backendscope in renderer frontendIvo van Dongen2017-07-251-1/+3
|
* [android] rendering interface changesIvo van Dongen2017-07-181-0/+51