summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/androidTest
Commit message (Expand)AuthorAgeFilesLines
* [android] throw an exception if the component is accessed before the activationupstream/lp-location-component-initializaiton-exceptionŁukasz Paczos2019-03-081-2/+7
* [android] get vector drawables using AppCompatResources and set vector drawab...Łukasz Paczos2019-03-071-3/+3
* [android] - fix dialog fragment setup, add regression testtobrun2019-03-061-0/+33
* [android] Adding builder pattern for LocationComponent activation (#13941)Langston Smith2019-03-052-125/+344
* [android] replace remaining hardcoded delays with the idle eventŁukasz Paczos2019-02-264-16/+18
* [android] fix naming for re-open testsIvo van Dongen2019-02-232-12/+12
* [android] - add UiAutomator tests for testing clicking home and returning wit...tobrun2019-02-233-0/+154
* [android] keep location component's layers hidden when new style with the "la...Łukasz Paczos2019-02-191-4/+28
* [android] - bring back style loading test to native map, add onDestroy to aft...tobrun2019-02-141-0/+25
* [android] use #onDidBecomeIdle event instead of layer querying during instrum...Łukasz Paczos2019-02-129-377/+290
* [android] - migrate tests from #13882tobrun2019-02-073-25/+72
* [android] expose symbol placement transition duration optionŁukasz Paczos2019-02-041-1/+11
* [android] restore location layer visibility with new "layer-below"Łukasz Paczos2019-01-221-0/+23
* [android] rename required TransitionOptions fieldŁukasz Paczos2019-01-211-0/+9
* [android] - expose query feature extensionstobrun2019-01-151-2/+2
* [android] - optimise interface definitiontobrun2019-01-152-15/+18
* [android] Rename offline database in Test App to follow .gitignore rule (#13708)Antonio Zugaldia2019-01-101-1/+1
* [android] - espresso tests reworkTobrun2019-01-1049-621/+278
* [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-196-128/+4
* [android] immediate location animation based on map's projectionŁukasz Paczos2018-12-131-2/+5
* [android] - move MapboxMapTest to java unit testtobrun2018-12-131-185/+3
* [android] - remove style load test from instrumented unit teststobrun2018-12-131-18/+0
* [android] LatLng bounds cannot be wrapped (#13419)Osana Babayan2018-12-123-19/+36
* [android] - add more tests, refactor map paddingTobrun2018-12-112-22/+182
* [android] - instrumented unit tests, add map tests, refactor generated layer ...Tobrun2018-12-1112-2890/+2198
* [android] - throw exception when another style is loading, correct RuntimeSty...tobrun2018-12-101-1/+1
* [android] - optimise loaded style for location component, expose isFullyLoadedTobrun2018-12-102-2/+11
* [android] - make style part of location component activation, add tests for n...Tobrun2018-12-105-77/+140
* [android] - use builder json/url for constructing style objectTobrun2018-12-101-1/+2
* [android] move style callback invocation to MapboxMapŁukasz Paczos2018-12-103-4/+3
* [android] - ignore location component unit test, update light test, update ac...Tobrun2018-12-102-2/+2
* [android] - decouple style loading from OnMapReadyTobrun2018-12-1013-124/+105
* [android] - remove style loaded listenerTobrun2018-12-101-2/+2
* [android] - move all layer, source, image, light and transition configuration...Tobrun2018-12-1021-142/+142
* [android] - cleanup old style java constants file, migrate style transition t...Tobrun2018-12-103-3/+3
* [android] - Style.javaTobrun2018-12-101-0/+80
* nativeRemoveSource() and nativeRemoveLayer() methods should return a boolean ...Osana Babayan2018-12-071-12/+25
* [android] - expose setAccesToken on Mapbox.javaTobrun2018-12-051-0/+15
* [android] expose Formatted text-field setterŁukasz Paczos2018-12-043-7/+32
* [android] Initial integration with liblocation 1.0.0 and telemetry 4.0.0, bum...Andrey Li2018-11-291-21/+0
* [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] - expose moveBy, replace CameraUpdateFactory hook to moveBy for scr...tobrun2018-11-051-0/+67
* [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