summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapboxMapOptions.java
Commit message (Collapse)AuthorAgeFilesLines
* fix for the china Publish IDupstream/lorn-android-chinalorntao2017-01-201-7/+162
|
* MapboxAccountManager refactor, removal deprecated accesstoken (#7462)Tobrun2016-12-171-131/+90
| | | | | | * [android] - move object ownership, move depenencies and responsibility. * [android] - MapboxAccountManager refactor, removal deprecated accesstoken.
* Adds checkstyle to CI (#7442)Cameron Mace2016-12-161-1021/+1139
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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] - move min/max zoom to transform class, cleanup usage of double ↵Tobrun2016-12-151-18/+23
| | | | vs float, renaming for parity (#7306)
* Allows for setting the user location icon to transparent (#7393)Cameron Mace2016-12-141-2/+2
| | | | | | * allows for setting the user location icon to transparent * removed color check
* [android] - only apply screen density to instance variables of ↵Tobrun2016-12-071-8/+8
| | | | MapboxMapOptions. (#7327)
* [android] - rename attributes (#6894)Tobrun2016-11-071-52/+50
|
* [android] - fix public xml api for drawables, fixup ↵Tobrun2016-11-021-3/+3
| | | | QueryRenderedFeatursBoxSymbolCountActivity (#6879)
* Prefix library resources to avoid naming conflicts (#6878)Tobrun2016-11-021-71/+71
| | | | | | | | * [android] - add library resource prefix * update SDK resources with prefix * fixup tests
* [android] - remove timer from compassView, make fading when facing north ↵Tobrun2016-10-251-0/+29
| | | | | | | | | | | 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
* Optionable textureview (#6480)Tobrun2016-09-291-0/+33
| | | | | | * [android] - make using TextureView optional * add deprecation comment on texture mode
* [android] Cleans up code in map package (#6380)Cameron Mace2016-09-201-3/+3
|
* [core] [android] - public api configurable base endpoint (#6309)Tobrun2016-09-151-5/+29
| | | add runloop to test
* [android] #5875 - MapboxMap options not parceling drawables (#5984)Tobrun2016-08-291-6/+41
| | | | | | | | | | * [android] #5875 - MapboxMap options not parceling the MyLocationView drawables * [android] #5875 - disabled parceable test for bitmaps * [android] #5876 - correct restoration of bitmapdrawable for unit test * disable check for drawable type
* [android] #5880 - javadoc cleanup part oneTobrun2016-08-081-2/+2
|
* [android] - add javadoc to mapboxmapoptionsTobrun2016-07-051-23/+69
|
* [android] - fixes deprecation javadoc of accessTokenTobrun2016-07-051-0/+1
|
* [android] #4929 - MyLocationView now requires less drawables to configure, ↵Tobrun Van Nuland2016-06-021-0/+10
| | | | reuses the foreground instead.
* [android] #5004 - Introducing MapboxAccountManagerBrad Leege2016-05-151-2/+9
|
* [android] #4912 - remove lollipop attribute from background drawable, made ↵Tobrun2016-05-031-1/+1
| | | | default bg color white, revert default color to TRANSPARENT when reading attributes.
* [android] #4878 - Setting default MyLocationBackgroundTint to be whiteBrad Leege2016-04-281-1/+1
|
* [android] #4878 - fix default color of accuracy circle to match primary ↵Tobrun2016-04-281-7/+25
| | | | color, removed old resources, introduced drawable density folders for new resources, enforced consistent naming.
* [android] #4800 - correct background offsets from attributesTobrun2016-04-261-15/+4
|
* [android] #4800 - default location view from start: introduced attributes, ↵Tobrun2016-04-261-5/+254
| | | | update MapboxMapOptions, added tests. updated MockParcel
* [android] #3231 - add support for tinting attribution icon through xml - ↵Tobrun2016-04-261-0/+22
| | | | MapboxMapOptions, AttributionDialog will use the same color values
* [android] #4304 - logo visibility fix for attributes defined in xmlTobrun2016-03-141-2/+2
|
* [android] #3749 - added javadocTobrun2016-03-121-0/+249
|
* [android] #4076 - MapboxMapOptions fixTobrun2016-03-091-31/+104
|
* [android] #4076 - MapboxMapOptions initial versionTobrun2016-03-091-0/+299
|
* [android] #4089 - remove mapboxmapsettings integrationTobrun2016-02-241-116/+0
|
* [android] #3776 - UiSettings uses MapView instead of MapboxMap as ↵Tobrun2016-02-011-1/+1
| | | | 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-12/+14
| | | | | | [android] #3760 - added missing methods for UiSettings, updated tests and test app to reflect this change [android] #3760 - typo fix
* [android] #3145 - MapboxMapTobrun2016-01-291-0/+114