aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge "Just cosmetic changes in jni code"Ken Wakasa2012-04-161-22/+10
|\
| * Just cosmetic changes in jni code•••Change-Id: I8628131b5a7ccdee4c158e891002c8b86623b0cd Ken Wakasa2012-04-161-22/+10
* | Merge "Adjust a test for a new default setting"Jean Chalard2012-04-162-14/+36
|\ \ | |/ |/|
| * Adjust a test for a new default setting•••Bug: 6338940 Change-Id: I8f14ce0de768ddb0394eb2b584d8753e0df82a28 Jean Chalard2012-04-162-14/+36
* | Merge "Fix a large native memory leak."Jean Chalard2012-04-161-0/+6
|\ \
| * | Fix a large native memory leak.•••This leak was about 500k and would happen whenever a new binary dictionary was opened/closed. Bug: 6299535 Change-Id: I4fad5b4d9c556ca889f5ef62d9d083a2eff6346a Jean Chalard2012-04-161-0/+6
| |/
* | Fix Settings fragment isn't shown on tablet•••Bug: 6341510 Change-Id: I319bb72400995d8385b0b14ef25b164dee3974da Tadashi G. Takaoka2012-04-161-7/+1
* | Make Utils.getDeviceOverrideValue aware of device orientation•••Bug: 6277225 Change-Id: If41fe5cbee0985b9a4740dcd5d1c6ba73b94b377 Tadashi G. Takaoka2012-04-161-3/+4
* | Use keyTextStyle to draw popup hint "..." text•••Also popup hint "..." text doesn't follow the alpha animation of alt-while-key-typing. Bug: 6333266 Change-Id: I08b548a8922e6fe5e9ff036ff75cadf39fb9358a Tadashi G. Takaoka2012-04-161-1/+1
|/
* Merge "Add a new binary contacts dictionary based on ExpandableBinaryDictiona...Tom Ouyang2012-04-135-15/+263
|\
| * Add a new binary contacts dictionary based on ExpandableBinaryDictionary and ...•••Bug: 6188977 Change-Id: I753422eed1effaeb5fd01124cf1ddd1e31ee9d60 Tom Ouyang2012-04-135-15/+263
* | Import translations. DO NOT MERGE•••Change-Id: Idd8b8ea44c3b8b5d5dead243fde3189e891f1e9c Eric Fischer2012-04-138-46/+26
* | Merge "clean up researchLogging of autocorrection"Kurt Partridge2012-04-132-1/+17
|\ \
| * | clean up researchLogging of autocorrection•••remove dependence of ResearchLogger on LatinImeLogger for autocorrection multi-project commit with I32cc134b Bug: 6188932 Change-Id: Iaeda97eb43fa4782db2d1b2a6d8d09a93b395111 Kurt Partridge2012-04-122-1/+17
* | | Use InputMethodSettingsFragment for IME settings•••Change-Id: Id6d9cd0ddf99c0687b6d3ea4b2f868f6cf2a0eaf Tadashi G. Takaoka2012-04-137-36/+100
* | | Utilize InputMethodSubtype and additional subtype•••* Remove de_QY and fr_CH from supported subtypes * Add de-qwerty and fr-qwertz predefined additional subtypes instead. Change-Id: I49e8ba0299529302f2b91b4d018b07304cdd6897 Tadashi G. Takaoka2012-04-1314-192/+296
* | | Add a test for umlauts•••Change-Id: I2c15e9dc7a1cf846c92a1900d68f661aa70e77b9 Jean Chalard2012-04-131-1/+19
* | | Refatcor InputMethodSubtype related stuff a bit•••Change-Id: Iaded72331660afbaeddda085f2b633b681d4b6df Tadashi G. Takaoka2012-04-136-81/+66
| |/ |/|
* | Merge "Add isDictionaryAvailable to SubtypeSwitcher"satok2012-04-123-3/+11
|\ \
| * | Add isDictionaryAvailable to SubtypeSwitcher•••Change-Id: I534878d330b57bbfaa8b7711082456969771f4dc satok2012-04-123-3/+11
* | | Start typing timer when key is pressed•••Bug: 6327144 Change-Id: I5df0073ff38ac25e46455ef459121528c86a8dbe Tadashi G. Takaoka2012-04-121-3/+6
| |/ |/|
* | Polish fade-in/out animations for the gray-out-while-typing keys•••Bug: 6326723 Change-Id: Idb6fa023c497cf1f0f584f496e7e5ae82b1c9f4f Tadashi G. Takaoka2012-04-123-10/+10
* | Don't cancel key typing timer when new keyboard is set•••This change also fixes some typos. Bug: 6312143 Change-Id: I5d752c05b128a47ed022a4a804b02559eeee6915 Tadashi G. Takaoka2012-04-123-11/+6
|/
* Merge "Pass a parameter to the dict pack if we don't have a default dict"Jean Chalard2012-04-113-51/+42
|\
| * Pass a parameter to the dict pack if we don't have a default dict•••Also, optimize quite a bit the code that decides whether we have a default dict or not. Bug: 5705834 Change-Id: Ied20fbcbbc42cbe8c01759d11b1804d1156c6960 Jean Chalard2012-04-123-51/+42
* | Remove format method from tests.•••Will be added to superclass. Bug 5826326 Change-Id: I61478661b822823112f774745a6642a6185366d3 Brett Chabot2012-04-111-4/+0
|/
* Merge "change ResearchLoggerTests to check file"Kurt Partridge2012-04-113-33/+122
|\
| * change ResearchLoggerTests to check file•••multi-project commit with I587003f2 Bug: 6188932 Change-Id: I3d3f0c9d011301489473dc330338ea4a7ba61e9e Kurt Partridge2012-04-113-33/+122
* | Import translations. DO NOT MERGE•••Change-Id: Ieadb02a76d86b07b251d3246b3f1355ddfdfc18d Eric Fischer2012-04-1123-176/+309
* | Read the dictionary resource in a more sensical place.•••We don't need to pass this down all the way from LatinIME any more. It fetched be done exactly where it needs to be. Change-Id: I9f277f9c4f9de70ae755a1334d86c67bbb24c988 Jean Chalard2012-04-115-35/+23
* | Merge "Add language suffix to main dictionary"Tadashi G. Takaoka2012-04-116-89/+73
|\ \
| * | Add language suffix to main dictionary•••Bug: 6319377 Change-Id: Ie6a887fefa12e33c17bfeb5d22984e7c1a7bdb46 Tadashi G. Takaoka2012-04-116-89/+73
* | | Add followKeyLabelRatio flag for keyLabelFlags of Key attribute•••This change renames largeLetter flag to followKeyLargeLetterRatio as well. Change-Id: Ida777aac57e4d885fa051654fe863f493f8e946a Tadashi G. Takaoka2012-04-115-22/+29
* | | Use system locale for labels on no language keyboard•••Bug: 6010147 Change-Id: I9a6ce1bf82ca13359f715f4d1fc5f2bf15d4ee6e Tadashi G. Takaoka2012-04-112-23/+20
|/ /
* | Generate KeyboardLabelsSet from donottranslate-more-keys.xml•••This change introduces makelabel tool that reads all languages' donottranslate-more-keys and generate KeyboardLabelsSet.java source file. The makelabel command must be invoked prior to compile LatinIME. Change-Id: I7515c7919c535e30f9c80a37bdc831d0f682cd43 Tadashi G. Takaoka2012-04-11105-411/+3800
* | Import translations. DO NOT MERGE•••Change-Id: I2d0942b4d3eaf3e62cde5b38034df60c0ac5cd86 Eric Fischer2012-04-1012-89/+45
* | Add an expandable binary dictionary that can be modified at runtime and works...•••Bug: 6188977 Change-Id: Iec5c4e7d1d3918ac645187bd32dc3f82a95fec1e Tom Ouyang2012-04-101-0/+393
* | Fix KeyboardCodesSet code mapping•••This is a follow up for Icfd6d06f. Change-Id: I9a11c6f1c8d9654e3fb004940791055c2bcf9f17 Tadashi G. Takaoka2012-04-103-16/+17
* | Use !icon/<icon_name> notation for more keys spec•••Change-Id: I616e6c1ac603d2eb7a5c99ec70d5411371d15f3e Tadashi G. Takaoka2012-04-107-10/+14
* | Introduce KeyboardCodesSet.java and remove keycodes.xml•••Change-Id: Icfd6d06f47425aa037682d22c895548ba6f047d8 Tadashi G. Takaoka2012-04-1023-287/+292
|/
* Merge "move suggested words logpoint to SuggestionsView.java"Kurt Partridge2012-04-093-35/+12
|\
| * move suggested words logpoint to SuggestionsView.java•••Bug: 6188932 Change-Id: I73974783783bb4453962cb9009656d86d2074409 Kurt Partridge2012-04-093-35/+12
* | Merge "add more data collection points to ResearchLogger (attempt #2)"Kurt Partridge2012-04-098-76/+513
|\|
| * add more data collection points to ResearchLogger (attempt #2)•••the new points are all at Log.x() positions; only those appearing directly related to user input were added. multi-project change with I159f5de2 this CL is the same as I618bcd07, which was reverted because of incompatibilities with vendor branches. Bug: 6188932 Change-Id: I999249dceb0c04f5a4ffbfff25caed09d24a2c52 Kurt Partridge2012-04-098-76/+513
* | Import translations. DO NOT MERGE•••Change-Id: I3329fe453b8b014ce367e8083ca79bed5b673abb Eric Fischer2012-04-099-68/+36
|/
* Extract keycodes.xml from donottranslate-more-keys.xml•••Change-Id: Iaaf47b018b83f3d51dad348a527f17f8d6df21b6 Tadashi G. Takaoka2012-04-098-64/+127
* Merge "Revert "add more data collection points to ResearchLogger""Kurt Partridge2012-04-068-513/+76
|\
| * Revert "add more data collection points to ResearchLogger"•••This reverts commit ac9e87c03ebbcbd70dd051a30ebf98d6baebedfcKurt Partridge2012-04-068-513/+76
* | Merge "add more data collection points to ResearchLogger"Kurt Partridge2012-04-068-76/+513
|\|
| * add more data collection points to ResearchLogger•••the new points are all at Log.x() positions; only those appearing directly related to user input were added. Bug: 6188932 Change-Id: I618bcd07b22c9efc794745678b073afe1e79a697 Kurt Partridge2012-04-068-76/+513