|
1 | 1 | # Table of Contents
|
2 | 2 |
|
| 3 | +* [Changelog for unreleased](#changelog-for-owncloud-android-client-unreleased-unreleased) |
| 4 | +* [Changelog for 4.4.1](#changelog-for-owncloud-android-client-441-2024-10-28) |
3 | 5 | * [Changelog for 4.4.0](#changelog-for-owncloud-android-client-440-2024-09-30)
|
4 | 6 | * [Changelog for 4.3.1](#changelog-for-owncloud-android-client-431-2024-07-22)
|
5 | 7 | * [Changelog for 4.3.0](#changelog-for-owncloud-android-client-430-2024-07-01)
|
|
23 | 25 | * [Changelog for 2.18.1](#changelog-for-owncloud-android-client-2181-2021-07-20)
|
24 | 26 | * [Changelog for 2.18.0](#changelog-for-owncloud-android-client-2180-2021-05-24)
|
25 | 27 | * [Changelog for 2.17 versions and below](#changelog-for-217-versions-and-below)
|
| 28 | +# Changelog for ownCloud Android Client [unreleased] (UNRELEASED) |
| 29 | + |
| 30 | +The following sections list the changes in ownCloud Android Client unreleased relevant to |
| 31 | +ownCloud admins and users. |
| 32 | + |
| 33 | +[unreleased]: https://github.com/owncloud/android/compare/v4.4.1...master |
| 34 | + |
| 35 | +## Summary |
| 36 | + |
| 37 | +* Change - Replace auto-uploads with automatic uploads: [#4252](https://github.com/owncloud/android/issues/4252) |
| 38 | +* Enhancement - Add status message when (un)setting av. offline from preview: [#4382](https://github.com/owncloud/android/issues/4382) |
| 39 | +* Enhancement - Added text labels for BottomNavigationView: [#4484](https://github.com/owncloud/android/issues/4484) |
| 40 | + |
| 41 | +## Details |
| 42 | + |
| 43 | +* Change - Replace auto-uploads with automatic uploads: [#4252](https://github.com/owncloud/android/issues/4252) |
| 44 | + |
| 45 | + Wording change in the feature name, in order to make it clearer in translations |
| 46 | + and documentation |
| 47 | + |
| 48 | + https://github.com/owncloud/android/issues/4252 |
| 49 | + https://github.com/owncloud/android/pull/4492 |
| 50 | + |
| 51 | +* Enhancement - Add status message when (un)setting av. offline from preview: [#4382](https://github.com/owncloud/android/issues/4382) |
| 52 | + |
| 53 | + A message has been added in all previews when the (un)setting av. offline |
| 54 | + buttons are clicked. The options menu has been updated in all previews depending |
| 55 | + on the file status. |
| 56 | + |
| 57 | + https://github.com/owncloud/android/issues/4382 |
| 58 | + https://github.com/owncloud/android/pull/4482 |
| 59 | + |
| 60 | +* Enhancement - Added text labels for BottomNavigationView: [#4484](https://github.com/owncloud/android/issues/4484) |
| 61 | + |
| 62 | + Text labels have been added below the icons, and the active indicator feature is |
| 63 | + implemented using the default itemActiveIndicatorStyle for better navigation |
| 64 | + experience. |
| 65 | + |
| 66 | + https://github.com/owncloud/android/issues/4484 |
| 67 | + https://github.com/owncloud/android/pull/4498 |
| 68 | + |
| 69 | +# Changelog for ownCloud Android Client [4.4.1] (2024-10-28) |
| 70 | + |
| 71 | +The following sections list the changes in ownCloud Android Client 4.4.1 relevant to |
| 72 | +ownCloud admins and users. |
| 73 | + |
| 74 | +[4.4.1]: https://github.com/owncloud/android/compare/v4.4.0...v4.4.1 |
| 75 | + |
| 76 | +## Summary |
| 77 | + |
| 78 | +* Bugfix - File size becomes 0 after a local update: [#4495](https://github.com/owncloud/android/issues/4495) |
| 79 | + |
| 80 | +## Details |
| 81 | + |
| 82 | +* Bugfix - File size becomes 0 after a local update: [#4495](https://github.com/owncloud/android/issues/4495) |
| 83 | + |
| 84 | + The local copy of a file is not removed after a local update anymore. Therefore, |
| 85 | + the file size has been fixed. |
| 86 | + |
| 87 | + https://github.com/owncloud/android/issues/4495 |
| 88 | + https://github.com/owncloud/android/pull/4502 |
| 89 | + |
26 | 90 | # Changelog for ownCloud Android Client [4.4.0] (2024-09-30)
|
27 | 91 |
|
28 | 92 | The following sections list the changes in ownCloud Android Client 4.4.0 relevant to
|
|
0 commit comments