summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/style/sources/CustomGeometrySource.java
Commit message (Collapse)AuthorAgeFilesLines
* Revert "[android] - infer nullity"tobrun2018-10-231-6/+3
| | | | This reverts commit 617742710852a5a958a13f2b659f8c307973e49d.
* [android] - infer nullityTobrun2018-10-121-3/+6
|
* [android] synchronize and coalesce requests targeting the same TileID in the ↵Łukasz Paczos2018-08-231-42/+152
| | | | CustomGeometrySource
* [android] shutting down thread pool of the CustomGeometrySource when the ↵Łukasz Paczos2018-08-101-17/+66
| | | | source is destroyed
* [android] using @Keep annotation across the project with the help of lint checksŁukasz Paczos2018-07-261-0/+9
|
* UI thread checking (#12000)Tobrun2018-05-251-0/+5
| | | * [android] - add UI thread checking
* Expression filters (#11429)Tobrun2018-03-191-3/+3
| | | * [android] - add expression filter integration
* migrated to use mapbox-java3.0 Osana Babayan2018-02-081-2/+2
| | | | | migrated to use mapbox-java3.0 note that old 2.2.9 telementry is still used though
* Add options for Custom Geometry Source types to enable clipping and wrapping ↵Asheem Mamoowala2018-02-071-4/+4
| | | | geometry (#11041)
* [android] null checkAsheem Mamoowala2017-12-061-1/+1
|
* [android] Use inherited javaPeer in CustomGeometrySource C++ peerAsheem Mamoowala2017-11-221-3/+3
|
* [android] Bindings for Custom Geometry SourcesAsheem Mamoowala2017-11-221-0/+203