aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fix Gingerbread theme color for gesture typing"Tadashi G. Takaoka2012-11-262-49/+102
|\
| * Fix Gingerbread theme color for gesture typing•••Change-Id: I96a660ce8ee35fe90dc29e6d7f52528c0b34b7cb Tadashi G. Takaoka2012-11-272-49/+102
* | Fix liblog declaration in Makefile to make it more NDK-build friendly•••Change-Id: I1459124b84e1db9df13700514f8029851bc21c97 Ken Wakasa2012-11-271-2/+2
|/
* Tidy up SORTED_CHAR_MAP a bit more for obvious Latin chars•••Change-Id: Ia18eacf4ad3ea882e4ec3cdfebc7f662503660d9 Ken Wakasa2012-11-261-16/+35
* Update SORTED_CHAR_MAP[] in char_utils.cpp•••Change-Id: I683793a0fd0ccf41f5a378275ef11def4e70ce76 Ken Wakasa2012-11-261-61/+59
* Merge "Update RU dictionary header."Jean Chalard2012-11-252-0/+0
|\
| * 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 Chalard2012-11-222-0/+0
* | Merge "Cancel gesture typing by sliding out from keyboard"Tadashi G. Takaoka2012-11-228-31/+93
|\ \
| * | Cancel gesture typing by sliding out from keyboard•••Bug: 7594165 Change-Id: I7849d763e49b57716e8418fb8b6f90eca3a5d2ec Tadashi G. Takaoka2012-11-228-31/+93
* | | Merge "Calculate point to point duration"Satoshi Kataoka2012-11-223-28/+118
|\ \ \ | |_|/ |/| |
| * | Calculate point to point duration•••Change-Id: I4e0cabdbc628658619b7a71dc66aa3bf8a5030b2 Satoshi Kataoka2012-11-223-28/+118
| |/
* | Merge "Update dictionaries and fix mistakes"Jean Chalard2012-11-2112-0/+0
|\ \ | |/ |/|
| * 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 Chalard2012-11-2112-0/+0
* | Fix keyboard theme initializing bug•••Change-Id: If7037f3e0606ee34d1a6739cc39da23de18cc35c Tadashi G. Takaoka2012-11-221-1/+1
|/
* am 82cc7349: am b9385ff9: am cdbf6fb5: Merge "Correctly add double quote to t...•••* commit '82cc7349254e1ca3722ead1f108b6c53820432d5': Correctly add double quote to the space strippers Jean Chalard2012-11-203-4/+22
|\
| * am b9385ff9: am cdbf6fb5: Merge "Correctly add double quote to the space stri...•••* commit 'b9385ff9be484487a523c1eb6db4eba33ef2359d': Correctly add double quote to the space strippers Jean Chalard2012-11-203-4/+22
| |\
| | * am cdbf6fb5: Merge "Correctly add double quote to the space strippers" into j...•••* commit 'cdbf6fb541aac9d57f4d27630ad0ef73814be54f': Correctly add double quote to the space strippers Jean Chalard2012-11-203-4/+22
| | |\
| | | * Merge "Correctly add double quote to the space strippers" into jb-mr1.1-devJean Chalard2012-11-203-4/+22
| | | |\
| | | | * 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 Chalard2012-11-193-4/+22
* | | | | resolved conflicts for merge of b7e6bbae to master•••Change-Id: Ic02809190721472d138532d2189328519117e042 Jean Chalard2012-11-214-10/+36
|\| | | |
| * | | | am 3acd0c7a: am f732f4dd: Merge "Only add spaces automatically when appropria...•••* commit '3acd0c7a9f4a5f17897a4fe51b023d6f14ba7ef0': Only add spaces automatically when appropriate. Jean Chalard2012-11-204-10/+36
| |\| | |
| | * | | am f732f4dd: Merge "Only add spaces automatically when appropriate." into jb-...•••* commit 'f732f4ddccb679369b2fd2e43582b3b15aecfa1d': Only add spaces automatically when appropriate. Jean Chalard2012-11-204-10/+36
| | |\| |
| | | * | Merge "Only add spaces automatically when appropriate." into jb-mr1.1-devJean Chalard2012-11-204-10/+36
| | | |\ \
| | | | * | 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 Chalard2012-11-194-10/+36
| | | | |/
* | | | | am 37fbcb0d: am 6d471258: am c9349db1: Merge "Add a constant for S_INT_MIN" i...•••* commit '37fbcb0ddf2bf61f0e432534b671596b1b6f897e': Add a constant for S_INT_MIN Jean Chalard2012-11-201-0/+6
|\| | | |
| * | | | am 6d471258: am c9349db1: Merge "Add a constant for S_INT_MIN" into jb-mr1.1-dev•••* commit '6d471258b2eb15cb10b5eec04854a76881ebac5d': Add a constant for S_INT_MIN Jean Chalard2012-11-201-0/+6
| |\| | |
| | * | | am c9349db1: Merge "Add a constant for S_INT_MIN" into jb-mr1.1-dev•••* commit 'c9349db1d2244a74c4d34025f7e0dd4922555706': Add a constant for S_INT_MIN Jean Chalard2012-11-201-0/+6
| | |\| |
| | | * | Merge "Add a constant for S_INT_MIN" into jb-mr1.1-devJean Chalard2012-11-201-0/+6
| | | |\ \
| | | | * | Add a constant for S_INT_MIN•••This is necessary for I807ae4bd Bug: 7491364 Change-Id: I46ee92a76eb65e80b64538d0300b718eac6a3ddb Jean Chalard2012-11-201-0/+6
| | | | |/
* | | | | am e44ce053: (-s ours) am 8a5b176f: am fd1267e3: Add Spanish United States ke...•••* commit 'e44ce053e724e74effc52cb2343082ce1c595073': Add Spanish United States keyboard (DO NOT MERGE) Tadashi G. Takaoka2012-11-200-0/+0
|\| | | |
| * | | | am 8a5b176f: am fd1267e3: Add Spanish United States keyboard (DO NOT MERGE)•••* commit '8a5b176f655a46f1c575886a7d3a3c1120c91b29': Add Spanish United States keyboard (DO NOT MERGE) Tadashi G. Takaoka2012-11-202-0/+16
| |\| | |
| | * | | am fd1267e3: Add Spanish United States keyboard (DO NOT MERGE)•••* commit 'fd1267e396d62694958569e35d0edfbc6b6ac7d3': Add Spanish United States keyboard (DO NOT MERGE) Tadashi G. Takaoka2012-11-202-0/+16
| | |\| |
| | | * | Add Spanish United States keyboard (DO NOT MERGE)•••Bug: 7531804 Change-Id: Idd66ee30e5228260540308a97c930185b48e775f Tadashi G. Takaoka2012-11-192-0/+16
| | | |/
* | | | Merge "Reorganize currency keys"Tadashi G. Takaoka2012-11-2013-357/+488
|\ \ \ \
| * | | | 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. Takaoka2012-11-2013-357/+488
* | | | | Merge "Fix variation dumping."Jean Chalard2012-11-191-30/+50
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | 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 Chalard2012-11-201-30/+50
* | | | | Tentatively suppress -Winline for gcc 4.7•••bug: 7584718 Change-Id: Ifcb7b6dbb5f0025fa3c44ef6023a95bd91452bc8 Ken Wakasa2012-11-201-1/+3
* | | | | Merge "Add Spanish United States keyboard"Tadashi G. Takaoka2012-11-188-49/+100
|\ \ \ \ \
| * | | | | 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. Takaoka2012-11-198-49/+100
| |/ / / /
* / / / / Tidy up the base char map•••Change-Id: I1c3119c5db35faaf73180f17a0888224e301c121 Ken Wakasa2012-11-191-165/+172
|/ / / /
* | | | am 333881c4: am 1f256e94: am 66cee1f9: Merge "Revert "Correctly add double qu...•••* commit '333881c434f3905763dd92a585b17f9c515dd8a8': Revert "Correctly add double quote to the space strippers" Ken Wakasa2012-11-162-2/+2
|\| | |
| * | | am 1f256e94: am 66cee1f9: Merge "Revert "Correctly add double quote to the sp...•••* commit '1f256e941b746a3ccfbd0b60d5e6ccd09d3a3af1': Revert "Correctly add double quote to the space strippers" Ken Wakasa2012-11-162-2/+2
| |\| |
| | * | am 66cee1f9: Merge "Revert "Correctly add double quote to the space strippers...•••* commit '66cee1f92de0413756b8f306275d3508cd2b040f': Revert "Correctly add double quote to the space strippers" Ken Wakasa2012-11-162-2/+2
| | |\|
| | | * Merge "Revert "Correctly add double quote to the space strippers"" into jb-mr...Ken Wakasa2012-11-162-2/+2
| | | |\
| | | | * Revert "Correctly add double quote to the space strippers"•••This reverts commit af7264abb7abfc0dab08d332b10b9ec8a6b48dc6 Change-Id: I5673103c4a0e9c48df563187d2188ca6e2f15877 bug: 7561815 Ken Wakasa2012-11-162-2/+2
* | | | | resolved conflicts for merge of 4ad92578 to master•••Change-Id: I29ad9f0ba357e39889e30c9ebfcf61f9d08ee4ef Ken Wakasa2012-11-174-31/+10
|\| | | |
| * | | | am 7acd310d: am f9ff4fb5: Merge "Revert "Only add spaces automatically when a...•••* commit '7acd310d02f060f3e3e29000db902dffb6b0df9c': Revert "Only add spaces automatically when appropriate." Ken Wakasa2012-11-164-31/+10
| |\| | |
| | * | | am f9ff4fb5: Merge "Revert "Only add spaces automatically when appropriate.""...•••* commit 'f9ff4fb5da5971bd02eec491a497006540e1438a': Revert "Only add spaces automatically when appropriate." Ken Wakasa2012-11-164-31/+10
| | |\| |
| | | * | Merge "Revert "Only add spaces automatically when appropriate."" into jb-mr1....Ken Wakasa2012-11-164-31/+10
| | | |\ \