spacecowboy / Feeder

Android RSS reader app
GNU General Public License v3.0
1.54k stars 94 forks source link

Ability to import multiple OPML files in one shot. #376

Open hafijulali opened 1 week ago

hafijulali commented 1 week ago

Checklist

App version

2.6.32

Where did you get the app from

F-Droid

Feature or improvement you want

Currently we have a feature to import feeds using OPML files, but it does only allow one file selection at a time.

So, this feature request is for proposing multiple file selection for bulk importing RSS feeds.

Why should this be added?

Although the feature to import OPML file is great, but it's bit inconvenient when it comes to bulk importing feeds.

A particular usecase can be, when a user wants to import feeds ranging a few topics at once.

Screenshots / Drawings / Technical details

No response

spacecowboy commented 1 week ago

I did a quick check and I do not think that Android's Storage Access Framework allows for the selection of multiple files

For this feature to work then

Otherwise there's simply nothing to do.

hafijulali commented 1 week ago

Sure, I'll try to implement and raise a PR. Just in case if android storage access framework doesn't support multiple file selection, then our best bet would be to add ability to import OPML zip files.

spacecowboy commented 1 week ago

Sure, I'll try to implement and raise a PR. Just in case if android storage access framework doesn't support multiple file selection, then our best bet would be to add ability to import OPML zip files.

That would be an option yes.