Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Settings fragment isn't shown on tablet•••Bug: 6341510 Change-Id: I319bb72400995d8385b0b14ef25b164dee3974da | 2012-04-16 | 1 | -7/+1 | |
* | Make Utils.getDeviceOverrideValue aware of device orientation•••Bug: 6277225 Change-Id: If41fe5cbee0985b9a4740dcd5d1c6ba73b94b377 | 2012-04-16 | 1 | -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 | 2012-04-16 | 1 | -1/+1 | |
* | Merge "Add a new binary contacts dictionary based on ExpandableBinaryDictiona... | 2012-04-13 | 5 | -15/+263 | |
|\ | |||||
| * | Add a new binary contacts dictionary based on ExpandableBinaryDictionary and ...•••Bug: 6188977 Change-Id: I753422eed1effaeb5fd01124cf1ddd1e31ee9d60 | 2012-04-13 | 5 | -15/+263 | |
* | | Merge "clean up researchLogging of autocorrection" | 2012-04-13 | 2 | -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 | 2012-04-12 | 2 | -1/+17 | |
* | | | Use InputMethodSettingsFragment for IME settings•••Change-Id: Id6d9cd0ddf99c0687b6d3ea4b2f868f6cf2a0eaf | 2012-04-13 | 5 | -33/+97 | |
* | | | 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 | 2012-04-13 | 11 | -114/+179 | |
* | | | Refatcor InputMethodSubtype related stuff a bit•••Change-Id: Iaded72331660afbaeddda085f2b633b681d4b6df | 2012-04-13 | 5 | -76/+63 | |
| |/ |/| | |||||
* | | Merge "Add isDictionaryAvailable to SubtypeSwitcher" | 2012-04-12 | 3 | -3/+11 | |
|\ \ | |||||
| * | | Add isDictionaryAvailable to SubtypeSwitcher•••Change-Id: I534878d330b57bbfaa8b7711082456969771f4dc | 2012-04-12 | 3 | -3/+11 | |
* | | | Start typing timer when key is pressed•••Bug: 6327144 Change-Id: I5df0073ff38ac25e46455ef459121528c86a8dbe | 2012-04-12 | 1 | -3/+6 | |
| |/ |/| | |||||
* | | Polish fade-in/out animations for the gray-out-while-typing keys•••Bug: 6326723 Change-Id: Idb6fa023c497cf1f0f584f496e7e5ae82b1c9f4f | 2012-04-12 | 1 | -8/+8 | |
* | | Don't cancel key typing timer when new keyboard is set•••This change also fixes some typos. Bug: 6312143 Change-Id: I5d752c05b128a47ed022a4a804b02559eeee6915 | 2012-04-12 | 2 | -10/+5 | |
|/ | |||||
* | 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 | 2012-04-12 | 3 | -51/+42 | |
* | Merge "change ResearchLoggerTests to check file" | 2012-04-11 | 1 | -33/+98 | |
|\ | |||||
| * | change ResearchLoggerTests to check file•••multi-project commit with I587003f2 Bug: 6188932 Change-Id: I3d3f0c9d011301489473dc330338ea4a7ba61e9e | 2012-04-11 | 1 | -33/+98 | |
* | | 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 | 2012-04-11 | 5 | -35/+23 | |
* | | Merge "Add language suffix to main dictionary" | 2012-04-11 | 6 | -89/+73 | |
|\ \ | |||||
| * | | Add language suffix to main dictionary•••Bug: 6319377 Change-Id: Ie6a887fefa12e33c17bfeb5d22984e7c1a7bdb46 | 2012-04-11 | 6 | -89/+73 | |
* | | | Add followKeyLabelRatio flag for keyLabelFlags of Key attribute•••This change renames largeLetter flag to followKeyLargeLetterRatio as well. Change-Id: Ida777aac57e4d885fa051654fe863f493f8e946a | 2012-04-11 | 2 | -16/+22 | |
* | | | Use system locale for labels on no language keyboard•••Bug: 6010147 Change-Id: I9a6ce1bf82ca13359f715f4d1fc5f2bf15d4ee6e | 2012-04-11 | 2 | -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 | 2012-04-11 | 7 | -75/+2569 | |
* | | Add an expandable binary dictionary that can be modified at runtime and works...•••Bug: 6188977 Change-Id: Iec5c4e7d1d3918ac645187bd32dc3f82a95fec1e | 2012-04-10 | 1 | -0/+393 | |
* | | Fix KeyboardCodesSet code mapping•••This is a follow up for Icfd6d06f. Change-Id: I9a11c6f1c8d9654e3fb004940791055c2bcf9f17 | 2012-04-10 | 2 | -14/+13 | |
* | | Use !icon/<icon_name> notation for more keys spec•••Change-Id: I616e6c1ac603d2eb7a5c99ec70d5411371d15f3e | 2012-04-10 | 1 | -4/+5 | |
* | | Introduce KeyboardCodesSet.java and remove keycodes.xml•••Change-Id: Icfd6d06f47425aa037682d22c895548ba6f047d8 | 2012-04-10 | 7 | -38/+213 | |
|/ | |||||
* | move suggested words logpoint to SuggestionsView.java•••Bug: 6188932 Change-Id: I73974783783bb4453962cb9009656d86d2074409 | 2012-04-09 | 3 | -35/+12 | |
* | 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 | 2012-04-09 | 8 | -76/+513 | |
* | Revert "add more data collection points to ResearchLogger"•••This reverts commit ac9e87c03ebbcbd70dd051a30ebf98d6baebedfc | 2012-04-06 | 8 | -513/+76 | |
* | 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 | 2012-04-06 | 8 | -76/+513 | |
* | Remove the now useless Flag class.•••Change-Id: Ibe45189b73e2606cf77e30da166dd0d45ae47c5c | 2012-04-06 | 3 | -100/+0 | |
* | Replace the flags in getSuggestions with a boolean.•••Change-Id: I0ec44df1979cb1dc21017ea290d2151a2af0e7cd Conflicts: java/src/com/android/inputmethod/latin/Suggest.java | 2012-04-06 | 2 | -22/+5 | |
* | Change the flags to a boolean in constructors.•••Change-Id: I9939204f3b16346aaebd4d726315ba9c4faf910a | 2012-04-06 | 4 | -39/+30 | |
* | Add support for German umlaut and French ligatures flags•••Bug: 6202812 Change-Id: Ib4a7f96f6ef86c840069b15d04393f84d428c176 | 2012-04-06 | 2 | -9/+26 | |
* | Remove constructors•••And small cleanup. Change-Id: I1de903f42c1b8d57a488be2162e0b94055a6d1f2 | 2012-04-06 | 1 | -10/+0 | |
* | Remove the shortcutOnly attribute which is now useless.•••Change-Id: Ifccdfdaf7c0066bb7728981503baceff0fedb71f | 2012-04-06 | 3 | -61/+20 | |
* | Merge "Cleanup unused methods" | 2012-04-05 | 3 | -45/+4 | |
|\ | |||||
| * | Cleanup unused methods•••Change-Id: Ic7c1ec0e0606da6eb5b954934547c6e8a561fed5 | 2012-04-06 | 3 | -45/+4 | |
* | | Merge "Fix the locale of the flags in BinaryDicitonary for tests" | 2012-04-05 | 2 | -3/+3 | |
|\ \ | |/ |/| | |||||
| * | Fix the locale of the flags in BinaryDicitonary for tests•••Bug: 6129372 Change-Id: I5611f88b10c44261b6145c9dc8615b80e4341e77 | 2012-04-05 | 2 | -3/+3 | |
* | | Merge "Use keyboardSet extra value of subtype to specify layout type" | 2012-04-05 | 10 | -128/+180 | |
|\ \ | |||||
| * | | Use keyboardSet extra value of subtype to specify layout type•••Change-Id: Ice1f345a08a8d760e3b847c885c4072e3e142c97 | 2012-04-05 | 10 | -128/+180 | |
* | | | Set view properties for Key node infos.•••Bug: 6298716 Change-Id: Iae0616f0095d32e0ca61dcb55f2f84744e91f60e | 2012-04-05 | 1 | -0/+4 | |
* | | | Merge "Update the names and default values of bigram options." | 2012-04-05 | 2 | -6/+6 | |
|\ \ \ | |||||
| * | | | Update the names and default values of bigram options.•••Bug: 6293595 Change-Id: I9978a1127c64b7a26a5ccf6f777366f7c4e214db | 2012-04-05 | 2 | -6/+6 | |
| |/ / | |||||
* / / | Don't draw red underline for manually picked words that came from bigram pred...•••Change-Id: I544680c8b4b1baff71bd08168630a34e803c40b9 | 2012-04-05 | 2 | -1/+5 | |
|/ / | |||||
* / | Refactor to utilize InputMethodSubtype•••Change-Id: I76fbc8a395eb8dab996c02c86d7328f07865f8cf | 2012-04-05 | 5 | -24/+27 | |
|/ | |||||
* | Fix the locale of flags in BinaryDictionary•••Bug: 6129372 Change-Id: I4958c2aabf651d7e26648a29b75fcc6c77813451 | 2012-04-04 | 2 | -6/+20 |