summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/UiSettings.java
Commit message (Collapse)AuthorAgeFilesLines
* [android] - keep state of initial overlain views margins (#9391)Tobrun2017-08-191-16/+29
|
* [android] fix compass direction (Transform::getCameraOptions returns ↵Pablo Guardiola2017-07-281-1/+2
| | | | counterclockwise angle after transform.invalidateCameraPosition() which needs to be transformed to a clockwise bearing) (#9632)
* Revisit Javadoc for 5.1.0 (#9266)Tobrun2017-06-201-8/+4
| | | | | | | | | | * [android] - revisit public API javadoc * [android] fix javadoc minor mistakes and typos * grammar tweak * add missing public javadoc
* [android] - logo placement for creating a Mapview programatically (#9094)Tobrun2017-05-261-8/+20
| | | | | | * [android] - Correct logo placement for creating a Mapview programatically, fixup non default placements * Fixed NIGHTY_TWO_DP typo to NINETY_TWO_DP
* [android] Release android-v5.1.0-beta.2 (#8976)Tobrun2017-05-121-16/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * [android] url getter on sources * [android] fix ui test filter in makefile * [android] - build SNAPSHOT from release branch (#8958) * [android] - update changelog for 5.1.0-beta.2 * [android] - bump version number * [android] - Camera change listener v2.0 * [core] allow filesource url transform reset * [android] Update attribution wordmark (#8774) * Update wordmark on android * Moved attribution i icon to the right of mapbox word (in mapview preview image) * update padding and margin * [android] update hardcoded branch name * revert version to 5.1.0-SNAPSHOT
* add compass drawable initialization in ui settings (#8695)Pablo Guardiola2017-04-101-0/+4
|
* [android] add changing compass view image feature to the sdk (#8301)Pablo Guardiola2017-03-141-0/+47
|
* Disable double tap gesture to zoom in (#7879)srabenja2017-02-041-0/+45
|
* fix typo in android docs (#7686)Molly Lloyd2017-01-161-1/+1
|
* MapboxAccountManager refactor, removal deprecated accesstoken (#7462)Tobrun2016-12-171-2/+123
| | | | | | * [android] - move object ownership, move depenencies and responsibility. * [android] - MapboxAccountManager refactor, removal deprecated accesstoken.
* Adds checkstyle to CI (#7442)Cameron Mace2016-12-161-693/+696
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * adds checkstyle to CI * fixed gradlew path * resolved testapp checkstyle violations * added back mapboxMap variable for test * checkstyle annotations * checkstyle SDK round 1 * maps package checkstyle * rest of SDK checkstyle * checkstyle gesture library * checkstyle test * finished rest of test checkstyle * resolved all checkstyle errors * fixed class name * removed old test file * fixed camera postion test * fixed native crash
* [android] - cleanup initialisation code for MapboxMap (#7330)Tobrun2016-12-091-1/+66
|
* [android] - Refactor dependencies, introduce focused components (#7189)Tobrun2016-12-061-71/+90
| | | | | | * [android] - refactor dependencies * ignore tests
* [android] - remove timer from compassView, make fading when facing north ↵Tobrun2016-10-251-2/+24
| | | | | | | | | | | optional. (#6786) save state for recreating map view fix review comments unit test covering default value for fading and setting a new value fixup setter, fix default value
* [android] #5880 - javadoc cleanup part oneTobrun2016-08-081-5/+3
|
* [android] #4924 - Make Gesture Focal Point ConfigurableTobrun Van Nuland2016-06-131-0/+23
|
* [android] #4159 - expose an api to enable selection/deselection of markers ↵Antonio Zugaldia2016-06-131-0/+22
| | | | on map tap (#5312)
* [android] #4800 - default location view from start: introduced attributes, ↵Tobrun2016-04-261-19/+0
| | | | update MapboxMapOptions, added tests. updated MockParcel
* [android] #3231 - add support for tinting attribution icon through xml - ↵Tobrun2016-04-261-13/+44
| | | | MapboxMapOptions, AttributionDialog will use the same color values
* [android] #4396 - fixup mason build issueTobrun2016-04-231-0/+11
|
* [android] #4635 - fix rotate disabled with location trackingTobrun2016-04-081-12/+56
|
* [android] #4318 - move min/max zoom level to MapboxMapTobrun2016-03-151-67/+0
|
* [android] #4097 - update javadoc maps packageTobrun2016-02-251-3/+2
| | | | [android] #4097 - update visibility compassclickclistener fix
* [android] #3755 - fix package visibility issue with camera package, added ↵Tobrun2016-02-241-0/+21
| | | | javadoc and general cleanup
* [android] #4018 - migrated max/min zoom to UiSettings + added tests + update ↵Tobrun2016-02-191-14/+85
| | | | sample app
* [Android] #3761 - add map padding, introduce new feature activityTobrun2016-02-151-50/+49
| | | | | | | | [android] #3781 #3899 - add map padding, user location view, ViewSettings, TrackingSettings [android] #3761 - update map padding sample [android] #3761 - add map padding
* [android] #3776 - UiSettings uses MapView instead of MapboxMap as ↵Tobrun2016-02-011-12/+13
| | | | dependency. Cleanup obsolete methods MapboxMap/MapView, Renaming convention Google Maps SDK, Update tests, Some minor fixes in state management
* [android] #3760 - parity with Google Maps SDKTobrun2016-02-011-0/+479
[android] #3760 - added missing methods for UiSettings, updated tests and test app to reflect this change [android] #3760 - typo fix