owncloud / android

:phone: The ownCloud Android App
GNU General Public License v2.0
3.81k stars 3.05k forks source link

Migrate to the SplashScreen API #3391

Open abelgardep opened 2 years ago

abelgardep commented 2 years ago

With Android 12, a new Splash Screen API was introduced. We should migrate it from the custom to the new API to ensure that it displays correctly starting in Android 12

TASKS

PR

jesmrec commented 2 years ago

To check if helps to fix https://github.com/owncloud/enterprise/issues/4727

nathanmkaya commented 2 years ago

@jesmrec @abelgardep @fesave could I pick this up?

jesmrec commented 2 years ago

@nathanmkaya we have already started to work on this, so, in order to avoid duplicated PRs, i suggest you to use the "Contributions are welcome" label to filter issues that are interesting to contribute. Also, if you have in mind any issue or new feature, it is welcome as new issue as well.

Thanks a lot for your engagement!

fesave commented 2 years ago

With the new home screen API for Android 12 devices, I tried to reproduce the owncloud/enterprise#4727 as you can see in the video and it was impossible, I think we are on the right way to fix it.

cc @michaelstingl

https://user-images.githubusercontent.com/49989790/138896471-9dd57702-5152-4490-8d1d-3addcd9ab651.mov

michaelstingl commented 2 years ago

I think we are on the right way to fix it.

Glad to hear 👍

michaelstingl commented 1 year ago

Check again with the final version?