aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/values (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add a preference to resize the keyboard height.Andy Wang2014-10-301-0/+4
| | | | | | | | The keyboard height is controlled by a slider in the debug preferences. Without access to debug preferences, this change is a no-op. Bug: 6867494 Change-Id: I984064ed1cab752876615f5ed582818474d6041b
* Fix Serbian Latin subtype handlingTadashi G. Takaoka2014-10-282-7/+6
| | | | | | | | This CL also adds unit tests for Hinglish and Serbian Latin. Bug: 9687668 Bug: 17169632 Change-Id: Ib9aa1bcdf5b390a9d8c61f07165beacf850e2692
* Remove device checking of Emoji physical keyTadashi G. Takaoka2014-10-272-1/+6
| | | | | | | | This CL also adds a settings option to enable/disable an Emoji-ALT physical key. Bug: 18122464 Change-Id: Iee1d97efec979a902b0492071d5e511ca1792ff0
* Fix Javadoc and null analysis related warningsTadashi G. Takaoka2014-10-238-35/+62
| | | | | | | This CL also adds @SuppressWarning("unused" to java-overridable package. Bug: 18003991 Change-Id: If70527e30654384705d7a814f5efd181d9f539e1
* Bring back long press timeout settingsTadashi G. Takaoka2014-10-172-2/+2
| | | | | Bug: 18025209 Change-Id: Id8dbb051e04270f6892cae12a443103bd0d32dcb
* Set up a sync preference and policy for syncing [2]Sandeep Siddhartha2014-10-101-3/+5
| | | | | | | | | | | | - Adds a preference for enabling sync, which controls the sync behavior - Make the ProductionFlags depend on appropriate flags to guarantee that we don't mess things when flipping some flags - Preferences now control the "syncable" property of the provider thereby controlling the policy and when this entry shows up in system settings. Bug: 17464069 Change-Id: I1d58351188518c1ae9f1f9e147b5ea15d32a3427
* Add keyboard shadowTadashi G. Takaoka2014-10-098-0/+15
| | | | | | | | This CL sets 8dp elevation ot input view in order to cast a shadow onto underlying application. Bug: 16210054 Change-Id: I7779c63612fc88e24dde65de3e4e7a45b9d1762f
* Merge "Skeleton code for user dictionary sync"Jatin Matani2014-10-081-0/+4
|\
| * Skeleton code for user dictionary syncJatin Matani2014-10-071-0/+4
| | | | | | | | | | Bug:17464069 Change-Id: If683b80e882c07fba576959346ae74cd445dd83e
* | Fix missing prediction words on contextual stripTadashi G. Takaoka2014-10-071-1/+1
|/ | | | | Bug: 17874801 Change-Id: Iaba935a6b2548376f10a0ecd80f07ea7ada6c60a
* Fix verbalizing missing emoticonsTadashi G. Takaoka2014-09-291-0/+12
| | | | | Bug: 15585153 Change-Id: I8ae184047558d1a78e20efde0b08e40beb4458b9
* Add Serbian Latin keyboardTadashi G. Takaoka2014-09-262-6/+10
| | | | | Bug: 9687668 Change-Id: I0631ab04cf33e3d454c965e98a756c31666537bf
* Add allowRedundantMoreKeys attributeTadashi G. Takaoka2014-09-251-0/+2
| | | | | | | This CL also adds a couple of custom layout tests of Nordic languages. Bug: 10787354 Change-Id: I5e875d3f30863395511afa82f0a02deb093d3a6f
* Add account listing and preference integration for current accountSandeep Siddhartha2014-09-181-2/+8
| | | | | Bug: 17464068 Change-Id: Idb68a6012b285d6bc4632414bb6d11131148cf67
* Merge "Add Accounts & privacy settings in LatinIME"Sandeep Siddhartha2014-09-181-0/+13
|\
| * Add Accounts & privacy settings in LatinIMESandeep Siddhartha2014-09-171-0/+13
| | | | | | | | | | | | | | | | | | | | Also start showing the logging preference on this screen too. This settings screen will be the container for all account management, sync and privacy related settings Bug: 17464068 Change-Id: Ie0806f6e8a542e9dea2834445ff7b38805207bda
* | resolved conflicts for merge of 233a2f21 to masterYohei Yukawa2014-09-181-51/+0
|\ \ | |/ |/| | | Change-Id: If391cc622367dfb4448c6a5c32b82111d352d86e
| * Use Add-To-Dictionary indicator onlyYohei Yukawa2014-09-181-51/+0
| | | | | | | | | | | | | | | | | | | | With this CL, the previously used commit indicator was reverted. Instead we use the add-to-dictionary indicator only at the moment. This CL also fixes the indicator position in bidi context. BUG: 17335734 Change-Id: I5f7cf173ddc30876e2b01320acaff8ba4265edf6
* | Merge "Add a user preference for split layout within Appearance & Layouts"Jatin Matani2014-09-171-0/+3
|\ \
| * | Add a user preference for split layout within Appearance & LayoutsJatin Matani2014-09-161-0/+3
| | | | | | | | | | | | | | | | | | Note The preference is flag protected. Change-Id: I1be219ba961f002897b7b13ff9f200e2f142b2d8
* | | Revert "Revert "Fall back to default keyboard theme""Tadashi G. Takaoka2014-09-171-2/+2
| | | | | | | | | | | | | | | | | | This reverts commit 821486ba8b7a8e2d1a8f31846af456faf076d126. Change-Id: If0285c87edcd5f7d3c5449026953a74bf1125f65
* | | Revert "Fall back to default keyboard theme"Tadashi G. Takaoka2014-09-171-2/+2
| | | | | | | | | | | | | | | | | | This reverts commit 6ed8b183262063d009e3bb2264e2fe04d780dea3. Change-Id: I48f775e54f4077e556b26bc0146bc918421c6845
* | | Fall back to default keyboard themeTadashi G. Takaoka2014-09-171-2/+2
| | | | | | | | | | | | | | | Bug: 17537884 Change-Id: I3452d6d4a5837c6b2d417c8d256c121df86131cc
* | | Merge "Initial split QWERTY layout"Sandeep Siddhartha2014-09-161-0/+2
|\ \ \
| * | | Initial split QWERTY layoutSandeep Siddhartha2014-09-121-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change [2/3] Add an attribute that's used in layout xmls for specifying the split-keyboard layout. This attribute will be checked/set by the KeyboardBuilder which knows about the "splittability" of the keyboard. Bug: 4968173 Change-Id: I5d792e570b9648e09022e9b7e92a972a161009ee
* | | | Merge "Add a canSplitKeyboard attribute for specifying split keyboard layouts"Sandeep Siddhartha2014-09-161-0/+2
|\| | | | |/ / |/| |
| * | Add a canSplitKeyboard attribute for specifying split keyboard layoutsSandeep Siddhartha2014-09-121-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Change [1/3] This'll be used in conjunction with a user preference to split the keyboard when possible. Bug: 4968173 Change-Id: I7a05948d67b94a55024790115ae261d7fef7941a
* | | am add81661: am 001df4bf: am 5b9a1e59: Fix key preview popup for Material themeTadashi G. Takaoka2014-09-146-5/+9
|\ \ \ | | |/ | |/| | | | | | | * commit 'add816610b0d2978c5bd2653e53444f65d812ecf': Fix key preview popup for Material theme
| * | Fix key preview popup for Material themeTadashi G. Takaoka2014-09-146-5/+9
| | | | | | | | | | | | | | | | | | | | | This CL also removes unused key preview resources for Tablet. Bug: 15143928 Change-Id: Icbf4f7b6d5c7839b4fe7a27d320a2184f0625130
* | | am 463c1880: am e458949c: am 941531b2: Merge "Tune keyboard height and ↵Tadashi G. Takaoka2014-09-134-10/+16
|\| | | | | | | | | | | | | | | | | | | | letter size of tablet" into lmp-dev * commit '463c1880a12708a3013e87ae262ee8e69be15f48': Tune keyboard height and letter size of tablet
| * | Merge "Tune keyboard height and letter size of tablet" into lmp-devTadashi G. Takaoka2014-09-134-10/+16
| |\ \
| | * | Tune keyboard height and letter size of tabletTadashi G. Takaoka2014-09-134-10/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The height of Google Keyboard is limited by maximum and minimum ratio to the display height. Because screen aspect ratio of some large tablet is close to 1:1, the height of the keyboard may become taller than expected. This CL lowers the minimum ratio to allow shorter height. This CL also increase text size of Material theme keyboard on tablet as well. Bug: 17050390 Change-Id: I87c5f49ce554950c525a1f31dfddfd1beb3fafda
* | | | am 060f4b94: am bd3a7c4e: am 991571ff: Wording update for settings.Ken Wakasa2014-09-131-2/+2
|\| | | | | | | | | | | | | | | | | | | * commit '060f4b945127f0b4aae2fcbf13a20210290248c4': Wording update for settings.
| * | | Wording update for settings.Ken Wakasa2014-09-131-2/+2
| |/ / | | | | | | | | | | | | | | | | | | "Appearance" -> "Appearance & layouts". bug: 11866784 Change-Id: I9843b76cadb0245973cec07134d07212c8c5667e
* | / am 4d8efc97: am b41d1fcd: am d0d8f90a: Merge "Reorganize settings in Google ↵Jatin Matani2014-09-131-8/+10
|\| | | |/ |/| | | | | | | | | Keyboard" into lmp-dev * commit '4d8efc97873d12b4596c695fbcf7e72330b5253e': Reorganize settings in Google Keyboard
| * Reorganize settings in Google KeyboardTadashi G. Takaoka2014-09-121-8/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes : Input languages -> Languages Input preferences -> Preferences Multi lingual Options -> Multilingual Options Keyboard Theme -> Theme Gesture typing preferences -> Gesture typing **New Appearance -> Theme -> Custom input style **Removed Multilingual options from L dynamically Bug: 11866784 Change-Id: I07404c27868e1b087b0cafb63d2031a5b493a885
* | am c29276b7: am 12814352: am 486c4894: Keep aspect ratio of Material action ↵Tadashi G. Takaoka2014-09-093-0/+4
|\| | | | | | | | | | | | | key background * commit 'c29276b782cfc45be5ab79177e991f2cba8fb04b': Keep aspect ratio of Material action key background
| * Keep aspect ratio of Material action key backgroundTadashi G. Takaoka2014-09-093-0/+4
| | | | | | | | | | Bug: 15681452 Change-Id: Ie4b823dca541b76b68cade580845a21ff0b21e2f
* | am c1ee8857: am a6c53d31: am 257dfa79: Merge "Revert "Use right arrow for ↵Yohei Yukawa2014-09-081-16/+10
|\| | | | | | | | | | | | | the commit indicator"" into lmp-dev * commit 'c1ee88572232235d5972220ec1e5232de58a916e': Revert "Use right arrow for the commit indicator"
| * Merge "Revert "Use right arrow for the commit indicator"" into lmp-devYohei Yukawa2014-09-081-16/+10
| |\
| | * Revert "Use right arrow for the commit indicator"Yohei Yukawa2014-09-081-16/+10
| | | | | | | | | | | | | | | | | | This reverts commit 2412d9ae3c89db4fea8943cca884f0fb105795ef. Change-Id: Ie8090735850e2f2d075d0bdaf3ef628d866b5514
* | | Merge "Fix a bug with the Greek question mark."Jean Chalard2014-09-081-1/+6
|\ \ \
| * | | Fix a bug with the Greek question mark.Jean Chalard2014-09-081-1/+6
| | | | | | | | | | | | | | | | | | | | Bug: 17398284 Change-Id: If49593e2c959935a183a4cd9d988407cc1160599
* | | | am ad4de3fc: am 9ca6658e: am 0f33e614: Implement Floating Action Button more ↵Tadashi G. Takaoka2014-09-085-0/+28
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | keys keyboard * commit 'ad4de3fc819d658775eed470fc74ad76da5caad2': Implement Floating Action Button more keys keyboard
| * | | Implement Floating Action Button more keys keyboardTadashi G. Takaoka2014-09-085-0/+28
| | | | | | | | | | | | | | | | | | | | Bug: 15681452 Change-Id: I8484e4fe4d989b391f2b5230836dc9dfac218429
* | | | am 3aabf655: am f21c77d7: am 727e818e: Move more keys divider to ↵Tadashi G. Takaoka2014-09-086-4/+9
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | MoreKeysKeyboardView * commit '3aabf655d0125fb824e5e47687f5084b2df6979c': Move more keys divider to MoreKeysKeyboardView
| * | | Move more keys divider to MoreKeysKeyboardViewTadashi G. Takaoka2014-09-086-4/+9
| | | | | | | | | | | | | | | | | | | | Bug: 15681452 Change-Id: I1b32719cc927a24db4c41fdeb812b39f7e98a85c
* | | | am 079f9c3f: am 1b430219: am 6888ec00: Merge "Create donottranslate debug ↵Tadashi G. Takaoka2014-09-053-40/+59
|\| | | | |/ / |/| | | | | | | | | | | | | | settings string resources file" into lmp-dev * commit '079f9c3f5ae7b2f7926321522b6020affd422b52': Create donottranslate debug settings string resources file
| * | Create donottranslate debug settings string resources fileTadashi G. Takaoka2014-09-053-40/+59
| | | | | | | | | | | | | | | | | | | | | | | | This is a follow up of the I26e4d292de. Bug: 15678343 Bug: 17385083 Change-Id: I2c2b08b8dd991ac981aa8f8c8436de9e4399da5f
* | | am 2ff7865e: am cc5050d7: Update spacebar background for MaterialTadashi G. Takaoka2014-09-032-2/+2
|\| | | | | | | | | | | | | | * commit '2ff7865e87bf8bc27e6c3f6d6067caec8828ebbf': Update spacebar background for Material