CodeHubApp / CodeHub

CodeHub is an iOS application written using Xamarin
http://www.codehub-app.com
22.82k stars 615 forks source link

Synchronise settings for multiple devices #262

Open DavidHaslam opened 7 years ago

DavidHaslam commented 7 years ago

If you have CodeHub installed on two devices, might it be feasible to synchronise user settings?

e.g. Repositories pinned to the sidebar.

LeOceanDuDu commented 7 years ago

Not sure

DavidHaslam commented 7 years ago

I was thinking that perhaps the user could store some app settings in iCloud.

mattarau commented 7 years ago

@DavidHaslam Maybe you can try adding CodeHub to Mackup and use it for the sync: https://github.com/lra/mackup

thedillonb commented 7 years ago

You know, I actually had the user database synchronizing in a previous version but one of the iOS reviewers gave me a hard time cause you could have the database grow to a few MBs which I guess is a no-no. Regardless, I took it out cause not many people used the sync feature anyway. I'll see what I can do to add it back in.

DavidHaslam commented 7 years ago

Hard to see how storing a user's app settings could grow to several MB.

Each user's data is stored on GitHub, and that just gets accessed by CodeHub.

I'm only asking for such things as which repos are pinned to the sidebar to be sync'ed.