aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add Constants class to hold public constantsTadashi G. Takaoka2012-04-197-71/+135
| | | | | | This change also gets rid of compiler warnings about "deprecations". Change-Id: Id9b83483c453a81ebac34b684656db05e3599657
* Add custom subtype settingsTadashi G. Takaoka2012-04-196-31/+522
| | | | | Bug: 4460018 Change-Id: I4919d79516dcf574be2761bbaf9adcdc381b2ddc
* Change predefined additional subtype format in preferenceTadashi G. Takaoka2012-04-195-47/+72
| | | | | | This change also refactor StringUtils class Change-Id: Ie0b4d169b21c260bf238d6fcc9ab0ee8bfd6b508
* Make predefined subtype configurable by XML resourceTadashi G. Takaoka2012-04-184-15/+29
| | | | Change-Id: I1f8486a1fb652f1e06789e7bfd2cc57273092234
* Cleanup InputMethodManagerCompatWrapperTadashi G. Takaoka2012-04-184-54/+62
| | | | Change-Id: Id3b84ee19bb504ed8fbb398e260cc663a5b5ae0d
* Fix typo of some methods' nameTadashi G. Takaoka2012-04-186-20/+17
| | | | | | Also changes some methods' argument type from Locale to String. Change-Id: Ib68b528a450dc68a01546483403230f76500bee4
* 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-172-49/+0
|\
| * Remove useless key event handling methodsTadashi G. Takaoka2012-04-182-49/+0
| | | | | | | | Change-Id: I8c42fba79aba643ab7a145e6fd54ef23855a3ad0
* | 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 getSuggestionsJean Chalard2012-04-172-3/+21
| | | | | | | | 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 "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
* / add logPoint for manual correction (inc touch pos)Kurt Partridge2012-04-163-5/+47
|/ | | | | Bug: 6188932 Change-Id: Ibcc4901bcfab6632ee4c59cb58d35452218a288d
* 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
* 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
* | Merge "clean up researchLogging of autocorrection"Kurt Partridge2012-04-132-1/+17
|\ \
| * | clean up researchLogging of autocorrectionKurt Partridge2012-04-122-1/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove dependence of ResearchLogger on LatinImeLogger for autocorrection multi-project commit with I32cc134b Bug: 6188932 Change-Id: Iaeda97eb43fa4782db2d1b2a6d8d09a93b395111
* | | Use InputMethodSettingsFragment for IME settingsTadashi G. Takaoka2012-04-135-33/+97
| | | | | | | | | | | | Change-Id: Id6d9cd0ddf99c0687b6d3ea4b2f868f6cf2a0eaf
* | | Utilize InputMethodSubtype and additional subtypeTadashi G. Takaoka2012-04-136-91/+149
| | | | | | | | | | | | | | | | | | | | | * Remove de_QY and fr_CH from supported subtypes * Add de-qwerty and fr-qwertz predefined additional subtypes instead. Change-Id: I49e8ba0299529302f2b91b4d018b07304cdd6897
* | | Refatcor InputMethodSubtype related stuff a bitTadashi G. Takaoka2012-04-133-40/+52
| |/ |/| | | | | Change-Id: Iaded72331660afbaeddda085f2b633b681d4b6df
* | Add isDictionaryAvailable to SubtypeSwitchersatok2012-04-122-1/+8
|/ | | | Change-Id: I534878d330b57bbfaa8b7711082456969771f4dc
* Pass a parameter to the dict pack if we don't have a default dictJean Chalard2012-04-123-51/+42
| | | | | | | | Also, optimize quite a bit the code that decides whether we have a default dict or not. Bug: 5705834 Change-Id: Ied20fbcbbc42cbe8c01759d11b1804d1156c6960
* Merge "change ResearchLoggerTests to check file"Kurt Partridge2012-04-111-33/+98
|\
| * change ResearchLoggerTests to check fileKurt Partridge2012-04-111-33/+98
| | | | | | | | | | | | | | multi-project commit with I587003f2 Bug: 6188932 Change-Id: I3d3f0c9d011301489473dc330338ea4a7ba61e9e
* | Read the dictionary resource in a more sensical place.Jean Chalard2012-04-115-35/+23
| | | | | | | | | | | | | | 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
* | Add language suffix to main dictionaryTadashi G. Takaoka2012-04-116-89/+73
| | | | | | | | | | Bug: 6319377 Change-Id: Ie6a887fefa12e33c17bfeb5d22984e7c1a7bdb46
* | Generate KeyboardLabelsSet from donottranslate-more-keys.xmlTadashi G. Takaoka2012-04-111-1/+1
| | | | | | | | | | | | | | | | 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
* | Add an expandable binary dictionary that can be modified at runtime and ↵Tom Ouyang2012-04-101-0/+393
|/ | | | | | | works with native algorithms. Bug: 6188977 Change-Id: Iec5c4e7d1d3918ac645187bd32dc3f82a95fec1e
* move suggested words logpoint to SuggestionsView.javaKurt Partridge2012-04-093-35/+12
| | | | | Bug: 6188932 Change-Id: I73974783783bb4453962cb9009656d86d2074409
* add more data collection points to ResearchLogger (attempt #2)Kurt Partridge2012-04-093-58/+421
| | | | | | | | | | | | | 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
* Revert "add more data collection points to ResearchLogger"Kurt Partridge2012-04-063-421/+58
| | | This reverts commit ac9e87c03ebbcbd70dd051a30ebf98d6baebedfc
* add more data collection points to ResearchLoggerKurt Partridge2012-04-063-58/+421
| | | | | | | | the new points are all at Log.x() positions; only those appearing directly related to user input were added. Bug: 6188932 Change-Id: I618bcd07b22c9efc794745678b073afe1e79a697
* Remove the now useless Flag class.Jean Chalard2012-04-063-100/+0
| | | | Change-Id: Ibe45189b73e2606cf77e30da166dd0d45ae47c5c
* Replace the flags in getSuggestions with a boolean.Jean Chalard2012-04-062-22/+5
| | | | | | | | Change-Id: I0ec44df1979cb1dc21017ea290d2151a2af0e7cd Conflicts: java/src/com/android/inputmethod/latin/Suggest.java
* Change the flags to a boolean in constructors.Jean Chalard2012-04-064-39/+30
| | | | Change-Id: I9939204f3b16346aaebd4d726315ba9c4faf910a
* Add support for German umlaut and French ligatures flagsJean Chalard2012-04-062-9/+26
| | | | | Bug: 6202812 Change-Id: Ib4a7f96f6ef86c840069b15d04393f84d428c176
* Remove constructorsJean Chalard2012-04-061-10/+0
| | | | | | And small cleanup. Change-Id: I1de903f42c1b8d57a488be2162e0b94055a6d1f2
* Remove the shortcutOnly attribute which is now useless.Jean Chalard2012-04-063-61/+20
| | | | Change-Id: Ifccdfdaf7c0066bb7728981503baceff0fedb71f
* Merge "Cleanup unused methods"Tadashi G. Takaoka2012-04-052-44/+3
|\
| * Cleanup unused methodsTadashi G. Takaoka2012-04-062-44/+3
| | | | | | | | 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-056-50/+60
|\ \