|
1 | 1 | # Table of Contents |
2 | 2 |
|
3 | | - |
| 3 | +* [Changelog for unreleased](#changelog-for-owncloud-android-client-unreleased-unreleased) |
4 | 4 | * [Changelog for 4.8.4](#changelog-for-owncloud-android-client-484-2026-08-31) |
5 | 5 | * [Changelog for 4.8.3](#changelog-for-owncloud-android-client-483-2026-07-21) |
6 | 6 | * [Changelog for 4.8.2](#changelog-for-owncloud-android-client-482-2026-07-01) |
|
36 | 36 | * [Changelog for 2.18.1](#changelog-for-owncloud-android-client-2181-2021-07-20) |
37 | 37 | * [Changelog for 2.18.0](#changelog-for-owncloud-android-client-2180-2021-05-24) |
38 | 38 | * [Changelog for 2.17 versions and below](#changelog-for-217-versions-and-below) |
| 39 | +# Changelog for ownCloud Android Client [unreleased] (UNRELEASED) |
| 40 | + |
| 41 | +The following sections list the changes in ownCloud Android Client unreleased relevant to |
| 42 | +ownCloud admins and users. |
| 43 | + |
| 44 | +[unreleased]: https://github.com/owncloud/android/compare/v4.8.4...master |
| 45 | + |
| 46 | +## Summary |
| 47 | + |
| 48 | +* Bugfix - Spaces search filter for multi-personal accounts (Kiteworks accounts): [#4674](https://github.com/owncloud/android/issues/4674) |
| 49 | +* Bugfix - Recalculate grid mode after rotation: [#4884](https://github.com/owncloud/android/issues/4884) |
| 50 | +* Change - Bump AGP from 8.7.2 to 9.2.1: [#4865](https://github.com/owncloud/android/pull/4865) |
| 51 | +* Change - Upgrade minimum SDK version to API 28 (Android 9): [#4880](https://github.com/owncloud/android/issues/4880) |
| 52 | +* Enhancement - New UI for oCIS sharing: [#4839](https://github.com/owncloud/android/issues/4839) |
| 53 | +* Enhancement - Create a share over a file or a folder on an oCIS server: [#4875](https://github.com/owncloud/android/issues/4875) |
| 54 | +* Enhancement - List shares for oCIS accounts: [#4876](https://github.com/owncloud/android/issues/4876) |
| 55 | +* Enhancement - Back gesture to go up a folder: [#4943](https://github.com/owncloud/android/pull/4943) |
| 56 | + |
| 57 | +## Details |
| 58 | + |
| 59 | +* Bugfix - Spaces search filter for multi-personal accounts (Kiteworks accounts): [#4674](https://github.com/owncloud/android/issues/4674) |
| 60 | + |
| 61 | + All matching personal spaces have been included in the spaces search filter for |
| 62 | + multi-personal accounts. |
| 63 | + |
| 64 | + https://github.com/owncloud/android/issues/4674 |
| 65 | + https://github.com/owncloud/android/pull/4922 |
| 66 | + |
| 67 | +* Bugfix - Recalculate grid mode after rotation: [#4884](https://github.com/owncloud/android/issues/4884) |
| 68 | + |
| 69 | + The grid mode column count has been recalculated after device rotation, keeping |
| 70 | + file layouts aligned with the new orientation. |
| 71 | + |
| 72 | + https://github.com/owncloud/android/issues/4884 |
| 73 | + https://github.com/owncloud/android/pull/4935 |
| 74 | + |
| 75 | +* Change - Bump AGP from 8.7.2 to 9.2.1: [#4865](https://github.com/owncloud/android/pull/4865) |
| 76 | + |
| 77 | + Android Gradle Plugin (AGP) has been updated from version 8.7.2 to 9.2.1, along |
| 78 | + with other dependencies required to build the app with this new version. |
| 79 | + |
| 80 | + https://github.com/owncloud/android/pull/4865 |
| 81 | + |
| 82 | +* Change - Upgrade minimum SDK version to API 28 (Android 9): [#4880](https://github.com/owncloud/android/issues/4880) |
| 83 | + |
| 84 | + The minimum SDK version has been upgraded to API 28 (Android 9) and previous |
| 85 | + versions will not be supported anymore |
| 86 | + |
| 87 | + https://github.com/owncloud/android/issues/4880 |
| 88 | + https://github.com/owncloud/android/pull/4885 |
| 89 | + |
| 90 | +* Enhancement - New UI for oCIS sharing: [#4839](https://github.com/owncloud/android/issues/4839) |
| 91 | + |
| 92 | + A new UI has been implemented for oCIS sharing. The app now distinguishes |
| 93 | + between the backend in use: the new UI is displayed for oCIS, while the existing |
| 94 | + sharing UI is preserved for oC classic. |
| 95 | + |
| 96 | + https://github.com/owncloud/android/issues/4839 |
| 97 | + https://github.com/owncloud/android/pull/4936 |
| 98 | + |
| 99 | +* Enhancement - Create a share over a file or a folder on an oCIS server: [#4875](https://github.com/owncloud/android/issues/4875) |
| 100 | + |
| 101 | + A new option to create a share over a file or a folder on an oCIS has been |
| 102 | + added. It will be only visible for users with proper permissions. |
| 103 | + |
| 104 | + https://github.com/owncloud/android/issues/4875 |
| 105 | + https://github.com/owncloud/android/issues/4917 |
| 106 | + https://github.com/owncloud/android/pull/4952 |
| 107 | + |
| 108 | +* Enhancement - List shares for oCIS accounts: [#4876](https://github.com/owncloud/android/issues/4876) |
| 109 | + |
| 110 | + A new UI has been implemented to list and show information about the shares of a |
| 111 | + file or folder on oCIS accounts (using Graph API) |
| 112 | + |
| 113 | + https://github.com/owncloud/android/issues/4876 |
| 114 | + https://github.com/owncloud/android/pull/4945 |
| 115 | + |
| 116 | +* Enhancement - Back gesture to go up a folder: [#4943](https://github.com/owncloud/android/pull/4943) |
| 117 | + |
| 118 | + A new gesture has been added in the list of files to browse back to the parent |
| 119 | + folder instead of closing the app |
| 120 | + |
| 121 | + https://github.com/owncloud/android/pull/4943 |
39 | 122 |
|
40 | 123 | # Changelog for ownCloud Android Client [4.8.4] (2026-08-31) |
41 | 124 |
|
|
0 commit comments