summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/style/layers/HeatmapLayer.java
Commit message (Collapse)AuthorAgeFilesLines
* Revert "[android] - infer nullity"tobrun2018-10-231-26/+5
| | | | This reverts commit 617742710852a5a958a13f2b659f8c307973e49d.
* [android] - infer nullityTobrun2018-10-121-5/+26
|
* [android] - add get source id to supported layer typestobrun2018-09-041-0/+10
|
* [android] hide peer constructorsŁukasz Paczos2018-08-151-1/+1
|
* [android] using @Keep annotation across the project with the help of lint checksŁukasz Paczos2018-07-261-0/+15
|
* UI thread checking (#12000)Tobrun2018-05-251-0/+17
| | | * [android] - add UI thread checking
* Rework expression conversion (#11490)Tobrun2018-04-101-1/+1
| | | * [android] - rework expression conversion
* Expression filters (#11429)Tobrun2018-03-191-6/+24
| | | * [android] - add expression filter integration
* [android] - add heatmap color propertyTobrun2018-03-011-0/+28
|
* [core, ios, macos, android, node] Heatmap layer (#11046)Vladimir Agafonkin2018-02-151-0/+221
Co-Authored-By: Konstantin Käfer <mail@kkaefer.com> Co-Authored-By: Anand Thakker <anandthakker@users.noreply.github.com> Co-Authored-By: Minh Nguyễn <1ec5@users.noreply.github.com>