Skip to content

Commit c3f3f7a

Browse files
authored
Add missing calens reports (#4185)
* add missing calens reports * Calens changelog updated --------- Co-authored-by: jesmrec <jesmrec@users.noreply.github.com>
1 parent 28a63bd commit c3f3f7a

4 files changed

Lines changed: 40 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,30 @@ ownCloud admins and users.
88
Summary
99
-------
1010

11+
* Change - Android library as a module instead of submodule: [#3962](https://github.com/owncloud/android/issues/3962)
12+
* Enhancement - Koin DSL: [#3966](https://github.com/owncloud/android/pull/3966)
1113
* Enhancement - "Apply to all" when many name conflicts arise: [#4078](https://github.com/owncloud/android/issues/4078)
1214
* Enhancement - "Share to" in oCIS accounts allows upload to any space: [#4088](https://github.com/owncloud/android/issues/4088)
15+
* Enhancement - Use invoke operator to execute usecases: [#4179](https://github.com/owncloud/android/pull/4179)
1316

1417
Details
1518
-------
1619

20+
* Change - Android library as a module instead of submodule: [#3962](https://github.com/owncloud/android/issues/3962)
21+
22+
Android library, containing all networking stuff, is now the 5th module in the app instead of
23+
submodule.
24+
25+
https://github.com/owncloud/android/issues/3962
26+
https://github.com/owncloud/android/pull/4183
27+
28+
* Enhancement - Koin DSL: [#3966](https://github.com/owncloud/android/pull/3966)
29+
30+
Koin DSL makes easier the dependency definition avoiding verbosity by allowing you to target a
31+
class constructor directly
32+
33+
https://github.com/owncloud/android/pull/3966
34+
1735
* Enhancement - "Apply to all" when many name conflicts arise: [#4078](https://github.com/owncloud/android/issues/4078)
1836

1937
A new dialog has been created where a checkbox has been added to be able to select all the folders
@@ -30,6 +48,12 @@ Details
3048
https://github.com/owncloud/android/issues/4088
3149
https://github.com/owncloud/android/pull/4160
3250

51+
* Enhancement - Use invoke operator to execute usecases: [#4179](https://github.com/owncloud/android/pull/4179)
52+
53+
Removes all the "execute" verbosity for use cases by using the "invoke" operator instead.
54+
55+
https://github.com/owncloud/android/pull/4179
56+
3357
Changelog for ownCloud Android Client [4.1.0] (2023-08-23)
3458
=======================================
3559
The following sections list the changes in ownCloud Android Client 4.1.0 relevant to

changelog/unreleased/3966

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Enhancement: Koin DSL
2+
3+
Koin DSL makes easier the dependency definition avoiding verbosity by allowing you to target a class constructor directly
4+
5+
https://github.com/owncloud/android/pull/3966

changelog/unreleased/4179

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Enhancement: Use invoke operator to execute usecases
2+
3+
Removes all the "execute" verbosity for use cases by using the "invoke" operator instead.
4+
5+
https://github.com/owncloud/android/pull/4179

changelog/unreleased/4183

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Change: Android library as a module instead of submodule
2+
3+
Android library, containing all networking stuff, is now the 5th module in the app instead of submodule.
4+
5+
https://github.com/owncloud/android/issues/3962
6+
https://github.com/owncloud/android/pull/4183

0 commit comments

Comments
 (0)