diff options
author | pacien | 2020-12-08 16:16:08 +0100 |
---|---|---|
committer | pacien | 2020-12-08 16:16:08 +0100 |
commit | 20ecd9840f1e237dba79674b71e49b43b074902e (patch) | |
tree | 4594947f1faf96e9851d95c9cfc7bfad0c9ff923 /readme.md | |
parent | b1f98caca2f6960f7abb3ef7f7c27b903e1ef929 (diff) | |
download | tincapp-20ecd9840f1e237dba79674b71e49b43b074902e.tar.gz |
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
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -57,6 +57,7 @@ Builds of this software embed and make use of the following libraries: | |||
57 | * logback-android, licensed under the GNU Lesser General Public License v2.1 | 57 | * logback-android, licensed under the GNU Lesser General Public License v2.1 |
58 | * Apache Commons Configuration, licensed under the Apache v2.0 License | 58 | * Apache Commons Configuration, licensed under the Apache v2.0 License |
59 | * Apache Commons BeanUtils, licensed under the Apache v2.0 License | 59 | * Apache Commons BeanUtils, licensed under the Apache v2.0 License |
60 | * Apache Mina FtpServer, licensed under the Apache v2.0 License | ||
60 | * LZO, licensed under the GNU General Public License v2.0 | 61 | * LZO, licensed under the GNU General Public License v2.0 |
61 | * LibreSSL libcrypto, licensed under the OpenSSL License, ISC License, public domain | 62 | * LibreSSL libcrypto, licensed under the OpenSSL License, ISC License, public domain |
62 | * tinc, licensed under the GNU General Public License v2.0 | 63 | * tinc, licensed under the GNU General Public License v2.0 |