aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove constructorsJean Chalard2012-04-063-20/+26
| | | | | | And small cleanup. Change-Id: I1de903f42c1b8d57a488be2162e0b94055a6d1f2
* Remove the shortcutOnly attribute which is now useless.Jean Chalard2012-04-064-73/+21
| | | | Change-Id: Ifccdfdaf7c0066bb7728981503baceff0fedb71f
* Merge "Read shortcuts as strings in the dictionary."Jean Chalard2012-04-065-26/+49
|\
| * Read shortcuts as strings in the dictionary.Jean Chalard2012-04-065-26/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This has no impact on performance. Before: (0) 9.61 (0.01%) (1) 57514.58 (56.70%) (2) 10.55 (0.01%) (3) 10.79 (0.01%) (4) 133.20 (0.13%) (5) 43553.87 (42.94%) (6) 10.03 (0.01%) (20) 47.20 (0.05%) Total 101431.47 (sum of others 101289.84) After: (0) 10.52 (0.01%) (1) 56311.16 (56.66%) (2) 13.40 (0.01%) (3) 10.98 (0.01%) (4) 136.72 (0.14%) (5) 42707.92 (42.97%) (6) 9.79 (0.01%) (20) 51.35 (0.05%) Total 99390.76 (sum of others 99251.84) The difference is not significant with regard to measure imprecision Change-Id: I2e4f1ef7a5e99082e67dd27f56cf4fc432bb48fa
* | Merge "Cleanup unused methods"Tadashi G. Takaoka2012-04-053-45/+4
|\ \ | |/ |/|
| * Cleanup unused methodsTadashi G. Takaoka2012-04-063-45/+4
| | | | | | | | Change-Id: Ic7c1ec0e0606da6eb5b954934547c6e8a561fed5
* | Merge "Fix the locale of the flags in BinaryDicitonary for tests"satok2012-04-052-3/+3
|\ \ | |/ |/|
| * Fix the locale of the flags in BinaryDicitonary for testssatok2012-04-052-3/+3
| | | | | | | | | | Bug: 6129372 Change-Id: I5611f88b10c44261b6145c9dc8615b80e4341e77
* | Merge "Use keyboardSet extra value of subtype to specify layout type"Tadashi G. Takaoka2012-04-0574-1291/+381
|\ \
| * | Use keyboardSet extra value of subtype to specify layout typeTadashi G. Takaoka2012-04-0574-1291/+381
| | | | | | | | | | | | Change-Id: Ice1f345a08a8d760e3b847c885c4072e3e142c97
* | | Merge "Set view properties for Key node infos."Ken Wakasa2012-04-051-0/+4
|\ \ \
| * | | Set view properties for Key node infos.alanv2012-04-051-0/+4
| | | | | | | | | | | | | | | | | | | | Bug: 6298716 Change-Id: Iae0616f0095d32e0ca61dcb55f2f84744e91f60e
* | | | Import translations. DO NOT MERGEEric Fischer2012-04-0549-214/+427
|/ / / | | | | | | | | | Change-Id: I9a3d2ce38cab8721064389dd61be6114f6df3f27
* | | Merge "Update the names and default values of bigram options."Jean Chalard2012-04-055-22/+22
|\ \ \
| * | | Update the names and default values of bigram options.Jean Chalard2012-04-055-22/+22
| |/ / | | | | | | | | | | | | | | | Bug: 6293595 Change-Id: I9978a1127c64b7a26a5ccf6f777366f7c4e214db
* / / Don't draw red underline for manually picked words that came from bigram ↵Ken Wakasa2012-04-052-1/+5
|/ / | | | | | | | | | | prediction Change-Id: I544680c8b4b1baff71bd08168630a34e803c40b9
* / Refactor to utilize InputMethodSubtypeTadashi G. Takaoka2012-04-055-24/+27
|/ | | | Change-Id: I76fbc8a395eb8dab996c02c86d7328f07865f8cf
* Fix the locale of flags in BinaryDictionarysatok2012-04-042-6/+20
| | | | | Bug: 6129372 Change-Id: I4958c2aabf651d7e26648a29b75fcc6c77813451
* Use no language "zz" to disable shortcut keyTadashi G. Takaoka2012-04-044-15/+4
| | | | Change-Id: Ifba5bbd4298ecf84cc5e0ebdb4fc8494eafff62e
* Update Thai keyboard commentTadashi G. Takaoka2012-04-041-4/+4
| | | | | Bug: 6070772 Change-Id: Iae59e3c34ee4ea8878f17b8d775a2a4cb886718c
* Merge "Use language agnostic QWERTY for forceAscii"Tadashi G. Takaoka2012-04-032-1/+6
|\
| * Use language agnostic QWERTY for forceAsciiTadashi G. Takaoka2012-04-042-1/+6
| | | | | | | | | | Bug: 6286208 Change-Id: I1b3b6f04c9033e7dc57a30e8dce43e01428b8e4e
* | Merge "Use "No language (QWERTY)" for language agnostic QWERTY keyboard name"Tadashi G. Takaoka2012-04-039-90/+188
|\|
| * Use "No language (QWERTY)" for language agnostic QWERTY keyboard nameTadashi G. Takaoka2012-04-049-90/+188
| | | | | | | | | | Bug: 6010147 Change-Id: I401c2e3fcd639c0e1a03e64489a0d792810caa18
* | Merge "Use InputMethodInfo.getSubtypeAt() to list all subtype in test"Tadashi G. Takaoka2012-04-032-7/+8
|\ \
| * | Use InputMethodInfo.getSubtypeAt() to list all subtype in testTadashi G. Takaoka2012-04-042-7/+8
| |/ | | | | | | Change-Id: Ie42effc1c67870d70d0b6a5daed44b811063942b
* | Merge "Fix restoring debug mode in InputTestBase"Tadashi G. Takaoka2012-04-031-1/+1
|\ \
| * | Fix restoring debug mode in InputTestBaseTadashi G. Takaoka2012-04-041-1/+1
| |/ | | | | | | Change-Id: I71f01b86c0e8b1e56d39d85795dc0a844cc6285f
* | Merge "Fix NPE in SuggestedWords"satok2012-04-031-2/+3
|\ \ | |/ |/|
| * Fix NPE in SuggestedWordssatok2012-04-041-2/+3
| | | | | | | | | | Bug: 6279966 Change-Id: Ia94a78d79cc51014126d18612aabdc7ce51487a4
* | Merge remote-tracking branch 'goog/ics-aah'Mike Lockwood2012-04-030-0/+0
|\ \
| * \ am 710c69fc: Dynamically determine key preview backing view heightTadashi G. Takaoka2012-03-298-14/+55
| |\ \ | | | | | | | | | | | | | | | | * commit '710c69fc82c172f802d2e06276b61e7e077ae094': Dynamically determine key preview backing view height
| * \ \ am c85dde47: Import translations. DO NOT MERGEEric Fischer2012-02-108-26/+35
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * commit 'c85dde47e89f19aad3a29de08c11ae97f79be618': Import translations. DO NOT MERGE
| * \ \ \ am 4b23789e: Merge "DO NOT MERGE. Fix more keys for fr_CA and fr_CH. Also ↵Ken Wakasa2012-01-113-6/+51
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tidy up more keys for de_ZZ as well." into ics-mr1 * commit '4b23789ecbc3108808c26fee35936d719df2bf73': DO NOT MERGE. Fix more keys for fr_CA and fr_CH. Also tidy up more keys for de_ZZ as well.
| * \ \ \ \ am 3e405f3a: DO NOT MERGE. Save keyboard layout only when it is shownTadashi G. Takaoka2012-01-111-1/+3
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '3e405f3afd9bf5c5978d05c07dc186e862885f78': DO NOT MERGE. Save keyboard layout only when it is shown
| * \ \ \ \ \ am c960695f: Updated keyboard to use SPEAK_PASSWORD preference.Alan Viverette2011-12-072-2/+48
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'c960695f38ae0564dff3a6897fd1843c8e74c604': Updated keyboard to use SPEAK_PASSWORD preference.
| * \ \ \ \ \ \ am e5db3871: Fix a field value for the suggestion max size Bug: 5574747satok2011-12-041-3/+3
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'e5db3871b1269703e5ef360090fb35f50ae57ed4': Fix a field value for the suggestion max size Bug: 5574747
| * \ \ \ \ \ \ \ am e79b1d9b: Import revised translations. DO NOT MERGEEric Fischer2011-12-011-6/+6
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'e79b1d9b856186ec48e6fbb6ded5dea989837300': Import revised translations. DO NOT MERGE
| * \ \ \ \ \ \ \ \ am 0aa0cfa9: Import revised translations. DO NOT MERGEEric Fischer2011-11-293-7/+7
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '0aa0cfa90c5609aa00351d366030d5ffe620eecb': Import revised translations. DO NOT MERGE
| * \ \ \ \ \ \ \ \ \ am c053af1e: Merge "Import revised translations. DO NOT MERGE" into ics-mr1Eric Fischer2011-11-211-8/+8
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'c053af1e0caf2f7e6572b1196283b7433cddf678': Import revised translations. DO NOT MERGE
| * \ \ \ \ \ \ \ \ \ \ am 5619d765: Shift/Symbol/Smiley will not disable settings/microphone keysTadashi G. Takaoka2011-11-181-2/+7
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '5619d7658459d13723b6d7ad8969b249adf9e717': Shift/Symbol/Smiley will not disable settings/microphone keys
| * \ \ \ \ \ \ \ \ \ \ \ am 10dff768: Fix NPE introduced by I38b21d49Tadashi G. Takaoka2011-11-171-8/+11
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '10dff76856a98b6eec86a53d3d07fdc9708037b7': Fix NPE introduced by I38b21d49
| * \ \ \ \ \ \ \ \ \ \ \ \ am 15a01d72: Merge "Do not show key preview of settings and shortcut key" ↵Tadashi G. Takaoka2011-11-1718-25/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into ics-mr1 * commit '15a01d72724ce7f0a9a5814443a03b907962f3fd': Do not show key preview of settings and shortcut key
| * \ \ \ \ \ \ \ \ \ \ \ \ \ am 137667ed: Merge "Ignore microphone and settings key while typing" into ↵Tadashi G. Takaoka2011-11-173-43/+63
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ics-mr1 * commit '137667ed3da6c999cb7f1bcfd9e8030f06ec3713': Ignore microphone and settings key while typing
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 1fcdcc92: Merge "Skip loading keyboard when SoftInputWindow hasn\'t shown ↵Tadashi G. Takaoka2011-11-171-2/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | yet. (DO NOT MERGE)" into ics-mr1 * commit '1fcdcc928ba21a7a1a4d3a64c1d1f8fa399099ff': Skip loading keyboard when SoftInputWindow hasn't shown yet. (DO NOT MERGE)
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am b70841f3: am 4c1dfc62: Fix a critical underflow in the touch calibration. ↵satok2011-11-170-0/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a cherry-pick of Iacc746e1cc97bf3 Bug: 5629373 Change-Id: Ia198fe5e82b9e7fb801d9bae65cf9c6bbbd1befa * commit 'b70841f371e48731732044924b87cd824e327297': Fix a critical underflow in the touch calibration. This is a cherry-pick of Iacc746e1cc97bf3 Bug: 5629373 Change-Id: Ia198fe5e82b9e7fb801d9bae65cf9c6bbbd1befa
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 875c16ad: Merge "Fix long press caps lock handling (DO NOT MERGE)" into ↵Tadashi G. Takaoka2011-11-174-7/+36
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ics-mr1 * commit '875c16adc3a42b156cc9f215fd6fbaa4e959a905': Fix long press caps lock handling (DO NOT MERGE)
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 620b1faf: Merge "Fix the touch calibration bug" into ics-mr1satok2011-11-161-0/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '620b1faf126d4b5f7cb5c353cebd374d1347fdd4': Fix the touch calibration bug
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am d845c26b: Merge "Fix IndexOutOfBoundsException in monkey test" into ics-mr1Tadashi G. Takaoka2011-11-161-9/+12
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'd845c26b0e72e67aa14b5eac4616eb5ee7d81b33': Fix IndexOutOfBoundsException in monkey test
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 6644ea82: Merge "Import revised translations. DO NOT MERGE" into ics-mr1Eric Fischer2011-11-163-5/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '6644ea82970da35897b40ef524406b1e3b0d0a9d': Import revised translations. DO NOT MERGE