| Commit message (Expand) | Author | Age | Files | Lines |
* | Set SuggestionSpan with FLAG_AUTO_CORRECTION as a composing span•••Bug: 5460262
Change-Id: Ibeb875bb885fb663ed23f0299d671e995a66b642
|  satok | 2011-10-15 | 1 | -1/+2 |
* | Put SuggestionSpan as the indicater of the auto-correction•••Bug: 5245468
Change-Id: Ia5609e1b3c69f5553e3632fbce60a55665a5b185
|  satok | 2011-10-10 | 1 | -0/+23 |
* | Move SharedPreferencesCompat to com.android.inputmethod.compat•••Change-Id: Ied336339b8eb3643f14517c251b07c09398f61fe
|  satok | 2011-09-30 | 1 | -0/+53 |
* | Merge "Update fullscreen mode also at onStartInputView" |  Tadashi G. Takaoka | 2011-09-20 | 1 | -10/+0 |
|\ |
|
| * | 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
|  Tadashi G. Takaoka | 2011-09-20 | 1 | -10/+0 |
* | | Tweak LatinIME's keypress vibration duration•••bug: 5337363
Change-Id: If6e6de587cbcddf26710d8f0b237c4bc393589b6
|  Ken Wakasa | 2011-09-20 | 1 | -0/+4 |
|/ |
|
* | Merge "Support automatic language" |  satok | 2011-09-05 | 1 | -2/+1 |
|\ |
|
| * | Support automatic language•••Bug: 5057886
Change-Id: I807776b0a3d1286c66ba032c3701b3503911664c
|  satok | 2011-09-05 | 1 | -2/+1 |
* | | Get rid of LinearLayoutCompatUtils•••Change-Id: If0f63eaeb4539c0e03ef20190d2f9211a176babc
|  Tadashi G. Takaoka | 2011-09-05 | 1 | -55/+0 |
|/ |
|
* | Implement KeyboardLocale InputMethodSubtype extra key•••The locale is specified by KeyboardLocale extra key in method.xml,
LatinIME will use the specified locale for keyboard layout.
Bug: 5238658
Change-Id: I8e6cb66c73a7ac1bf611d9910b42fa9cff38eba0
|  Tadashi G. Takaoka | 2011-09-01 | 1 | -4/+5 |
* | Do not put the suggestion span for obsolete suggestions.•••Bug: 5219037
Change-Id: I0300fbc7e1cc97f0f8ba4d21e0e699d9fe66ed76
|  satok | 2011-08-26 | 1 | -1/+2 |
* | Fixed speaking keys when editing password fields•••Bug: 5042681
Change-Id: Ic4523ec38b0faa2b6a91d476ea7af7e69404861c
|  Alan Viverette | 2011-08-08 | 1 | -0/+54 |
* | Updated check for touch exploration enabled state•••Bug: 5061704
Change-Id: Id2c0cce953f7bdb2b4c18b68f9e318d95eabc1b8
|  Alan Viverette | 2011-07-21 | 2 | -27/+4 |
* | Vibrator.hasVibrator() takes no parameter.•••bug: 5038842
Change-Id: I239a2f35488a1f18ecdb019abc50e72e3e9da297
|  Ken Wakasa | 2011-07-20 | 1 | -1/+1 |
* | Support select input method dialog on pre-HC platform•••Bug: 4971680
Change-Id: I641b336da54813e13409bd7874aa22e51f790729
|  Tadashi G. Takaoka | 2011-07-19 | 4 | -22/+188 |
* | Honor EditorType's IME_FLAG_NO_EXTRACT_UI and IME_FLAG_NO_FULLSCREEN flags•••Bug: 5030408
Change-Id: I1c5649725780cd063db7a437b8559b7f2573469c
|  Tadashi G. Takaoka | 2011-07-15 | 1 | -0/+10 |
* | Display suggested word info in debug mode•••Bug: 4686782
Change-Id: I0e5bef33aa39c3d6f75edda7818524965aa40b79
|  Tadashi G. Takaoka | 2011-06-24 | 1 | -0/+11 |
* | Added support for touch exploration to Latin IME.•••Bug: 4379983
Change-Id: I97f22e54827c6229054b514801401ffa5b4ed3b8
|  Alan Viverette | 2011-06-22 | 3 | -0/+104 |
* | Make CandidateView backward compatible•••Up to version 10 (Gingerbread) of the API, FrameLayout doesn't handle
margin properly. This change inserts RelativeLayout to FrameLayout as
placer to set margin and place children views absolutely.
Change-Id: Iee785bc2da77677738caf456bcd2bbf57b89f007
|  Tadashi G. Takaoka | 2011-06-22 | 1 | -0/+52 |
* | Merge "Use 2 arguments LinearLayout constructor" |  Tadashi G. Takaoka | 2011-06-21 | 2 | -2/+57 |
|\ |
|
| * | Use 2 arguments LinearLayout constructor•••To maintain backward compatibility back to Froyo, we can't call
3-argument constructor of LinearLayout.
Change-Id: I35310704f92812d2748d32f35820a5058fa2bf31
|  Tadashi G. Takaoka | 2011-06-21 | 2 | -2/+57 |
* | | Add ArraysCompatUtils.binarySearch•••Until API version 9, java.util.Arrays.binarySearch(int[], int, int,
int) doesn't exist.
Change-Id: Ife0ed4fbac642eda069e7b6f6b8dd30e0cd5fdee
|  Tadashi G. Takaoka | 2011-06-21 | 1 | -0/+50 |
|/ |
|
* | Remove unnecessary onRefreshKeyboard call.•••When using the sliding spacebar language switch on ICS, both
LatinIME.toggleLanguage() and
InputMethodService.onCurrentInputMethodSubtypeChanged() invoke
LatinIME.onRefreshKeyboard(). This change eliminates the first one if
it isn't necessary.
This change also cleans up the followings.
* reuse theme Context when the keyboard theme hasn't been changed.
* clear the Keyboard cache when theme has been switched.
* eliminates unnecessary Context reference from LatinKeyboard and
SlidingLocaleDrawable.
* recycle Bitmap and reuse Canvas in KeyboardView.
Bug: 4725930
Change-Id: I87366e9304879d94d12b7345adea768d86d43519
|  Tadashi G. Takaoka | 2011-06-20 | 1 | -3/+3 |
* | Merge "Refactor of SuggestionSpanUtils" |  satok | 2011-06-17 | 1 | -10/+11 |
|\ |
|
| * | Refactor of SuggestionSpanUtils•••Change-Id: Id266062831e8c28a346e129168b883ee3d5622bf
|  satok | 2011-06-17 | 1 | -10/+11 |
* | | 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
|  Tadashi G. Takaoka | 2011-06-17 | 1 | -1/+1 |
|/ |
|
* | Remove the original text from SuggestionSpan•••Change-Id: If70d32cad980b46ba77f399606d7ab3957c5d096
|  satok | 2011-06-15 | 1 | -8/+16 |
* | Revise hasMultipleEnabledIMEsOrSubtypes()•••bug: 4559308
Change-Id: If831c0827dbf030eaf1d241ebfa60d4e5029ae63
|  Ken Wakasa | 2011-06-07 | 1 | -0/+6 |
* | Fix web input type judgment•••Bug: 4490948
Change-Id: I71efb8f5784970f1d2a94da1d2eb852f7f11885f
|  Tadashi G. Takaoka | 2011-05-30 | 1 | -2/+6 |
* | Remove web mode and add webInput boolean•••Bug: 4490948
Change-Id: I6fe23c9ab4918eab6806cc621c4d6821c2e1baf9
Cherry-Pick: I4cd1af0b
|  Tadashi G. Takaoka | 2011-05-27 | 1 | -3/+22 |
* | Add SuggestionSpan suggestion picked notification receiver•••Bug: 4443922
Change-Id: I8a9dc5077ae06c6d0c39fd7fdd823fc4f4d05f45
|  satok | 2011-05-26 | 1 | -11/+20 |
* | Disable the legacy recorrection functionalities if the suggestion span is sup...•••Bug: 4346045
Change-Id: Ib4594a9073b961038564bbcd601f9c290d153d5d
|  satok | 2011-05-25 | 1 | -0/+5 |
* | Put SuggestionSpan at commitText•••Bug: 4346045
Change-Id: Iaabdb8a148b2601bb9cbc2b08509adac164105a4
|  satok | 2011-05-25 | 3 | -39/+88 |
* | Merge "Fix reflection method invokation" |  Tadashi G. Takaoka | 2011-05-23 | 1 | -3/+3 |
|\ |
|
| * | Fix reflection method invokation•••Either of Method.invoke, Field.get and Field.set can accept null as
receiver.
Change-Id: I4539dcc95a794f6ee84cf4e7aabf4e8f0206728f
|  Tadashi G. Takaoka | 2011-05-24 | 1 | -3/+3 |
* | | Add missing IME_ACTION_NEXT•••Change-Id: I377042c1750dd97b922bcf40bffb4046e023f6bb
|  Tadashi G. Takaoka | 2011-05-24 | 1 | -0/+3 |
|/ |
|
* | Fix Eclipse warnings.•••This change is only there to fix warning issued by Eclipse.
It should have absolutely no impact on the program logic.
Change-Id: Ie0e242ac6c167297d33de19902340b0f6ecae9e1
|  Jean Chalard | 2011-04-26 | 1 | -3/+3 |
* | Fix language selection settings•••Change-Id: I99e2039579a5bd606a8e698cdee2739465b998bc
|  satok | 2011-04-21 | 1 | -2/+3 |
* | Tweak voice layout for Dogfood•••Change-Id: Ic51a044901a63c4cec907163e35cd5e458f36dde
|  satok | 2011-04-20 | 3 | -7/+16 |
* | A fix for handling dummy voice subtypes•••Change-Id: I75d4d1625e0925d01ae84c9577e15087d83e4191
|  satok | 2011-04-18 | 2 | -6/+11 |
* | Fix for language bar switching•••Change-Id: Id3974642b62b012968c537eff7c1a7ee37e2def2
|  satok | 2011-04-14 | 2 | -5/+6 |
* | Merge "Fast key preview" |  Tadashi G. Takaoka | 2011-04-13 | 1 | -18/+0 |
|\ |
|
| * | Fast key preview•••Previously the key preview was implemented by PopupWindow. The key
preview popup window would be dismissed and shown each time the key
was released and pressed. It turned out that it was taking several
milliseconds.
This change implements the key preview by a simple TextView which will
be layout-ed at absolute coordinates within the screen FrameLayout.
And dismissing and showing the key preview is implemented by the
TextView's visibility.
This implementation needs careful coordination of candidates.xml
layout and LatinIME.onComputeInsets to control suggestion strip
visibility.
Bug: 4179964
Change-Id: Id6347cb35b91eb14ab20dd2f312e58b54b6625a7
|  Tadashi G. Takaoka | 2011-04-13 | 1 | -18/+0 |
* | | Support language bar swich for InputMethodSubtype•••Change-Id: Ie49f0c1c7aea135331dc1d4a635197b3f4a96e93
|  satok | 2011-04-13 | 2 | -3/+29 |
|/ |
|
* | Merge "Enable VoiceInput even if there is no shortcut subtype supported" |  satok | 2011-04-01 | 2 | -7/+131 |
|\ |
|
| * | Enable VoiceInput even if there is no shortcut subtype supported•••Change-Id: I1d455348f56d73ecb942f22c2bbd03f240b489a6
|  satok | 2011-04-01 | 2 | -7/+131 |
* | | Disable Recorrection when APIs are not supported.•••Change-Id: I3b8fdc149d350215fd4852a50456824fe3fabe0b
|  satok | 2011-04-01 | 1 | -0/+33 |
|/ |
|
* | Fix a NPE in InputMethodManagerCompatWrapper•••Change-Id: Ia7c9b7135ba38a8df29464f7776b51d412f71acb
|  satok | 2011-03-25 | 1 | -0/+3 |
* | Fix some compat bugs and add VoiceInputLoggerCompatUtils•••Change-Id: I54ed0853ed4423704a300977d7880678e066a6fb
|  satok | 2011-03-25 | 4 | -7/+23 |
* | Move a debug utility function to EditorInfoCompatUtils•••- imeOptionName
Change-Id: I7a7ea9bee410cedc0ef9b3d2aa4df8260d7f6a35
|  satok | 2011-03-25 | 1 | -0/+40 |