aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/layout (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add keyboard shadowTadashi G. Takaoka2014-10-091-1/+2
| | | | | | | | This CL sets 8dp elevation ot input view in order to cast a shadow onto underlying application. Bug: 16210054 Change-Id: I7779c63612fc88e24dde65de3e4e7a45b9d1762f
* Implement Floating Action Button more keys keyboardTadashi G. Takaoka2014-09-081-0/+32
| | | | | Bug: 15681452 Change-Id: I8484e4fe4d989b391f2b5230836dc9dfac218429
* Move more keys divider to MoreKeysKeyboardViewTadashi G. Takaoka2014-09-081-1/+2
| | | | | Bug: 15681452 Change-Id: I1b32719cc927a24db4c41fdeb812b39f7e98a85c
* Support RTL layout in custom input style settingsTadashi G. Takaoka2014-08-291-34/+55
| | | | | Bug: 17322353 Change-Id: I3b211ab8729121271563a8a243558a58ee7847c2
* Simplify onComputeInsets of LatinIMETadashi G. Takaoka2014-08-273-33/+51
| | | | | | | | | | | This CL expands SoftInputWindow to the entire screen. Thus a key review backing view is eliminated and onComputeInsets() gets simplified too. Bug: 17212702 Bug: 10841052 Bug: 10541453 Change-Id: I2d859f4e4698c64cabe399000821f13bab729996
* Support Accept typed word UITadashi G. Takaoka2014-08-221-1/+2
| | | | Change-Id: I58e95b2791a45afdc7dae8e26dcfc200b3b4b854
* Use FrameLayout for the backing viewYohei Yukawa2014-08-191-1/+1
| | | | | | | | | | If we render our UI around the composing text in the fullscreen mode, probably we need to have our views under android.R.id.extractArea, which is implemented as FrameLayout. Therefore, using FrameLayout for the backing view makes it easy to simplify the code between normal mode and full screen mode. Change-Id: I69533b22d9d1368ad906dc5ef7be1a1b674d10b8
* Use RelativeLayout for the backing viewYohei Yukawa2014-08-161-1/+1
| | | | | | | RelativeLayout allows the IME to place its UI element at an arbitrary position on the backing view. Change-Id: Ib40d2111f56d8f38007e37c6c47536db3f0bef75
* A follow up to AAPT changeKen Wakasa2014-08-101-2/+2
| | | | | | | AAPT previously allowed apps to generate resources in the android package. This is no longer allowed after I1be66e3f8df9a737b21c71f8a93685376c7e6780. Change-Id: Icda68829c0bf9254b6637f0ec2cecc0b357dbc43
* Use fragment for keyboard theme settingsTadashi G. Takaoka2014-07-291-0/+23
| | | | | Bug: 11866784 Change-Id: Ic50b6eb1bd8f2b823e2c9dfad04d8615bc910936
* Update Material icons and backgroundsTadashi G. Takaoka2014-07-291-0/+1
| | | | | Bug: 16143083 Change-Id: I6396f725b30e9ef6fa7964a0c9d7eb6d1d97e376
* Update Material Dark themeTadashi G. Takaoka2014-07-092-6/+4
| | | | | Bug: 15782668 Change-Id: If3f2439fe9dcd2c05514e73861777337b42273c4
* Custom view for key preview popupTadashi G. Takaoka2014-06-231-27/+0
| | | | | Bug: 15143928 Change-Id: I12411b9b5b9611ec089e4967def9b5c19a2367c7
* Do not generate ids in the android packageAdam Lesinski2014-06-191-6/+6
| | | | | | | A new AAPT change will have AAPT fail when an app tries to add resources to an external package such as android. Change-Id: I02e31481b5ea2d13a27b5b06fc4d0f8777551572
* Add audio and haptic feedback for Emoji and SuggestionsTadashi G. Takaoka2014-06-104-8/+43
| | | | | Bug: 15378862 Change-Id: Ia14929bd9eb63ad5735cae0ad98ad0e2ad301128
* Set content descrition of words in suggestions stripTadashi G. Takaoka2014-06-091-0/+2
| | | | | Bug: 14849593 Change-Id: If020e2352c8e950ce87dc4711c39b8a6a41f66fc
* am 61a8a66c: Merge "Workaround to draw spacebar icon of emoji palettes" into ↵Tadashi G. Takaoka2014-05-301-2/+15
|\ | | | | | | | | | | | | lmp-preview-dev * commit '61a8a66ccac1de7e146344dd77c8be84aa8daf33': Workaround to draw spacebar icon of emoji palettes
| * Workaround to draw spacebar icon of emoji palettesTadashi G. Takaoka2014-05-301-2/+15
| | | | | | | | | | Bug: 15321822 Change-Id: Iab7cef83ffdf91c877c3ed2e59d412496b516e1c
* | Remove researcher loggerTadashi G. Takaoka2014-05-293-196/+0
| | | | | | | | | | | | | | This CL must be checked in together with I5cc76807e3. Bug: 15318007 Change-Id: I61423c3377ddc299fb332e742d6626c2e47145bb
* | Consolidate attributes to EmojiPaletteView to control indicatorsTadashi G. Takaoka2014-05-231-5/+2
|/ | | | | | | | This CL consolidates attributes of EmojiTabWidget and EmojiCategoryPageIndicatorView with EmojiPaletteView. Bug: 15151483 Change-Id: I6eca10b60e894d945080ef3f88523d539a4992fa
* Refactor Emoji tab indicators to refer keyboard themeTadashi G. Takaoka2014-05-201-5/+3
| | | | | Bug: 14419121 Change-Id: I7086923fff153039c2d011bbccbfd04eb687a76a
* Remove Emoji label tabTadashi G. Takaoka2014-05-192-27/+0
| | | | Change-Id: Ia2f3482363b462c16a51f2baac59d6bcae96ffab
* Remove Emoji delete key UX hackTadashi G. Takaoka2014-05-191-1/+0
| | | | | | | The Emoji delete key UX hack that changes key background color based on the key state isn't keyboard theme compliant. Change-Id: I0fa43a91cdd6da944d6d4d1a5a09b771f852a081
* Rename Emoji related resource names more consistentTadashi G. Takaoka2014-05-191-4/+4
| | | | Change-Id: I318a98feeaf7b8bc4d2ed6d54475a144e2dca0a1
* Create com.android.inputmethod.keyboard.emoji packageTadashi G. Takaoka2014-05-142-4/+4
| | | | Change-Id: Idd12c2fa4f5add7bb50bd7349ff9a74fffe82cfd
* Add content description to the voice keyTadashi G. Takaoka2014-05-131-0/+1
| | | | | Bug: 14849593 Change-Id: I1664b6a4ef54b78a09df65adbffff7861b54c4a9
* Add voice key to suggestions stripTadashi G. Takaoka2014-05-121-0/+8
| | | | | Bug: 14419121 Change-Id: I3b2bdc3c07bb7e49ea7be53649bd6dd134fea27c
* Use margin instead of padding in SuggestionStripViewTadashi G. Takaoka2014-05-072-4/+8
| | | | | | | | This CL also tunes the width of suggestions strip to be able to display 15~16 letters without x-scaling at the center slot. Bug: 14419121 Change-Id: Ia5766cee043899533e24e2ebc621e8dc279370b3
* Add contentDescription to Emoji paletteTadashi G. Takaoka2014-04-173-2/+7
| | | | | | | | | | This CL adds content descriptions of: - Emoji Category icon/label. - Delete key - Space key Bug: 11452158 Change-Id: Ic00592c560b6265c880cd25f2e18cfd349b4620b
* Remove unneeded CustomViewPager classTadashi G. Takaoka2014-04-071-1/+1
| | | | | | | | | Originally this hacky class has been introduced by I0824f82c30 to address bug: 11721001. Because the bug: 11721001 has been addressed by I950f13ec40 and etc., this class should be removed. Bug: 13665882 Change-Id: Iabdd369e4dddb0188534289eea1269fb196895eb
* Turn personalization on when important notice dialog is displayedTadashi G. Takaoka2014-02-191-1/+0
| | | | | | | This change must be checked in together with Ifde70b1d3b. Bug: 10587358 Change-Id: I9dc48f9d521e0e6f6269e4f184389ba805f3053f
* Merge "Use the same label of switch-to-alphabet key on Emoji palette"Tadashi G. Takaoka2014-02-171-8/+8
|\
| * Use the same label of switch-to-alphabet key on Emoji paletteTadashi G. Takaoka2014-02-171-8/+8
| | | | | | | | | | Bug: 12115967 Change-Id: I61cf80db933aa2ab220ddcaa88a4c9af7beeb35c
* | Add go to "Settings" button to important notice dialogTadashi G. Takaoka2014-02-171-0/+1
| | | | | | | | | | | | | | | | | | | | | | This CL also - removes icons on important notice title. - changes the "Personalized suggestions" summary text. This change must be checked in together with Id115d89ba9. Bug: 10587358 Change-Id: I52ff26fa8ae12445e9014ba08253f69e1be609f4
* | Use 16sp text to show important notice titleTadashi G. Takaoka2014-02-141-1/+1
|/ | | | | Bug: 10587358 Change-Id: Ib840cb71d9e87282ea0d13839dbf2a2da2081d5f
* Fix important notice strip text layoutTadashi G. Takaoka2014-02-031-2/+2
| | | | | Bug: 10587358 Change-Id: I9cbdd3b450e05d6d0611a16b6b7fad945918dd5f
* Add important notice stripTadashi G. Takaoka2014-01-311-0/+13
| | | | | | | This change is a groundwork to show important notice. Bug: 10587358 Change-Id: I80aa70d30e2a529b37798f0df2183b41df3ac38a
* Show "Touch again to save" in system localeTadashi G. Takaoka2014-01-301-0/+1
| | | | | Bug: 12811156 Change-Id: I928daf17297ec5c526720850d6203cb9af0496ac
* Remove suggestion_word and suggestion_info layout filesTadashi G. Takaoka2014-01-283-72/+10
| | | | Change-Id: I37fea41cfc6e717ce7e5aa36ad331675fc9e8ce5
* Suggestion strip honors RTL layoutTadashi G. Takaoka2014-01-282-37/+1
| | | | | Bug: 9126496 Change-Id: Ia4a1c52bd2a80ea7fe6b9529f2767fee5f9e8aeb
* Refactor SuggestionsStripLayoutHelper classTadashi G. Takaoka2014-01-271-0/+15
| | | | | Bug: 9126496 Change-Id: I8bede13c8745fbcad68099d882681ca4f2326d14
* Remove some warningsJean Chalard2014-01-097-75/+53
| | | | Change-Id: I5cfa0d2fccc139bd6c45c5590a68c3e0c90534b8
* Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20cKen Wakasa2013-12-1312-88/+24
| | | | | | The bulk merge from -bayo to klp-dev should not have been merged to master. Change-Id: I527a03a76f5247e4939a672f27c314dc11cbb854
* Add JB/ICS resources from Azuki MR1 releaseTadashi G. Takaoka2013-11-221-0/+27
| | | | | Bug: 11622614 Change-Id: I126fc42dd31e912788db0446b67a9d4ea80f848e
* Rename KLP theme related resourcesTadashi G. Takaoka2013-11-221-2/+2
| | | | | Bug: 11622614 Change-Id: I4e390aa263349d730b47502d84e4d528e7f5ce71
* Enter -> Alpha keyboard switcher in Emoji palette viewSatoshi Kataoka2013-10-071-2/+2
| | | | | Bug: 11103091 Change-Id: I0c5384e9f148566d1ac1d178a8227eb913d59908
* Rename EmojiKeyboardView -> EmojiPalettesViewSatoshi Kataoka2013-10-072-4/+4
| | | | Change-Id: I226bb8e21fd2b2b6639896a1cc433d19f3f431c2
* Tentatively revert inconsistent assetsSatoshi Kataoka2013-10-011-0/+1
| | | | Change-Id: I90f0ffed57f0efa9f01adb969fd499e2dcd2a0dc
* Implement delete key repeaterSatoshi Kataoka2013-09-241-1/+6
| | | | | Bug: 10810844 Change-Id: Idbfe2196e8f0f8cf6dd1b77574eefb395c12807a
* Update resourcesSatoshi Kataoka2013-09-201-3/+3
| | | | Change-Id: Ia66f7181514ee1471e181e16d15622174cf72e79