This repository was archived by the owner on Nov 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# IlhaSoft Support Validation CHANGELOG
22
3+ ## Version 0.5.0 (2016-10-14)
4+
5+ * Implemented password validation
6+ * Created ES and EN translation
7+ * Updated build tools and support libraries
8+
9+ ## Version 0.4.5 (2016-10-14)
10+
11+ * Fix error messages on ** TextInputLayout**
12+ ## Version 0.4.4 (2016-10-14)
13+
14+ * Updated DateRule to don't use apache validator library
15+ * Removed the dependency of the entire Apache validator library
16+ * Fixed implementation of ` disableErrorOnChanged ` method
17+
318## Version 0.4.3 (2016-10-14)
419
520* Fixed problem with CPF validation
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ android {
1515 minSdkVersion 15
1616 targetSdkVersion 25
1717 versionCode 1
18- versionName " 0.1 .0"
18+ versionName " 0.5 .0"
1919 consumerProguardFiles ' proguard-rules.pro'
2020 }
2121}
Original file line number Diff line number Diff line change 88 <string name =" error_message_cpf_validation" >Invalid CPF format</string >
99 <string name =" error_message_url_validation" >Invalid url format</string >
1010 <string name =" error_message_credit_card_validation" >Invalid credit card format</string >
11- <string name =" error_message_empty_validation" >This field can't be empty</string >
11+ <string name =" error_message_empty_validation" >This field can\ 't be empty</string >
1212 <string name =" error_message_not_equal_password" >Passwords are not the same</string >
1313</resources >
You can’t perform that action at this time.
0 commit comments