@@ -51,6 +51,9 @@ 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+ * Change - Replace PATs for tokens generated by a GitHub app: [ #4824 ] ( https://github.com/owncloud/android/pull/4824 )
55+ * Change - Use reusable workflow for Calens: [ #4825 ] ( https://github.com/owncloud/android/pull/4825 )
56+ * Change - Use reusable workflow for Conventional commits: [ #4832 ] ( https://github.com/owncloud/android/pull/4832 )
5457* Enhancement - Show destination folder snackbar for copy/move operations: [ #4379 ] ( https://github.com/owncloud/android/issues/4379 )
5558* Enhancement - Show members of a space: [ #4612 ] ( https://github.com/owncloud/android/issues/4612 )
5659* Enhancement - Add a member to a space: [ #4613 ] ( https://github.com/owncloud/android/issues/4613 )
@@ -66,6 +69,7 @@ ownCloud admins and users.
6669* Enhancement - QA Content Provider: [ #4776 ] ( https://github.com/owncloud/android/pull/4776 )
6770* Enhancement - Workflow to validate source strings: [ #4807 ] ( https://github.com/owncloud/android/pull/4807 )
6871* Enhancement - Resource leaks in fragment view bindings: [ #4813 ] ( https://github.com/owncloud/android/issues/4813 )
72+ * Enhancement - Workflow to use the translation-sync reusable workflow: [ #4818 ] ( https://github.com/owncloud/android/pull/4818 )
6973
7074## Details
7175
@@ -154,6 +158,30 @@ ownCloud admins and users.
154158
155159 https://github.com/owncloud/android/pull/4815
156160
161+ * Change - Replace PATs for tokens generated by a GitHub app: [ #4824 ] ( https://github.com/owncloud/android/pull/4824 )
162+
163+ PATs have been replaced by tokens generated by a GitHub app in order to not
164+ depend on personal setup
165+
166+ https://github.com/owncloud/android/pull/4824
167+ https://github.com/owncloud/android/pull/4830
168+
169+ * Change - Use reusable workflow for Calens: [ #4825 ] ( https://github.com/owncloud/android/pull/4825 )
170+
171+ A new reusable workflow for calens changelog changes has been added to the
172+ current workflow in order to be used by all clients
173+
174+ https://github.com/owncloud/android/pull/4825
175+ https://github.com/owncloud/android/pull/4826
176+ https://github.com/owncloud/android/pull/4829
177+
178+ * Change - Use reusable workflow for Conventional commits: [ #4832 ] ( https://github.com/owncloud/android/pull/4832 )
179+
180+ A new reusable workflow to validate Conventional commits has been added to the
181+ current workflow in order to be used by all clients
182+
183+ https://github.com/owncloud/android/pull/4832
184+
157185* Enhancement - Show destination folder snackbar for copy/move operations: [ #4379 ] ( https://github.com/owncloud/android/issues/4379 )
158186
159187 A snackbar message has been displayed after copy or move operations with an
@@ -231,6 +259,7 @@ ownCloud admins and users.
231259
232260 https://github.com/owncloud/android/issues/4752
233261 https://github.com/owncloud/android/pull/4783
262+ https://github.com/owncloud/android/pull/4834
234263
235264* Enhancement - Add a public link over a space: [ #4753 ] ( https://github.com/owncloud/android/issues/4753 )
236265
@@ -285,6 +314,14 @@ ownCloud admins and users.
285314 https://github.com/owncloud/android/issues/4813
286315 https://github.com/owncloud/android/pull/4814
287316
317+ * Enhancement - Workflow to use the translation-sync reusable workflow: [ #4818 ] ( https://github.com/owncloud/android/pull/4818 )
318+
319+ A new workflow that uses the translation-sync reusable workflow has been added
320+ in order to update translations from transifex
321+
322+ https://github.com/owncloud/android/pull/4818
323+ https://github.com/owncloud/android/pull/4831
324+
288325# Changelog for ownCloud Android Client [ 4.7.0] (2025-11-17)
289326
290327The following sections list the changes in ownCloud Android Client 4.7.0 relevant to
0 commit comments