From f29644e4f55836eb2ef47c364c7afdb490d01ca5 Mon Sep 17 00:00:00 2001 From: Aitorbp Date: Wed, 17 Jan 2024 12:15:17 +0000 Subject: [PATCH] Calens changelog updated --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 650e6e38cf9..56504c35df8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,7 @@ ownCloud admins and users. * Bugfix - Bugs related to Details view: [#4188](https://github.com/owncloud/android/issues/4188) * Bugfix - Some Null Pointer Exceptions fixed from Google Play: [#4207](https://github.com/owncloud/android/issues/4207) * Bugfix - Add "scope" parameter to /token endpoint HTTP requests: [#4260](https://github.com/owncloud/android/pull/4260) +* Bugfix - Fix doubled app after installing: [#4262](https://github.com/owncloud/android/issues/4262) * Change - Android library as a module instead of submodule: [#3962](https://github.com/owncloud/android/issues/3962) * Enhancement - Koin DSL: [#3966](https://github.com/owncloud/android/pull/3966) * Enhancement - Unit tests for datasources classes - Part 1 & Fixes: [#4063](https://github.com/owncloud/android/issues/4063) @@ -93,6 +94,14 @@ ownCloud admins and users. https://github.com/owncloud/android/pull/4260 +* Bugfix - Fix doubled app after installing: [#4262](https://github.com/owncloud/android/issues/4262) + + SplashActivity and FileDisplayActivity are not shown in Recents screen when the + application is installed from scratch and we are on the login screen + + https://github.com/owncloud/android/issues/4262 + https://github.com/owncloud/android/pull/4286 + * Change - Android library as a module instead of submodule: [#3962](https://github.com/owncloud/android/issues/3962) Android library, containing all networking stuff, is now the 5th module in the