bluesky-social / social-app

The Bluesky Social application for Web, iOS, and Android
https://bsky.app
MIT License
11.76k stars 1.5k forks source link

Support for android backups #6612

Open Mattis142 opened 5 hours ago

Mattis142 commented 5 hours ago

Describe the Feature

I'd like to see the app support the backup and restore functionality in android, ideally it'd support both backing up and restoring settings like the color scheme, and also being able to sign you into the app again automatically after a re-install.

It appears that bsky actually did support backups a while ago, judging by the fact that I can see the app was backed up in may, however I assume that that's been disabled since.

I guess there could be multiple approaches to backup and restore on android, maybe settings should be backed up using Auto-Backup. And to make the experience of moving to a new phone more seamless you could use this new API https://developer.android.com/identity/sign-in/restore-credentials#implementation

Attachments

Screenshot_20241121-221038

Describe Alternatives

No response

Additional Context

No response