@@ -63,6 +63,7 @@ ownCloud admins and users.
6363* Enhancement - Workflow to check Conventional Commits: [ #4759 ] ( https://github.com/owncloud/android/pull/4759 )
6464* Enhancement - QA Content Provider: [ #4776 ] ( https://github.com/owncloud/android/pull/4776 )
6565* Enhancement - Workflow to validate source strings: [ #4807 ] ( https://github.com/owncloud/android/pull/4807 )
66+ * Enhancement - Resource leaks in fragment view bindings: [ #4813 ] ( https://github.com/owncloud/android/issues/4813 )
6667
6768## Details
6869
@@ -161,10 +162,12 @@ ownCloud admins and users.
161162 https://github.com/owncloud/android/issues/4612
162163 https://github.com/owncloud/android/issues/4763
163164 https://github.com/owncloud/android/issues/4772
165+ https://github.com/owncloud/android/issues/4782
164166 https://github.com/owncloud/android/pull/4728
165167 https://github.com/owncloud/android/pull/4765
166168 https://github.com/owncloud/android/pull/4779
167169 https://github.com/owncloud/android/pull/4784
170+ https://github.com/owncloud/android/pull/4809
168171
169172* Enhancement - Add a member to a space: [ #4613 ] ( https://github.com/owncloud/android/issues/4613 )
170173
@@ -256,6 +259,14 @@ ownCloud admins and users.
256259
257260 https://github.com/owncloud/android/pull/4807
258261
262+ * Enhancement - Resource leaks in fragment view bindings: [ #4813 ] ( https://github.com/owncloud/android/issues/4813 )
263+
264+ View binding references have been cleared in onDestroyView() across fragments to
265+ prevent memory leaks when fragment instances outlive their views.
266+
267+ https://github.com/owncloud/android/issues/4813
268+ https://github.com/owncloud/android/pull/4814
269+
259270# Changelog for ownCloud Android Client [ 4.7.0] (2025-11-17)
260271
261272The following sections list the changes in ownCloud Android Client 4.7.0 relevant to
0 commit comments