summaryrefslogtreecommitdiff
path: root/platform/android/src
Commit message (Expand)AuthorAgeFilesLines
* [android] Use inherited javaPeer in CustomGeometrySource C++ peerAsheem Mamoowala2017-11-222-18/+29
* [android] Reuse Java Source objects by holding on to a strong reference in th...Asheem Mamoowala2017-11-2219-184/+177
* [android] Bindings for Custom Geometry SourcesAsheem Mamoowala2017-11-223-0/+172
* Merge branch 'release-agua' into tvn-merge-releaseTobrun2017-11-109-3/+132
|\
| * [android] - make snapshot logo optionalTobrun2017-11-014-4/+11
| * [android] map snapshotter - expose attributionsIvo van Dongen2017-11-014-4/+38
| * [android] map snapshotter - wrap snapshot in native peer for access to the po...Ivo van Dongen2017-11-014-6/+106
| * [android] map snapshotter - add mutatorsIvo van Dongen2017-11-012-2/+31
| * [android] - add bulk addImages api on MapboxMapTobrun2017-10-315-0/+88
| * [android] - move shape annotation click handling to coreTobrun2017-10-304-0/+29
| * [android] - use FileSource pause and resume when foregrounding/backgrounding appTobrun Van Nuland2017-10-172-3/+15
| * [android][ios][macOS] Implement bindings for `Map::cameraForGeometry`. On mac...Asheem Mamoowala2017-10-092-0/+9
* | [android] MapRendererRunnable - avoid weak reference table overflowIvo van Dongen2017-11-093-11/+16
* | [android] - make snapshot logo optionalTobrun2017-11-014-4/+11
* | [android] map snapshotter - expose attributionsIvo van Dongen2017-10-314-4/+38
* | [android] map snapshotter - wrap snapshot in native peer for access to the po...Ivo van Dongen2017-10-314-6/+106
* | [android] map snapshotter - add mutatorsIvo van Dongen2017-10-312-2/+31
* | Replace compile-time polymorphism with runtime polymorphism in the conversion...John Firebaugh2017-10-238-113/+111
* | [android][ios][macOS] Implement bindings for `Map::cameraForGeometry`. On mac...Asheem Mamoowala2017-10-092-0/+9
|/
* [android] example custom layer - add context lost callbackIvo van Dongen2017-09-221-0/+8
* [android] CustomLayer - optionally accept a context lost callback functionIvo van Dongen2017-09-222-3/+4
* [android] re-implemented the fps listener apiIvo van Dongen2017-09-222-45/+0
* [android] reset renderer on the GL thread when map is destroyedIvo van Dongen2017-09-222-2/+11
* [android] map snapshotsIvo van Dongen2017-09-226-23/+45
* [android] signal renderer when gl surface is re-initialized that gl context i...Ivo van Dongen2017-09-221-0/+1
* [android] Re-initialise renderer, backend and context when the android system...Ivo van Dongen2017-09-227-45/+99
* [android] self-contained map rendererIvo van Dongen2017-09-2210-258/+366
* [android] schedule work on the gl thread using GLSurfaceView#queueEventIvo van Dongen2017-09-225-30/+46
* [android] async renderingIvo van Dongen2017-09-225-497/+287
* [android] extract RendererBackend from NativeMapViewIvo van Dongen2017-09-224-106/+107
* Preserve depth buffer between 3D layers + optimize render order (#9931)Lauren Budorick2017-09-212-6/+7
* [android] map snapshotterIvo van Dongen2017-08-305-0/+195
* [android] add GenericWeakReference that can be deleted from any threadIvo van Dongen2017-08-301-0/+29
* Implement icon-anchor propertyLauren Budorick2017-08-284-32/+41
* Revert "[android] - configure loggin of HttpRequest, cleanup HttpRequest"Tobrun Van Nuland2017-08-241-2/+2
* [android] - configure loggin of HttpRequest, cleanup HttpRequestTobrun Van Nuland2017-08-191-2/+2
* [android] - style image accessorTobrun Van Nuland2017-08-182-0/+13
* [android] - optimise icon managementTobrun Van Nuland2017-08-102-0/+8
* [all] ensure runloop is the current schedulerIvo van Dongen2017-08-092-7/+8
* [core] finish must-revalidate supportKonstantin Käfer2017-08-081-1/+3
* [all] Merge View into RendererBackendJohn Firebaugh2017-07-264-14/+7
* [android] manage backendscope in renderer frontendIvo van Dongen2017-07-253-1/+9
* [android] add api to enable/disable tile prefetchingIvo van Dongen2017-07-202-1/+16
* [android] - rewrite map object intialisation (#9462)Tobrun2017-07-192-30/+4
* [android] - fine tune fling gesture (#9532)Tobrun2017-07-181-1/+1
* [android] remove manual ref counting on activation/deactivationIvo van Dongen2017-07-182-9/+0
* [android][glfw][ios][macos][node][qt] rename backend to renderer backendIvo van Dongen2017-07-182-10/+10
* [android] rendering interface changesIvo van Dongen2017-07-1818-66/+225
* [android][glfw][ios][macos][node][qt] split backend from mapobserverIvo van Dongen2017-07-182-2/+2
* [core][ios][android][macos] Use premultiplied image directly for RasterTile a...Asheem Mamoowala2017-07-171-2/+1