@@ -8,12 +8,30 @@ ownCloud admins and users.
88Summary
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
1417Details
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+
3357Changelog for ownCloud Android Client [ 4.1.0] (2023-08-23)
3458=======================================
3559The following sections list the changes in ownCloud Android Client 4.1.0 relevant to
0 commit comments