-
Notifications
You must be signed in to change notification settings - Fork 991
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
[Enhancement] - Change Password screen #330
Conversation
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.
Had a styling comment!
app/src/main/res/values/styles.xml
Outdated
<item name="android:layout_marginEnd">@dimen/activity_horizontal_margin</item> | ||
</style> | ||
|
||
<style name="ChangeEmailPassTextInputEditTextMarginBottom" parent="CalloutPrimary"> |
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.
This can inherit from ChangeEmailPassTextInputEditText
and then all you need is <item name="android:layout_marginTop">@dimen/grid_1</item>
.
Also should you rename this to ChangeEmailPassTextInputEditTextMarginTop
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.
* added account screen with all necessary fields also added the strings for the spinner (#326) * refactored method in account activity * removed shipping addresses as per the card * [Enhancement] - Completed Change Email screen layout (#329) * completed screen for change email * added proper dimens from dimens.xml * fixed pr feedback * [Enhancement] - Change Password screen (#330) * added change password screen, toolbar and added style for textinputlayout * refactored styles * [Enhancement] - User can see Edit Profile Screen (#338) * added cells for edit profile and change password * made rows for account in settings and added account activity layout with rows * added toolbar layout, account layout, AccountActivity, Updated SettingsNewViewModel * added edit text and line restrictions * re-added tests that were deleted accidentally * fixed lines and spacing issues * fixed imports * fixed more imports * moved the tests into the right package * setup edit profile cell and added the activity * added toolbar and imageview to edit profile * still fixing layout * updated strings, completed edit profile ui * removed duplicate activity in manifest and sample layout * fixed circle issues * added icon for different screen mods * fixed error * fixed more errors * fixed the last error * added viewmodel to change email
* added account screen with all necessary fields also added the strings for the spinner (#326) * refactored method in account activity * removed shipping addresses as per the card * [Enhancement] - Completed Change Email screen layout (#329) * completed screen for change email * added proper dimens from dimens.xml * fixed pr feedback * [Enhancement] - Change Password screen (#330) * added change password screen, toolbar and added style for textinputlayout * refactored styles * [Enhancement] - User can see Edit Profile Screen (#338) * added cells for edit profile and change password * made rows for account in settings and added account activity layout with rows * added toolbar layout, account layout, AccountActivity, Updated SettingsNewViewModel * added edit text and line restrictions * re-added tests that were deleted accidentally * fixed lines and spacing issues * fixed imports * fixed more imports * moved the tests into the right package * setup edit profile cell and added the activity * added toolbar and imageview to edit profile * still fixing layout * updated strings, completed edit profile ui * removed duplicate activity in manifest and sample layout * fixed circle issues * added icon for different screen mods * fixed error * fixed more errors * fixed the last error * added viewmodel to change email * setting up call to change email * still trying to retrieve user email * completed change email screen with logic * fixed circle errors * added contentDescription * added test and removed certain fields * fixed broken test * fixed test * added email mutation test * removed copy pasta * fixed merge conflicts and pr feedback * added new line to snackbar ext * removed url * changed success to void * fixed url again
* added account screen with all necessary fields also added the strings for the spinner (#326) * refactored method in account activity * removed shipping addresses as per the card * [Enhancement] - Completed Change Email screen layout (#329) * completed screen for change email * added proper dimens from dimens.xml * fixed pr feedback * [Enhancement] - Change Password screen (#330) * added change password screen, toolbar and added style for textinputlayout * refactored styles * [Enhancement] - User can see Edit Profile Screen (#338) * added cells for edit profile and change password * made rows for account in settings and added account activity layout with rows * added toolbar layout, account layout, AccountActivity, Updated SettingsNewViewModel * added edit text and line restrictions * re-added tests that were deleted accidentally * fixed lines and spacing issues * fixed imports * fixed more imports * moved the tests into the right package * setup edit profile cell and added the activity * added toolbar and imageview to edit profile * still fixing layout * updated strings, completed edit profile ui * removed duplicate activity in manifest and sample layout * fixed circle issues * added icon for different screen mods * fixed error * fixed more errors * fixed the last error * added dialog for currency change * fixed changes from PR review with Izzy * added currency enum and graph mutation * Fixing the test :3 * successful tests and handling errors and stuff * fixed tests added success and error messages * fixed and removed lines of code * fixed PR feedback and added default value for spinner if user has no chosen currency * addressed pr feedback
What
Why
v2
features.See