Masked-Edittext icon indicating copy to clipboard operation
Masked-Edittext copied to clipboard

Android library contain custom realisation of EditText component for masking and formatting input text

Results 17 Masked-Edittext issues
Sort by recently updated
recently updated
newest added

``` java.lang.StringIndexOutOfBoundsException: length=19; index=27 at java.lang.String.charAt(Native Method) at com.github.pinball83.maskededittext.MaskedEditText$MaskedInputFilter.filter(MaskedEditText.java:404) at android.text.SpannableStringBuilder.replace(SpannableStringBuilder.java:516) at android.text.SpannableStringBuilder.delete(SpannableStringBuilder.java:229) at android.text.SpannableStringBuilder.delete(SpannableStringBuilder.java:36) at android.text.method.BaseKeyListener.backspaceOrForwardDelete(BaseKeyListener.java:370) at android.text.method.BaseKeyListener.backspace(BaseKeyListener.java:71) at android.text.method.BaseKeyListener.onKeyDown(BaseKeyListener.java:479) at android.text.method.NumberKeyListener.onKeyDown(NumberKeyListener.java:148) at android.widget.TextView.doKeyDown(TextView.java:8700) at android.widget.TextView.onKeyDown(TextView.java:8470) at android.view.KeyEvent.dispatch(KeyEvent.java:3350) at...

Manifest merger failed : Attribute application@label value=(Mystro N) from AndroidManifest.xml:32:9-33 is also present at [com.github.pinball83:masked-edittext:1.0.4] AndroidManifest.xml:12:9-41 value=(@string/app_name). Suggestion: add 'tools:replace="android:label"' to element at AndroidManifest.xml:26:5-171:19 to override. Kindly take care of...

Special characters includes Spaces, Asterisk,Minus, Plus....... etc. Results in app crash...

bug

unable to perform operations with the text input layout, hint text is by default highlighted without selecting it , and i cant able to write anything inside edit text i...

When I placed a bit long mask and set the EditText with multiline properties, it did not work.

Hello, How can I mask with below format ? (XXX) XXX-XXXX ext.XXXXXX i.e (654) 321-5846 ext.654321 Thanks.

On rotation cursor jumps to the beginning

bug

Cannot clear text programatically

bug