aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/research (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | [FileEncap4] Simplify logic•••Change-Id: Ibb8660d12812b867856259d3e5c04a31e281027d Kurt Partridge2013-03-061-4/+5
* | [FileEncap3] Extract isUploadingUnconditionally method•••- remove isUploadingUnconditionally local variable Change-Id: I69be8708c1f306568cbb9c5cbefc9e42a87df497 Kurt Partridge2013-03-061-5/+8
* | [FileEncap2] Remove mCanUpload instance variable•••Change-Id: I62a100c4d73bb64a14a7994f7dd9af7b6946d064 Kurt Partridge2013-03-061-6/+5
* | [FileEncap1] Extract hasUploadingPermisssions method•••Change-Id: Ica1dabcf066cde6580035f12fa35a404cb32fb3f Kurt Partridge2013-03-061-4/+7
* | Little cleanups•••Change-Id: I2ded3d0a29610941fac27c9b26168dd6c06ceccc Kurt Partridge2013-03-051-7/+4
* | Clean up initialization ordering•••This change is based on an earlier one that got stuck in Gerrit: Iab77504b Change-Id: I27ad9dfb1bbb2300bd1e61d881a6ea0e116db066 Kurt Partridge2013-03-051-29/+24
* | Clean up logic in onUserLoggingConsent•••- Make ResearchSetting for whether the user has seen the splash screen - Inline #setLoggingAllowed, which is short and is now only called by onUserLoggingConsent Change-Id: Icdf4592777b80643807b6ccf1d3896459c503e02 Kurt Partridge2013-03-042-17/+17
* | Clean up PREF_USABILITY_STUDY_MODE•••- Refer to a common default value in DebugSettings - Make PREF_USABILITY_STUDY_MODE independent of the ResearchLogger - ResearchLogger uses its own preference through ResearchSettings multi-project commit with Ie0df836c9d779eba484b522666ec357f4e234823 Change-Id: I88547a2f619db6e7364abbbec12f9f76855dd11a Kurt Partridge2013-03-042-14/+15
* | Merge "Remove MainLogBuffer#setSuggest()"Kurt Partridge2013-03-042-10/+13
|\ \
| * | Remove MainLogBuffer#setSuggest()•••multi-project commit with Ia98b1406fc2ee11a96893c77ea58d800fece7624 Change-Id: I8bc3d07b83dbe7d8fc56a618de07dade7f510b13 Kurt Partridge2013-03-012-10/+13
* | | Merge "Move UUID preference reading to ResearchSettings.java"Kurt Partridge2013-03-022-19/+45
|\ \ \ | |/ / |/| |
| * | Move UUID preference reading to ResearchSettings.java•••Change-Id: I8157249259cf8c3218c5c82a5729f4cbc1fb4eeb Kurt Partridge2013-02-282-19/+45
* | | [TestPrep22] Make variable package-private for testing•••Change-Id: I902a6a40df1c672c611672f34d2f3237b0d1821b Kurt Partridge2013-02-281-1/+1
* | | [TestPrep20] Clean up import statement•••Change-Id: Ifcfec09b669d8b2012b1c960bd4b1471c7946870 Kurt Partridge2013-02-281-1/+0
|/ /
* | Merge "[TestPrep18] Make class public for testing"Kurt Partridge2013-02-281-1/+1
|\ \
| * | [TestPrep18] Make class public for testing•••Change-Id: I4b457f44dd6a5a595c61a62061ea02c251fa9ab1 Kurt Partridge2013-02-261-1/+1
* | | Merge "[TestPrep17] Allow fake dictionary for testing"Kurt Partridge2013-02-271-0/+13
|\| |
| * | [TestPrep17] Allow fake dictionary for testing•••Currently ResearchLog requires a full dictionary to perform privacy-related checks. This makes testing difficult. This change allows a fake dictionary to be used instead. Change-Id: Ifca5bd8647475a6b84e4324117e0faa0a35479ee Kurt Partridge2013-02-261-0/+13
* | | Merge "Ensure Preference listener is unregistered"Kurt Partridge2013-02-271-0/+6
|\ \ \ | |/ / |/| |
| * | Ensure Preference listener is unregistered•••Change-Id: I1a4d1e7bc45fc30cb1b63ea6020f0eee6e804333 Kurt Partridge2013-02-261-0/+6
| |/
* | [TestPrep11] Only use mHasWrittenData to control JsonWriter#endArray() call•••Change-Id: If2107e38575b009a4c372194ecd827e27bdbb2b4 Kurt Partridge2013-02-261-9/+5
* | [TestPrep10] Add some comments•••Change-Id: Ia8e0bd72b0dc09bfc256ec5d1996637554376b5f Kurt Partridge2013-02-261-4/+28
|/
* [TestPrep8] Narrow try/catch scope•••Change-Id: If15f250feb81c2ad55ce1bc7dc3dafa57de87aef Kurt Partridge2013-02-211-10/+9
* [TestPrep7] Encapsulate JsonWriter creation•••Change-Id: I4e97fa28dd0bb1101edc0db03f024432fee6f6fe Kurt Partridge2013-02-211-8/+19
* [TestPrep5] Parameterize MainLogBuffer•••Change-Id: I6d84f490922cd1f40e44ca4f95c9d950fba38290 Kurt Partridge2013-02-202-19/+19
* [TestPrep4] Add some finals•••Change-Id: Ib437a6ad7fd6a897e2bbc65afe881ae8a3b1cbb0 Kurt Partridge2013-02-201-3/+3
* [TestPrep3] Add helper method to retrive dictionary•••Change-Id: Id6e03c6f8a3e96979d589f0605ac056fcad7e1ff Kurt Partridge2013-02-201-7/+9
* [TestPrep2] Rename a method•••Change-Id: Id9a72045afa3558b20b9d63c8720fb7443d34fd9 Kurt Partridge2013-02-202-4/+4
* [TestPrep1] Move MotionEvent.Action strings to LoggingUtils•••Change-Id: I7b9ed800552f2fd546ed21e9dc06ea1ff5798337 Kurt Partridge2013-02-202-11/+39
* Cleanup in preparation for tests•••multi-project commit with I1212da392ecda0ad78962da68941870b5a651eee Change-Id: Ie74af59d4e45bf954723fee9dcf350a36468c381 Kurt Partridge2013-02-123-9/+16
* Merge "Add batchMode field to PickSuggestionManually"Kurt Partridge2013-02-121-2/+2
|\
| * Add batchMode field to PickSuggestionManually•••Change-Id: Iaaffc71378154240538bf90f0b85c3f17f3f78b3 Kurt Partridge2013-02-081-2/+2
* | Close file properly•••Change-Id: Ied55b6a6f1e64bbca558316d8d3d207d7655cf91 Kurt Partridge2013-02-081-4/+12
|/
* Refactor LogStatement publishing method•••The method in LogUnit for publishing a LogStatement to a JsonWriter doesn't depend on anything in the LogUnit. multi-project commit with Id1d6ff4851148bba0e6b5a1ec6eec2b842d9c707 Change-Id: I323cec239d6ea1cee602c2ecf9b13713791e9283 Kurt Partridge2013-02-053-90/+109
* Merge "[Rlog79b] Save channel name during internal use"Kurt Partridge2013-02-042-6/+33
|\
| * [Rlog79b] Save channel name during internal use•••The feedback string is used as a channel name in internal builds. Add a flag that lets it be saved between calls to make it easier to generate test data. Change-Id: I5c6149b1e68239cd968b6852d03cc240ddde99ca Kurt Partridge2013-02-042-6/+33
* | [Rlog48c] Replay historical motion data•••Change-Id: Ib398ea61ff048b1a4ac3b7f7b4a772e173a7b294 Kurt Partridge2013-02-042-21/+252
* | [Rlog48b] Better visual indicator for logging state•••Now applies yellow bars if recording, green bars if replaying. Change-Id: I39d39de6254fd57107ea5355c43b154244520985 Kurt Partridge2013-02-012-3/+23
* | Merge "[Rlog79a] Disallow empty feedback messages"Kurt Partridge2013-02-011-6/+14
|\|
| * [Rlog79a] Disallow empty feedback messages•••Change-Id: I30f7c07606e466c3c9538adad94024d00f0901de Kurt Partridge2013-02-011-6/+14
* | Merge "[Rlog48a] Update and make logging strings consistent"Kurt Partridge2013-02-014-13/+12
|\ \
| * | [Rlog48a] Update and make logging strings consistent•••Change-Id: Iae04115921aaf6bbc3c6ad6e7d2d0e7401af41f8 Kurt Partridge2013-01-314-13/+12
* | | Merge "[Rlog47] Replayer service, inspect-researchLog.py"Kurt Partridge2013-02-013-12/+90
|\| |
| * | [Rlog47] Replayer service, inspect-researchLog.py•••multi-project commit with Ia2dd81afb4ea124094a20a39e31ffd193edff3d2 Change-Id: I80fe8f2ce137fedf48038955d5f3d9deed04f763 Kurt Partridge2013-01-313-12/+90
| |/
* / ResearchLogger invocation tests•••- Start with just a smoke test. - Sets up a private SharedPreferences multi-project commit with I81cceba23692d64c2ea58a46351fc36d118ff825 Change-Id: I96e02d9a8de70cb5c03fd7411b886903e7a83673 Kurt Partridge2013-01-311-1/+1
|/
* [Rlog39] Remove unnecessary commitCurrentLogUnit() call•••Change-Id: I1983095058d004476065328ad34bb9e325af7062 Kurt Partridge2013-01-301-1/+0
* [Rlog29] User interface for recording•••- 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 Kurt Partridge2013-01-294-87/+258
* [Rlog27] Add replay capability•••- 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 Kurt Partridge2013-01-296-86/+579
* [Rlog83] Fix missing uses of hasWord() abstraction•••Change-Id: I78e286723b1b8c8bcc7aea0cc81ef2ee66a193ac Kurt Partridge2013-01-233-19/+17
* Merge "[Rlog81a] Determine correction type of words"Kurt Partridge2013-01-232-5/+106
|\