Skip to content

Releases: suragch/mongol-library

2.1.0

20 Jul 04:31
Compare
Choose a tag to compare

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

22 Jun 05:13
Compare
Choose a tag to compare
  • Update for AndroidX support library
  • From this version on will use semantic versioning
  • cleaned up some code warnings
  • removed deprecated views

1.17.3

05 May 02:13
Compare
Choose a tag to compare

gradle update

1.17.2

27 Nov 00:45
Compare
Choose a tag to compare

Minor keyboard changes

1.17.1

25 Nov 01:33
Compare
Choose a tag to compare
  • Added newline key to navigation keyboard
  • Added vertical presentation forms to Mongolian keyboards

1.17.0

24 Nov 19:58
Compare
Choose a tag to compare

MongolTextView line spacing

1.16.6

23 Nov 19:54
Compare
Choose a tag to compare

keyboard layout fix

1.16.5

19 Nov 17:16
Compare
Choose a tag to compare

Fix for system keyboard background color not getting drawn

1.16.4

17 Nov 20:02
Compare
Choose a tag to compare

fixed issue with system keyboard popup candidates getting clipped on Android API 28+

1.16.3

24 Oct 01:15
Compare
Choose a tag to compare

Make hooked Y the default when entering [Vowel + Y + I] using the ImeContainer

Developers can override this behavior by subclassing ImeContainer and overriding commitText().