summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/widgets
Commit message (Expand)AuthorAgeFilesLines
* [android] - enable location change animation of MyLocationView by defaultTobrun Van Nuland2017-08-161-1/+1
* [android] - deprecate MyLocationView in favor of LocationLayer pluginTobrun Van Nuland2017-08-152-0/+6
* [android] - provide compability with Samsung devices forcing 3-4 array matrix...Tobrun2017-08-101-3/+27
* Solve lint issues, reduce baseline (#9627)Tobrun2017-07-281-0/+2
* [android] - feature - location accuracy indicator threshold (#9472)Tobrun2017-07-172-2/+35
* [android] Fix my location drawable getting tinted (#9410)Pablo Guardiola2017-07-062-9/+32
* OnCameraIdle hook into quickzoom gesture (#9339)Tobrun2017-06-291-6/+12
* Revisit Javadoc for 5.1.0 (#9266)Tobrun2017-06-202-2/+155
* Custom location source fix (#9142)Tobrun2017-06-091-18/+40
* [android] - invalidating MyLocationView bearing when not following position (...Tobrun2017-06-081-0/+5
* [android] - option to disable camera animation while following position (#9210)Łukasz Paczos2017-06-071-4/+18
* [android] - dealing with infinite camera move callbacks (#9177) (#9194)Łukasz Paczos2017-06-061-0/+6
* [android] Cherry picking 9133 (#9145)Pablo Guardiola2017-06-011-44/+5
* [android] - stop location updates when toggle MyLocationView state (#9099)Tobrun2017-05-241-0/+1
* [android] - convert camera position values coming from core (#8794)Tobrun2017-04-211-2/+1
* [android] Add a way to use a custom location source (#8710)Pablo Guardiola2017-04-201-19/+27
* [android] - post resetting invalidation flag to avoid race condition (#8738)Tobrun2017-04-181-18/+24
* Merge branch 'release-ios-v3.5.0-android-v5.0.0'John Firebaugh2017-03-211-5/+7
|\
| * [android] - fix LOST location updates (#8445)Tobrun2017-03-171-1/+3
| * Merge master into release-ios-v3.5.0-android-v5.0.0John Firebaugh2017-03-081-1/+0
| |\
| * | MyLocationView activate/deactivate LocationSource (#8255)Tobrun2017-03-081-4/+4
* | | [android] add changing compass view image feature to the sdk (#8301)Pablo Guardiola2017-03-141-3/+19
| |/ |/|
* | [android] - add accessibility support to the Android SDK by applying content ...Tobrun2017-03-011-1/+0
|/
* [android] - reverse compass direction (#8130)Tobrun2017-02-271-6/+12
* Do not draw foregroundBearingDrawable when rotation sensor is not available (...Tobrun2017-02-151-4/+11
* Compass click rotates around focal point (if available) (#7977)Pablo Guardiola2017-02-091-3/+22
* [android] Extract telemetry into MASAntonio Zugaldia2017-02-031-10/+20
* [android] - Config dismissing tracking modes with camera change (#7871)Tobrun2017-01-311-3/+36
* [android] - zoom to at least 2 when tracking is enabled (#7795)Tobrun2017-01-232-6/+8
* [android] - redraw MyLocationView when tilt changes, setTilt after CameraUpda...Tobrun2017-01-231-1/+2
* [android] - fix null pointer on trackingsettings (#7505)Tobrun2016-12-211-1/+3
* Adds checkstyle to CI (#7442)Cameron Mace2016-12-163-1008/+1017
* Allows for setting the user location icon to transparent (#7393)Cameron Mace2016-12-141-12/+8
* [android] - cleanup initialisation code for MapboxMap (#7330)Tobrun2016-12-091-1/+16
* [android] - remove location enabled flag from MapboxMap (#7308)Tobrun2016-12-082-8/+32
* [android] - Refactor dependencies, introduce focused components (#7189)Tobrun2016-12-063-6/+20
* [android] - Explicitly use hardware layer when (#7186)Tobrun2016-11-281-1/+3
* [android] - handle null location update for MyLocationView (#7190)Tobrun2016-11-281-2/+4
* [android] - use double to restore instance state of MyLocationView (#7146)Tobrun2016-11-221-1/+1
* [android] - allow compass update without animation (#7094)Tobrun2016-11-181-4/+8
* [android] - allow using rotate gesture when not tracking user location, corr...Tobrun2016-11-141-8/+13
* [android] - fix inconsistency of float usage in CameraPosition and CameraUpda...Tobrun2016-11-091-8/+8
* Cherry pick release v4.2.0 (#6944)Tobrun2016-11-091-10/+8
* Prefix library resources to avoid naming conflicts (#6878)Tobrun2016-11-021-2/+2
* Android Nougat compatibility: onstart/onstop on MapView (#6830)Tobrun2016-10-311-2/+2
* [android] - remove timer from compassView, make fading when facing north opti...Tobrun2016-10-251-74/+71
* [android] - fixup MyLocationView heading (#6671)Tobrun2016-10-181-39/+29
* [android] Fixed wrong location view interpolation (#6668)tomlocks2016-10-121-2/+2
* [android] - correct android to core conversion of camera options. (#6660)Tobrun2016-10-121-2/+1
* [android] - correct focal point with padding and tilt enabled + cleanup code ...Tobrun2016-10-051-25/+33