From 2c43ed179eed063bf48c8de318091446aa5057f8 Mon Sep 17 00:00:00 2001 From: "Tadashi G. Takaoka" Date: Fri, 17 Jun 2011 22:04:16 +0900 Subject: [PATCH] Support Croatian keyboard MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Basically Croatian keyboard is QWERTZ layout with extra letters such as č, ć, đ, ž and š. This change just introduces Croatian keyboard subtype and QWERTZ layout which has the extra letters as popup mini keyboard of base letter. It might be great if we could have dedidated table layout. Bug: 4309160 Change-Id: I0fc227295defa56029ca06e406f73833b992be0e --- .../res/values-hr/donottranslate-altchars.xml | 27 ++++++++++++++++++ java/res/values/strings.xml | 2 ++ java/res/xml-hr/kbd_qwerty.xml | 28 +++++++++++++++++++ java/res/xml/method.xml | 7 ++++- 4 files changed, 63 insertions(+), 1 deletion(-) create mode 100644 java/res/values-hr/donottranslate-altchars.xml create mode 100644 java/res/xml-hr/kbd_qwerty.xml diff --git a/java/res/values-hr/donottranslate-altchars.xml b/java/res/values-hr/donottranslate-altchars.xml new file mode 100644 index 000000000..d0c9d4049 --- /dev/null +++ b/java/res/values-hr/donottranslate-altchars.xml @@ -0,0 +1,27 @@ + + + + š,ś,ß + ñ,ń + + 6,ž,ź,ż + č,ć,ç + đ + diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml index 2093f6461..93da13756 100644 --- a/java/res/values/strings.xml +++ b/java/res/values/strings.xml @@ -266,6 +266,8 @@ French (Canada) Keyboard French (Switzerland) Keyboard + + Croatian Keyboard Hungarian Keyboard diff --git a/java/res/xml-hr/kbd_qwerty.xml b/java/res/xml-hr/kbd_qwerty.xml new file mode 100644 index 000000000..ca92e86a7 --- /dev/null +++ b/java/res/xml-hr/kbd_qwerty.xml @@ -0,0 +1,28 @@ + + + + + + + diff --git a/java/res/xml/method.xml b/java/res/xml/method.xml index 61fd1ce99..9c416170d 100644 --- a/java/res/xml/method.xml +++ b/java/res/xml/method.xml @@ -20,7 +20,7 @@ - + @@ -116,6 +116,11 @@ android:imeSubtypeLocale="fr_CH" android:imeSubtypeMode="keyboard" /> +