Ability to import multiple OPML files in one shot.
Checklist
- [X] I have used the search function for OPEN issues to see if someone else has already submitted the same feature request.
- [X] I have also used the search function for CLOSED issues to see if the feature was already implemented and is just waiting to be released, or if the feature was rejected.
- [X] I will describe the problem with as much detail as possible.
- [X] This request contains only one single feature, not a list of multiple (related) features.
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
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
- [ ] Need to confirm that storage access framework (SAF) can support selection of multiple files
Otherwise there's simply nothing to do.
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.
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.