aboutsummaryrefslogtreecommitdiff
path: root/app/proguard-rules.pro
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.
* app: add configuration FTP serverpacien2020-12-08
| | | | | | | | | | | | | 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
* fix R8 exclusionpacien2019-06-14
|
* Capitalise app namepacien2018-08-06
|
* Add start yearpacien2018-08-01
|
* Succumb to paranoiapacien2018-08-01
|
* Disable log-breaking obfuscationpacien2018-03-17
| | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>
* Implement dual logging for application contextpacien2018-03-14
|
* Exclude dynamically referenced library from pruningpacien2018-03-04
|
* New release; Update proguard rulesv0.7pacien2017-09-07
|
* Bump version number and update build config (multidex+proguard)v0.3pacien2017-08-03
|
* Import unversioned prototypev0.1-previewPacien TRAN-GIRARD2017-05-05