aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/research/ResearchLogger.java (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | [Rlog20] Remove duplicate logStatistics•••Change-Id: I31c5520598269a83ab218e3a024bff0a625c2770 Kurt Partridge2012-12-221-1/+1
| | |/ / | |/| |
* | | | Merge "[Rlog19] ResearchLog remove unnecessary logSegment{start,end}"Kurt Partridge2012-12-231-0/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | [Rlog19] ResearchLog remove unnecessary logSegment{start,end}•••Change-Id: I73b7765c764e5f1035f1c37df45345f26aa5acb1 Kurt Partridge2012-12-221-0/+1
* | | | 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-221-3/+14
|\| | | | |_|/ |/| |
| * | [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-211-3/+14
* | | 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-191-3/+5
|\| | | |/ |/|
| * 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-181-3/+5
* | [Rlog6] ResearchLogger fix dictionary loading•••Change-Id: I5af460bd7c7fd67f858626ae3daf71fd615a25bf Kurt Partridge2012-12-171-5/+13
|/
* [Rlog5] ResearchLogging change from onFinishInput to onFinishInputView•••Change-Id: I7d3bcfe647249e0b8a14ac3d67460c2684f16d8c Kurt Partridge2012-12-171-1/+1
* [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-171-5/+6
* [Rlog3] improve stat recording•••Change-Id: Ie3b70e6eadc2a9af5ef45ddfad6a3398cea7bfe8 Kurt Partridge2012-12-171-25/+31
* [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-171-361/+265
* [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-131-14/+18
* Remove a couple Eclipse and Android Lint warnings•••Change-Id: I0c29c5d2abcbf80759b996d34b534deb083cd7d3 Jean Chalard2012-12-061-22/+0
* Fix crashes related to setSpan(-1 ... -1) errors•••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 Kurt Partridge2012-12-031-10/+12
* Merge "Revert "ResearchLog. Track time of log statements""Kurt Partridge2012-11-301-17/+13
|\
| * Revert "ResearchLog. Track time of log statements"•••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 Kurt Partridge2012-11-301-17/+13
* | Merge "ResearchLog. Track time of log statements"Kurt Partridge2012-11-301-13/+17
|\|
| * ResearchLog. 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: I9f49c36391e1e1773b6d4876d7387c893024f87b Kurt Partridge2012-11-291-13/+17
* | Merge "ResearchLogger switch word segmentation"Kurt Partridge2012-11-301-5/+5
|\|
| * ResearchLogger switch word segmentation•••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 Kurt Partridge2012-11-291-5/+5
* | Merge "ResearchLogging of segments: groups of LogUnits that are sampled toget...Kurt Partridge2012-11-301-0/+17
|\|
| * ResearchLogging of segments: groups of LogUnits that are sampled together•••Change-Id: Id68de4c6b2df574a38bb5ca800a9b641b1d78200 Kurt Partridge2012-11-291-0/+17
* | ResearchLogger add debugging code•••Change-Id: I03729506984f259dee63f3a66fd91963e3403d16 Kurt Partridge2012-11-281-1/+2
* | ResearchLogging fix password field collection•••password data collection was too "sticky"; the next field wouldn't be collected either. Change-Id: I739a956f663cff33216f83ac453b2a89d8c33dde Kurt Partridge2012-11-281-2/+5
|/
* Move code point constants from Keyboard to Constants class•••Change-Id: Iee01d4d2b916d0b584531104ac865ae6e6370a3d Tadashi G. Takaoka2012-10-291-4/+4
* add logging code•••Change-Id: I0abb4a1ad67666162ab6703ffdb33c5e0675be93 Kurt Partridge2012-09-041-0/+23
* ResearchLogging do not even show basic data for password fields•••Change-Id: I5489bad95f238e2f4d43bdd65bcf2f752d7a63fe Kurt Partridge2012-09-041-19/+19
* ResearchLog uploadingService now waits for logging to finish•••Bug: 6188932 Change-Id: I31c0f380b334d9117990f2d92de8d385e4a52c7c Kurt Partridge2012-09-041-4/+8
* ResearchLogger clean up splash screen•••- simpler text - AlertDialog implementation - declining users are redirected to regular IME Bug: 6188932 Change-Id: Ifb983c3511125f8919f4a8b25aeee7de66dbb0cb Kurt Partridge2012-08-301-32/+35
* ResearchLogger no longer offers option to disable logging•••Bug: 6188932 Change-Id: I0b9474216080f3820438c09f89b0b6c6c102c69d Kurt Partridge2012-08-301-23/+38
* Optimize rare Key attributes to separate class•••This change also removes per-Key verticalGap and horizontalGap. Change-Id: Id4d2129022fbbfbf5d740b8d1257032c945bb775 Tadashi G. Takaoka2012-08-301-1/+1
* ResearchLogging upload via service•••Upload using an intent service rather than just a thread. More robust in case the keyboard is closed and the upload hasn't finished yet. multi-project commit with Id515c2b1b0d6f85be50f92a661a2d32ebaeaa143 Bug: 6188932 Change-Id: I64a9fab92ff89ee09df877db4e5f7f0ec0ffb3b6 Kurt Partridge2012-08-221-6/+40
* ResearchLogging log when preferences change•••Bug: 6188932 Change-Id: I82a115aed30d7693f92d784a32b038996d8b71e3 Kurt Partridge2012-08-221-0/+13
* ResearchLogging capture full n-gram data•••- Captures complete motion data for all words in an n-gram. - Also filters n-grams properly; if any word in the n-gram is not in the dictionary, it is not included. - Simplify ResearchLog to not require explicit state - Added LogBuffer class MainLogBuffer class to allow n-gram-level decisions about privacy. - Moved LogUnit out from ResearchLogger multi-project change with Ic70ccb6c2e11eb02d887821434b44daa3eb7a3e2 Bug: 6188932 Change-Id: I731d6cff6539e997874f723b68bdb0d9b651b937 Kurt Partridge2012-08-211-298/+168
* Remove KeyboardSwitcher reference from ResearchLogger•••Change-Id: I671a83c19977fda358c8e8a730e22ee155f65512 Tadashi G. Takaoka2012-08-221-13/+12
* Merge "Add CollectionUtils class to create generic collection easily" into jb...Tadashi G. Takaoka2012-08-211-6/+7
|\
| * Add CollectionUtils class to create generic collection easily•••Change-Id: I6b4de9187e122298e5e9cd8ddc9070d062df6a89 Tadashi G. Takaoka2012-08-221-6/+7
* | ResearchLogger to track simple statistics•••Bug: 6188932 Change-Id: Ie1bb7322706c2d4a56f5e17044bc746e9df1cf18 Kurt Partridge2012-08-211-1/+56
|/
* ResearchLogger log RichInputConnection•••Move many ResearchLogger data collection points to RichInputConnection. By collecting data here, developers do not have to remember to keep the ResearchLog consistent with calls to the RichInputConnection. In addition, some unnecessary log points were removed, and the ResearchLogger is now independent of LatinImeLogger. multi-project change with I05496cfd762e9a41c42c50099143f1efc0a3d8a2 Bug: 6188932 Change-Id: I424abb2e437901262a9620255493916b7c3ff74b Kurt Partridge2012-08-211-98/+113
* Rename and consolidate some constants•••Change-Id: I7863936cca18b28bf0117afcbcf544a5fd7f185d Tadashi G. Takaoka2012-08-211-8/+4
* Remove touch coordinate from pickSuggestionManually•••Change-Id: I33b1b4bc6fdfd263c4b2bb7125c07b4bddcf3c9f Tadashi G. Takaoka2012-08-211-7/+14