History log of /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/EditorInfoCompatUtils.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
706fce9bb0e044f281bf12742c406964b18e9190 09-Feb-2016 Yohei Yukawa <yukawa@google.com> Follow API removal of LocaleList#getPrimary().

This follows up to a recent CL [1] that removed #getPrimary() method
from LocaleList class.

[1] I75f77aea6b75e38793ed8477e5e5a4420d5e6d85
fee44846376c212114223fc4259382921e6dca7a

Bug: 26984092
Change-Id: Ied4678d35c4dcb380ce24e9bce9336dbbf6c16b8
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/EditorInfoCompatUtils.java
16645966a9509c77f02003e6e07c11d3aa3b0634 22-Jan-2016 Yohei Yukawa <yukawa@google.com> Support EditorInfo#hintLocales in compat library.

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
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/EditorInfoCompatUtils.java
b6ca354431367b625daf9fff5fbe4b1f5ef996ab 06-Jan-2013 Ken Wakasa <kwakasa@google.com> Small code cleanups

Multi-project commit with I249d5fbe

Change-Id: Ia28c4e970992aa1299a30e604eaa5d096655c3a5
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/EditorInfoCompatUtils.java
1e11c44d1b5f9ddf593c5407cb14c458be0056f2 29-Aug-2012 Tadashi G. Takaoka <takaoka@google.com> Make utility classes final

Change-Id: Ic4f69b4c8da33c9fca50d6829724179310c2f875
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/EditorInfoCompatUtils.java
fde7efd87710dcc9e8376e3ef6db287e254c65fc 03-Apr-2012 Tadashi G. Takaoka <takaoka@google.com> Add private constructor to utility classes

Bug: 6129704
Change-Id: I52925ae7bd80683f63efc48649448865a5654f41
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/EditorInfoCompatUtils.java
0d1a5d5b9710dd8fbdae18b0e69bccb53c7b9207 02-Apr-2012 Tadashi G. Takaoka <takaoka@google.com> Cleanup EditorInfoCompatUtils

Bug: 6129704
Change-Id: I5b9964f2ad52e7cd60c63acca93d0241a1e729ef
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/EditorInfoCompatUtils.java
05bfd189a88be79ddfc74d0ea21792e2fb78f2aa 17-Feb-2012 Tadashi G. Takaoka <takaoka@google.com> Add next/prev navigate action more keys and remove tab key

Bug: 6037537
Bug: 5961814
Change-Id: I9c6dedf953452a180fcd5bce7bfadfd3c821f224
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/EditorInfoCompatUtils.java
7a39bd4454664b5c37b30e9b5362ddbcdce3b374 07-Feb-2012 Tadashi G. Takaoka <takaoka@google.com> Shift+Smiley key will register newline character of textMultiLine

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
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/EditorInfoCompatUtils.java
1ef6fc7e1519cedec9e84a64968bfba4212d0436 17-Jan-2012 Tadashi G. Takaoka <takaoka@google.com> Support EditorInfo.IME_FLAG_FORCE_ASCII

Bug: 5850605
Change-Id: I6665b483f775094903f2e26f5584e4b141592ab5
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/EditorInfoCompatUtils.java
59010a89b839ea181dc07588df21f3db29ee8bd1 20-Sep-2011 Tadashi G. Takaoka <takaoka@google.com> Update fullscreen mode also at onStartInputView

This change also separates controlling visibility of "key preview
backing view" from suggestions strip visibility.

Bug: 5315001
Change-Id: I190a71f7956c804e5d89d2d5bacecc62d565ac2c
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/EditorInfoCompatUtils.java
2811841ab49b5c380a2e5b7f3e3d009db67f8e0a 16-Jul-2011 Tadashi G. Takaoka <takaoka@google.com> Honor EditorType's IME_FLAG_NO_EXTRACT_UI and IME_FLAG_NO_FULLSCREEN flags

Bug: 5030408
Change-Id: I1c5649725780cd063db7a437b8559b7f2573469c
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/EditorInfoCompatUtils.java
28a38fdfeeb9596883ee5b422c12532a73d38c87 17-Jun-2011 Tadashi G. Takaoka <takaoka@google.com> Tab key is shown when editor navigation flag is set

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
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/EditorInfoCompatUtils.java
8e26dfeaae53ea65192ba1ee78f5231f4092f399 24-May-2011 Tadashi G. Takaoka <takaoka@google.com> Add missing IME_ACTION_NEXT

Change-Id: I377042c1750dd97b922bcf40bffb4046e023f6bb
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/EditorInfoCompatUtils.java
f1a81f5eb37df4170de2cf6327c860e3d64dc2f8 25-Mar-2011 satok <satok@google.com> Move a debug utility function to EditorInfoCompatUtils

- imeOptionName

Change-Id: I7a7ea9bee410cedc0ef9b3d2aa4df8260d7f6a35
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/EditorInfoCompatUtils.java
b2707856aba4fc9b063f26305f1fb603b19c1701 24-Mar-2011 satok <satok@google.com> Added InputConnectionCompatUtils and EditorInfoCompatUtils

Change-Id: Ie69d5e90c4ee978d3ecb40b68e6466082569ca7a
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/EditorInfoCompatUtils.java