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

[Enhancement] - Change Password screen #330

Merged
merged 2 commits into from
Sep 14, 2018
Merged

Conversation

Rcureton
Copy link
Contributor

What

  • added change password screen, toolbar and added style for TextInputLayout/TextInputEditText.
  • Spoke to @dannyalright about the password visibility toggle to keep consistency throughout the app.

Why

  • Continuing settings v2 features.

See

sep-13-2018 15-25-15

@Rcureton Rcureton requested a review from eoji September 13, 2018 19:26
Copy link
Contributor

@eoji eoji left a 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!

<item name="android:layout_marginEnd">@dimen/activity_horizontal_margin</item>
</style>

<style name="ChangeEmailPassTextInputEditTextMarginBottom" parent="CalloutPrimary">
Copy link
Contributor

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

Copy link
Contributor

@eoji eoji left a comment

Choose a reason for hiding this comment

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

:shipit:

@Rcureton Rcureton merged commit 379b532 into settings-v2 Sep 14, 2018
@Rcureton Rcureton deleted the rc/change-password branch September 14, 2018 16:03
@eoji
Copy link
Contributor

eoji commented Sep 14, 2018

Rcureton pushed a commit that referenced this pull request Sep 25, 2018
* 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
Rcureton pushed a commit that referenced this pull request Sep 25, 2018
* 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
Rcureton pushed a commit that referenced this pull request Oct 8, 2018
* 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
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.

2 participants