Skip to content

Commit

Permalink
Calens changelog updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Aitorbp authored and github-actions[bot] committed Jan 17, 2024
1 parent 1f6ed18 commit f29644e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f29644e

Please sign in to comment.