- Nov 30, 2012
-
-
Kurt Partridge authored
Previously, a logunit was considered a word only if it was all letters. This is important for tracking bigrams correctly. Now, a logunit must have only at least one letter. The dictionary check is still performed, and punctuation, etc. still comes in as separate LogUnits. But a word can contain a space, which helps set up for logging words where spaces are inserted automatically, and other situations in which text is committed with an additional space tacked onto the end. Change-Id: Ia74094a99058890d20a9cdadf2d0989841a79a41
-
Kurt Partridge authored
Change-Id: Id68de4c6b2df574a38bb5ca800a9b641b1d78200
-
- Nov 29, 2012
-
-
Kurt Partridge authored
Change-Id: I03729506984f259dee63f3a66fd91963e3403d16
-
Kurt Partridge authored
password data collection was too "sticky"; the next field wouldn't be collected either. Change-Id: I739a956f663cff33216f83ac453b2a89d8c33dde
-
- Oct 29, 2012
-
-
Tadashi G. Takaoka authored
Change-Id: Iee01d4d2b916d0b584531104ac865ae6e6370a3d
-
- Sep 04, 2012
-
-
Kurt Partridge authored
Change-Id: I0abb4a1ad67666162ab6703ffdb33c5e0675be93
-
Kurt Partridge authored
Change-Id: I5489bad95f238e2f4d43bdd65bcf2f752d7a63fe
-
Kurt Partridge authored
Bug: 6188932 Change-Id: I31c0f380b334d9117990f2d92de8d385e4a52c7c
-
- Aug 31, 2012
-
-
Kurt Partridge authored
- simpler text - AlertDialog implementation - declining users are redirected to regular IME Bug: 6188932 Change-Id: Ifb983c3511125f8919f4a8b25aeee7de66dbb0cb
-
Kurt Partridge authored
Bug: 6188932 Change-Id: I0b9474216080f3820438c09f89b0b6c6c102c69d
-
- Aug 30, 2012
-
-
Tadashi G. Takaoka authored
This change also removes per-Key verticalGap and horizontalGap. Change-Id: Id4d2129022fbbfbf5d740b8d1257032c945bb775
-
- Aug 22, 2012
-
-
Kurt Partridge authored
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 authored
Bug: 6188932 Change-Id: I82a115aed30d7693f92d784a32b038996d8b71e3
-
Kurt Partridge authored
- 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
-
Tadashi G. Takaoka authored
Change-Id: I671a83c19977fda358c8e8a730e22ee155f65512
-
Tadashi G. Takaoka authored
Change-Id: I6b4de9187e122298e5e9cd8ddc9070d062df6a89
-
Kurt Partridge authored
Bug: 6188932 Change-Id: Ie1bb7322706c2d4a56f5e17044bc746e9df1cf18
-
Kurt Partridge authored
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 authored
This reverts commit d0c41e0c Change-Id: I5fd8a67a9fdadb7e6532cafecd00c8f33a00ec72
-
- Aug 21, 2012
-
-
Kurt Partridge authored
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
-
Tadashi G. Takaoka authored
Change-Id: I7863936cca18b28bf0117afcbcf544a5fd7f185d
-
Tadashi G. Takaoka authored
Change-Id: I33b1b4bc6fdfd263c4b2bb7125c07b4bddcf3c9f
-
Ken Wakasa authored
Change-Id: Id79c70310dd774dd5e7ccda6d4b8c36b88c67744
-
- Aug 20, 2012
-
-
Kurt Partridge authored
This reverts commit 1964ffb3 Change-Id: Ie43e7ac828faa91e1824a255bb3ecf6c8222d4e8
-
Kurt Partridge authored
This reverts commit 7cec911f Change-Id: I3eb055e03a9cf463356ebaefc7827ab65a963072
-
Kurt Partridge authored
This reverts commit 221e756f Change-Id: Iefc4e4e27ddc925d4a4634627b0467bd4ee2a66e
-
Kurt Partridge authored
This reverts commit c58f5d90 Change-Id: Ifab54ecc8b7898fe0af6446d397efd6cdb28f670
-
Kurt Partridge authored
This reverts commit baf1f0bd Change-Id: I7d959b9b626c8fb69a57788e243752952258fa80
-
- Aug 18, 2012
-
-
Kurt Partridge authored
DO NOT MERGE Bug: 6188932 Change-Id: Ia7ee65e7f3be10d031a065aaa6c3d18610c7dff0
-
Kurt Partridge authored
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 authored
DO NOT MERGE Bug: 6188932 Change-Id: I4667f8f60aa356c73f925c298318520f71e144c5
-
Kurt Partridge authored
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 authored
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
-
- Aug 08, 2012
-
-
Kurt Partridge authored
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 Idf39453f6ccc70af63e7b2c912f61f2533339870 Bug: 6188932 Change-Id: Id5484f2b6349e316e828d5bdc0ed9ca92887d5b8
-
- Aug 07, 2012
-
-
Tadashi G. Takaoka authored
Bug: 6936095 Change-Id: I873343e9aa6afdf6bdb223795f03232509b012a7
-
Kurt Partridge authored
Bug: 6188932 Change-Id: I568b54248b541e6f5916b18e46d33dd447b783b7
-
- Aug 05, 2012
-
-
Kurt Partridge authored
- 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 Id997fb6572daa3ff55591afa1676953bb204f33a Because of a strange Gerrit interaction, earlier patchsets were recorded as the following separate changes (to soon be abandoned): - I59d86ae28123890ddb7aabc7dc9a73a75eecbca4 - I9cc95266fa4500d019e09ec53ec00e5dea7ffd38 - Ie6f23a2035e160f231406df1388a43725380df1d - Id87909e96fa7fa91174c86395a964404f3490fe1 - I57c5cbde0425c42538d589fa4d1802b3e5688f7c - Ic1f9d7727e416da1b6c4f1a45b53750cd4088dcf - I20a72ccc4ba1bc08ed3ee39bff71d2adb376588c - I417f6f364144b90085f5fef4bd2de1a40b5dfa79 Bug: 6188932 Change-Id: I771e57e3b8c0eb6721c2022e775cb0b528bdff93
-
- Aug 02, 2012
-
-
Kurt Partridge authored
Bug: 6188932 Change-Id: I1ecb5e1fd08f17af998b87414771fa7d90ef5f81
-
Kurt Partridge authored
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 I67bbf5fe8fd821da967a50b69e467caafc7fd388 Bug: 6188932 Change-Id: I49ccee1dcffe8d41401b42a637dd0da8dd11d90d
-
- Jul 23, 2012
-
-
Tadashi G. Takaoka authored
-