Skip to content

Commit 26a16ca

Browse files
committed
docs: calens changelog updated
1 parent 5cf67e8 commit 26a16ca

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ ownCloud admins and users.
5151
* Change - Stream handling and double-close in UploadFileFromContentUriWorker: [#4798](https://github.com/owncloud/android/issues/4798)
5252
* Change - Update actions dependencies to be compliant with Node24 requirements: [#4804](https://github.com/owncloud/android/pull/4804)
5353
* Change - Actions with SHA commits instead of versions: [#4815](https://github.com/owncloud/android/pull/4815)
54+
* Enhancement - Show destination folder snackbar for copy/move operations: [#4379](https://github.com/owncloud/android/issues/4379)
5455
* Enhancement - Show members of a space: [#4612](https://github.com/owncloud/android/issues/4612)
5556
* Enhancement - Add a member to a space: [#4613](https://github.com/owncloud/android/issues/4613)
5657
* Enhancement - Set emoji as space image: [#4707](https://github.com/owncloud/android/issues/4707)
@@ -59,10 +60,12 @@ ownCloud admins and users.
5960
* Enhancement - Workflow to build APK: [#4751](https://github.com/owncloud/android/pull/4751)
6061
* Enhancement - List links over a space: [#4752](https://github.com/owncloud/android/issues/4752)
6162
* Enhancement - Add a public link over a space: [#4753](https://github.com/owncloud/android/issues/4753)
63+
* Enhancement - Remove space link: [#4757](https://github.com/owncloud/android/issues/4757)
6264
* Enhancement - Copy permanent link of a space: [#4758](https://github.com/owncloud/android/issues/4758)
6365
* Enhancement - Workflow to check Conventional Commits: [#4759](https://github.com/owncloud/android/pull/4759)
6466
* Enhancement - QA Content Provider: [#4776](https://github.com/owncloud/android/pull/4776)
6567
* Enhancement - Workflow to validate source strings: [#4807](https://github.com/owncloud/android/pull/4807)
68+
* Enhancement - Resource leaks in fragment view bindings: [#4813](https://github.com/owncloud/android/issues/4813)
6669

6770
## Details
6871

@@ -151,6 +154,14 @@ ownCloud admins and users.
151154

152155
https://github.com/owncloud/android/pull/4815
153156

157+
* Enhancement - Show destination folder snackbar for copy/move operations: [#4379](https://github.com/owncloud/android/issues/4379)
158+
159+
A snackbar message has been displayed after copy or move operations with an
160+
action button that allows users to quickly navigate to the destination folder.
161+
162+
https://github.com/owncloud/android/issues/4379
163+
https://github.com/owncloud/android/pull/4802
164+
154165
* Enhancement - Show members of a space: [#4612](https://github.com/owncloud/android/issues/4612)
155166

156167
A new option to view all members of a space has been added to the bottom sheet,
@@ -161,10 +172,12 @@ ownCloud admins and users.
161172
https://github.com/owncloud/android/issues/4612
162173
https://github.com/owncloud/android/issues/4763
163174
https://github.com/owncloud/android/issues/4772
175+
https://github.com/owncloud/android/issues/4782
164176
https://github.com/owncloud/android/pull/4728
165177
https://github.com/owncloud/android/pull/4765
166178
https://github.com/owncloud/android/pull/4779
167179
https://github.com/owncloud/android/pull/4784
180+
https://github.com/owncloud/android/pull/4809
168181

169182
* Enhancement - Add a member to a space: [#4613](https://github.com/owncloud/android/issues/4613)
170183

@@ -227,6 +240,14 @@ ownCloud admins and users.
227240
https://github.com/owncloud/android/issues/4753
228241
https://github.com/owncloud/android/pull/4794
229242

243+
* Enhancement - Remove space link: [#4757](https://github.com/owncloud/android/issues/4757)
244+
245+
A new option to remove space public links from a space has been added. It will
246+
be only visible for users with proper permissions.
247+
248+
https://github.com/owncloud/android/issues/4757
249+
https://github.com/owncloud/android/pull/4816
250+
230251
* Enhancement - Copy permanent link of a space: [#4758](https://github.com/owncloud/android/issues/4758)
231252

232253
A new option to copy and share the permanent link of a space has been added next
@@ -256,6 +277,14 @@ ownCloud admins and users.
256277

257278
https://github.com/owncloud/android/pull/4807
258279

280+
* Enhancement - Resource leaks in fragment view bindings: [#4813](https://github.com/owncloud/android/issues/4813)
281+
282+
View binding references have been cleared in onDestroyView() across fragments to
283+
prevent memory leaks when fragment instances outlive their views.
284+
285+
https://github.com/owncloud/android/issues/4813
286+
https://github.com/owncloud/android/pull/4814
287+
259288
# Changelog for ownCloud Android Client [4.7.0] (2025-11-17)
260289

261290
The following sections list the changes in ownCloud Android Client 4.7.0 relevant to

0 commit comments

Comments
 (0)