summaryrefslogtreecommitdiff
path: root/android
Commit message (Collapse)AuthorAgeFilesLines
* [android] #3023 - reactive token generationTobrun2015-11-131-0/+19
| | | | [android] #3023 - update documentation to reflect change
* [android] #3019 - optimise visible coordinateboundsTobrun2015-11-132-1/+3
|
* [android] #3001 add config changes example to test appTobrun2015-11-131-0/+1
|
* [android] #2989 - moved access token to test appTobrun2015-11-135-44/+14
| | | | | | | | [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] Check for location permission in MyLocationTrackingModeActivityLeith Bade2015-11-091-4/+30
| | | | Fixes #2110
* [android] #2891 - 23.0.2 Take 2Brad Leege2015-11-052-2/+2
|
* [android] #2919 - Trimming whitespace during setAccessToken()Brad Leege2015-11-051-0/+3
|
* [android] #2921 - Regenerating gradle-wrapper.jar and adding distribution ↵Brad Leege2015-11-052-1/+2
| | | | sha check
* [android] #2921 - Upgrading Gradle Wrapper to 2.8Brad Leege2015-11-052-3/+3
|
* [android] Save polylinesLeith Bade2015-11-061-7/+19
| | | | Fixes #2906
* [android] #2891 - Going back to Android Build Tools 23.0.1Brad Leege2015-11-032-2/+2
|
* [android] Update to build tools 23.0.2Leith Bade2015-11-032-2/+2
| | | | Fixes #2891
* [android] Add setZoomControlsEnabled and setAllGesturesEnabledLeith Bade2015-11-034-26/+83
| | | | Fixes #1943
* [android] #2899 - Moving make wrappers to module build.gradleBrad Leege2015-11-022-15/+17
|
* [android] Save added markers in test appLeith Bade2015-10-312-16/+43
| | | | Fixes #2877
* [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
|
* [android] #2868 - Setting android back to SNAPSHOT mode and incrementing ↵Brad Leege2015-10-301-1/+1
| | | | build number
* 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-292-2/+2
|\ \ | |/ |/|
| * [android] #2847 - Updating version to 2.2.0 for release and Fabricandroid-v2.2.0Brad Leege2015-10-282-2/+2
| |
* | [android] Implement Parcelable annotationsLeith Bade2015-10-303-3/+119
| | | | | | | | Fixes #2638
* | [android] Update test app iconLeith Bade2015-10-2810-0/+0
| | | | | | | | Fixes #2838
* | [android] #2797 - addLocationBearing part oneTobrun2015-10-288-79/+368
| |
* | [android] Grey out GPS marker when location is staleLeith Bade2015-10-282-19/+45
| | | | | | | | 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-2725-7/+285
| | | | 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] Use hi res icons in test app menuLeith Bade2015-10-2616-3/+3
|
* [android] Remove unused permissionLeith Bade2015-10-261-1/+0
|
* [android] #2758 - add my location tracking modeTobrun2015-10-2615-37/+402
|
* [android] #2726 - finalise BulkAddMarkers activityTobrun2015-10-263-9/+61
|
* [android] #2726 - moved utility classes to separate packageTobrun2015-10-263-7/+9
|
* [android] #2523 - fix toolbar alignment issueTobrun2015-10-257-14/+7
|
* #2784 - Restoring API minimum to 15 for TestAppBrad Leege2015-10-241-1/+1
|
* #2784 - Restoring API minimum to 15Brad Leege2015-10-241-1/+1
|
* [android] Move android filesLeith Bade2015-10-25231-3045/+0
| | | | Fixes #2032
* [android] Remove the WRITE_EXTERNAL_STORAGE permission from test appLeith Bade2015-10-251-1/+1
| | | | Fixes #2655
* [android] Use ViewCompat in CompassView for pre-Jelly Bean animationLeith Bade2015-10-242-12/+8
|