Skip to content

Commit 10da175

Browse files
committed
docs: calens changelog updated
1 parent 5c04d70 commit 10da175

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ ownCloud admins and users.
3636

3737
## Summary
3838

39+
* Bugfix - Duplicated automatic uploads under certain conditions: [#3983](https://github.com/owncloud/android/issues/3983)
3940
* Bugfix - Token request with Bearer returns error: [#4080](https://github.com/owncloud/android/issues/4080)
4041
* Bugfix - Side menu collapses info in landscape: [#4513](https://github.com/owncloud/android/issues/4513)
4142
* Bugfix - Content in Spaces not shown from third-party apps: [#4522](https://github.com/owncloud/android/issues/4522)
@@ -51,6 +52,16 @@ ownCloud admins and users.
5152

5253
## Details
5354

55+
* Bugfix - Duplicated automatic uploads under certain conditions: [#3983](https://github.com/owncloud/android/issues/3983)
56+
57+
The timestamp for automatic uploads is now updated at the beginning of the
58+
upload process instead of at the end. Additionally, the filter used in
59+
AutomaticUploadsWorker to select the files to upload has been modified in order
60+
to reduce time and charge when evaluating all files.
61+
62+
https://github.com/owncloud/android/issues/3983
63+
https://github.com/owncloud/android/pull/4571
64+
5465
* Bugfix - Token request with Bearer returns error: [#4080](https://github.com/owncloud/android/issues/4080)
5566

5667
A new condition has been added into the network client to check if the network

0 commit comments

Comments
 (0)