summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/test/java/com/mapbox/mapboxsdk/style
Commit message (Collapse)AuthorAgeFilesLines
* [android] text-color option for formatted sectionsŁukasz Paczos2019-03-151-2/+20
|
* [android] Removed previously deprecated colorToRgbaString and ↵Osana Babayan2018-11-141-4/+4
| | | | | colorToRgbaArray (#13337) from PropertyFactory
* [android] renamed format expression options, added format expression exampleŁukasz Paczos2018-10-241-6/+8
|
* [android] "format" expression supportŁukasz Paczos2018-10-241-2/+113
|
* [android] "is-supported-script" expression supportŁukasz Paczos2018-09-071-0/+15
|
* [android] - provide correct expression integration for newly created ↵Tobrun2018-09-041-0/+14
| | | | property values
* [android] - add quotes to toString representation of a String literalTobrun2018-09-041-2/+9
|
* [android] "collator" and "resolved-locale" expressions supportŁukasz Paczos2018-08-221-0/+77
|
* [android] - range alpha between 0 and 1 with android color conversiontobrun2018-06-271-5/+23
|
* [android] - fix literal wrapping in comparission expressionstobrun2018-05-291-2/+42
|
* [android] - raw expression supportŁukasz Paczos2018-05-281-82/+149
|
* Add abs, round, floor, ceil operators (#11653)Anand Thakker2018-04-111-0/+60
| | | | | | | | | | | | | | | | | | | | * Add abs, round, floor, ceil operators Port of https://github.com/mapbox/mapbox-gl-js/pull/6496 * [ios, macos] Simplified abs, ceiling, floor expressions * [ios, macos] Added rounding expression function * [android] - binding integration for round, ceil, floor and abs expressions * Update mapbox-gl-js to include non-integer rounding test * Drop extra braces * mapbox-gl-js -> master * Update style-spec docs -> PropertyFactory.java
* Rework logical condition convenience expressions (#11555)Tobrun2018-04-041-6/+6
| | | * [android] - rework expression logical operator api to match actual usage
* [android] - throw illegal argument exception when attempting to convert an ↵Tobrun2018-04-041-0/+10
| | | | PropertyValue as an expression literal (#11572)
* [android] - correctly convert Android int colors with to-color expression ↵Tobrun2018-03-231-4/+10
| | | | (#11506)
* Literal array conversion of primitive arrays (#11500)Tobrun2018-03-221-0/+8
| | | * [android] - literal array conversion of primitives types
* Expression filters (#11429)Tobrun2018-03-191-102/+0
| | | * [android] - add expression filter integration
* [android] - implement expression literal on arraysTobrun2018-03-161-8/+25
|
* [android] - add expression conversion, add getters (#11352)Tobrun2018-03-081-34/+0
|
* [android] - rework match expression to style specification syntaxTobrun2018-03-061-5/+39
|
* [android] - add toString to Expression to print out object array notationTobrun2018-01-251-0/+23
|
* [android] - add binding integration for expressions (#10654)Tobrun2017-12-191-0/+1010
|
* [android] refactor move unit tests from test app to sdk and add some ↵Pablo Guardiola2017-05-112-0/+136
annotation manager tests (add marker and add markers) (#8261)