summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapView.java
Commit message (Expand)AuthorAgeFilesLines
...
* Reusable point fromScreenLocation (#6652)Tobrun2016-10-171-10/+17
* [android] - add transparent image for MarkerViews ghosting SymbolAnnotations ...Tobrun2016-10-131-8/+10
* [android] - correct android to core conversion of camera options. (#6660)Tobrun2016-10-121-4/+4
* [android] - revert making bearing and tilt to radiants (#6656)Tobrun2016-10-111-4/+3
* [android] - correct degrees/radiants integration into transform.cpp, fixes ca...Tobrun2016-10-101-3/+5
* [android] - apply tilt to markerview with initial camera position (#6622)Tobrun2016-10-071-1/+8
* [android] - invalidate focal point when setting MyLocationView padding (#6413)Tobrun2016-10-051-0/+6
* [android] - correct focal point data when double tapping (#6595)Tobrun2016-10-051-1/+1
* [android] refactored exposed api on MapboxMapTobrun Van Nuland2016-10-051-9/+10
* [android] Revise handling of tracking modes and interactionsclydebarrow2016-10-051-32/+47
* Rework setStyleUrl() logic to avoid NPE as per #6512 (#6574)Tobrun2016-10-041-9/+9
* Optionable textureview (#6480)Tobrun2016-09-291-3/+66
* 6453 restore tilt after orientation (#6491)Tobrun2016-09-291-1/+1
* [android] #5737 - disable tracking when a camera change occurs, treat camera ...Tobrun2016-09-221-2/+3
* [android] fire onMapReady only after style is loaded (#6046)Ivo van Dongen2016-09-201-2/+13
* [android] Cleans up code in map package (#6380)Cameron Mace2016-09-201-536/+540
* [core] [android] - public api configurable base endpoint (#6309)Tobrun2016-09-151-0/+15
* [android] #6317 - avoids NullPointerException when checking mMapboxMap.getUiS...Antonio Zugaldia2016-09-131-5/+8
* [android] - ensure access token is set when trying to load a style (#6280)Tobrun2016-09-081-0/+6
* [android] #6113 - receiver not registered exception (#6130)Tobrun2016-08-291-2/+4
* [android] - make query source features depend on screendensityTobrun2016-08-121-7/+5
* [android] #5968 - add support for a layout editor preview, show a drawable an...Tobrun2016-08-121-9/+11
* [core, android, ios, macos] Replaced getPointAnnotationsInBounds() w/ queryPo...Minh Nguyễn2016-08-121-15/+9
* [android] #5934 - resolves memory leaks on animators + location listenersTobrun2016-08-111-0/+8
* [android] #5880 - javadoc cleanup part oneTobrun2016-08-081-1/+1
* [android] SurfaceView compatible snapshot apiTobrun Van Nuland2016-08-031-15/+47
* [android] #5000 - initial surface view implementation.Tobrun Van Nuland2016-08-031-57/+37
* [android] #5663 - make shape annotations updateableTobrun2016-08-031-0/+38
* [android] #5610 - Runtime style api - part 2Ivo van Dongen2016-08-021-29/+0
* [android] #5610 - Initial Runtime Style BindingsIvo van Dongen2016-07-261-0/+4
* [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