summaryrefslogtreecommitdiff
path: root/platform/android/src
Commit message (Expand)AuthorAgeFilesLines
* [android] missing DeleteLocalRefupstream/osana-DelLocalRef-11212“osana”2018-02-174-21/+35
* [core, ios, macos, android, node] Heatmap layer (#11046)Vladimir Agafonkin2018-02-154-0/+189
* [core] Rename "onLowMemory" to "reduceMemoryUse".Chris Loer2018-02-143-4/+4
* migrated to use mapbox-java3.0 Osana Babayan2018-02-0822-205/+179
* Add options for Custom Geometry Source types to enable clipping and wrapping ...Asheem Mamoowala2018-02-071-1/+1
* [core] factor out RunLoop::wake()Konstantin Käfer2018-02-061-5/+2
* [Android] fix typo in custom layer exampleErol Baykal2018-02-051-2/+2
* [android] - add binding integration for RasterDEMSource, add exampleTobrun2018-01-253-0/+98
* [core] update mapbox-gl-js submodule pinKonstantin Käfer2018-01-242-17/+0
* [core] add raster-dem source type and hillshade layer type (#10642)Molly Lloyd2018-01-236-0/+265
* [android] - fix code generation, remove lamda, fixup color conversion localetobrun2018-01-092-17/+0
* [android] Add Configuration hook for local ideograph font family and demo act...Asheem Mamoowala2017-12-112-5/+9
* [android] Android implementation of local CJK glyph renderingChris Loer2017-12-113-0/+161
* [android] - add FileSource activation/deactivation to MapSnapshotter, handle ...Tobrun2017-12-064-11/+47
* [core] move HeadlessBackend extension initialization code into ImplKonstantin Käfer2017-11-292-2/+2
* [core, ios, qt, android] Close race condition in RunLoop (issue #9620)Chris Loer2017-11-271-2/+4
* [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