summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/location
Commit message (Expand)AuthorAgeFilesLines
* [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
* [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-102-54/+56
* [android] - decouple style loading from OnMapReadyTobrun2018-12-102-10/+17
* [android] - move all layer, source, image, light and transition configuration...Tobrun2018-12-101-12/+12
* [android] refactor LocationComponent to utilize LocationEngineRequestŁukasz Paczos2018-11-293-75/+219
* [android] Initial integration with liblocation 1.0.0 and telemetry 4.0.0, bum...Andrey Li2018-11-291-42/+63
* [android] remove default zoom level restrictions when activating the location...Łukasz Paczos2018-11-293-119/+14
* [android] Removed previously deprecated colorToRgbaString and colorToRgbaArra...Osana Babayan2018-11-141-1/+1