aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Simplify singleton class initializationTadashi G. Takaoka2013-01-074-7/+9
| | | | Change-Id: I16a27f2ed6ea66184bfdc9903180372cd7ea2fd1
* Small code cleanupsKen Wakasa2013-01-0713-55/+61
| | | | | | Multi-project commit with I249d5fbe Change-Id: Ia28c4e970992aa1299a30e604eaa5d096655c3a5
* Fix double input of chars typed on a h/w keyboardJean Chalard2013-01-071-1/+0
| | | | | Bug: 7939324 Change-Id: I11b7af54893cb645f8a06266a0b0ba95dd0b02f9
* Set default audio and haptic feedback settingsTadashi G. Takaoka2012-12-283-31/+61
| | | | | | | | - Default keypress volume is set to 0.2f in resource. - Default keypress vibration duration is set to 10 msec in resource. Bug: 7055329 Change-Id: I83bd6288d171d9787d52e2b02e4e5305f1435681
* Refactor to add SeekBarDialogTadashi G. Takaoka2012-12-283-108/+233
| | | | Change-Id: Id8e08a1d5ec5efb2baf96a2634111619fcb9fd4e
* A small simplification.Jean Chalard2012-12-281-4/+0
| | | | | | | | | It's useless to setAutoCorrection(getTypedWord()). Every time the contents of the word composer are altered, the auto-correction is reset, and at use time if it's null then the typed word is used anyway. Change-Id: I0870657a1ab3f456f376995b27e70703f7a5d23a
* Start committing hardware events (B4)Jean Chalard2012-12-272-1/+2
| | | | | | | | | | | | | | | Essentially this does activate auto-correction with a hardware keyboard, although a lot of things are still left to implement. No proximity is used yet which means only missing and excessive letters are considered. Dead keys are not handled. No combiner is supported. No suggestions are displayed. Resuming suggestions does not work correctly with a hardware key (because the view holds a temporary hardware event 'onKeyPreIme' and the event from the IME won't be handled until this is handled which won't happen until after the IME said that it did handle the event). Bug: 5037589 Change-Id: Idcb5c7b26d56717ed772d53c062362807f11cdae
* Rename some confusing variablesJean Chalard2012-12-271-12/+12
| | | | Change-Id: Ib0de800599ae7f12c86270a627616d5b52366414
* Fix an old bug in getting a word from the connected view.Jean Chalard2012-12-271-8/+3
| | | | | | | | | | | | | | In this test, it's impossible that start < 0 so the test is useless. I'm not sure what the cursor test was for, but it's very old code, and it seems the assumption was either misled or doesn't hold any more: testing for the absolute cursor position against the length of the word against the cursor makes no sense. The net result of this was that when the cursor index got large enough, resuming suggestion would not work any more. Bug: 7586467 Change-Id: I3462082374fe9579bec7698f4d424de6ff5f2ded
* Get rid of current subtype and system locale cache from SubtypeSwitcherTadashi G. Takaoka2012-12-272-79/+16
| | | | | Bug: 7675452 Change-Id: I2121f56964b6d25e8d40f5b8ec67eeae527b2117
* Clean up unnecessary uses of toString()Kurt Partridge2012-12-231-12/+10
| | | | | | Leftover from changing variables from CharSequence to String Change-Id: I4db43fcb075aa37bf9c5b2a23bad0e4c2d718379
* [Rlog24] ResearchLogger detect word boundaries in callers above commitTextKurt Partridge2012-12-232-13/+30
| | | | | | multi project commit with I5847d4aba97a7224ae170a7153811c5a11816449 Change-Id: Ie6fbf6f19f0193451fe6f3ddf9d4ef1637a35db1
* Merge "Log LatinIME.commitCurrentAutoCorrection()"Kurt Partridge2012-12-231-0/+5
|\
| * Log LatinIME.commitCurrentAutoCorrection()Kurt Partridge2012-12-221-0/+5
| | | | | | | | Change-Id: Ic46c91374ae0177cafad4579d28d6980af0d8d3a
* | Merge "[Rlog7] ResearchLog improve gesture tracking"Kurt Partridge2012-12-221-0/+3
|\|
| * [Rlog7] ResearchLog improve gesture trackingKurt Partridge2012-12-211-0/+3
| | | | | | | | | | | | | | | | - count how many times a gesture is deleted - count num chars entered by gesture - change name of fns to reflect capturing gesture information when setting composing text Change-Id: I1b8ebf9cfcf304e0efd827c8b8e28a4010199728
* | Merge "[Rlog11] ResearchLogger printable code for research key"Kurt Partridge2012-12-201-0/+1
|\ \
| * | [Rlog11] ResearchLogger printable code for research keyKurt Partridge2012-12-191-0/+1
| | | | | | | | | | | | Change-Id: Ifac7a801ea8534191a9258871d3d7f91e942788b
* | | Merge "Add ProductionFlag.IS_EXPERIMENTAL_DEBUG"Kurt Partridge2012-12-191-0/+5
|\ \ \ | |/ / |/| / | |/
| * Add ProductionFlag.IS_EXPERIMENTAL_DEBUGKurt Partridge2012-12-181-0/+5
| | | | | | | | | | | | | | | | | | The IS_EXPERIMENTAL_DEBUG flag gives a single place to turn off all debugging flags that might be set and to also enforce privacy controls. Currently only used in the research package. multi-project commit with I9275a7c8e40bf56106447a02d3056655329074b3 Change-Id: If769fe3a633f33963ca49e8ddf01ab24a30b6fd2
* | Add skeleton classes for hardware event flow (B1)Jean Chalard2012-12-191-0/+25
| | | | | | | | | | Bug: 5037589 Change-Id: Id8eea0e2bd00dd339a1efb4b0542e4c091a84195
* | Remove trailing spacesKen Wakasa2012-12-192-6/+5
| | | | | | | | Change-Id: I260b85ef9e91d17f97d6e405d2d92a65b443df44
* | Merge "[Rlog5] ResearchLogging change from onFinishInput to onFinishInputView"Kurt Partridge2012-12-181-4/+3
|\|
| * [Rlog5] ResearchLogging change from onFinishInput to onFinishInputViewKurt Partridge2012-12-171-4/+3
| | | | | | | | Change-Id: I7d3bcfe647249e0b8a14ac3d67460c2684f16d8c
* | Merge "[Rlog3] improve stat recording"Kurt Partridge2012-12-181-0/+3
|\|
| * [Rlog3] improve stat recordingKurt Partridge2012-12-171-0/+3
| | | | | | | | Change-Id: Ie3b70e6eadc2a9af5ef45ddfad6a3398cea7bfe8
* | Merge "[Rlog2] ResearchLogging fix multi-space logging"Kurt Partridge2012-12-171-3/+0
|\|
| * [Rlog2] ResearchLogging fix multi-space loggingKurt Partridge2012-12-171-3/+0
| | | | | | | | | | | | | | | | | | multi-space logging should look like single-space logging, missing a few minor log statements (SuggestionUpdates, SetComposingText) multi-project commit with I2af842348c2f2b8f7271ac5b63def245e83df24d Change-Id: Icd3187c0d0377255f82787afffea657c14345803
* | Clean up SuggestionSpanUtils for API level 14+Ken Wakasa2012-12-171-5/+4
| | | | | | | | Change-Id: Iadc235524341b48e7618e9ce05907c786409e004
* | Privatize a few constants in BinaryDictionary.javaKen Wakasa2012-12-177-27/+27
| | | | | | | | Change-Id: I7defaf1f577fd67e678cac83ff935e8181dd0a48
* | Show last valid suggestions when gesture typing gets no suggestionTadashi G. Takaoka2012-12-171-37/+46
| | | | | | | | | | Bug: 7679566 Change-Id: Ie68c7698144c7576b5814ee35664309bcfdcbf0f
* | Show last valid suggestions when tap typing gets no suggestionTadashi G. Takaoka2012-12-171-1/+1
| | | | | | | | | | Bug: 7872809 Change-Id: Ib5a255de7968aba214249c1b934327d248a15efd
* | resolved conflicts for merge of d48d6fee to masterKen Wakasa2012-12-155-4/+189
|\ \ | |/ |/| | | Change-Id: I21141956135debe737453dba87617671b1716d0a
| * am db6f21c6: am 18d688c9: Use the amended user dictionary word for insertionJean Chalard2012-12-145-4/+189
| |\ | | | | | | | | | | | | * commit 'db6f21c6792fe07a733572e1d4978f46b5462c35': Use the amended user dictionary word for insertion
| | * Use the amended user dictionary word for insertionJean Chalard2012-12-145-4/+189
| | | | | | | | | | | | | | | | | | | | | | | | | | | When the user edits a word before adding it to the user dictionary, the keyboard should replace whatever was committed before with the amended version. Bug: 7725834 Change-Id: I1a417be6c5a86d6a96bc2c76aca314ad8f1202a9
* | | Reset composing state at onFinishInputViewTadashi G. Takaoka2012-12-141-0/+1
| | | | | | | | | | | | | | | Bug: 7709817 Change-Id: Icac0b8cb28209d98d291d8f00be55e33af5bf696
* | | Refactor more keys menu framework (part 3)Tom Ouyang2012-12-131-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | Make it possible to re-enter gesture input even after triggering the long-press menu. This is useful for new users who may pause at the start of a word. Works for both single and bi-manual gestures. Bug: 7595193 Change-Id: Ieaecfd5385ed6c10ae9347b99c2e35a0de5e895d
* | | Merge "Refactor more keys menu framework (part 2)"Tom Ouyang2012-12-132-172/+12
|\ \ \
| * | | Refactor more keys menu framework (part 2)Tom Ouyang2012-12-132-172/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Integrate pointer tracking between more keys menu, more suggestions menu, and main keyboard. - Adds multi-touch support for more keys menus. Long press with one finger and select keys with another finger. Bug: 7508007 Change-Id: I394f28cd79e342d6bcfea573af72aa33b9def00f
* | | | Remove a useless memberJean Chalard2012-12-112-2/+2
|/ / / | | | | | | | | | Change-Id: Id13e0aeec6ec3655d6bb0edc7f8f7821e7dc5a36
* | | Remove unused suggestion preview stuffsTadashi G. Takaoka2012-12-071-47/+0
| | | | | | | | | | | | Change-Id: Ida5668f4eba1783d96e02001a64ae713f98176b7
* | | Refactor more keys menu framework (part 1)Tom Ouyang2012-12-073-48/+38
| | | | | | | | | | | | | | | | | | | | | Eliminate use of slower popup window for rendering the more keys menu and more suggestions menu. These menus are now drawn directly on the preview placer view. Change-Id: I40638724a6ffde2be4b5d0341d2a5db7ff7be930
* | | Cancel batch input when orientation has been changedTadashi G. Takaoka2012-12-061-4/+5
| | | | | | | | | | | | | | | | | | Bug: 7665231 Bug: 7662486 Change-Id: I7b6095026dbf1b9b2f6d3b29f2ab83c462ab374e
* | | Remove a couple Eclipse and Android Lint warningsJean Chalard2012-12-068-17/+18
| | | | | | | | | | | | Change-Id: I0c29c5d2abcbf80759b996d34b534deb083cd7d3
* | | Method/variable/resource names clean up for the double-space periodKen Wakasa2012-12-051-22/+22
| | | | | | | | | | | | | | | bug: 7664717 Change-Id: I914aa588b863c442c2d360221e3fa0f4c42640e7
* | | Merge "Fix wrong misspelling reports of fully capitalized words"Jean Chalard2012-12-042-15/+48
|\ \ \
| * | | Fix wrong misspelling reports of fully capitalized wordsJean Chalard2012-12-042-15/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Two flavors of words would be wrongly reported as misspelled by the android spell checker when they are written in all upper case letters: - Words containing a quote or a dash or any other non-letter - Words that need the first letter to be capitalized Bug: 7659216 Change-Id: Ibc5d261945ffcbb8a858d4c73b7c62cef6671abf
* | | | Add a new option for the double-space period functionalityKen Wakasa2012-12-043-0/+5
|/ / / | | | | | | | | | | | | | | | bug: 6934756 Change-Id: I94b2d08cac6533e96031d8e97f347e9b5fd72859
* | | Merge "Groundwork for sliding key input preview"Tadashi G. Takaoka2012-12-031-0/+10
|\ \ \
| * | | Groundwork for sliding key input previewTadashi G. Takaoka2012-12-031-0/+10
| | | | | | | | | | | | | | | | | | | | Bug: 7548583 Change-Id: Id807af31f581c08ff8074ed1f6766337bea9469f