From 20ecd9840f1e237dba79674b71e49b43b074902e Mon Sep 17 00:00:00 2001 From: pacien Date: Tue, 8 Dec 2020 16:16:08 +0100 Subject: app: add configuration FTP server 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 --- readme.md | 1 + 1 file changed, 1 insertion(+) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 070023f..5df80d0 100644 --- a/readme.md +++ b/readme.md @@ -57,6 +57,7 @@ Builds of this software embed and make use of the following libraries: * logback-android, licensed under the GNU Lesser General Public License v2.1 * Apache Commons Configuration, licensed under the Apache v2.0 License * Apache Commons BeanUtils, licensed under the Apache v2.0 License +* Apache Mina FtpServer, licensed under the Apache v2.0 License * LZO, licensed under the GNU General Public License v2.0 * LibreSSL libcrypto, licensed under the OpenSSL License, ISC License, public domain * tinc, licensed under the GNU General Public License v2.0 -- cgit v1.2.3