-
-
Notifications
You must be signed in to change notification settings - Fork 151
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
Android local fs implementation #933
base: develop
Are you sure you want to change the base?
Conversation
* Android app loads in emulator
* android tools to 7.3.1 * manifest namespace recommendation
* Dropped external capacitor plugins - not stable / usable * Using custom Android plugin with Storage Access Framework * Able to pick directory and list directory contents
* Interactions do not work, need to see why
I'll check this out later today. Looking forward to it. :) |
@branch14 Nice! If you want a pairing dude who has no clue of Android, call me in^^ |
I think the code is ready to merge and test. |
I published the apk here for testing: https://github.com/ieugen/organice/releases/tag/android-local-fs.v1 . |
I believe (at least) directory listing is cached and it should not be this way. ?!
|
In organice (on |
I've been using my Android build for ~50 weeks now for weekly meal planning + grocery shopping. I am asking because I have seen a couple of people asking for something like this. latest one is https://mas.to/@[email protected]/111626626576736657 My workflow is as follows:
A week (48) looks like this (for the curios)
|
Got directory listing, file read/write and create working in the emulator.
Code is very messy and has lots of alert() calls for debugging.
Maybe we should add a log page for the app where we can log debug messages ?!
Next steps are to finish implementation, test and clean up the code.
I use this to build and start the app in the emulator
Closes #932