aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge "Predefined keyboard layouts are configurable via XML resource"Tadashi G. Takaoka2012-04-204-35/+46
|\
| * Predefined keyboard layouts are configurable via XML resource•••Bug: 4460018 Change-Id: Ia03ec826fb3853ea814d9764686903dbe31a6507 Tadashi G. Takaoka2012-04-204-35/+46
* | Allow using a format version 2 word list in LatinIME•••Change-Id: I73a4df3a83e49be6e8d3a7d14eb027cfe10f1a23 Jean Chalard2012-04-201-7/+13
|/
* Support Dvorak layout•••Bug: 4460018 Change-Id: I08a9b556720f6c4f7089a8838c0869c9f88f479c Tadashi G. Takaoka2012-04-202-2/+10
* Don't allow cancelling manual pick.•••Bug: 6347202 Change-Id: I30b53256e83c534436b0f0ff594fd4aaabf4558c Jean Chalard2012-04-201-0/+2
* Merge "remove unnecessary KeyboardState logging"Kurt Partridge2012-04-191-114/+0
|\
| * remove unnecessary KeyboardState logging•••Bug: 6188932 Change-Id: Iafbb1825777122a1810fa3339853263aced3077e Kurt Partridge2012-04-191-114/+0
* | Merge "researchLogger detail on IME sessions"Kurt Partridge2012-04-192-55/+104
|\|
| * researchLogger detail on IME sessions•••log device type, screen size, etc. also simplification inside ResearchLogger to use exceptions better, and fix ResearchLoggerTests to not change preferences to specify the logfile. multi-project change with Idfd193b16260215cca32886e288f03a0c12b2781 Bug: 6188932 Change-Id: Idd3ca6eb8e8e3934f68234b241c7fd7d0cc3bcd5 Kurt Partridge2012-04-192-55/+104
* | Merge "Change binary dictionary output buffer size to match dictionary size."Tom Ouyang2012-04-191-32/+65
|\ \ | |/ |/|
| * Change binary dictionary output buffer size to match dictionary size.•••Bug: 6355943 Change-Id: Iaab7bc16ba0dbc7bfde70b06e7bd355519838831 Tom Ouyang2012-04-191-32/+65
* | Move main dictionary availability check to LatinIME•••Change-Id: Ib6183fec833d87bc32514b03bb691fec0a1e6ff8 Tadashi G. Takaoka2012-04-192-19/+18
* | Fix SubtypeSwitcher to honor subtype•••Bug: 6364170 Change-Id: I31f9a7c9b6b4ca04a1c78a4210dcaae0db9825db Tadashi G. Takaoka2012-04-192-136/+46
* | Fix stack overflow•••Change-Id: I977b240ea462b40852ba9504282312d5fa4e2885 Tadashi G. Takaoka2012-04-191-1/+1
* | Remove LatinIME reference from DictionaryFactor class•••Change-Id: Iad10e71baa81a1b4eb3c84ead47d658d567b8201 Tadashi G. Takaoka2012-04-191-7/+8
* | Add Constants class to hold public constants•••This change also gets rid of compiler warnings about "deprecations". Change-Id: Id9b83483c453a81ebac34b684656db05e3599657 Tadashi G. Takaoka2012-04-197-71/+135
* | Add custom subtype settings•••Bug: 4460018 Change-Id: I4919d79516dcf574be2761bbaf9adcdc381b2ddc Tadashi G. Takaoka2012-04-196-31/+522
* | Change predefined additional subtype format in preference•••This change also refactor StringUtils class Change-Id: Ie0b4d169b21c260bf238d6fcc9ab0ee8bfd6b508 Tadashi G. Takaoka2012-04-195-47/+72
|/
* Make predefined subtype configurable by XML resource•••Change-Id: I1f8486a1fb652f1e06789e7bfd2cc57273092234 Tadashi G. Takaoka2012-04-184-15/+29
* Cleanup InputMethodManagerCompatWrapper•••Change-Id: Id3b84ee19bb504ed8fbb398e260cc663a5b5ae0d Tadashi G. Takaoka2012-04-184-54/+62
* Fix typo of some methods' name•••Also changes some methods' argument type from Locale to String. Change-Id: Ib68b528a450dc68a01546483403230f76500bee4 Tadashi G. Takaoka2012-04-186-20/+17
* researchLogging for inputConnection events•••Bug: 6188932 Change-Id: I596df68956abd879293cfb550e66e7d7d0ba74e9 Kurt Partridge2012-04-172-13/+147
* Merge "Remove useless key event handling methods"Tadashi G. Takaoka2012-04-172-49/+0
|\
| * Remove useless key event handling methods•••Change-Id: I8c42fba79aba643ab7a145e6fd54ef23855a3ad0 Tadashi G. Takaoka2012-04-182-49/+0
* | Merge "Pass the previous word down to native code in getSuggestions"Jean Chalard2012-04-172-3/+21
|\ \ | |/ |/|
| * Pass the previous word down to native code in getSuggestions•••Change-Id: I477b631d81ef58461e44954f3ae5fd895928bb97 Jean Chalard2012-04-172-3/+21
* | Add SubtypeUtils.setAditionalInputMethodSubtypes method•••Change-Id: Ia3043346ed87297e01d505980555fdf29ce4f96f Tadashi G. Takaoka2012-04-172-3/+12
* | Cache results of the spell checker•••Change-Id: Ie11cd1b07e069474b140fbaae65fca703adc056f satok2012-04-171-2/+42
* | Merge "Add SubtypeLocale.getKeyboardLayoutSetDisplayName"Tadashi G. Takaoka2012-04-171-3/+7
|\ \ | |/ |/|
| * Add SubtypeLocale.getKeyboardLayoutSetDisplayName•••Change-Id: I576b47a936545e653ce9e26222ba4db143ea90e6 Tadashi G. Takaoka2012-04-171-3/+7
* | Merge "Pass the previous word to getSuggestions"Jean Chalard2012-04-1611-28/+39
|\ \
| * | Pass the previous word to getSuggestions•••This is a preparative change to bug#6313806 Change-Id: I1be9ec49b21005c1f45ce459fa93712bc74ef3f0 Jean Chalard2012-04-1711-28/+39
| |/
* / add logPoint for manual correction (inc touch pos)•••Bug: 6188932 Change-Id: Ibcc4901bcfab6632ee4c59cb58d35452218a288d Kurt Partridge2012-04-163-5/+47
|/
* 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
* 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
* | 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-135-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 Tadashi G. Takaoka2012-04-136-91/+149
* | | Refatcor InputMethodSubtype related stuff a bit•••Change-Id: Iaded72331660afbaeddda085f2b633b681d4b6df Tadashi G. Takaoka2012-04-133-40/+52
| |/ |/|
* | Add isDictionaryAvailable to SubtypeSwitcher•••Change-Id: I534878d330b57bbfaa8b7711082456969771f4dc satok2012-04-122-1/+8
|/
* 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
* Merge "change ResearchLoggerTests to check file"Kurt Partridge2012-04-111-33/+98
|\
| * change ResearchLoggerTests to check file•••multi-project commit with I587003f2 Bug: 6188932 Change-Id: I3d3f0c9d011301489473dc330338ea4a7ba61e9e Kurt Partridge2012-04-111-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 Jean Chalard2012-04-115-35/+23
* | Add language suffix to main dictionary•••Bug: 6319377 Change-Id: Ie6a887fefa12e33c17bfeb5d22984e7c1a7bdb46 Tadashi G. Takaoka2012-04-116-89/+73
* | 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-111-1/+1
* | Add an expandable binary dictionary that can be modified at runtime and works...•••Bug: 6188977 Change-Id: Iec5c4e7d1d3918ac645187bd32dc3f82a95fec1e Tom Ouyang2012-04-101-0/+393
|/