aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml/method.xml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Display custom input style name in system locale•••Bug: 8032166 Change-Id: Ib9a6b63c4d540ce377892fb865e53abdd8adec16 Tadashi G. Takaoka2013-01-241-1/+1
* 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-131-0/+8
* Use hexadecimal constants for subtypeId•••Change-Id: I5ee7981f1d1d142c4d21d0257879e8e126860fa6 Tadashi G. Takaoka2012-11-131-55/+55
* Add Spanish Latin America keyboard•••Change-Id: I83615a061be3267a7b9199ed2c5c818401ed0b64 Tadashi G. Takaoka2012-10-191-0/+8
* 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
* | Assign subtypes' hashCode value as its subtypeId•••Bug: 6752230 Change-Id: I311b840c890f4c6ff89c2808237d7e9b8baef21d Tadashi G. Takaoka2012-09-131-0/+55
* | Consolidate Esperanto layout into Spanish layout•••This change also removes AsciiCapable extra value from Esperanto subtype. Change-Id: I0fa18ef7c52e4ba24b182e8ecb9788572660b704 Tadashi G. Takaoka2012-09-031-2/+2
* | am 70fb1d1a: am f0adce8a: Merge "Esperanto keyboard"•••* commit '70fb1d1a690f3f16e4bbb19ffea349af1402cb1f': Esperanto keyboard Jean-Baptiste Queru2012-08-311-0/+7
|\|
| * 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-301-0/+7
* | Add Zulu keyboard•••Bug: 6867914 Change-Id: I13316ac2a554a8601f920e875d540e5375e12860 Tadashi G. Takaoka2012-07-261-0/+7
* | Add Afrikaans keyboard layout•••Bug: 6867914 Change-Id: Ice35b20a0a51dda21c8271256064523bb5844952 Tadashi G. Takaoka2012-07-261-0/+7
* | Add Swahili keyboard layout•••Bug: 6867914 Change-Id: I2b9b0a06ff49a2afe16ec7a0ace0503d1658d413 Tadashi G. Takaoka2012-07-251-0/+7
* | Use obsolete language code of Indonesian•••The java.lang.Locale will transform the official language code "id" to the obsolete "in". (new Locale("id")).getLanguageCode() returns "in". To keep String representation and Locale compatible, we should use the obsolete "in" as string representation. This is exactly the same situation of Hebrew ("he" and "iw"). Bug: 6867914 Change-Id: I1a6ea6336d55cbf8a214f025aecf65308fb76140 Tadashi G. Takaoka2012-07-251-3/+4
* | Merge "Add Seriban Latin keyboard layout as comments"Tadashi G. Takaoka2012-07-241-0/+15
|\ \
| * | Add Seriban Latin keyboard layout as comments•••Bug: 6867914 Bug: 6867842 Change-Id: I3434434628e72fdb127d158de6c17fdfa77ee9c8 Tadashi G. Takaoka2012-07-241-0/+15
* | | Merge "Add Catalan keyboard layout"Tadashi G. Takaoka2012-07-241-0/+7
|\ \ \ | |/ / |/| |
| * | Add Catalan keyboard layout•••Bug: 6867914 Change-Id: I9ab4aecc0a9605510da4ce01e571d6c10c738e0e Tadashi G. Takaoka2012-07-241-0/+7
* | | Merge "Add Tagalog keyboard layout"Tadashi G. Takaoka2012-07-241-0/+7
|\ \ \ | |/ / |/| |
| * | Add Tagalog keyboard layout•••Bug: 6867914 Change-Id: I78ca6216cc74f8d34291950c05c810c800a3ddba Tadashi G. Takaoka2012-07-241-0/+7
| |/
* | Merge "Add Malay keyboard layout"Tadashi G. Takaoka2012-07-241-0/+7
|\ \
| * | Add Malay keyboard layout•••Bug: 6867914 Change-Id: I51367d3822b68df506335695912e68bc24199604 Tadashi G. Takaoka2012-07-241-0/+7
| |/
* / Add Indonesian keyboard layout•••Bug: 6867914 Change-Id: Id605cc20f3e38c4277c3705622f3078f307d971a Tadashi G. Takaoka2012-07-241-0/+7
|/
* Keep subtypes in method.xml the same as pre-JellyBean•••This change prevents Android Keyboard subtypes being mistakenly disabled when upgrading from pre-JellyBean to JellyBean. Bug: 6750906 Change-Id: I05de6c512e7aa17356e415476e5248986c7d4253 Tadashi G. Takaoka2012-06-281-21/+21
* Fix Persian phone keyboard•••Bug: 6670630 Change-Id: I566b9962b4404143a2eb54a39caca4e84962f935 Tadashi G. Takaoka2012-06-141-1/+1
* Split Portuguese subtype into pt_BR and pt_PT•••Bug: 6510103 Change-Id: I91e13e7ecdf4fc9a2f3e3d647b70fb4b672321f5 Tadashi G. Takaoka2012-05-171-2/+9
* Add Bulgarian BDS keyboard•••Bug: 5738545 Change-Id: I20f31c4ff57a06e6df93ce3cfe4d032afd5bacc7 Tadashi G. Takaoka2012-05-111-0/+7
* Use InputMethodSettingsFragment for IME settings•••Change-Id: Id6d9cd0ddf99c0687b6d3ea4b2f868f6cf2a0eaf Tadashi G. Takaoka2012-04-131-1/+1
* Utilize InputMethodSubtype and additional subtype•••* Remove de_QY and fr_CH from supported subtypes * Add de-qwerty and fr-qwertz predefined additional subtypes instead. Change-Id: I49e8ba0299529302f2b91b4d018b07304cdd6897 Tadashi G. Takaoka2012-04-131-16/+2
* Use keyboardSet extra value of subtype to specify layout type•••Change-Id: Ice1f345a08a8d760e3b847c885c4072e3e142c97 Tadashi G. Takaoka2012-04-051-33/+47
* Use "No language (QWERTY)" for language agnostic QWERTY keyboard name•••Bug: 6010147 Change-Id: I401c2e3fcd639c0e1a03e64489a0d792810caa18 Tadashi G. Takaoka2012-04-041-1/+1
* Add language agnostic QWERTY subtype•••Bug: 6010147 Change-Id: I705e38ac889172ae8b7c2a68e5c688f2ffc28320 Tadashi G. Takaoka2012-03-301-3/+10
* Remove SupportTouchPositionCorrection from subtype extra value•••Change-Id: Ieedff9ec212f5567405ca276b0f2194132ba7b0c Tadashi G. Takaoka2012-03-281-41/+28
* Add Icelandic keyboard•••Bug: 6150881 Change-Id: I8dedbea96f1bc9de30f5f13b0f3479dd55a33469 Tadashi G. Takaoka2012-03-271-0/+7
* Support Thai Keyboard•••Bug: 6070772 Change-Id: Ib7078d062801e17db500f0cd0b4b53d5433b75d1 Tadashi G. Takaoka2012-03-231-0/+7
* Support preliminary Hindi Keyboard•••Bug: 5964777 Change-Id: Id12c75966f6302e6f4ebbd4a8f474e05c601c88a Tadashi G. Takaoka2012-03-161-0/+7
* Support Persian Keyboard•••This is a first trial implementation based on Arabic layout. Bug: 5456620 Change-Id: Ifa21d7fbd408853a44678623c13b9c078283732c Tadashi G. Takaoka2012-03-131-0/+7
* Rename keyboard XML files•••* Slavic to East Slavic * Serbian to South Slavic * Scandinavian to Nordic Bug: 6150183 Change-Id: I8f5641aa07b83cbb225f5fd73e351a6f8abe0784 Tadashi G. Takaoka2012-03-121-3/+40
* Support Greek Keyboard•••Bug: 5679585 Change-Id: I540d5ea42a830be8b85440e794cfcee92a23838e Tadashi G. Takaoka2012-03-021-1/+7
* Support Macedonian Keyboard•••This change also fixes missing Cyrillic DJE key of Seribian keyboard on 10-inch tablet. Bug: 5934396 Change-Id: I18ae5f0e54f788b65f649a52bdbbef1813334d96 Tadashi G. Takaoka2012-03-021-1/+8
* Add Georgian keyboard•••Bug: 5002108 Change-Id: Ia5751181bffc96e2e6c5daed3c7de8408078f91b Tadashi G. Takaoka2012-02-211-1/+7
* Add Bulgarian keyboard•••Bug: 5864001 Bug: 5738545 Change-Id: I3aa8a0e531e091680c0e05c55e72edd05e5ebc77 Tadashi G. Takaoka2012-01-191-2/+8
* Fix SubtypeLocaleTests•••Change-Id: Id85814aa3bcd9cacbe446b2dfda3ca2ab9146c13 Tadashi G. Takaoka2012-01-131-1/+1
* Add EnabledWhenDefaultIsNotAsciiCapable to English keyboard subtype•••Bug: 5806103 Change-Id: Iffdc68565f4a8b5af98247a4dff9dc4e76b4056a satok2012-01-111-1/+1
* Add Vietnamese keyboard•••Bug: 5738545 Change-Id: I96abf6807e9375e352a505b822dd50b4d1a7a252 Tadashi G. Takaoka2011-12-161-1/+7
* Add Slovenian keyboard•••Bug: 5738545 Change-Id: Id88a30d3fe46988ac2e0ad129b7bea53b8c7ab07 Tadashi G. Takaoka2011-12-161-1/+7
* Add Slovak keyboard•••Bug: 5738545 Change-Id: I40178f8fc0be4a9fcfc7496dae262574dd0267f9 Tadashi G. Takaoka2011-12-161-1/+7
* Add Rumanian keyboard•••Bug: 5738545 Change-Id: I88ef1a461cf94f10578b5751d0a2fd6abbfd84d9 Tadashi G. Takaoka2011-12-161-1/+7