Skip to main content


Recently I told you about the offline translator available on #FDroid.
f-droid.org/packages/dev.david…
Currently, translating opens the translator app. The idea is to keep everything inside #Fedilab: the translated text comes straight back into the post, so you never leave the app. You do not even notice it used another app in the background. It is already done in #HolosSocial, and I will add it to Fedilab.
in reply to Fedilab Apps

that sounds amazing, can other apps hook into it like that too? I didn't know Android apps could even tie into eachother like that
in reply to wakest ⁂

@liaizon
Yes, any other app can use it too. Fedilab will use AIDL (developer.android.com/develop/…) to communicate with the Offline Translator.
It defines the interface allowed for communication between apps.
github.com/DavidVentura/offlin…