-
Notifications
You must be signed in to change notification settings - Fork 29
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: add delete account to settings #1888
Conversation
# Conflicts: # app/src/main/kotlin/com/wire/android/di/CoreLogicModule.kt # kalium
Build 112 failed. |
Build 114 failed. |
Build 117 failed. |
Codecov Report
@@ Coverage Diff @@
## develop #1888 +/- ##
=============================================
+ Coverage 36.05% 36.12% +0.07%
- Complexity 784 790 +6
=============================================
Files 279 281 +2
Lines 10682 10698 +16
Branches 1398 1399 +1
=============================================
+ Hits 3851 3865 +14
- Misses 6447 6449 +2
Partials 384 384
Continue to review full report in Codecov by Sentry.
|
Build (beta-debug) available here. Scroll down to Artifacts! |
Build (dev-debug) available here. Scroll down to Artifacts! |
Build 122 succeeded. The build produced the following APK's: |
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.
LGTM! Just added a small suggestion.
Build 159 failed. |
# Conflicts: # app/src/main/res/values/strings.xml # kalium
@MohamadJaara 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? |
Build (dev-debug) available here. Scroll down to Artifacts! |
Build (beta-debug) available here. Scroll down to Artifacts! |
Build 160 succeeded. The build produced the following APK's: |
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.
Looks pretty good to me.
I'd just consider moving the logic related to account deletion to its own ViewModel.
app/src/main/kotlin/com/wire/android/ui/home/settings/account/MyAccountViewModel.kt
Outdated
Show resolved
Hide resolved
val input = "هذا اختبار" | ||
val expected = input |
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.
Build (dev-debug) available here. Scroll down to Artifacts! |
Build (beta-debug) available here. Scroll down to Artifacts! |
Build 177 succeeded. The build produced the following APK's: |
Build (beta-debug) available here. Scroll down to Artifacts! |
Build (dev-debug) available here. Scroll down to Artifacts! |
Build 182 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?
Issues
delete account button in account screen
Solutions
implement the UI as described in jira
Dependencies (Optional)
If there are some other pull requests related to this one (e.g. new releases of frameworks), specify them here.
Needs releases with:
Testing
Test Coverage (Optional)
How to Test
Briefly describe how this change was tested and if applicable the exact steps taken to verify that it works as expected.
Notes (Optional)
Specify here any other facts that you think are important for this issue.
Attachments (Optional)
Attachments like images, videos, etc. (drag and drop in the text box)
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
.