summaryrefslogtreecommitdiff
path: root/android/MapboxGLAndroidSDK/src/main
Commit message (Collapse)AuthorAgeFilesLines
* [android] #2989 - moved access token to test appTobrun2015-11-132-26/+9
| | | | | | | | [android] #2989 - gitignoring config.xml [android] #2989 - move token file, rename [android] #2989 fixing gitignore, renaming config file
* [android] Fix Canvas.quickReject() crash on API 15Leith Bade2015-11-093-5/+7
| | | | | Also tidy android.os.Build refs Fixes #2976
* [android] Make Annotation.getId() suitable for public use.Leith Bade2015-11-091-1/+4
| | | | Fixes #2914
* [android] #2919 - Trimming whitespace during setAccessToken()Brad Leege2015-11-051-0/+3
|
* [android] Add setZoomControlsEnabled and setAllGesturesEnabledLeith Bade2015-11-033-26/+82
| | | | Fixes #1943
* [android] Adjust annotation touch tolerance to match default markerLeith Bade2015-10-311-4/+5
| | | | For #1504
* [android] When pinch zooming lock rotationLeith Bade2015-10-311-22/+13
| | | | Fixes #813
* [core] Remove bundled styles.Leith Bade2015-10-302-12/+12
| | | | Fixes #2239
* [android] #2880 - CoordinateBounds correction equals methodTobrun2015-10-301-1/+1
|
* Merge branch 'master' of github.com:mapbox/mapbox-gl-nativeBrad Leege2015-10-3032-53/+41
|\
| * [android] #2861 - double tap zoom gesture while tracking mode is enabledTobrun2015-10-301-1/+7
| |
| * [android] #2864 - improved compass update cycle, removed lowpassfilterTobrun2015-10-301-39/+8
| | | | | | | | [android] #2864 changed currentTimeInMills with elapsedRealtime
| * [android] Allow apps to override map resourcesLeith Bade2015-10-3031-13/+26
| | | | | | | | Fixes #2858
* | Merge branch 'release-android-v2.2.0'Brad Leege2015-10-291-1/+1
|\ \ | |/ |/|
| * [android] #2847 - Updating version to 2.2.0 for release and Fabricandroid-v2.2.0Brad Leege2015-10-281-1/+1
| |
* | [android] Implement Parcelable annotationsLeith Bade2015-10-303-3/+119
| | | | | | | | Fixes #2638
* | [android] #2797 - addLocationBearing part oneTobrun2015-10-284-42/+284
| |
* | [android] Grey out GPS marker when location is staleLeith Bade2015-10-281-11/+35
| | | | | | | | Fixes #2694
* | [android] #2224 inflate children map view through xmlTobrun2015-10-285-57/+72
| | | | | | | | | | | | [android] - #2224 make UserLocationView inflatable through xml. using setter to attach MapView [android] #2224 - renamed fragment layout file, reordered views in layout file map view
* | [android] Remove NullPointerException from MapViewLeith Bade2015-10-281-22/+44
| | | | | | | | Fixes #2831
* | [android] Fix NullPointerException in editor modeLeith Bade2015-10-281-2/+8
|/ | | | Fixes #2830
* [android] #2809 - addPolylines and removeAnnotations in JNI, added feature ↵Tobrun2015-10-272-7/+21
| | | | activity + sanity test case
* [android] Improve Javadoc for the new MapView methods.Leith Bade2015-10-272-21/+25
|
* [android] #2801 - Spelling fix for log statementBrad Leege2015-10-261-1/+1
|
* [android] #2801 - Log null centerCoordinate instead of throwing ↵Brad Leege2015-10-261-2/+4
| | | | NullPointerException
* [android] #2758 - add my location tracking modeTobrun2015-10-263-19/+146
|
* [android] Move android filesLeith Bade2015-10-25107-0/+8245
Fixes #2032