Skip to content

Commit 1535225

Browse files
committed
docs: calens changelog updated
1 parent 0bee3d5 commit 1535225

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ ownCloud admins and users.
4141
## Summary
4242

4343
* Bugfix - Edit space option available when there is no connection: [#4742](https://github.com/owncloud/android/issues/4742)
44+
* Bugfix - Sort is not alphabetically correct: [#4760](https://github.com/owncloud/android/issues/4760)
4445
* Change - Migrate tests to the new kotlinx-coroutines-test API: [#4710](https://github.com/owncloud/android/issues/4710)
4546
* Change - Increase rating dialog delay: [#4744](https://github.com/owncloud/android/pull/4744)
4647
* Enhancement - Show members of a space: [#4612](https://github.com/owncloud/android/issues/4612)
@@ -49,6 +50,7 @@ ownCloud admins and users.
4950
* Enhancement - Edit a space member: [#4724](https://github.com/owncloud/android/issues/4724)
5051
* Enhancement - Remove a space member: [#4725](https://github.com/owncloud/android/issues/4725)
5152
* Enhancement - Workflow to build APK: [#4751](https://github.com/owncloud/android/pull/4751)
53+
* Enhancement - List links over a space: [#4752](https://github.com/owncloud/android/issues/4752)
5254
* Enhancement - Copy permanent link of a space: [#4758](https://github.com/owncloud/android/issues/4758)
5355
* Enhancement - Workflow to check Conventional Commits: [#4759](https://github.com/owncloud/android/pull/4759)
5456
* Enhancement - QA Content Provider: [#4776](https://github.com/owncloud/android/pull/4776)
@@ -63,6 +65,14 @@ ownCloud admins and users.
6365
https://github.com/owncloud/android/issues/4742
6466
https://github.com/owncloud/android/pull/4750
6567

68+
* Bugfix - Sort is not alphabetically correct: [#4760](https://github.com/owncloud/android/issues/4760)
69+
70+
Locale-aware collation has been applied to file sorting by name to handle
71+
accented characters correctly.
72+
73+
https://github.com/owncloud/android/issues/4760
74+
https://github.com/owncloud/android/pull/4785
75+
6676
* Change - Migrate tests to the new kotlinx-coroutines-test API: [#4710](https://github.com/owncloud/android/issues/4710)
6777

6878
Some tests from view model classes have been refactored in order to use the new
@@ -137,6 +147,15 @@ ownCloud admins and users.
137147

138148
https://github.com/owncloud/android/pull/4751
139149

150+
* Enhancement - List links over a space: [#4752](https://github.com/owncloud/android/issues/4752)
151+
152+
The list of all available space public links has been added below the list of
153+
space members. This new section shows information like public link names, types
154+
and expiration date (if available).
155+
156+
https://github.com/owncloud/android/issues/4752
157+
https://github.com/owncloud/android/pull/4783
158+
140159
* Enhancement - Copy permanent link of a space: [#4758](https://github.com/owncloud/android/issues/4758)
141160

142161
A new option to copy and share the permanent link of a space has been added next

0 commit comments

Comments
 (0)