summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/renderer/glsurfaceview/GLSurfaceViewMapRenderer.java
Commit message (Collapse)AuthorAgeFilesLines
* [android] - add synchronisation blocks to GLSurfaceViewMapRendererupstream/tvn-sigsegv11tobrun2019-06-041-3/+9
|
* [android] - don't invoke nativeRender when surface has been destroyedtobrun2019-06-031-7/+11
|
* [android] - use atomic boolean for hasSurface, check if renderer is created ↵tobrun2019-05-101-3/+4
| | | | by validating if mapboxMap isn't null when invoking MapView#onLowMemory
* [android] - unify has surface state handlingtobrun2019-04-171-2/+1
|
* [android] - rework test to use query activity, fix attempt to render without ↵tobrun2019-04-121-1/+17
| | | | surface crash
* [android] - don't call OnSurfaceCreated from the main threadtobrun2019-03-271-5/+0
|
* [android] - hook GLSurfaceViewMapRenderer into surfaceCreated callback, ↵tobrun2019-03-221-8/+5
| | | | don't destroy map renderer when surface is destroyed as it can be recreated later
* [android] gl surfaceview renderer - only destroy context when destroying the ↵Ivo van Dongen2019-02-231-1/+21
| | | | mapview
* [android] hook into surface holder to cleanup renderer on the right thread ↵Ivo van Dongen2019-02-141-0/+11
| | | | before the surface is destroyed
* [android] - nullify codebase with annotationsTobrun2018-11-071-0/+2
|
* Revert "[android] - infer nullity"tobrun2018-10-231-2/+0
| | | | This reverts commit 617742710852a5a958a13f2b659f8c307973e49d.
* [android] - infer nullityTobrun2018-10-121-0/+2
|
* [android] preserve GLSurfaceView's EGL context on pauseŁukasz Paczos2018-09-261-0/+1
|
* [android] - wait for the initial render to occur before showing the map to ↵Tobrun2018-07-271-1/+3
| | | | the end-user
* [android] using @Keep annotation across the project with the help of lint checksŁukasz Paczos2018-07-261-2/+1
|
* [android] Add Configuration hook for local ideograph font family and demo ↵Asheem Mamoowala2017-12-111-2/+2
| | | | activity
* [android] Enable map rendering when app is pausedIvo van Dongen2017-11-201-2/+2
|
* [android] move egl under renderer packageIvo van Dongen2017-11-021-0/+81