Subscribe to library updates

Informatix

Expert
Licensed User
Longtime User
[Lib] Masked EditText

Masked EditText

This EditText fixes a few issues with the standard EditText and adds new features:
- Filter: you can transform any input before the text is changed;
- Mask: you can define an input mask;
- Read-only: you can protect your EditText against changes;
- Error popup: you can display a message in a popup to warn the user:

attachment.php
 

Informatix

Expert
Licensed User
Longtime User
BetterDialogs

I tried to improve the most useful dialogs of the Dialogs library. In my version, HTML tags are interpreted (even in the text of buttons), the InputBox uses a Masked EditText and has more options, you can check if the input is valid before closing the dialog, and the CustomDialog is fully customizable. I also solved an issue with the virtual keyboard.
 
Last edited:

corwin42

Expert
Licensed User
Longtime User
AHPreferenceActivity library updated to 1.04

Support for setting the InputType for EditText entries

AHPreferenceActivity
 
Last edited:
Top