aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/inputmethod/latin/SuggestTestsBase.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete tests•••Change-Id: Ibfbe6b39580ae13e4c32fb2ceab7a6c6f3a24ccb Tadashi G. Takaoka2012-03-021-106/+0
* Use KeyboardSet for unit test•••Change-Id: I6a08e04628bac0222140e5b1b108f6bcb39859a2 Tadashi G. Takaoka2012-01-131-4/+14
* Move KeyboardSwitcher.getKeyboard to KeyboardSet•••This change also gets rid of XML id from KeyboardId. Bug: 5002108 Bug: 5679585 Change-Id: I7086c7da3c01ba4ade7f77ee5cc731310da46404 Tadashi G. Takaoka2011-12-161-3/+2
* Fix broken build•••Change-Id: I84c20db21e13422817cfb85af522feaa5295626a Tadashi G. Takaoka2011-12-161-1/+2
* Remove EditorInfo from KeyboardId•••Change-Id: I70919ff30622afa1d8c29ca45589fa617f2c1f0e Tadashi G. Takaoka2011-12-141-2/+1
* Cleanup settings key related stuff•••Change-Id: Ie0d1204e94fcdf9d578974256bf2ae3e87797f13 Tadashi G. Takaoka2011-12-141-1/+1
* Utilize KeyboardSet XML definitions•••This change introduces KeyboardSet and SubKeyboard XML definitions to represent a set of keyboard layouts. Bug: 5002108 Bug: 5679585 Change-Id: Ib6c8d5936187381bb6725c9fe574e93871c01a86 Tadashi G. Takaoka2011-12-141-4/+3
* Add orientation to regression tests•••Change-Id: Iaf2cb7841c4622eedeb4bf880d55988bfa61e823 Tadashi G. Takaoka2011-08-011-5/+16
* Remove enableShiftLock attribute from KeyboardId•••This change is a follow up of Ia72de236. Bug: 4311428 Change-Id: I0ad0f1fb93545ceb40df8dffe377240b020c2602 Tadashi G. Takaoka2011-07-281-1/+1
* Fix "Show settings key" option on 7" device•••Cherry-pic I993ac772 from Honeycomb-MR2. Bug: 4586882 Change-Id: Ie74138523a3ae7958c7bec674c49aa0ab1a72d05 Tadashi G. Takaoka2011-06-241-1/+1
* Remove colorScheme attribute from KeyboardView•••Change-Id: I9de118e8be60b9a6fe1aecc00332ba08872db918 Tadashi G. Takaoka2011-06-221-5/+4
* Fix arguments order of KeyboardId constructor•••Change-Id: I0b958f10e2146a3a70c9c0643f62ad48ae472631 Tadashi G. Takaoka2011-05-251-1/+1
* Reload keyboard after SoftInputWindow size changed•••Bug: 4450008 Change-Id: Ic6c457db808d8e7479bfaa509192c07a384453e2 Tadashi G. Takaoka2011-05-201-2/+3
* Add createKeyboardId helper method•••Change-Id: Ibb356e95e4acd965a0dfbf695de1cebcefc5cd9e Tadashi G. Takaoka2011-02-251-5/+7
* Add "passwordInput" attribute to case tag of Keyboard•••This change also introduces number password (a.k.a. PIN) layout. The text password layout will follow. Bug: 3384942 Change-Id: I50b5e413e47a28d5285fd0468115e11ce46c7f18 Tadashi G. Takaoka2011-02-201-3/+4
* Reorganize suggestion related unit test•••Bug: 3414081 Change-Id: Ie98c7935b25d17f1547955f8fb6ba2c5c1edb997 Tadashi G. Takaoka2011-02-141-0/+84