Skip to content
This repository has been archived by the owner on Aug 4, 2019. It is now read-only.

Neo Login Password #44

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open

Neo Login Password #44

wants to merge 3 commits into from

Conversation

ramtintk
Copy link

Login with password in renewed.

Copy link

@tina-t2 tina-t2 left a comment

Choose a reason for hiding this comment

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

Perfect.
1- Just a little test is needed.
2- Is space validate for a password?
3- Temp in drawable is not meaningful.
4- There was a ValidatorUtil class in the util package. Can you move your validator's code there?

if (status == ResponseStatus.PASSWORD_MATCH) {
Toast.makeText(context, "Password Match", Toast.LENGTH_LONG).show()
mButtonContinue.isEnabled = true
mButtonContinue.backgroundTintList = ContextCompat.getColorStateList(requireContext(), R.color.colorTertiary)
Copy link

Choose a reason for hiding this comment

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

It needs a selector to handle the button color.
I have that selector in the registration branch in drawable, you can take it to prevent the conflict.

Copy link

@Miladsalimiiiii Miladsalimiiiii left a comment

Choose a reason for hiding this comment

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

1-Both of text bottom are "switch to password" one of them should be "switch to pattern".
2-I think when our password in first box is wrong , the second box should not be enable.

@ramtintk
Copy link
Author

ramtintk commented Aug 3, 2019

@Miladsalimiiiii @tina-t2
I made all the logical and acceptable features or enhancements you demanded

@ramtintk
Copy link
Author

ramtintk commented Aug 3, 2019

@tina-t2

Review my master peace
I fixed exceptions

@ramtintk
Copy link
Author

ramtintk commented Aug 3, 2019

@Miladsalimiiiii
Refreshed

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants