fixed encrypted sql db and updated to androidx#28
Open
Conversation
Collaborator
Author
|
Nice trick to apply .gitignore after creating PR: https://eric.blog/2014/05/11/remove-files-from-git-addingupdating-gitignore/ |
commjoen
requested changes
Jul 14, 2020
| @@ -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":{}}] No newline at end of file | |||
Collaborator
There was a problem hiding this comment.
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); |
Collaborator
There was a problem hiding this comment.
??? commented code will just bring misunderstandings :(, what do you want to do here?
| // ReportField.TOTAL_MEM_SIZE, | ||
| // ReportField.AVAILABLE_MEM_SIZE | ||
| // }, | ||
| // mode = ReportingInteractionMode.SILENT |
Collaborator
There was a problem hiding this comment.
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>--> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #25