summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/renderer/textureview
Commit message (Expand)AuthorAgeFilesLines
* [android] - add synchronisation blocks to GLSurfaceViewMapRendererupstream/tvn-sigsegv11tobrun2019-06-041-1/+3
* [android] - don't invoke nativeRender when surface has been destroyedtobrun2019-06-031-4/+8
* [android] - use atomic boolean for hasSurface, check if renderer is created b...tobrun2019-05-101-2/+2
* [android] - unify has surface state handlingtobrun2019-04-171-0/+2
* [android] - hook GLSurfaceViewMapRenderer into surfaceCreated callback, don't...tobrun2019-03-221-1/+0
* [android] hook into surface holder to cleanup renderer on the right thread be...Ivo van Dongen2019-02-142-0/+9
* [android] - nullify codebase with annotationsTobrun2018-11-071-1/+7
* Revert "[android] - infer nullity"tobrun2018-10-231-7/+1
* [android] - infer nullityTobrun2018-10-121-1/+7
* [android] - modularise the sdktobrun2018-08-241-12/+12
* [android] - fix javadoc utf8 encoding issues, add missing package-info.java i...Tobrun2018-02-221-0/+4
* [android] - translucent surface on TextureViewTobrun2018-02-132-6/+18
* [android] - don't recreate surface as part of view resizetobrun2018-02-121-8/+6
* [android] Fixups for LocalGlyphActivityChris Loer2017-12-111-1/+3
* [android] Add Configuration hook for local ideograph font family and demo act...Asheem Mamoowala2017-12-111-2/+2
* [android] Enable map rendering when app is pausedIvo van Dongen2017-11-201-2/+2
* [android] TextureView - cleanup destruction codeIvo van Dongen2017-11-031-12/+29
* [android] texture view map rendererIvo van Dongen2017-11-022-0/+538