Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add toString method to InputPointers and ResizableIntArray•••Change-Id: I835ee131855bef8233cf2672e2fb288b939148a6 | 2012-08-23 | 2 | -0/+18 | |
* | Merge "Remeve the reference of MainKeyboardView from PointerTracker" into jb-... | 2012-08-23 | 2 | -70/+62 | |
|\ | |||||
| * | Remeve the reference of MainKeyboardView from PointerTracker•••This change also consolidates MainKeyboardView.KeyTimerParams with KeyTimerHandler. Change-Id: Ifc70ca81fa7d7daded4c2204fcdffdf942c16bc5 | 2012-08-23 | 2 | -70/+62 | |
* | | Use PointerTrackerQueue.size instead of MotionEvent.getPointerCount•••Change-Id: I089e905def0b70bd38fd54ab2d84689b904bb320 | 2012-08-23 | 1 | -2/+3 | |
|/ | |||||
* | Cosmetic change to PointerTracker•••* Add final to parameters and locals * Add curly bracket around single statement if-block Change-Id: I9f3b23f7145e6b1d6ef806d991ed71ebc63311ff | 2012-08-23 | 1 | -54/+68 | |
* | 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 | 2012-08-22 | 5 | -246/+268 | |
* | ResearchLogging log when preferences change•••Bug: 6188932 Change-Id: I82a115aed30d7693f92d784a32b038996d8b71e3 | 2012-08-22 | 1 | -0/+13 | |
* | Merge "ResearchLogging capture full n-gram data" into jb-mr1-dev | 2012-08-22 | 10 | -480/+626 | |
|\ | |||||
| * | 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 | 2012-08-21 | 10 | -480/+626 | |
* | | Merge "Fix SubtypeSwitcher initialization path" into jb-mr1-dev | 2012-08-22 | 3 | -52/+76 | |
|\ \ | |||||
| * | | Fix SubtypeSwitcher initialization path•••This change also removes the reference of LatinIME from SubtypeSwitcher. Bug: 7026856 Change-Id: I78a266f3682b11f09b49bbcdcdb6aee713e6af37 | 2012-08-22 | 3 | -52/+76 | |
* | | | Remove TextView reference from PointerTracker•••Change-Id: If8e65c08ec97f6d57932c9e3412d6fe17b0994ea | 2012-08-22 | 2 | -20/+29 | |
* | | | Add static construct method for SparseArray•••Change-Id: I6da97f6ea23578318f403bb5d64c30b1663c69ee | 2012-08-22 | 8 | -8/+16 | |
|/ / | |||||
* / | Remove GCUtils utility class•••Change-Id: Ia666aeb10c155d69763faf7f01ceca113b9b4653 | 2012-08-22 | 3 | -77/+13 | |
|/ | |||||
* | Merge "Remove KeyboardSwitcher reference from ResearchLogger" into jb-mr1-dev | 2012-08-21 | 3 | -15/+24 | |
|\ | |||||
| * | Remove KeyboardSwitcher reference from ResearchLogger•••Change-Id: I671a83c19977fda358c8e8a730e22ee155f65512 | 2012-08-22 | 3 | -15/+24 | |
* | | Merge "Fix a silly bug." into jb-mr1-dev | 2012-08-21 | 1 | -1/+1 | |
|\ \ | |/ |/| | |||||
| * | Fix a silly bug.•••This would prevent user history to work at all. Bug: 7023638 Change-Id: I5d8867a07fb8859325d274e956ae667c094d0ac1 | 2012-08-22 | 1 | -1/+1 | |
* | | Merge "Add CollectionUtils class to create generic collection easily" into jb... | 2012-08-21 | 41 | -114/+215 | |
|\ \ | |||||
| * | | Add CollectionUtils class to create generic collection easily•••Change-Id: I6b4de9187e122298e5e9cd8ddc9070d062df6a89 | 2012-08-22 | 41 | -114/+215 | |
* | | | Merge "ResearchLogger to track simple statistics" into jb-mr1-dev | 2012-08-21 | 2 | -1/+202 | |
|\ \ \ | |/ / |/| | | |||||
| * | | ResearchLogger to track simple statistics•••Bug: 6188932 Change-Id: Ie1bb7322706c2d4a56f5e17044bc746e9df1cf18 | 2012-08-21 | 2 | -1/+202 | |
* | | | Merge "ResearchLogger log RichInputConnection" into jb-mr1-dev | 2012-08-21 | 3 | -184/+189 | |
|\| | | |||||
| * | | 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 | 2012-08-21 | 3 | -184/+189 | |
* | | | Merge "Revert "ResearchLogger log RichInputConnection"" into jb-mr1-dev | 2012-08-21 | 3 | -189/+184 | |
|\ \ \ | |||||
| * | | | Revert "ResearchLogger log RichInputConnection"•••This reverts commit d0c41e0c68f7f5fafcebeba18f5590dc5421134c Change-Id: I5fd8a67a9fdadb7e6532cafecd00c8f33a00ec72 | 2012-08-21 | 3 | -189/+184 | |
* | | | | Merge "ResearchLogger log RichInputConnection" into jb-mr1-dev | 2012-08-21 | 3 | -184/+189 | |
|\| | | | |||||
| * | | | 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 Ifbabefc008d32d99f89e8289e504188e7232ebd4 Bug: 6188932 Change-Id: I4a42d963ba952e703d425acd3a9871d5fca1f03a | 2012-08-21 | 3 | -184/+189 | |
| |/ / | |||||
* / / | Import translations. DO NOT MERGE•••Change-Id: Id2d245dd2623e5a23871d389aa600b367cbbfe77 Auto-generated-cl: translation import | 2012-08-21 | 1 | -2/+2 | |
|/ / | |||||
* | | Merge "Treat all caps for gesture input." into jb-mr1-dev | 2012-08-21 | 2 | -5/+10 | |
|\ \ | |||||
| * | | Treat all caps for gesture input.•••Bug: 6950087 Change-Id: I9f2271780600572c9befa96c7ad98494c554dd2b | 2012-08-21 | 2 | -5/+10 | |
* | | | Merge "Tell the shift mode to the word composer." into jb-mr1-dev | 2012-08-21 | 4 | -15/+53 | |
|\| | | |||||
| * | | Tell the shift mode to the word composer.•••Bug: 6950087 Change-Id: Ifab9d6d075af398c6468d081216488712f8a53fb | 2012-08-21 | 4 | -15/+53 | |
| |/ | |||||
* | | Rename and consolidate some constants•••Change-Id: I7863936cca18b28bf0117afcbcf544a5fd7f185d | 2012-08-21 | 14 | -61/+53 | |
* | | Merge "Fix NPE" into jb-mr1-dev | 2012-08-21 | 1 | -3/+15 | |
|\ \ | |||||
| * | | Fix NPE•••Bug: 7017430 Change-Id: Ie46f02a934763c3b6d65d0d62a8239d80eaefabd | 2012-08-21 | 1 | -3/+15 | |
| |/ | |||||
* / | Remove touch coordinate from pickSuggestionManually•••Change-Id: I33b1b4bc6fdfd263c4b2bb7125c07b4bddcf3c9f | 2012-08-21 | 4 | -21/+23 | |
|/ | |||||
* | Merge "Revert "ResearchLogger log RichInputConnection"" into jb-mr1-dev | 2012-08-20 | 3 | -189/+184 | |
|\ | |||||
| * | Revert "ResearchLogger log RichInputConnection"•••This reverts commit 1964ffb3f43f0ada429d13b41bd22b90a97fa9fc Change-Id: Ie43e7ac828faa91e1824a255bb3ecf6c8222d4e8 | 2012-08-20 | 3 | -189/+184 | |
* | | Merge "Revert "ResearchLogger to track simple statistics"" into jb-mr1-dev | 2012-08-20 | 2 | -202/+1 | |
|\ \ | |||||
| * | | Revert "ResearchLogger to track simple statistics"•••This reverts commit 7cec911fde16775c28db3dbb16b064fc7ce69b55 Change-Id: I3eb055e03a9cf463356ebaefc7827ab65a963072 | 2012-08-20 | 2 | -202/+1 | |
* | | | Merge "Revert "ResearchLogging capture full n-gram data"" into jb-mr1-dev | 2012-08-20 | 10 | -619/+482 | |
|\ \ \ | |||||
| * | | | Revert "ResearchLogging capture full n-gram data"•••This reverts commit 221e756fd7d585f0eb75377b851f23cad24ccd7f Change-Id: Iefc4e4e27ddc925d4a4634627b0467bd4ee2a66e | 2012-08-20 | 10 | -619/+482 | |
* | | | | Merge "Revert "ResearchLogging log when preferences change"" into jb-mr1-dev | 2012-08-20 | 1 | -13/+0 | |
|\ \ \ \ | |||||
| * | | | | Revert "ResearchLogging log when preferences change"•••This reverts commit c58f5d904bceab9b33840a7de4e3de4323b2126b Change-Id: Ifab54ecc8b7898fe0af6446d397efd6cdb28f670 | 2012-08-20 | 1 | -13/+0 | |
* | | | | | Merge "Revert "ResearchLogging upload via service"" into jb-mr1-dev | 2012-08-20 | 5 | -268/+246 | |
|\ \ \ \ \ | |||||
| * | | | | | Revert "ResearchLogging upload via service"•••This reverts commit baf1f0bd616ca1fc3b53ad832012f498b3601afb Change-Id: I7d959b9b626c8fb69a57788e243752952258fa80 | 2012-08-20 | 5 | -268/+246 | |
* | | | | | | Merge changes Ie980d38a,Ia7ee65e7 into jb-mr1-dev•••* changes: ResearchLogging upload via service ResearchLogging log when preferences change | 2012-08-20 | 5 | -246/+281 | |
|\| | | | | | |||||
| * | | | | | ResearchLogging upload via service•••DO NOT MERGE 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 I40db74fb780e01364609339764e150f0291d3f9b Bug: 6188932 Change-Id: Ie980d38a713d15c01083d41bd73f0602ec75dd16 | 2012-08-17 | 5 | -246/+268 | |
| |/ / / / | |||||
| * / / / | ResearchLogging log when preferences change•••DO NOT MERGE Bug: 6188932 Change-Id: Ia7ee65e7f3be10d031a065aaa6c3d18610c7dff0 | 2012-08-17 | 1 | -0/+13 | |
| |/ / / |