Skip to content

Commit

Permalink
docs: calens changelog updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Aitorbp authored and github-actions[bot] committed Jun 3, 2024
1 parent 3f9a8e8 commit c3f0242
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,16 +101,6 @@ ownCloud admins and users.
https://github.com/owncloud/android/issues/4351
https://github.com/owncloud/android/pull/4380

* Bugfix - Unwanted DELETE operations when synchronization in single file fails: [#6638](https://github.com/owncloud/enterprise/issues/6638)

A new exception is now thrown and handled when the account of the network client
is null, avoiding DELETE requests to the server when synchronization (PROPFIND)
on a single file responds with 404. Also, when PROPFINDs respond with 404, the
delete operation has been changed to be just local and not remote too.

https://github.com/owncloud/enterprise/issues/6638
https://github.com/owncloud/android/pull/4408

* Bugfix - Av. offline files are not removed when "Local only" option is clicked: [#4353](https://github.com/owncloud/android/issues/4353)

"Local only" option in remove dialog will be displayed when the selected folder
Expand All @@ -121,6 +111,16 @@ ownCloud admins and users.
https://github.com/owncloud/android/issues/4353
https://github.com/owncloud/android/pull/4399

* Bugfix - Unwanted DELETE operations when synchronization in single file fails: [#6638](https://github.com/owncloud/enterprise/issues/6638)

A new exception is now thrown and handled when the account of the network client
is null, avoiding DELETE requests to the server when synchronization (PROPFIND)
on a single file responds with 404. Also, when PROPFINDs respond with 404, the
delete operation has been changed to be just local and not remote too.

https://github.com/owncloud/enterprise/issues/6638
https://github.com/owncloud/android/pull/4408

* Change - Upgrade minimum SDK version to Android 7.0 (v24): [#4230](https://github.com/owncloud/android/issues/4230)

The minimum Android version will be Android 7.0 Nougat (API 24). The application
Expand Down

0 comments on commit c3f0242

Please sign in to comment.