-
Notifications
You must be signed in to change notification settings - Fork 153
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
Tech sanity tests #452
Tech sanity tests #452
Conversation
Ilya Dziamidovich seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
This comment was marked as outdated.
This comment was marked as outdated.
This reverts commit b9bfc84.
Do you need any help implementing specific features? I might be able to offer some advice. |
# Conflicts: # samples/kaspresso-sample/src/androidTest/kotlin/com/kaspersky/kaspressample/screen/MainScreen.kt # samples/kaspresso-sample/src/main/AndroidManifest.xml # samples/kaspresso-sample/src/main/kotlin/com/kaspersky/kaspressample/MainActivity.kt # samples/kaspresso-sample/src/main/res/layout/activity_main.xml # samples/kaspresso-sample/src/main/res/values-ru/strings.xml # samples/kaspresso-sample/src/main/res/values/strings.xml
kaspresso/src/main/kotlin/com/kaspersky/kaspresso/systemsafety/SystemDialogSafetyPattern.kt
Show resolved
Hide resolved
|
||
override fun onCreate(savedInstanceState: Bundle?) { | ||
super.onCreate(savedInstanceState) | ||
window.addFlags(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON) |
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.
Still needed?
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.
deleted
|
||
override fun onCreate(savedInstanceState: Bundle?) { | ||
super.onCreate(savedInstanceState) | ||
window.addFlags(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON) |
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 here
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.
deleted
part of #439
Old \Sgoogle.android\S can't cover all cases that we need, so i'm adding SystemSafetyPattern enum with multiple patterns, which anyone can extend.
Sanity tests that cover interceptors logic, except autoscroll compose that will be part of new compose features PR.