aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/configure_tools_configuration_access_fragment.xml
Commit message (Collapse)AuthorAge
* storage: remove embedded FTP serverpacien2023-07-30
| | | | | | | 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.
* ConfigurationAccessService: prevent service from being stopped when app ↵pacien2020-12-08
loses focus This makes the ConfigurationAccessService (formerly ConfigurationFtpService) start in foreground through the use of a persistent notification so that it isn't stopped by the system after the app loses the focus on the user's screen, which happens when the user switches to an FTP client application on the same device.