summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/location/LocationComponent.java
Commit message (Collapse)AuthorAgeFilesLines
* [android] Adding builder pattern for LocationComponent activation (#13941)Langston Smith2019-03-051-0/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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] Adding new variation of ↵Langston Smith2019-01-311-0/+24
| | | | | | | | | | | | LocationComponent#activateLocationComponent (#13829) * [android] added new activateLocationComponent method * [android] added new test for the new way to activate the LocationComponent * [android] tweak to test after lukasz review * [android] adding tests to assert LocationEngine status
* [android] LocationComponent max fps javadocŁukasz Paczos2019-01-301-0/+41
|
* [android] LocationComponent animator throttling tests and examplesŁukasz Paczos2019-01-301-1/+2
|
* [android] expose OnRenderModeChangedListenerŁukasz Paczos2019-01-301-0/+23
|
* [android] optimize location animators memory footprint and add animation ↵Łukasz Paczos2019-01-301-3/+25
| | | | rate throttle option
* [android] fix LocationEngine's annotationŁukasz Paczos2019-01-251-2/+2
| | | | It's always safe to pass a null engine.
* [android] fix location interval workaround initializationŁukasz Paczos2019-01-071-12/+12
|
* [android] clean up remaining deprecated methods for 7.0.0Łukasz Paczos2018-12-191-42/+0
|
* adding param (#13597)Langston Smith2018-12-191-0/+11
|
* [android] location update fastest interval workaroundŁukasz Paczos2018-12-181-2/+16
|
* [android] option to disable smooth animation of compass and accuracy valuesŁukasz Paczos2018-12-141-1/+6
|
* [android] immediate location animation based on map's projectionŁukasz Paczos2018-12-131-1/+1
|
* [android] register compass sensor listener only if provided data is consumed ↵Łukasz Paczos2018-12-131-12/+67
| | | | by the location layer or location camera
* [android] CameraMode transition animation and result listenersŁukasz Paczos2018-12-121-3/+63
|
* [android] - throw exception when another style is loading, correct ↵tobrun2018-12-101-1/+1
| | | | RuntimeStyleTest when removing layer at, add javadoc to isFullyLoaded
* [android] - optimise loaded style for location component, expose isFullyLoadedTobrun2018-12-101-2/+8
|
* [android] - make style part of location component activation, add tests for ↵Tobrun2018-12-101-73/+70
| | | | non existing style and multiple style loading, revisit code comments
* [android] - add unit tests for Style.java APITobrun2018-12-101-0/+6
|
* [android] fix LocationComponent unit test with Style.java objectŁukasz Paczos2018-12-101-40/+50
|
* [android] move style callback invocation to MapboxMapŁukasz Paczos2018-12-101-54/+55
|
* [android] - decouple style loading from OnMapReadyTobrun2018-12-101-9/+17
|
* [android] refactor LocationComponent to utilize LocationEngineRequestŁukasz Paczos2018-11-291-74/+212
|
* [android] Initial integration with liblocation 1.0.0 and telemetry 4.0.0, ↵Andrey Li2018-11-291-42/+63
| | | | bumped gms to 16.0.0
* [android] remove default zoom level restrictions when activating the ↵Łukasz Paczos2018-11-291-7/+2
| | | | location component
* [android] - nullify codebase with annotationsTobrun2018-11-071-2/+15
|
* [android] option to consume map clicks, consuming location clicksŁukasz Paczos2018-10-311-2/+16
|
* [android] Removed an unused importTamás Szincsák2018-10-241-1/+0
|
* [android] Revert vectorDrawables.useSupportLibrary to false in order to ↵Tamás Szincsák2018-10-241-2/+0
| | | | increase stability on Android 4.4 and below
* Revert "[android] - infer nullity"tobrun2018-10-231-15/+2
| | | | This reverts commit 617742710852a5a958a13f2b659f8c307973e49d.
* [android] - infer nullityTobrun2018-10-121-2/+15
|
* [android] - add configuration to change the animation duration multiplier ↵Łukasz Paczos2018-10-031-0/+3
| | | | when tracking location
* [android] prevent from reloading the location layer drawables on every ↵Łukasz Paczos2018-09-121-3/+8
| | | | location update
* [android] LocationComponent - javadoc fixes, improved initialization, ↵Łukasz Paczos2018-09-121-132/+107
| | | | removed location save state
* [android] location saved state tests, default location engine deactivation testŁukasz Paczos2018-09-121-1/+1
|
* [android] improved gestures management while tracking locationŁukasz Paczos2018-09-121-0/+1
|
* [android] updated naming scheme and packages structure for ↵Łukasz Paczos2018-09-121-0/+1019
LocationLayerPlugin, now called LocationComponent