Skip to content
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

Merged
merged 36 commits into from
Aug 2, 2023
Merged

Tech sanity tests #452

merged 36 commits into from
Aug 2, 2023

Conversation

Areyana
Copy link
Collaborator

@Areyana Areyana commented Dec 8, 2022

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.

@CLAassistant
Copy link

CLAassistant commented Dec 8, 2022

CLA assistant check
All committers have signed the CLA.

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


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.

@Areyana Areyana changed the title [DRAFT] Tech sanity tests Tech sanity tests Dec 16, 2022
@Areyana

This comment was marked as outdated.

@adolfo706042525
Copy link

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
Nikitae57
Nikitae57 previously approved these changes Aug 1, 2023

override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
window.addFlags(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still needed?

Copy link
Collaborator Author

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)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

deleted

@Areyana Areyana merged commit 924534a into master Aug 2, 2023
5 checks passed
@AzamatCherchesov AzamatCherchesov deleted the TECH-sanity-tests branch September 7, 2023 09:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants