aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | Move resource related methods to ResourceUtilsTadashi G. Takaoka2012-08-295-118/+123
| | | | | | | | Change-Id: I14535b030e58363315dd2daecaaef4edd6990cd9
* | Merge "Use non-bold text for Arabic and Thai keyboard" into jb-mr1-devTadashi G. Takaoka2012-08-292-28/+48
|\ \
| * | Use non-bold text for Arabic and Thai keyboardTadashi G. Takaoka2012-08-292-28/+48
| | | | | | | | | | | | | | | | | | | | | | | | The key text style can be specified in each keyboard layout in addition to by KeyboardView theme. Bug: 6753168 Change-Id: I4b5abda9322600eb8c6421f20ceef136ef103c05
* | | Make utility classes finalTadashi G. Takaoka2012-08-2919-28/+22
| | | | | | | | | | | | Change-Id: Ic4f69b4c8da33c9fca50d6829724179310c2f875
* | | Merge "Allow Latin IME to cancel smiley-auto-correct consistenly" into ↵Jean Chalard2012-08-294-44/+61
|\ \ \ | |/ / |/| | | | | jb-mr1-dev
| * | Allow Latin IME to cancel smiley-auto-correct consistenlyJean Chalard2012-08-294-44/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Add ResourceUtilsTadashi G. Takaoka2012-08-296-30/+58
| | | | | | | | | | | | Change-Id: Ia198f8d95eae8c007623cd52d73cc1528d22fee9
* | | Merge "Move some methods from Utils to LocaleUtils class" into jb-mr1-devTadashi G. Takaoka2012-08-293-39/+40
|\ \ \
| * | | Move some methods from Utils to LocaleUtils classTadashi G. Takaoka2012-08-293-39/+40
| | | | | | | | | | | | | | | | Change-Id: I4a834549c2ea96ac30d7e2cb692d69af219cab1a
* | | | Remove unused methods from Utils classTadashi G. Takaoka2012-08-291-10/+0
|/ / / | | | | | | | | | Change-Id: I209b75f1cca381610f25cd219f35ea62b9762be2
* | | Merge "Adjust accessibility edge slop." into jb-mr1-devCharles Chen2012-08-281-5/+11
|\ \ \
| * | | Adjust accessibility edge slop.alanv2012-08-271-5/+11
| | | | | | | | | | | | | | | | | | | | Bug: 6969558 Change-Id: Ie33f444e085e5c01326bdf9396eabee5c04ee81e
* | | | Merge "Support bimanual gesture input" into jb-mr1-devTadashi G. Takaoka2012-08-283-134/+127
|\ \ \ \
| * | | | Support bimanual gesture inputTadashi G. Takaoka2012-08-283-134/+127
| | | | | | | | | | | | | | | | | | | | Change-Id: Id86dc93fb7115ab4a6d05b3c05652df35ad08c12
* | | | | Merge "Auto-correct after smileys and gestures." into jb-mr1-devJean Chalard2012-08-281-2/+4
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | Auto-correct after smileys and gestures.Jean Chalard2012-08-271-2/+4
| |/ / | | | | | | | | | | | | | | | Bug: 6936790 Bug: 6965241 Change-Id: I1f61327eb5591960c280e425df9cd86b9c52f5d6
* | | Consolidate KeyboardView.keyLetterSize and keyLetterRatioTadashi G. Takaoka2012-08-281-11/+20
| | | | | | | | | | | | | | | | | | | | | This change also consolidates keyboardView.keyLabelSize and keyLabelRatio. Change-Id: I4a45bcb6e7fc104ae4a9ae3ecdae9842d813840e
* | | Use TypedArray.getFraction to read percentile values in resourceTadashi G. Takaoka2012-08-283-38/+35
|/ / | | | | | | Change-Id: Ifc8b024d190efba4cd536fd639621e841eb9970e
* | Optimize gesture preview trail drawing a bitTadashi G. Takaoka2012-08-271-10/+15
| | | | | | | | | | | | | | This change also change the fading out duration of the gesture preview trail to 800msec from 1,000msec Change-Id: Icfd5b1ecad66db4f978249486f5fe362a3ae9640
* | 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-245-61/+304
|\ \
| * | Add multiple gesture preview trails animationTadashi G. Takaoka2012-08-245-61/+304
| | | | | | | | | | | | Change-Id: I533e6de9b138317472565be82c8ba5e422472888
* | | Merge "Use ByteBuffer when reading FusionDictionary from file." into jb-mr1-devJean Chalard2012-08-232-95/+155
|\ \ \ | |/ / |/| |
| * | Use ByteBuffer when reading FusionDictionary from file.Yuichiro Hanada2012-08-242-95/+155
| | | | | | | | | | | | Change-Id: Ia71561648e17f846d277c22309ac37c21c67a537
* | | Fix bug in InputPointers.appendTadashi G. Takaoka2012-08-231-1/+1
| | | | | | | | | | | | 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-224-246/+264
| | | | | | | | | | | | | | | | | | | | 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-229-479/+624
|\ \
| * | ResearchLogging capture full n-gram dataKurt Partridge2012-08-219-479/+624
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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-222-51/+74
|\ \ \
| * | | Fix SubtypeSwitcher initialization pathTadashi G. Takaoka2012-08-222-51/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-2137-106/+205
|\ \ \ | | | | | | | | | | | | jb-mr1-dev
| * | | Add CollectionUtils class to create generic collection easilyTadashi G. Takaoka2012-08-2237-106/+205
| | | | | | | | | | | | | | | | Change-Id: I6b4de9187e122298e5e9cd8ddc9070d062df6a89
* | | | ResearchLogger to track simple statisticsKurt Partridge2012-08-212-1/+202
|/ / / | | | | | | | | | | | | Bug: 6188932 Change-Id: Ie1bb7322706c2d4a56f5e17044bc746e9df1cf18
* | | 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 "Treat all caps for gesture input." into jb-mr1-devJean Chalard2012-08-212-5/+10
|\ \ \
| * | | Treat all caps for gesture input.Jean Chalard2012-08-212-5/+10
| | | | | | | | | | | | | | | | | | | | Bug: 6950087 Change-Id: I9f2271780600572c9befa96c7ad98494c554dd2b
* | | | Merge "Tell the shift mode to the word composer." into jb-mr1-devJean Chalard2012-08-214-15/+53
|\| | |