Skip to content

Commit

Permalink
docs: calens changelog updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Aitorbp committed Apr 8, 2024
1 parent 9649f33 commit 93b2c3d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ ownCloud admins and users.
* Enhancement - Improvements in Manage Accounts view: [#4148](https://github.com/owncloud/android/issues/4148)
* Enhancement - New setting for manual removal of local storage: [#4174](https://github.com/owncloud/android/issues/4174)
* 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 @@ -124,6 +125,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 93b2c3d

Please sign in to comment.