summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapView.java
Commit message (Expand)AuthorAgeFilesLines
* [android] #5679 - move logo and attribution to the top rightTobrun Van Nuland2016-07-241-1/+1
* [android] #5738 - default navigation drawer exampleTobrun2016-07-241-8/+8
* [android] #5756 - correctly load style from xml attributesTobrun Van Nuland2016-07-241-2/+4
* Revert "[android] #5000 - initial surface view implementation."Brad Leege2016-07-221-36/+95
* [android] #5682 - Adding NaN and Infinite checks to trackGestureDragEndEvent(...Brad Leege2016-07-141-0/+22
* [android] #5649 - fixes fragment null pointer when creating a SupportMapFragm...Tobrun Van Nuland2016-07-131-2/+3
* [android] #5649 - Request MapView parents not to intercept scroll gestures.Justas Medeisis2016-07-131-0/+2
* [android] #5438 - add bearing to MyLocationView for the SDK camera objectTobrun2016-07-131-10/+7
* [android] #5541 - removes requirement of MapboxAccountManager.start before se...Tobrun2016-07-131-9/+12
* [android] - remove duplicate bearing/direction API from MapViewTobrun2016-07-111-45/+21
* [android] #5000 - initial surface view implementation.Tobrun Van Nuland2016-07-061-57/+37
* [android] - Remove StyleInitializer class, obsolete with introduction MapboxA...Tobrun2016-07-051-50/+15
* Merge remote-tracking branch 'origin/release-android-v4.1.0'John Firebaugh2016-06-291-30/+60
|\
| * [android] Fixes disappearing markers when crossing dateline, remove debug exc...Tobrun2016-06-271-8/+3
| * [android] #5342 - initial marker animationTobrun2016-06-161-1/+5
| * [android] #4924 - Make Gesture Focal Point ConfigurableTobrun Van Nuland2016-06-131-25/+43
| * [android] #4159 - expose an api to enable selection/deselection of markers on...Antonio Zugaldia2016-06-131-2/+4
| * [android] #5296 - Add a container ViewGroup for MarkerViewsIvo van Dongen2016-06-131-0/+11
* | [android] Cancel other gestures during shove.Jesse Bounds2016-06-221-1/+17
|/
* [android] #5076 - fixed update marker for MarkerView, rewrite update marker j...Tobrun2016-06-061-4/+8
* [android] Fix style urlsCameron2016-06-031-2/+2
* [android] #4929 - final fixes for refactor MyLocationViewTobrun Van Nuland2016-06-021-1/+1
* [android] #5106 - add check for destroyed map view for addMarker()Tobrun Van Nuland2016-05-271-0/+3
* [android] #5113 - added javadoc for MarkerViewManagerTobrun Van Nuland2016-05-271-1/+1
* [android] #5160 - Fixing JavaDoc markupBrad Leege2016-05-261-1/+1
* [android] #3629 - smooth MyLocationView animation when tracking the user loca...Tobrun Van Nuland2016-05-261-2/+2
* [android] #5034 - LatLngBounds Camera update not taking map padding in accountTobrun2016-05-261-0/+8
* [android] - cleanup marker view integrationTobrun2016-05-231-31/+1
* [android] - add MarkerViewManager and MarkerViewTransformerTobrun2016-05-231-21/+6
* [android] #3276 - View Marker model integrationTobrun2016-05-201-1/+29
* [android] #3276 - add tilt support for view markersTobrun2016-05-201-19/+8
* [android] #3276 - View annotation integration in MarkerTobrun2016-05-201-101/+26
* [android] #3276 - allowing multiple ViewAdapter implementationsTobrun2016-05-201-1/+1
* [android] #3276 - view reuse animation state fix - disabled selection for gl ...Tobrun2016-05-201-1/+5
* [android] #3276 - add show/hide animation to view markersTobrun2016-05-201-2/+13
* [android] #3276 - added item animation for select/deselect state of a View Ma...Tobrun2016-05-201-75/+58
* [android] #3276 - only update thumb Icon when needed, disabled background tas...Tobrun2016-05-201-18/+17
* [android] #3276 - remove Marker View implementationTobrun2016-05-201-14/+19
* [android] #3276 - make view marker only visible after first x,y updateTobrun2016-05-201-6/+11
* [android] #3276 - using a pool to do view reuseTobrun2016-05-201-19/+61
* [android] #3276 - introduced rate limited discovery for view markersTobrun2016-05-201-5/+16
* [android] #3276 - android view annotations adapter approachTobrun2016-05-201-14/+86
* [android] #3276 - add event listener on REGION_IS_CHANGING to determine the a...Tobrun2016-05-201-0/+9
* [android] #3276 - WIP Android View Annotations, showing an Android SDK view o...Tobrun2016-05-201-0/+6
* [android] - using deprecate annotation for access token javadocTobrun2016-05-181-10/+2
* [android] #5004 - Introducing MapboxAccountManagerBrad Leege2016-05-151-39/+21
* [android] - move OnMapReady callback for offline bugTobrun2016-05-131-1/+1
* [android] - fixes style init bug, added unit test to prevent regressionTobrun2016-05-121-4/+8
* [android] #4702 - upgrade default styles, deprecate Style string definition i...Tobrun2016-05-061-2/+2
* [android] #4763 - introduce StyleInitializer classTobrun2016-05-061-12/+45