aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fix comment handling of makelabel toolTadashi G. Takaoka2012-04-192-29/+65
| | | | | | | | Change-Id: Id40336b543987eee1d2777394d9ee5d0a6343a4c
* | Move main dictionary availability check to LatinIMETadashi G. Takaoka2012-04-192-19/+18
| | | | | | | | Change-Id: Ib6183fec833d87bc32514b03bb691fec0a1e6ff8
* | Fix SubtypeSwitcher to honor subtypeTadashi G. Takaoka2012-04-192-136/+46
| | | | | | | | | | Bug: 6364170 Change-Id: I31f9a7c9b6b4ca04a1c78a4210dcaae0db9825db
* | Fix English "e" more keysTadashi G. Takaoka2012-04-192-2/+2
| | | | | | | | Change-Id: I982690a0d5f524769caa9a06d5da1528899552ef
* | Fix English "o" more keysTadashi G. Takaoka2012-04-192-2/+2
| | | | | | | | Change-Id: If2457251a24686742f410e75938251deb91efdf8
* | Fix stack overflowTadashi G. Takaoka2012-04-191-1/+1
| | | | | | | | Change-Id: I977b240ea462b40852ba9504282312d5fa4e2885
* | Remove LatinIME reference from DictionaryFactor classTadashi G. Takaoka2012-04-191-7/+8
| | | | | | | | Change-Id: Iad10e71baa81a1b4eb3c84ead47d658d567b8201
* | Add Constants class to hold public constantsTadashi G. Takaoka2012-04-1910-83/+153
| | | | | | | | | | | | This change also gets rid of compiler warnings about "deprecations". Change-Id: Id9b83483c453a81ebac34b684656db05e3599657
* | Add custom subtype settingsTadashi G. Takaoka2012-04-1911-48/+640
| | | | | | | | | | Bug: 4460018 Change-Id: I4919d79516dcf574be2761bbaf9adcdc381b2ddc
* | Change predefined additional subtype format in preferenceTadashi G. Takaoka2012-04-199-58/+174
| | | | | | | | | | | | This change also refactor StringUtils class Change-Id: Ie0b4d169b21c260bf238d6fcc9ab0ee8bfd6b508
* | Import translations. DO NOT MERGEEric Fischer2012-04-183-4/+4
|/ | | | Change-Id: I0e373f7cd2b577cca91e042b7bb48540d5c09a23
* Make predefined subtype configurable by XML resourceTadashi G. Takaoka2012-04-185-15/+52
| | | | Change-Id: I1f8486a1fb652f1e06789e7bfd2cc57273092234
* Cleanup InputMethodManagerCompatWrapperTadashi G. Takaoka2012-04-187-104/+79
| | | | Change-Id: Id3b84ee19bb504ed8fbb398e260cc663a5b5ae0d
* Merge "Fix typo of some methods' name"Tadashi G. Takaoka2012-04-1811-38/+35
|\
| * Fix typo of some methods' nameTadashi G. Takaoka2012-04-1811-38/+35
| | | | | | | | | | | | Also changes some methods' argument type from Locale to String. Change-Id: Ib68b528a450dc68a01546483403230f76500bee4
* | Fix the buildJean Chalard2012-04-181-1/+1
| | | | | | | | Change-Id: I128224799835bc3c230fed1afce942650e1396e0
* | Merge "Add interesting corrections to the whitelist"Jean Chalard2012-04-181-0/+38
|\ \ | |/ |/|
| * Add interesting corrections to the whitelistJean Chalard2012-04-181-0/+38
| | | | | | | | | | Bug: 6096906 Change-Id: I3b8da88c1547fb94a67a280b60c604041c92e65b
* | Merge "Fix dimming keyboard"Tadashi G. Takaoka2012-04-171-11/+17
|\ \
| * | Fix dimming keyboardTadashi G. Takaoka2012-04-181-11/+17
| | | | | | | | | | | | | | | Bug: 6354679 Change-Id: I03bb0554bc06f1aab7eaa6c69fd9241ef300318f
* | | researchLogging for inputConnection eventsKurt Partridge2012-04-172-13/+147
|/ / | | | | | | | | Bug: 6188932 Change-Id: I596df68956abd879293cfb550e66e7d7d0ba74e9
* | Merge "Remove useless key event handling methods"Tadashi G. Takaoka2012-04-174-61/+0
|\ \ | |/ |/|
| * Remove useless key event handling methodsTadashi G. Takaoka2012-04-184-61/+0
| | | | | | | | Change-Id: I8c42fba79aba643ab7a145e6fd54ef23855a3ad0
* | Merge "Pass the previous word down to native code in getSuggestions"Jean Chalard2012-04-173-6/+30
|\ \ | |/ |/|
| * Pass the previous word down to native code in getSuggestionsJean Chalard2012-04-174-7/+30
| | | | | | | | Change-Id: I477b631d81ef58461e44954f3ae5fd895928bb97
* | Add SubtypeUtils.setAditionalInputMethodSubtypes methodTadashi G. Takaoka2012-04-172-3/+12
| | | | | | | | Change-Id: Ia3043346ed87297e01d505980555fdf29ce4f96f
* | Cache results of the spell checkersatok2012-04-171-2/+42
| | | | | | | | Change-Id: Ie11cd1b07e069474b140fbaae65fca703adc056f
* | Merge "Add SubtypeLocale.getKeyboardLayoutSetDisplayName"Tadashi G. Takaoka2012-04-171-3/+7
|\ \
| * | Add SubtypeLocale.getKeyboardLayoutSetDisplayNameTadashi G. Takaoka2012-04-171-3/+7
| | | | | | | | | | | | Change-Id: I576b47a936545e653ce9e26222ba4db143ea90e6
* | | Merge "Do not pass misspelled flags to TextView"satok2012-04-171-6/+1
|\ \ \
| * | | Do not pass misspelled flags to TextViewsatok2012-04-171-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6310268 Original CL: I2f7a54ae0d63235a0b94e039109ab8 Change-Id: I28f64a4d0bb262db819f5f8c0ffc58a259c8e62d
* | | | Fix debug compilation + small cleanupJean Chalard2012-04-172-3/+0
| | | | | | | | | | | | | | | | Change-Id: Ia89d84f62ba38dee05d25fbc94698e889cf27d2c
* | | | Fix a native crashJean Chalard2012-04-171-0/+4
| |_|/ |/| | | | | | | | | | | | | | | | | This was introduced by Ieb2e306a which failed to keep the return behavior in case the word doesn't have a bigram. Change-Id: I6d2f0b79d41c4335e94696690c8331e314961133
* | | Merge "Pass the previous word to getSuggestions"Jean Chalard2012-04-1611-28/+39
|\ \ \
| * | | Pass the previous word to getSuggestionsJean Chalard2012-04-1711-28/+39
| |/ / | | | | | | | | | | | | | | | This is a preparative change to bug#6313806 Change-Id: I1be9ec49b21005c1f45ce459fa93712bc74ef3f0
* | | Merge "add logPoint for manual correction (inc touch pos)"Kurt Partridge2012-04-167-30/+77
|\ \ \ | |/ / |/| |
| * | add logPoint for manual correction (inc touch pos)Kurt Partridge2012-04-167-30/+77
| |/ | | | | | | | | Bug: 6188932 Change-Id: Ibcc4901bcfab6632ee4c59cb58d35452218a288d
* / Preparatory refactoringJean Chalard2012-04-172-13/+23
|/ | | | | | | Split out getting the pointer to the bigrams to a separate function. This is a preparative change to bug#6313806 Change-Id: Ieb2e306a1151cd95dc1a16793c8dc2f7fed8b654
* Merge "Just cosmetic changes in jni code"Ken Wakasa2012-04-161-22/+10
|\
| * Just cosmetic changes in jni codeKen Wakasa2012-04-161-22/+10
| | | | | | | | Change-Id: I8628131b5a7ccdee4c158e891002c8b86623b0cd
* | Merge "Adjust a test for a new default setting"Jean Chalard2012-04-162-14/+36
|\ \ | |/ |/|
| * Adjust a test for a new default settingJean Chalard2012-04-162-14/+36
| | | | | | | | | | Bug: 6338940 Change-Id: I8f14ce0de768ddb0394eb2b584d8753e0df82a28
* | Merge "Fix a large native memory leak."Jean Chalard2012-04-161-0/+6
|\ \
| * | Fix a large native memory leak.Jean Chalard2012-04-161-0/+6
| |/ | | | | | | | | | | | | | | This leak was about 500k and would happen whenever a new binary dictionary was opened/closed. Bug: 6299535 Change-Id: I4fad5b4d9c556ca889f5ef62d9d083a2eff6346a
* | Fix Settings fragment isn't shown on tabletTadashi G. Takaoka2012-04-161-7/+1
| | | | | | | | | | Bug: 6341510 Change-Id: I319bb72400995d8385b0b14ef25b164dee3974da
* | Make Utils.getDeviceOverrideValue aware of device orientationTadashi G. Takaoka2012-04-161-3/+4
| | | | | | | | | | Bug: 6277225 Change-Id: If41fe5cbee0985b9a4740dcd5d1c6ba73b94b377
* | Use keyTextStyle to draw popup hint "..." textTadashi G. Takaoka2012-04-161-1/+1
|/ | | | | | | | Also popup hint "..." text doesn't follow the alpha animation of alt-while-key-typing. Bug: 6333266 Change-Id: I08b548a8922e6fe5e9ff036ff75cadf39fb9358a
* Merge "Add a new binary contacts dictionary based on ↵Tom Ouyang2012-04-135-15/+263
|\ | | | | | | ExpandableBinaryDictionary and use locale for bigrams."
| * Add a new binary contacts dictionary based on ExpandableBinaryDictionary and ↵Tom Ouyang2012-04-135-15/+263
| | | | | | | | | | | | | | use locale for bigrams. Bug: 6188977 Change-Id: I753422eed1effaeb5fd01124cf1ddd1e31ee9d60
* | Import translations. DO NOT MERGEEric Fischer2012-04-138-46/+26
| | | | | | | | Change-Id: Idd8b8ea44c3b8b5d5dead243fde3189e891f1e9c