aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/research (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | [Rlog48b] Better visual indicator for logging stateKurt Partridge2013-02-012-3/+23
| | | | | | | | | | | | Now applies yellow bars if recording, green bars if replaying. Change-Id: I39d39de6254fd57107ea5355c43b154244520985
* | Merge "[Rlog79a] Disallow empty feedback messages"Kurt Partridge2013-02-011-6/+14
|\|
| * [Rlog79a] Disallow empty feedback messagesKurt Partridge2013-02-011-6/+14
| | | | | | | | Change-Id: I30f7c07606e466c3c9538adad94024d00f0901de
* | Merge "[Rlog48a] Update and make logging strings consistent"Kurt Partridge2013-02-014-13/+12
|\ \
| * | [Rlog48a] Update and make logging strings consistentKurt Partridge2013-01-314-13/+12
| | | | | | | | | | | | Change-Id: Iae04115921aaf6bbc3c6ad6e7d2d0e7401af41f8
* | | Merge "[Rlog47] Replayer service, inspect-researchLog.py"Kurt Partridge2013-02-013-12/+90
|\| |
| * | [Rlog47] Replayer service, inspect-researchLog.pyKurt Partridge2013-01-313-12/+90
| |/ | | | | | | | | | | multi-project commit with Ia2dd81afb4ea124094a20a39e31ffd193edff3d2 Change-Id: I80fe8f2ce137fedf48038955d5f3d9deed04f763
* / ResearchLogger invocation testsKurt Partridge2013-01-311-1/+1
|/ | | | | | | | | - Start with just a smoke test. - Sets up a private SharedPreferences multi-project commit with I81cceba23692d64c2ea58a46351fc36d118ff825 Change-Id: I96e02d9a8de70cb5c03fd7411b886903e7a83673
* [Rlog39] Remove unnecessary commitCurrentLogUnit() callKurt Partridge2013-01-301-1/+0
| | | | Change-Id: I1983095058d004476065328ad34bb9e325af7062
* [Rlog29] User interface for recordingKurt Partridge2013-01-294-87/+258
| | | | | | | | | - Also, internal flag for automatically replaying after a recording is made (off by default) - RLog key to "Bug?" multi-project commit with I0c2fababd73eed5a341af487bca04ddd650d4cc2 Change-Id: I162c96a715de7180f276e08b4686a20f29dabafb
* [Rlog27] Add replay capabilityKurt Partridge2013-01-296-86/+579
| | | | | | | | | | | - Add support for replaying log files to the ResearchLogger. This will let users preview data that they choose to upload. - When the user explicitly requests that the system record their action, it will record everything up to, and including, the motion involved in shutting off the recording. This change also removes the stop-recording motion commands. Change-Id: Ib1df383bbf1881512cb111fab9f6749c25e436ba
* [Rlog83] Fix missing uses of hasWord() abstractionKurt Partridge2013-01-233-19/+17
| | | | Change-Id: I78e286723b1b8c8bcc7aea0cc81ef2ee66a193ac
* Merge "[Rlog81a] Determine correction type of words"Kurt Partridge2013-01-232-5/+106
|\
| * [Rlog81a] Determine correction type of wordsKurt Partridge2013-01-222-5/+106
| | | | | | | | | | | | | | | | Heuristic to determine whether a word was a typo correction or a complete replacement by examining a correction to see if it falls within the list of suggested words of the original. Change-Id: Ieec4861a811e96aef0d14622e662b589ef8b4772
* | [Rlog15] ResearchLogger option to include account name in feedbackKurt Partridge2013-01-212-7/+53
|/ | | | | | multi-project commit with I0a293f392bd605c8203dc9a62993345ad58dcfbe Change-Id: Ief5b940a62dbaeaecdf1c55f2ffdd1e0fdaea2b9
* Merge "[Rlog78b] Make log privacy filtering decisions on n-grams"Kurt Partridge2013-01-215-122/+219
|\
| * [Rlog78b] Make log privacy filtering decisions on n-gramsKurt Partridge2013-01-215-122/+219
| | | | | | | | | | | | | | | | | | | | Previously, words were pushed out of a LogBuffer one at a time. The receiving code had to keep state to know whether a n-gram was safe to log. This patch looks at the entire n-gram and makes a single decision based on it alone. mult-project commit with I3c40d7e02c77943d2668094ddb1d03efb942c74f Change-Id: Id7d90bbd551b1a2f4e0e35f38852652f68f273f8
* | Merge "[Rlog81b] Log more data with handleSeparator"Kurt Partridge2013-01-211-1/+17
|\ \
| * | [Rlog81b] Log more data with handleSeparatorKurt Partridge2013-01-181-1/+17
| | | | | | | | | | | | Change-Id: I4b2ebaa2398ac2f669e1e009e00842e55979e866
* | | Fix Apache license commentTadashi G. Takaoka2013-01-2113-104/+104
| |/ |/| | | | | Change-Id: Ic56167f952a7f4449da366e1e81610e72c966086
* | [Rlog78a] Annotate logUnits with correctionsKurt Partridge2013-01-173-4/+41
|/ | | | | | | If the user makes a correction to a word, this is now explicitly indicated in the logUnit. Change-Id: I8638aadd7b8c8e32bbc9c4b020548d786513d887
* Merge "Consolidate SuggestedWords.getWordInfo and .getInfo"Kurt Partridge2013-01-171-1/+1
|\
| * Consolidate SuggestedWords.getWordInfo and .getInfoKurt Partridge2013-01-171-1/+1
| | | | | | | | Change-Id: I959cf049f550b7be3ec002281ca7457e566b0214
* | Merge "[Rlog14] Increase feedback buffer to cover whole session"Kurt Partridge2013-01-171-4/+3
|\ \
| * | [Rlog14] Increase feedback buffer to cover whole sessionKurt Partridge2013-01-151-4/+3
| |/ | | | | | | Change-Id: I55b61d9ca6eecd56181b8d2913f71559555cd89e
* | Merge "[Rlog13] ResearchLogger fix feedback"Kurt Partridge2013-01-171-16/+23
|\ \
| * | [Rlog13] ResearchLogger fix feedbackKurt Partridge2013-01-161-16/+23
| |/ | | | | | | | | | | | | The feedback string was not being inserted in the feedback logs. Also changed the tag to "UserFeedback" from "UserTimestamp" to better reflect the data recorded. Change-Id: Iccf781b25e2573168c36e729419468f5bd73903e
* | Merge "Fix commit partial text logStatement"Kurt Partridge2013-01-171-5/+5
|\ \
| * | Fix commit partial text logStatementKurt Partridge2013-01-171-5/+5
| |/ | | | | | | | | | | | | - No longer suggests that it is called from a non-existent method in RichInputConnection Change-Id: I25fe4a0f232a4320ca113598bbcdd029ca319944
* | Merge "Add comment"Kurt Partridge2013-01-171-0/+5
|\ \
| * | Add commentKurt Partridge2013-01-141-0/+5
| | | | | | | | | | | | Change-Id: If21222aa678a827c1fcad5cacac0fa20655e4e5e
* | | [Rlog67] Renaming clarificationKurt Partridge2013-01-151-6/+10
| |/ |/| | | | | | | | | | | ResearchLogger.latinIME_handleSeparator wasn't doing anything really specific to the separator, so its implementation has been renamed according to its role. Change-Id: I24e8691c7dc440dd067e96d23e50463683e17cfc
* | Merge "[Rlog68] Logger; make filenames more unique to prevent filesys conflicts"Kurt Partridge2013-01-142-7/+24
|\ \
| * | [Rlog68] Logger; make filenames more unique to prevent filesys conflictsKurt Partridge2013-01-142-7/+24
| | | | | | | | | | | | | | | | | | multi-project commit with If6b9f8990d7cdbf570740a81096513698d0e0f4c Change-Id: I124aed24be0beb4c472869594184ecf003c2fed4
* | | Merge "[Rlog63] Log whether a manual suggestion is a prediction"Kurt Partridge2013-01-141-3/+4
|\ \ \
| * | | [Rlog63] Log whether a manual suggestion is a predictionKurt Partridge2013-01-111-3/+4
| | | | | | | | | | | | | | | | Change-Id: Ia6f793611d4b18aecb1a635655af5edb639e1ecf
* | | | Merge "[Rlog59d] Pass separatorString through revertCommit"Kurt Partridge2013-01-141-3/+5
|\ \ \ \
| * | | | [Rlog59d] Pass separatorString through revertCommitKurt Partridge2013-01-141-3/+5
| | | | | | | | | | | | | | | | | | | | Change-Id: I5ef20476318979f99f543f9300cf6198d18f6244
* | | | | Merge "[Rlog59c] More detailed logging of backspace"Kurt Partridge2013-01-131-4/+20
|\ \ \ \ \
| * | | | | [Rlog59c] More detailed logging of backspaceKurt Partridge2013-01-121-4/+20
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Normal delete events are recorded - Includes number of characters deleted for both batch and normal delete Change-Id: I422da3ddc94fa0ccd6c7586eaacf14c62dd16679
* | | | | Merge "[Rlog60] Log if a logUnit is uncommitted"Kurt Partridge2013-01-121-0/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [Rlog60] Log if a logUnit is uncommittedKurt Partridge2013-01-101-0/+3
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Normally logUnits are committed to a log when the word that their data corresponds to is complete. However, if the user reverts a word, or goes back to edit it, then the system may "uncommit" the logUnit, and append additional editing steps to the end of it. When this happens, we want to make a note of it in the log, which is what this patch does. Change-Id: If2bbb948469824c76facf5f06ed8a6da8ff9777c
* | | | Merge "[Rlog59b] Log CodeInput and KeyCode properly"Kurt Partridge2013-01-121-3/+20
|\ \ \ \
| * | | | [Rlog59b] Log CodeInput and KeyCode properlyKurt Partridge2013-01-101-3/+20
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix function calls to happen at more resilient times - In the case of phantom spaces, ensure that the logStatement goes to the correct logUnit Change-Id: Ida8f6eba1e4f33d9f9b4735316e3c6316ed316c0
* | | | Merge "[Rlog58b] Log user pauses"Kurt Partridge2013-01-112-24/+54
|\ \ \ \
| * | | | [Rlog58b] Log user pausesKurt Partridge2013-01-102-24/+54
| |/ / / | | | | | | | | | | | | Change-Id: I7802f07192a4cba4f3cfb5c08ce6d5d2d85a46c1
* | | | Merge "[Rlog59a] Split logUnits correctly around separators"Kurt Partridge2013-01-111-1/+13
|\ \ \ \ | | |_|/ | |/| |
| * | | [Rlog59a] Split logUnits correctly around separatorsKurt Partridge2013-01-101-1/+13
| |/ / | | | | | | | | | Change-Id: I65ecdead7e7bdeb8a5f1748e27068ddbd5d3ce00
* | | Merge "[Rlog] Fix some potential NPEs"Kurt Partridge2013-01-101-2/+12
|\ \ \
| * | | [Rlog] Fix some potential NPEsKurt Partridge2013-01-101-2/+12
| |/ / | | | | | | | | | Change-Id: I07b18b5db81784dca32683e5f208088181c5eed9