summaryrefslogtreecommitdiff
path: root/android/java/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxgl/views/MapView.java
Commit message (Expand)AuthorAgeFilesLines
* #2486 - Renaming root Java package from com.mapbox.mapboxgl to com.mapbox.map...Brad Leege2015-10-011-2398/+0
* Refactor MapView code to be more maintainable. Implement JavaDocs up to rotat...Leith Bade2015-10-011-622/+801
* Merge branch 'release-android-v0.1.0'Leith Bade2015-09-251-1/+0
|\
| * Fix freezing on Android when rotatingLeith Bade2015-09-221-9/+0
| * Remove Android style URL validationLeith Bade2015-09-211-9/+0
| * Call cancelTransitions when setting map position, zoom level, or direction.Leith Bade2015-09-111-0/+6
| * #2293 - Removing DrawableBrad Leege2015-09-111-1/+0
| * Moved icon to the right of Mapbox logotobrun2015-09-111-9/+15
| * Using AlertDialog from AppCompat instead of SDKs versiontobrun2015-09-111-1/+1
| * Added "Improve this map" functionality, current zoom level, center latitude a...tobrun2015-09-111-5/+17
| * Added styling to the Attribution AlertDialogtobrun2015-09-111-2/+2
| * Refactored ColorStateList of attribution control to a Drawable selector, adde...tobrun2015-09-111-7/+1
| * Added save/restore state for CompassView, LogoView and AttributionViewtobrunvannuland2015-09-111-3/+63
| * Added info icon and map box logotobrunvannuland2015-09-111-3/+130
| * #2283 - Supporting custom InfoWindow touch listeners via Marker.setInfoWindow...Brad Leege2015-09-111-5/+11
| * Switch to TextureViewLeith Bade2015-09-111-17/+25
* | Refactor Android render loop to limit frame rate to 60 FPSLeith Bade2015-09-241-62/+75
* | Fix freezing on Android when rotatingLeith Bade2015-09-221-9/+0
* | Remove Android style URL validationLeith Bade2015-09-211-9/+0
* | Change MapView.MapChange visibility to public since OnMapChangedListener.onMa...Bastien Mayard2015-09-161-1/+1
* | Call cancelTransitions when setting map position, zoom level, or direction.Leith Bade2015-09-111-0/+6
* | #2293 - Removing DrawableBrad Leege2015-09-091-1/+0
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-nativeBrad Leege2015-09-091-6/+205
|\ \
| * | Moved icon to the right of Mapbox logotobrun2015-09-091-9/+15
| * | Using AlertDialog from AppCompat instead of SDKs versiontobrun2015-09-091-1/+1
| * | Added "Improve this map" functionality, current zoom level, center latitude a...tobrun2015-09-091-5/+17
| * | Added styling to the Attribution AlertDialogtobrun2015-09-091-2/+2
| * | Refactored ColorStateList of attribution control to a Drawable selector, adde...tobrun2015-09-091-7/+1
| * | Added save/restore state for CompassView, LogoView and AttributionViewtobrunvannuland2015-09-091-3/+63
| * | Added info icon and map box logotobrunvannuland2015-09-091-3/+130
* | | Merge branch 'master' into 2244-texture-viewBrad Leege2015-09-091-24/+150
|\ \ \ | |/ /
| * | #2283 - Supporting custom InfoWindow touch listeners via Marker.setInfoWindow...Brad Leege2015-09-081-5/+11
| |/
| * #894 - only select/deselect markers on true single-tapJustin R. Miller2015-09-071-7/+4
| * #894 - remove debug logJustin R. Miller2015-09-071-3/+0
| * #894 - remove debug polylineJustin R. Miller2015-09-071-2/+0
| * #894 - flip marker tap bounds to be top-biasedJustin R. Miller2015-09-071-2/+2
| * #894 - properly extend tap bounds for marker selectionJustin R. Miller2015-09-071-9/+14
| * #894 - Resetting height tolerance to 80Brad Leege2015-09-071-2/+1
| * #894 - Flipping the Y value to make screen touch event locations line up with...Brad Leege2015-09-071-6/+22
| * #894 - Moving annotation selection determination to onSingleTapUp() to only r...Brad Leege2015-09-071-80/+80
| * #894 - Initial port of selectAnnotation and removing auto display of InfoWind...Brad Leege2015-09-071-2/+14
| * #894 - Initial port of selected annotation apiBrad Leege2015-09-071-27/+99
| * #894 - Closing InfoWindows when the map moves as alerted to via MapChange eventsBrad Leege2015-09-071-0/+13
| * #894 - Fixing imports from merge from masterBrad Leege2015-09-071-1/+2
| * #894 - Placing InfoWindow directly on top of Marker spriteBrad Leege2015-09-071-1/+9
| * #894 - Initial port of iOS method for aligning infowindows over markersBrad Leege2015-09-071-1/+5
| * #894 - Placement of InfoWindow to marker location baseBrad Leege2015-09-071-2/+1
| * #894 - Opening InfoWindow on long press in TestAppBrad Leege2015-09-071-1/+0
* | Switch to TextureViewLeith Bade2015-09-051-17/+25
|/
* plumb map notifications through JNI to AndroidJustin R. Miller2015-09-041-10/+72