summaryrefslogtreecommitdiff
path: root/android/java
Commit message (Expand)AuthorAgeFilesLines
* Add InfoWindowAdapter, had to move some parts in InfoWindow + MarkerTobrun2015-10-024-9/+95
* [android] #2076 expose getMetersPerPixelAtLatitudeTobrun2015-10-021-0/+12
* [ios] [android] Add default marker spritesNicki Dlugash2015-10-029-9/+32
* Fixup Android SDK manifest reference to old mapboxgl packageLeith Bade2015-10-024-6/+6
* Add OnMarkerClickListener, added example in test appTobrun2015-10-022-1/+43
* [android] JavaDoc quest in MapView part 2Leith Bade2015-10-029-60/+312
* #2486 - Fixing importsBrad Leege2015-10-011-2/+0
* Merge branch 'master' of github.com:mapbox/mapbox-gl-nativeBrad Leege2015-10-013-13/+41
|\
| * Merge pull request #2461 from mapbox/2428-add-markers-bulk-jniTobrun2015-10-013-13/+41
| |\
| | * Initial native add markers implementationTobrun2015-10-013-13/+41
* | | Merge branch 'master' of github.com:mapbox/mapbox-gl-nativeBrad Leege2015-10-012-94/+174
|\ \ \ | |/ /
| * | Merge pull request #2466 from mapbox/2222-Custom-CompassViewTobrun2015-10-012-88/+174
| |\ \
| | * | [Android] Refactored Compass in separate View classTobrun2015-10-012-88/+174
| | |/
* | | Merge branch '2486-back-to-the-future'Brad Leege2015-10-0150-113/+103
|\ \ \ | |/ / |/| |
| * | #2486 - Renaming root Java package from com.mapbox.mapboxgl to com.mapbox.map...Brad Leege2015-10-0149-110/+100
| * | #2486 - Changing Maven metadata back to original Mapbox Android metadataBrad Leege2015-10-011-3/+3
| |/
* | Merge pull request #2442 from mapbox/2223-private-public-resource-configurationTobrun2015-10-012-0/+9
|\ \
| * | Added res-public resource folder for configuration public resources, update b...Tobrun2015-09-252-0/+9
* | | [Android] Exposing attribution + logo visibilityTobrun2015-10-012-1/+19
| |/ |/|
* | 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