Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add API to get user input with native text fields (libgdx#7004)
* Add API to get user input with native text fields * Correctly register new core files in gdx.gwt.xml * feat: Add support for custom autosuggestion * Generate MobiVM MetalANGLE backend * feat(android): Remove material dependencie for show/hide password * feat: Add first basic test * Apply formatter * fix: Do adjusting of width, also if adjustNothing is not set * fix: Properly layout EditText always for AndroidRKeyboardHeightProvider * feat(android): Use androidx compat library for android 23+ * Apply formatter * fix(android): Revert android < 11 back to StandardKeyboardHeightProvider fix(android): Try to fix y axis scaling issue, when keyboard just got smaller fix(android): Use proper mask for determining softInputMode * fix(ios): Fix compiler error * fix(android): Don't capitalize start of sentence in doNotCorrect mode * fix(android): Correctly calculate keyboard height in some cases * fix: Make NativeInputTest work more reliable * fix(android): Guard against negative DropwDownHeight * Generate MobiVM MetalANGLE backend * Apply formatter --------- Co-authored-by: GitHub Action <[email protected]>
- Loading branch information