summaryrefslogtreecommitdiff
path: root/android/java/MapboxGLAndroidSDK/src/main
Commit message (Expand)AuthorAgeFilesLines
* #2293 - Removing DrawableBrad Leege2015-09-091-1/+0
* Merge branch 'master' of github.com:mapbox/mapbox-gl-nativeBrad Leege2015-09-0920-7/+316
|\
| * Changed title dialogtobrun2015-09-091-3/+3
| * 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-092-6/+18
| * Added styling to the Attribution AlertDialogtobrun2015-09-094-2/+23
| * Refactored ColorStateList of attribution control to a Drawable selector, adde...tobrun2015-09-0917-7/+6
| * Added save/restore state for CompassView, LogoView and AttributionViewtobrunvannuland2015-09-091-3/+63
| * Added info icon and map box logotobrunvannuland2015-09-0911-4/+215
* | Merge branch 'master' into 2244-texture-viewBrad Leege2015-09-099-43/+550
|\ \ | |/
| * #2283 - Supporting custom InfoWindow touch listeners via Marker.setInfoWindow...Brad Leege2015-09-082-9/+35
| * Use MapView as parent for InfoWindowLeith Bade2015-09-081-2/+1
| * #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-072-28/+131
| * #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-072-2/+2
| * #894 - Placing InfoWindow directly on top of Marker spriteBrad Leege2015-09-072-3/+13
| * #894 - Getting InfoWindow view to measure itself before being added so that p...Brad Leege2015-09-071-4/+5
| * #894 - Initial port of iOS method for aligning infowindows over markersBrad Leege2015-09-072-3/+9
| * #894 - Wiring up getTopOffsetPixelsForAnnotationSymbol in JNIBrad Leege2015-09-071-2/+6
| * #894 - Placement of InfoWindow to marker location baseBrad Leege2015-09-072-5/+10
| * #894 - Opening InfoWindow on long press in TestAppBrad Leege2015-09-071-1/+0
| * #894 - Basic port of InfoWindowBrad Leege2015-09-077-15/+332
* | Switch to TextureViewLeith Bade2015-09-051-17/+25
|/
* plumb map notifications through JNI to AndroidJustin R. Miller2015-09-042-12/+74
* #2182 - Updating compass imageryBrad Leege2015-09-036-1/+1
* Fix crash when using MapView access token constructorLeith Bade2015-09-021-2/+2
* #2063 - MergingBrad Leege2015-08-311-0/+31
|\
| * added click, longclick, scroll, fling eventsErlend Fagerheim2015-08-131-0/+30
* | implement annotation marker tap recognition in AndroidJustin R. Miller2015-08-282-0/+45
* | #2182 - Replacing existing iOS style compass with more Android style compass ...Brad Leege2015-08-263-1/+1
* | #934 - Removing onLocationChanged() log statementBrad Leege2015-08-211-1/+0
* | #934 - Removing duplicate compass.png file and centralizing in common drawableBrad Leege2015-08-212-0/+0
* | #934 - Consolidating CallbackHandler due to API minimum being above GingerbreadBrad Leege2015-08-211-10/+2
* | #934 - Setting SDK Minimum to API 15. Removing TargetApi Annotations.Brad Leege2015-08-211-8/+5
* | Improve support for Andrioid MLeith Bade2015-08-186-54/+19
* | Fixes preview of Android Acticity in the Studio XML editorLeith Bade2015-08-181-1/+3
* | Adds getAnnotations to AndroidLeith Bade2015-08-181-2/+7
* | Fix state saving on AndroidLeith Bade2015-08-172-54/+78
* | Move validateAccessToken to onCreateLeith Bade2015-08-171-1/+3
* | Merge branch 'android-remove-apache'Leith Bade2015-08-171-5/+22
|\ \