mirror of
https://github.com/MaintainTeam/Hypatia.git
synced 2025-03-01 05:48:23 +03:00
Going the distance...
This commit is contained in:
parent
a198956b20
commit
6d1a0d95ab
8 changed files with 11 additions and 11 deletions
|
@ -32,4 +32,4 @@ dependencies {
|
|||
implementation 'com.android.support:appcompat-v7:26.1.0'
|
||||
implementation 'com.android.support:design:26.1.0'
|
||||
implementation 'info.guardianproject.netcipher:netcipher:2.0.0-alpha1'
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
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
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
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
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
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
|
||||
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.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("Powered by ClamAV signatures\n\n");
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
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
|
||||
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");
|
||||
}
|
||||
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> {
|
|||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
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
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
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
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
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
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
|
Loading…
Add table
Reference in a new issue