| Commit message (Expand) | Author | Age | Files | Lines |
* | ResearchLogging fix password field collection•••password data collection was too "sticky"; the next field wouldn't be collected either.
Change-Id: I739a956f663cff33216f83ac453b2a89d8c33dde
|  Kurt Partridge | 2012-11-28 | 1 | -2/+5 |
* | Move code point constants from Keyboard to Constants class•••Change-Id: Iee01d4d2b916d0b584531104ac865ae6e6370a3d
|  Tadashi G. Takaoka | 2012-10-29 | 1 | -4/+4 |
* | add logging code•••Change-Id: I0abb4a1ad67666162ab6703ffdb33c5e0675be93
|  Kurt Partridge | 2012-09-04 | 1 | -0/+23 |
* | ResearchLogging do not even show basic data for password fields•••Change-Id: I5489bad95f238e2f4d43bdd65bcf2f752d7a63fe
|  Kurt Partridge | 2012-09-04 | 1 | -19/+19 |
* | ResearchLog uploadingService now waits for logging to finish•••Bug: 6188932
Change-Id: I31c0f380b334d9117990f2d92de8d385e4a52c7c
|  Kurt Partridge | 2012-09-04 | 1 | -4/+8 |
* | ResearchLogger clean up splash screen•••- simpler text
- AlertDialog implementation
- declining users are redirected to regular IME
Bug: 6188932
Change-Id: Ifb983c3511125f8919f4a8b25aeee7de66dbb0cb
|  Kurt Partridge | 2012-08-30 | 1 | -32/+35 |
* | ResearchLogger no longer offers option to disable logging•••Bug: 6188932
Change-Id: I0b9474216080f3820438c09f89b0b6c6c102c69d
|  Kurt Partridge | 2012-08-30 | 1 | -23/+38 |
* | Optimize rare Key attributes to separate class•••This change also removes per-Key verticalGap and horizontalGap.
Change-Id: Id4d2129022fbbfbf5d740b8d1257032c945bb775
|  Tadashi G. Takaoka | 2012-08-30 | 1 | -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 Partridge | 2012-08-22 | 1 | -6/+40 |
* | ResearchLogging log when preferences change•••Bug: 6188932
Change-Id: I82a115aed30d7693f92d784a32b038996d8b71e3
|  Kurt Partridge | 2012-08-22 | 1 | -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 Partridge | 2012-08-21 | 1 | -298/+168 |
* | Remove KeyboardSwitcher reference from ResearchLogger•••Change-Id: I671a83c19977fda358c8e8a730e22ee155f65512
|  Tadashi G. Takaoka | 2012-08-22 | 1 | -13/+12 |
* | Merge "Add CollectionUtils class to create generic collection easily" into jb... |  Tadashi G. Takaoka | 2012-08-21 | 1 | -6/+7 |
|\ |
|
| * | Add CollectionUtils class to create generic collection easily•••Change-Id: I6b4de9187e122298e5e9cd8ddc9070d062df6a89
|  Tadashi G. Takaoka | 2012-08-22 | 1 | -6/+7 |
* | | ResearchLogger to track simple statistics•••Bug: 6188932
Change-Id: Ie1bb7322706c2d4a56f5e17044bc746e9df1cf18
|  Kurt Partridge | 2012-08-21 | 1 | -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 Partridge | 2012-08-21 | 1 | -98/+113 |
* | Rename and consolidate some constants•••Change-Id: I7863936cca18b28bf0117afcbcf544a5fd7f185d
|  Tadashi G. Takaoka | 2012-08-21 | 1 | -8/+4 |
* | Remove touch coordinate from pickSuggestionManually•••Change-Id: I33b1b4bc6fdfd263c4b2bb7125c07b4bddcf3c9f
|  Tadashi G. Takaoka | 2012-08-21 | 1 | -7/+14 |
* | Revert "ResearchLogger log RichInputConnection"•••This reverts commit 1964ffb3f43f0ada429d13b41bd22b90a97fa9fc
Change-Id: Ie43e7ac828faa91e1824a255bb3ecf6c8222d4e8
|  Kurt Partridge | 2012-08-20 | 1 | -113/+98 |
* | 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 Ib71f841044ec1072610ab5638a5edfce29b7c05b
DO NOT MERGE
Bug: 6188932
Change-Id: I9ec7500a5b18bfe1a5a5bb1e5bf21c43351fc59e
|  Kurt Partridge | 2012-08-17 | 1 | -98/+113 |
* | Lingering gesture floating preview text a bit•••Bug: 6936095
Change-Id: I873343e9aa6afdf6bdb223795f03232509b012a7
|  Tadashi G. Takaoka | 2012-08-07 | 1 | -4/+4 |
* | Rename SuggestionsView to SuggestionStripView |  Tadashi G. Takaoka | 2012-07-23 | 1 | -5/+5 |
* | Rename LatinKeyboardView to MainKeyboardView•••Change-Id: I8f3123b8d727c7beb72e226f80c17794f89c8b60
|  Tadashi G. Takaoka | 2012-07-23 | 1 | -17/+17 |
* | ResearchLogging indicator•••- shows a indicator that logging is on. two options are available: an obvious
red outline around the keyboard, and a subtle red dot in the lower right-hand
corner. currently configured for the subtle red dot.
Bug: 6188932
Change-Id: I0fd1ac5a0f20329adc603aa65ab85f2d38b9fc43
|  Kurt Partridge | 2012-07-22 | 1 | -5/+46 |
* | ResearchLog splash screen•••Bug: 6188932
Change-Id: I1b247ecc26a2dd4f3f1c1b1cd3d928af717ebdd5
|  Kurt Partridge | 2012-07-22 | 1 | -7/+82 |
* | ResearchLogger feedback form•••- also cleaned up RLog menu
multi-project commit with If0fd4fef89d390073e6939d5188ed5696866cb33
Bug: 6188932
Change-Id: I4f66f13bd366b4e8bde742ccd0704f812c6d33f9
|  Kurt Partridge | 2012-07-22 | 1 | -40/+110 |
* | ResearchLog uploading•••- uploads files in the background to server
multi-project commit with Ie0d937773e04b2fbefc8d76c231aaa52ebc392c9
Bug: 6188932
Change-Id: I90bb0e237eeb567e4cbb51085f2229f17f1fe71c
|  Kurt Partridge | 2012-07-20 | 1 | -1/+6 |
* | ResearchLog refactor•••- new package: com.android.inputmethod.research
multi-project commit with Ic0a5744f3160d13218addd589890623c0d120ffc
Bug: 6188932
Change-Id: Icf8d4a40a5725401799be6e209a640d99a5f34c4
|  Kurt Partridge | 2012-07-20 | 1 | -0/+1089 |