From 8c62335dc1ff04e1c732799fdcb2823e729dd60a Mon Sep 17 00:00:00 2001 From: joragua Date: Thu, 24 Oct 2024 08:34:33 +0200 Subject: [PATCH] feat: copied unreleased folder from master to avoid conflicts --- changelog/unreleased/4482 | 7 +++++++ changelog/unreleased/4484 | 7 +++++++ changelog/unreleased/4492 | 6 ++++++ 3 files changed, 20 insertions(+) create mode 100644 changelog/unreleased/4482 create mode 100644 changelog/unreleased/4484 create mode 100644 changelog/unreleased/4492 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