| Commit message (Collapse) | Author | Age |
|
|
|
|
| |
Use the more explicit name and shorter description following the
changes in 5a54bf9 and 90d672c.
|
| |
|
|
|
|
|
|
|
| |
Moving back the configuration files and logs to the user-accessible
storage. Everything should be accessible through a file manager using
the "USB storage" mode. The embedded FTP server is no longer
necessary.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is a ridiculous workaround to make the configuration (and other files) accessible to the user
necessary after the new storage access restriction enforced in Android 11 which prevent other
applications from accessing the supposedly public application's directory.
The app's internal private storage directory is now exposed to the user through an embedded FTP
server that the user can turn on and off from the configuration activity. The user can then play
with the configuration and retrieve logs through a remote or local FTP client application of their
choice.
GitHub: closes #103
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Signed-off-by: pacien <pacien.trangirard@pacien.net>
|
| |
|
| |
|
| |
|
| |
|
|
|