Going the distance...

This commit is contained in:
Tad 2018-06-03 13:49:37 -04:00
parent a198956b20
commit 6d1a0d95ab
8 changed files with 11 additions and 11 deletions

View file

@ -32,4 +32,4 @@ dependencies {
implementation 'com.android.support:appcompat-v7:26.1.0' implementation 'com.android.support:appcompat-v7:26.1.0'
implementation 'com.android.support:design:26.1.0' implementation 'com.android.support:design:26.1.0'
implementation 'info.guardianproject.netcipher:netcipher:2.0.0-alpha1' implementation 'info.guardianproject.netcipher:netcipher:2.0.0-alpha1'
} }

View file

@ -1,6 +1,6 @@
/* /*
Hypatia: An realtime malware scanner for Android Hypatia: An realtime malware scanner for Android
Copyright (c) 2017-2018 Spot Communications, Inc. Copyright (c) 2017-2018 Divested Computing, Inc.
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View file

@ -1,6 +1,6 @@
/* /*
Hypatia: An realtime malware scanner for Android Hypatia: An realtime malware scanner for Android
Copyright (c) 2017-2018 Spot Communications, Inc. Copyright (c) 2017-2018 Divested Computing, Inc.
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View file

@ -1,6 +1,6 @@
/* /*
Hypatia: An realtime malware scanner for Android Hypatia: An realtime malware scanner for Android
Copyright (c) 2017-2018 Spot Communications, Inc. Copyright (c) 2017-2018 Divested Computing, Inc.
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -73,7 +73,7 @@ public class MainActivity extends AppCompatActivity {
logView = findViewById(R.id.txtLogOutput); logView = findViewById(R.id.txtLogOutput);
logView.setMovementMethod(new ScrollingMovementMethod()); logView.setMovementMethod(new ScrollingMovementMethod());
logView.append("Copyright 2017 Spot Communications, Inc.\n"); logView.append("Copyright 2017 Divested Computing, Inc.\n");
logView.append("License: GPLv3\n"); logView.append("License: GPLv3\n");
logView.append("Powered by ClamAV signatures\n\n"); logView.append("Powered by ClamAV signatures\n\n");

View file

@ -1,6 +1,6 @@
/* /*
Hypatia: An realtime malware scanner for Android Hypatia: An realtime malware scanner for Android
Copyright (c) 2017-2018 Spot Communications, Inc. Copyright (c) 2017-2018 Divested Computing, Inc.
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -85,7 +85,7 @@ class MalwareScanner extends AsyncTask<Set<File>, Object, String> {
mBuilder.setChannelId("DETECTION"); mBuilder.setChannelId("DETECTION");
} }
notificationManager.notify(new Random().nextInt(), mBuilder.build()); notificationManager.notify(new Random().nextInt(), mBuilder.build());
//Log.d("Theia", result); //Log.d("Hypatia", result);
} }
} }
@ -183,4 +183,4 @@ class MalwareScanner extends AsyncTask<Set<File>, Object, String> {
} }
} }
} }

View file

@ -1,6 +1,6 @@
/* /*
Hypatia: An realtime malware scanner for Android Hypatia: An realtime malware scanner for Android
Copyright (c) 2017-2018 Spot Communications, Inc. Copyright (c) 2017-2018 Divested Computing, Inc.
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View file

@ -1,6 +1,6 @@
/* /*
Hypatia: An realtime malware scanner for Android Hypatia: An realtime malware scanner for Android
Copyright (c) 2017-2018 Spot Communications, Inc. Copyright (c) 2017-2018 Divested Computing, Inc.
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View file

@ -1,6 +1,6 @@
/* /*
Hypatia: An realtime malware scanner for Android Hypatia: An realtime malware scanner for Android
Copyright (c) 2017-2018 Spot Communications, Inc. Copyright (c) 2017-2018 Divested Computing, Inc.
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by