aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge "[Rlog2] ResearchLogging fix multi-space logging"Kurt Partridge2012-12-175-399/+319
|\|
| * [Rlog2] ResearchLogging fix multi-space loggingKurt Partridge2012-12-175-399/+319
| | | | | | | | | | | | | | | | | | 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
* | Merge "Remove AudioManagerCompatWrapper.java"Ken Wakasa2012-12-172-71/+11
|\ \
| * | Remove AudioManagerCompatWrapper.javaKen Wakasa2012-12-172-71/+11
| | | | | | | | | | | | | | | | | | It is actually no longer needed for API 14+ Change-Id: I379809eae881351fdf210dd8eaa5e0b5662fb59f
* | | Clean up SuggestionSpanUtils for API level 14+Ken Wakasa2012-12-172-67/+21
|/ / | | | | | | 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
* | | Merge "[Rlog1] Track time of log statements"Kurt Partridge2012-12-144-28/+77
|\ \ \
| * | | [Rlog1] Track time of log statementsKurt Partridge2012-12-134-28/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Log statements are now recorded with a timestamp. This is important for filtering out statements not part of words that are sampled when spaces are inserted automatically. multi-project commit with Change-Id: I68221a2528045d25632aef4bb716f92a4f4a56a4 Change-Id: I46ac9b3b1dcbb08425160d0109028cb64445139c
* | | | 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-136-9/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Fix more suggestion window asymmetry bug in N7.Tom Ouyang2012-12-131-1/+1
| | | | | | | | | | | | | | | | | | | | Bug: 7711822 Change-Id: I63ba13b1c160cf55b8820a08e6e28fa666dd2580
* | | | Merge "Refactor more keys menu framework (part 2)"Tom Ouyang2012-12-137-297/+192
|\ \ \ \
| * | | | Refactor more keys menu framework (part 2)Tom Ouyang2012-12-137-297/+192
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* | | | Fix label of switch to symbols key when symbols has shortcut keyTadashi G. Takaoka2012-12-133-53/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This change fixes the labels of switch to symbols key and switch back from more symbols key when symbols layout has shortcut key. Change-Id: I3fbbef2d929486d0f0542f4d89cb086d9f5bad82
* | | | Fix layout switch keys' label of no language subtype keyboardTadashi G. Takaoka2012-12-131-354/+500
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change moves the following string from resources to KeyboardTextsSet. - label_to_alpha_key - label_to_symbols_key - label_to_symbols_with_microphone_key Bug: 7697799 Change-Id: Icf9b8848de4c70f792e336f2ae274dab12be79ee
* | | | 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-078-98/+136
| | | | | | | | | | | | | | | | | | | | | 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-062-12/+20
| | | | | | | | | | | | | | | | | | Bug: 7665231 Bug: 7662486 Change-Id: I7b6095026dbf1b9b2f6d3b29f2ab83c462ab374e
* | | Merge "Fix off by one bug in gesture trail drawing"Tadashi G. Takaoka2012-12-061-1/+1
|\ \ \
| * | | Fix off by one bug in gesture trail drawingTadashi G. Takaoka2012-12-051-1/+1
| | | | | | | | | | | | | | | | | | | | Bug: 7594165 Change-Id: Ia3f7dcee71db91e39c40022b19e7b07c5d4488c8
* | | | Remove a couple Eclipse and Android Lint warningsJean Chalard2012-12-069-39/+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
* | | | Merge "Dismiss sliding key input preview when touch event is canceled"Tadashi G. Takaoka2012-12-033-1/+11
|\ \ \ \
| * | | | Dismiss sliding key input preview when touch event is canceledTadashi G. Takaoka2012-12-043-1/+11
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | This is a follow up of Id807af31. Bug: 7662486 Change-Id: I13895140f1214592257d0023c1450875a4885ee9
* / / / Add a new option for the double-space period functionalityKen Wakasa2012-12-043-0/+5
|/ / / | | | | | | | | | | | | | | | bug: 6934756 Change-Id: I94b2d08cac6533e96031d8e97f347e9b5fd72859
* | | Fix crashes related to setSpan(-1 ... -1) errorsKurt Partridge2012-12-031-10/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes b/7652661 In some circumstnaces, when hiding the window, the logger tries to capture the TextView contents and restore the cursor position based on the values stored in LatinIME. However, the IME may not know the cursor position. This fix does two things 1) doesn't try to reposition the cursor if the TextView contents are not to be captured, and 2) if the cursor position is unknown (i.e., == -1), doesn't try to move it back. Change-Id: I3976aaccf58c18f892c3a8530218ae52bcac9989
* | | Merge "Get rid of special keys from ProximityInfo"Tadashi G. Takaoka2012-12-031-30/+78
|\ \ \
| * | | Get rid of special keys from ProximityInfoTadashi G. Takaoka2012-12-031-30/+78
| | | | | | | | | | | | | | | | | | | | Bug: 7601672 Change-Id: I15faa4829b98f7b4dd07013fdd58bc2c527bcd6f
* | | | Merge "Groundwork for sliding key input preview"Tadashi G. Takaoka2012-12-035-41/+93
|\ \ \ \ | |/ / / |/| | |
| * | | Groundwork for sliding key input previewTadashi G. Takaoka2012-12-035-41/+93
| | | | | | | | | | | | | | | | | | | | Bug: 7548583 Change-Id: Id807af31f581c08ff8074ed1f6766337bea9469f
* | | | Cancel gesture preview update when gesture typing is canceledTadashi G. Takaoka2012-12-031-0/+6
| | | | | | | | | | | | | | | | | | | | Bug: 7594165 Change-Id: I2854a49b2a2e5d3e36cafc5196191359fd2bf003
* | | | Merge "Revert "ResearchLog. Track time of log statements""Kurt Partridge2012-11-303-70/+21
|\ \ \ \
| * | | | Revert "ResearchLog. Track time of log statements"Kurt Partridge2012-11-303-70/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit bdbe279cecea7a16ef2a5c3b62622eb19e4b18bf Other half of this change couldn't be committed because of a inter-project directory migration. Reverting until things settle down. Change-Id: I3862fc8485dfca6d507f620e905cfa583aa0e39a
* | | | | Merge "ResearchLog. Track time of log statements"Kurt Partridge2012-11-303-21/+70
|\| | | |
| * | | | ResearchLog. Track time of log statementsKurt Partridge2012-11-293-21/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Log statements are now recorded with a timestamp. This is important for filtering out statements not part of words that are sampled when spaces are inserted automatically. multi-project commit with Change-Id: I68221a2528045d25632aef4bb716f92a4f4a56a4 Change-Id: I9f49c36391e1e1773b6d4876d7387c893024f87b
* | | | | Merge "ResearchLogger switch word segmentation"Kurt Partridge2012-11-301-5/+5
|\| | | |
| * | | | ResearchLogger switch word segmentationKurt Partridge2012-11-291-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, a logunit was considered a word only if it was all letters. This is important for tracking bigrams correctly. Now, a logunit must have only at least one letter. The dictionary check is still performed, and punctuation, etc. still comes in as separate LogUnits. But a word can contain a space, which helps set up for logging words where spaces are inserted automatically, and other situations in which text is committed with an additional space tacked onto the end. Change-Id: Ia74094a99058890d20a9cdadf2d0989841a79a41
* | | | | Merge "ResearchLogging of segments: groups of LogUnits that are sampled ↵Kurt Partridge2012-11-301-0/+17
|\| | | | | | | | | | | | | | | | | | | together"
| * | | | ResearchLogging of segments: groups of LogUnits that are sampled togetherKurt Partridge2012-11-291-0/+17
| | | | | | | | | | | | | | | | | | | | Change-Id: Id68de4c6b2df574a38bb5ca800a9b641b1d78200
* | | | | Merge "Tweak beeline speed"Satoshi Kataoka2012-11-301-0/+11
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Tweak beeline speedSatoshi Kataoka2012-11-301-0/+11
| | | | | | | | | | | | | | | | | | | | Change-Id: I77bbd5e1888281e838d87824dc04a574b1a7ecb7
* | | | | Cancel update batch input timer when gesture typing has been canceledTadashi G. Takaoka2012-11-302-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 7594165 Change-Id: I9dc42919bd196c249c79668570004d3f541cc9ec