summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/androidTest/java/com/mapbox/mapboxsdk/testapp
Commit message (Expand)AuthorAgeFilesLines
* [android] - add style image missing binding integration, add synchronousupstream/tvn-onstyleimagemissingtobrun2019-04-121-0/+91
* [android] add unit tests for #13947Łukasz Paczos2019-04-044-40/+185
* [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] - use different Activity launchmode setup.tobrun2019-03-291-4/+12
* [android] provide more information when the OfflineManager test times outŁukasz Paczos2019-03-261-31/+52
* [android] - revert onDismiss workaround, refactor tests, adress reviewtobrun2019-03-221-1/+3
* [android] - introduce Pixel dimension instrumentation testtobrun2019-03-212-44/+75
* [android] - refactor idling resource from testtobrun2019-03-201-60/+42
* [android] - remove base idlingResource setuptobrun2019-03-1818-637/+407
* [android] text-color option for formatted sectionsŁukasz Paczos2019-03-151-10/+48
* [android] - fix dialog fragment setup, add regression testtobrun2019-03-061-0/+33
* [android] replace remaining hardcoded delays with the idle eventŁukasz Paczos2019-02-264-16/+18
* [android] use #onDidBecomeIdle event instead of layer querying during instrum...Łukasz Paczos2019-02-125-45/+45
* [android] - migrate tests from #13882tobrun2019-02-073-25/+72
* [android] - optimise interface definitiontobrun2019-01-151-0/+3
* [android] Rename offline database in Test App to follow .gitignore rule (#13708)Antonio Zugaldia2019-01-101-1/+1
* [android] - espresso tests reworkTobrun2019-01-1043-972/+259
* [android] reworked instrumentation test activity to use a local style againŁukasz Paczos2018-12-201-1/+2
* [android] clean up remaining deprecated methods for 7.0.0Łukasz Paczos2018-12-194-92/+4
* [android] LatLng bounds cannot be wrapped (#13419)Osana Babayan2018-12-122-17/+33
* [android] - add more tests, refactor map paddingTobrun2018-12-111-18/+16
* [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] - make style part of location component activation, add tests for n...Tobrun2018-12-102-12/+46
* [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-107-27/+50
* [android] - move all layer, source, image, light and transition configuration...Tobrun2018-12-1019-139/+139
* 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] - remove MarkerView APITobrun2018-11-141-79/+0
* [android] - annotate onMapReady with @NonNullTobrun2018-11-081-1/+2
* [android] verify if `text-field` is not null before performing compatibility ...Łukasz Paczos2018-11-0610-0/+163
* [android] deliver onMapReady only if mapboxMap is not nullŁukasz Paczos2018-11-022-9/+18
* [android] increase result's delta in camera animation testsŁukasz Paczos2018-11-021-10/+4
* [android] reworked MoveCameraTestŁukasz Paczos2018-11-012-79/+205
* [android] reworked CameraEaseTestŁukasz Paczos2018-11-011-75/+201
* [android] reworked CameraAnimateTestŁukasz Paczos2018-11-011-78/+207
* [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
* Revert "[android] - add NonNull to MapboxMap parameter for onMapReady callbac...tobrun2018-10-231-2/+1
* [android] Minimal Android support for 'format' expressionChris Loer2018-10-152-2/+58