aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | Change the definition of NOT_A_CHARACTERSatoshi Kataoka2012-08-271-1/+2
| |/ / / / / | | | | | | | | | | | | | | | | | | Change-Id: I519b1e5478abefb1c18cb6e3ab2862be045583de
* / / / / / Try using hash_mapKen Wakasa2012-08-261-0/+34
|/ / / / / | | | | | | | | | | | | | | | Change-Id: Icac47d03e1355e83b4dd3b0e3d7739f1dd5a3b98
* | | | | Add mako keypress vibration and volume settingsBrian Muramatsu2012-08-242-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This prevents -1 and -1000 from appearing as the defaults in Advanced Settings. Change-Id: I42938782077a0a3dfb5ec2125c0266b6712bcf63
* | | | | am 5f677699: (-s ours) am dbe3ac45: Merge "Fixed inline initialization of ↵Jean-Baptiste Queru2012-08-240-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | non-integral static const member" * commit '5f67769903dfb3e459ea8d42e50289ec300fe983': Fixed inline initialization of non-integral static const member
| * | | | am dbe3ac45: Merge "Fixed inline initialization of non-integral static const ↵Jean-Baptiste Queru2012-08-242-1/+3
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | member" * commit 'dbe3ac45009366e7745492b135a5ce6967786fc4': Fixed inline initialization of non-integral static const member
| | * | | Merge "Fixed inline initialization of non-integral static const member"Jean-Baptiste Queru2012-08-242-1/+3
| | |\ \ \
| | | * | | Fixed inline initialization of non-integral static const memberAriel Bernal2012-08-232-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Such initializations are a GNU extension not supported by clang. Change-Id: I543c35cacdda080d2599cb99587661b2e9cd404f Author: Ariel Bernal <ariel.j.bernal@intel.com> Reviewed-by: Kevin P Schoedel <kevin.p.schoedel@intel.com>
* | | | | | am 96061a70: (-s ours) am d78b9f7d: Merge "Fixing unused private field error"Jean-Baptiste Queru2012-08-240-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '96061a701db72a031aa899a71b1730ce598e9a28': Fixing unused private field error
| * | | | | am d78b9f7d: Merge "Fixing unused private field error"Jean-Baptiste Queru2012-08-242-6/+2
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'd78b9f7d81a3730671b91f247e1be3bb1f2ba202': Fixing unused private field error
| | * | | | Merge "Fixing unused private field error"Jean-Baptiste Queru2012-08-242-6/+2
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | Fixing unused private field errorAriel Bernal2012-08-232-6/+2
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixing error resulting from Wunused-private-field. Change-Id: I2bbdefa707a55564eba9b77a88e229921787f357 Author: Ariel Bernal <ariel.j.bernal@intel.com> Reviewed-by: Tareq A Siraj <tareq.a.siraj@intel.com>
* | | | | Fix initialize order.Ken Wakasa2012-08-251-2/+2
| | | | | | | | | | | | | | | | | | | | Change-Id: I2686540bc6ed858e6d7ddc05a962c93714b94e1d
* | | | | Address warnings by -Weffc++Ken Wakasa2012-08-2412-55/+80
| | | | | | | | | | | | | | | | | | | | Change-Id: Icd60f1ed2ace0b975d8785bc8a386c7944846075
* | | | | Merge "Step 39-A Cleanup proximity_info_state" into jb-mr1-devSatoshi Kataoka2012-08-242-58/+62
|\ \ \ \ \
| * | | | | Step 39-A Cleanup proximity_info_stateSatoshi Kataoka2012-08-242-58/+62
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I6070929f310f7dc6359d12d62e81d2e2e032c38e
* | | | | | Fix the bug that the first gesture preview trail isn't drawnTadashi G. Takaoka2012-08-241-1/+1
|/ / / / / | | | | | | | | | | | | | | | Change-Id: Ib3acd7c0b401e6d95b39552b48d0d974793eb438
* | | | | Merge "Add multiple gesture preview trails animation" into jb-mr1-devTadashi G. Takaoka2012-08-248-61/+316
|\ \ \ \ \
| * | | | | Add multiple gesture preview trails animationTadashi G. Takaoka2012-08-248-61/+316
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I533e6de9b138317472565be82c8ba5e422472888
* | | | | | Merge "Refactor" into jb-mr1-devSatoshi Kataoka2012-08-232-5/+5
|\ \ \ \ \ \
| * | | | | | RefactorSatoshi Kataoka2012-08-242-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I907126034d9cc821df8353a78f713638dfc322d6
* | | | | | | Merge "Use ByteBuffer when reading FusionDictionary from file." into jb-mr1-devJean Chalard2012-08-234-98/+398
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Use ByteBuffer when reading FusionDictionary from file.Yuichiro Hanada2012-08-244-98/+398
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ia71561648e17f846d277c22309ac37c21c67a537
* | | | | | | Step 38-A Cleanup touch pathSatoshi Kataoka2012-08-238-140/+252
| |/ / / / / |/| | | | | | | | | | | | | | | | | Change-Id: I9bfac98b9ac10f3812290f21673c4002241eae01
* | | | | | Fix bug in InputPointers.appendTadashi G. Takaoka2012-08-232-1/+58
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I39825757bbae32b66c4b61cb6c4fbcaa2e0c9c47
* | | | | | Add toString method to InputPointers and ResizableIntArrayTadashi G. Takaoka2012-08-232-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I835ee131855bef8233cf2672e2fb288b939148a6
* | | | | | Merge "Remeve the reference of MainKeyboardView from PointerTracker" into ↵Tadashi G. Takaoka2012-08-232-70/+62
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | jb-mr1-dev
| * | | | | Remeve the reference of MainKeyboardView from PointerTrackerTadashi G. Takaoka2012-08-232-70/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change also consolidates MainKeyboardView.KeyTimerParams with KeyTimerHandler. Change-Id: Ifc70ca81fa7d7daded4c2204fcdffdf942c16bc5
* | | | | | Use PointerTrackerQueue.size instead of MotionEvent.getPointerCountTadashi G. Takaoka2012-08-231-2/+3
|/ / / / / | | | | | | | | | | | | | | | Change-Id: I089e905def0b70bd38fd54ab2d84689b904bb320
* | | | | Cosmetic change to PointerTrackerTadashi G. Takaoka2012-08-231-54/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add final to parameters and locals * Add curly bracket around single statement if-block Change-Id: I9f3b23f7145e6b1d6ef806d991ed71ebc63311ff
* | | | | ResearchLogging upload via serviceKurt Partridge2012-08-225-246/+268
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | ResearchLogging log when preferences changeKurt Partridge2012-08-221-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6188932 Change-Id: I82a115aed30d7693f92d784a32b038996d8b71e3
* | | | | Merge "ResearchLogging capture full n-gram data" into jb-mr1-devKurt Partridge2012-08-2210-480/+626
|\ \ \ \ \
| * | | | | ResearchLogging capture full n-gram dataKurt Partridge2012-08-2110-480/+626
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* | | | | | Merge "Fix SubtypeSwitcher initialization path" into jb-mr1-devTadashi G. Takaoka2012-08-223-52/+76
|\ \ \ \ \ \
| * | | | | | Fix SubtypeSwitcher initialization pathTadashi G. Takaoka2012-08-223-52/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change also removes the reference of LatinIME from SubtypeSwitcher. Bug: 7026856 Change-Id: I78a266f3682b11f09b49bbcdcdb6aee713e6af37
* | | | | | | Remove TextView reference from PointerTrackerTadashi G. Takaoka2012-08-222-20/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: If8e65c08ec97f6d57932c9e3412d6fe17b0994ea
* | | | | | | Add static construct method for SparseArrayTadashi G. Takaoka2012-08-228-8/+16
|/ / / / / / | | | | | | | | | | | | | | | | | | Change-Id: I6da97f6ea23578318f403bb5d64c30b1663c69ee
* / / / / / Remove GCUtils utility classTadashi G. Takaoka2012-08-223-77/+13
|/ / / / / | | | | | | | | | | | | | | | Change-Id: Ia666aeb10c155d69763faf7f01ceca113b9b4653
* | | | | Merge "Remove KeyboardSwitcher reference from ResearchLogger" into jb-mr1-devTadashi G. Takaoka2012-08-213-15/+24
|\ \ \ \ \
| * | | | | Remove KeyboardSwitcher reference from ResearchLoggerTadashi G. Takaoka2012-08-223-15/+24
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I671a83c19977fda358c8e8a730e22ee155f65512
* | | | | | Merge "Fix a silly bug." into jb-mr1-devJean Chalard2012-08-211-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix a silly bug.Jean Chalard2012-08-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This would prevent user history to work at all. Bug: 7023638 Change-Id: I5d8867a07fb8859325d274e956ae667c094d0ac1
* | | | | | Merge "Add CollectionUtils class to create generic collection easily" into ↵Tadashi G. Takaoka2012-08-2141-114/+215
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | jb-mr1-dev
| * | | | | | Add CollectionUtils class to create generic collection easilyTadashi G. Takaoka2012-08-2241-114/+215
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I6b4de9187e122298e5e9cd8ddc9070d062df6a89
* | | | | | | Merge "ResearchLogger to track simple statistics" into jb-mr1-devKurt Partridge2012-08-212-1/+202
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | ResearchLogger to track simple statisticsKurt Partridge2012-08-212-1/+202
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6188932 Change-Id: Ie1bb7322706c2d4a56f5e17044bc746e9df1cf18
* | | | | | | Merge "ResearchLogger log RichInputConnection" into jb-mr1-devKurt Partridge2012-08-213-184/+189
|\| | | | | |
| * | | | | | ResearchLogger log RichInputConnectionKurt Partridge2012-08-213-184/+189
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | Merge "Revert "ResearchLogger log RichInputConnection"" into jb-mr1-devKurt Partridge2012-08-213-189/+184
|\ \ \ \ \ \ \
| * | | | | | | Revert "ResearchLogger log RichInputConnection"Kurt Partridge2012-08-213-189/+184
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit d0c41e0c68f7f5fafcebeba18f5590dc5421134c Change-Id: I5fd8a67a9fdadb7e6532cafecd00c8f33a00ec72