summaryrefslogtreecommitdiff
path: root/core/java/android/inputmethodservice/KeyboardView.java
AgeCommit message (Expand)Author
2020-01-06Use new UnsupportedAppUsage annotation.Artur Satayev
2018-12-13Deprecate android.inputmethodservice.{Keyboard,KeyboardView}Yohei Yukawa
2018-07-31Add @UnsupportedAppUsage annotationsMathew Inwood
2018-05-22Stop using unsupported Canvas operations in IMETarandeep Singh
2018-01-22Docs: Inserting a line to include the documentation forJonathan Dormody
2017-02-21Deprecate "speak passwords" setting.Phil Weaver
2015-10-23Fix crash in KeyboardView with null HandlerClara Bayarri
2015-10-20Fix a few view ctors to not call Looper.myLooperJohn Reck
2014-12-02Use CURRENT_OR_SELF when checking SPEAK_PASSWORD settingAlan Viverette
2014-11-25Load SPEAK_PASSWORD from currently active user rather than selfAlan Viverette
2013-09-09Add View constructor that supplies a default style resourceAlan Viverette
2012-05-22Interaction model of KeyboarView should be same as latimIMESvetoslav Ganov
2011-12-05Adding a system preference whether to speak passwords in accessibility mode.Svetoslav Ganov
2011-11-01Update KeyBoardView to reflect the interaction model in Latin IMESvetoslav Ganov
2011-10-04Make prompt for headset while typing a password if accessibilbity is on less ...Svetoslav Ganov
2011-09-19Fix 5335993, calculate correct size of lockscreen buttonsChet Haase
2011-08-22Adding accessibility support to the PIN lock screen.Svetoslav Ganov
2011-08-17Breaks the buildSvetoslav Ganov
2011-08-08Adding accessibility support to the PIN lock screen.Svetoslav Ganov
2011-04-20Fix key preview coordinates calculationTadashi G. Takaoka
2010-07-30Fix KeyboardView's verticalCorrection handlingTadashi G. Takaoka
2010-03-19Move the key feedback bubble to the side if there's not enough room above. bu...Amith Yamasani
2010-02-11Fix key debounce (was too aggressive and buggy) and dismiss mini keyboard on ...Amith Yamasani
2010-02-08Fix 2402303: Split Keyboard widget from LatinIME into reusable PasswordEntryK...Jim Miller
2010-02-08Fix to enable having a primary index that's not the closest match.Amith Yamasani
2010-02-08Prevent crash in KeyboardView when the view is 0x0.Romain Guy
2010-01-05Fix for 2345922: Press and hold space in ?123 mode will give .....Amith Yamasani
2009-12-08Close popup when Keyboard gets a CANCEL motion event.Amith Yamasani
2009-10-27Fix build.Amith Yamasani
2009-10-27Disambiguation between multiple pointers and swipe gestures.Amith Yamasani
2009-09-17Fix possible race condition when switching keyboards while there are pending ...Amith Yamasani
2009-08-19Fix bug 2045914: When pressing 2 keys, sometimes the second key gets stuck.Amith Yamasani
2009-08-11Remove delay for key feedback bubble.Amith Yamasani
2009-08-06Use multi-pointer support to improve 2-thumb typing. No more missed keys!Amith Yamasani
2009-07-23Fix #1977876 : Key preview in WVGA broken.Amith Yamasani
2009-07-21Fix for enabling auto-switch back to alpha mode from symbols.Amith Yamasani
2009-05-08Fix keyboard redraw bug on long-press of CapsLock.Amith Yamasani
2009-04-10AI 145778: Manual merge changes 145382-145384 from cupcake.Andy Stadler
2009-03-27AI 143147: Manual integrationDianne Hackborn
2009-03-13auto import from //branches/cupcake_rel/...@138607The Android Open Source Project
2009-03-05auto import from //depot/cupcake/@136594The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@132589The Android Open Source Project
2009-03-02auto import from //depot/cupcake/@137055The Android Open Source Project
2009-02-19auto import from //branches/cupcake/...@132276The Android Open Source Project
2009-02-13auto import from //branches/cupcake/...@131421The Android Open Source Project
2009-02-10auto import from //branches/cupcake/...@130745The Android Open Source Project
2009-01-22auto import from //branches/cupcake/...@127436The Android Open Source Project
2009-01-15auto import from //branches/cupcake/...@126645The Android Open Source Project