Konrad Pozniak

Results 277 comments of Konrad Pozniak

Mastodon added a new api for translation, this will be the way to go https://github.com/mastodon/mastodon/pull/19218 We can detect the availabilty of the api via /api/v2/instance https://github.com/mastodon/mastodon/pull/19434

Is this an opportunity to migrate from shared prefs to [AndroidX DataStore](https://developer.android.com/topic/libraries/architecture/datastore) or would that be too complicated for now?

Yes, Preferences DataStore is the one we should use. It should be possible to make most preference calls async, with the exception of the language, font size, emoji style, and...

> I must say, I think we have way to many preferences now. Agreed. But I'm sure users will complain if we remove one of them. - Custom chrome tabs...

> I didn't want to rewrite all the places where we use settings DSL twice and also it's kinda nice to only have one place to add UI for prefs...

My preferred approach is to implement translation via the Mastodon api, but a fallback if that is not available would be nice. Free ads for Google only over my dead...

https://github.com/tuskyapp/Tusky/pull/4307

Huh? I was sure this is fixed with #3459 and #3608, are you sure this still happens in Tusky 23.0 @pascoda?

no problem, thanks for confirming

I agree with charlags points, we shouldn't do it. Apart from that I wouldn't even know how to do it. We would have to implement ActivityPub for that, right? Because...