Android-Mask-Date-EditText
Android-Mask-Date-EditText copied to clipboard
It is not showing cursor in EditText when focused Can anybody please help me!
## Before this request - Validation fails when day >= 28 and month = February ## After this request - Validation always succeeds for 28 February - Validation succeeds for...
crash app when enter 00000000
XML attr DDMM
add this new format to verify only the day and the month, it helped me, maybe someone else can use it, in this type of format max date and min...
if autoCorrect == true explode when you type 0000000
I was getting this error _'Program type already present: com.google.common.util.concurrent.ListenableFuture'?_ **Solution** ``` Kotlin KTS implementation("com.github.salahamassi:android-mask-date-editText:v1.02"){ exclude(group = "com.google.guava", module = "listenablefuture") } Non KTS implementation("com.github.salahamassi:android-mask-date-editText:v1.02"){ exclude group: 'com.google.guava', module: 'listenablefuture'...