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
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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");
|
||||||
|
|
||||||
|
|
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue