ragunathjawahar / android-saripaar

UI form validation library for Android
Apache License 2.0
3.22k stars 460 forks source link

Incorrect email validation #173

Closed viliamvolosv closed 7 years ago

viliamvolosv commented 8 years ago

@NotEmpty(messageResId = R.string.error_email_empty, sequence = 0) @Email(messageResId = R.string.error_email_invalid, sequence = 1) @InjectView(R.id.text_input_layout_email) @Order(1) TextInputLayout emailLayout;

Email below pass like a correct email address test@com test@gm test@gl

viliamvolosv commented 8 years ago

saripaar:2.0.3

JackyDuong commented 7 years ago

Same issue detect there with test@.com

ragunathjawahar commented 7 years ago

Duplicate, see #115