FirebaseUI-Android icon indicating copy to clipboard operation
FirebaseUI-Android copied to clipboard

feat: add support for API 35 EdgeToEdge

Open Lyokone opened this issue 9 months ago • 3 comments

Hey there! So you want to contribute to FirebaseUI? Before you file this pull request, follow these steps:

  • Read the contribution guidelines.
  • Run ./gradlew check to ensure the Travis build passes.
  • If this has been discussed in an issue, make sure to mention the issue number here. If not, go file an issue about this to make sure this is a desirable change.
  • If this is a new feature please co-ordinate with someone on FirebaseUI-iOS to make sure that we can implement this on both platforms and maintain feature parity.

Lyokone avatar Feb 28 '25 08:02 Lyokone

We need some padding on the screen that is shown when the user is signed in:

5785016379152386475

thatfiredev avatar Apr 23 '25 10:04 thatfiredev

Added more padding @thatfiredev

Lyokone avatar Apr 28 '25 11:04 Lyokone

When will this feature be released?

luokailiang avatar May 04 '25 12:05 luokailiang

When will this feature be released?

tosuccesspractice avatar Jul 10 '25 17:07 tosuccesspractice

With API 36 released, we cannot upgrade without this fix, the workaround no longer works. Please release this as soon as possible!

SeanBlahovici avatar Jul 11 '25 14:07 SeanBlahovici

When will edgeToEdge support be released ?

vegeta2102 avatar Jul 17 '25 01:07 vegeta2102

When will this feature be released? 💦

sun-with avatar Jul 29 '25 02:07 sun-with

This fix is incomplete or incorrect at all, it doesn't provide backward compatibility and doesn't follow the documentation for handling edge-to-edge. Additionally use padding instead of margin for better result.

Not working on older Android version (versions prior to 15) Screenshot_1761380346

Statusbar content has no contrast thus battery percentage and other icons are no longer visible. image

ArcherEmiya05 avatar Oct 25 '25 08:10 ArcherEmiya05