summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/location
Commit message (Expand)AuthorAgeFilesLines
* [android] AndroidX support - adjust imports and layouts.upstream/tarigo_androidx_buildIgor Tarasov2019-10-1523-47/+47
* [android] - ignore location tracking mode based animations when the camera is...Łukasz Paczos2019-09-171-0/+32
* [android] expose camera padding optionŁukasz Paczos2019-08-291-0/+3
* [android] do not clear native layers and sources when style is reloadingŁukasz Paczos2019-08-291-1/+1
* [android] invalidate foreground icon sources even when location layer is hiddenŁukasz Paczos2019-08-281-2/+2
* [android] do not reinitialize camera/render mode if it hasn't changedŁukasz Paczos2019-07-312-41/+42
* [android] save location animation timestamp only when fedŁukasz Paczos2019-07-311-20/+20
* [android] ensure location shadow's gradient is greater than 0Łukasz Paczos2019-07-111-1/+37
* [android] reset location layer animators when render mode changesŁukasz Paczos2019-06-242-4/+35
* [android] - add external links to javadoc generation, fix warnings and errors...tobrun2019-06-043-35/+36
* [android] break location camera tracking when a developer invoked animation s...Łukasz Paczos2019-05-242-10/+42
* [android] document that elevation(0) turns off the location shadowKa-Ping Yee2019-05-221-1/+2
* [android] normalize previous rotation values of the location animatorŁukasz Paczos2019-05-102-0/+13
* [android] option to provide custom values for location camera transitionŁukasz Paczos2019-05-092-7/+62
* [android] clear up LocationComponent's z-index positioning docs and add "laye...Łukasz Paczos2019-04-243-132/+267
* [android] expose LOCATION_SOURCE constantŁukasz Paczos2019-04-091-1/+6
* [android] expose LocationComponentConstants classŁukasz Paczos2019-04-091-1/+1
* Added getter for the field isComponentInitializedAlexander Eggers2019-04-051-1/+10
* [android] clean up location permissions annotationŁukasz Paczos2019-04-031-14/+2
* [android] do not reset custom location gestures manager if already setŁukasz Paczos2019-04-011-2/+4
* [android] expose LocationComponent's layer IDsŁukasz Paczos2019-03-191-6/+26
* [android] cache location layer IDs in a set instead of a listŁukasz Paczos2019-03-181-8/+9
* [android] throw an exception if the component is accessed before the activationŁukasz Paczos2019-03-112-2/+43
* [android] get vector drawables using AppCompatResources and set vector drawab...Łukasz Paczos2019-03-072-43/+4
* [android] Adding builder pattern for LocationComponent activation (#13941)Langston Smith2019-03-052-0/+312
* [android] - add missing package-info.java files to packages for javadoc gener...tobrun2019-02-222-1/+5
* [android] do not post stale state message when new option provided but the co...Łukasz Paczos2019-02-191-12/+28
* [android] keep location component's layers hidden when new style with the "la...Łukasz Paczos2019-02-191-0/+5
* [android] Adding new variation of LocationComponent#activateLocationComponent...Langston Smith2019-01-311-0/+24
* [android] LocationComponent max fps javadocŁukasz Paczos2019-01-302-1/+43
* [android] LocationComponent animator throttling tests and examplesŁukasz Paczos2019-01-304-20/+66
* [android] expose OnRenderModeChangedListenerŁukasz Paczos2019-01-302-1/+24
* [android] optimize location animators memory footprint and add animation rate...Łukasz Paczos2019-01-3019-442/+351
* [android] fix LocationEngine's annotationŁukasz Paczos2019-01-251-2/+2
* [android] restore location layer visibility with new "layer-below"Łukasz Paczos2019-01-221-0/+1
* [android] re-apply location component's "layer-below" when changedŁukasz Paczos2019-01-171-0/+19
* [android] fix location interval workaround initializationŁukasz Paczos2019-01-071-12/+12
* [android] cancel camera transitions only when set CameraMode is not NoneŁukasz Paczos2019-01-041-1/+5
* [android] - remove timber in favor of mapbox loggertobrun2018-12-201-4/+4
* [android] clean up remaining deprecated methods for 7.0.0Łukasz Paczos2018-12-193-72/+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-145-38/+143
* [android] immediate location animation based on map's projectionŁukasz Paczos2018-12-135-12/+16
* [android] register compass sensor listener only if provided data is consumed ...Łukasz Paczos2018-12-136-22/+102
* Fixed compass update time not getting updatedBharath MG2018-12-131-3/+3
* [android] CameraMode transition animation and result listenersŁukasz Paczos2018-12-125-19/+193
* [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-103-6/+12
* [android] - make style part of location component activation, add tests for n...Tobrun2018-12-102-85/+85