| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge "Rename updateCounter to updateEntriesForWordWithNgramContext." |  Keisuke Kuroyanagi | 2014-10-09 | 1 | -3/+2 |
|\ |
|
| * | Rename updateCounter to updateEntriesForWordWithNgramContext.•••Bug: 14425059
Change-Id: Id9b0dd7e32c711ed4292981517c3febd5fe9e897
|  Keisuke Kuroyanagi | 2014-10-09 | 1 | -3/+2 |
* | | Merge "Extend jni method to dump ngram entries." |  Keisuke Kuroyanagi | 2014-10-09 | 2 | -16/+27 |
|\| |
|
| * | Extend jni method to dump ngram entries.•••Bug: 14425059
Change-Id: Ib03b58525fae12f254b45630bee31ecbdde227b1
|  Keisuke Kuroyanagi | 2014-10-09 | 2 | -16/+27 |
* | | Merge "Simplify CursorAnchorInfoCompatWrapper" |  Yohei Yukawa | 2014-10-09 | 4 | -100/+145 |
|\ \ |
|
| * | | Simplify CursorAnchorInfoCompatWrapper•••With this CL, we will use CursorAnchorInfoCompatWrapper just to
avoid unexpected NoClassDefFoundError due to the direct
dependency CursorAnchorInfo class, which is available only on
API level 21 and later.
Change-Id: I254ff83f1ca41daa21d0666b5824af22ba529022
|  Yohei Yukawa | 2014-10-09 | 4 | -100/+145 |
| |/ |
|
* | | [ML20.1] Move getRichInputMethodSubtype to additional features•••Bug: 11230254
Change-Id: I9bc19db5f101eeb6841394fe3637f271c93cbfa7
|  Jean Chalard | 2014-10-09 | 1 | -2/+2 |
* | | Merge "[ML19] Actually switch the language when appropriate" |  Jean Chalard | 2014-10-09 | 3 | -7/+20 |
|\ \ |
|
| * | | [ML19] Actually switch the language when appropriate•••That is, when auto-correcting or when manually picking.
This is not great, but it's a good starting point.
Bug: 11230254
Change-Id: I07627f48e2de1c28053d6572c7c72625808ec79c
|  Jean Chalard | 2014-10-09 | 3 | -7/+20 |
* | | | Add keyboard shadow•••This CL sets 8dp elevation ot input view in order to cast a shadow
onto underlying application.
Bug: 16210054
Change-Id: I7779c63612fc88e24dde65de3e4e7a45b9d1762f
|  Tadashi G. Takaoka | 2014-10-09 | 14 | -8/+165 |
|/ / |
|
* | | Merge "Fix messaging for sync now feature, when no account is selected" |  Jatin Matani | 2014-10-08 | 1 | -2/+2 |
|\ \ |
|
| * | | Fix messaging for sync now feature, when no account is selected•••Change-Id: I5e81b7a1eed9c2177ad3ddfa6c96c2b85c433766
|  Jatin Matani | 2014-10-08 | 1 | -2/+2 |
| |/ |
|
* | | Merge "Stop dimming main keyboard while showing more keys keyboard" |  Tadashi G. Takaoka | 2014-10-08 | 1 | -21/+0 |
|\ \ |
|
| * | | Stop dimming main keyboard while showing more keys keyboard•••Bug: 17910364
Change-Id: Ibe76ee86a43c5939f48e45506c985b3f289eac7a
|  Tadashi G. Takaoka | 2014-10-08 | 1 | -21/+0 |
| |/ |
|
* | | Merge "[ML18] Make WordComposer#getAutoCorrection a word info" |  Jean Chalard | 2014-10-08 | 3 | -39/+28 |
|\ \ |
|
| * | | [ML18] Make WordComposer#getAutoCorrection a word info•••Bug: 11230254
Change-Id: I6ad2e7f89862fbfe7af5502961643320c782347f
|  Jean Chalard | 2014-10-08 | 3 | -39/+28 |
* | | | Fix unit test failure•••Change-Id: I5a28c6775385ba3b0b7d86c85064fd28f3cbb353
|  Ken Wakasa | 2014-10-08 | 1 | -0/+2 |
| |/
|/| |
|
* | | Merge "Skeleton code for user dictionary sync" |  Jatin Matani | 2014-10-08 | 4 | -1/+69 |
|\ \
| |/
|/| |
|
| * | Skeleton code for user dictionary sync•••Bug:17464069
Change-Id: If683b80e882c07fba576959346ae74cd445dd83e
|  Jatin Matani | 2014-10-07 | 4 | -1/+69 |
* | | Merge "Fix NoClassDefFoundError due to CursorAnchorInfo in K" |  Yohei Yukawa | 2014-10-07 | 1 | -0/+5 |
|\ \ |
|
| * | | Fix NoClassDefFoundError due to CursorAnchorInfo in K•••Check API level before touching CursorAnchorInfo that is only
available in L and later.
BUG: 17891202
Change-Id: I6e8d2e3f071bd78bed8c1d24ba2b97207dea3044
|  Yohei Yukawa | 2014-10-07 | 1 | -0/+5 |
* | | | [ML17] Add a method to switch the most probable language•••Also directly hold a ref to it. It's simpler for now, though
we may want to remove it completely later to have a flat,
purely weight-based system with no preference.
Also split weights between gesturing and typing.
Bug: 11230254
Change-Id: Ica15964a193ae6e7f14c85a9a3ed806130fa7efb
|  Jean Chalard | 2014-10-07 | 1 | -6/+33 |
* | | | [ML16] Remove DictionaryFacilitator.getLocale()•••Bug: 11230254
Change-Id: Ife99df42bc145fbd2d5c3128330bc0f88b104de9
|  Jean Chalard | 2014-10-07 | 3 | -16/+16 |
* | | | [ML15] First step in removing DictionaryFacilitator.getLocale•••Bug: 11230254
Change-Id: Ied010ec6f1024080e8a499f682d2fc1780e82ef7
|  Jean Chalard | 2014-10-07 | 3 | -22/+29 |
|/ / |
|
* | | Merge "Quit having obsolete options for ime-simulator." |  Keisuke Kuroyanagi | 2014-10-07 | 1 | -4/+0 |
|\ \ |
|
| * | | Quit having obsolete options for ime-simulator.•••Bug: 16547409
Change-Id: I43f5a15153cbd7072fde15764a664ad4d1c6417f
|  Keisuke Kuroyanagi | 2014-10-06 | 1 | -4/+0 |
* | | | Merge "Import translations. DO NOT MERGE" |  Geoff Mendal | 2014-10-07 | 2 | -2/+2 |
|\ \ \ |
|
| * | | | Import translations. DO NOT MERGE•••Change-Id: Id46f6934d46a5d517194656a824fc9f921a1cc04
Auto-generated-cl: translation import
|  Geoff Mendal | 2014-10-06 | 2 | -2/+2 |
* | | | | Merge "Import translations. DO NOT MERGE" |  Geoff Mendal | 2014-10-07 | 2 | -15/+15 |
|\ \ \ \ |
|
| * | | | | Import translations. DO NOT MERGE•••Change-Id: I4ff0dd2333f316363c72071f70694bbf43bb77e2
Auto-generated-cl: translation import
|  Geoff Mendal | 2014-10-06 | 2 | -15/+15 |
| |/ / / |
|
* | | | | Merge "Import translations. DO NOT MERGE" |  Geoff Mendal | 2014-10-07 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Import translations. DO NOT MERGE•••Change-Id: Ib46e14a36ff47c3fc39ad76d33d93611fb818ad2
Auto-generated-cl: translation import
|  Geoff Mendal | 2014-10-06 | 1 | -1/+1 |
| |/ / / |
|
* | | | | Merge "Import translations. DO NOT MERGE" |  Geoff Mendal | 2014-10-07 | 2 | -38/+38 |
|\ \ \ \ |
|
| * | | | | Import translations. DO NOT MERGE•••Change-Id: Ifed7ebdb7582223e9cca0c3330e0a3e385ba97c4
Auto-generated-cl: translation import
|  Geoff Mendal | 2014-10-06 | 2 | -38/+38 |
| |/ / / |
|
* | | | | Merge "Import translations. DO NOT MERGE" |  Geoff Mendal | 2014-10-07 | 2 | -32/+32 |
|\ \ \ \ |
|
| * | | | | Import translations. DO NOT MERGE•••Change-Id: Idb955cc9c187dc0b3b38fdd3ee2ade9e28bac1d1
Auto-generated-cl: translation import
|  Geoff Mendal | 2014-10-06 | 2 | -32/+32 |
| |/ / / |
|
* | | | | Merge "Postponing memory deallocation after onFinishInputView" |  Adrian Velicu | 2014-10-06 | 1 | -9/+31 |
|\ \ \ \ |
|
| * | | | | Postponing memory deallocation after onFinishInputView•••Bug: 17559789
Change-Id: I1d4b1524028164d27ec4eadd3960b567148f2b84
|  Adrian Velicu | 2014-10-06 | 1 | -9/+31 |
* | | | | | Merge "Update dictionaries" |  Adrian Velicu | 2014-10-06 | 1 | -0/+0 |
|\ \ \ \ \ |
|
| * | | | | | Update dictionaries•••>>> java/res/raw/main_ru.dict
Header :
codePointTable : null <=> оаиенрстлвкмпудыгяйзбьчхюшжцфщёКэСМАБГПВДЛТРНХФ-ОИШЭУъЗЧЕЯЖЦЮЙЩЁЫѓ
date : 1412325424 <=> 1412592602
version : 52 <=> 53
Body :
No differences
Change-Id: I5db813c4e671797c71de8609aa0e4d26404b425e
|  Adrian Velicu | 2014-10-06 | 1 | -0/+0 |
| |/ / / / |
|
* | / / / | Fix currency symbol size•••Bug: 17877107
Change-Id: I0723fc86792ec5a20ac54a1d3c965293ba1f0bd2
|  Tadashi G. Takaoka | 2014-10-07 | 1 | -1/+2 |
| |/ / /
|/| | | |
|
* | | | | Fix missing prediction words on contextual strip•••Bug: 17874801
Change-Id: Iaba935a6b2548376f10a0ecd80f07ea7ada6c60a
|  Tadashi G. Takaoka | 2014-10-07 | 9 | -24/+34 |
* | | | | Merge "Add a utility method to SuggestionSpanUtils" |  Yohei Yukawa | 2014-10-06 | 1 | -0/+28 |
|\ \ \ \ |
|
| * | | | | Add a utility method to SuggestionSpanUtils•••This is a ground work for subsequent CLs.
BUG: 16995261
Change-Id: Icbb708a35412a635a0d625b520069840c0bb0904
|  Yohei Yukawa | 2014-10-06 | 1 | -0/+28 |
* | | | | | Remove preliminary subtypes from E-MR1 release•••Note that unit test for Sinhala (Sri Lanka) and Tamil (Sri Lanka) have
been unexpectedly @suppressed.
Bug: 17743363
Change-Id: I4076a61adbf2d4aee58417d0c354b8ef4a938668
|  Tadashi G. Takaoka | 2014-10-06 | 1 | -0/+14 |
* | | | | | Merge "[ML14] Forward the locale list to relevant places, again" |  Jean Chalard | 2014-10-06 | 11 | -90/+126 |
|\ \ \ \ \ |
|
| * | | | | | [ML14] Forward the locale list to relevant places, again•••Diff:
+++ b/java/src/com/android/inputmethod/keyboard/internal/KeyboardBuilder.java
@@ -735,7 +735,7 @@ public class KeyboardBuilder<KP extends KeyboardParams> {
private boolean matchLocaleCodes(TypedArray caseAttr, final Locale[] locales) {
// TODO: adujst this for multilingual input
- return matchString(caseAttr, R.styleable.Keyboard_Case_languageCode, locales[0].toString());
+ return matchString(caseAttr, R.styleable.Keyboard_Case_localeCode, locales[0].toString());
}
private boolean matchLanguageCodes(TypedArray caseAttr, Locale[] locales) {
Change-Id: Icefac18dd6d5fea97f591177cf8df1ba6de7f4f0
|  Jean Chalard | 2014-10-06 | 11 | -90/+126 |
* | | | | | | Merge "Revert "Remove preliminary subtypes from E-MR1 release"" |  Ken Wakasa | 2014-10-06 | 1 | -14/+0 |
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
|
| * | | | | | Revert "Remove preliminary subtypes from E-MR1 release"•••This reverts commit 704db5f003eabaee8dcd80838e563865083b73a9.
Bug: 17743363
Reverting due to unit test breakage..
Change-Id: Ie7c1e86e50af2a05b4b7877092122dc4f026aa54
|  Ken Wakasa | 2014-10-06 | 1 | -14/+0 |
* | | | | | | Merge "Remove ENABLE_CURSOR_ANCHOR_INFO_CALLBACK" |  Yohei Yukawa | 2014-10-06 | 2 | -12/+8 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|