aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix appname•••Bug: 6789579 Change-Id: Ic4694e36e0846af95fa8dcdef919be251983b528 Satoshi Kataoka2013-03-222-3/+1
* Support feedback•••Bug: 8143554 Change-Id: If0a6bafc94da040f97f27c6d046fb58bed9fd615 Satoshi Kataoka2013-03-191-0/+3
* Merge the dictionary pack in Latin IME.•••Bug: 8161354 Change-Id: I17c23f56dd3bc2f27726556bf2c5a9d5520bd172 Jean Chalard2013-03-192-1/+26
* Language dependent single/doule quotation more keys•••The natural way of marking quoted text vary from language to language. This change introduces the following variations. * LEFT and RIGHT quotations (English etc.) * LOW-9 and LEFT quotations (German etc.) * LOW-9 and RIGHT quotations (Dutch etc.) * RIGHT and RIGHT quotations (Swedish etc.) * LEFT ANGLE and RIGHT ANGLE quotations (French etc.) * RIGHT ANGLE and LEFT ANGLE quotations Bug: 8356419 Change-Id: I75726ab7ed783d02f189b46236c9d5079737bcff Tadashi G. Takaoka2013-03-122-17/+5
* Add dotted circle to combination letter•••This dotted circle (U+25CC) hack is needed to the device that runs API version 14 and 15. The device that runs API version 16 and 17 has an issue to draw incomplete successive combining code points of Hindi. The device that runs API version greater than 17 has no issue to draw incomplete Hindi combining letters. Bug: 6233945 Bug: 8344448 Change-Id: I22361da908ccca3ebad0beb32e7f69219e9160d6 Tadashi G. Takaoka2013-03-1110-110/+373
* Add show setup wizard icon preference settings•••Bug: 8239067 Change-Id: If6106a3632d3abad3e22ce29f1351525a5152ec7 Tadashi G. Takaoka2013-03-051-1/+6
* Pass the client ID to the dictionary pack in settings•••Bug: 6789534 Bug: 8256209 Change-Id: Ib63c18e7f18117ba888324febea13da47332b6c6 Jean Chalard2013-02-221-1/+5
* Fix how the Enter action is decided•••This unifies the software and hardware keyboard code under a single decision process that works. Bug: 8129303 Bug: 8152758 Change-Id: I7574c563d5f957d57bfe62fe5e3eec59a519d335 Jean Chalard2013-02-221-1/+1
* Add summary text to sliding key input preview settings•••Bug: 8089491 Change-Id: I15801281a95b01c67ef23a9c1558d6cdf457d375 Tadashi G. Takaoka2013-01-291-0/+1
* Clean up Settings and SettingsFragment a bit•••Change-Id: I93bf3cb1ea7e8fc09f4ad34b0bdd74f5f5ff1a68 Tadashi G. Takaoka2013-01-251-1/+1
* Merge "Add preliminary graphics of sliding key input preview"Tadashi G. Takaoka2013-01-241-0/+5
|\
| * Add preliminary graphics of sliding key input preview•••Bug: 7548583 Change-Id: Idde6a62f9e64458055c99c893b71c02d1adc7b04 Tadashi G. Takaoka2013-01-241-0/+5
* | Display custom input style name in system locale•••Bug: 8032166 Change-Id: Ib9a6b63c4d540ce377892fb865e53abdd8adec16 Tadashi G. Takaoka2013-01-241-1/+1
|/
* Configurable key long press timeout•••The default long presss timeout is 300msec (previous timeout was 400ms). Bug: 7600340 Change-Id: Ia8b64784ac03588631cfcbad30e021d74f3fd0d8 Tadashi G. Takaoka2013-01-231-0/+7
* [AD1] Add an option to read an arbitrary dictionary.•••Bug: 7702011 Change-Id: I76f52dd3fdb22824fc243ab3845ceec610469c81 Jean Chalard2013-01-181-8/+8
* Add SeekBarDialogPreference•••This change removes SeekBarDialog class. Change-Id: I437b1e554a5af264b8031ebe05b8250a831c8d3b Tadashi G. Takaoka2013-01-181-4/+8
* Distinguish action-enter/shift-enter/enter•••Bug: 7969231 Change-Id: I75d495ee1ea126da9be4e269ee990ee0a97793c1 Jean Chalard2013-01-152-10/+14
* Fix spell checker subtype list.•••Remove the subtypes that don't get a dictionary any more in AOSP. Also prepare for all downloadable-dictionary supported subtypes. Bug: 7673670 Change-Id: I5b754a791233c270237b8f7e5e2208f7282ad294 Jean Chalard2013-01-111-12/+0
* Fix label of switch to symbols key when symbols has shortcut key•••This change fixes the labels of switch to symbols key and switch back from more symbols key when symbols layout has shortcut key. Change-Id: I3fbbef2d929486d0f0542f4d89cb086d9f5bad82 Tadashi G. Takaoka2012-12-131-19/+17
* Add a new option for the double-space period functionality•••bug: 6934756 Change-Id: I94b2d08cac6533e96031d8e97f347e9b5fd72859 Ken Wakasa2012-12-041-0/+6
* Reorganize currency keys•••Add Rial(ar), Indian Rupee(hi), Tugrik(mn), Baht(th), Hryvnia(uk), Dong(vi) currency sign keys to symbol layout. Bug: 7455289 Change-Id: I0f819631ff05c4a31d3a6868dea5e18a1797f103 Tadashi G. Takaoka2012-11-202-50/+50
* Add Spanish United States keyboard•••The subtype locale name on the spacebar will be suppressed when only one subtype is enabled and - Subtype locale is equal to the system locale. or - Subtype language is equal to the system language but the subtype is implicitly enabled. Thus the "es_ES" system locale chooses "es" subtype keyboard implicitly but the keyboard doesn't have the subtype name on its spacebar. This change also removes Spanish Latin America keyboard. Bug: 7531804 Change-Id: Ib929e8235d643c0ba039eb010e18ab721a734e15 Tadashi G. Takaoka2012-11-191-2/+12
* Add Mongolian keyboard•••Bug: 7455289 Change-Id: Ifdf6f38a07f75fb2154a17899e6be5f89082638f Tadashi G. Takaoka2012-11-137-0/+325
* Use hexadecimal constants for subtypeId•••Change-Id: I5ee7981f1d1d142c4d21d0257879e8e126860fa6 Tadashi G. Takaoka2012-11-131-55/+55
* Escape "#" sign in XML file•••Change-Id: Icd38abc4a0454ca949613d8c4bb528758cd990d8 Tadashi G. Takaoka2012-10-314-6/+6
* Add Spanish Latin America keyboard•••Change-Id: I83615a061be3267a7b9199ed2c5c818401ed0b64 Tadashi G. Takaoka2012-10-191-0/+8
* Add Swedish to the list of languages for which a Euro key is wanted.•••Change-Id: I2ba4d0a7e82733c3d9526658195f22178e520926 Fredrik Roubert2012-10-111-4/+4
* am 58e1be74: am de102ede: am 15281adb: Show gesture floating preview text by ...•••* commit '58e1be74a989637b0b71ebf990ed1b3c9a21e7af': Show gesture floating preview text by default Tadashi G. Takaoka2012-10-011-2/+2
|\
| * Show gesture floating preview text by default•••Bug: 7244214 Change-Id: Ib4ab810ef50798828dd10c39a8077466165772e4 Tadashi G. Takaoka2012-10-011-2/+2
* | Add '+' sign to more keys of '-' key•••Note that the tablet number/phone layout has its own '+' key. Bug: 7255318 Change-Id: I5cc0431cf772a859eb456e9c36b07bfd0cc1278d Tadashi G. Takaoka2012-10-013-0/+6
|/
* Calculate default touch position correction data for keys on 4th row•••This change also disables touch position correction for Phone/Dvorak keyboard. Bug: 7243101 Change-Id: Idfcc7ad1feabbe6a81635dceba5be087401fa18b Tadashi G. Takaoka2012-09-2712-3/+12
* Update keyboard settings wording•••Bug: 7129441 Change-Id: I1130b322126ad7c400845c1257a785ccbc7dff81 Tadashi G. Takaoka2012-09-261-17/+22
* Add subtypeId to nl_BE•••Bug: 6809603 Change-Id: I8010564cfdfeef5a0c4f7542b9451202ed966a53 Tadashi G. Takaoka2012-09-241-0/+1
* resolved conflicts for merge of b1fbd696 to jb-mr1-dev bug:6809603•••Change-Id: I23dcf45892d94db88f424a4ee0ae440a2c743d9b Ken Wakasa2012-09-221-0/+7
|\
| * nl-rBE keyboard layout•••Add keyboardstyle for the Dutch part of Belium and make it AZERTY (the french keyboard). This is the default layout in Belguim but in the Netherlands (nl) they use QUERTY. Strings and spelling checker are the same. Change-Id: Icb2b2712e6580c0e642d5f0f70f8950449d3bfd4 Signed-off-by: Sam Segers <sam.sgrs@gmail.com> Sam Segers2012-09-191-0/+7
* | Cleanup settings•••bug: 7200189 Change-Id: Ibfd9254670cde5f4b2b693cc9334ee2845bede59 Satoshi Kataoka2012-09-212-5/+11
* | Merge "Use normal font for Hindi keyboard" into jb-mr1-devTadashi G. Takaoka2012-09-193-61/+122
|\ \
| * | Use normal font for Hindi keyboard•••Bug: 6753168 Change-Id: I731a56bce70e1881e176392acfe977de28696063 Tadashi G. Takaoka2012-09-203-61/+122
* | | Change to "Show language switch key" option•••This change deprecates "Suppress language switch key". Bug: 7037410 Change-Id: I1bc90877b4d2ee9364728959fd680dcb5b22ecbf Tadashi G. Takaoka2012-09-201-3/+4
|/ /
* | Show gesture floating preview text is off by default•••Bug: 7043127 Change-Id: Icabf080f43a5934fef3824919bb03229522d5e5a Tadashi G. Takaoka2012-09-191-2/+2
* | Assign subtypes' hashCode value as its subtypeId•••Bug: 6752230 Change-Id: I311b840c890f4c6ff89c2808237d7e9b8baef21d Tadashi G. Takaoka2012-09-131-0/+55
* | Cosmetic change to remove trailing space•••Change-Id: If8c00c763f815d5eb97e18b19060c63d321ccd61 Tadashi G. Takaoka2012-09-131-9/+9
* | Consolidate Esperanto layout into Spanish layout•••This change also removes AsciiCapable extra value from Esperanto subtype. Change-Id: I0fa18ef7c52e4ba24b182e8ecb9788572660b704 Tadashi G. Takaoka2012-09-0310-396/+10
* | Use 5-row layout for Thai phone keybopard•••Bug: 6911182 Change-Id: I78f59564e8c31b9b66ed9a136584d0c57cc43120 Tadashi G. Takaoka2012-09-037-176/+372
* | Use normal font for Thai•••This change also adds workaround to display Thai composing letters correctly. Bug: 6753168 Change-Id: Ibd42ebb40df08b5de32b3500f10003c4a5de4897 Tadashi G. Takaoka2012-09-036-66/+133
* | am 70fb1d1a: am f0adce8a: Merge "Esperanto keyboard"•••* commit '70fb1d1a690f3f16e4bbb19ffea349af1402cb1f': Esperanto keyboard Jean-Baptiste Queru2012-08-317-0/+395
|\|
| * Esperanto keyboard•••Universal esperanto keyboard. Has letters for all latin scripts, as users will often need to type something in both Esperanto and other languages (for example their country's). Signed-off-by: Jacob Nordfalk <jacob.nordfalk@gmail.com> Change-Id: Ia8a739fa31a60e118d42ae9e8c62ddfd66e2ca35 Jacob Nordfalk2012-08-307-0/+395
* | Merge "Use resource to specify 5-rows keyboard parameters" into jb-mr1-devTadashi G. Takaoka2012-08-312-2/+6
|\ \
| * | Use resource to specify 5-rows keyboard parameters•••Change-Id: I67b290c4600dee43a81ba975ffc93a32a6d060b4 Tadashi G. Takaoka2012-08-312-2/+6
* | | Use normal font for Arabic and Farsi•••Bug: 6753168 Change-Id: Iaef85847cf9f6c432c6ca25e7e6ec522c084d073 Tadashi G. Takaoka2012-08-317-57/+111
|/ /