summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/style/expressions/Expression.java
Commit message (Expand)AuthorAgeFilesLines
* [android] - match expression doc tweaks (#11691)Łukasz Paczos2018-04-171-0/+4
* Add abs, round, floor, ceil operators (#11653)Anand Thakker2018-04-111-1/+182
* [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 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
* [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
* [android] - implement expression literal on arraysTobrun2018-03-161-1/+48
* [android] - add expression conversion, add getters (#11352)Tobrun2018-03-081-100/+180
* [android] - rework match expression to style specification syntaxTobrun2018-03-061-22/+22
* [android] - remove generics from expression apiTobrun2018-02-261-421/+416
* [android] - update javadoc with links to style specificationTobrun2018-02-051-1/+138
* [android] - add toString to Expression to print out object array notationTobrun2018-01-251-0/+18
* [android] - add SafeVarargs to Expression methodsTobrun2018-01-241-3/+21
* [android] - add binding integration for expressions (#10654)Tobrun2017-12-191-0/+1761