| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Merge "Fix inconsistent behavior with the back-to-the-main-keyboard key" |  Yohei Yukawa | 2014-01-28 | 5 | -13/+20 |
|\ \ |
|
| * | | Fix inconsistent behavior with the back-to-the-main-keyboard key•••With this patch, the back-to-the-main-keyboard in the Emoji
palette will be registered as a key-release action instead of
a key-press action, like switch-to-the-emoji-palette in the
main layout. This provides mroe consistent UX when the layout is
switched from the main layout to the Emoji palette then
switched back to the main layout.
BUG: 12464067
Change-Id: Ia0d0185db43234dfcfb7cee2677f3d199fe6ed96
|  Yohei Yukawa | 2014-01-28 | 5 | -13/+20 |
* | | | [IL102] Rename a method•••Bug: 8636060
Change-Id: Ia54afdfab9124aa5c35699e357e63eae66a7557f
|  Jean Chalard | 2014-01-28 | 2 | -8/+6 |
* | | | [IL101] Remove a method•••Bug: 8636060
Change-Id: Ic9c12fc6970987b0e1912e8ae85bed55260d66b5
|  Jean Chalard | 2014-01-28 | 2 | -11/+14 |
* | | | [IL100] Pull up a check•••Bug: 8636060
Change-Id: I344ed59f5f55b412880fc6dc70205eecb1e79961
|  Jean Chalard | 2014-01-28 | 2 | -2/+3 |
* | | | [IL99] Migrate some code to InputLogic.•••Bug: 8636060
Change-Id: Ibf1f9c7bdc3fdd872d6c15447fa555434485cc52
|  Jean Chalard | 2014-01-28 | 2 | -18/+24 |
|/ / |
|
* | | [IL98] Refactoring of setSuggestedWords•••Bug: 8636060
Change-Id: Iab53df96f2c23bddc6c70c3560b380fbaef1053c
|  Jean Chalard | 2014-01-28 | 1 | -6/+6 |
* | | [IL97] Readability improvement•••Bug: 8636060
Change-Id: I6b15c7fb91cd4cf23a993541c19842b51e328f8f
|  Jean Chalard | 2014-01-28 | 1 | -11/+10 |
|/ |
|
* | Merge "Suggestion strip honors RTL layout" |  Tadashi G. Takaoka | 2014-01-28 | 4 | -8/+21 |
|\ |
|
| * | Suggestion strip honors RTL layout•••Bug: 9126496
Change-Id: Ia4a1c52bd2a80ea7fe6b9529f2767fee5f9e8aeb
|  Tadashi G. Takaoka | 2014-01-28 | 4 | -8/+21 |
* | | Merge "Check probability before adding to the user history dict." |  Keisuke Kuroyanagi | 2014-01-28 | 1 | -1/+24 |
|\ \ |
|
| * | | Check probability before adding to the user history dict.•••Bug: 12764888
Change-Id: I5da3ef21d9d82b7034e7dc9b7d0fdca0d48a49f4
|  Keisuke Kuroyanagi | 2014-01-28 | 1 | -1/+24 |
* | | | Merge "[IL96] Inline a method" |  Jean Chalard | 2014-01-28 | 1 | -5/+1 |
|\ \ \ |
|
| * | | | [IL96] Inline a method•••Bug: 8636060
Change-Id: I517591c484dce74788398cf4a4db9a074d91a6c0
|  Jean Chalard | 2014-01-28 | 1 | -5/+1 |
* | | | | Merge "[IL95] Inline a method that's always called in sequence" |  Jean Chalard | 2014-01-28 | 1 | -8/+7 |
|\| | |
| |_|/
|/| | |
|
| * | | [IL95] Inline a method that's always called in sequence•••Bug: 8636060
Change-Id: I514cf14596b3fa46eccadcf536342e4bb805708d
|  Jean Chalard | 2014-01-28 | 1 | -8/+7 |
* | | | Merge "Fix test fails caused by I8bede13c87" |  Tadashi G. Takaoka | 2014-01-28 | 1 | -0/+12 |
|\ \ \ |
|
| * | | | Fix test fails caused by I8bede13c87•••Change-Id: I1e816bf7ea5fd46b39c2482bbcbfcdc16d5acc21
|  Tadashi G. Takaoka | 2014-01-28 | 1 | -0/+12 |
| | |/
| |/| |
|
* | | | Merge "Fix inconsistent behavior with the spacebar on the Emoji pallete." |  Yohei Yukawa | 2014-01-28 | 1 | -24/+58 |
|\ \ \
| |_|/
|/| | |
|
| * | | Fix inconsistent behavior with the spacebar on the Emoji pallete.•••On the Emoji palette, unlike other layouts, a user could not
cancel events by moving the finger away from the spacebar.
With this patch, the actual handler of the spacebar will be
registered as onClick event, which will not occur when the user
cancel the event.
Bug: 12464067
Change-Id: I7e7e11ae5f17073e5d92116adca0702579d3ae9c
|  Yohei Yukawa | 2014-01-28 | 1 | -24/+58 |
* | | | Merge "[IL94] Remove a function and some reordering" |  Jean Chalard | 2014-01-28 | 1 | -5/+2 |
|\ \ \ |
|
| * | | | [IL94] Remove a function and some reordering•••Bug: 8636060
Change-Id: I4baa237c9c7b58a8eb4158c34b9d3f3dfb95c69c
|  Jean Chalard | 2014-01-27 | 1 | -5/+2 |
* | | | | Merge "[IL93] Refactor a method inside another" |  Jean Chalard | 2014-01-28 | 1 | -3/+1 |
|\| | | |
|
| * | | | [IL93] Refactor a method inside another•••The calls to setAutoCorrectionIndicator with a constant are
always the exact same as mWillAutoCorrect.
Bug: 8636060
Change-Id: I8106919819b978b0a9655af2ef444664fad4c1ad
|  Jean Chalard | 2014-01-27 | 1 | -3/+1 |
* | | | | Merge "[IL92] Straighten out showSuggestionStripWithTypedWord" |  Jean Chalard | 2014-01-28 | 1 | -7/+2 |
|\| | | |
|
| * | | | [IL92] Straighten out showSuggestionStripWithTypedWord•••Bug: 8636060
Change-Id: I066ff29c76349f0ab61441ea5f7bc9085d24bdbc
|  Jean Chalard | 2014-01-27 | 1 | -7/+2 |
* | | | | Merge "[IL91] Call reorder" |  Jean Chalard | 2014-01-28 | 1 | -9/+8 |
|\| | |
| |_|/
|/| | |
|
| * | | [IL91] Call reorder•••Bug: 8636060
Change-Id: I3d0ce6dcb3b51cabc424d00a397d243c32360e92
|  Jean Chalard | 2014-01-27 | 1 | -9/+8 |
* | | | Merge "Add SubtypeLocaleUtils.isRtlLanguage method" |  Tadashi G. Takaoka | 2014-01-28 | 1 | -0/+21 |
|\ \ \
| |/ /
|/| | |
|
| * | | Add SubtypeLocaleUtils.isRtlLanguage method•••Change-Id: I2e399ae9ca111638b583c5681de08b0e6db86e3a
|  Tadashi G. Takaoka | 2014-01-27 | 1 | -0/+21 |
* | | | Merge "[IL90] Small refactoring" |  Jean Chalard | 2014-01-27 | 1 | -3/+5 |
|\ \ \ |
|
| * | | | [IL90] Small refactoring•••Bug: 8636060
Change-Id: I37844ab1c5c61ea940897e7d72bb79c7b329f743
|  Jean Chalard | 2014-01-27 | 1 | -3/+5 |
* | | | | Merge "[IL89] Inline a function" |  Jean Chalard | 2014-01-27 | 1 | -7/+3 |
|\| | | |
|
| * | | | [IL89] Inline a function•••We will then refactor the contents of showSuggestionStripWithTypedWord
Bug: 8636060
Change-Id: I8a2a0d50b79fcc7ad21b01a0060b9fa7e4c1bdd6
|  Jean Chalard | 2014-01-27 | 1 | -7/+3 |
* | | | | Merge "[IL88] Simple refactoring" |  Jean Chalard | 2014-01-27 | 2 | -2/+2 |
|\| | | |
|
| * | | | [IL88] Simple refactoring•••With this, the value passed to suggestedWords is never null.
Bug: 8636060
Change-Id: I433dd7e7290125e217e05cc20bee7a4b58fe083f
|  Jean Chalard | 2014-01-27 | 2 | -2/+2 |
* | | | | Merge "[IL87] Remove a call to clearSuggestionStrip" |  Jean Chalard | 2014-01-27 | 1 | -6/+2 |
|\| | | |
|
| * | | | [IL87] Remove a call to clearSuggestionStrip•••The goal is to remove the function completely.
Bug: 8636060
Change-Id: I50b8f0368c8f6506209398ff931881e2235c3d2d
|  Jean Chalard | 2014-01-27 | 1 | -6/+2 |
* | | | | Merge "[IL86] Simplification and correctness fix." |  Jean Chalard | 2014-01-27 | 1 | -5/+1 |
|\| | | |
|
| * | | | [IL86] Simplification and correctness fix.•••This should be what was intended.
Bug: 8636060
Change-Id: I20a1cc4f0b1fb9444fb6f9a20ef727e3d1a3a880
|  Jean Chalard | 2014-01-27 | 1 | -5/+1 |
* | | | | Merge "[IL85] Maybe show punctuations when app completions are null" |  Jean Chalard | 2014-01-27 | 1 | -1/+1 |
|\| | | |
|
| * | | | [IL85] Maybe show punctuations when app completions are null•••When the app goes to the trouble of supplying completions,
but supplies null, then we should show punctuations if
settings allow.
Bug: 8636060
Change-Id: I33c32566039c80df61fcca3fab346fd336d96a12
|  Jean Chalard | 2014-01-27 | 1 | -1/+1 |
* | | | | Merge "[IL84] Remove a useless call and rename a method" |  Jean Chalard | 2014-01-27 | 2 | -5/+6 |
|\| | | |
|
| * | | | [IL84] Remove a useless call and rename a method•••Bug: 8636060
Change-Id: I5cac787953a3c71b6402520c2f5c70619d4a40a8
|  Jean Chalard | 2014-01-27 | 2 | -5/+6 |
* | | | | Merge "[IL83] Inline a call" |  Jean Chalard | 2014-01-27 | 1 | -1/+2 |
|\| | | |
|
| * | | | [IL83] Inline a call•••The coming string of changes is very complicated, so
I'm going to do things really slowly.
Bug: 8636060
Change-Id: Id8a07a154ac514e9b3307ead22d47c3ae6fa732b
|  Jean Chalard | 2014-01-27 | 1 | -1/+2 |
* | | | | Merge "[IL82] Fix a wrong comment" |  Jean Chalard | 2014-01-27 | 1 | -1/+1 |
|\| | | |
|
| * | | | [IL82] Fix a wrong comment•••Change-Id: I6e16b4e05010a08f4d1da34145f819c32b3bc79e
|  Jean Chalard | 2014-01-27 | 1 | -1/+1 |
* | | | | Merge "[IL81] Remove a useless test." |  Jean Chalard | 2014-01-27 | 1 | -12/+3 |
|\| | | |
|
| * | | | [IL81] Remove a useless test.•••It seems the comments were right all along. This seems to really
be useless.
Bug: 8636060
Change-Id: Ie030e9cb73007334380d023abeaa4ce52a863a34
|  Jean Chalard | 2014-01-27 | 1 | -12/+3 |