summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/androidTest/java/com/mapbox/mapboxsdk/testapp/style
Commit message (Expand)AuthorAgeFilesLines
* [android] Fix style code generation if array default value is missingMikhail Pozdnyakov2019-03-291-1/+1
* [core] auto value for 'text-justify' fieldMikhail Pozdnyakov2019-03-291-1/+1
* [core] Enable 'text-radial-offset' propertyMikhail Pozdnyakov2019-03-291-0/+13
* [core] Enable text-variable-anchor propertyMikhail Pozdnyakov2019-03-291-0/+13
* [android] - introduce Pixel dimension instrumentation testtobrun2019-03-212-44/+75
* [android] - remove base idlingResource setuptobrun2019-03-185-38/+26
* [android] text-color option for formatted sectionsŁukasz Paczos2019-03-151-10/+48
* [android] replace remaining hardcoded delays with the idle eventŁukasz Paczos2019-02-263-14/+15
* [android] use #onDidBecomeIdle event instead of layer querying during instrum...Łukasz Paczos2019-02-121-19/+19
* [android] - migrate tests from #13882tobrun2019-02-071-23/+10
* [android] - optimise interface definitiontobrun2019-01-151-0/+3
* [android] - espresso tests reworkTobrun2019-01-109-89/+46
* [android] - instrumented unit tests, add map tests, refactor generated layer ...Tobrun2018-12-1110-2890/+1985
* [android] - throw exception when another style is loading, correct RuntimeSty...tobrun2018-12-101-1/+1
* [android] - use builder json/url for constructing style objectTobrun2018-12-101-1/+2
* [android] move style callback invocation to MapboxMapŁukasz Paczos2018-12-101-2/+2
* [android] - ignore location component unit test, update light test, update ac...Tobrun2018-12-102-2/+2
* [android] - decouple style loading from OnMapReadyTobrun2018-12-105-22/+33
* [android] - move all layer, source, image, light and transition configuration...Tobrun2018-12-1017-124/+124
* nativeRemoveSource() and nativeRemoveLayer() methods should return a boolean ...Osana Babayan2018-12-071-12/+25
* [android] expose Formatted text-field setterŁukasz Paczos2018-12-043-7/+32
* [core] Support fill-extrusion-vertical-gradientBruno de Oliveira Abinader2018-11-291-0/+16
* [android] removing plain text getter for "text-field"Łukasz Paczos2018-11-2011-472/+480
* [android] getting a constant layer filter fixŁukasz Paczos2018-11-207-0/+35
* [android] verify if `text-field` is not null before performing compatibility ...Łukasz Paczos2018-11-0610-0/+163
* [android] renamed format expression options, added format expression exampleŁukasz Paczos2018-10-241-18/+27
* [android] "format" expression supportŁukasz Paczos2018-10-248-57/+352
* [android] Minimal Android wrapper on 'format' expressionChris Loer2018-10-242-51/+5
* [android] Minimal Android support for 'format' expressionChris Loer2018-10-152-2/+58
* Port symbol-z-order symbol layout style-spec property to Nativeupstream/sort-by-yryanhamley2018-09-071-0/+14
* [android] - add get source id to supported layer typestobrun2018-09-049-0/+110
* [core] Implement CrossFadedDataDrivenProperty to add support for feature expr...Molly Lloyd2018-08-313-0/+48
* [core] Add `line-gradient` propertyMikhail Pozdnyakov2018-08-231-1/+1
* [android] "collator" and "resolved-locale" expressions supportŁukasz Paczos2018-08-221-1/+62
* [android] - updated GeoJsonSource testsŁukasz Paczos2018-08-211-60/+64
* [android] temporarily disable CustomGeometrySource testsŁukasz Paczos2018-08-131-0/+3
* [android] shutting down thread pool of the CustomGeometrySource when the sour...Łukasz Paczos2018-08-101-0/+68
* [android] Test token strings for icon-image and text-fieldJohn Firebaugh2018-07-202-0/+11
* [core] add raster-resampling property (#12176)upstream/rcleeMolly Lloyd2018-06-211-0/+14
* [android] - move match stops conversion to Stop.toExpressionArraytobrun2018-06-121-4/+20
* [android] - allow literal expression property argumentsŁukasz Paczos2018-05-281-0/+11
* [core] Rework spec function/expression taxonomyLauren Budorick2018-05-1410-11/+11
* [android] - null check source before removingŁukasz Paczos2018-05-021-0/+14
* Rework logical condition convenience expressions (#11555)Tobrun2018-04-042-2/+2
* [android] - don't load default style if style json string was set (#11520)Tobrun2018-03-261-0/+77
* Expression filters (#11429)Tobrun2018-03-199-2/+142
* [android] - add expression conversion, add getters (#11352)Tobrun2018-03-0813-10618/+1911
* [android] - add heatmap color propertyTobrun2018-03-011-0/+2
* [core, ios, macos, android, node] Heatmap layer (#11046)Vladimir Agafonkin2018-02-151-0/+626
* migrated to use mapbox-java3.0 Osana Babayan2018-02-081-4/+4