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] - Added dialog for currency change #339

Closed
wants to merge 19 commits into from

Conversation

Rcureton
Copy link
Contributor

What

  • Added dialog for when the currency picker is changed.

See 👀

sep-19-2018 15-40-09

Rashad Cureton and others added 9 commits September 12, 2018 15:46
* added logic to hide privacy rows when the user is a creator

* fixed test issue

* PR feedback with Rashad

* we love it

* 1 fix
* making the toolbar the accent color so you know you're not hitting production
Added adapter for Email custom scalar.
In the `TestApolloActivity`, logged in users can now update their email addresses.
eoji and others added 10 commits September 25, 2018 10:55
Made the search EditText confirm to minimum touch target size.
Made the search EditText take up the width between back button and clear icon.
* 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
* Updated strings.
Deriving Graphql endpoint from web endpoint so we don't have to manually change it for staging.
Created Activity extensions for showing Snackbars.
Created reusable Snackbar extensions for success and error messages.
The Snackbar extensions return themselves so you can chain them (if you wanted to inflate a success/error snackbar manually).
Change password:
Showing warning when new password is less than 6 characters.
Showing warning when confirm password is not equal to new confirm.
Disabling save button until all validations pass.
Added 2 new LoginReasons: CHANGE_PASSWORD and RESET_PASSWORD because we want to prefill the email if it's supplied from the intent but need to check if we're showing the reset dialog or change password snackbar.
When password is successfully changed, taking user to LoginActivity.
LoginActivity shows success snackbar letting the user know their changes were saved.
Made LoginActivity's root a CoordinatorLayout so the Snackbar is shown over the keyboard.

* clean up

* PR feedback from Rashad.
@eoji
Copy link
Contributor

eoji commented Oct 3, 2018

Let's close this and reopen one against master 👀

@eoji eoji closed this Oct 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants