aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/compat/EditorInfoCompatUtils.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename to Kelar Keyboard (org.kelar.inputmethod.latin)Amin Bandali2025-01-111-98/+0
|
* Follow API removal of LocaleList#getPrimary().Yohei Yukawa2016-02-091-1/+4
| | | | | | | | | | | This follows up to a recent CL [1] that removed #getPrimary() method from LocaleList class. [1] I75f77aea6b75e38793ed8477e5e5a4420d5e6d85 fee44846376c212114223fc4259382921e6dca7a Bug: 26984092 Change-Id: Ied4678d35c4dcb380ce24e9bce9336dbbf6c16b8
* Support EditorInfo#hintLocales in compat library.Yohei Yukawa2016-01-221-0/+14
| | | | | | | | This CL updates LatinIME's compatibility library so that we can access EditorInfo#hintLocales without directly depending on unreleased SDK. Bug: 22859862 Change-Id: I4ba7d294bc314002c3abf8842f097a4249783364
* Small code cleanupsKen Wakasa2013-01-071-8/+8
| | | | | | Multi-project commit with I249d5fbe Change-Id: Ia28c4e970992aa1299a30e604eaa5d096655c3a5
* Make utility classes finalTadashi G. Takaoka2012-08-291-1/+1
| | | | Change-Id: Ic4f69b4c8da33c9fca50d6829724179310c2f875
* Add private constructor to utility classesTadashi G. Takaoka2012-04-031-1/+5
| | | | | Bug: 6129704 Change-Id: I52925ae7bd80683f63efc48649448865a5654f41
* Cleanup EditorInfoCompatUtilsTadashi G. Takaoka2012-04-031-41/+5
| | | | | Bug: 6129704 Change-Id: I5b9964f2ad52e7cd60c63acca93d0241a1e729ef
* Add next/prev navigate action more keys and remove tab keyTadashi G. Takaoka2012-02-211-5/+5
| | | | | | Bug: 6037537 Bug: 5961814 Change-Id: I9c6dedf953452a180fcd5bce7bfadfd3c821f224
* Shift+Smiley key will register newline character of textMultiLineTadashi G. Takaoka2012-02-081-33/+25
| | | | | | | | | | | | | | This change also * Honors the custom action label in EditorInfo.actionLabel. * Invokes InputConnection.performeEditorAction if action is specifed at EditorInfo.imeOptions or actionLabel/actionId. * Stops using InputMethodService.sendKeyChar. Implements sendKeyCodePoint instead. Bug: 2498607 Bug: 5961809 Bug: 5368408 Change-Id: If4cd5eb3dacfc6b6a7ea434b0617c2438e06e42d
* Support EditorInfo.IME_FLAG_FORCE_ASCIITadashi G. Takaoka2012-01-171-3/+22
| | | | | Bug: 5850605 Change-Id: I6665b483f775094903f2e26f5584e4b141592ab5
* Update fullscreen mode also at onStartInputViewTadashi G. Takaoka2011-09-201-10/+0
| | | | | | | | This change also separates controlling visibility of "key preview backing view" from suggestions strip visibility. Bug: 5315001 Change-Id: I190a71f7956c804e5d89d2d5bacecc62d565ac2c
* Honor EditorType's IME_FLAG_NO_EXTRACT_UI and IME_FLAG_NO_FULLSCREEN flagsTadashi G. Takaoka2011-07-151-0/+10
| | | | | Bug: 5030408 Change-Id: I1c5649725780cd063db7a437b8559b7f2573469c
* Tab key is shown when editor navigation flag is setTadashi G. Takaoka2011-06-171-1/+1
| | | | | | | | | | Previously tab key is shown only when the input type variant says that it is web input. In addition to that, this change also shows tab key when the IME option includes editor action (next and/or previous) flag. Bug: 3094312 Change-Id: I3f8841fdbcee918a0f93f3259090f24e70d96471
* Add missing IME_ACTION_NEXTTadashi G. Takaoka2011-05-241-0/+3
| | | | Change-Id: I377042c1750dd97b922bcf40bffb4046e023f6bb
* Move a debug utility function to EditorInfoCompatUtilssatok2011-03-251-0/+40
| | | | | | - imeOptionName Change-Id: I7a7ea9bee410cedc0ef9b3d2aa4df8260d7f6a35
* Added InputConnectionCompatUtils and EditorInfoCompatUtilssatok2011-03-241-0/+59
Change-Id: Ie69d5e90c4ee978d3ecb40b68e6466082569ca7a