aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add keyboardLetfPadding and keyboardRightPadding attributesTadashi G. Takaoka2013-01-304-17/+15
| | | | | | | This change splits keyboardHorizontalEdgesPadding attributes of Keyboard into two attributes. Change-Id: Iefdb358783b81af4027e8d9e991db36a6c429cf1
* Merge "Remove "dimension|fraction" format from Key and Keyboard attributes"Tadashi G. Takaoka2013-01-304-45/+48
|\
| * Remove "dimension|fraction" format from Key and Keyboard attributesTadashi G. Takaoka2013-01-304-45/+48
| | | | | | | | Change-Id: Ieec8b7f5ccdf2a57bcc539dcb5313b6353f926d7
* | Fix off-device regression test buildTadashi G. Takaoka2013-01-291-1/+0
| | | | | | | | | | Bug: 8093623 Change-Id: I775a8691bbedf58caef07d0b4af59c7444dd81be
* | Merge "Refactoring"Jean Chalard2013-01-296-222/+274
|\ \ | |/ |/|
| * RefactoringJean Chalard2013-01-296-222/+274
| | | | | | | | | | | | | | This creates a new DictionaryInfoUtils class and moves a bunch of static methods there for later usage. Change-Id: Iecb0643e6029a7be36bd6cb36aa918c40e6d8c6a
* | Remove {max,min}keyboardHeight attribute from KeyboardTadashi G. Takaoka2013-01-294-39/+52
|/ | | | | | This change removes a DisplayMetrics reference from KeyboardBuilder. Change-Id: I512694274e69e5281d5be47c3f938bcfd6571152
* Remove keyboard layout description on the spacebarTadashi G. Takaoka2013-01-282-17/+25
| | | | | Bug: 8056376 Change-Id: I33f07e7a044c2b5fc20de40c7a9777dab493e41c
* Merge "Initialize ResearchLogger later to avoid NPE"Kurt Partridge2013-01-251-3/+3
|\
| * Initialize ResearchLogger later to avoid NPEKurt Partridge2013-01-241-3/+3
| | | | | | | | Change-Id: I1b817dfbdc319ac9bbf2f08e094a007849ce767f
* | Merge "Remove pending update messages upon starting a gesture"Jean Chalard2013-01-251-0/+1
|\ \
| * | Remove pending update messages upon starting a gestureJean Chalard2013-01-251-0/+1
| | | | | | | | | | | | | | | Bug: 8064307 Change-Id: Ia623ab81b6d12eedc6b20bc4c1ce34ce72d5832f
* | | Clean up Settings and SettingsFragment a bitTadashi G. Takaoka2013-01-253-60/+63
|/ / | | | | | | Change-Id: I93bf3cb1ea7e8fc09f4ad34b0bdd74f5f5ff1a68
* | Merge "Add preliminary graphics of sliding key input preview"Tadashi G. Takaoka2013-01-246-24/+52
|\ \
| * | Add preliminary graphics of sliding key input previewTadashi G. Takaoka2013-01-246-24/+52
| | | | | | | | | | | | | | | Bug: 7548583 Change-Id: Idde6a62f9e64458055c99c893b71c02d1adc7b04
* | | Merge "Display custom input style name in system locale"Tadashi G. Takaoka2013-01-243-27/+66
|\ \ \
| * | | Display custom input style name in system localeTadashi G. Takaoka2013-01-243-27/+66
| | | | | | | | | | | | | | | | | | | | Bug: 8032166 Change-Id: Ib9a6b63c4d540ce377892fb865e53abdd8adec16
* | | | Clean up SettingsFragment a bitTadashi G. Takaoka2013-01-241-25/+26
| |/ / |/| | | | | | | | Change-Id: Ic0727003f2645f0c38200b67bb2f4046249c6273
* | | Fix dismissing gesture floating previewTadashi G. Takaoka2013-01-241-0/+1
| | | | | | | | | | | | | | | Bug: 8063926 Change-Id: I3b5b29ea0d5e4833e10e830dbdb086c868cd4884
* | | [Rlog83] Fix missing uses of hasWord() abstractionKurt Partridge2013-01-233-19/+17
| |/ |/| | | | | Change-Id: I78e286723b1b8c8bcc7aea0cc81ef2ee66a193ac
* | Merge "[Rlog81a] Determine correction type of words"Kurt Partridge2013-01-233-7/+109
|\ \ | |/ |/|
| * [Rlog81a] Determine correction type of wordsKurt Partridge2013-01-223-7/+109
| | | | | | | | | | | | | | | | Heuristic to determine whether a word was a typo correction or a complete replacement by examining a correction to see if it falls within the list of suggested words of the original. Change-Id: Ieec4861a811e96aef0d14622e662b589ef8b4772
* | Merge "Refactor SubtypeLocale to hold Resources"Tadashi G. Takaoka2013-01-235-28/+33
|\ \
| * | Refactor SubtypeLocale to hold ResourcesTadashi G. Takaoka2013-01-235-28/+33
| | | | | | | | | | | | Change-Id: Ia667bc2d406d66c87215dd3b9569f36f4642cfe0
* | | Merge "Configurable key long press timeout"Tadashi G. Takaoka2013-01-234-10/+52
|\ \ \
| * | | Configurable key long press timeoutTadashi G. Takaoka2013-01-234-10/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The default long presss timeout is 300msec (previous timeout was 400ms). Bug: 7600340 Change-Id: Ia8b64784ac03588631cfcbad30e021d74f3fd0d8
* | | | Throw exception when invalid time stamps are detected in debug modeSatoshi Kataoka2013-01-231-0/+22
| |/ / |/| | | | | | | | Change-Id: I360b5bd09869bc85ab3bccb8a43a20fed0035d9b
* | | Fix activity flags to launch settings activityTadashi G. Takaoka2013-01-231-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | This change adds the following flags to the intent to lauch settings activity. - Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED - Intent.FLAG_ACTIVITY_CLEAR_TOP Bug: 8055342 Change-Id: I85284409bbba3fd284442e5ac4c7a55e58ad15ec
* | | Merge "Cache MoreKeysKeyboard instead of container view of it"Tadashi G. Takaoka2013-01-227-100/+66
|\ \ \
| * | | Cache MoreKeysKeyboard instead of container view of itTadashi G. Takaoka2013-01-227-100/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This change also cleans up MoreKeysPanel related stuff. Bug: 8047165 Change-Id: I4f2211e00c7d08469a7413568db039c1c597fb3c
* | | | Merge "SeekBarDialogPreference supports minValue and stepValue"Tadashi G. Takaoka2013-01-221-7/+31
|\ \ \ \ | | |/ / | |/| |
| * | | SeekBarDialogPreference supports minValue and stepValueTadashi G. Takaoka2013-01-221-7/+31
| |/ / | | | | | | | | | Change-Id: I7aaeeb2db85103708747ae318610bd4896ef96fd
* / / Remove MAX_PROXIMITY_CHARS_SIZE_INTERNALKen Wakasa2013-01-223-13/+16
|/ / | | | | | | Change-Id: I18a997503de4033b5341b564145bca862a872098
* / [Rlog15] ResearchLogger option to include account name in feedbackKurt Partridge2013-01-212-7/+53
|/ | | | | | multi-project commit with I0a293f392bd605c8203dc9a62993345ad58dcfbe Change-Id: Ief5b940a62dbaeaecdf1c55f2ffdd1e0fdaea2b9
* Merge "[Rlog78b] Make log privacy filtering decisions on n-grams"Kurt Partridge2013-01-215-122/+219
|\
| * [Rlog78b] Make log privacy filtering decisions on n-gramsKurt Partridge2013-01-215-122/+219
| | | | | | | | | | | | | | | | | | | | Previously, words were pushed out of a LogBuffer one at a time. The receiving code had to keep state to know whether a n-gram was safe to log. This patch looks at the entire n-gram and makes a single decision based on it alone. mult-project commit with I3c40d7e02c77943d2668094ddb1d03efb942c74f Change-Id: Id7d90bbd551b1a2f4e0e35f38852652f68f273f8
* | Merge "[Rlog81b] Log more data with handleSeparator"Kurt Partridge2013-01-212-1/+18
|\ \
| * | [Rlog81b] Log more data with handleSeparatorKurt Partridge2013-01-182-1/+18
| | | | | | | | | | | | Change-Id: I4b2ebaa2398ac2f669e1e009e00842e55979e866
* | | Move AbstractDrawingPreview objects to MainKeyboardViewTadashi G. Takaoka2013-01-212-69/+49
| | | | | | | | | | | | Change-Id: I0be72fba9a66f7c326028ec8e4670ca74a46053f
* | | Merge "Add GestureTrailsPreview class"Tadashi G. Takaoka2013-01-212-145/+210
|\ \ \
| * | | Add GestureTrailsPreview classTadashi G. Takaoka2013-01-212-145/+210
| | | | | | | | | | | | | | | | Change-Id: Ibf9dff6d834d34b4134dbe38a609fd983731eedc
* | | | Merge "Add SlidingKeyInputPreview class"Tadashi G. Takaoka2013-01-212-19/+79
|\| | |
| * | | Add SlidingKeyInputPreview classTadashi G. Takaoka2013-01-212-19/+79
| | | | | | | | | | | | | | | | Change-Id: Ided47b3420b0b1e34063f30d5142a1858af2718e
* | | | Fix Apache license commentTadashi G. Takaoka2013-01-21113-902/+916
|/ / / | | | | | | | | | Change-Id: Ic56167f952a7f4449da366e1e81610e72c966086
* | | Fix missing super call in PreviewPlacerView.onDetachedFromWindowTadashi G. Takaoka2013-01-211-0/+1
| | | | | | | | | | | | Change-Id: Iea79c0081cb66f54f161c0cf02cb365fcf88a07c
* | | Add surrounding drawing view to AbstractDrawingPreview constructorTadashi G. Takaoka2013-01-213-26/+50
| | | | | | | | | | | | Change-Id: If57e59f25fc3e29c0e7f46e8218d04fb233c27c6
* | | Merge "Add PointerTracker.isOldestPointerInQueue"Tadashi G. Takaoka2013-01-213-11/+10
|\ \ \
| * | | Add PointerTracker.isOldestPointerInQueueTadashi G. Takaoka2013-01-213-11/+10
| | | | | | | | | | | | | | | | Change-Id: Ic6f38253c94067ec7aa7b5add4452fa144fd9352
* | | | [AD4] Actually copy the file in place.Jean Chalard2013-01-214-16/+65
|/ / / | | | | | | | | | | | | | | | | | | | | | This finally makes it work. Bug: 7702011 Change-Id: I3508c88567f79598e4d1dff561b6ba7dc5c3808f
* | | Merge "Rename AbstractDrawingPreview.onDraw to drawPreview"Tadashi G. Takaoka2013-01-213-3/+3
|\ \ \