1
- Changelog for ownCloud Android Client [ unreleased ] (UNRELEASED )
1
+ Changelog for ownCloud Android Client [ 2.19.0 ] (2021-11-15 )
2
2
=======================================
3
- The following sections list the changes in ownCloud Android Client unreleased relevant to
3
+ The following sections list the changes in ownCloud Android Client 2.19.0 relevant to
4
4
ownCloud admins and users.
5
5
6
- [ unreleased ] : https://github.com/owncloud/android/compare/v2.18.3...master
6
+ [ 2.19.0 ] : https://github.com/owncloud/android/compare/v2.18.3...v2.19.0
7
7
8
8
Summary
9
9
-------
@@ -15,6 +15,7 @@ Summary
15
15
* Bugfix - Crash in FileDataStorageManager: [ #2896 ] ( https://github.com/owncloud/android/issues/2896 )
16
16
* Bugfix - Camera Upload manual retry: [ #3418 ] ( https://github.com/owncloud/android/pull/3418 )
17
17
* Bugfix - Device rotation moves to root in folder picker: [ #3431 ] ( https://github.com/owncloud/android/pull/3431 )
18
+ * Bugfix - Logging does not stop when the user deactivates it: [ #3436 ] ( https://github.com/owncloud/android/pull/3436 )
18
19
* Enhancement - Delete old user directories in order to free memory: [ #3336 ] ( https://github.com/owncloud/android/pull/3336 )
19
20
* Enhancement - Delete old logs every week: [ #3328 ] ( https://github.com/owncloud/android/issues/3328 )
20
21
* Enhancement - Instant upload only when charging: [ #465 ] ( https://github.com/owncloud/android/issues/465 )
@@ -83,6 +84,15 @@ Details
83
84
https://github.com/owncloud/android/issues/3163
84
85
https://github.com/owncloud/android/pull/3431
85
86
87
+ * Bugfix - Logging does not stop when the user deactivates it: [ #3436 ] ( https://github.com/owncloud/android/pull/3436 )
88
+
89
+ Previously, when users disabled the logging option in the settings, the application would not
90
+ stop logging and the size of the log files would increase. Now, the option to disable it works
91
+ perfectly and no logs are collected if disabled.
92
+
93
+ https://github.com/owncloud/android/issues/3325
94
+ https://github.com/owncloud/android/pull/3436
95
+
86
96
* Enhancement - Delete old user directories in order to free memory: [ #3336 ] ( https://github.com/owncloud/android/pull/3336 )
87
97
88
98
Previously, when users deleted an account the synchronized files of this account stayed on the
0 commit comments