summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/style
Commit message (Expand)AuthorAgeFilesLines
* [android] renamed format expression options, added format expression exampleŁukasz Paczos2018-10-243-9/+12
* [android] "format" expression supportŁukasz Paczos2018-10-246-48/+491
* [android] Minimal Android wrapper on 'format' expressionChris Loer2018-10-241-1/+6
* Revert "[android] - infer nullity"tobrun2018-10-2327-561/+99
* [android] - infer nullityTobrun2018-10-1227-99/+561
* Port symbol-z-order symbol layout style-spec property to Nativeupstream/sort-by-yryanhamley2018-09-073-0/+55
* [android] "is-supported-script" expression supportŁukasz Paczos2018-09-071-0/+60
* [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] - add quotes to toString representation of a String literalTobrun2018-09-041-8/+5
* [android] - modularise the sdktobrun2018-08-241-7/+7
* [android] synchronize and coalesce requests targeting the same TileID in the ...Łukasz Paczos2018-08-231-42/+152
* [android] - add line-gradient example, integrate lineProgress expressiontobrun2018-08-232-1/+37
* [core] Add `line-gradient` propertyMikhail Pozdnyakov2018-08-232-0/+61
* [android] "collator" and "resolved-locale" expressions supportŁukasz Paczos2018-08-221-34/+562
* [android] - GeoJsonOptions javadoc correction on minZoom level and default va...Tobrun2018-08-221-3/+3
* [core, test] Bump GL JS pin to bring gl-native back in sync with gl-js.Chris Loer2018-08-211-2/+2
* [android] - converting GeoJsonSource Java features to core ones on a worker t...Łukasz Paczos2018-08-211-4/+8
* [android] hide peer constructorsŁukasz Paczos2018-08-1520-20/+20
* [android] shutting down thread pool of the CustomGeometrySource when the sour...Łukasz Paczos2018-08-101-17/+66
* [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-2627-0/+395
* [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-273-13/+29
* [core] add raster-resampling property (#12176)upstream/rcleeMolly Lloyd2018-06-213-0/+54
* [android] - move match stops conversion to Stop.toExpressionArraytobrun2018-06-121-8/+1
* [android] - fix literal wrapping in comparission expressionstobrun2018-05-291-14/+15
* [android] - allow literal expression property argumentsŁukasz Paczos2018-05-282-2/+7
* [android] - raw expression supportŁukasz Paczos2018-05-283-9/+106
* UI thread checking (#12000)Tobrun2018-05-2520-2/+394
* [android] - improve stop javadoc to include interpolateTobrun2018-05-141-1/+5
* Bump GL JS pin to get tests for global symbol querying.Chris Loer2018-04-251-10/+10
* [android] - match expression doc tweaks (#11691)Łukasz Paczos2018-04-171-0/+4
* Add abs, round, floor, ceil operators (#11653)Anand Thakker2018-04-112-5/+186
* [android] - add convinience step expression (#11641)Tobrun2018-04-101-0/+128
* [android] - add javadoc code examples for Android (#11540)Tobrun2018-04-101-23/+1413
* Rework expression conversion (#11490)Tobrun2018-04-108-8/+9
* Rework logical condition convenience expressions (#11555)Tobrun2018-04-041-31/+31
* [android] - throw illegal argument exception when attempting to convert an Pr...Tobrun2018-04-041-1/+4
* Use a host interface for CustomLayer instead of function pointers (#11553)Asheem Mamoowala2018-04-021-17/+3
* [android] - allow multiple expressions in string, number and bool asserting e...Tobrun2018-03-261-3/+3
* [android] - correctly convert Android int colors with to-color expression (#1...Tobrun2018-03-231-30/+2
* [android] - make default output param from step expression more descriptive, ...Tobrun2018-03-221-16/+20
* Literal array conversion of primitive arrays (#11500)Tobrun2018-03-221-0/+24
* Expression filters (#11429)Tobrun2018-03-1915-281/+189
* update to MAS3.0-beta.4 (#11468)Osana Babayan2018-03-161-2/+2
* [android] - implement expression literal on arraysTobrun2018-03-161-1/+48
* [android] - add expression conversion, add getters (#11352)Tobrun2018-03-0818-2630/+205
* [android] - rework match expression to style specification syntaxTobrun2018-03-061-22/+22