mirror of
https://github.com/MaintainTeam/Hypatia.git
synced 2025-03-01 05:48:23 +03:00
Tweaks
This commit is contained in:
parent
4517a2253f
commit
abf4baf16d
2 changed files with 3 additions and 2 deletions
|
@ -29,6 +29,8 @@ Technical Details
|
||||||
|
|
||||||
Planned Updates
|
Planned Updates
|
||||||
----------------
|
----------------
|
||||||
|
- Option to scan on access
|
||||||
|
- Option to delete on detection
|
||||||
- Scan files via share intent
|
- Scan files via share intent
|
||||||
- Scan newly installed/updated apps
|
- Scan newly installed/updated apps
|
||||||
- Better GUI
|
- Better GUI
|
||||||
|
|
|
@ -53,8 +53,7 @@ public class MainActivity extends AppCompatActivity {
|
||||||
logView.setMovementMethod(new ScrollingMovementMethod());
|
logView.setMovementMethod(new ScrollingMovementMethod());
|
||||||
logView.append("Copyright 2017 Spot Communications, Inc.\n");
|
logView.append("Copyright 2017 Spot Communications, Inc.\n");
|
||||||
logView.append("License: GPLv3\n");
|
logView.append("License: GPLv3\n");
|
||||||
logView.append("Powered by ClamAV signatures\n");
|
logView.append("Powered by ClamAV signatures\n\n");
|
||||||
logView.append("\nDisclaimer: This is an extremely basic signature scanner\n\n");
|
|
||||||
|
|
||||||
malwareScanner = new MalwareScanner(this, this, true);
|
malwareScanner = new MalwareScanner(this, this, true);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue