summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/attribution
Commit message (Collapse)AuthorAgeFilesLines
* [core,ios,android] Update feedback URL in code and tests (#13710)Antonio Zugaldia2019-01-171-0/+1
| | | | | | * [core,ios] rename all occurrence of www.mapbox.com/map-feedback to apps.mapbox.com/feedback * [ios,android] rename all occurrence of www.mapbox.com/feedback to apps.mapbox.com/feedback
* [android] - makes improve map url backwards compatibletobrun2019-01-152-3/+11
|
* [android] - show snapshot attributiontobrun2019-01-151-1/+1
|
* [android] require context in AttributionParser.BuilderŁukasz Paczos2018-11-291-7/+5
|
* [android] update map feedback URLŁukasz Paczos2018-11-201-1/+1
|
* [android] - nullify codebase with annotationsTobrun2018-11-074-13/+53
|
* Revert "[android] - infer nullity"tobrun2018-10-234-53/+13
| | | | This reverts commit 617742710852a5a958a13f2b659f8c307973e49d.
* [android] - infer nullityTobrun2018-10-124-13/+53
|
* [android] - make improve this map translatableTobrun2018-09-041-0/+28
|
* [android] - replace hardcode telemetry settings string by resources stringTobrun2018-08-221-3/+21
|
* [android] - fix javadoc utf8 encoding issues, add missing package-info.java ↵Tobrun2018-02-221-0/+4
| | | | items
* [android] - attribtuion anchor point calculation fix for short text with ↵Tobrun2017-11-291-1/+1
| | | | full logo on a MapSnapshot (#10558)
* MapSnapshot attribution (#10362)Tobrun2017-11-144-0/+608
* [android] - add attribution * [android] - optimise attribution sources * [android] - rework datamodel to attribution class * [android] - refactor Attribution, add tests * [android] - add getter for attribution string * [android] - rework attribution to include small logo, add layout placement * [android] - finalise integration and layout logic