This commit is contained in:
Tad 2017-12-26 21:16:35 -05:00
parent 4517a2253f
commit abf4baf16d
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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);