summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/androidTest/java/com/mapbox/mapboxsdk/location
Commit message (Collapse)AuthorAgeFilesLines
* [android] throw an exception if the component is accessed before the activationŁukasz Paczos2019-03-111-2/+7
|
* [android] get vector drawables using AppCompatResources and set vector ↵Łukasz Paczos2019-03-071-3/+3
| | | | drawables programmatically
* [android] Adding builder pattern for LocationComponent activation (#13941)Langston Smith2019-03-052-125/+344
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-124-332/+245
| | | | instrumentation tests
* [android] restore location layer visibility with new "layer-below"Łukasz Paczos2019-01-221-0/+23
|
* [android] - expose query feature extensionstobrun2019-01-151-2/+2
|
* [android] - espresso tests reworkTobrun2019-01-102-15/+6
|
* [android] clean up remaining deprecated methods for 7.0.0Łukasz Paczos2018-12-191-6/+0
|
* [android] immediate location animation based on map's projectionŁukasz Paczos2018-12-131-2/+5
|
* [android] - optimise loaded style for location component, expose isFullyLoadedTobrun2018-12-102-2/+11
|
* [android] - make style part of location component activation, add tests for ↵Tobrun2018-12-103-65/+94
| | | | non existing style and multiple style loading, revisit code comments
* [android] move style callback invocation to MapboxMapŁukasz Paczos2018-12-102-2/+1
|
* [android] - decouple style loading from OnMapReadyTobrun2018-12-104-13/+44
|
* [android] - remove style loaded listenerTobrun2018-12-101-2/+2
|
* [android] - move all layer, source, image, light and transition ↵Tobrun2018-12-102-3/+3
| | | | configurations to style.java
* [android] - cleanup old style java constants file, migrate style transition ↵Tobrun2018-12-102-2/+2
| | | | to Style.java
* [android] Initial integration with liblocation 1.0.0 and telemetry 4.0.0, ↵Andrey Li2018-11-291-21/+0
| | | | bumped gms to 16.0.0
* [android] remove usage of the deprecated OnMapChange listenerŁukasz Paczos2018-10-261-6/+4
|
* [android] - move camera and puck immediately when starting to track and ↵Łukasz Paczos2018-10-031-0/+23
| | | | displacement is big
* [android] - avoid failing CI tests when device under test doesn't have a ↵tobrun2018-09-251-63/+0
| | | | valid internet connection
* [android] improved render timeouts in LocationComponent testsŁukasz Paczos2018-09-123-45/+93
|
* [android] updated location tracking gestures management testsŁukasz Paczos2018-09-121-0/+7
|
* [android] LocationComponent - javadoc fixes, improved initialization, ↵Łukasz Paczos2018-09-123-139/+116
| | | | removed location save state
* [android] location saved state tests, default location engine deactivation testŁukasz Paczos2018-09-121-7/+99
|
* [android] updated naming scheme and packages structure for ↵Łukasz Paczos2018-09-127-0/+1757
LocationLayerPlugin, now called LocationComponent