| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'release-android-v0.1.0' | Leith Bade | 2015-09-25 | 1 | -1/+0 |
|\ |
|
| * | Improve handling of cancelled HTTP requests | Leith Bade | 2015-09-23 | 1 | -0/+4 |
| * | Fix freezing on Android when rotating | Leith Bade | 2015-09-22 | 1 | -9/+0 |
| * | Remove Android style URL validation | Leith Bade | 2015-09-21 | 1 | -9/+0 |
| * | Call cancelTransitions when setting map position, zoom level, or direction. | Leith Bade | 2015-09-11 | 1 | -0/+6 |
| * | #2293 - Removing Drawable | Brad Leege | 2015-09-11 | 1 | -1/+0 |
| * | Changed title dialog | tobrun | 2015-09-11 | 1 | -3/+3 |
| * | Moved icon to the right of Mapbox logo | tobrun | 2015-09-11 | 1 | -9/+15 |
| * | Using AlertDialog from AppCompat instead of SDKs version | tobrun | 2015-09-11 | 1 | -1/+1 |
| * | Added "Improve this map" functionality, current zoom level, center latitude a... | tobrun | 2015-09-11 | 2 | -6/+18 |
| * | Added styling to the Attribution AlertDialog | tobrun | 2015-09-11 | 4 | -2/+23 |
| * | Refactored ColorStateList of attribution control to a Drawable selector, adde... | tobrun | 2015-09-11 | 17 | -7/+6 |
| * | Added save/restore state for CompassView, LogoView and AttributionView | tobrunvannuland | 2015-09-11 | 1 | -3/+63 |
| * | Added info icon and map box logo | tobrunvannuland | 2015-09-11 | 11 | -4/+215 |
| * | #2283 - Supporting custom InfoWindow touch listeners via Marker.setInfoWindow... | Brad Leege | 2015-09-11 | 2 | -9/+35 |
| * | Switch to TextureView | Leith Bade | 2015-09-11 | 1 | -17/+25 |
| * | Use MapView as parent for InfoWindow | Leith Bade | 2015-09-08 | 1 | -2/+1 |
* | | #2414 - Add explicit null check for infoWindow | Brad Leege | 2015-09-24 | 1 | -1/+3 |
* | | Refactor Android render loop to limit frame rate to 60 FPS | Leith Bade | 2015-09-24 | 2 | -65/+78 |
* | | Improve handling of cancelled HTTP requests | Leith Bade | 2015-09-23 | 1 | -0/+4 |
* | | Fix freezing on Android when rotating | Leith Bade | 2015-09-22 | 1 | -9/+0 |
* | | Remove Android style URL validation | Leith Bade | 2015-09-21 | 1 | -9/+0 |
* | | Change MapView.MapChange visibility to public since OnMapChangedListener.onMa... | Bastien Mayard | 2015-09-16 | 1 | -1/+1 |
* | | Call cancelTransitions when setting map position, zoom level, or direction. | Leith Bade | 2015-09-11 | 1 | -0/+6 |
* | | #2293 - Removing Drawable | Brad Leege | 2015-09-09 | 1 | -1/+0 |
* | | Merge branch 'master' of github.com:mapbox/mapbox-gl-native | Brad Leege | 2015-09-09 | 20 | -7/+316 |
|\ \ |
|
| * | | Changed title dialog | tobrun | 2015-09-09 | 1 | -3/+3 |
| * | | Moved icon to the right of Mapbox logo | tobrun | 2015-09-09 | 1 | -9/+15 |
| * | | Using AlertDialog from AppCompat instead of SDKs version | tobrun | 2015-09-09 | 1 | -1/+1 |
| * | | Added "Improve this map" functionality, current zoom level, center latitude a... | tobrun | 2015-09-09 | 2 | -6/+18 |
| * | | Added styling to the Attribution AlertDialog | tobrun | 2015-09-09 | 4 | -2/+23 |
| * | | Refactored ColorStateList of attribution control to a Drawable selector, adde... | tobrun | 2015-09-09 | 17 | -7/+6 |
| * | | Added save/restore state for CompassView, LogoView and AttributionView | tobrunvannuland | 2015-09-09 | 1 | -3/+63 |
| * | | Added info icon and map box logo | tobrunvannuland | 2015-09-09 | 11 | -4/+215 |
* | | | Merge branch 'master' into 2244-texture-view | Brad Leege | 2015-09-09 | 9 | -43/+550 |
|\ \ \
| |/ / |
|
| * | | #2283 - Supporting custom InfoWindow touch listeners via Marker.setInfoWindow... | Brad Leege | 2015-09-08 | 2 | -9/+35 |
| * | | Use MapView as parent for InfoWindow | Leith Bade | 2015-09-08 | 1 | -2/+1 |
| |/ |
|
| * | #894 - only select/deselect markers on true single-tap | Justin R. Miller | 2015-09-07 | 1 | -7/+4 |
| * | #894 - remove debug log | Justin R. Miller | 2015-09-07 | 1 | -3/+0 |
| * | #894 - remove debug polyline | Justin R. Miller | 2015-09-07 | 1 | -2/+0 |
| * | #894 - flip marker tap bounds to be top-biased | Justin R. Miller | 2015-09-07 | 1 | -2/+2 |
| * | #894 - properly extend tap bounds for marker selection | Justin R. Miller | 2015-09-07 | 1 | -9/+14 |
| * | #894 - Resetting height tolerance to 80 | Brad Leege | 2015-09-07 | 1 | -2/+1 |
| * | #894 - Flipping the Y value to make screen touch event locations line up with... | Brad Leege | 2015-09-07 | 1 | -6/+22 |
| * | #894 - Moving annotation selection determination to onSingleTapUp() to only r... | Brad Leege | 2015-09-07 | 1 | -80/+80 |
| * | #894 - Initial port of selectAnnotation and removing auto display of InfoWind... | Brad Leege | 2015-09-07 | 1 | -2/+14 |
| * | #894 - Initial port of selected annotation api | Brad Leege | 2015-09-07 | 2 | -28/+131 |
| * | #894 - Closing InfoWindows when the map moves as alerted to via MapChange events | Brad Leege | 2015-09-07 | 1 | -0/+13 |
| * | #894 - Fixing imports from merge from master | Brad Leege | 2015-09-07 | 2 | -2/+2 |
| * | #894 - Placing InfoWindow directly on top of Marker sprite | Brad Leege | 2015-09-07 | 2 | -3/+13 |