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 Apr 8, 2024
1 parent 2b962a6 commit 507729a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ ownCloud admins and users.
* Change - Upgrade minimum SDK version to Android 7.0 (v24): [#4230](https://github.com/owncloud/android/issues/4230)
* Change - Automatic discovery of the account in login: [#4301](https://github.com/owncloud/android/issues/4301)
* Change - Add new prefixes in commit messages of 3rd party contributors: [#4346](https://github.com/owncloud/android/pull/4346)
* Enhancement - Correct "Local only" option in remove dialog: [#3936](https://github.com/owncloud/android/issues/3936)
* Enhancement - Improvements in Manage Accounts view: [#4148](https://github.com/owncloud/android/issues/4148)
* Enhancement - New setting for automatic removal of local files: [#4175](https://github.com/owncloud/android/issues/4175)
* Enhancement - Avoid unnecessary requests when an av. offline folder is refreshed: [#4197](https://github.com/owncloud/android/issues/4197)
* Enhancement - Unit tests for repository classes - Part 1: [#4232](https://github.com/owncloud/android/issues/4232)
* Enhancement - Add a warning in http connections: [#4284](https://github.com/owncloud/android/issues/4284)
* Enhancement - Make dialog more Android-alike: [#4303](https://github.com/owncloud/android/issues/4303)
Expand Down Expand Up @@ -71,6 +73,14 @@ ownCloud admins and users.

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

* Enhancement - Correct "Local only" option in remove dialog: [#3936](https://github.com/owncloud/android/issues/3936)

"Local only" option in remove dialog will only be shown if checking selected
files and folders recursively, at least one file is available locally.

https://github.com/owncloud/android/issues/3936
https://github.com/owncloud/android/pull/4289

* Enhancement - Improvements in Manage Accounts view: [#4148](https://github.com/owncloud/android/issues/4148)

Removed the key icon and avoid overlap account name with icons in Manage
Expand All @@ -87,6 +97,15 @@ ownCloud admins and users.
https://github.com/owncloud/android/issues/4175
https://github.com/owncloud/android/pull/4320

* Enhancement - Avoid unnecessary requests when an av. offline folder is refreshed: [#4197](https://github.com/owncloud/android/issues/4197)

The available offline folders will only be refreshed when their eTag from the
server and the corresponding one of the local database are different, avoiding
sending unnecessary request.

https://github.com/owncloud/android/issues/4197
https://github.com/owncloud/android/pull/4354

* Enhancement - Unit tests for repository classes - Part 1: [#4232](https://github.com/owncloud/android/issues/4232)

Unit tests for OCAppRegistryRepository, OCAuthenticationRepository and
Expand Down

0 comments on commit 507729a

Please sign in to comment.