Etuldan / spaRSS

Based on Flym and Sparse RSS, this checks RSS/Atom news feeds, polling for updates from the device on a regular basis. Fetched items are available for offline reading.
Other
145 stars 31 forks source link

Autobackup OPML in a dedicated folder instead of Downloads #257

Open RomFouq opened 7 years ago

RomFouq commented 7 years ago

Currently, when the autobackup OPML file is created, it is saved to Downloads. I think moving it to dedicated folder (something named like 'spaRSS') could be useful.

My use case here is to be able to sync my feed list between my tablet and my phone. Each time I modify my feed list, the autobackup file is generated, the dedicated folder is synced (for instance with Syncthing) then I just would have to import it on the other device.

I think just changing the line https://github.com/Etuldan/spaRSS/blob/master/mobile/src/main/java/net/etuldan/sparss/parser/OPML.java#L74 would do the trick, for instance into: Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_DOWNLOADS) + "/spaRSS/spaRSS_auto_backup.opml".

Thanks for your very sleek app, that makes reading feeds really fast!

nicorikken commented 7 years ago

Same idea here: syncing the feedlist between my mobile phone and my tablet. @RomFouq how do you intend to import then, by clearing the entire feedlist and re-import from the start?