@@ -40,10 +40,13 @@ ownCloud admins and users.
4040
4141## Summary
4242
43+ * Bugfix - Option "Copy here" in spaces list after rotating device: [ #4178 ] ( https://github.com/owncloud/android/issues/4178 )
44+ * Bugfix - Reduce space header size after rotating device: [ #4625 ] ( https://github.com/owncloud/android/issues/4625 )
4345* Bugfix - Edit space option available when there is no connection: [ #4742 ] ( https://github.com/owncloud/android/issues/4742 )
4446* Bugfix - Sort is not alphabetically correct: [ #4760 ] ( https://github.com/owncloud/android/issues/4760 )
4547* Change - Migrate tests to the new kotlinx-coroutines-test API: [ #4710 ] ( https://github.com/owncloud/android/issues/4710 )
4648* Change - Increase rating dialog delay: [ #4744 ] ( https://github.com/owncloud/android/pull/4744 )
49+ * Change - Stream handling and double-close in UploadFileFromContentUriWorker: [ #4798 ] ( https://github.com/owncloud/android/issues/4798 )
4750* Enhancement - Show members of a space: [ #4612 ] ( https://github.com/owncloud/android/issues/4612 )
4851* Enhancement - Add a member to a space: [ #4613 ] ( https://github.com/owncloud/android/issues/4613 )
4952* Enhancement - Set emoji as space image: [ #4707 ] ( https://github.com/owncloud/android/issues/4707 )
@@ -57,6 +60,21 @@ ownCloud admins and users.
5760
5861## Details
5962
63+ * Bugfix - Option "Copy here" in spaces list after rotating device: [ #4178 ] ( https://github.com/owncloud/android/issues/4178 )
64+
65+ The "Copy here" button has been prevented from being displayed after device
66+ rotation in the spaces list.
67+
68+ https://github.com/owncloud/android/issues/4178
69+ https://github.com/owncloud/android/pull/4786
70+
71+ * Bugfix - Reduce space header size after rotating device: [ #4625 ] ( https://github.com/owncloud/android/issues/4625 )
72+
73+ The space header height has been reduced in landscape orientation.
74+
75+ https://github.com/owncloud/android/issues/4625
76+ https://github.com/owncloud/android/pull/4790
77+
6078* Bugfix - Edit space option available when there is no connection: [ #4742 ] ( https://github.com/owncloud/android/issues/4742 )
6179
6280 A new condition has been added to hide the edit space option when no network
@@ -88,6 +106,15 @@ ownCloud admins and users.
88106
89107 https://github.com/owncloud/android/pull/4744
90108
109+ * Change - Stream handling and double-close in UploadFileFromContentUriWorker: [ #4798 ] ( https://github.com/owncloud/android/issues/4798 )
110+
111+ Both the content resolver input stream and the file output stream from
112+ UploadFileFromContentUriWorker have been closed via use blocks, and the
113+ redundant double-close of the output stream has been removed.
114+
115+ https://github.com/owncloud/android/issues/4798
116+ https://github.com/owncloud/android/pull/4799
117+
91118* Enhancement - Show members of a space: [ #4612 ] ( https://github.com/owncloud/android/issues/4612 )
92119
93120 A new option to view all members of a space has been added to the bottom sheet,
0 commit comments