summaryrefslogtreecommitdiff
path: root/android
Commit message (Collapse)AuthorAgeFilesLines
* [android] #3151 - Added sample `InfoWindowConcurrentActivity` to illustrate ↵Antonio Zugaldia2015-12-026-13/+149
| | | | the behavior of multiple InfoWindows visible at a time.
* [core] Map::setSprite ⇢ Map::addAnnotationIconJohn Firebaugh2015-12-012-4/+4
| | | | Fixes #3084
* Improve quickzooming on AndroidBraden Ewing2015-12-011-6/+8
|
* refs #2800: update docs exception thrown for no Android tokenJustin R. Miller2015-11-301-1/+1
| | | | [skip ci]
* Merge pull request #3127 from mapbox/3115-multiple-infowindowsAntonio Zugaldia2015-11-305-57/+137
|\ | | | | 3115 multiple infowindows + leave open while panning
| * add flag to let concurrent multiple infowindows to be shownAntonio Zugaldia2015-11-303-2/+36
| |
| * [android] #3115 - optimised + cleanup before PRTobrun2015-11-251-10/+12
| |
| * we just need to clear the list'Antonio Zugaldia2015-11-251-2/+6
| |
| * [android] #3115 reposition info windows that have been repositioned while ↵Tobrun2015-11-251-1/+4
| | | | | | | | panning the map
| * [android] #3121 Allow InfoWindow to be open while panning, allow standard ↵Tobrun2015-11-253-26/+39
| | | | | | | | InfoWindow (without repositioning InfoWindowTipView) to be panned above the map
| * still some work needed on onSingleTapConfirmed()Antonio Zugaldia2015-11-242-30/+54
| |
* | Correct behaviour when switching between tracking modes, added javadocTobrun2015-11-304-25/+82
| |
* | [android] #3071 - Make docs navigation more obvious for MapChangeListenerTobrun2015-11-304-19/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | [android] #3071 - improve javadocs: removed reference to Google Maps Consistent documentation style in constants package [android] #3071 added documentation to MathConstants class [android] #3071 added javadoc class documentation for MapboxConstants [android] #3071 added documentation to the GeoConstants class, also added white line at end of the class for consistency [android] #3071 make clear that public static final fields are used for MapChange, add link to MapView.OnMapChangeListener
* | Updated links to access token managerMinh Nguyễn2015-11-291-1/+1
| | | | | | | | The old URL redirects to a Mapbox Studio page not specifically about access tokens.
* | [core] Collision debug is now MapDebugOptions::CollisionBruno de Oliveira Abinader2015-11-272-23/+4
| |
* | [core] Added MapDebugOptionsBruno de Oliveira Abinader2015-11-274-6/+6
| | | | | | | | | | Map debug options are now cycled up to all debug options enabled, then back to none.
* | [android] Remove autogenerated file from treeThiago Marcos P. Santos2015-11-271-4/+0
| | | | | | | | | | | | | | developer-config.xml gets generated on build time with the token set for the env var MAPBOX_ACCESS_TOKEN. Because the file was checked to the git repo, it was not being regenerated and thus, crashing the test app accusing no token set.
* | [android] #3008 - upgrade android grade plugin to 1.5.0Tobrun2015-11-25133-62/+247
| | | | | | | | | | | | [android] #2386 - Add vector drawable and rippleDrawable for attribution icon [android] #2736 - Replace bitmap assets with vector drawable
* | Don't double-tap zoom when quickzooming on AndroidBraden Ewing2015-11-251-10/+25
|/
* [android] - #2658 improve window background PopupWindowViewTobrun2015-11-207-42/+79
|
* [android] Bring back OkHTTPLeith Bade2015-11-171-2/+39
| | | | | | | Update http_request_android.cpp for changes in #2727 Fix crash caused by calling both onFailure and onReponse in the same request Fixes #2856 Fixes #2400
* [android] #2931 - Adding Zoom button to UIBrad Leege2015-11-132-0/+9
|
* [android] #2931 - Making Manual Zoom Navigation Drawer Item Open Manual Zoom ↵Brad Leege2015-11-133-0/+8
| | | | Activity
* [android] #2931 - Creating basic Activity for Manual ZoomBrad Leege2015-11-132-0/+107
|
* [android] #2931 - Adding Manual Zoom As Drawer OptionBrad Leege2015-11-137-0/+7
|
* [android] #3029 - Adding removeMarker() convenience methodBrad Leege2015-11-131-0/+12
|
* [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
| |