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
57 changes: 57 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ 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)
* Change - SBOM to be updated in a separate branch with signed commits: [#4837](https://github.com/owncloud/android/pull/4837)
* 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 @@ -60,12 +64,14 @@ ownCloud admins and users.
* Enhancement - Workflow to build APK: [#4751](https://github.com/owncloud/android/pull/4751)
* Enhancement - List links over a space: [#4752](https://github.com/owncloud/android/issues/4752)
* Enhancement - Add a public link over a space: [#4753](https://github.com/owncloud/android/issues/4753)
* Enhancement - Edit space link: [#4756](https://github.com/owncloud/android/issues/4756)
* Enhancement - Remove space link: [#4757](https://github.com/owncloud/android/issues/4757)
* Enhancement - Copy permanent link of a space: [#4758](https://github.com/owncloud/android/issues/4758)
* Enhancement - Workflow to check Conventional Commits: [#4759](https://github.com/owncloud/android/pull/4759)
* 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 +160,38 @@ 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

* Change - SBOM to be updated in a separate branch with signed commits: [#4837](https://github.com/owncloud/android/pull/4837)

SBOM workflow in GitHub Actions has been modified to accomplish security
policies, assuring that commits are verified and pushing them to a specific
branch

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

* 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 All @@ -178,6 +216,7 @@ ownCloud admins and users.
https://github.com/owncloud/android/pull/4779
https://github.com/owncloud/android/pull/4784
https://github.com/owncloud/android/pull/4809
https://github.com/owncloud/android/pull/4841

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

Expand Down Expand Up @@ -231,6 +270,8 @@ 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
https://github.com/owncloud/android/pull/4845

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

Expand All @@ -240,6 +281,14 @@ ownCloud admins and users.
https://github.com/owncloud/android/issues/4753
https://github.com/owncloud/android/pull/4794

* Enhancement - Edit space link: [#4756](https://github.com/owncloud/android/issues/4756)

A new option to edit space public links has been added. It will be only visible
for users with proper permissions.

https://github.com/owncloud/android/issues/4756
https://github.com/owncloud/android/pull/4817

* Enhancement - Remove space link: [#4757](https://github.com/owncloud/android/issues/4757)

A new option to remove space public links from a space has been added. It will
Expand Down Expand Up @@ -285,6 +334,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