Skip to content
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

Add filechooser to select storage directory #9

Closed
woefe opened this issue Feb 17, 2018 · 5 comments
Closed

Add filechooser to select storage directory #9

woefe opened this issue Feb 17, 2018 · 5 comments

Comments

@woefe
Copy link
Owner

woefe commented Feb 17, 2018

Currently, the user has to write the path into a free-text text field. The app should use some kind of filchooser for this.

@axelsimon
Copy link

Agreed. It also seems necessary to explain:

  • how to allow access to SD card, if that's where people want to save (by default, recent version of Android don't allow an app to write to SD unless specifically allowed by the user)
  • how to synchronise using Nextcloud, Syncthing etc. Explain the concept that the shopping list is really just a text file that needs to be saved to a directory that is synchronised by Nextcloud (or Syncthing, or whatever).

@muppeth
Copy link

muppeth commented Mar 29, 2018

Seems like auto upload on nextcloud could do the trick, but i see auto upload on nextcloud app is triggered only for images and not text files. Is there a way to specify directory containing shoppinglists to be auto uploaded?

Probably its a question to nextcloud devs, but i was wondering if anyone here has a working solution.

@woefe
Copy link
Owner Author

woefe commented Apr 3, 2018

I doubt the auto upload feature will do the trick. Mostly because I want to have two-way sync and auto upload is only one direction. I'm thinking about adding a WebDav sync feature, but right now I have no idea how complex this might get.

@woefe
Copy link
Owner Author

woefe commented Apr 3, 2018

@axelsimon are you able to select your SD Card directory with the new file chooser?

@axelsimon
Copy link

axelsimon commented Apr 5, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants