Skip to content

Commit

Permalink
Calens changelog updated
Browse files Browse the repository at this point in the history
  • Loading branch information
JuancaG05 authored and github-actions[bot] committed Oct 17, 2023
1 parent b998a4e commit f8726b4
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
Changelog for ownCloud Android Client [unreleased] (UNRELEASED)
=======================================
The following sections list the changes in ownCloud Android Client unreleased relevant to
ownCloud admins and users.

[unreleased]: https://github.com/owncloud/android/compare/v4.1.0...master

Summary
-------

* Bugfix - Some Null Pointer Exceptions avoided: [#4158](https://github.com/owncloud/android/issues/4158)
* Bugfix - Thumbnails correctly shown for every user: [#4189](https://github.com/owncloud/android/pull/4189)

Details
-------

* Bugfix - Some Null Pointer Exceptions avoided: [#4158](https://github.com/owncloud/android/issues/4158)

In the detail screen, in the main file list ViewModel and in the OCFile repository the app has
been prevented from crashing when a null is found.

https://github.com/owncloud/android/issues/4158
https://github.com/owncloud/android/pull/4170

* Bugfix - Thumbnails correctly shown for every user: [#4189](https://github.com/owncloud/android/pull/4189)

Due to an error in the request, users that included the '@' character in their usernames
couldn't see the thumbnails of the image files. Now, every user can see them correctly.

https://github.com/owncloud/android/pull/4189

Changelog for ownCloud Android Client [4.1.0] (2023-08-23)
=======================================
The following sections list the changes in ownCloud Android Client 4.1.0 relevant to
Expand Down

0 comments on commit f8726b4

Please sign in to comment.