| Commit message (Expand) | Author | Files | Lines |
2012-11-26 | Tidy up SORTED_CHAR_MAP a bit more for obvious Latin chars•••Change-Id: Ia18eacf4ad3ea882e4ec3cdfebc7f662503660d9
|  Ken Wakasa | 1 | -16/+35 |
2012-11-26 | Update SORTED_CHAR_MAP[] in char_utils.cpp•••Change-Id: I683793a0fd0ccf41f5a378275ef11def4e70ce76
|  Ken Wakasa | 1 | -61/+59 |
2012-11-22 | Cancel gesture typing by sliding out from keyboard•••Bug: 7594165
Change-Id: I7849d763e49b57716e8418fb8b6f90eca3a5d2ec
|  Tadashi G. Takaoka | 8 | -31/+93 |
2012-11-22 | Calculate point to point duration•••Change-Id: I4e0cabdbc628658619b7a71dc66aa3bf8a5030b2
|  Satoshi Kataoka | 3 | -28/+118 |
2012-11-22 | Update RU dictionary header.•••>>> dictionaries/ru_wordlist.combined.gz
>>> java/res/raw/main_ru.dict
Header :
date : 1353500945 <=> 1353567943
MULTIPLE_WORDS_DEMOTION_RATE : null <=> 0
Body :
No differences
Bug: 7540132
Change-Id: I837831b1e214da64962cf1bb68c840a3d4e6bf76
|  Jean Chalard | 2 | -0/+0 |
2012-11-22 | Fix keyboard theme initializing bug•••Change-Id: If7037f3e0606ee34d1a6739cc39da23de18cc35c
|  Tadashi G. Takaoka | 1 | -1/+1 |
2012-11-21 | Update dictionaries and fix mistakes•••- Combined de dict :
Remove digraph shortcuts that were in by mistake.
- Combined en dict :
Set freq of "baton" "batons" "mace" "puff"
"puffs" and "tasers" to zero. They are offensive
in en_GB.
- Combined en_GB dict :
Change freq of "il" to 0 and flag it "not a word". Still
in the dict as a whitelist entry for "I'll"; for some
reason it had freq 99.
Add "milk:122" and "practice:143"
- Combined fr dict :
Add missing words : "Nostradamus:40" "défendais:30"
"gmail:50" "générale:140" "hm:0" "hmm:0" "y'en:130"
"l'apocalypse:31" "m'épuise:30" "recontacter:80"
"t'annonce:30"
Set freq of non-word shortcuts for digraphs to 1 instead
of 0, allowing to gesture them.
- Combined ru dict :
Remove a lot of two-character non-words.
- Binary de dict :
Remove the obsolete "options" header, and add the "dictionary"
header.
- Binary en dict :
Flag "hoe" "hoes" "il" "shel" as non-words.
Also drop freq of "il" and "shel" to 0
Add the "locale" header that was missing.
- Binary es dict :
Add the "dictionary" header.
- Binary fr dict :
Add the same words as above. Non-word shortcuts were already
set to 1.
- Binary it dict :
Add a "dictionary" header. Also change freq of
"Šarapova" from 50 to 37; not sure why it was 50.
- Binary pt_BR dict :
Add a "dictionary" header.
- Binary ru dict :
Add a "dictionary" header and remove the same words as above.
For all dictionaries : bump the version to 27.
Change-Id: I94fe7f8f42b31fdad223085c00a94115e14d2276
|  Jean Chalard | 12 | -0/+0 |
2012-11-20 | Add a constant for S_INT_MIN•••This is necessary for I807ae4bd
Bug: 7491364
Change-Id: I46ee92a76eb65e80b64538d0300b718eac6a3ddb
|  Jean Chalard | 1 | -0/+6 |
2012-11-20 | Reorganize currency keys•••Add Rial(ar), Indian Rupee(hi), Tugrik(mn), Baht(th), Hryvnia(uk),
Dong(vi) currency sign keys to symbol layout.
Bug: 7455289
Change-Id: I0f819631ff05c4a31d3a6868dea5e18a1797f103
|  Tadashi G. Takaoka | 13 | -357/+488 |
2012-11-20 | Fix variation dumping.•••Variations are not flags - they should not be OR'd in this way.
Only one variation may be active at a time.
Change-Id: I9d3d4c8fc04af56c914c65f9c55f1e7b9517fc68
|  Jean Chalard | 1 | -30/+50 |
2012-11-20 | Tentatively suppress -Winline for gcc 4.7•••bug: 7584718
Change-Id: Ifcb7b6dbb5f0025fa3c44ef6023a95bd91452bc8
|  Ken Wakasa | 1 | -1/+3 |
2012-11-19 | Only add spaces automatically when appropriate.•••Correctly check the variations to determine if we should
add automatic spaces (in manual picks and gestures) or not.
Bug: 7164981
Change-Id: I19e25af839b4062c217113cd804b1473912f22a5
|  Jean Chalard | 4 | -10/+36 |
2012-11-19 | Correctly add double quote to the space strippers•••...without removing space, this time.
Also add a test to make sure it is working.
Bug: 7531719
Change-Id: I3afcc433c6cdc2774e7deeb6d358356db5035d35
|  Jean Chalard | 3 | -4/+22 |
2012-11-19 | Add Spanish United States keyboard•••The subtype locale name on the spacebar will be suppressed when only
one subtype is enabled and
- Subtype locale is equal to the system locale.
or
- Subtype language is equal to the system language but the subtype is
implicitly enabled.
Thus the "es_ES" system locale chooses "es" subtype keyboard
implicitly but the keyboard doesn't have the subtype name on its
spacebar.
This change also removes Spanish Latin America keyboard.
Bug: 7531804
Change-Id: Ib929e8235d643c0ba039eb010e18ab721a734e15
|  Tadashi G. Takaoka | 8 | -49/+100 |
2012-11-19 | Add Spanish United States keyboard (DO NOT MERGE)•••Bug: 7531804
Change-Id: Idd66ee30e5228260540308a97c930185b48e775f
|  Tadashi G. Takaoka | 2 | -0/+16 |
2012-11-19 | Tidy up the base char map•••Change-Id: I1c3119c5db35faaf73180f17a0888224e301c121
|  Ken Wakasa | 1 | -165/+172 |
2012-11-16 | Revert "Correctly add double quote to the space strippers"•••This reverts commit af7264abb7abfc0dab08d332b10b9ec8a6b48dc6
Change-Id: I5673103c4a0e9c48df563187d2188ca6e2f15877
bug: 7561815
|  Ken Wakasa | 2 | -2/+2 |
2012-11-16 | Revert "Only add spaces automatically when appropriate."•••This reverts commit 6ce66d1c7d4a5be9c6ed33e4f881994283d5eee9
Change-Id: I90004a5fea0bc7999ecf8742f883ff4dac264d8a
bug: 7565414
|  Ken Wakasa | 4 | -31/+10 |
2012-11-16 | Cleanup speed related code•••Change-Id: Id6ea99a9e28f20f3ac34b9bfdac1bf62fd7a9a5d
|  Satoshi Kataoka | 2 | -141/+149 |
2012-11-16 | Remove unused variables•••Change-Id: Ia5079368a1bc86ccdf0052445dc6945041c0abca
|  Ken Wakasa | 9 | -27/+23 |
2012-11-15 | Fix debug logs•••Change-Id: Ie7dc32f28915df62a7c31bdaed38c0ad7a4b0f1c
|  Satoshi Kataoka | 1 | -4/+4 |
2012-11-15 | Fix debug build error•••Change-Id: Id18d72093a36d41859744f98238b3b761ddb667e
|  Ken Wakasa | 2 | -10/+10 |
2012-11-15 | Only add spaces automatically when appropriate.•••Bug: 7164981
Change-Id: Id672104a0fda99c52923913fb0e40c3a1ead4787
|  Jean Chalard | 4 | -10/+31 |
2012-11-15 | DO NOT MERGE - Fix an error in the base char table for LETTER L WITH STROKE•••Cherrypick of I67a431d8
bug: 7539944
Change-Id: I0d1f9649f30c36b8e464944a5b881c2cb9c05ccf
|  Ken Wakasa | 1 | -1/+1 |
2012-11-14 | Fix an error in the base char table for LETTER L WITH STROKE•••bug: 7539944
Change-Id: I67a431d8d60f3236fb7d616504c5d0cf2166f486
|  Ken Wakasa | 1 | -1/+1 |
2012-11-14 | Update shift state only when input field is restarted•••Bug: 7482766
Change-Id: Ifdfa110c44b95acfbcd3e0aa34f675c70b7d7285
|  Tadashi G. Takaoka | 1 | -10/+5 |
2012-11-14 | Fix language switch key behavior (DO NOT MERGE)•••Bug: 7075923
Change-Id: If139411db4aa65eed64337bf2a79387cfcd04496
|  Tadashi G. Takaoka | 2 | -16/+39 |
2012-11-14 | Fix language switch key behavior•••Bug: 7075923
Change-Id: I306e1ff5d9f873541e84e1fafb64b9473947f623
|  Tadashi G. Takaoka | 2 | -18/+35 |
2012-11-14 | Correct a wrong base character in Russian•••This is the master counterpart of I80cee4b2
Bug: 7516306
Change-Id: I1db4362bf12a98542c5f6fca3ae8010f16bd61a9
|  Jean Chalard | 1 | -2/+2 |
2012-11-14 | Swap single and double quotation marks in Spanish tablet keyboard•••Bug: 6672279
Change-Id: I120613e36ba6a690e54447fa6c9c90e131f2a155
|  Tadashi G. Takaoka | 2 | -0/+6 |
2012-11-14 | [DO NOT MERGE] Correct a wrong base character in Russian•••Bug: 7516306
Change-Id: I80cee4b2b11e5bfa68c12923049cb612abd0bc7e
|  Jean Chalard | 1 | -2/+2 |
2012-11-14 | Hide statustics logging option•••Change-Id: I1ee258948a8335af7996f9e3afcc0508adbb1ac0
|  Satoshi Kataoka | 1 | -0/+8 |
2012-11-14 | Correctly add double quote to the space strippers•••This is a format error >.>
Bug: 7531719
Change-Id: I34b4c496192a32862c1ecb85bb6f6f38a06d6c61
|  Jean Chalard | 2 | -2/+2 |
2012-11-14 | Fix a bug with some text fields•••Not sure when this happens exactly, but it is possible that
InputConnection#getTextBeforeCursor returns null. This
happens for example upon rotating the screen with the
composing field empty in Gmail.
In this case, StringBuilder#append will convert the null
pointer into the string "null", which is sure better than a
crash, but can have a number of bad side-effects, like
auto-caps not working.
Bug: 7533034
Change-Id: Ia1cfab432c13a12ff1c2f013c59bac05a587f553
|  Jean Chalard | 1 | -1/+2 |
2012-11-13 | Make sure all FDs are correctly closed.•••In this kind of series of calls, it's possible that an outer call to a
constructor fails, but the inner succeeded.
Example:
try {
is = new A(new B());
} finally {
if (null != is) is.close();
}
In this case, if new B() succeeds but new A() throws an
exception, is stays null and the intermediate object is never
closed. This is what was happening in this instance.
Bug: 7377336
Change-Id: I3fae9fec1135244982fcf5098c76d93f3e0f2add
|  Jean Chalard | 1 | -11/+19 |
2012-11-13 | Add Mongolian keyboard•••Bug: 7455289
Change-Id: Ifdf6f38a07f75fb2154a17899e6be5f89082638f
|  Tadashi G. Takaoka | 9 | -0/+452 |
2012-11-13 | Use hexadecimal constants for subtypeId•••Change-Id: I5ee7981f1d1d142c4d21d0257879e8e126860fa6
|  Tadashi G. Takaoka | 1 | -55/+55 |
2012-11-13 | Refactor all phantom-space-inserted spaces in one place•••Bug: 7164981
Change-Id: If1635c212b2d5d9cf51f5fb074f3b20dd7ec7b2a
|  Jean Chalard | 1 | -5/+10 |
2012-11-12 | Don't restrict reset composing state to non-identical setText•••Bug: 7497063
Change-Id: Ifbd5c37408131867458fd921bdef46ef90d81478
|  Jean Chalard | 1 | -14/+10 |
2012-11-12 | Enhance ImfUtils to InputMethodManagerWrapper class•••Change-Id: I6ff86ee819a446dd3ed5f9c3400d23564027b020
|  Tadashi G. Takaoka | 10 | -318/+313 |
2012-11-12 | Remove backup agent from AOSP Android Keyboard•••Bug: 4590284
Change-Id: I22f0e42cb898d20dfc2c4506493bf48170ce7b04
|  Satoshi Kataoka | 1 | -1/+0 |
2012-11-10 | Cleanup basechars.cpp•••Change-Id: I7b88876f60720182910fab97ef79f3d04fbd81f0
|  Ken Wakasa | 3 | -195/+177 |
2012-11-09 | Import translations. DO NOT MERGE•••Change-Id: Ibf5dc194560d09cc1945c5478197b9170c176492
Auto-generated-cl: translation import
|  Baligh Uddin | 1 | -3/+3 |
2012-11-09 | Remove gesture typing settings when disabled by configuration•••Bug: 7506408
Change-Id: I4de53ace170d5ddc9779f42ac344c4190c80a019
|  Tadashi G. Takaoka | 1 | -10/+4 |
2012-11-09 | Fix a logic flaw.•••This test is seriously wrong : although we do have a method that
does exactly the right thing, this looks at a very specific, unrelated
variable state in hope it happens to be set only in the relevant
cases by the play of logic.
I don't think this changes anything concretely, as the assumption
was probably true in the practice ; still, this code is very hard to
read and prone to unexpected breakage.
Change-Id: I77ab576f90762429fcc752df31ed30e1c81871dc
|  Jean Chalard | 1 | -2/+1 |
2012-11-09 | Suppress dictionary pack support when IS_EXPERIMENTAL is true•••Change-Id: If8813cb989c1fa8744a3bf36e8514ced3c8f46a3
|  Ken Wakasa | 3 | -14/+27 |
2012-11-09 | Remove gesture typing settings when disabled by configuration•••Bug: 7506408
Change-Id: I4de53ace170d5ddc9779f42ac344c4190c80a019
|  Tadashi G. Takaoka | 1 | -10/+4 |
2012-11-08 | Fix a bug in the diff tool•••Fix reporting of removed attributes multiple times instead
of just one in some cases. Also, report the frequency of
the removed bigram in the same cases.
Change-Id: I1455fa7553fcebc3005c222bf5aa9afcf1678c31
|  Jean Chalard | 1 | -1/+6 |
2012-11-06 | Import translations. DO NOT MERGE•••Change-Id: I97ceec5680a8ba9f27d5f62a7573555590268376
Auto-generated-cl: translation import
|  Baligh Uddin | 1 | -2/+2 |
2012-11-07 | Fix a build error in x86 builds•••Change-Id: I64a7c35d01540eb63f09cacddaab03f95729ed02
|  Ken Wakasa | 1 | -2/+5 |