summaryrefslogtreecommitdiff
path: root/platform/android/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release-boba' into masterupstream/fabian-merge-v4.0.0Fabian Guerra2018-04-2366-717/+800
|\
| * [android] - add paused state to map renderer, don't render snapshot when paus...Tobrun2018-04-103-3/+19
| * Rework expression conversion (#11490)Tobrun2018-04-1016-148/+300
| * [android] - add delete local refs calls for make jni stringsTobrun2018-04-093-6/+18
| * [android] release local refs earlyIvo van Dongen2018-04-092-1/+7
| * Use a host interface for CustomLayer instead of function pointers (#11553)Asheem Mamoowala2018-04-023-55/+32
| * Expression filters (#11429)Tobrun2018-03-192-1/+39
| * [android] - verify optional before accessing itTobrun2018-03-191-4/+6
| * [android] high-level jni bindings for geojson conversionIvo van Dongen2018-03-1922-198/+318
| * [android] - add expression conversion, add getters (#11352)Tobrun2018-03-0814-415/+132
| * [android] calculating camera's LatLng for bounds without map padding (#11410)Łukasz Paczos2018-03-082-6/+8
| * [android] - check for null body on http request, cleanup codeTobrun2018-03-081-1/+1
| * [android] take advantage of MAS 3.0-beta.3 changesOsana Babayan2018-03-061-55/+57
| * [android] - delete local ref pixel buffer when converting Image.java to coreTobrun2018-03-021-1/+1
| * [android] custom layer example - remove dependencies on mbgl logging and stri...Ivo van Dongen2018-03-011-22/+24
| * [android] custom layer example - add error checking to debug issues more easilyIvo van Dongen2018-03-011-28/+142
| * [android] custom layer example - fix fragment shader source for opengl es 2 p...Ivo van Dongen2018-03-011-1/+1
| * [android] expose ImageSource coordinates setter (#11262)Łukasz Paczos2018-03-012-1/+9
| * [android] - add default heatmap color to getterTobrun2018-03-012-1/+18
| * [android] - add heatmap color propertyTobrun2018-03-013-0/+22
| * [android] jni clean up - missing a couple DeleteLocalRefosana2018-02-224-3/+11
| * [android] missing DeleteLocalRef Osana Babayan2018-02-204-21/+33
| * Merge branch 'master' into release-bobaFabian Guerra2018-02-159-7/+196
| |\
| * | [android] - add conversion of non ARGB_8888 images to c++, expose Bitmap#copy...Tobrun2018-02-122-2/+9
| * | NativeMapView.addImage without copying into JavaBenjamin Jaeger2018-02-122-11/+4
| * | migrated to use mapbox-java3.0 Osana Babayan2018-02-0822-205/+179
| * | [core] factor out RunLoop::wake()Konstantin Käfer2018-02-071-5/+2
* | | [android] custom layer example - remove dependencies on mbgl logging and stri...Ivo van Dongen2018-02-231-22/+24
* | | [android] custom layer example - add error checking to debug issues more easilyIvo van Dongen2018-02-231-28/+142
* | | [android] custom layer example - fix fragment shader source for opengl es 2 p...Ivo van Dongen2018-02-231-1/+1
* | | [android] expose ImageSource coordinates setter (#11262)Łukasz Paczos2018-02-222-1/+9
* | | [android] jni clean up - missing a couple DeleteLocalRef Osana Babayan2018-02-216-5/+11
* | | [android] - add instrumentation tests for FileSource activation/deactivationTobrun2018-02-202-1/+11
* | | [android] added missing delete local references Osana Babayan2018-02-194-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