-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fixed encrypted sql db and updated to androidx #28
base: master
Are you sure you want to change the base?
Conversation
Nice trick to apply .gitignore after creating PR: https://eric.blog/2014/05/11/remove-files-from-git-addingupdating-gitignore/ |
@@ -0,0 +1 @@ | |||
[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release","dirName":""},"path":"app-release.apk","properties":{}}] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are you sure you need anything from teh release folder?
// | ||
// public void OMTG_DATAST_004_3rd_Party(View view) { | ||
// Intent intent = new Intent(this, OMTG_DATAST_004_3rd_Party.class); | ||
// startActivity(intent); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
??? commented code will just bring misunderstandings :(, what do you want to do here?
// ReportField.TOTAL_MEM_SIZE, | ||
// ReportField.AVAILABLE_MEM_SIZE | ||
// }, | ||
// mode = ReportingInteractionMode.SILENT |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same as above? why remove acra? why did you comment it out?
<!-- <b>3rd Party Libraries Testcase</b>\n--> | ||
<!-- This app has a 3rd Party Library called ACRA that will send details of a crash to their server. What can you see in Burp?--> | ||
<!-- </string>--> | ||
<!-- <string name="button_OMTG_DATAST_004_3rd_Party_Crash">Crash the App</string>--> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see above?
Fixes #25