Currently developing an Android app to sync subscriptions and saved posts between accounts

gusVLZ@sh.itjust.works to Android@lemmy.world – 630 points –

It's open source and I'd like some feedbacks, as you can see I such at designing mobile apps.

Also, if you have any feature recommendations it would be nice to hear about

My idea is to setup a background service that keeps all accounts you want synced using instances APIs

Lemmy Handshake

68

You are viewing a single comment

So if one account is subscribed to A and B, and another account is subscribed to C and D.

After sync, are both accounts going to be subscribed to A, B, C, and D?

Yes, but I'll probably make it possible to choose in the settings, between one way or everyway, so I don't accidentally mess with niche accounts

And what if, after the sync above, I unsub from A on one account and unsub on B plus sub on E on the second account? Both accounts will have C, D and E subbed, right?