| Commit message (Expand) | Author | Age | Files | Lines |
* | merge in ics-release history after reset to master |  The Android Automerger | 2011-06-21 | 0 | -0/+0 |
|\ |
|
| * | Fix NPE•••Bug: 4727778
Change-Id: I08f1204d5f77251c197dda7d2b332441f9f7123d
|  Tadashi G. Takaoka | 2011-06-20 | 1 | -1/+1 |
| * | merge in ics-release history after reset to master |  The Android Automerger | 2011-06-20 | 0 | -0/+0 |
| |\ |
|
| | * | Fix a bug where bigram search would never return•••Bug: 4690487
Change-Id: Ie8f3f651508cc48bbb043a0b308f7e0d1524371c
|  Jean Chalard | 2011-06-17 | 5 | -6/+18 |
* | | | Merge "Support Turkish keyboard" |  Tadashi G. Takaoka | 2011-06-21 | 7 | -15/+54 |
|\ \ \ |
|
| * | | | Support Turkish keyboard•••I left TODOs in Suggest.java because we must pay attention to locale
when changing character's case. Filed another Bug: 4769095 to track
that.
Bug: 4768050
Change-Id: I1ae2c4ffd2208403a8c2a25dd3a56b71dcefc826
|  Tadashi G. Takaoka | 2011-06-21 | 7 | -15/+54 |
* | | | | Merge "New dict format, step 5" |  Jean Chalard | 2011-06-21 | 1 | -164/+172 |
|\ \ \ \ |
|
| * | | | | New dict format, step 5•••Move functions that will be modified and enclose those that will
be replaced into #ifdefs.
This change does not modify any code, only move some code around.
Bug: 4392433
Change-Id: Ibefbda1eb8bdc8a0c72de47ad9c67a08d0aca960
|  Jean Chalard | 2011-06-21 | 1 | -164/+172 |
* | | | | | Merge "Add ArraysCompatUtils.binarySearch" |  Tadashi G. Takaoka | 2011-06-21 | 3 | -2/+156 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | 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 | 3 | -2/+156 |
* | | | | | Fix NPE in LatinKeyboard•••Bug: 4727778
Change-Id: I9d5b7185d75408a8af6d302fb348e118c0f9721e
|  Tadashi G. Takaoka | 2011-06-21 | 1 | -6/+12 |
* | | | | | Import revised translations.•••Change-Id: I5dc1e545c6d8964fe6d58552fce56ef4b8d048f0
|  Eric Fischer | 2011-06-20 | 46 | -613/+766 |
* | | | | | Fix NPE•••Bug: 4727778
Change-Id: I08f1204d5f77251c197dda7d2b332441f9f7123d
|  Tadashi G. Takaoka | 2011-06-21 | 1 | -1/+1 |
|/ / / / |
|
* | | | | Merge "Make spacebar wider on phones" |  Tadashi G. Takaoka | 2011-06-20 | 6 | -71/+185 |
|\ \ \ \ |
|
| * | | | | Make spacebar wider on phones•••Bug: 4726951
Change-Id: I18e50d59cc6ba3670523a8979a274b14049ad815
|  Tadashi G. Takaoka | 2011-06-20 | 6 | -71/+185 |
| | |/ /
| |/| | |
|
* / | | | Fix NPE•••NPE has occured while getting containerHeight in
LatinIME.onComputeInsets().
Change-Id: Ib906c20791a1f80a5c484a75eead9d2816a9da1b
|  Tadashi G. Takaoka | 2011-06-20 | 1 | -1/+1 |
|/ / / |
|
* | | | Merge "Close dictionary appropriately" |  Tadashi G. Takaoka | 2011-06-20 | 1 | -28/+21 |
|\ \ \ |
|
| * | | | Close dictionary appropriately•••The dictionary that extends ExpandableDictionary must be closed when
it becomes unused.
Bug: 4725930
Change-Id: Ib5d2c39771fb7010d303a26d1ea1c8e237c0101f
|  Tadashi G. Takaoka | 2011-06-20 | 1 | -28/+21 |
| |/ / |
|
* / / | 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 | 6 | -54/+64 |
|/ / |
|
* | | Fix NPE•••Change-Id: I35efd1d6c8c2b48d93675d014d5c7aef7d12ed58
|  Tadashi G. Takaoka | 2011-06-20 | 1 | -1/+1 |
* | | Merge "Clean up in LatinIME native code" |  Ken Wakasa | 2011-06-18 | 14 | -83/+75 |
|\ \ |
|
| * | | Clean up in LatinIME native code•••Change-Id: I0062200a0181a491690115ac0fab8d11358e2f14
|  Ken Wakasa | 2011-06-18 | 14 | -83/+75 |
* | | | Merge "Fix NPE" |  Tadashi G. Takaoka | 2011-06-18 | 2 | -12/+10 |
|\ \ \ |
|
| * | | | Fix NPE•••Bug: 4686479
Change-Id: I0b8a32d0f9bcebe55eebecd38dc5e69198e94378
|  Tadashi G. Takaoka | 2011-06-18 | 2 | -12/+10 |
| |/ / |
|
* / / | Make auto correction candidate displayed in bold font•••Bug: 4724868
Change-Id: I0a77893f7894c4edb226f97c0acea24142c35949
|  Tadashi G. Takaoka | 2011-06-18 | 1 | -0/+1 |
|/ / |
|
* | | Merge "Support Spanish keyboard" |  Tadashi G. Takaoka | 2011-06-17 | 6 | -2/+209 |
|\ \ |
|
| * | | Support Spanish keyboard•••Bug: 4312114
Change-Id: I3feca4e87bdca0e4b5304fc325188e7eac115328
|  Tadashi G. Takaoka | 2011-06-18 | 6 | -2/+209 |
* | | | Support Croatian keyboard•••Basically Croatian keyboard is QWERTZ layout with extra letters such
as č, ć, đ, ž and š. This change just introduces Croatian keyboard
subtype and QWERTZ layout which has the extra letters as popup mini
keyboard of base letter.
It might be great if we could have dedidated table layout.
Bug: 4309160
Change-Id: I0fc227295defa56029ca06e406f73833b992be0e
|  Tadashi G. Takaoka | 2011-06-18 | 4 | -1/+63 |
* | | | Merge "Add Finnish and Hungarian keyboard subtype" |  Tadashi G. Takaoka | 2011-06-17 | 2 | -1/+15 |
|\ \ \ |
|
| * | | | Add Finnish and Hungarian keyboard subtype•••There are already both languages keyboard layout. Finnish is based on
Scandinavian layout and Hungarian is based on QWERTZ.
Change-Id: I6c804495bf1ae56661bc5c714e0c500132cd55a8
|  Tadashi G. Takaoka | 2011-06-17 | 2 | -1/+15 |
| |/ / |
|
* | | | Merge "New dict format, step 4" |  Jean Chalard | 2011-06-17 | 2 | -38/+49 |
|\ \ \
| |/ /
|/| | |
|
| * | | New dict format, step 4•••Consolidate terminal cases, streamline the word adding process
and create the entrances for adding alternate spellings with an
empty implementation.
Bug: 4392433
Change-Id: I781c93ec49945d71c7c20624c86596aa49add4c8
|  Jean Chalard | 2011-06-17 | 2 | -38/+49 |
* | | | Merge "Disable showing TAB key when navigate flags are specified" |  Tadashi G. Takaoka | 2011-06-17 | 2 | -7/+9 |
|\ \ \ |
|
| * | | | Disable showing TAB key when navigate flags are specified•••Bug: 3094312
Change-Id: Ibbd36020c1e40daab220b588e6c190979afe7149
|  Tadashi G. Takaoka | 2011-06-17 | 2 | -7/+9 |
* | | | | Temporarily disable displaying debug information•••Should come up with the way to display the debug info again soon.
Change-Id: I20a01d1f03330cee05d4e52fd1ab622e315c87e9
|  Tadashi G. Takaoka | 2011-06-17 | 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 | 6 | -13/+15 |
* | | | | Merge "Rename keyboard rows consistently" |  Tadashi G. Takaoka | 2011-06-17 | 42 | -26/+335 |
|\ \ \ \ |
|
| * | | | | Rename keyboard rows consistently•••Change-Id: I7147cab36eee4b6fd9418ca36e8ece2360b59e45
|  Tadashi G. Takaoka | 2011-06-17 | 42 | -26/+335 |
* | | | | | Merge "New dict format, step 3 - followup" |  Jean Chalard | 2011-06-17 | 1 | -2/+1 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | New dict format, step 3 - followup•••Make the passing of an argument clearer
Bug: 4392433
Change-Id: Id82662ff4dc25282f70a08bee77378fee2b4b590
|  Jean Chalard | 2011-06-17 | 1 | -2/+1 |
| | |/ /
| |/| | |
|
* | | | | Merge "Tune up 7 inch keyboard layout" |  Tadashi G. Takaoka | 2011-06-17 | 42 | -353/+31 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Tune up 7 inch keyboard layout•••Bug: 4479212
Change-Id: I25c48ef474f6198dde9b670b23509c087acae149
|  Tadashi G. Takaoka | 2011-06-17 | 42 | -353/+31 |
* | | | | Fix a bug where bigram search would never return•••Bug: 4690487
Change-Id: Ie8f3f651508cc48bbb043a0b308f7e0d1524371c
|  Jean Chalard | 2011-06-17 | 5 | -6/+18 |
|/ / / |
|
* | | | am 74412113: am 3a1a391e: (-s ours) am f5e20452: Import revised Croatian tran...•••* commit '7441211339d021fac67650590fd195d6fd93b5dc':
Import revised Croatian translations.
|  Eric Fischer | 2011-06-16 | 0 | -0/+0 |
|\ \ \ |
|
| * \ \ | am 3a1a391e: (-s ours) am f5e20452: Import revised Croatian translations.•••* commit '3a1a391e98edc8736f58f359e1c226339a5e6169':
Import revised Croatian translations.
|  Eric Fischer | 2011-06-16 | 0 | -0/+0 |
| |\ \ \ |
|
| | * \ \ | am f5e20452: Import revised Croatian translations.•••* commit 'f5e20452ea0742ac175f856e054eeba0d9f85dd9':
Import revised Croatian translations.
|  Eric Fischer | 2011-06-16 | 1 | -2/+2 |
| | |\ \ \ |
|
| | | * | | | Import revised Croatian translations.•••Change-Id: I1949298b51b25d234ce11ea7a93c4ac17dde4a36
|  Eric Fischer | 2011-06-15 | 1 | -2/+2 |
* | | | | | | am a4c6723a: (-s ours) am 17e334f0: am 48c45512: Import revised translations....•••* commit 'a4c6723a035712ba7db7b53fa80c3988f7cfb110':
Import revised translations. DO NOT MERGE
|  Eric Fischer | 2011-06-16 | 0 | -0/+0 |
|\| | | | |
| |_|_|_|/
|/| | | | |
|