aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/accessibility/KeyCodeDescriptionMapper.java (unfollow)
Commit message (Expand)AuthorFilesLines
2013-01-23Adjust debug warning log•••Change-Id: I1ea4be3e8bf29f9fd1ad89795eace440a5159559 Ken Wakasa1-1/+1
2013-01-23Refactor proximity info state•••Change-Id: I00e0618d95d20e5bf5c9e6481e4d3037723785f7 Satoshi Kataoka4-62/+60
2013-01-23Configurable key long press timeout•••The default long presss timeout is 300msec (previous timeout was 400ms). Bug: 7600340 Change-Id: Ia8b64784ac03588631cfcbad30e021d74f3fd0d8 Tadashi G. Takaoka9-19/+70
2013-01-23Throw exception when invalid time stamps are detected in debug mode•••Change-Id: I360b5bd09869bc85ab3bccb8a43a20fed0035d9b Satoshi Kataoka1-0/+22
2013-01-23Refactor SubtypeLocale to hold Resources•••Change-Id: Ia667bc2d406d66c87215dd3b9569f36f4642cfe0 Tadashi G. Takaoka7-116/+106
2013-01-23Refactor proximity info state•••Change-Id: I4c68457c6b70fe8136ba4fd644f2bb0a2c0e5210 Satoshi Kataoka5-35/+58
2013-01-23Fix activity flags to launch settings activity•••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 Tadashi G. Takaoka1-1/+3
2013-01-22[Rlog81a] Determine correction type of words•••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 Kurt Partridge3-7/+109
2013-01-22Import translations. DO NOT MERGE•••Change-Id: I46c30138504fab476bcca30cd4cc83ba108f959e Auto-generated-cl: translation import Baligh Uddin53-53/+597
2013-01-22Import translations. DO NOT MERGE•••Change-Id: Id03f543eee557ac2eae4333c411fc7d14fecdca7 Auto-generated-cl: translation import Baligh Uddin53-53/+597
2013-01-22refactor proximity info state•••Change-Id: Iaf0c0fb7858358209fa12145777f158e0285bc27 Satoshi Kataoka7-152/+234
2013-01-22Cache MoreKeysKeyboard instead of container view of it•••This change also cleans up MoreKeysPanel related stuff. Bug: 8047165 Change-Id: I4f2211e00c7d08469a7413568db039c1c597fb3c Tadashi G. Takaoka7-100/+66
2013-01-22SeekBarDialogPreference supports minValue and stepValue•••Change-Id: I7aaeeb2db85103708747ae318610bd4896ef96fd Tadashi G. Takaoka2-7/+33
2013-01-22Refactor proximity info state•••Change-Id: I30cc0d8f2e48d70e214739a073eabf3a8ea73618 Satoshi Kataoka4-348/+409
2013-01-22Remove MAX_PROXIMITY_CHARS_SIZE_INTERNAL•••Change-Id: I18a997503de4033b5341b564145bca862a872098 Ken Wakasa12-77/+74
2013-01-21[Rlog15] ResearchLogger option to include account name in feedback•••multi-project commit with I0a293f392bd605c8203dc9a62993345ad58dcfbe Change-Id: Ief5b940a62dbaeaecdf1c55f2ffdd1e0fdaea2b9 Kurt Partridge5-7/+66
2013-01-21[Rlog78b] Make log privacy filtering decisions on n-grams•••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 Kurt Partridge5-122/+219
2013-01-21Move AbstractDrawingPreview objects to MainKeyboardView•••Change-Id: I0be72fba9a66f7c326028ec8e4670ca74a46053f Tadashi G. Takaoka2-69/+49
2013-01-21Add GestureTrailsPreview class•••Change-Id: Ibf9dff6d834d34b4134dbe38a609fd983731eedc Tadashi G. Takaoka2-145/+210
2013-01-21Add SlidingKeyInputPreview class•••Change-Id: Ided47b3420b0b1e34063f30d5142a1858af2718e Tadashi G. Takaoka2-19/+79
2013-01-21Fix Apache license comment•••Change-Id: Ic56167f952a7f4449da366e1e81610e72c966086 Tadashi G. Takaoka114-910/+924
2013-01-21Refactor proximity info•••Change-Id: I668e6abfe202e1a56d59b6b6e58d1b4f003b720a Satoshi Kataoka8-426/+594
2013-01-21Fix missing super call in PreviewPlacerView.onDetachedFromWindow•••Change-Id: Iea79c0081cb66f54f161c0cf02cb365fcf88a07c Tadashi G. Takaoka1-0/+1
2013-01-21Update the Russian dictionary•••The point is to get as close as possible to having the golden Russian tests pass. >>> dictionaries/ru_wordlist.combined.gz Header : date : 1355818916 <=> 1358763720 version : 29 <=> 30 Body : Deleted: НКТ 14 Freq changed: без 0 -> 140 Freq changed: бонус 94 -> 130 Freq changed: за 0 -> 140 Freq changed: на 0 -> 180 Freq changed: не 0 -> 140 Freq changed: парка 133 -> 110 Freq changed: про 0 -> 131 Freq changed: ручьи 93 -> 80 Freq changed: ура 86 -> 100 Freq changed: юрты 86 -> 60 Added: вечерком 100 Added: задачки 100 Added: сорри 100 Added: узнай 100 Added: учти 100 >>> java/res/raw/main_ru.dict All the same above changes Change-Id: I8685c34d9ab1dcbf8ae8e23d2e26380059684c95 Jean Chalard2-0/+0
2013-01-21Add surrounding drawing view to AbstractDrawingPreview constructor•••Change-Id: If57e59f25fc3e29c0e7f46e8218d04fb233c27c6 Tadashi G. Takaoka3-26/+50
2013-01-21refactor proximity info•••Change-Id: I1e37ca655b4c1ba91a04aaf5aea8267cd46b4f43 Satoshi Kataoka6-256/+340
2013-01-21Add PointerTracker.isOldestPointerInQueue•••Change-Id: Ic6f38253c94067ec7aa7b5add4452fa144fd9352 Tadashi G. Takaoka3-11/+10
2013-01-21[AD4] Actually copy the file in place.•••This finally makes it work. Bug: 7702011 Change-Id: I3508c88567f79598e4d1dff561b6ba7dc5c3808f Jean Chalard5-16/+67
2013-01-21Rename AbstractDrawingPreview.onDraw to drawPreview•••This is because the android lint warns calling a method onDraw(Canvas) from View.onDraw(Canvas). Change-Id: I4f54996da5454d9a8c4ef43fbbcaec37724fb20e Tadashi G. Takaoka3-3/+3
2013-01-21Move dimming keyboard to MainKeyboardView•••Change-Id: Id44d4b758c8b92d1120d3a8b06812dc1fc26390c Tadashi G. Takaoka3-27/+28
2013-01-21Move gesture related XML attribute to MainKeyboardView•••Change-Id: Ia12f73a3d7d26596ee14a0aff23244ef72753d68 Tadashi G. Takaoka4-58/+55
2013-01-21Move PointerTracker.DrawingProxy to MainKeyboardView (step 2)•••Change-Id: If15d5ee683b8026d1871a3fe438dba498944faa7 Tadashi G. Takaoka7-207/+193
2013-01-21Move PointerTracker.DrawingProxy to MainKeyboardView (step 1)•••Change-Id: I86014de147416453503b6412eb862a2d172426aa Tadashi G. Takaoka6-207/+215
2013-01-21[AD3] Implement the interface to choose a local dictionary•••Bug: 7702011 Change-Id: Id3b9c58dbbf5097e4d6ce986d20924eae19f9690 Jean Chalard4-2/+142
2013-01-21Move MoreKeysPanel.Controller implementation to MainKeyboardView•••Change-Id: Iffa298d51ca21a7dcd1e77c633217532d96d2cf5 Tadashi G. Takaoka5-88/+75
2013-01-21Remove unused Keyboard.purgeKeyboardAndClosing method•••Change-Id: Ia09ac04b0edca2a22d64ba83e054b115fe8851a6 Tadashi G. Takaoka1-5/+1
2013-01-21Clean up in geometry_utils.h•••Change-Id: I876bceed12cf533cb29d290fbc05a686f4030579 Ken Wakasa7-80/+87
2013-01-18[Rlog81b] Log more data with handleSeparator•••Change-Id: I4b2ebaa2398ac2f669e1e009e00842e55979e866 Kurt Partridge2-1/+18
2013-01-18refactor space proximity•••Change-Id: I9629986f77ece9addc3a70371679510d99f2659f Satoshi Kataoka2-0/+7
2013-01-18[AD2] Add a helper method to read an arbitrary dict header•••Bug: 7702011 Change-Id: Ib88f6dc222892831ae6932635b65fd2595b16b43 Jean Chalard1-0/+27
2013-01-18[AD1] Add an option to read an arbitrary dictionary.•••Bug: 7702011 Change-Id: I76f52dd3fdb22824fc243ab3845ceec610469c81 Jean Chalard3-8/+25
2013-01-18Deactivate h/w keyboard when not an internal build.•••The implementation is not really ready yet, so we want to disable it for normal builds for now. This goes together with Ic1edc6ed Bug: 7987492 Change-Id: Id81f417e200c118f24424943823665f0b8bd6849 Jean Chalard2-0/+3
2013-01-18Trigger the set action when pressing hardware enter (C2)•••Bug: 7969231 Change-Id: I581212093df6f16fa9304e0b3e5b46714a7acdb3 Jean Chalard1-6/+13
2013-01-18Add SeekBarDialogPreference•••This change removes SeekBarDialog class. Change-Id: I437b1e554a5af264b8031ebe05b8250a831c8d3b Tadashi G. Takaoka8-333/+191
2013-01-18Correct GesturePreviewTrail.getWidth() implementation•••Bug: 7981153 Change-Id: I20785b7f82329ce6f19c883e77a9716772cda290 Tadashi G. Takaoka2-4/+2
2013-01-18refactor space proximity•••Change-Id: I9629986f77ece9addc3a70371679510d99f2659f Satoshi Kataoka2-0/+7
2013-01-18Track handled events to consistently return handled status (C1)•••Bug: 5037589 Change-Id: I92d5be669420f0b2fdeb8fcf85aefd3961bf84b4 Jean Chalard1-1/+12
2013-01-18Add SeekBarDialogPreference•••This change removes SeekBarDialog class. Change-Id: I437b1e554a5af264b8031ebe05b8250a831c8d3b Tadashi G. Takaoka8-333/+191
2013-01-18Remove automatic switch back to alphabet feature•••Change-Id: I4600c808f2ec31c18d3698a43afa7f4be9407e3e Tadashi G. Takaoka6-135/+51
2013-01-18Correct GesturePreviewTrail.getWidth() implementation•••Bug: 7981153 Change-Id: I20785b7f82329ce6f19c883e77a9716772cda290 Tadashi G. Takaoka2-4/+2