@@ -51,6 +51,8 @@ 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 )
5456* Enhancement - Show destination folder snackbar for copy/move operations: [ #4379 ] ( https://github.com/owncloud/android/issues/4379 )
5557* Enhancement - Show members of a space: [ #4612 ] ( https://github.com/owncloud/android/issues/4612 )
5658* Enhancement - Add a member to a space: [ #4613 ] ( https://github.com/owncloud/android/issues/4613 )
@@ -66,6 +68,7 @@ ownCloud admins and users.
6668* Enhancement - QA Content Provider: [ #4776 ] ( https://github.com/owncloud/android/pull/4776 )
6769* Enhancement - Workflow to validate source strings: [ #4807 ] ( https://github.com/owncloud/android/pull/4807 )
6870* Enhancement - Resource leaks in fragment view bindings: [ #4813 ] ( https://github.com/owncloud/android/issues/4813 )
71+ * Enhancement - Workflow to use the translation-sync reusable workflow: [ #4818 ] ( https://github.com/owncloud/android/pull/4818 )
6972
7073## Details
7174
@@ -154,6 +157,22 @@ ownCloud admins and users.
154157
155158 https://github.com/owncloud/android/pull/4815
156159
160+ * Change - Replace PATs for tokens generated by a GitHub app: [ #4824 ] ( https://github.com/owncloud/android/pull/4824 )
161+
162+ PATs have been replaced by tokens generated by a GitHub app in order to not
163+ depend on personal setup
164+
165+ https://github.com/owncloud/android/pull/4824
166+
167+ * Change - Use reusable workflow for Calens: [ #4825 ] ( https://github.com/owncloud/android/pull/4825 )
168+
169+ A new reusable workflow for calens changelog changes has been added to the
170+ current workflow in order to be used by all clients
171+
172+ https://github.com/owncloud/android/pull/4825
173+ https://github.com/owncloud/android/pull/4826
174+ https://github.com/owncloud/android/pull/4829
175+
157176* Enhancement - Show destination folder snackbar for copy/move operations: [ #4379 ] ( https://github.com/owncloud/android/issues/4379 )
158177
159178 A snackbar message has been displayed after copy or move operations with an
@@ -285,6 +304,13 @@ ownCloud admins and users.
285304 https://github.com/owncloud/android/issues/4813
286305 https://github.com/owncloud/android/pull/4814
287306
307+ * Enhancement - Workflow to use the translation-sync reusable workflow: [ #4818 ] ( https://github.com/owncloud/android/pull/4818 )
308+
309+ A new workflow that uses the translation-sync reusable workflow has been added
310+ in order to update translations from transifex
311+
312+ https://github.com/owncloud/android/pull/4818
313+
288314# Changelog for ownCloud Android Client [ 4.7.0] (2025-11-17)
289315
290316The following sections list the changes in ownCloud Android Client 4.7.0 relevant to
0 commit comments