summaryrefslogtreecommitdiff
path: root/android/java
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2483 from mapbox/2374-Fix-BouncingBox-Lat-Lon-mismatchTobrun2015-10-013-45/+253
|\
| * Improved BoundingBox implementation + added testacasesTobrun2015-10-013-45/+253
* | Refactor MapView code to be more maintainable. Implement JavaDocs up to rotat...Leith Bade2015-10-018-628/+823
|/
* #2434 - Centralizing buildscript dependencies and source repository. Using j...Brad Leege2015-09-283-22/+24
* #2434 - Adding makeAndroid and makeAndroidAllBrad Leege2015-09-281-0/+10
* #2434 - Wrapping make cleanBrad Leege2015-09-281-0/+5
* #2426 - Updating artifacts for 0.2.0 developmentBrad Leege2015-09-252-3/+3
* #2275 - Setting version_name to 0.1.0 for releaseBrad Leege2015-09-251-1/+1
* Update CrashlyticsLeith Bade2015-09-251-1/+1
* Merge branch 'release-android-v0.1.0'Leith Bade2015-09-251-1/+0
|\
| * Revert "Add Crashlytics NDK to Android"Brad Leege2015-09-233-26/+1
| * Improve handling of cancelled HTTP requestsLeith Bade2015-09-231-0/+4
| * Add Crashlytics NDK to AndroidLeith Bade2015-09-233-1/+26
| * Fix freezing on Android when rotatingLeith Bade2015-09-222-9/+3
| * Remove Android style URL validationLeith Bade2015-09-211-9/+0
| * Add missing support libsLeith Bade2015-09-112-3/+1
| * Update to Android build tools 23.0.1Leith Bade2015-09-112-2/+2
| * Call cancelTransitions when setting map position, zoom level, or direction.Leith Bade2015-09-111-0/+6
| * #2293 - Removing DrawableBrad Leege2015-09-111-1/+0
| * Changed title dialogtobrun2015-09-111-3/+3
| * 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-112-6/+18
| * Added styling to the Attribution AlertDialogtobrun2015-09-115-3/+24
| * Refactored ColorStateList of attribution control to a Drawable selector, adde...tobrun2015-09-1117-7/+6
| * Added save/restore state for CompassView, LogoView and AttributionViewtobrunvannuland2015-09-111-3/+63
| * Added info icon and map box logotobrunvannuland2015-09-1111-4/+215
| * #2283 - Supporting custom InfoWindow touch listeners via Marker.setInfoWindow...Brad Leege2015-09-113-10/+46
| * Switch to TextureViewLeith Bade2015-09-111-17/+25
| * Use MapView as parent for InfoWindowLeith Bade2015-09-081-2/+1
* | #2414 - Add explicit null check for infoWindowBrad Leege2015-09-241-1/+3
* | #2414 - Removing Crashlytics NDK integration as it's preventing TestApp from ...Brad Leege2015-09-242-11/+1
* | Refactor Android render loop to limit frame rate to 60 FPSLeith Bade2015-09-242-65/+78
* | Actually disable universal APKsLeith Bade2015-09-241-1/+0
* | Fix build with Crashlytics NDK on 64bitLeith Bade2015-09-241-2/+0
* | Improve handling of cancelled HTTP requestsLeith Bade2015-09-231-0/+4
* | Add Crashlytics NDK to AndroidLeith Bade2015-09-233-1/+26
* | Fix freezing on Android when rotatingLeith Bade2015-09-222-9/+3
* | 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
* | import JUnit tests instructionsAntonio Zugaldia2015-09-161-2/+9
* | placeholders for the remaining objectsAntonio Zugaldia2015-09-163-0/+45
* | two classes at once on awsAntonio Zugaldia2015-09-161-0/+2
* | unit tests + mockitoAntonio Zugaldia2015-09-164-0/+186
* | zoom inAntonio Zugaldia2015-09-161-2/+7
* | screenshots should be taken on ui threadAntonio Zugaldia2015-09-161-2/+10
* | fixed the screenshot class to include the surface viewAntonio Zugaldia2015-09-161-8/+45
* | using the new version way of instanstiating the activity classAntonio Zugaldia2015-09-162-65/+34
* | moved screenshot tests to its own classAntonio Zugaldia2015-09-161-0/+61
* | second activity test classAntonio Zugaldia2015-09-161-0/+41