Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
bulk comment, fyi: we have added icebox to all the tickets because it was suggested by blintz in order to prevent auto-close tickets. we want to keep our Compose tickets to remain opened.
see b/123001228#comment6
see
ap...@google.com <ap...@google.com> #3
si...@google.com <si...@google.com> #4
redacted
ap...@google.com <ap...@google.com> #5
Nevermind. Sorry about my last comment. Thanks for making me realize the bug is public. I'll share it with partners to gauge their interest through their +1s.
ap...@google.com <ap...@google.com> #6
Is there any progress on this issue?
ap...@google.com <ap...@google.com> #7
According to [¡a conversation from the Compose slack channel on May 2021(see
Now that the support for downloadable fonts in Compose is fixed (April 2022), what is the state of the Emoji compatibility in Compose?
ap...@google.com <ap...@google.com> #8
Yep, static text integration is unblocked.
Editable text will take more work.
ad...@google.com <ad...@google.com> #9
Doing planning now, will take comment as a vote for priority :)
Description
Exhaustive when statements can pose a versioning challenge over time as adding an enum class value is a breaking change for existing code. Document patterns around using inline/value classes to provide versionable constants that explicitly do not permit use of exhaustive when.