-
Notifications
You must be signed in to change notification settings - Fork 28
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
feat: app lock UI and UX adjustments [WPB-4695] #2335
Conversation
…justments # Conflicts: # app/src/main/kotlin/com/wire/android/ui/home/appLock/LockCodeTimeManager.kt # app/src/test/kotlin/com/wire/android/ui/home/appLock/LockCodeTimeManagerTest.kt # kalium
Build 1350 failed. |
Build 1352 failed. |
Codecov Report
@@ Coverage Diff @@
## develop #2335 +/- ##
=============================================
- Coverage 41.24% 41.21% -0.04%
Complexity 1058 1058
=============================================
Files 332 335 +3
Lines 12032 12059 +27
Branches 1594 1595 +1
=============================================
+ Hits 4963 4970 +7
- Misses 6594 6614 +20
Partials 475 475
Continue to review full report in Codecov by Sentry.
|
APKs built during tests are available here. Scroll down to Artifacts! |
Build 1361 succeeded. The build produced the following APK's: |
APKs built during tests are available here. Scroll down to Artifacts! |
Build 1384 succeeded. The build produced the following APK's: |
…justments # Conflicts: # kalium
@saleniuk looks like you are rolling back kalium to a previous commitish. This means that the PR's target branch (develop) is using a newer version of Kalium, and the changes in this PR will rollback Kalium to an older version.
Is this intentional? |
APKs built during tests are available here. Scroll down to Artifacts! |
Build 1394 succeeded. The build produced the following APK's: |
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764
The PR Description
What's new in this PR?
ConversationOptionSwitch
extracted and renamed toSettingsOptionSwitch
for easier reusabilitySettingsItem
to allow adding also rows that contain switchTurnAppLockOffDialog
for the user to confirm that he/she wants to turn off the app lockDependencies (Optional)
Needs releases with:
Testing
How to Test
Open settings and set the app lock, kill the app and open again to see enter the app lock screen.
Attachments (Optional)
PR Post Submission Checklist for internal contributors (Optional)
PR Post Merge Checklist for internal contributors
References
feat(conversation-list): Sort conversations by most emojis in the title #SQPIT-764
.