diff --git a/changelog/unreleased/4482 b/changelog/unreleased/4482 new file mode 100644 index 00000000000..5ca06e49a17 --- /dev/null +++ b/changelog/unreleased/4482 @@ -0,0 +1,7 @@ +Enhancement: Add status message when (un)setting av. offline from preview + +A message has been added in all previews when the (un)setting av. offline buttons are clicked. +The options menu has been updated in all previews depending on the file status. + +https://github.com/owncloud/android/issues/4382 +https://github.com/owncloud/android/pull/4482 diff --git a/changelog/unreleased/4484 b/changelog/unreleased/4484 new file mode 100644 index 00000000000..405ee38a12d --- /dev/null +++ b/changelog/unreleased/4484 @@ -0,0 +1,7 @@ +Enhancement: Added text labels for BottomNavigationView + +Text labels have been added below the icons, and the active indicator feature is implemented using the default itemActiveIndicatorStyle for better navigation experience. + + +https://github.com/owncloud/android/issues/4484 +https://github.com/owncloud/android/pull/4498 diff --git a/changelog/unreleased/4492 b/changelog/unreleased/4492 new file mode 100644 index 00000000000..3eb5162e14d --- /dev/null +++ b/changelog/unreleased/4492 @@ -0,0 +1,6 @@ +Change: replace auto-uploads with automatic uploads + +Wording change in the feature name, in order to make it clearer in translations and documentation + +https://github.com/owncloud/android/issues/4252 +https://github.com/owncloud/android/pull/4492