-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Directory change to user accessible location #111
Comments
Do you mean to make the "downloads" to be stored in an non-root user accessible? Currently as you mention everything is stored under app_data. When you want to download a file (like a zip file) in other place you have to go to Filesharing > Downloads and then click "force your browser to download the file to disk", once the file is downloaded to the temporary space (under app_data). It's easy to think about adding a configuration or dialog to select where to store the download. But since this app's intention is to be an easy way to access Freenet content (such as Freesites, Forums etc) it's a bit out of scope considering the amount of resources available to move it forward at the moment. |
Oh I suggested moving ALL the components.The download directory is easy enough to change...But with freenet there can be occasion to delete the database to have it recreated which is not currently possible.--Sent from my Android phone with mail.com Mail. Please excuse my brevity.On 1/20/22, 1:00 PM desyncr ***@***.***> wrote:
Do you mean to make the "downloads" to be stored in an non-root used accessible?
Currently as you mention everything is stored under app_data. When you want to download a file (like a zip file) in other place you have to go to Filesharing > Downloads and then click "force your browser to download the file to disk", once the file is downloaded to the temporary space (under app_data).
It's easy to think about adding a configuration or dialog to select where to store the download. But since this app's intention is to be an easy way to access Freenet content (such as Freesites, Forums etc) it's a bit out of scope considering the amount of resources available to move it forward at the moment.
—Reply to this email directly, view it on GitHub, or unsubscribe.Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Perhaps then an option to (wipe/recreate database) ? |
Why is it that you needed to recreate the database? Is it due a problem in the application such as #55? |
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
The current directory path (/data/data/org.freenetproject.mobile/app_data, etc) for Freenet files is NOT accessible by users on non rooted Android devices.
Logfiles, database files, etc are affected.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: