Subscribe to library updates

Library / classes / tools developers: please write a short post in this thread every time you make an update (also remember to update the wiki when posting new stuff).

Users can subscribe (with the Watch button in the right side) to this thread to be notified when there are updates.
 
Last edited:

DonManfred

Expert
Licensed User
Longtime User

LucaMs

Expert
Licensed User
Longtime User
SuggestionsEditText v2.0: https://www.b4x.com/android/forum/threads/custom-view-suggestionsedittext.77776/

To not show the IME keyboard's "own EditText", previous versions used and IME option flag (IME_FLAG_NO_EXTRACT_UI) which use is discouraged and it may become deprecated in the future. So I replaced it with IME_FLAG_NO_FULLSCREEN, as recommended by Google.

Also, added the related property, KBFullScreen.
 
Last edited:

corwin42

Expert
Licensed User
Longtime User
Preferences Library updated to V1.14.

This fixes a crash on screen rotation and some other bugs.
 
Top