You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 3, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
The app is not really working on Android > 10 since the app can't access most folders that were available on previous Android versions.
Describe the solution you'd like
It's not the solution I'd like, rather the only one that seems to be possible. According to the table on this page the only way to access files on current and future Android versions is by using the system file chooser to get access to either a single file or a specific directory.
So the app would have to be rewritten to use the system file chooser instead of the embedded one. Since the file chooser might not have all features in previous Android versions, the embedded file chooser should still be provided in case of Android < 10.
Describe alternatives you've considered
I was unable to find any real alternatives.
Is your feature request related to a problem? Please describe.
The app is not really working on Android > 10 since the app can't access most folders that were available on previous Android versions.
Describe the solution you'd like
It's not the solution I'd like, rather the only one that seems to be possible. According to the table on this page the only way to access files on current and future Android versions is by using the system file chooser to get access to either a single file or a specific directory.
So the app would have to be rewritten to use the system file chooser instead of the embedded one. Since the file chooser might not have all features in previous Android versions, the embedded file chooser should still be provided in case of Android < 10.
Describe alternatives you've considered
I was unable to find any real alternatives.