aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow Latin IME to cancel smiley-auto-correct consistenly•••This change makes Latin IME behave consistently with regards to other auto-correction cancellations in cases of auto-correction cancellation after smiley-triggered auto-correction. That is, pressing the smiley key when the keyboard signals it's about to auto-correct will get the auto-correction there plus a smiley, and pressing backspace will cancel the auto-correction, and pressing backspace again will delete the smiley. Bug: 7067593 Change-Id: Ia7eef70a5d06b8b9afa1f1fbb0ed1dbc21a3059f Jean Chalard2012-08-294-44/+61
* Auto-correct after smileys and gestures.•••Bug: 6936790 Bug: 6965241 Change-Id: I1f61327eb5591960c280e425df9cd86b9c52f5d6 Jean Chalard2012-08-271-2/+4
* Optimize gesture preview trail drawing a bit•••This change also change the fading out duration of the gesture preview trail to 800msec from 1,000msec Change-Id: Icfd5b1ecad66db4f978249486f5fe362a3ae9640 Tadashi G. Takaoka2012-08-271-10/+15
* Fix the bug that the first gesture preview trail isn't drawn•••Change-Id: Ib3acd7c0b401e6d95b39552b48d0d974793eb438 Tadashi G. Takaoka2012-08-241-1/+1
* Merge "Add multiple gesture preview trails animation" into jb-mr1-devTadashi G. Takaoka2012-08-245-61/+304
|\
| * Add multiple gesture preview trails animation•••Change-Id: I533e6de9b138317472565be82c8ba5e422472888 Tadashi G. Takaoka2012-08-245-61/+304
* | Merge "Use ByteBuffer when reading FusionDictionary from file." into jb-mr1-devJean Chalard2012-08-232-95/+155
|\ \ | |/ |/|
| * Use ByteBuffer when reading FusionDictionary from file.•••Change-Id: Ia71561648e17f846d277c22309ac37c21c67a537 Yuichiro Hanada2012-08-242-95/+155
* | Fix bug in InputPointers.append•••Change-Id: I39825757bbae32b66c4b61cb6c4fbcaa2e0c9c47 Tadashi G. Takaoka2012-08-231-1/+1
* | Add toString method to InputPointers and ResizableIntArray•••Change-Id: I835ee131855bef8233cf2672e2fb288b939148a6 Tadashi G. Takaoka2012-08-232-0/+18
* | Merge "Remeve the reference of MainKeyboardView from PointerTracker" into jb-...Tadashi G. Takaoka2012-08-232-70/+62
|\ \ | |/ |/|
| * Remeve the reference of MainKeyboardView from PointerTracker•••This change also consolidates MainKeyboardView.KeyTimerParams with KeyTimerHandler. Change-Id: Ifc70ca81fa7d7daded4c2204fcdffdf942c16bc5 Tadashi G. Takaoka2012-08-232-70/+62
* | Use PointerTrackerQueue.size instead of MotionEvent.getPointerCount•••Change-Id: I089e905def0b70bd38fd54ab2d84689b904bb320 Tadashi G. Takaoka2012-08-231-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. Takaoka2012-08-231-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 Partridge2012-08-224-246/+264
* ResearchLogging log when preferences change•••Bug: 6188932 Change-Id: I82a115aed30d7693f92d784a32b038996d8b71e3 Kurt Partridge2012-08-221-0/+13
* Merge "ResearchLogging capture full n-gram data" into jb-mr1-devKurt Partridge2012-08-229-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 Partridge2012-08-219-479/+624
* | Merge "Fix SubtypeSwitcher initialization path" into jb-mr1-devTadashi G. Takaoka2012-08-222-51/+74
|\ \
| * | Fix SubtypeSwitcher initialization path•••This change also removes the reference of LatinIME from SubtypeSwitcher. Bug: 7026856 Change-Id: I78a266f3682b11f09b49bbcdcdb6aee713e6af37 Tadashi G. Takaoka2012-08-222-51/+74
* | | Remove TextView reference from PointerTracker•••Change-Id: If8e65c08ec97f6d57932c9e3412d6fe17b0994ea Tadashi G. Takaoka2012-08-222-20/+29
* | | Add static construct method for SparseArray•••Change-Id: I6da97f6ea23578318f403bb5d64c30b1663c69ee Tadashi G. Takaoka2012-08-228-8/+16
|/ /
* / Remove GCUtils utility class•••Change-Id: Ia666aeb10c155d69763faf7f01ceca113b9b4653 Tadashi G. Takaoka2012-08-223-77/+13
|/
* Merge "Remove KeyboardSwitcher reference from ResearchLogger" into jb-mr1-devTadashi G. Takaoka2012-08-213-15/+24
|\
| * Remove KeyboardSwitcher reference from ResearchLogger•••Change-Id: I671a83c19977fda358c8e8a730e22ee155f65512 Tadashi G. Takaoka2012-08-223-15/+24
* | Merge "Fix a silly bug." into jb-mr1-devJean Chalard2012-08-211-1/+1
|\ \ | |/ |/|
| * Fix a silly bug.•••This would prevent user history to work at all. Bug: 7023638 Change-Id: I5d8867a07fb8859325d274e956ae667c094d0ac1 Jean Chalard2012-08-221-1/+1
* | Merge "Add CollectionUtils class to create generic collection easily" into jb...Tadashi G. Takaoka2012-08-2137-106/+205
|\ \
| * | Add CollectionUtils class to create generic collection easily•••Change-Id: I6b4de9187e122298e5e9cd8ddc9070d062df6a89 Tadashi G. Takaoka2012-08-2237-106/+205
* | | ResearchLogger to track simple statistics•••Bug: 6188932 Change-Id: Ie1bb7322706c2d4a56f5e17044bc746e9df1cf18 Kurt Partridge2012-08-212-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 Partridge2012-08-213-184/+189
* | Merge "Treat all caps for gesture input." into jb-mr1-devJean Chalard2012-08-212-5/+10
|\ \
| * | Treat all caps for gesture input.•••Bug: 6950087 Change-Id: I9f2271780600572c9befa96c7ad98494c554dd2b Jean Chalard2012-08-212-5/+10
* | | Merge "Tell the shift mode to the word composer." into jb-mr1-devJean Chalard2012-08-214-15/+53
|\| |
| * | Tell the shift mode to the word composer.•••Bug: 6950087 Change-Id: Ifab9d6d075af398c6468d081216488712f8a53fb Jean Chalard2012-08-214-15/+53
| |/
* | Rename and consolidate some constants•••Change-Id: I7863936cca18b28bf0117afcbcf544a5fd7f185d Tadashi G. Takaoka2012-08-2113-57/+52
* | Merge "Fix NPE" into jb-mr1-devTadashi G. Takaoka2012-08-211-3/+15
|\ \
| * | Fix NPE•••Bug: 7017430 Change-Id: Ie46f02a934763c3b6d65d0d62a8239d80eaefabd Tadashi G. Takaoka2012-08-211-3/+15
| |/
* / Remove touch coordinate from pickSuggestionManually•••Change-Id: I33b1b4bc6fdfd263c4b2bb7125c07b4bddcf3c9f Tadashi G. Takaoka2012-08-213-18/+22
|/
* Merge "Revert "ResearchLogger log RichInputConnection"" into jb-mr1-devKurt Partridge2012-08-203-189/+184
|\
| * Revert "ResearchLogger log RichInputConnection"•••This reverts commit 1964ffb3f43f0ada429d13b41bd22b90a97fa9fc Change-Id: Ie43e7ac828faa91e1824a255bb3ecf6c8222d4e8 Kurt Partridge2012-08-203-189/+184
* | Merge "Revert "ResearchLogger to track simple statistics"" into jb-mr1-devKurt Partridge2012-08-202-202/+1
|\ \
| * | Revert "ResearchLogger to track simple statistics"•••This reverts commit 7cec911fde16775c28db3dbb16b064fc7ce69b55 Change-Id: I3eb055e03a9cf463356ebaefc7827ab65a963072 Kurt Partridge2012-08-202-202/+1
* | | Merge "Revert "ResearchLogging capture full n-gram data"" into jb-mr1-devKurt Partridge2012-08-209-617/+481
|\ \ \
| * | | Revert "ResearchLogging capture full n-gram data"•••This reverts commit 221e756fd7d585f0eb75377b851f23cad24ccd7f Change-Id: Iefc4e4e27ddc925d4a4634627b0467bd4ee2a66e Kurt Partridge2012-08-209-617/+481
* | | | Merge "Revert "ResearchLogging log when preferences change"" into jb-mr1-devKurt Partridge2012-08-201-13/+0
|\ \ \ \
| * | | | Revert "ResearchLogging log when preferences change"•••This reverts commit c58f5d904bceab9b33840a7de4e3de4323b2126b Change-Id: Ifab54ecc8b7898fe0af6446d397efd6cdb28f670 Kurt Partridge2012-08-201-13/+0
* | | | | Merge "Revert "ResearchLogging upload via service"" into jb-mr1-devKurt Partridge2012-08-204-264/+246
|\ \ \ \ \
| * | | | | Revert "ResearchLogging upload via service"•••This reverts commit baf1f0bd616ca1fc3b53ad832012f498b3601afb Change-Id: I7d959b9b626c8fb69a57788e243752952258fa80 Kurt Partridge2012-08-204-264/+246
* | | | | | Merge changes Ie980d38a,Ia7ee65e7 into jb-mr1-dev•••* changes: ResearchLogging upload via service ResearchLogging log when preferences change Kurt Partridge2012-08-204-246/+277
|\| | | | |