| Commit message (Expand) | Author | Age | Files | Lines |
* | Add toString method to InputPointers and ResizableIntArray•••Change-Id: I835ee131855bef8233cf2672e2fb288b939148a6
|  Tadashi G. Takaoka | 2012-08-23 | 2 | -0/+18 |
* | Merge "Remeve the reference of MainKeyboardView from PointerTracker" into jb-... |  Tadashi G. Takaoka | 2012-08-23 | 2 | -70/+62 |
|\ |
|
| * | Remeve the reference of MainKeyboardView from PointerTracker•••This change also consolidates MainKeyboardView.KeyTimerParams with
KeyTimerHandler.
Change-Id: Ifc70ca81fa7d7daded4c2204fcdffdf942c16bc5
|  Tadashi G. Takaoka | 2012-08-23 | 2 | -70/+62 |
* | | Use PointerTrackerQueue.size instead of MotionEvent.getPointerCount•••Change-Id: I089e905def0b70bd38fd54ab2d84689b904bb320
|  Tadashi G. Takaoka | 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
|  Tadashi G. Takaoka | 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
|  Kurt Partridge | 2012-08-22 | 4 | -246/+264 |
* | ResearchLogging log when preferences change•••Bug: 6188932
Change-Id: I82a115aed30d7693f92d784a32b038996d8b71e3
|  Kurt Partridge | 2012-08-22 | 1 | -0/+13 |
* | Merge "ResearchLogging capture full n-gram data" into jb-mr1-dev |  Kurt Partridge | 2012-08-22 | 9 | -479/+624 |
|\ |
|
| * | 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 | 9 | -479/+624 |
* | | Merge "Fix SubtypeSwitcher initialization path" into jb-mr1-dev |  Tadashi G. Takaoka | 2012-08-22 | 2 | -51/+74 |
|\ \ |
|
| * | | Fix SubtypeSwitcher initialization path•••This change also removes the reference of LatinIME from
SubtypeSwitcher.
Bug: 7026856
Change-Id: I78a266f3682b11f09b49bbcdcdb6aee713e6af37
|  Tadashi G. Takaoka | 2012-08-22 | 2 | -51/+74 |
* | | | Remove TextView reference from PointerTracker•••Change-Id: If8e65c08ec97f6d57932c9e3412d6fe17b0994ea
|  Tadashi G. Takaoka | 2012-08-22 | 2 | -20/+29 |
* | | | Add static construct method for SparseArray•••Change-Id: I6da97f6ea23578318f403bb5d64c30b1663c69ee
|  Tadashi G. Takaoka | 2012-08-22 | 8 | -8/+16 |
|/ / |
|
* / | Remove GCUtils utility class•••Change-Id: Ia666aeb10c155d69763faf7f01ceca113b9b4653
|  Tadashi G. Takaoka | 2012-08-22 | 3 | -77/+13 |
|/ |
|
* | Merge "Remove KeyboardSwitcher reference from ResearchLogger" into jb-mr1-dev |  Tadashi G. Takaoka | 2012-08-21 | 3 | -15/+24 |
|\ |
|
| * | Remove KeyboardSwitcher reference from ResearchLogger•••Change-Id: I671a83c19977fda358c8e8a730e22ee155f65512
|  Tadashi G. Takaoka | 2012-08-22 | 3 | -15/+24 |
* | | Merge "Fix a silly bug." into jb-mr1-dev |  Jean Chalard | 2012-08-21 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Fix a silly bug.•••This would prevent user history to work at all.
Bug: 7023638
Change-Id: I5d8867a07fb8859325d274e956ae667c094d0ac1
|  Jean Chalard | 2012-08-22 | 1 | -1/+1 |
* | | Merge "Add CollectionUtils class to create generic collection easily" into jb... |  Tadashi G. Takaoka | 2012-08-21 | 37 | -106/+205 |
|\ \ |
|
| * | | Add CollectionUtils class to create generic collection easily•••Change-Id: I6b4de9187e122298e5e9cd8ddc9070d062df6a89
|  Tadashi G. Takaoka | 2012-08-22 | 37 | -106/+205 |
* | | | ResearchLogger to track simple statistics•••Bug: 6188932
Change-Id: Ie1bb7322706c2d4a56f5e17044bc746e9df1cf18
|  Kurt Partridge | 2012-08-21 | 2 | -1/+202 |
|/ / |
|
* | | 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 | 3 | -184/+189 |
* | | Merge "Treat all caps for gesture input." into jb-mr1-dev |  Jean Chalard | 2012-08-21 | 2 | -5/+10 |
|\ \ |
|
| * | | Treat all caps for gesture input.•••Bug: 6950087
Change-Id: I9f2271780600572c9befa96c7ad98494c554dd2b
|  Jean Chalard | 2012-08-21 | 2 | -5/+10 |
* | | | Merge "Tell the shift mode to the word composer." into jb-mr1-dev |  Jean Chalard | 2012-08-21 | 4 | -15/+53 |
|\| | |
|
| * | | Tell the shift mode to the word composer.•••Bug: 6950087
Change-Id: Ifab9d6d075af398c6468d081216488712f8a53fb
|  Jean Chalard | 2012-08-21 | 4 | -15/+53 |
| |/ |
|
* | | Rename and consolidate some constants•••Change-Id: I7863936cca18b28bf0117afcbcf544a5fd7f185d
|  Tadashi G. Takaoka | 2012-08-21 | 13 | -57/+52 |
* | | Merge "Fix NPE" into jb-mr1-dev |  Tadashi G. Takaoka | 2012-08-21 | 1 | -3/+15 |
|\ \ |
|
| * | | Fix NPE•••Bug: 7017430
Change-Id: Ie46f02a934763c3b6d65d0d62a8239d80eaefabd
|  Tadashi G. Takaoka | 2012-08-21 | 1 | -3/+15 |
| |/ |
|
* / | Remove touch coordinate from pickSuggestionManually•••Change-Id: I33b1b4bc6fdfd263c4b2bb7125c07b4bddcf3c9f
|  Tadashi G. Takaoka | 2012-08-21 | 3 | -18/+22 |
|/ |
|
* | Merge "Revert "ResearchLogger log RichInputConnection"" into jb-mr1-dev |  Kurt Partridge | 2012-08-20 | 3 | -189/+184 |
|\ |
|
| * | Revert "ResearchLogger log RichInputConnection"•••This reverts commit 1964ffb3f43f0ada429d13b41bd22b90a97fa9fc
Change-Id: Ie43e7ac828faa91e1824a255bb3ecf6c8222d4e8
|  Kurt Partridge | 2012-08-20 | 3 | -189/+184 |
* | | Merge "Revert "ResearchLogger to track simple statistics"" into jb-mr1-dev |  Kurt Partridge | 2012-08-20 | 2 | -202/+1 |
|\ \ |
|
| * | | Revert "ResearchLogger to track simple statistics"•••This reverts commit 7cec911fde16775c28db3dbb16b064fc7ce69b55
Change-Id: I3eb055e03a9cf463356ebaefc7827ab65a963072
|  Kurt Partridge | 2012-08-20 | 2 | -202/+1 |
* | | | Merge "Revert "ResearchLogging capture full n-gram data"" into jb-mr1-dev |  Kurt Partridge | 2012-08-20 | 9 | -617/+481 |
|\ \ \ |
|
| * | | | Revert "ResearchLogging capture full n-gram data"•••This reverts commit 221e756fd7d585f0eb75377b851f23cad24ccd7f
Change-Id: Iefc4e4e27ddc925d4a4634627b0467bd4ee2a66e
|  Kurt Partridge | 2012-08-20 | 9 | -617/+481 |
* | | | | Merge "Revert "ResearchLogging log when preferences change"" into jb-mr1-dev |  Kurt Partridge | 2012-08-20 | 1 | -13/+0 |
|\ \ \ \ |
|
| * | | | | Revert "ResearchLogging log when preferences change"•••This reverts commit c58f5d904bceab9b33840a7de4e3de4323b2126b
Change-Id: Ifab54ecc8b7898fe0af6446d397efd6cdb28f670
|  Kurt Partridge | 2012-08-20 | 1 | -13/+0 |
* | | | | | Merge "Revert "ResearchLogging upload via service"" into jb-mr1-dev |  Kurt Partridge | 2012-08-20 | 4 | -264/+246 |
|\ \ \ \ \ |
|
| * | | | | | Revert "ResearchLogging upload via service"•••This reverts commit baf1f0bd616ca1fc3b53ad832012f498b3601afb
Change-Id: I7d959b9b626c8fb69a57788e243752952258fa80
|  Kurt Partridge | 2012-08-20 | 4 | -264/+246 |
* | | | | | | Merge changes Ie980d38a,Ia7ee65e7 into jb-mr1-dev•••* changes:
ResearchLogging upload via service
ResearchLogging log when preferences change
|  Kurt Partridge | 2012-08-20 | 4 | -246/+277 |
|\| | | | | |
|
| * | | | | | 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
|  Kurt Partridge | 2012-08-17 | 4 | -246/+264 |
| |/ / / / |
|
| * / / / | ResearchLogging log when preferences change•••DO NOT MERGE
Bug: 6188932
Change-Id: Ia7ee65e7f3be10d031a065aaa6c3d18610c7dff0
|  Kurt Partridge | 2012-08-17 | 1 | -0/+13 |
| |/ / / |
|
* | | | | Merge changes I568c90d4,I4667f8f6 into jb-mr1-dev•••* changes:
ResearchLogging capture full n-gram data
ResearchLogger to track simple statistics
|  Kurt Partridge | 2012-08-20 | 9 | -455/+792 |
|\| | | |
|
| * | | | ResearchLogging capture full n-gram data•••DO NOT MERGE
- 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 Ie2bc79fd7fe6b951b24771e94b8d4ca21989af65
Bug: 6188932
Change-Id: I568c90d4af07e7c759c1e7fc64b716bd8c7b4ae5
|  Kurt Partridge | 2012-08-17 | 9 | -481/+617 |
| |/ / |
|
| * / | ResearchLogger to track simple statistics•••DO NOT MERGE
Bug: 6188932
Change-Id: I4667f8f60aa356c73f925c298318520f71e144c5
|  Kurt Partridge | 2012-08-17 | 2 | -1/+202 |
| |/ |
|
* | | Merge "ResearchLogger log RichInputConnection" into jb-mr1-dev |  Kurt Partridge | 2012-08-20 | 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 Ib71f841044ec1072610ab5638a5edfce29b7c05b
DO NOT MERGE
Bug: 6188932
Change-Id: I9ec7500a5b18bfe1a5a5bb1e5bf21c43351fc59e
|  Kurt Partridge | 2012-08-17 | 3 | -184/+189 |
* | | Merge "Cleaup gesture preview drawing code a bit" into jb-mr1-dev |  Tadashi G. Takaoka | 2012-08-19 | 1 | -19/+22 |
|\ \ |
|
| * | | Cleaup gesture preview drawing code a bit•••Change-Id: Ie75d497ba88805d945d6039ecad09ed0e8e5e4d3
|  Tadashi G. Takaoka | 2012-08-20 | 1 | -19/+22 |