Nik Clayton

Results 170 comments of Nik Clayton

Untested, but https://www.reddit.com/r/androiddev/comments/n61qxh/jetpack_compose_lazycolumn_laggy/ suggests that using a different proguard config might help.

> Hey @jacobmsmall thank you for opening this issue here. > > A fix has now been pushed to the `development` branch. > > You can install the `development` version...

I think it might be worth reconsidering removing the federated tab, given the issues that users are having with it: - https://mastodon.social/@[email protected]/109456220967245825 - https://mastodon.social/@[email protected]/109502724675102426 - https://mastodon.social/@[email protected]/109522691820779025 - https://mastodon.social/@[email protected]/109528029314062142 - https://mastodon.social/@[email protected]/109528268355593441...

https://imaginair.es/@haverholm/109516952079737428 is a user request for this feature.

It is also possible to do this on-device with https://developers.google.com/ml-kit/language/translation/android. - Translation is on-device, no content is sent to a third party (LibreTranslate, DeepL, etc) - Translation is presumably faster,...

> My preferred approach is to implement translation via the Mastodon api, but a fallback if that is not available would be nice. I think it's definitely necessary. For example,...

It's documented now, https://docs.joinmastodon.org/methods/trends/ https://mastodon.social/@stonedonkey/109526221538025375 is an request from a user for this feature.

Going to start working on implementing trending statuses and trending links.

Relevant docs in https://developer.android.com/training/sign-in/biometric-auth

Some unsolicited feedback. # Migrating to Datastore This appears to be reimplementing a lot of the existing Preference machinery to migrate to Datastore. I'm not sure that's necessary. You can...