aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge "[Rlog41] ResearchLogger debugging support in UploaderService"Kurt Partridge2012-12-221-4/+12
|\ \ \ \ \
| * | | | | [Rlog41] ResearchLogger debugging support in UploaderService•••Change-Id: I70d5bd0cb12be7a5cc216799f92622912646466f Kurt Partridge2012-12-221-4/+12
* | | | | | Merge "[Rlog12] Add comments to logging callpoints"Kurt Partridge2012-12-221-8/+209
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | [Rlog12] Add comments to logging callpoints•••Change-Id: Idd786e2804dc82c1fa27ecf0fc0537491438d017 Kurt Partridge2012-12-211-8/+209
* | | | | | Merge "[Rlog7] ResearchLog improve gesture tracking"Kurt Partridge2012-12-223-4/+29
|\| | | | | | |_|/ / / |/| | | |
| * | | | [Rlog7] ResearchLog improve gesture tracking•••- 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 Kurt Partridge2012-12-213-4/+29
* | | | | Merge "[Rlog6.2] ResearchLogging Refactor"Kurt Partridge2012-12-213-101/+191
|\| | | |
| * | | | [Rlog6.2] ResearchLogging Refactor•••Move specifics of Log output format from ResearchLog to LogUnit Change-Id: I9d0253c50bb8175ab141bd87dd9a09f39f316b10 Kurt Partridge2012-12-213-101/+191
* | | | | Call onCancelBatchInput only when onStartBatchInput has been called•••This NPE issue (Bug: 7903331) has been introduced by Ie68c7698. Bug: 7903331 Change-Id: I44884f5608fe47d9db7a2c93a752d17b9ae39a22 Tadashi G. Takaoka2012-12-211-3/+4
* | | | | Merge "[Rlog13] Add flag to inhibit uploading"Kurt Partridge2012-12-201-1/+6
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | [Rlog13] Add flag to inhibit uploading•••Change-Id: I9d22dfb3fbc8332000507c8b97d9072bdd8dda91 Kurt Partridge2012-12-191-1/+6
* | | | | Merge "[Rlog11] ResearchLogger printable code for research key"Kurt Partridge2012-12-201-0/+1
|\ \ \ \ \
| * | | | | [Rlog11] ResearchLogger printable code for research key•••Change-Id: Ifac7a801ea8534191a9258871d3d7f91e942788b Kurt Partridge2012-12-191-0/+1
| |/ / / /
* | | | | Merge "[Rlog10] ResearchLogger change visible indicator to just lines on the ...Kurt Partridge2012-12-201-1/+2
|\ \ \ \ \
| * | | | | [Rlog10] ResearchLogger change visible indicator to just lines on the side•••(Note: Rlog9 was abandoned). Change-Id: I69de4116e33d3c79216e25efe2ad2bcb2780b0ff Kurt Partridge2012-12-191-1/+2
| |/ / / /
* | | | | Merge "[Rlog8] Show red border if logging everything"Kurt Partridge2012-12-201-1/+5
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | [Rlog8] Show red border if logging everything•••Change-Id: I5a3f21cef7d93128661b11b60eac7d84b8110e47 Kurt Partridge2012-12-191-1/+5
| |/ / /
* | | | Merge "[Rlog6.1] Fix LOG_EVERYTHING bug."Kurt Partridge2012-12-191-1/+1
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | [Rlog6.1] Fix LOG_EVERYTHING bug.•••(It wasn't logging everything). Change-Id: I8c9fd1e7c04e1a3813e26e67691e0366ff48c9ee Kurt Partridge2012-12-181-1/+1
* | | Merge "Add ProductionFlag.IS_EXPERIMENTAL_DEBUG"Kurt Partridge2012-12-195-8/+17
|\| | | |/ |/|
| * Add ProductionFlag.IS_EXPERIMENTAL_DEBUG•••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 Kurt Partridge2012-12-185-8/+17
* | Add skeleton classes for hardware event flow (B1)•••Bug: 5037589 Change-Id: Id8eea0e2bd00dd339a1efb4b0542e4c091a84195 Jean Chalard2012-12-198-0/+279
* | Remove trailing spaces•••Change-Id: I260b85ef9e91d17f97d6e405d2d92a65b443df44 Ken Wakasa2012-12-192-6/+5
* | Merge "[Rlog6] ResearchLogger fix dictionary loading"Kurt Partridge2012-12-181-5/+13
|\ \
| * | [Rlog6] ResearchLogger fix dictionary loading•••Change-Id: I5af460bd7c7fd67f858626ae3daf71fd615a25bf Kurt Partridge2012-12-171-5/+13
| |/
* | Merge "[Rlog5] ResearchLogging change from onFinishInput to onFinishInputView"Kurt Partridge2012-12-182-5/+4
|\|
| * [Rlog5] ResearchLogging change from onFinishInput to onFinishInputView•••Change-Id: I7d3bcfe647249e0b8a14ac3d67460c2684f16d8c Kurt Partridge2012-12-172-5/+4
* | Merge "[Rlog4] ResearchLogger add LOG_EVERYTHING flag"Kurt Partridge2012-12-182-5/+10
|\|
| * [Rlog4] ResearchLogger add LOG_EVERYTHING flag•••- broaden OUTPUT_WHOLE_BUFFER to log not just the buffer at the end, but everything along the way. This should only be set when the user is aware that logging is on, e.g. in a user test. Change-Id: I8f9874697524e533586da40d0a3e452f6a04d3e4 Kurt Partridge2012-12-172-5/+10
* | Merge "[Rlog3] improve stat recording"Kurt Partridge2012-12-184-28/+58
|\|
| * [Rlog3] improve stat recording•••Change-Id: Ie3b70e6eadc2a9af5ef45ddfad6a3398cea7bfe8 Kurt Partridge2012-12-174-28/+58
* | Merge "[Rlog2] ResearchLogging fix multi-space logging"Kurt Partridge2012-12-175-399/+319
|\|
| * [Rlog2] ResearchLogging fix multi-space logging•••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 Kurt Partridge2012-12-175-399/+319
* | Merge "Remove AudioManagerCompatWrapper.java"Ken Wakasa2012-12-172-71/+11
|\ \
| * | Remove AudioManagerCompatWrapper.java•••It is actually no longer needed for API 14+ Change-Id: I379809eae881351fdf210dd8eaa5e0b5662fb59f Ken Wakasa2012-12-172-71/+11
* | | Clean up SuggestionSpanUtils for API level 14+•••Change-Id: Iadc235524341b48e7618e9ce05907c786409e004 Ken Wakasa2012-12-172-67/+21
|/ /
* | Privatize a few constants in BinaryDictionary.java•••Change-Id: I7defaf1f577fd67e678cac83ff935e8181dd0a48 Ken Wakasa2012-12-177-27/+27
* | Show last valid suggestions when gesture typing gets no suggestion•••Bug: 7679566 Change-Id: Ie68c7698144c7576b5814ee35664309bcfdcbf0f Tadashi G. Takaoka2012-12-171-37/+46
* | Show last valid suggestions when tap typing gets no suggestion•••Bug: 7872809 Change-Id: Ib5a255de7968aba214249c1b934327d248a15efd Tadashi G. Takaoka2012-12-171-1/+1
* | resolved conflicts for merge of d48d6fee to master•••Change-Id: I21141956135debe737453dba87617671b1716d0a Ken Wakasa2012-12-155-4/+189
|\ \ | |/ |/|
| * am db6f21c6: am 18d688c9: Use the amended user dictionary word for insertion•••* commit 'db6f21c6792fe07a733572e1d4978f46b5462c35': Use the amended user dictionary word for insertion Jean Chalard2012-12-145-4/+189
| |\
| | * Use the amended user dictionary word for insertion•••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 Jean Chalard2012-12-145-4/+189
* | | Merge "[Rlog1] Track time of log statements"Kurt Partridge2012-12-144-28/+77
|\ \ \
| * | | [Rlog1] Track time of log statements•••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 Kurt Partridge2012-12-134-28/+77
* | | | Reset composing state at onFinishInputView•••Bug: 7709817 Change-Id: Icac0b8cb28209d98d291d8f00be55e33af5bf696 Tadashi G. Takaoka2012-12-141-0/+1
* | | | Refactor more keys menu framework (part 3)•••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 Tom Ouyang2012-12-136-9/+56
* | | | Fix more suggestion window asymmetry bug in N7.•••Bug: 7711822 Change-Id: I63ba13b1c160cf55b8820a08e6e28fa666dd2580 Tom Ouyang2012-12-131-1/+1
* | | | Merge "Refactor more keys menu framework (part 2)"Tom Ouyang2012-12-137-297/+192
|\ \ \ \
| * | | | Refactor more keys menu framework (part 2)•••- 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 Tom Ouyang2012-12-137-297/+192
| |/ / /
* | | | Fix label of switch to symbols key when symbols has shortcut key•••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 Tadashi G. Takaoka2012-12-133-53/+55