You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-15Lines changed: 14 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,7 @@ MaliciousCodeDetector
3
3
4
4
Repository to keep track of revisions to my thesis project as the google play store limits how much I can include in the what's new section. This will be for those who want to be informed as to the past and ongoing status of the project.
5
5
6
-
New Version:
7
-
V2.0.0
6
+
##New Version: V2.0.0
8
7
Completed my PhD using the version 1 of this project. I've added the following in version two:
9
8
10
9
* New improved interface for easier use
@@ -17,29 +16,29 @@ These new features were added to expand on earlier techniques from version 1 and
17
16
18
17
Thanks to everyone who has been running Version 1 over the years! And here's hoping we can make more breakthroughs using the Version 2 of the project.
19
18
20
-
I've been running numerous versions of this in Beta over the past months and haven't seen any different battery drain from what I saw when running Version 1. I also got bugs that were causing it to crash removed so that you hopefully will have a smooth transition to version 2.
19
+
I've been running numerous versions of this in Beta over the past months and haven't seen any different battery drain from what I saw when running Version 1. I also got bugs that were causing it to crash removed so that you hopefully will have a smooth transition to version 2.
21
20
22
-
Version 1 Updates:
23
-
V1.7.0
21
+
##Version 1 Updates:
22
+
###V1.7.0
24
23
Added software hook for malicious code simulator to disable normal data collection/on phone analysis so as to collect simulated data separately. Allows simulation number and simulation type to be recorded and also sent back to server for post analysis.
25
24
26
-
V1.6.2
25
+
###V1.6.2
27
26
Resolved issue w/ standard deviation not being standard deviation
Resolved issue w/ app crashing if location is not enabled
33
32
34
-
V1.6.0
33
+
###V1.6.0
35
34
Added notifications on any found alerts
36
35
Added user feedback on any found alerts
37
36
Added notification to notify users that notifications are enabled
38
37
39
-
V1.5.2
38
+
###V1.5.2
40
39
Hopefully fixed issue in method of processing the data that was causing app to crash.
41
40
42
-
V1.5.1
41
+
###V1.5.1
43
42
Modified UI
44
43
Removed ability to disable task collection as it doesn't have an apparent battery impact, will potentially add this back if I get feedback this isn't the case.
45
44
Added more standard deviation cutoff values for user selected notification* level.
Modified data processing from earlier versions to be smarter
57
56
Only processes new data
58
57
Updates database with statistics resulting from the processing results, which will be used in the notification system (next step)
59
58
Added check to stop sending/processing if phone becomes unplugged partway through
60
59
61
-
V1.4.2
60
+
###V1.4.2
62
61
Robust sending added that will try sending again a few times if the first send fails.
63
62
64
-
V1.4.1
63
+
###V1.4.1
65
64
Reversed send order to prioritize sending newer data and only query the database for data that hasn't been sent to make sending more efficient.
66
65
67
-
V1.4
66
+
###V1.4
68
67
Added multi-thread send support to make better use of the CPU to do the sends, additionally for users with devices Honeycomb+ making use of high performance wifi to allow sends to happen faster.
69
68
70
-
V1.3
69
+
###V1.3
71
70
Added check that send actually occurs before I record it sent in the app, will insure data actually gets sent in the future.
0 commit comments