Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ ownCloud admins and users.
* Change - Stream handling and double-close in UploadFileFromContentUriWorker: [#4798](https://github.com/owncloud/android/issues/4798)
* Change - Update actions dependencies to be compliant with Node24 requirements: [#4804](https://github.com/owncloud/android/pull/4804)
* Change - Actions with SHA commits instead of versions: [#4815](https://github.com/owncloud/android/pull/4815)
* Change - Replace PATs for tokens generated by a GitHub app: [#4824](https://github.com/owncloud/android/pull/4824)
* Change - Use reusable workflow for Calens: [#4825](https://github.com/owncloud/android/pull/4825)
* Change - Use reusable workflow for Conventional commits: [#4832](https://github.com/owncloud/android/pull/4832)
* Enhancement - Show destination folder snackbar for copy/move operations: [#4379](https://github.com/owncloud/android/issues/4379)
* Enhancement - Show members of a space: [#4612](https://github.com/owncloud/android/issues/4612)
* Enhancement - Add a member to a space: [#4613](https://github.com/owncloud/android/issues/4613)
Expand All @@ -66,6 +69,7 @@ ownCloud admins and users.
* Enhancement - QA Content Provider: [#4776](https://github.com/owncloud/android/pull/4776)
* Enhancement - Workflow to validate source strings: [#4807](https://github.com/owncloud/android/pull/4807)
* Enhancement - Resource leaks in fragment view bindings: [#4813](https://github.com/owncloud/android/issues/4813)
* Enhancement - Workflow to use the translation-sync reusable workflow: [#4818](https://github.com/owncloud/android/pull/4818)

## Details

Expand Down Expand Up @@ -154,6 +158,30 @@ ownCloud admins and users.

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

* Change - Replace PATs for tokens generated by a GitHub app: [#4824](https://github.com/owncloud/android/pull/4824)

PATs have been replaced by tokens generated by a GitHub app in order to not
depend on personal setup

https://github.com/owncloud/android/pull/4824
https://github.com/owncloud/android/pull/4830

* Change - Use reusable workflow for Calens: [#4825](https://github.com/owncloud/android/pull/4825)

A new reusable workflow for calens changelog changes has been added to the
current workflow in order to be used by all clients

https://github.com/owncloud/android/pull/4825
https://github.com/owncloud/android/pull/4826
https://github.com/owncloud/android/pull/4829

* Change - Use reusable workflow for Conventional commits: [#4832](https://github.com/owncloud/android/pull/4832)

A new reusable workflow to validate Conventional commits has been added to the
current workflow in order to be used by all clients

https://github.com/owncloud/android/pull/4832

* Enhancement - Show destination folder snackbar for copy/move operations: [#4379](https://github.com/owncloud/android/issues/4379)

A snackbar message has been displayed after copy or move operations with an
Expand Down Expand Up @@ -231,6 +259,7 @@ ownCloud admins and users.

https://github.com/owncloud/android/issues/4752
https://github.com/owncloud/android/pull/4783
https://github.com/owncloud/android/pull/4834

* Enhancement - Add a public link over a space: [#4753](https://github.com/owncloud/android/issues/4753)

Expand Down Expand Up @@ -285,6 +314,14 @@ ownCloud admins and users.
https://github.com/owncloud/android/issues/4813
https://github.com/owncloud/android/pull/4814

* Enhancement - Workflow to use the translation-sync reusable workflow: [#4818](https://github.com/owncloud/android/pull/4818)

A new workflow that uses the translation-sync reusable workflow has been added
in order to update translations from transifex

https://github.com/owncloud/android/pull/4818
https://github.com/owncloud/android/pull/4831

# Changelog for ownCloud Android Client [4.7.0] (2025-11-17)

The following sections list the changes in ownCloud Android Client 4.7.0 relevant to
Expand Down
Loading