aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/LatinIME.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* am 6792a909: Merge "Output caps debug code" into jb-devsatok2012-05-111-0/+6
|\ | | | | | | | | * commit '6792a909cd0da3db6a957cb2576b4d08f46a53b7': Output caps debug code
| * Output caps debug codesatok2012-05-111-0/+6
| | | | | | | | Change-Id: I4a3399d9066bd28dab893ecebb720924110b871d
* | am c8bde75c: Merge "Optimize InputConnection.getCursorCapsMode calling" into ↵Tadashi G. Takaoka2012-05-091-6/+18
|\| | | | | | | | | | | | | jb-dev * commit 'c8bde75cf455c02efc57c2e35bbe446b83c23739': Optimize InputConnection.getCursorCapsMode calling
| * Merge "Optimize InputConnection.getCursorCapsMode calling" into jb-devTadashi G. Takaoka2012-05-091-6/+18
| |\
| | * Optimize InputConnection.getCursorCapsMode callingTadashi G. Takaoka2012-05-091-6/+18
| | | | | | | | | | | | | | | Bug: 6464226 Change-Id: I30c1b01be5e1719ded5f7f8a7e24a38e9bbc3637
* | | am d5cd7e64: Small optimizationJean Chalard2012-05-091-2/+5
|\| | | | | | | | | | | | | | * commit 'd5cd7e64aa30096241f63e47a9169699bdd98231': Small optimization
| * | Small optimizationJean Chalard2012-05-091-2/+5
| | | | | | | | | | | | Change-Id: I067249976e557b60b606d2153deaeb3c8f1f38ac
* | | am 442ac5d0: Merge "Don\'t ask for surrounding characters for each keypress" ↵Jean Chalard2012-05-091-14/+12
|\| | | | | | | | | | | | | | | | | | | | into jb-dev * commit '442ac5d0bb96ec257d26b28df2fabefdefe59b96': Don't ask for surrounding characters for each keypress
| * | Don't ask for surrounding characters for each keypressJean Chalard2012-05-091-14/+12
| |/ | | | | | | | | Bug: 6464226 Change-Id: I03745bbcc21e5ec6ca57fa1257bf21c0cd26391a
* | am f52aef84: Merge "Tab key preforms next action when ↵Tadashi G. Takaoka2012-05-091-0/+5
|\| | | | | | | | | | | | | EditorInfo.IME_ACTION_NEXT is specified" into jb-dev * commit 'f52aef84a582197d6f8e580044b2d24d2a710cef': Tab key preforms next action when EditorInfo.IME_ACTION_NEXT is specified
| * Tab key preforms next action when EditorInfo.IME_ACTION_NEXT is specifiedTadashi G. Takaoka2012-05-081-0/+5
| | | | | | | | | | Bug: 6435484 Change-Id: Iccca7d1b770c547efae0b5e5931cebd910083d40
* | Merge "record full text after finishing session"Kurt Partridge2012-05-041-2/+11
|\ \ | |/ |/|
| * record full text after finishing sessionKurt Partridge2012-05-041-2/+11
| | | | | | | | | | | | | | uses onWindowHidden() callback as proxy for finishing session. Bug: 6188932 Change-Id: Ic63b47c946ca91fc35f80d71b2f9e24e2d0339ac
* | Fix build breakagesatok2012-05-021-1/+1
| | | | | | | | Change-Id: I22305137b336c9aab019d044a517ae8bc5fefe45
* | Merge "Workaround return preserved backing view height when the backing view ↵satok2012-05-021-2/+17
|\ \ | |/ |/| | | is not ready" into jb-dev
| * Workaround return preserved backing view height when the backing view is not ↵satok2012-05-021-2/+17
| | | | | | | | | | | | ready Change-Id: If4f24500ead516c46e6a93a95291e0897548c2f0
* | Fix checking if subtype belongs to this imeTadashi G. Takaoka2012-05-011-2/+2
|/ | | | | Bug: 6422318 Change-Id: I5779c0e277444315191fa964a976dcb4316cc24a
* Fix a bug where two spaces would be added instead of oneJean Chalard2012-04-231-15/+16
| | | | | Bug: 6378291 Change-Id: Id2453333ae16146f816faf0eb68baa8ea1dd106a
* Fix a bug where a batch edit would not be started.Jean Chalard2012-04-231-1/+3
| | | | | | | | | | This would end up in TextView sometimes calling onUpdateSelection multiple times (this is the correct behavior for TextView). We now commit the space and the word in a batch edit, and we only get onUpdateSelection once. Bug: 6300527 Change-Id: I9579f3d8f5320c1cc24a7a42f19db8e105eb090d
* Don't allow cancelling manual pick.Jean Chalard2012-04-201-0/+2
| | | | | Bug: 6347202 Change-Id: I30b53256e83c534436b0f0ff594fd4aaabf4558c
* researchLogger detail on IME sessionsKurt Partridge2012-04-191-1/+1
| | | | | | | | | | | 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
* Move main dictionary availability check to LatinIMETadashi G. Takaoka2012-04-191-11/+16
| | | | Change-Id: Ib6183fec833d87bc32514b03bb691fec0a1e6ff8
* Fix SubtypeSwitcher to honor subtypeTadashi G. Takaoka2012-04-191-1/+1
| | | | | Bug: 6364170 Change-Id: I31f9a7c9b6b4ca04a1c78a4210dcaae0db9825db
* Add Constants class to hold public constantsTadashi G. Takaoka2012-04-191-48/+8
| | | | | | This change also gets rid of compiler warnings about "deprecations". Change-Id: Id9b83483c453a81ebac34b684656db05e3599657
* Change predefined additional subtype format in preferenceTadashi G. Takaoka2012-04-191-3/+17
| | | | | | This change also refactor StringUtils class Change-Id: Ie0b4d169b21c260bf238d6fcc9ab0ee8bfd6b508
* Make predefined subtype configurable by XML resourceTadashi G. Takaoka2012-04-181-2/+1
| | | | Change-Id: I1f8486a1fb652f1e06789e7bfd2cc57273092234
* Cleanup InputMethodManagerCompatWrapperTadashi G. Takaoka2012-04-181-4/+6
| | | | Change-Id: Id3b84ee19bb504ed8fbb398e260cc663a5b5ae0d
* Fix typo of some methods' nameTadashi G. Takaoka2012-04-181-1/+1
| | | | | | Also changes some methods' argument type from Locale to String. Change-Id: Ib68b528a450dc68a01546483403230f76500bee4
* researchLogging for inputConnection eventsKurt Partridge2012-04-171-5/+74
| | | | | Bug: 6188932 Change-Id: I596df68956abd879293cfb550e66e7d7d0ba74e9
* Remove useless key event handling methodsTadashi G. Takaoka2012-04-181-45/+0
| | | | Change-Id: I8c42fba79aba643ab7a145e6fd54ef23855a3ad0
* Add SubtypeUtils.setAditionalInputMethodSubtypes methodTadashi G. Takaoka2012-04-171-3/+2
| | | | Change-Id: Ia3043346ed87297e01d505980555fdf29ce4f96f
* add logPoint for manual correction (inc touch pos)Kurt Partridge2012-04-161-2/+14
| | | | | Bug: 6188932 Change-Id: Ibcc4901bcfab6632ee4c59cb58d35452218a288d
* Merge "Add a new binary contacts dictionary based on ↵Tom Ouyang2012-04-131-6/+17
|\ | | | | | | ExpandableBinaryDictionary and use locale for bigrams."
| * Add a new binary contacts dictionary based on ExpandableBinaryDictionary and ↵Tom Ouyang2012-04-131-6/+17
| | | | | | | | | | | | | | use locale for bigrams. Bug: 6188977 Change-Id: I753422eed1effaeb5fd01124cf1ddd1e31ee9d60
* | Merge "clean up researchLogging of autocorrection"Kurt Partridge2012-04-131-0/+4
|\ \
| * | clean up researchLogging of autocorrectionKurt Partridge2012-04-121-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-131-4/+4
| | | | | | | | | | | | Change-Id: Id6d9cd0ddf99c0687b6d3ea4b2f868f6cf2a0eaf
* | | Utilize InputMethodSubtype and additional subtypeTadashi G. Takaoka2012-04-131-0/+4
| |/ |/| | | | | | | | | | | * Remove de_QY and fr_CH from supported subtypes * Add de-qwerty and fr-qwertz predefined additional subtypes instead. Change-Id: I49e8ba0299529302f2b91b4d018b07304cdd6897
* | Add isDictionaryAvailable to SubtypeSwitchersatok2012-04-121-1/+2
|/ | | | Change-Id: I534878d330b57bbfaa8b7711082456969771f4dc
* Read the dictionary resource in a more sensical place.Jean Chalard2012-04-111-7/+2
| | | | | | | 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-111-28/+22
| | | | | Bug: 6319377 Change-Id: Ie6a887fefa12e33c17bfeb5d22984e7c1a7bdb46
* add more data collection points to ResearchLogger (attempt #2)Kurt Partridge2012-04-091-13/+14
| | | | | | | | | | | | | 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-061-14/+13
| | | This reverts commit ac9e87c03ebbcbd70dd051a30ebf98d6baebedfc
* add more data collection points to ResearchLoggerKurt Partridge2012-04-061-13/+14
| | | | | | | | the new points are all at Log.x() positions; only those appearing directly related to user input were added. Bug: 6188932 Change-Id: I618bcd07b22c9efc794745678b073afe1e79a697
* Use keyboardSet extra value of subtype to specify layout typeTadashi G. Takaoka2012-04-051-6/+5
| | | | Change-Id: Ice1f345a08a8d760e3b847c885c4072e3e142c97
* Refactor to utilize InputMethodSubtypeTadashi G. Takaoka2012-04-051-3/+1
| | | | Change-Id: I76fbc8a395eb8dab996c02c86d7328f07865f8cf
* Merge "Add RunInLocale class to guard locale switching"Tadashi G. Takaoka2012-04-031-24/+35
|\
| * Add RunInLocale class to guard locale switchingTadashi G. Takaoka2012-04-031-24/+35
| | | | | | | | | | Bug: 6128216 Change-Id: I8d9c75c773c3de886183b291ada7a3836295839b
* | Fix typoTadashi G. Takaoka2012-04-031-4/+4
|/ | | | | | | Follow up for I5b9964f2 Bug: 6129704 Change-Id: Ia90c013cf4c4e6f675da5701644bd10833898c3f
* Cleanup EditorInfoCompatUtilsTadashi G. Takaoka2012-04-031-2/+1
| | | | | Bug: 6129704 Change-Id: I5b9964f2ad52e7cd60c63acca93d0241a1e729ef