summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/widgets
Commit message (Expand)AuthorAgeFilesLines
* fix for the china Publish IDupstream/lorn-android-chinalorntao2017-01-205-0/+261
* [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
* [android] refactored exposed api on MapboxMapTobrun Van Nuland2016-10-051-4/+5
* [android] Revise handling of tracking modes and interactionsclydebarrow2016-10-051-6/+7
* [android] - make MyLocationView responsible for converting tilt to degrees. (...Tobrun2016-10-031-1/+2
* [android] Cleans up code in map package (#6380)Cameron Mace2016-09-202-40/+40
* 6039 focal point uses MyLocationView padding (#6108)Tobrun2016-08-231-14/+13
* [android] #5934 - resolves memory leaks on animators + location listenersTobrun2016-08-111-5/+31
* [android] improved and fixed compass trackingCameron2016-08-051-54/+39
* [android] #5500 - add layout editor support for my location viewTobrun Van Nuland2016-07-271-0/+4
* [android] #5438 - add bearing to MyLocationView for the SDK camera objectTobrun2016-07-131-17/+18
* [android] #5479 - don't invalidate MapView when we are animating MyLocationVi...Tobrun2016-06-251-7/+1
* [android] #5479 - apply preRotate instead of postRotate for a correct transfo...Tobrun2016-06-251-1/+1
* [android] #5335 - Invalidate MyLocationView during bearing indicator animation.Justas Medeisis2016-06-171-0/+9
* [android] #5335 - Always record latest accelerometer and magnetometer sensor ...Justas Medeisis2016-06-171-10/+5
* [android] Fix crash when MyBearingTracking mode is not NONE.Justas Medeisis2016-06-161-1/+1
* [android] #4929 - final fixes for refactor MyLocationViewTobrun Van Nuland2016-06-021-7/+34
* [android] 4929 - fix tracking mode location calculationTobrun Van Nuland2016-06-021-3/+2
* [android] #4929 - MyLocationView now requires less drawables to configure, re...Tobrun Van Nuland2016-06-021-1/+14
* [android] #4929 - rewrite MyLocationView with camera and transformation matrixTobrun Van Nuland2016-06-021-47/+61
* [android] #5113 - added javadoc for MyLocationViewSettingsTobrun2016-05-301-3/+117
* [android] #3629 - smooth animation for non location trackingTobrun Van Nuland2016-05-261-6/+2
* [android] #3629 - smooth MyLocationView animation when tracking the user loca...Tobrun Van Nuland2016-05-261-6/+4
* [android] #4942 - using Android SDK Compass exampleTobrun2016-05-181-28/+23
* [android] #4942 - removes jumpiness from compass updates, removes old way of ...Tobrun2016-05-181-37/+27
* [android] Animate MylocationView directionCameron Mace2016-05-181-1/+12
* [android] #4930 - added invalidate to change tint colorsTobrun2016-05-101-0/+4
* [android] #4902 - Standarizing Locale and LanguageBrad Leege2016-04-291-20/+18
* [android] #4878 - fix default color of accuracy circle to match primary color...Tobrun2016-04-281-23/+25
* [android] #4850 - user location view is show instantly when toggled onTobrun2016-04-271-1/+1
* [android] #4800 - correct background offsets from attributesTobrun2016-04-262-10/+11