aboutsummaryrefslogtreecommitdiffstats
path: root/java/res (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Set minimum height for RecognitionView in the case that there is no keyboard ↵satok2011-01-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | view loaded. Bug: 3352322 Change-Id: I9a7b2a745b47bdc62a96a5cd2c0d8ad717e1b406
* | | Implement callback to handle touch event outside SoftInputWindowTadashi G. Takaoka2011-01-242-0/+2
|/ / | | | | | | | | Bug: 3238092 Change-Id: Ie8d4469bc2c6880bdf2a0c4e4eec68bb136b837c
* / Add description for auto correction threshold stringsTadashi G. Takaoka2011-01-241-2/+2
|/ | | | | | Bug: 3088802 Bug: 3091970 Change-Id: I6f0cdb9ec74824497ff5f9e3a2ca5d7d29de0dd7
* Remove unused assetssatok2011-01-242-0/+0
| | | | Change-Id: Iae825b3d1c62d622db8389718359eaaa2b289fb4
* New drawable assetsTadashi G. Takaoka2011-01-2469-0/+0
| | | | | | | This change excludes drawable-xdpi/* and drawable-mdpi/sym_keyboard_smiley_holo.png from designer's repo. Change-Id: Ic8a06903ba75aa2de2d81ac159f4e37962b4da52
* Use simple smiley for the emoticon keyTadashi G. Takaoka2011-01-212-4/+4
| | | | | | | | This change uses keyLable to show simple smiley on the key top and removes sym_keyboard_smiley_holo drawable. Bug: 3350296 Change-Id: I7d28db8a6f74936f932f250a70991a1bd1ff4ddd
* Change the order of subtypes listsatok2011-01-201-58/+58
| | | | Change-Id: I748ed8e8a280832c1e3170ed070c2ae22ee7d5c1
* Merge "Add subtype languages" into honeycombsatok2011-01-194-0/+14
|\
| * Add subtype languagessatok2011-01-204-0/+14
| | | | | | | | Change-Id: Ib251bd63f79281a4dc1739b213b16e8a936ea319
* | Simplify text correction settings in latin IME.Jean Chalard2011-01-193-10/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | Conditionally remove the "Quick fixes", "Bigram suggestions" and "Usability study mode" options, depending on configuration. When disabled, have the quick fixes and bigram option become false if autocorrect is off, and true otherwise. Also reorder options to bring "Auto correction" above "Show suggestions". bug: 3282448 Change-Id: Ib7fd928be417a816ef9e21423a531773069b7468
* | Change separator titles in settings screen.Jean Chalard2011-01-192-53/+62
|/ | | | | | | | | Add a "General" category to enclose general settings, and rename "Word suggestion settings" to "Text correction". bug: 3282448 Change-Id: Ie695683af0646974da82e29e11d1c3a785ef46c7
* Merge "Simplify latin IME settings page." into honeycombJean Chalard2011-01-183-7/+9
|\
| * Simplify latin IME settings page.Jean Chalard2011-01-183-7/+9
| | | | | | | | | | | | | | | | | | Do not show the recorrection option on xlarge terminals, and make it true by default. Also, bring the Auto-capitalization at the top of the settings page. Issue: 3282448 Change-Id: I51a9ae6c7e496be2970107277f0a4ac65b12821e
* | Change the UI of Voice IME to be more like Voice Search.Luca Zanolin2011-01-1825-77/+129
|/ | | | | | | | | | | | | | | | | | There has been a bit of refactoring in RecognitionView in particular to fix the portrait layout. The main issues found were: - the size of the keyboard is specified in inches, and (cm)(inches + inches) != ((cm) inches) + ((cm) inches)) - the height of keyboard background is high as the landscape keyboard, but it higher than the portrait keyboard. This is not an issue on LatinKeyboard, as it overwrite the onMeasure method. However, if I use the same image background in RelativeLayout the Relative layout height is set to the height of the background, thus higher than the keyboard - the change configuration was not propageted correctly Change-Id: Id5dca425826997c573ccae7a085d5ddc9719733b
* Merge "Add settings key to table keyboard" into honeycombTadashi G. Takaoka2011-01-188-7/+34
|\
| * Add settings key to table keyboardTadashi G. Takaoka2011-01-188-7/+34
| | | | | | | | | | | | Bug: 3351762 Change-Id: Ibee1cf42af2f53017d83034f069b19be6657acbb
* | Remove the keyboard popup option by default.Jean Chalard2011-01-182-0/+2
|/ | | | | | | | | Add an option to mask the sound on keypress preference, and make it false on xlarge terminals by default. bug: 3282448 Change-Id: I747272d9edf854dc229aa620836cfa35a437d13f
* Disable suggestion strip by default for tabletTadashi G. Takaoka2011-01-171-1/+1
| | | | | Bug: 3352374 Change-Id: Ic2fed4ecd6d73f6c2d0ad81061ecd266f4704b10
* Place language name at center of spacebar if no space iconTadashi G. Takaoka2011-01-171-0/+1
| | | | | | | | This change also leaves the language name as light grayed after fading out. Bug: 3290290 Change-Id: I71adf80c9a3b77d2fd34bca458845d85d55cbee7
* Merge "Add SubtypeLocale class" into honeycombTadashi G. Takaoka2011-01-141-0/+10
|\
| * Add SubtypeLocale classTadashi G. Takaoka2011-01-141-0/+10
| | | | | | | | Change-Id: Ic4c73c313f976ad6df1b4ddf48b914d05a08d283
* | Merge "Notify keyboard language on space bar when it has changed" into honeycombTadashi G. Takaoka2011-01-144-5/+7
|\ \
| * | Notify keyboard language on space bar when it has changedTadashi G. Takaoka2011-01-144-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change also introduces the following. * space bar language switcher is enabled for phone device. * get rid of spcae key icon from number keyboard of tablet. * slightly lower the position of language name on space bar of tablet. Bug: 3290290 Change-Id: I432be8f757bcc84c257770112ff1f6fa7970c584
* | | Add CHAR LIMIT to string resourcesTadashi G. Takaoka2011-01-141-4/+4
|/ / | | | | | | | | | | Bug: 2988183 Bug: 3276544 Change-Id: Ib5c2c86972b1ab32468cd0ab9370ec629255c54d
* | Merge "Fix descriptions for strings. Bug: 2876541 Bug: 2988169" into honeycombsatok2011-01-131-4/+4
|\ \
| * | Fix descriptions for strings.satok2011-01-141-4/+4
| | | | | | | | | | | | | | | | | | | | | Bug: 2876541 Bug: 2988169 Change-Id: I80130aa258e38f638b226448ba53a7efaeb6c3d7
* | | Merge "Support "nm" (no mic) privateImeOptions" into honeycombTadashi G. Takaoka2011-01-136-15/+51
|\ \ \ | |_|/ |/| |
| * | Support "nm" (no mic) privateImeOptionsTadashi G. Takaoka2011-01-146-15/+51
| | | | | | | | | | | | | | | Bug: 3331635 Change-Id: Ide160b9317c8f7d966f879dd460640fc4f894e9b
* | | Make input language selection settings workTadashi G. Takaoka2011-01-142-7/+2
| |/ |/| | | | | | | | | This change also tweaks the padding of candidate strip for phone. Change-Id: Iefe4dfeb7015e11d5b2d1566121f719d60b1377e
* | Add discription for keyboard/voice subtype string resourcesTadashi G. Takaoka2011-01-131-0/+33
|/ | | | | Bug: 3197096 Change-Id: I9dafcbf4d5775b3b928be54e546ac38042ece685
* Merge "Fix text color of main key labels in shifted state" into honeycombTadashi G. Takaoka2011-01-111-1/+1
|\
| * Fix text color of main key labels in shifted stateTadashi G. Takaoka2011-01-111-1/+1
| | | | | | | | | | Bug: 3322539 Change-Id: Ib9bc54da8d3725f64c86dbe6d9700e386f74de5e
* | Merge "Remove stale suggestion divider drawable" into honeycombTadashi G. Takaoka2011-01-111-0/+0
|\ \
| * | Remove stale suggestion divider drawableTadashi G. Takaoka2011-01-111-0/+0
| |/ | | | | | | | | Bug: 3329543 Change-Id: If96648bf88e1a69e01ebe00d31ddd46df1fca45c
* / Tweak keyboard iconsatok2011-01-1117-0/+0
|/ | | | Change-Id: I2c802c1c0c5f7e173285656ac47e3251ff97e44d
* Merge "Import some unabbreviated translations for large screens." into honeycombEric Fischer2011-01-071-0/+126
|\
| * Import some unabbreviated translations for large screens.Eric Fischer2011-01-061-0/+126
| | | | | | | | Change-Id: Ifa1c25a7b2eb40fcaaddca06e3df1a66587cd3e3
* | Mark configuration strings untranslatable.Eric Fischer2011-01-0743-1112/+5
| | | | | | | | Change-Id: If8a35fe33e2091bcf95cc543e76df1184d52ce2b
* | Get rid of the space bar symbol on the tablet.Ken Wakasa2011-01-081-1/+0
| | | | | | | | | | bug: 3290290 Change-Id: I4c57151197989375e6e9f36f508e6e875f856654
* | Remove digit popup characters from mini keyboard of tabletTadashi G. Takaoka2011-01-072-0/+2
|/ | | | | Bug: 3321376 Change-Id: I38d963952d3c6d2cf1ad19a69b32f90191f17178
* Calculate mini keyboard key width from labelsTadashi G. Takaoka2011-01-062-0/+2
| | | | Change-Id: I4259753bd10fdf488fcffacb6b131e30511e780f
* Consolidate main dictionary files.Ken Wakasa2011-01-051-23/+0
| | | | | | | | | This change is a preparation for upcoming optimizations on dictionary file loading. * We can consolidate dictionary files because we are no longer relying on Asset Manager. * Stopping compressing dictionary files as planning to use mmap() on the region in the apk file. * Probably we won't rely on Asset Manager. Instead we'll probably use offset and size obtained from AssetFileDescriptor. Change-Id: Id57dce512fd3d2397a58628f8264bd824194da76
* Add config_default_keyboard_theme_id resourceTadashi G. Takaoka2010-12-283-1/+5
| | | | Change-Id: Ie4e9e85694cfd43fcd1fdfeeaa477f13c372a8a6
* Import new drawable assetsTadashi G. Takaoka2010-12-2455-1/+1
| | | | Change-Id: Ie74bd49921cca4aee69f9e7bfc8ef93e13d3c4d9
* Import revised translations.Eric Fischer2010-12-2382-2084/+1228
| | | | Change-Id: I3d92d46d7683c07e455ba15c0befee9199a442bc
* Make dismissing keyboard by swiping down as configurableTadashi G. Takaoka2010-12-232-0/+2
| | | | | Bug: 3306370 Change-Id: If4e258ce4db05fb75dcd3b23fefa422c1287955b
* Filter out too short noisy touch eventsTadashi G. Takaoka2010-12-211-0/+2
| | | | | Bug: 3294017 Change-Id: I1769eab1d096d16bfa9d6f23b973483ee6e7a478
* Remove multi-tap featureTadashi G. Takaoka2010-12-2011-127/+126
| | | | Change-Id: Ife44b3f9d420d77d2cfb51044a8356f02ed63e8b
* Disallow sliding key inputTadashi G. Takaoka2010-12-182-0/+2
| | | | | | | This feature is configurable by R.bool.config_sliding_key_input_enabled. Bug: 3294076 Change-Id: I0225a6ce19d9b911c9d9543a106ab57ee0b7de75
* Add description and CHAR LIMIT to string resourcesTadashi G. Takaoka2010-12-171-7/+13
| | | | | | Bug: 3290252 Change-Id: I1978e132de0280bec5c90bd14d9f4823d742bada