RememberEditText icon indicating copy to clipboard operation
RememberEditText copied to clipboard

An EditText which can remember last several input, free developer from managing cache everywhere themselves. !! NOT ViewGroup !!

Results 7 RememberEditText issues
Sort by recently updated
recently updated
newest added

添加两个及多个RememberEditText,第二个(包括后面的EditText)的向下的箭头点击后变成向上的,然后再点击把PopupWindow收回去,箭头依然向上。 [点击前](http://wx2.sinaimg.cn/mw690/4ea7fe03gy1fgtyze91xaj20u01hc3zi.jpg) [点击后](http://wx3.sinaimg.cn/mw690/4ea7fe03gy1fgtyzewgd1j20u01hcab3.jpg)

Can use library like https://github.com/DavidPizarro/PickerUI to provide a larger pick area

enhancement
help wanted

As PersistMap init SharedPreference on constructor, though it is static thus only init once, it can still be optimized to be an asynchronous operation

enhancement
help wanted

username and password is a pair, choose a username should auto fill the corresponding password

enhancement
help wanted

Support RTL, low priority

enhancement

Currently it only compares the newest input with the last cache, if the same, do not update, else update. Needs LRU cache.

enhancement

It has to support all gravity, at least center

enhancement
help wanted