summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/style/layers
Commit message (Expand)AuthorAgeFilesLines
* [android] - add external links to javadoc generation, fix warnings and errors...tobrun2019-06-041-1/+1
* [core] upgrade mapbox-gl-js pin to the most recent versionKonstantin Käfer2019-05-081-1/+1
* [core] render extrusions directly in the main framebufferKonstantin Käfer2019-05-081-2/+2
* [android] Generate style code for symbol-sort-keyAlexander Shalamov2019-04-173-0/+41
* [android] - only perform thread checking in debug builds of the integrating a...tobrun2019-04-121-2/+3
* [core] auto value for 'text-justify' fieldMikhail Pozdnyakov2019-03-291-0/+5
* [core] Enable 'text-radial-offset' propertyMikhail Pozdnyakov2019-03-292-2/+38
* [core] Enable text-variable-anchor propertyMikhail Pozdnyakov2019-03-292-0/+36
* [android] expose symbol placement transition duration optionŁukasz Paczos2019-02-041-5/+49
* [android] - add library loading to peer objectstobrun2019-01-211-0/+5
* Revert "[android] - add library loading to peer objects"tobrun2019-01-171-5/+0
* [android] - add library loading to peer objectstobrun2019-01-171-0/+5
* [android] - optimise interface definitiontobrun2019-01-151-0/+2
* [android] - Style.javaTobrun2018-12-101-0/+13
* [android] expose Formatted text-field setterŁukasz Paczos2018-12-043-5/+21
* [core] Support fill-extrusion-vertical-gradientBruno de Oliveira Abinader2018-11-292-0/+36
* Add specific name logging in failure scenarios of PropertyValueSteve2018-11-211-3/+3
* [android] removing plain text getter for "text-field"Łukasz Paczos2018-11-204-70/+16
* [android] getting a constant layer filter fixŁukasz Paczos2018-11-2011-36/+46
* [android] Removed previously deprecated colorToRgbaString and colorToRgbaArra...Osana Babayan2018-11-142-62/+4
* [android] - nullify codebase with annotationsTobrun2018-11-0713-73/+472
* [android] Remove UnknownLayerMikhail Pozdnyakov2018-11-071-27/+0
* [android] verify if `text-field` is not null before performing compatibility ...Łukasz Paczos2018-11-062-8/+18
* [android] renamed format expression options, added format expression exampleŁukasz Paczos2018-10-242-2/+2
* [android] "format" expression supportŁukasz Paczos2018-10-243-3/+63
* Revert "[android] - infer nullity"tobrun2018-10-2313-470/+73
* [android] - infer nullityTobrun2018-10-1213-73/+470
* Port symbol-z-order symbol layout style-spec property to Nativeupstream/sort-by-yryanhamley2018-09-073-0/+55
* [android] MapStrictMode implementationŁukasz Paczos2018-09-041-0/+2
* [android] - provide correct expression integration for newly created property...Tobrun2018-09-041-2/+4
* [android] - add get source id to supported layer typestobrun2018-09-0410-0/+95
* [android] - modularise the sdktobrun2018-08-241-7/+7
* [core] Add `line-gradient` propertyMikhail Pozdnyakov2018-08-232-0/+61
* [core, test] Bump GL JS pin to bring gl-native back in sync with gl-js.Chris Loer2018-08-211-2/+2
* [android] hide peer constructorsŁukasz Paczos2018-08-1512-12/+12
* [android] - wait for the initial render to occur before showing the map to th...Tobrun2018-07-272-14/+14
* [android] using @Keep annotation across the project with the help of lint checksŁukasz Paczos2018-07-2615-0/+298
* [android, ios, macos] Generate symbol-placement: line-center wrappersChris Loer2018-07-231-4/+9
* [android] - range alpha between 0 and 1 with android color conversiontobrun2018-06-272-12/+28
* [core] add raster-resampling property (#12176)upstream/rcleeMolly Lloyd2018-06-213-0/+54
* [android] - allow literal expression property argumentsŁukasz Paczos2018-05-281-2/+1
* [android] - raw expression supportŁukasz Paczos2018-05-282-6/+36
* UI thread checking (#12000)Tobrun2018-05-2511-1/+299
* Bump GL JS pin to get tests for global symbol querying.Chris Loer2018-04-251-10/+10
* Add abs, round, floor, ceil operators (#11653)Anand Thakker2018-04-111-4/+4
* Rework expression conversion (#11490)Tobrun2018-04-108-8/+9
* Use a host interface for CustomLayer instead of function pointers (#11553)Asheem Mamoowala2018-04-021-17/+3
* Expression filters (#11429)Tobrun2018-03-1912-272/+180
* [android] - add expression conversion, add getters (#11352)Tobrun2018-03-084-1486/+25
* [android] - add heatmap color propertyTobrun2018-03-012-0/+58