Skip to content

Commit 0e1f644

Browse files
committed
Readme updated
Updated markdown formatting Signed-off-by: Bryan Dixon <[email protected]>
1 parent 60d5bb8 commit 0e1f644

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

README.md

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ MaliciousCodeDetector
33

44
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.
55

6-
New Version:
7-
V2.0.0
6+
##New Version: V2.0.0
87
Completed my PhD using the version 1 of this project. I've added the following in version two:
98

109
* New improved interface for easier use
@@ -17,29 +16,29 @@ These new features were added to expand on earlier techniques from version 1 and
1716

1817
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.
1918

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.
2120

22-
Version 1 Updates:
23-
V1.7.0
21+
##Version 1 Updates:
22+
###V1.7.0
2423
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.
2524

26-
V1.6.2
25+
###V1.6.2
2726
Resolved issue w/ standard deviation not being standard deviation
2827
Added sending notification functionality
2928
Forcing reprocessing/removing existing notifications
3029

31-
V1.6.1
30+
###V1.6.1
3231
Resolved issue w/ app crashing if location is not enabled
3332

34-
V1.6.0
33+
###V1.6.0
3534
Added notifications on any found alerts
3635
Added user feedback on any found alerts
3736
Added notification to notify users that notifications are enabled
3837

39-
V1.5.2
38+
###V1.5.2
4039
Hopefully fixed issue in method of processing the data that was causing app to crash.
4140

42-
V1.5.1
41+
###V1.5.1
4342
Modified UI
4443
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.
4544
Added more standard deviation cutoff values for user selected notification* level.
@@ -51,21 +50,21 @@ Resolved issues w/ allowing non-wifi connections
5150

5251

5352

54-
V1.5.0
53+
###V1.5.0
5554
Added data processing back into application
5655
Modified data processing from earlier versions to be smarter
5756
Only processes new data
5857
Updates database with statistics resulting from the processing results, which will be used in the notification system (next step)
5958
Added check to stop sending/processing if phone becomes unplugged partway through
6059

61-
V1.4.2
60+
###V1.4.2
6261
Robust sending added that will try sending again a few times if the first send fails.
6362

64-
V1.4.1
63+
###V1.4.1
6564
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.
6665

67-
V1.4
66+
###V1.4
6867
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.
6968

70-
V1.3
69+
###V1.3
7170
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

Comments
 (0)