Tlaster

Results 180 comments of Tlaster

This is a known issue for any Jetpack Compose application, `LazyColumn` performance is not as good as `RecyclerView`, just a simple text column on an old device (like my old...

> Untested, but https://www.reddit.com/r/androiddev/comments/n61qxh/jetpack_compose_lazycolumn_laggy/ suggests that using a different proguard config might help. R8 is enabled in version 1.5.1-beta01, it does perform better, but still not as good as old...

> > > Untested, but https://www.reddit.com/r/androiddev/comments/n61qxh/jetpack_compose_lazycolumn_laggy/ suggests that using a different proguard config might help. > > > > > > R8 is enabled in version 1.5.1-beta01, it does perform...

While we can make text content selectable, but Compose currently does not support the text selection toolbar.

Just the v2 API can return the replies count for the tweets, home timeline and user timeline API are not ready for v2 yet.

> > This is not a bug, since these tweets are marked as sensitive (the blur feature was introduced in 1.6.0) > > Thanks for the answer, but first how...

> Considering? Why was this feature even implemented if it isn't going to be configurable? It's ridiculous to force this on users, especially in an open app like this. I...

After investigating the current Twitter API, while it can be done in some way, it might be better just to wait for Twitter to fully release the new v2 API...

This requires Twitter to fully release the V2 API.

Our designer is trying out the new Material You design, including the dynamic color feature, but we don't have an ETA yet since the Material You design is still not...