Releases: suragch/mongol-library
Releases · suragch/mongol-library
2.1.0
Improvements for MongolEditText
- xml and listener for imeOptions (lets you cause keyboards to show search button, for example, and handle when the search button is pressed -- without getting an enter)
- inputType: lets you tell the keyboard what kind of text you want. Example, numbers, plain text, email address, etc.
2.0.0
- Update for AndroidX support library
- From this version on will use semantic versioning
- cleaned up some code warnings
- removed deprecated views
1.17.1
- Added newline key to navigation keyboard
- Added vertical presentation forms to Mongolian keyboards
1.17.0
MongolTextView
line spacing
1.16.5
Fix for system keyboard background color not getting drawn
1.16.4
fixed issue with system keyboard popup candidates getting clipped on Android API 28+
1.16.3
Make hooked Y the default when entering [Vowel + Y + I] using the ImeContainer
Developers can override this behavior by subclassing ImeContainer
and overriding commitText()
.