summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapboxMapOptions.java
Commit message (Collapse)AuthorAgeFilesLines
* [android] ensure default local ideographs font family is not overwroteŁukasz Paczos2019-07-301-3/+9
|
* [android] - introduce MapboxMapOptins facility creation method.tobrun2019-07-081-1/+13
|
* [android] - rename style component URL api to URItobrun2019-06-051-8/+42
|
* [android] deprecate MapboxMapOptions empty constructorŁukasz Paczos2019-05-231-0/+2
|
* Add javadocs for local font familykevin2019-02-191-0/+2
|
* [android] set localIdeographFontFamily default to sans-serifkevin2019-02-191-1/+1
|
* [android] expose quick zoom option xml attributeŁukasz Paczos2019-01-251-0/+2
|
* [android] separate quick zoom gestures optionŁukasz Paczos2019-01-251-0/+28
|
* [android] - remove style config from mapboxMapOptions and attributestobrun2018-12-101-60/+0
|
* [android] - nullify codebase with annotationsTobrun2018-11-071-3/+35
|
* [android] removed ZoomButtonsController supportŁukasz Paczos2018-10-311-32/+0
|
* [android] deprecated ZoomButtonsController supportŁukasz Paczos2018-10-251-0/+4
|
* Revert "[android] - infer nullity"tobrun2018-10-231-36/+3
| | | | This reverts commit 617742710852a5a958a13f2b659f8c307973e49d.
* [android] - infer nullityTobrun2018-10-121-3/+36
|
* [android] - add binding integration for cross source collisiontobrun2018-09-121-0/+35
|
* [android] - expose stylejsoon confiugration on MapboxMapOptions and MapView ↵Tobrun2018-08-211-11/+41
| | | | attributes
* [android] - wait for the initial render to occur before showing the map to ↵Tobrun2018-07-271-1/+30
| | | | the end-user
* [android] - create device independent tests for camera position testingtobrun2018-07-051-2/+32
|
* Remove deprecated location APIs (#11351)Łukasz Paczos2018-03-021-359/+1
|
* [android] - fix javadoc utf8 encoding issues, add missing package-info.java ↵Tobrun2018-02-221-4/+4
| | | | items
* [android] - translucent surface on TextureViewTobrun2018-02-131-0/+15
|
* [android] - RTL supportTobrun2018-01-051-2/+2
|
* [android] Tweak TinySDF docs to better describe font-family behavior.Chris Loer2017-12-191-1/+4
|
* Saving/restoring MyLocationViewSettings (#10746) (#10748)Tobrun2017-12-191-18/+5
| | | [android] saving/restoring MyLocationViewSettings, updated BitmapUtils
* [android] Add Configuration hook for local ideograph font family and demo ↵Chris Loer2017-12-181-0/+31
| | | | activity
* [android] bring back texture viewIvo van Dongen2017-11-031-3/+34
|
* [android] remove texture viewIvo van Dongen2017-09-221-34/+2
|
* [android] - add zMediaOverlay configuration, add bottom sheet test setupTobrun Van Nuland2017-07-261-1/+29
|
* [android] add api to enable/disable tile prefetchingIvo van Dongen2017-07-201-0/+33
|
* [android] - feature - location accuracy indicator threshold (#9472)Tobrun2017-07-171-0/+30
|
* [android] Fix my location drawable getting tinted (#9410)Pablo Guardiola2017-07-061-9/+12
| | | | | | * fix my location drawable tinted when setting mapbox_myLocationTintColor in xml issue (linking my location foreground drawables with my location foreground tint color and adding the possibility of setting an undefined my location foreground tint color) * link my location background drawable with my location background tint color and add the possibility of setting an undefined my location background tint color
* Revisit Javadoc for 5.1.0 (#9266)Tobrun2017-06-201-3/+3
| | | | | | | | | | * [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-2/+2
| | | | | | * [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/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * [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-1/+2
|
* [android] add changing compass view image feature to the sdk (#8301)Pablo Guardiola2017-03-141-1/+44
|
* Disable double tap gesture to zoom in (#7879)srabenja2017-02-041-0/+29
|
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-1/+1
|
* 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