summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/androidTest/java/com/mapbox/mapboxsdk/location/LocationLayerControllerTest.kt
Commit message (Collapse)AuthorAgeFilesLines
* [android] Adding builder pattern for LocationComponent activation (#13941)Langston Smith2019-03-051-15/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * initial additions of activation builder * [android] refactoring LocationComponentActivationOptions based on code review * [android] initial addition of LocationComponentActivationOptionsTest unit tests * [android] more refactoring based on code review * [android] refactoring test app location examples * [android] espresso test refactor with LocationComponentActivationOptions usage * [android] locationComponent builder instrumentation test tweaks and log removal * [android] method and docs refactoring based @lukaspaczos 's review * [android] locationEngine setting logic refactor * [android] add null locationEngine to stillStaleAfterResuming test * added .locationEngine(null) to other tests * [android] javadocs, method, and test adjustments based on @lukaspaczos review * [android] test tweaks based on Lukasz review
* [android] keep location component's layers hidden when new style with the ↵Łukasz Paczos2019-02-191-4/+28
| | | | "layer-below" option is applied
* [android] use #onDidBecomeIdle event instead of layer querying during ↵Łukasz Paczos2019-02-121-92/+71
| | | | instrumentation tests
* [android] restore location layer visibility with new "layer-below"Łukasz Paczos2019-01-221-0/+23
|
* [android] - espresso tests reworkTobrun2019-01-101-7/+2
|
* [android] - make style part of location component activation, add tests for ↵Tobrun2018-12-101-15/+16
| | | | non existing style and multiple style loading, revisit code comments
* [android] - decouple style loading from OnMapReadyTobrun2018-12-101-4/+4
|
* [android] - move all layer, source, image, light and transition ↵Tobrun2018-12-101-2/+2
| | | | configurations to style.java
* [android] - cleanup old style java constants file, migrate style transition ↵Tobrun2018-12-101-1/+1
| | | | to Style.java
* [android] improved render timeouts in LocationComponent testsŁukasz Paczos2018-09-121-30/+65
|
* [android] LocationComponent - javadoc fixes, improved initialization, ↵Łukasz Paczos2018-09-121-7/+16
| | | | removed location save state
* [android] updated naming scheme and packages structure for ↵Łukasz Paczos2018-09-121-0/+360
LocationLayerPlugin, now called LocationComponent