Skip to content

Commit

Permalink
Calens changelog updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Aitorbp committed Nov 2, 2023
1 parent b96907b commit d83e9c6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Summary
* Enhancement - Unit tests for datasources classes - Part 3: [#4072](https://github.com/owncloud/android/issues/4072)
* Enhancement - "Apply to all" when many name conflicts arise: [#4078](https://github.com/owncloud/android/issues/4078)
* Enhancement - "Share to" in oCIS accounts allows upload to any space: [#4088](https://github.com/owncloud/android/issues/4088)
* Enhancement - New field "last usage" in database: [#4173](https://github.com/owncloud/android/issues/4173)
* Enhancement - Use invoke operator to execute usecases: [#4179](https://github.com/owncloud/android/pull/4179)
* Enhancement - Deep link open app correctly: [#4181](https://github.com/owncloud/android/issues/4181)

Expand Down Expand Up @@ -61,6 +62,14 @@ Details
https://github.com/owncloud/android/issues/4088
https://github.com/owncloud/android/pull/4160

* Enhancement - New field "last usage" in database: [#4173](https://github.com/owncloud/android/issues/4173)

To know the last usage of a file, a new field has been created in the database to handle this
specific information.

https://github.com/owncloud/android/issues/4173
https://github.com/owncloud/android/pull/4187

* Enhancement - Use invoke operator to execute usecases: [#4179](https://github.com/owncloud/android/pull/4179)

Removes all the "execute" verbosity for use cases by using the "invoke" operator instead.
Expand Down

0 comments on commit d83e9c6

Please sign in to comment.