summaryrefslogtreecommitdiff
path: root/samples/PluginDemo
diff options
context:
space:
mode:
Diffstat (limited to 'samples/PluginDemo')
-rw-r--r--samples/PluginDemo/Android.mk12
-rw-r--r--samples/PluginDemo/AndroidManifest.xml41
-rwxr-xr-xsamples/PluginDemo/res/drawable/chat.pngbin615 -> 0 bytes
-rwxr-xr-xsamples/PluginDemo/res/drawable/chat_new.pngbin656 -> 0 bytes
-rw-r--r--samples/PluginDemo/res/drawable/emo_im_angel.pngbin3592 -> 0 bytes
-rw-r--r--samples/PluginDemo/res/drawable/emo_im_cool.pngbin3466 -> 0 bytes
-rw-r--r--samples/PluginDemo/res/drawable/emo_im_crying.pngbin3558 -> 0 bytes
-rw-r--r--samples/PluginDemo/res/drawable/emo_im_embarrassed.pngbin3619 -> 0 bytes
-rw-r--r--samples/PluginDemo/res/drawable/emo_im_foot_in_mouth.pngbin3603 -> 0 bytes
-rw-r--r--samples/PluginDemo/res/drawable/emo_im_happy.pngbin3591 -> 0 bytes
-rw-r--r--samples/PluginDemo/res/drawable/emo_im_kissing.pngbin3492 -> 0 bytes
-rw-r--r--samples/PluginDemo/res/drawable/emo_im_laughing.pngbin3624 -> 0 bytes
-rw-r--r--samples/PluginDemo/res/drawable/emo_im_lips_are_sealed.pngbin3670 -> 0 bytes
-rw-r--r--samples/PluginDemo/res/drawable/emo_im_money_mouth.pngbin3649 -> 0 bytes
-rw-r--r--samples/PluginDemo/res/drawable/emo_im_sad.pngbin3572 -> 0 bytes
-rw-r--r--samples/PluginDemo/res/drawable/emo_im_surprised.pngbin3490 -> 0 bytes
-rw-r--r--samples/PluginDemo/res/drawable/emo_im_tongue_sticking_out.pngbin3653 -> 0 bytes
-rw-r--r--samples/PluginDemo/res/drawable/emo_im_undecided.pngbin3552 -> 0 bytes
-rw-r--r--samples/PluginDemo/res/drawable/emo_im_winking.pngbin3568 -> 0 bytes
-rw-r--r--samples/PluginDemo/res/drawable/emo_im_wtf.pngbin3591 -> 0 bytes
-rw-r--r--samples/PluginDemo/res/drawable/emo_im_yelling.pngbin3575 -> 0 bytes
-rw-r--r--samples/PluginDemo/res/drawable/im_logo.pngbin2572 -> 0 bytes
-rw-r--r--samples/PluginDemo/res/drawable/im_logo_splashscr.pngbin16280 -> 0 bytes
-rw-r--r--samples/PluginDemo/res/values-cs/strings.xml75
-rw-r--r--samples/PluginDemo/res/values-da/strings.xml75
-rw-r--r--samples/PluginDemo/res/values-de/strings.xml75
-rw-r--r--samples/PluginDemo/res/values-el/strings.xml75
-rw-r--r--samples/PluginDemo/res/values-es-rUS/strings.xml75
-rw-r--r--samples/PluginDemo/res/values-es/strings.xml75
-rw-r--r--samples/PluginDemo/res/values-fr/strings.xml75
-rw-r--r--samples/PluginDemo/res/values-it/strings.xml75
-rw-r--r--samples/PluginDemo/res/values-ja/strings.xml75
-rw-r--r--samples/PluginDemo/res/values-ko/strings.xml75
-rw-r--r--samples/PluginDemo/res/values-nb/strings.xml75
-rw-r--r--samples/PluginDemo/res/values-nl/strings.xml75
-rw-r--r--samples/PluginDemo/res/values-pl/strings.xml75
-rw-r--r--samples/PluginDemo/res/values-pt-rPT/strings.xml75
-rw-r--r--samples/PluginDemo/res/values-pt/strings.xml75
-rw-r--r--samples/PluginDemo/res/values-ru/strings.xml75
-rw-r--r--samples/PluginDemo/res/values-sv/strings.xml75
-rw-r--r--samples/PluginDemo/res/values-tr/strings.xml75
-rw-r--r--samples/PluginDemo/res/values-zh-rCN/strings.xml75
-rw-r--r--samples/PluginDemo/res/values-zh-rTW/strings.xml75
-rw-r--r--samples/PluginDemo/res/values/strings.xml80
-rw-r--r--samples/PluginDemo/src/com/android/im/plugin/demo/DemoImPlugin.java173
-rw-r--r--samples/PluginDemo/src/com/android/im/plugin/demo/DemoPresenceMapping.java4
46 files changed, 86 insertions, 1724 deletions
diff --git a/samples/PluginDemo/Android.mk b/samples/PluginDemo/Android.mk
deleted file mode 100644
index 46fe534..0000000
--- a/samples/PluginDemo/Android.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-LOCAL_PATH:= $(call my-dir)
-include $(CLEAR_VARS)
-
-LOCAL_MODULE_TAGS := samples
-
-LOCAL_SRC_FILES := $(call all-subdir-java-files) \
-
-LOCAL_PACKAGE_NAME := ImPluginDemo
-
-LOCAL_JAVA_LIBRARIES := com.android.im.plugin
-
-include $(BUILD_PACKAGE)
diff --git a/samples/PluginDemo/AndroidManifest.xml b/samples/PluginDemo/AndroidManifest.xml
deleted file mode 100644
index eaebd68..0000000
--- a/samples/PluginDemo/AndroidManifest.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-/*
- * Copyright (C) 2008 Esmertec Inc.
- * Copyright (C) 2008 The Android Open Source Project
-
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
--->
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="com.android.im.plugin.demo" android:sharedUserId="android.uid.im">
-
- <application android:taskAffinity="android.task.im">
-
- <uses-library android:name="com.android.im.plugin" />
-
- <service android:name=".DemoImPlugin">
- <intent-filter>
- <action android:name="com.android.im.plugin" />
- </intent-filter>
- <meta-data android:name="com.android.im.provider_name"
- android:value="Demo"/>
- <meta-data android:name="com.android.im.provider_full_name"
- android:value="Demo IM Provider"/>
- <meta-data android:name="com.android.im.signup_url"
- android:value="http://xxx.xxx.xxx"/>
- </service>
-
- </application>
-
-</manifest>
diff --git a/samples/PluginDemo/res/drawable/chat.png b/samples/PluginDemo/res/drawable/chat.png
deleted file mode 100755
index be844fd..0000000
--- a/samples/PluginDemo/res/drawable/chat.png
+++ /dev/null
Binary files differ
diff --git a/samples/PluginDemo/res/drawable/chat_new.png b/samples/PluginDemo/res/drawable/chat_new.png
deleted file mode 100755
index f31ba59..0000000
--- a/samples/PluginDemo/res/drawable/chat_new.png
+++ /dev/null
Binary files differ
diff --git a/samples/PluginDemo/res/drawable/emo_im_angel.png b/samples/PluginDemo/res/drawable/emo_im_angel.png
deleted file mode 100644
index c34dfa6..0000000
--- a/samples/PluginDemo/res/drawable/emo_im_angel.png
+++ /dev/null
Binary files differ
diff --git a/samples/PluginDemo/res/drawable/emo_im_cool.png b/samples/PluginDemo/res/drawable/emo_im_cool.png
deleted file mode 100644
index d8eeb34..0000000
--- a/samples/PluginDemo/res/drawable/emo_im_cool.png
+++ /dev/null
Binary files differ
diff --git a/samples/PluginDemo/res/drawable/emo_im_crying.png b/samples/PluginDemo/res/drawable/emo_im_crying.png
deleted file mode 100644
index 1cafdb3..0000000
--- a/samples/PluginDemo/res/drawable/emo_im_crying.png
+++ /dev/null
Binary files differ
diff --git a/samples/PluginDemo/res/drawable/emo_im_embarrassed.png b/samples/PluginDemo/res/drawable/emo_im_embarrassed.png
deleted file mode 100644
index e4db963..0000000
--- a/samples/PluginDemo/res/drawable/emo_im_embarrassed.png
+++ /dev/null
Binary files differ
diff --git a/samples/PluginDemo/res/drawable/emo_im_foot_in_mouth.png b/samples/PluginDemo/res/drawable/emo_im_foot_in_mouth.png
deleted file mode 100644
index 09d1fba..0000000
--- a/samples/PluginDemo/res/drawable/emo_im_foot_in_mouth.png
+++ /dev/null
Binary files differ
diff --git a/samples/PluginDemo/res/drawable/emo_im_happy.png b/samples/PluginDemo/res/drawable/emo_im_happy.png
deleted file mode 100644
index b86602a..0000000
--- a/samples/PluginDemo/res/drawable/emo_im_happy.png
+++ /dev/null
Binary files differ
diff --git a/samples/PluginDemo/res/drawable/emo_im_kissing.png b/samples/PluginDemo/res/drawable/emo_im_kissing.png
deleted file mode 100644
index 56378f6..0000000
--- a/samples/PluginDemo/res/drawable/emo_im_kissing.png
+++ /dev/null
Binary files differ
diff --git a/samples/PluginDemo/res/drawable/emo_im_laughing.png b/samples/PluginDemo/res/drawable/emo_im_laughing.png
deleted file mode 100644
index 980bf28..0000000
--- a/samples/PluginDemo/res/drawable/emo_im_laughing.png
+++ /dev/null
Binary files differ
diff --git a/samples/PluginDemo/res/drawable/emo_im_lips_are_sealed.png b/samples/PluginDemo/res/drawable/emo_im_lips_are_sealed.png
deleted file mode 100644
index f2de993..0000000
--- a/samples/PluginDemo/res/drawable/emo_im_lips_are_sealed.png
+++ /dev/null
Binary files differ
diff --git a/samples/PluginDemo/res/drawable/emo_im_money_mouth.png b/samples/PluginDemo/res/drawable/emo_im_money_mouth.png
deleted file mode 100644
index 08c53fd..0000000
--- a/samples/PluginDemo/res/drawable/emo_im_money_mouth.png
+++ /dev/null
Binary files differ
diff --git a/samples/PluginDemo/res/drawable/emo_im_sad.png b/samples/PluginDemo/res/drawable/emo_im_sad.png
deleted file mode 100644
index 31c08d0..0000000
--- a/samples/PluginDemo/res/drawable/emo_im_sad.png
+++ /dev/null
Binary files differ
diff --git a/samples/PluginDemo/res/drawable/emo_im_surprised.png b/samples/PluginDemo/res/drawable/emo_im_surprised.png
deleted file mode 100644
index abe8c7a..0000000
--- a/samples/PluginDemo/res/drawable/emo_im_surprised.png
+++ /dev/null
Binary files differ
diff --git a/samples/PluginDemo/res/drawable/emo_im_tongue_sticking_out.png b/samples/PluginDemo/res/drawable/emo_im_tongue_sticking_out.png
deleted file mode 100644
index 6f0f47b..0000000
--- a/samples/PluginDemo/res/drawable/emo_im_tongue_sticking_out.png
+++ /dev/null
Binary files differ
diff --git a/samples/PluginDemo/res/drawable/emo_im_undecided.png b/samples/PluginDemo/res/drawable/emo_im_undecided.png
deleted file mode 100644
index eb4f8c5..0000000
--- a/samples/PluginDemo/res/drawable/emo_im_undecided.png
+++ /dev/null
Binary files differ
diff --git a/samples/PluginDemo/res/drawable/emo_im_winking.png b/samples/PluginDemo/res/drawable/emo_im_winking.png
deleted file mode 100644
index 568562a..0000000
--- a/samples/PluginDemo/res/drawable/emo_im_winking.png
+++ /dev/null
Binary files differ
diff --git a/samples/PluginDemo/res/drawable/emo_im_wtf.png b/samples/PluginDemo/res/drawable/emo_im_wtf.png
deleted file mode 100644
index 41dd47f..0000000
--- a/samples/PluginDemo/res/drawable/emo_im_wtf.png
+++ /dev/null
Binary files differ
diff --git a/samples/PluginDemo/res/drawable/emo_im_yelling.png b/samples/PluginDemo/res/drawable/emo_im_yelling.png
deleted file mode 100644
index c3c8612..0000000
--- a/samples/PluginDemo/res/drawable/emo_im_yelling.png
+++ /dev/null
Binary files differ
diff --git a/samples/PluginDemo/res/drawable/im_logo.png b/samples/PluginDemo/res/drawable/im_logo.png
deleted file mode 100644
index 764d189..0000000
--- a/samples/PluginDemo/res/drawable/im_logo.png
+++ /dev/null
Binary files differ
diff --git a/samples/PluginDemo/res/drawable/im_logo_splashscr.png b/samples/PluginDemo/res/drawable/im_logo_splashscr.png
deleted file mode 100644
index 1b7ee6f..0000000
--- a/samples/PluginDemo/res/drawable/im_logo_splashscr.png
+++ /dev/null
Binary files differ
diff --git a/samples/PluginDemo/res/values-cs/strings.xml b/samples/PluginDemo/res/values-cs/strings.xml
deleted file mode 100644
index 0345b89..0000000
--- a/samples/PluginDemo/res/values-cs/strings.xml
+++ /dev/null
@@ -1,75 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright (C) 2009 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="menu_add_contact" msgid="1577617821180977339">"Přidat kontakt"</string>
- <string name="menu_remove_contact" msgid="1438737309746209943">"Smazat kontakt"</string>
- <string name="menu_block_contact" msgid="1418576909122458824">"Blokovat"</string>
- <string name="menu_contact_list" msgid="7408048984312793527">"Seznam kontaktů"</string>
- <string name="menu_start_chat" msgid="1942461880426180926">"Odeslat zprávu"</string>
- <string name="menu_view_profile" msgid="4594617426877626560">"Info o kamarádovi"</string>
- <string name="menu_end_conversation" msgid="215067667186746690">"Konec konverzace"</string>
- <string name="menu_switch_chats" msgid="4616221788780459133">"Přepnout chat"</string>
- <string name="menu_insert_smiley" msgid="6880772056965363205">"Vložit emotikony"</string>
- <string name="sign_up" msgid="3944276728278864333">"Zřízení nového účtu"</string>
- <string name="check_save_password" msgid="3554564072443242779">"Pokud je váš telefon ukraden nebo jej ztratíte, přejděte v zájmu vlastní bezpečnosti na počítači na web a změňte své heslo."</string>
- <string name="buddy_list_title" msgid="5837732412636822107">"Seznam kontaktů – <xliff:g id="USERNAME">%1$s</xliff:g>"</string>
- <string name="label_username" msgid="7905168188814604370">"Uživatelské jméno:"</string>
- <string name="ongoing_conversation" msgid="9097832769731811986">"Konverzace (<xliff:g id="NUMBER">%1$d</xliff:g>)"</string>
- <string name="contact_profile_title" msgid="5203284525412697232">"Kontaktní informace"</string>
- <string name="presence_available" msgid="1184051402868736726">"Povoleno"</string>
- <string name="add_contact_title" msgid="292217657045373736">"Přidat kontakt"</string>
- <string name="input_contact_label" msgid="2583915568413164449">"Jméno osoby, kterou chcete přidat:"</string>
- <string name="invite_label" msgid="907494221148096012">"Přidat kamaráda"</string>
- <string-array name="smiley_names">
- <item msgid="811476776139578986">"Happy"</item>
- <item msgid="2764363456492352853">"Smutný"</item>
- <item msgid="416624764294712159">"Mrkající"</item>
- <item msgid="7152979870122929989">"Vypláznutý jazyk"</item>
- <item msgid="5784780866600056743">"Překvapený"</item>
- <item msgid="5454185003381226454">"Pusa"</item>
- <item msgid="1413668617851210441">"Hej!"</item>
- <item msgid="232246158381043538">"Cool"</item>
- <item msgid="2440257511131202785">"Cinkání zlaťáků"</item>
- <item msgid="4571282940807190133">"Šlápota v úsměvu"</item>
- <item msgid="3260099163589753993">"V rozpacích"</item>
- <item msgid="3042531792218744865">"Andílek"</item>
- <item msgid="5227319381647888452">"Nerozhodný"</item>
- <item msgid="6952104030566994554">"Rozplakaný"</item>
- <item msgid="9199616532683270084">"Ani muk"</item>
- <item msgid="4338502150254517147">"Smějící se"</item>
- <item msgid="1014703928300075245">"Zmatený"</item>
- </string-array>
- <string-array name="smiley_texts">
- <item msgid="6682271134385564589">":-)"</item>
- <item msgid="5242689844155076377">":-("</item>
- <item msgid="521632995149320343">";-)"</item>
- <item msgid="3442897533435789796">":-P"</item>
- <item msgid="682698687423187022">"=-O"</item>
- <item msgid="1531701168660725626">":-*"</item>
- <item msgid="7958357467119008619">":O"</item>
- <item msgid="4638775565490840154">"B-)"</item>
- <item msgid="6225545209385623235">":-$"</item>
- <item msgid="5725425598368680891">":-!"</item>
- <item msgid="5365880622794795497">":-["</item>
- <item msgid="8260692119195572132">"O:-)"</item>
- <item msgid="6879285154649424413">":-\\"</item>
- <item msgid="554517875650930417">":\'("</item>
- <item msgid="8169228040168187510">":-X"</item>
- <item msgid="5444890977206638254">":-D"</item>
- <item msgid="8814856019116253585">"o_O"</item>
- </string-array>
-</resources>
diff --git a/samples/PluginDemo/res/values-da/strings.xml b/samples/PluginDemo/res/values-da/strings.xml
deleted file mode 100644
index f1c5a2f..0000000
--- a/samples/PluginDemo/res/values-da/strings.xml
+++ /dev/null
@@ -1,75 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright (C) 2009 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="menu_add_contact" msgid="1577617821180977339">"Tilføj kontakt"</string>
- <string name="menu_remove_contact" msgid="1438737309746209943">"Slet kontakt"</string>
- <string name="menu_block_contact" msgid="1418576909122458824">"Bloker"</string>
- <string name="menu_contact_list" msgid="7408048984312793527">"Liste over kontakter"</string>
- <string name="menu_start_chat" msgid="1942461880426180926">"Send IM"</string>
- <string name="menu_view_profile" msgid="4594617426877626560">"Venneoplysninger"</string>
- <string name="menu_end_conversation" msgid="215067667186746690">"Afslut samtale"</string>
- <string name="menu_switch_chats" msgid="4616221788780459133">"Skift chats"</string>
- <string name="menu_insert_smiley" msgid="6880772056965363205">"Indsæt humørikoner"</string>
- <string name="sign_up" msgid="3944276728278864333">"Få en ny konto"</string>
- <string name="check_save_password" msgid="3554564072443242779">"For din egen sikkerheds skyld skal du gå til webstedet på din computer og ændre din adgangskode, hvis du mister din telefon, eller den bliver stjålet."</string>
- <string name="buddy_list_title" msgid="5837732412636822107">"Liste over kontakter – <xliff:g id="USERNAME">%1$s</xliff:g>"</string>
- <string name="label_username" msgid="7905168188814604370">"Brugernavn:"</string>
- <string name="ongoing_conversation" msgid="9097832769731811986">"Samtaler (<xliff:g id="NUMBER">%1$d</xliff:g>)"</string>
- <string name="contact_profile_title" msgid="5203284525412697232">"Kontaktoplysninger"</string>
- <string name="presence_available" msgid="1184051402868736726">"Ledig"</string>
- <string name="add_contact_title" msgid="292217657045373736">"Tilføj kontakt"</string>
- <string name="input_contact_label" msgid="2583915568413164449">"Skærmnavn for den person du ønsker at tilføje:"</string>
- <string name="invite_label" msgid="907494221148096012">"Tilføj ven"</string>
- <string-array name="smiley_names">
- <item msgid="811476776139578986">"Glad"</item>
- <item msgid="2764363456492352853">"Trist"</item>
- <item msgid="416624764294712159">"Blinker"</item>
- <item msgid="7152979870122929989">"Rækker tunge"</item>
- <item msgid="5784780866600056743">"Overrasket"</item>
- <item msgid="5454185003381226454">"Kysser"</item>
- <item msgid="1413668617851210441">"Råber"</item>
- <item msgid="232246158381043538">"Sej"</item>
- <item msgid="2440257511131202785">"Pengeglad"</item>
- <item msgid="4571282940807190133">"Forlegen"</item>
- <item msgid="3260099163589753993">"Flov"</item>
- <item msgid="3042531792218744865">"Engel"</item>
- <item msgid="5227319381647888452">"Uafklaret"</item>
- <item msgid="6952104030566994554">"Græder"</item>
- <item msgid="9199616532683270084">"Lukket med syv segl"</item>
- <item msgid="4338502150254517147">"Griner"</item>
- <item msgid="1014703928300075245">"Forvirret"</item>
- </string-array>
- <string-array name="smiley_texts">
- <item msgid="6682271134385564589">":-)"</item>
- <item msgid="5242689844155076377">":-("</item>
- <item msgid="521632995149320343">";-)"</item>
- <item msgid="3442897533435789796">":-P"</item>
- <item msgid="682698687423187022">"=-O"</item>
- <item msgid="1531701168660725626">":-*"</item>
- <item msgid="7958357467119008619">":O"</item>
- <item msgid="4638775565490840154">"B-)"</item>
- <item msgid="6225545209385623235">":-$"</item>
- <item msgid="5725425598368680891">":-!"</item>
- <item msgid="5365880622794795497">":-["</item>
- <item msgid="8260692119195572132">"O:-)"</item>
- <item msgid="6879285154649424413">":-\\"</item>
- <item msgid="554517875650930417">":\'("</item>
- <item msgid="8169228040168187510">":-X"</item>
- <item msgid="5444890977206638254">":-D"</item>
- <item msgid="8814856019116253585">"o_O"</item>
- </string-array>
-</resources>
diff --git a/samples/PluginDemo/res/values-de/strings.xml b/samples/PluginDemo/res/values-de/strings.xml
deleted file mode 100644
index 5a081cb..0000000
--- a/samples/PluginDemo/res/values-de/strings.xml
+++ /dev/null
@@ -1,75 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright (C) 2009 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="menu_add_contact" msgid="1577617821180977339">"Kontakt hinzufügen"</string>
- <string name="menu_remove_contact" msgid="1438737309746209943">"Kontakt löschen"</string>
- <string name="menu_block_contact" msgid="1418576909122458824">"Blockieren"</string>
- <string name="menu_contact_list" msgid="7408048984312793527">"Kontaktliste"</string>
- <string name="menu_start_chat" msgid="1942461880426180926">"IM senden"</string>
- <string name="menu_view_profile" msgid="4594617426877626560">"Buddy Info"</string>
- <string name="menu_end_conversation" msgid="215067667186746690">"Gespräch beenden"</string>
- <string name="menu_switch_chats" msgid="4616221788780459133">"Chats wechseln"</string>
- <string name="menu_insert_smiley" msgid="6880772056965363205">"Emoticons einfügen"</string>
- <string name="sign_up" msgid="3944276728278864333">"Ein neues Konto erhalten"</string>
- <string name="check_save_password" msgid="3554564072443242779">"Zu Ihrer Sicherheit: Wenn Sie Ihr Telefon verloren haben oder es gestohlen wurde, rufen Sie die Website auf Ihrem Computer auf und ändern Sie Ihr Passwort."</string>
- <string name="buddy_list_title" msgid="5837732412636822107">"Kontaktliste - <xliff:g id="USERNAME">%1$s</xliff:g>"</string>
- <string name="label_username" msgid="7905168188814604370">"Benutzername:"</string>
- <string name="ongoing_conversation" msgid="9097832769731811986">"Gespräche (<xliff:g id="NUMBER">%1$d</xliff:g>)"</string>
- <string name="contact_profile_title" msgid="5203284525412697232">"Kontaktinformationen"</string>
- <string name="presence_available" msgid="1184051402868736726">"Verfügbar"</string>
- <string name="add_contact_title" msgid="292217657045373736">"Kontakt hinzufügen"</string>
- <string name="input_contact_label" msgid="2583915568413164449">"Displayname der Person, die Sie hinzufügen möchten:"</string>
- <string name="invite_label" msgid="907494221148096012">"Buddy hinzufügen"</string>
- <string-array name="smiley_names">
- <item msgid="811476776139578986">"Glücklich"</item>
- <item msgid="2764363456492352853">"Traurig"</item>
- <item msgid="416624764294712159">"Zwinkern"</item>
- <item msgid="7152979870122929989">"Zunge rausstrecken"</item>
- <item msgid="5784780866600056743">"Überrascht"</item>
- <item msgid="5454185003381226454">"Kuss"</item>
- <item msgid="1413668617851210441">"Schreien"</item>
- <item msgid="232246158381043538">"Cool"</item>
- <item msgid="2440257511131202785">"Lass Taten sprechen"</item>
- <item msgid="4571282940807190133">"Fettnäpfchen"</item>
- <item msgid="3260099163589753993">"Peinlich berührt"</item>
- <item msgid="3042531792218744865">"Engel"</item>
- <item msgid="5227319381647888452">"Unentschlossen"</item>
- <item msgid="6952104030566994554">"Weinen"</item>
- <item msgid="9199616532683270084">"Versiegelte Lippen"</item>
- <item msgid="4338502150254517147">"Lachen"</item>
- <item msgid="1014703928300075245">"Verwirrt"</item>
- </string-array>
- <string-array name="smiley_texts">
- <item msgid="6682271134385564589">":-)"</item>
- <item msgid="5242689844155076377">":-("</item>
- <item msgid="521632995149320343">";-)"</item>
- <item msgid="3442897533435789796">":-P"</item>
- <item msgid="682698687423187022">"=-O"</item>
- <item msgid="1531701168660725626">":-*"</item>
- <item msgid="7958357467119008619">":O"</item>
- <item msgid="4638775565490840154">"B-)"</item>
- <item msgid="6225545209385623235">":-$"</item>
- <item msgid="5725425598368680891">":-!"</item>
- <item msgid="5365880622794795497">":-["</item>
- <item msgid="8260692119195572132">"O:-)"</item>
- <item msgid="6879285154649424413">":-\\"</item>
- <item msgid="554517875650930417">":\'("</item>
- <item msgid="8169228040168187510">":-X"</item>
- <item msgid="5444890977206638254">":-D"</item>
- <item msgid="8814856019116253585">"o_O"</item>
- </string-array>
-</resources>
diff --git a/samples/PluginDemo/res/values-el/strings.xml b/samples/PluginDemo/res/values-el/strings.xml
deleted file mode 100644
index 28501ae..0000000
--- a/samples/PluginDemo/res/values-el/strings.xml
+++ /dev/null
@@ -1,75 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright (C) 2009 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="menu_add_contact" msgid="1577617821180977339">"Προσθήκη επαφής"</string>
- <string name="menu_remove_contact" msgid="1438737309746209943">"Διαγραφή επαφής"</string>
- <string name="menu_block_contact" msgid="1418576909122458824">"Αποκλεισμός"</string>
- <string name="menu_contact_list" msgid="7408048984312793527">"Λίστα επαφών"</string>
- <string name="menu_start_chat" msgid="1942461880426180926">"Αποστολή άμεσων μηνυμάτων (IM)"</string>
- <string name="menu_view_profile" msgid="4594617426877626560">"Πληροφορίες φίλου"</string>
- <string name="menu_end_conversation" msgid="215067667186746690">"Τερματισμός συνομιλίας"</string>
- <string name="menu_switch_chats" msgid="4616221788780459133">"Αλλαγή συζητήσεων"</string>
- <string name="menu_insert_smiley" msgid="6880772056965363205">"Εισαγωγή εικονιδίων emoticons"</string>
- <string name="sign_up" msgid="3944276728278864333">"Αποκτήστε νέο λογαριασμό"</string>
- <string name="check_save_password" msgid="3554564072443242779">"Για την ασφάλειά σας, εάν το τηλέφωνό σας χαθεί ή κλαπεί, μεταβείτε στον ιστότοπο στον υπολογιστή σας και αλλάξτε τον κωδικό πρόσβασης."</string>
- <string name="buddy_list_title" msgid="5837732412636822107">"Λίστα επαφών - <xliff:g id="USERNAME">%1$s</xliff:g>"</string>
- <string name="label_username" msgid="7905168188814604370">"Όνομα χρήστη:"</string>
- <string name="ongoing_conversation" msgid="9097832769731811986">"Συνομιλίες (<xliff:g id="NUMBER">%1$d</xliff:g>)"</string>
- <string name="contact_profile_title" msgid="5203284525412697232">"Πληροφορίας επικοινωνίας"</string>
- <string name="presence_available" msgid="1184051402868736726">"Διαθέσιμος/η"</string>
- <string name="add_contact_title" msgid="292217657045373736">"Προσθήκη επαφής"</string>
- <string name="input_contact_label" msgid="2583915568413164449">"Το ψευδώνυμο του ατόμου που θέλετε να προσθέσετε:"</string>
- <string name="invite_label" msgid="907494221148096012">"Προσθήκη φίλου"</string>
- <string-array name="smiley_names">
- <item msgid="811476776139578986">"Είμαι χαρούμενος"</item>
- <item msgid="2764363456492352853">"Είμαι λυπημένος"</item>
- <item msgid="416624764294712159">"Κλείνω το μάτι"</item>
- <item msgid="7152979870122929989">"Κοροϊδεύω"</item>
- <item msgid="5784780866600056743">"Είμαι έκπληκτος"</item>
- <item msgid="5454185003381226454">"Φιλάω"</item>
- <item msgid="1413668617851210441">"Φωνάζω"</item>
- <item msgid="232246158381043538">"Cool"</item>
- <item msgid="2440257511131202785">"Κάνω τα λόγια μου πράξη"</item>
- <item msgid="4571282940807190133">"Είπα ανοησία"</item>
- <item msgid="3260099163589753993">"Ντρέπομαι"</item>
- <item msgid="3042531792218744865">"Αγγελούδι"</item>
- <item msgid="5227319381647888452">"Δεν έχω αποφασίσει"</item>
- <item msgid="6952104030566994554">"Κλαίω"</item>
- <item msgid="9199616532683270084">"Δεν αποκαλύπτω τίποτα"</item>
- <item msgid="4338502150254517147">"Γελάω"</item>
- <item msgid="1014703928300075245">"Είμαι μπερδεμένος"</item>
- </string-array>
- <string-array name="smiley_texts">
- <item msgid="6682271134385564589">":-)"</item>
- <item msgid="5242689844155076377">":-("</item>
- <item msgid="521632995149320343">";-)"</item>
- <item msgid="3442897533435789796">":-P"</item>
- <item msgid="682698687423187022">"=-O"</item>
- <item msgid="1531701168660725626">":-*"</item>
- <item msgid="7958357467119008619">":O"</item>
- <item msgid="4638775565490840154">"B-)"</item>
- <item msgid="6225545209385623235">":-$"</item>
- <item msgid="5725425598368680891">":-!"</item>
- <item msgid="5365880622794795497">":-["</item>
- <item msgid="8260692119195572132">"O:-)"</item>
- <item msgid="6879285154649424413">":-\\"</item>
- <item msgid="554517875650930417">":\'("</item>
- <item msgid="8169228040168187510">":-X"</item>
- <item msgid="5444890977206638254">":-D"</item>
- <item msgid="8814856019116253585">"o_O"</item>
- </string-array>
-</resources>
diff --git a/samples/PluginDemo/res/values-es-rUS/strings.xml b/samples/PluginDemo/res/values-es-rUS/strings.xml
deleted file mode 100644
index c573baa..0000000
--- a/samples/PluginDemo/res/values-es-rUS/strings.xml
+++ /dev/null
@@ -1,75 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright (C) 2009 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="menu_add_contact" msgid="1577617821180977339">"Agregar contacto"</string>
- <string name="menu_remove_contact" msgid="1438737309746209943">"Eliminar contacto"</string>
- <string name="menu_block_contact" msgid="1418576909122458824">"Bloquear"</string>
- <string name="menu_contact_list" msgid="7408048984312793527">"Lista de contactos"</string>
- <string name="menu_start_chat" msgid="1942461880426180926">"Enviar mensajería instantánea"</string>
- <string name="menu_view_profile" msgid="4594617426877626560">"Información de Buddy"</string>
- <string name="menu_end_conversation" msgid="215067667186746690">"Finalizar conversación"</string>
- <string name="menu_switch_chats" msgid="4616221788780459133">"Modificar chats"</string>
- <string name="menu_insert_smiley" msgid="6880772056965363205">"Insertar emoticones"</string>
- <string name="sign_up" msgid="3944276728278864333">"Obtén una cuenta nueva"</string>
- <string name="check_save_password" msgid="3554564072443242779">"Para tu seguridad, si pierdes o te roban el teléfono, ingresa al sitio web desde tu computadora y cambia la contraseña."</string>
- <string name="buddy_list_title" msgid="5837732412636822107">"Lista de contactos - <xliff:g id="USERNAME">%1$s</xliff:g>"</string>
- <string name="label_username" msgid="7905168188814604370">"Nombre de usuario:"</string>
- <string name="ongoing_conversation" msgid="9097832769731811986">"Conversaciones (<xliff:g id="NUMBER">%1$d</xliff:g>)"</string>
- <string name="contact_profile_title" msgid="5203284525412697232">"Información de contacto"</string>
- <string name="presence_available" msgid="1184051402868736726">"Disponible"</string>
- <string name="add_contact_title" msgid="292217657045373736">"Agregar contacto"</string>
- <string name="input_contact_label" msgid="2583915568413164449">"Nombre de pantalla de la persona que deseas agregar:"</string>
- <string name="invite_label" msgid="907494221148096012">"Agregar Buddy"</string>
- <string-array name="smiley_names">
- <item msgid="811476776139578986">"Feliz"</item>
- <item msgid="2764363456492352853">"Triste"</item>
- <item msgid="416624764294712159">"Guiñando un ojo"</item>
- <item msgid="7152979870122929989">"Con la lengua afuera"</item>
- <item msgid="5784780866600056743">"Sorprendido"</item>
- <item msgid="5454185003381226454">"Besando"</item>
- <item msgid="1413668617851210441">"Gritando"</item>
- <item msgid="232246158381043538">"En la onda"</item>
- <item msgid="2440257511131202785">"Dinero en boca"</item>
- <item msgid="4571282940807190133">"Meter la pata"</item>
- <item msgid="3260099163589753993">"Avergonzado"</item>
- <item msgid="3042531792218744865">"Ángel"</item>
- <item msgid="5227319381647888452">"Indeciso"</item>
- <item msgid="6952104030566994554">"Llorando"</item>
- <item msgid="9199616532683270084">"Los labios están cerrados"</item>
- <item msgid="4338502150254517147">"Riendo"</item>
- <item msgid="1014703928300075245">"Confundido"</item>
- </string-array>
- <string-array name="smiley_texts">
- <item msgid="6682271134385564589">":-)"</item>
- <item msgid="5242689844155076377">":-("</item>
- <item msgid="521632995149320343">";-)"</item>
- <item msgid="3442897533435789796">":-P"</item>
- <item msgid="682698687423187022">"=-O"</item>
- <item msgid="1531701168660725626">":-*"</item>
- <item msgid="7958357467119008619">":O"</item>
- <item msgid="4638775565490840154">"B-)"</item>
- <item msgid="6225545209385623235">":-$"</item>
- <item msgid="5725425598368680891">":-!"</item>
- <item msgid="5365880622794795497">":-["</item>
- <item msgid="8260692119195572132">"O:-)"</item>
- <item msgid="6879285154649424413">":-\\"</item>
- <item msgid="554517875650930417">":\'("</item>
- <item msgid="8169228040168187510">":-X"</item>
- <item msgid="5444890977206638254">":-D"</item>
- <item msgid="8814856019116253585">"o_O"</item>
- </string-array>
-</resources>
diff --git a/samples/PluginDemo/res/values-es/strings.xml b/samples/PluginDemo/res/values-es/strings.xml
deleted file mode 100644
index 0fcf217..0000000
--- a/samples/PluginDemo/res/values-es/strings.xml
+++ /dev/null
@@ -1,75 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright (C) 2009 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="menu_add_contact" msgid="1577617821180977339">"Añadir contacto"</string>
- <string name="menu_remove_contact" msgid="1438737309746209943">"Eliminar contacto"</string>
- <string name="menu_block_contact" msgid="1418576909122458824">"Bloquear"</string>
- <string name="menu_contact_list" msgid="7408048984312793527">"Lista de contactos"</string>
- <string name="menu_start_chat" msgid="1942461880426180926">"Enviar MI"</string>
- <string name="menu_view_profile" msgid="4594617426877626560">"Información de amigo"</string>
- <string name="menu_end_conversation" msgid="215067667186746690">"Finalizar conversación"</string>
- <string name="menu_switch_chats" msgid="4616221788780459133">"Cambiar de chat"</string>
- <string name="menu_insert_smiley" msgid="6880772056965363205">"Insertar emoticonos"</string>
- <string name="sign_up" msgid="3944276728278864333">"Obtener una cuenta nueva"</string>
- <string name="check_save_password" msgid="3554564072443242779">"Si pierdes el teléfono o te lo roban, te recomendamos por seguridad que accedas al sitio web desde tu equipo y cambies la contraseña."</string>
- <string name="buddy_list_title" msgid="5837732412636822107">"Lista de contactos - <xliff:g id="USERNAME">%1$s</xliff:g>"</string>
- <string name="label_username" msgid="7905168188814604370">"Nombre de usuario:"</string>
- <string name="ongoing_conversation" msgid="9097832769731811986">"Conversaciones (<xliff:g id="NUMBER">%1$d</xliff:g>)"</string>
- <string name="contact_profile_title" msgid="5203284525412697232">"Información de contacto"</string>
- <string name="presence_available" msgid="1184051402868736726">"Disponible"</string>
- <string name="add_contact_title" msgid="292217657045373736">"Añadir contacto"</string>
- <string name="input_contact_label" msgid="2583915568413164449">"Nombre de pantalla de la persona que quieres añadir:"</string>
- <string name="invite_label" msgid="907494221148096012">"Añadir amigo"</string>
- <string-array name="smiley_names">
- <item msgid="811476776139578986">"Contento"</item>
- <item msgid="2764363456492352853">"Triste"</item>
- <item msgid="416624764294712159">"Guiño"</item>
- <item msgid="7152979870122929989">"Sacando la lengua"</item>
- <item msgid="5784780866600056743">"Sorprendido"</item>
- <item msgid="5454185003381226454">"Besando"</item>
- <item msgid="1413668617851210441">"Gritando"</item>
- <item msgid="232246158381043538">"Atractivo"</item>
- <item msgid="2440257511131202785">"Dinero en la boca"</item>
- <item msgid="4571282940807190133">"Metedura de pata"</item>
- <item msgid="3260099163589753993">"Avergonzado"</item>
- <item msgid="3042531792218744865">"Ángel"</item>
- <item msgid="5227319381647888452">"Indeciso"</item>
- <item msgid="6952104030566994554">"Llorando"</item>
- <item msgid="9199616532683270084">"Labios sellados"</item>
- <item msgid="4338502150254517147">"Riendo"</item>
- <item msgid="1014703928300075245">"Confuso"</item>
- </string-array>
- <string-array name="smiley_texts">
- <item msgid="6682271134385564589">":-)"</item>
- <item msgid="5242689844155076377">":-("</item>
- <item msgid="521632995149320343">";-)"</item>
- <item msgid="3442897533435789796">":-P"</item>
- <item msgid="682698687423187022">"=-O"</item>
- <item msgid="1531701168660725626">":-*"</item>
- <item msgid="7958357467119008619">":O"</item>
- <item msgid="4638775565490840154">"B-)"</item>
- <item msgid="6225545209385623235">":-$"</item>
- <item msgid="5725425598368680891">":-!"</item>
- <item msgid="5365880622794795497">":-["</item>
- <item msgid="8260692119195572132">"O:-)"</item>
- <item msgid="6879285154649424413">":-\\"</item>
- <item msgid="554517875650930417">":\'("</item>
- <item msgid="8169228040168187510">":-X"</item>
- <item msgid="5444890977206638254">":-D"</item>
- <item msgid="8814856019116253585">"o_O"</item>
- </string-array>
-</resources>
diff --git a/samples/PluginDemo/res/values-fr/strings.xml b/samples/PluginDemo/res/values-fr/strings.xml
deleted file mode 100644
index cc048ed..0000000
--- a/samples/PluginDemo/res/values-fr/strings.xml
+++ /dev/null
@@ -1,75 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright (C) 2009 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="menu_add_contact" msgid="1577617821180977339">"Ajouter un contact"</string>
- <string name="menu_remove_contact" msgid="1438737309746209943">"Supprimer un contact"</string>
- <string name="menu_block_contact" msgid="1418576909122458824">"Bloquer"</string>
- <string name="menu_contact_list" msgid="7408048984312793527">"Liste de contacts"</string>
- <string name="menu_start_chat" msgid="1942461880426180926">"Envoyer un message instantané"</string>
- <string name="menu_view_profile" msgid="4594617426877626560">"Infos sur le contact"</string>
- <string name="menu_end_conversation" msgid="215067667186746690">"Terminer la conversation"</string>
- <string name="menu_switch_chats" msgid="4616221788780459133">"Changer de chat"</string>
- <string name="menu_insert_smiley" msgid="6880772056965363205">"Insérer une émoticône"</string>
- <string name="sign_up" msgid="3944276728278864333">"Créer un nouveau compte"</string>
- <string name="check_save_password" msgid="3554564072443242779">"Pour votre sécurité, en cas de vol ou de perte de votre téléphone, rendez-vous sur le site Web depuis votre ordinateur et modifiez votre mot de passe."</string>
- <string name="buddy_list_title" msgid="5837732412636822107">"Liste de contacts :<xliff:g id="USERNAME">%1$s</xliff:g>"</string>
- <string name="label_username" msgid="7905168188814604370">"Nom d\'utilisateur :"</string>
- <string name="ongoing_conversation" msgid="9097832769731811986">"Conversations (<xliff:g id="NUMBER">%1$d</xliff:g>)"</string>
- <string name="contact_profile_title" msgid="5203284525412697232">"Infos sur le contact"</string>
- <string name="presence_available" msgid="1184051402868736726">"Disponible"</string>
- <string name="add_contact_title" msgid="292217657045373736">"Ajouter le contact"</string>
- <string name="input_contact_label" msgid="2583915568413164449">"Identifiant du contact que vous souhaitez ajouter :"</string>
- <string name="invite_label" msgid="907494221148096012">"Ajouter un contact"</string>
- <string-array name="smiley_names">
- <item msgid="811476776139578986">"Content"</item>
- <item msgid="2764363456492352853">"Triste"</item>
- <item msgid="416624764294712159">"Clin d\'œil"</item>
- <item msgid="7152979870122929989">"Tire la langue"</item>
- <item msgid="5784780866600056743">"Surpris"</item>
- <item msgid="5454185003381226454">"Bisou"</item>
- <item msgid="1413668617851210441">"Hurle"</item>
- <item msgid="232246158381043538">"Cool"</item>
- <item msgid="2440257511131202785">"Argent"</item>
- <item msgid="4571282940807190133">"Embarrassé"</item>
- <item msgid="3260099163589753993">"Gêné"</item>
- <item msgid="3042531792218744865">"Ange"</item>
- <item msgid="5227319381647888452">"Indécis"</item>
- <item msgid="6952104030566994554">"Pleure"</item>
- <item msgid="9199616532683270084">"Motus et bouche cousue"</item>
- <item msgid="4338502150254517147">"Rigole"</item>
- <item msgid="1014703928300075245">"Confus"</item>
- </string-array>
- <string-array name="smiley_texts">
- <item msgid="6682271134385564589">":-)"</item>
- <item msgid="5242689844155076377">":-("</item>
- <item msgid="521632995149320343">";-)"</item>
- <item msgid="3442897533435789796">":-P"</item>
- <item msgid="682698687423187022">"=-O"</item>
- <item msgid="1531701168660725626">":-*"</item>
- <item msgid="7958357467119008619">":O"</item>
- <item msgid="4638775565490840154">"B-)"</item>
- <item msgid="6225545209385623235">":-$"</item>
- <item msgid="5725425598368680891">":-!"</item>
- <item msgid="5365880622794795497">":-["</item>
- <item msgid="8260692119195572132">"O:-)"</item>
- <item msgid="6879285154649424413">":-\\"</item>
- <item msgid="554517875650930417">":\'("</item>
- <item msgid="8169228040168187510">":-X"</item>
- <item msgid="5444890977206638254">":-D"</item>
- <item msgid="8814856019116253585">"o_O"</item>
- </string-array>
-</resources>
diff --git a/samples/PluginDemo/res/values-it/strings.xml b/samples/PluginDemo/res/values-it/strings.xml
deleted file mode 100644
index 6745c76..0000000
--- a/samples/PluginDemo/res/values-it/strings.xml
+++ /dev/null
@@ -1,75 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright (C) 2009 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="menu_add_contact" msgid="1577617821180977339">"Aggiungi contatto"</string>
- <string name="menu_remove_contact" msgid="1438737309746209943">"Elimina contatto"</string>
- <string name="menu_block_contact" msgid="1418576909122458824">"Blocca"</string>
- <string name="menu_contact_list" msgid="7408048984312793527">"Elenco contatti"</string>
- <string name="menu_start_chat" msgid="1942461880426180926">"Invia msg chat"</string>
- <string name="menu_view_profile" msgid="4594617426877626560">"Info amico"</string>
- <string name="menu_end_conversation" msgid="215067667186746690">"Termina conversazione"</string>
- <string name="menu_switch_chats" msgid="4616221788780459133">"Cambia conversazione"</string>
- <string name="menu_insert_smiley" msgid="6880772056965363205">"Inserisci emoticon"</string>
- <string name="sign_up" msgid="3944276728278864333">"Ottieni un nuovo account"</string>
- <string name="check_save_password" msgid="3554564072443242779">"Per la tua sicurezza, in caso di perdita o furto del telefono visita il sito web da un computer e cambia la password."</string>
- <string name="buddy_list_title" msgid="5837732412636822107">"Elenco contatti - <xliff:g id="USERNAME">%1$s</xliff:g>"</string>
- <string name="label_username" msgid="7905168188814604370">"Nome utente:"</string>
- <string name="ongoing_conversation" msgid="9097832769731811986">"Conversazioni (<xliff:g id="NUMBER">%1$d</xliff:g>)"</string>
- <string name="contact_profile_title" msgid="5203284525412697232">"Info contatto"</string>
- <string name="presence_available" msgid="1184051402868736726">"Disponibile"</string>
- <string name="add_contact_title" msgid="292217657045373736">"Aggiungi contatto"</string>
- <string name="input_contact_label" msgid="2583915568413164449">"Nome visualizzato della persona da aggiungere:"</string>
- <string name="invite_label" msgid="907494221148096012">"Aggiungi amico"</string>
- <string-array name="smiley_names">
- <item msgid="811476776139578986">"Felice"</item>
- <item msgid="2764363456492352853">"Triste"</item>
- <item msgid="416624764294712159">"Occhiolino"</item>
- <item msgid="7152979870122929989">"Linguaccia"</item>
- <item msgid="5784780866600056743">"Sorpreso"</item>
- <item msgid="5454185003381226454">"Bacio"</item>
- <item msgid="1413668617851210441">"Urlo"</item>
- <item msgid="232246158381043538">"Fico"</item>
- <item msgid="2440257511131202785">"Fatti, non parole"</item>
- <item msgid="4571282940807190133">"Gaffe"</item>
- <item msgid="3260099163589753993">"Imbarazzato"</item>
- <item msgid="3042531792218744865">"Angelo"</item>
- <item msgid="5227319381647888452">"Indeciso"</item>
- <item msgid="6952104030566994554">"Piango"</item>
- <item msgid="9199616532683270084">"Labbra cucite"</item>
- <item msgid="4338502150254517147">"Risata"</item>
- <item msgid="1014703928300075245">"Confuso"</item>
- </string-array>
- <string-array name="smiley_texts">
- <item msgid="6682271134385564589">":-)"</item>
- <item msgid="5242689844155076377">":-("</item>
- <item msgid="521632995149320343">";-)"</item>
- <item msgid="3442897533435789796">":-P"</item>
- <item msgid="682698687423187022">"=-O"</item>
- <item msgid="1531701168660725626">":-*"</item>
- <item msgid="7958357467119008619">":O"</item>
- <item msgid="4638775565490840154">"B-)"</item>
- <item msgid="6225545209385623235">":-$"</item>
- <item msgid="5725425598368680891">":-!"</item>
- <item msgid="5365880622794795497">":-["</item>
- <item msgid="8260692119195572132">"O:-)"</item>
- <item msgid="6879285154649424413">":-\\"</item>
- <item msgid="554517875650930417">":\'("</item>
- <item msgid="8169228040168187510">":-X"</item>
- <item msgid="5444890977206638254">":-D"</item>
- <item msgid="8814856019116253585">"o_O"</item>
- </string-array>
-</resources>
diff --git a/samples/PluginDemo/res/values-ja/strings.xml b/samples/PluginDemo/res/values-ja/strings.xml
deleted file mode 100644
index f59333d..0000000
--- a/samples/PluginDemo/res/values-ja/strings.xml
+++ /dev/null
@@ -1,75 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright (C) 2009 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="menu_add_contact" msgid="1577617821180977339">"連絡先を追加"</string>
- <string name="menu_remove_contact" msgid="1438737309746209943">"連絡先を削除"</string>
- <string name="menu_block_contact" msgid="1418576909122458824">"ブロック"</string>
- <string name="menu_contact_list" msgid="7408048984312793527">"連絡先リスト"</string>
- <string name="menu_start_chat" msgid="1942461880426180926">"チャットを送信"</string>
- <string name="menu_view_profile" msgid="4594617426877626560">"友だち情報"</string>
- <string name="menu_end_conversation" msgid="215067667186746690">"チャット終了"</string>
- <string name="menu_switch_chats" msgid="4616221788780459133">"チャットを切り替え"</string>
- <string name="menu_insert_smiley" msgid="6880772056965363205">"絵文字を挿入"</string>
- <string name="sign_up" msgid="3944276728278864333">"新しいアカウントを取得"</string>
- <string name="check_save_password" msgid="3554564072443242779">"セキュリティ保護のため、携帯電話を紛失したり盗まれたりした場合は、パソコンからウェブサイトにアクセスしてパスワードを変更してください。"</string>
- <string name="buddy_list_title" msgid="5837732412636822107">"連絡先リスト - <xliff:g id="USERNAME">%1$s</xliff:g>"</string>
- <string name="label_username" msgid="7905168188814604370">"ユーザー名:"</string>
- <string name="ongoing_conversation" msgid="9097832769731811986">"チャット (<xliff:g id="NUMBER">%1$d</xliff:g>件)"</string>
- <string name="contact_profile_title" msgid="5203284525412697232">"連絡先情報"</string>
- <string name="presence_available" msgid="1184051402868736726">"オンライン"</string>
- <string name="add_contact_title" msgid="292217657045373736">"連絡先を追加"</string>
- <string name="input_contact_label" msgid="2583915568413164449">"追加する人のスクリーンネーム:"</string>
- <string name="invite_label" msgid="907494221148096012">"友だちを追加"</string>
- <string-array name="smiley_names">
- <item msgid="811476776139578986">"ハッピー"</item>
- <item msgid="2764363456492352853">"悲しい"</item>
- <item msgid="416624764294712159">"ウィンク"</item>
- <item msgid="7152979870122929989">"アッカンベー"</item>
- <item msgid="5784780866600056743">"びっくり"</item>
- <item msgid="5454185003381226454">"キス"</item>
- <item msgid="1413668617851210441">"激怒"</item>
- <item msgid="232246158381043538">"クール"</item>
- <item msgid="2440257511131202785">"気持ち悪い"</item>
- <item msgid="4571282940807190133">"しまった"</item>
- <item msgid="3260099163589753993">"恥ずかしい"</item>
- <item msgid="3042531792218744865">"天使"</item>
- <item msgid="5227319381647888452">"迷う"</item>
- <item msgid="6952104030566994554">"泣く"</item>
- <item msgid="9199616532683270084">"お口にチャック"</item>
- <item msgid="4338502150254517147">"笑顔"</item>
- <item msgid="1014703928300075245">"混乱"</item>
- </string-array>
- <string-array name="smiley_texts">
- <item msgid="6682271134385564589">":-)"</item>
- <item msgid="5242689844155076377">":-("</item>
- <item msgid="521632995149320343">";-)"</item>
- <item msgid="3442897533435789796">":-P"</item>
- <item msgid="682698687423187022">"=-O"</item>
- <item msgid="1531701168660725626">":-*"</item>
- <item msgid="7958357467119008619">":O"</item>
- <item msgid="4638775565490840154">"B-)"</item>
- <item msgid="6225545209385623235">":-$"</item>
- <item msgid="5725425598368680891">":-!"</item>
- <item msgid="5365880622794795497">":-["</item>
- <item msgid="8260692119195572132">"O:-)"</item>
- <item msgid="6879285154649424413">":-\\"</item>
- <item msgid="554517875650930417">":\'("</item>
- <item msgid="8169228040168187510">":-X"</item>
- <item msgid="5444890977206638254">":-D"</item>
- <item msgid="8814856019116253585">"o_O"</item>
- </string-array>
-</resources>
diff --git a/samples/PluginDemo/res/values-ko/strings.xml b/samples/PluginDemo/res/values-ko/strings.xml
deleted file mode 100644
index ab5cb9f..0000000
--- a/samples/PluginDemo/res/values-ko/strings.xml
+++ /dev/null
@@ -1,75 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright (C) 2009 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="menu_add_contact" msgid="1577617821180977339">"연락처 추가"</string>
- <string name="menu_remove_contact" msgid="1438737309746209943">"연락처 삭제"</string>
- <string name="menu_block_contact" msgid="1418576909122458824">"차단"</string>
- <string name="menu_contact_list" msgid="7408048984312793527">"연락처 목록"</string>
- <string name="menu_start_chat" msgid="1942461880426180926">"채팅하기"</string>
- <string name="menu_view_profile" msgid="4594617426877626560">"친구 정보"</string>
- <string name="menu_end_conversation" msgid="215067667186746690">"대화 종료"</string>
- <string name="menu_switch_chats" msgid="4616221788780459133">"채팅 전환"</string>
- <string name="menu_insert_smiley" msgid="6880772056965363205">"이모티콘 삽입"</string>
- <string name="sign_up" msgid="3944276728278864333">"새 계정 만들기"</string>
- <string name="check_save_password" msgid="3554564072443242779">"휴대전화를 잃어버렸거나 도난당한 경우에는 보안을 위해 컴퓨터에서 웹사이트를 방문하여 비밀번호를 변경하세요."</string>
- <string name="buddy_list_title" msgid="5837732412636822107">"연락처 목록 - <xliff:g id="USERNAME">%1$s</xliff:g>"</string>
- <string name="label_username" msgid="7905168188814604370">"사용자 이름:"</string>
- <string name="ongoing_conversation" msgid="9097832769731811986">"대화(<xliff:g id="NUMBER">%1$d</xliff:g>개)"</string>
- <string name="contact_profile_title" msgid="5203284525412697232">"연락처 정보"</string>
- <string name="presence_available" msgid="1184051402868736726">"온라인"</string>
- <string name="add_contact_title" msgid="292217657045373736">"연락처 추가"</string>
- <string name="input_contact_label" msgid="2583915568413164449">"추가할 사람의 대화명:"</string>
- <string name="invite_label" msgid="907494221148096012">"친구 추가"</string>
- <string-array name="smiley_names">
- <item msgid="811476776139578986">"행복해"</item>
- <item msgid="2764363456492352853">"슬퍼요"</item>
- <item msgid="416624764294712159">"윙크"</item>
- <item msgid="7152979870122929989">"메롱"</item>
- <item msgid="5784780866600056743">"헉!"</item>
- <item msgid="5454185003381226454">"키스"</item>
- <item msgid="1413668617851210441">"아악"</item>
- <item msgid="232246158381043538">"멋지네"</item>
- <item msgid="2440257511131202785">"으이구"</item>
- <item msgid="4571282940807190133">"실수했네"</item>
- <item msgid="3260099163589753993">"당황"</item>
- <item msgid="3042531792218744865">"천사"</item>
- <item msgid="5227319381647888452">"결정하기 어렵군"</item>
- <item msgid="6952104030566994554">"엉엉엉"</item>
- <item msgid="9199616532683270084">"비밀로 할게"</item>
- <item msgid="4338502150254517147">"하하하"</item>
- <item msgid="1014703928300075245">"어리둥절"</item>
- </string-array>
- <string-array name="smiley_texts">
- <item msgid="6682271134385564589">":-)"</item>
- <item msgid="5242689844155076377">":-("</item>
- <item msgid="521632995149320343">";-)"</item>
- <item msgid="3442897533435789796">":-P"</item>
- <item msgid="682698687423187022">"=-O"</item>
- <item msgid="1531701168660725626">":-*"</item>
- <item msgid="7958357467119008619">":O"</item>
- <item msgid="4638775565490840154">"B-)"</item>
- <item msgid="6225545209385623235">":-$"</item>
- <item msgid="5725425598368680891">":-!"</item>
- <item msgid="5365880622794795497">":-["</item>
- <item msgid="8260692119195572132">"O:-)"</item>
- <item msgid="6879285154649424413">":-\\"</item>
- <item msgid="554517875650930417">":\'("</item>
- <item msgid="8169228040168187510">":-X"</item>
- <item msgid="5444890977206638254">":-D"</item>
- <item msgid="8814856019116253585">"o_O"</item>
- </string-array>
-</resources>
diff --git a/samples/PluginDemo/res/values-nb/strings.xml b/samples/PluginDemo/res/values-nb/strings.xml
deleted file mode 100644
index 43d614a..0000000
--- a/samples/PluginDemo/res/values-nb/strings.xml
+++ /dev/null
@@ -1,75 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright (C) 2009 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="menu_add_contact" msgid="1577617821180977339">"Legg til kontakt"</string>
- <string name="menu_remove_contact" msgid="1438737309746209943">"Fjern kontakt"</string>
- <string name="menu_block_contact" msgid="1418576909122458824">"Blokker kontakt"</string>
- <string name="menu_contact_list" msgid="7408048984312793527">"Kontaktliste"</string>
- <string name="menu_start_chat" msgid="1942461880426180926">"Start samtale"</string>
- <string name="menu_view_profile" msgid="4594617426877626560">"Vis profil"</string>
- <string name="menu_end_conversation" msgid="215067667186746690">"Avslutt samtale"</string>
- <string name="menu_switch_chats" msgid="4616221788780459133">"Bytt mellom samtaler"</string>
- <string name="menu_insert_smiley" msgid="6880772056965363205">"Sett inn smilefjes"</string>
- <string name="sign_up" msgid="3944276728278864333">"Mangler du konto?"</string>
- <string name="check_save_password" msgid="3554564072443242779">"Av sikkerhetsgrunner, gå til nettstedet og endre passordet om telefonen blir tapt eller stjåler."</string>
- <string name="buddy_list_title" msgid="5837732412636822107">"Kontaktliste - <xliff:g id="USERNAME">%1$s</xliff:g>"</string>
- <string name="label_username" msgid="7905168188814604370">"Brukernavn:"</string>
- <string name="ongoing_conversation" msgid="9097832769731811986">"Pågående samtaler (<xliff:g id="NUMBER">%1$d</xliff:g>)"</string>
- <string name="contact_profile_title" msgid="5203284525412697232">"Kontaktprofil"</string>
- <string name="presence_available" msgid="1184051402868736726">"Tilgjengelig"</string>
- <string name="add_contact_title" msgid="292217657045373736">"Legg til kontakt"</string>
- <string name="input_contact_label" msgid="2583915568413164449">"E-postadresse til den du ønsker å invitere:"</string>
- <string name="invite_label" msgid="907494221148096012">"Send invitasjon"</string>
- <string-array name="smiley_names">
- <item msgid="811476776139578986">"Glad"</item>
- <item msgid="2764363456492352853">"Trist"</item>
- <item msgid="416624764294712159">"Blunker"</item>
- <item msgid="7152979870122929989">"Rekker tunge"</item>
- <item msgid="5784780866600056743">"Overrasket"</item>
- <item msgid="5454185003381226454">"Kyss"</item>
- <item msgid="1413668617851210441">"Roper"</item>
- <item msgid="232246158381043538">"Kul"</item>
- <item msgid="2440257511131202785">"Pengemunn"</item>
- <item msgid="4571282940807190133">"Fot i munnen"</item>
- <item msgid="3260099163589753993">"Flau"</item>
- <item msgid="3042531792218744865">"Engel"</item>
- <item msgid="5227319381647888452">"Usikker"</item>
- <item msgid="6952104030566994554">"Gråter"</item>
- <item msgid="9199616532683270084">"Stille som graven"</item>
- <item msgid="4338502150254517147">"Ler"</item>
- <item msgid="1014703928300075245">"Forvirret"</item>
- </string-array>
- <string-array name="smiley_texts">
- <item msgid="6682271134385564589">":-)"</item>
- <item msgid="5242689844155076377">":-("</item>
- <item msgid="521632995149320343">";-)"</item>
- <item msgid="3442897533435789796">":-P"</item>
- <item msgid="682698687423187022">"=-O"</item>
- <item msgid="1531701168660725626">":-*"</item>
- <item msgid="7958357467119008619">":O"</item>
- <item msgid="4638775565490840154">"B-)"</item>
- <item msgid="6225545209385623235">":-$"</item>
- <item msgid="5725425598368680891">":-!"</item>
- <item msgid="5365880622794795497">":-["</item>
- <item msgid="8260692119195572132">"O:-)"</item>
- <item msgid="6879285154649424413">":-\\\\"</item>
- <item msgid="554517875650930417">":\'("</item>
- <item msgid="8169228040168187510">":-X"</item>
- <item msgid="5444890977206638254">":-D"</item>
- <item msgid="8814856019116253585">"o_O"</item>
- </string-array>
-</resources>
diff --git a/samples/PluginDemo/res/values-nl/strings.xml b/samples/PluginDemo/res/values-nl/strings.xml
deleted file mode 100644
index ea64f04..0000000
--- a/samples/PluginDemo/res/values-nl/strings.xml
+++ /dev/null
@@ -1,75 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright (C) 2009 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="menu_add_contact" msgid="1577617821180977339">"Contact toevoegen"</string>
- <string name="menu_remove_contact" msgid="1438737309746209943">"Contact verwijderen"</string>
- <string name="menu_block_contact" msgid="1418576909122458824">"Blokkeren"</string>
- <string name="menu_contact_list" msgid="7408048984312793527">"Lijst met contacten"</string>
- <string name="menu_start_chat" msgid="1942461880426180926">"Chat verzenden"</string>
- <string name="menu_view_profile" msgid="4594617426877626560">"Buddygegevens"</string>
- <string name="menu_end_conversation" msgid="215067667186746690">"Conversatie beëindigen"</string>
- <string name="menu_switch_chats" msgid="4616221788780459133">"Schakelen tussen chats"</string>
- <string name="menu_insert_smiley" msgid="6880772056965363205">"Emoticons invoegen"</string>
- <string name="sign_up" msgid="3944276728278864333">"Een nieuw account verkrijgen"</string>
- <string name="check_save_password" msgid="3554564072443242779">"Als u uw telefoon verliest of als deze wordt gestolen, moet u voor uw veiligheid naar de website gaan op uw computer en uw wachtwoord wijzigen."</string>
- <string name="buddy_list_title" msgid="5837732412636822107">"Lijst met contacten - <xliff:g id="USERNAME">%1$s</xliff:g>"</string>
- <string name="label_username" msgid="7905168188814604370">"Gebruikersnaam:"</string>
- <string name="ongoing_conversation" msgid="9097832769731811986">"Conversaties (<xliff:g id="NUMBER">%1$d</xliff:g>)"</string>
- <string name="contact_profile_title" msgid="5203284525412697232">"Contactgegevens"</string>
- <string name="presence_available" msgid="1184051402868736726">"Beschikbaar"</string>
- <string name="add_contact_title" msgid="292217657045373736">"Contact toevoegen"</string>
- <string name="input_contact_label" msgid="2583915568413164449">"Schermnaam van de persoon die u wilt toevoegen:"</string>
- <string name="invite_label" msgid="907494221148096012">"Buddy toevoegen"</string>
- <string-array name="smiley_names">
- <item msgid="811476776139578986">"Blij"</item>
- <item msgid="2764363456492352853">"Bedroefd"</item>
- <item msgid="416624764294712159">"Knipoog"</item>
- <item msgid="7152979870122929989">"Tong uitsteken"</item>
- <item msgid="5784780866600056743">"Verrast"</item>
- <item msgid="5454185003381226454">"Kussend"</item>
- <item msgid="1413668617851210441">"Schreeuwend"</item>
- <item msgid="232246158381043538">"Cool"</item>
- <item msgid="2440257511131202785">"Geldzoeker"</item>
- <item msgid="4571282940807190133">"Mond vol tanden"</item>
- <item msgid="3260099163589753993">"Beschaamd"</item>
- <item msgid="3042531792218744865">"Engel"</item>
- <item msgid="5227319381647888452">"Twijfelend"</item>
- <item msgid="6952104030566994554">"Huilend"</item>
- <item msgid="9199616532683270084">"Lippen op elkaar"</item>
- <item msgid="4338502150254517147">"Lachend"</item>
- <item msgid="1014703928300075245">"Verward"</item>
- </string-array>
- <string-array name="smiley_texts">
- <item msgid="6682271134385564589">":-)"</item>
- <item msgid="5242689844155076377">":-("</item>
- <item msgid="521632995149320343">";-)"</item>
- <item msgid="3442897533435789796">":-P"</item>
- <item msgid="682698687423187022">"#NAME?"</item>
- <item msgid="1531701168660725626">":-*"</item>
- <item msgid="7958357467119008619">":O"</item>
- <item msgid="4638775565490840154">"B-)"</item>
- <item msgid="6225545209385623235">":-$"</item>
- <item msgid="5725425598368680891">":-!"</item>
- <item msgid="5365880622794795497">":-["</item>
- <item msgid="8260692119195572132">"O:-)"</item>
- <item msgid="6879285154649424413">":-\\"</item>
- <item msgid="554517875650930417">":\'("</item>
- <item msgid="8169228040168187510">":-X"</item>
- <item msgid="5444890977206638254">":-D"</item>
- <item msgid="8814856019116253585">"o_O"</item>
- </string-array>
-</resources>
diff --git a/samples/PluginDemo/res/values-pl/strings.xml b/samples/PluginDemo/res/values-pl/strings.xml
deleted file mode 100644
index bc254bf..0000000
--- a/samples/PluginDemo/res/values-pl/strings.xml
+++ /dev/null
@@ -1,75 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright (C) 2009 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="menu_add_contact" msgid="1577617821180977339">"Dodaj kontakt"</string>
- <string name="menu_remove_contact" msgid="1438737309746209943">"Usuń kontakt"</string>
- <string name="menu_block_contact" msgid="1418576909122458824">"Zablokuj"</string>
- <string name="menu_contact_list" msgid="7408048984312793527">"Lista kontaktów"</string>
- <string name="menu_start_chat" msgid="1942461880426180926">"Wyślij wiadomość przez czat"</string>
- <string name="menu_view_profile" msgid="4594617426877626560">"Informacje o znajomym"</string>
- <string name="menu_end_conversation" msgid="215067667186746690">"Zakończ rozmowę"</string>
- <string name="menu_switch_chats" msgid="4616221788780459133">"Przełącz czaty"</string>
- <string name="menu_insert_smiley" msgid="6880772056965363205">"Wstaw buźkę"</string>
- <string name="sign_up" msgid="3944276728278864333">"Utwórz nowe konto"</string>
- <string name="check_save_password" msgid="3554564072443242779">"Ze względów bezpieczeństwa w przypadku zgubienia lub kradzieży telefonu odwiedź witrynę internetową ze swojego komputera i zmień hasło."</string>
- <string name="buddy_list_title" msgid="5837732412636822107">"Lista kontaktów – <xliff:g id="USERNAME">%1$s</xliff:g>"</string>
- <string name="label_username" msgid="7905168188814604370">"Nazwa użytkownika:"</string>
- <string name="ongoing_conversation" msgid="9097832769731811986">"Rozmowy: <xliff:g id="NUMBER">%1$d</xliff:g>"</string>
- <string name="contact_profile_title" msgid="5203284525412697232">"Informacje kontaktowe"</string>
- <string name="presence_available" msgid="1184051402868736726">"Dostępny"</string>
- <string name="add_contact_title" msgid="292217657045373736">"Dodaj kontakt"</string>
- <string name="input_contact_label" msgid="2583915568413164449">"Widoczna nazwa dodawanej osoby:"</string>
- <string name="invite_label" msgid="907494221148096012">"Dodaj znajomego"</string>
- <string-array name="smiley_names">
- <item msgid="811476776139578986">"Wesoły"</item>
- <item msgid="2764363456492352853">"Smutny"</item>
- <item msgid="416624764294712159">"Mruga"</item>
- <item msgid="7152979870122929989">"Pokazuje język"</item>
- <item msgid="5784780866600056743">"Zdziwienie"</item>
- <item msgid="5454185003381226454">"Całuje"</item>
- <item msgid="1413668617851210441">"Krzyczy"</item>
- <item msgid="232246158381043538">"Na luzie"</item>
- <item msgid="2440257511131202785">"Pazerny"</item>
- <item msgid="4571282940807190133">"Nietaktowny"</item>
- <item msgid="3260099163589753993">"Zakłopotanie"</item>
- <item msgid="3042531792218744865">"Anioł"</item>
- <item msgid="5227319381647888452">"Niezdecydowany"</item>
- <item msgid="6952104030566994554">"Płacze"</item>
- <item msgid="9199616532683270084">"Milczy jak grób"</item>
- <item msgid="4338502150254517147">"Śmieje się"</item>
- <item msgid="1014703928300075245">"Zmieszany"</item>
- </string-array>
- <string-array name="smiley_texts">
- <item msgid="6682271134385564589">":-)"</item>
- <item msgid="5242689844155076377">":-("</item>
- <item msgid="521632995149320343">";-)"</item>
- <item msgid="3442897533435789796">":-P"</item>
- <item msgid="682698687423187022">"=-O"</item>
- <item msgid="1531701168660725626">":-*"</item>
- <item msgid="7958357467119008619">":O"</item>
- <item msgid="4638775565490840154">"B-)"</item>
- <item msgid="6225545209385623235">":-$"</item>
- <item msgid="5725425598368680891">":-!"</item>
- <item msgid="5365880622794795497">":-["</item>
- <item msgid="8260692119195572132">"O:-)"</item>
- <item msgid="6879285154649424413">":-\\"</item>
- <item msgid="554517875650930417">":\'("</item>
- <item msgid="8169228040168187510">":-X"</item>
- <item msgid="5444890977206638254">":-D"</item>
- <item msgid="8814856019116253585">"o_O"</item>
- </string-array>
-</resources>
diff --git a/samples/PluginDemo/res/values-pt-rPT/strings.xml b/samples/PluginDemo/res/values-pt-rPT/strings.xml
deleted file mode 100644
index ae5eefc..0000000
--- a/samples/PluginDemo/res/values-pt-rPT/strings.xml
+++ /dev/null
@@ -1,75 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright (C) 2009 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="menu_add_contact" msgid="1577617821180977339">"Adicionar contacto"</string>
- <string name="menu_remove_contact" msgid="1438737309746209943">"Eliminar contacto"</string>
- <string name="menu_block_contact" msgid="1418576909122458824">"Bloquear"</string>
- <string name="menu_contact_list" msgid="7408048984312793527">"Lista de contactos"</string>
- <string name="menu_start_chat" msgid="1942461880426180926">"Enviar MI"</string>
- <string name="menu_view_profile" msgid="4594617426877626560">"Informações do amigo"</string>
- <string name="menu_end_conversation" msgid="215067667186746690">"Terminar conversa"</string>
- <string name="menu_switch_chats" msgid="4616221788780459133">"Trocar chats"</string>
- <string name="menu_insert_smiley" msgid="6880772056965363205">"Inserir ícones expressivos"</string>
- <string name="sign_up" msgid="3944276728278864333">"Obter uma nova conta"</string>
- <string name="check_save_password" msgid="3554564072443242779">"Para sua segurança, caso perca o telefone ou este seja roubado, aceda ao Web site no computador e altere a sua palavra-passe."</string>
- <string name="buddy_list_title" msgid="5837732412636822107">"Lista de contactos - <xliff:g id="USERNAME">%1$s</xliff:g>"</string>
- <string name="label_username" msgid="7905168188814604370">"Nome de utilizador:"</string>
- <string name="ongoing_conversation" msgid="9097832769731811986">"Conversas (<xliff:g id="NUMBER">%1$d</xliff:g>)"</string>
- <string name="contact_profile_title" msgid="5203284525412697232">"Informações de contacto"</string>
- <string name="presence_available" msgid="1184051402868736726">"Disponível"</string>
- <string name="add_contact_title" msgid="292217657045373736">"Adicionar contacto"</string>
- <string name="input_contact_label" msgid="2583915568413164449">"Pseudónimo da pessoa que pretende adicionar:"</string>
- <string name="invite_label" msgid="907494221148096012">"Adicionar amigo"</string>
- <string-array name="smiley_names">
- <item msgid="811476776139578986">"Feliz"</item>
- <item msgid="2764363456492352853">"Triste"</item>
- <item msgid="416624764294712159">"A piscar o olho"</item>
- <item msgid="7152979870122929989">"Língua de fora"</item>
- <item msgid="5784780866600056743">"Surpreendido"</item>
- <item msgid="5454185003381226454">"Beijoqueiro"</item>
- <item msgid="1413668617851210441">"A gritar"</item>
- <item msgid="232246158381043538">"Fixe"</item>
- <item msgid="2440257511131202785">"Interesseiro"</item>
- <item msgid="4571282940807190133">"Arrependido"</item>
- <item msgid="3260099163589753993">"Envergonhado"</item>
- <item msgid="3042531792218744865">"Anjo"</item>
- <item msgid="5227319381647888452">"Indeciso"</item>
- <item msgid="6952104030566994554">"Chorão"</item>
- <item msgid="9199616532683270084">"Boca fechada"</item>
- <item msgid="4338502150254517147">"Risonho"</item>
- <item msgid="1014703928300075245">"Confuso"</item>
- </string-array>
- <string-array name="smiley_texts">
- <item msgid="6682271134385564589">":-)"</item>
- <item msgid="5242689844155076377">":-("</item>
- <item msgid="521632995149320343">";-)"</item>
- <item msgid="3442897533435789796">":-P"</item>
- <item msgid="682698687423187022">"=-O"</item>
- <item msgid="1531701168660725626">":-*"</item>
- <item msgid="7958357467119008619">":O"</item>
- <item msgid="4638775565490840154">"B-)"</item>
- <item msgid="6225545209385623235">":-$"</item>
- <item msgid="5725425598368680891">":-!"</item>
- <item msgid="5365880622794795497">":-["</item>
- <item msgid="8260692119195572132">"O:-)"</item>
- <item msgid="6879285154649424413">":-\\"</item>
- <item msgid="554517875650930417">":\'("</item>
- <item msgid="8169228040168187510">":-X"</item>
- <item msgid="5444890977206638254">":-D"</item>
- <item msgid="8814856019116253585">"o_O"</item>
- </string-array>
-</resources>
diff --git a/samples/PluginDemo/res/values-pt/strings.xml b/samples/PluginDemo/res/values-pt/strings.xml
deleted file mode 100644
index 6ff3ba5..0000000
--- a/samples/PluginDemo/res/values-pt/strings.xml
+++ /dev/null
@@ -1,75 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright (C) 2009 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="menu_add_contact" msgid="1577617821180977339">"Adicionar contato"</string>
- <string name="menu_remove_contact" msgid="1438737309746209943">"Excluir contato"</string>
- <string name="menu_block_contact" msgid="1418576909122458824">"Bloquear"</string>
- <string name="menu_contact_list" msgid="7408048984312793527">"Lista de contatos"</string>
- <string name="menu_start_chat" msgid="1942461880426180926">"Enviar mensagem instantânea"</string>
- <string name="menu_view_profile" msgid="4594617426877626560">"Informações do amigo"</string>
- <string name="menu_end_conversation" msgid="215067667186746690">"Encerrar conversa"</string>
- <string name="menu_switch_chats" msgid="4616221788780459133">"Alternar bate-papos"</string>
- <string name="menu_insert_smiley" msgid="6880772056965363205">"Inserir emoticons"</string>
- <string name="sign_up" msgid="3944276728278864333">"Obter uma nova conta"</string>
- <string name="check_save_password" msgid="3554564072443242779">"Para a sua segurança, se o seu telefone for perdido ou roubado, acesse o site no seu computador e altere a sua senha."</string>
- <string name="buddy_list_title" msgid="5837732412636822107">"Lista de contatos - <xliff:g id="USERNAME">%1$s</xliff:g>"</string>
- <string name="label_username" msgid="7905168188814604370">"Nome de usuário:"</string>
- <string name="ongoing_conversation" msgid="9097832769731811986">"Conversas (<xliff:g id="NUMBER">%1$d</xliff:g>)"</string>
- <string name="contact_profile_title" msgid="5203284525412697232">"Informações de contato"</string>
- <string name="presence_available" msgid="1184051402868736726">"Disponível"</string>
- <string name="add_contact_title" msgid="292217657045373736">"Adicionar contato"</string>
- <string name="input_contact_label" msgid="2583915568413164449">"Apelido da pessoa que você deseja adicionar:"</string>
- <string name="invite_label" msgid="907494221148096012">"Adicionar amigo"</string>
- <string-array name="smiley_names">
- <item msgid="811476776139578986">"Feliz"</item>
- <item msgid="2764363456492352853">"Triste"</item>
- <item msgid="416624764294712159">"Piscando"</item>
- <item msgid="7152979870122929989">"Mostrando a língua"</item>
- <item msgid="5784780866600056743">"Surpreso"</item>
- <item msgid="5454185003381226454">"Beijando"</item>
- <item msgid="1413668617851210441">"Gritando"</item>
- <item msgid="232246158381043538">"Tranquilo"</item>
- <item msgid="2440257511131202785">"Louco por dinheiro"</item>
- <item msgid="4571282940807190133">"Falei besteira"</item>
- <item msgid="3260099163589753993">"Envergonhado"</item>
- <item msgid="3042531792218744865">"Anjo"</item>
- <item msgid="5227319381647888452">"Indeciso"</item>
- <item msgid="6952104030566994554">"Chorando"</item>
- <item msgid="9199616532683270084">"Boca fechada"</item>
- <item msgid="4338502150254517147">"Rindo"</item>
- <item msgid="1014703928300075245">"Confuso"</item>
- </string-array>
- <string-array name="smiley_texts">
- <item msgid="6682271134385564589">":-)"</item>
- <item msgid="5242689844155076377">":-("</item>
- <item msgid="521632995149320343">";-)"</item>
- <item msgid="3442897533435789796">":-P"</item>
- <item msgid="682698687423187022">"=-O"</item>
- <item msgid="1531701168660725626">":-*"</item>
- <item msgid="7958357467119008619">":O"</item>
- <item msgid="4638775565490840154">"B-)"</item>
- <item msgid="6225545209385623235">":-$"</item>
- <item msgid="5725425598368680891">":-!"</item>
- <item msgid="5365880622794795497">":-["</item>
- <item msgid="8260692119195572132">"O:-)"</item>
- <item msgid="6879285154649424413">":-\\"</item>
- <item msgid="554517875650930417">":\'("</item>
- <item msgid="8169228040168187510">":-X"</item>
- <item msgid="5444890977206638254">":-D"</item>
- <item msgid="8814856019116253585">"o_O"</item>
- </string-array>
-</resources>
diff --git a/samples/PluginDemo/res/values-ru/strings.xml b/samples/PluginDemo/res/values-ru/strings.xml
deleted file mode 100644
index 174f7e7..0000000
--- a/samples/PluginDemo/res/values-ru/strings.xml
+++ /dev/null
@@ -1,75 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright (C) 2009 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="menu_add_contact" msgid="1577617821180977339">"Добавить контакт"</string>
- <string name="menu_remove_contact" msgid="1438737309746209943">"Удалить контакт"</string>
- <string name="menu_block_contact" msgid="1418576909122458824">"Заблокировать"</string>
- <string name="menu_contact_list" msgid="7408048984312793527">"Список контактов"</string>
- <string name="menu_start_chat" msgid="1942461880426180926">"Отправить сообщение чата"</string>
- <string name="menu_view_profile" msgid="4594617426877626560">"О приятеле"</string>
- <string name="menu_end_conversation" msgid="215067667186746690">"Закончить разговор"</string>
- <string name="menu_switch_chats" msgid="4616221788780459133">"Сменить чат"</string>
- <string name="menu_insert_smiley" msgid="6880772056965363205">"Вставить значки настроений"</string>
- <string name="sign_up" msgid="3944276728278864333">"Получить новый аккаунт"</string>
- <string name="check_save_password" msgid="3554564072443242779">"В случае потери или кражи телефона для обеспечения вашей безопасности перейдите со своего компьютера на веб-сайт и поменяйте пароль."</string>
- <string name="buddy_list_title" msgid="5837732412636822107">"Список контактов – <xliff:g id="USERNAME">%1$s</xliff:g>"</string>
- <string name="label_username" msgid="7905168188814604370">"Имя пользователя:"</string>
- <string name="ongoing_conversation" msgid="9097832769731811986">"Разговоров: <xliff:g id="NUMBER">%1$d</xliff:g>"</string>
- <string name="contact_profile_title" msgid="5203284525412697232">"Сведения о контакте"</string>
- <string name="presence_available" msgid="1184051402868736726">"На месте"</string>
- <string name="add_contact_title" msgid="292217657045373736">"Добавить контакт"</string>
- <string name="input_contact_label" msgid="2583915568413164449">"Псевдоним человека, которого необходимо добавить:"</string>
- <string name="invite_label" msgid="907494221148096012">"Добавить приятеля"</string>
- <string-array name="smiley_names">
- <item msgid="811476776139578986">"Веселый"</item>
- <item msgid="2764363456492352853">"Грустный"</item>
- <item msgid="416624764294712159">"Подмигивает"</item>
- <item msgid="7152979870122929989">"Показывает язык"</item>
- <item msgid="5784780866600056743">"Удивление"</item>
- <item msgid="5454185003381226454">"Поцелуй"</item>
- <item msgid="1413668617851210441">"Кричит"</item>
- <item msgid="232246158381043538">"Крутой"</item>
- <item msgid="2440257511131202785">"Молчание – золото"</item>
- <item msgid="4571282940807190133">"В замешательстве"</item>
- <item msgid="3260099163589753993">"Смущение"</item>
- <item msgid="3042531792218744865">"Ангел"</item>
- <item msgid="5227319381647888452">"Нерешительный"</item>
- <item msgid="6952104030566994554">"Плачет"</item>
- <item msgid="9199616532683270084">"Не скажу"</item>
- <item msgid="4338502150254517147">"Смех"</item>
- <item msgid="1014703928300075245">"Озадаченный"</item>
- </string-array>
- <string-array name="smiley_texts">
- <item msgid="6682271134385564589">":-)"</item>
- <item msgid="5242689844155076377">":-("</item>
- <item msgid="521632995149320343">";-)"</item>
- <item msgid="3442897533435789796">":-P"</item>
- <item msgid="682698687423187022">"=-O"</item>
- <item msgid="1531701168660725626">":-*"</item>
- <item msgid="7958357467119008619">":O"</item>
- <item msgid="4638775565490840154">"B-)"</item>
- <item msgid="6225545209385623235">":-$"</item>
- <item msgid="5725425598368680891">":-!"</item>
- <item msgid="5365880622794795497">":-["</item>
- <item msgid="8260692119195572132">"O:-)"</item>
- <item msgid="6879285154649424413">":-\\"</item>
- <item msgid="554517875650930417">":\'("</item>
- <item msgid="8169228040168187510">":-X"</item>
- <item msgid="5444890977206638254">":-D"</item>
- <item msgid="8814856019116253585">"o_O"</item>
- </string-array>
-</resources>
diff --git a/samples/PluginDemo/res/values-sv/strings.xml b/samples/PluginDemo/res/values-sv/strings.xml
deleted file mode 100644
index 845ecf2..0000000
--- a/samples/PluginDemo/res/values-sv/strings.xml
+++ /dev/null
@@ -1,75 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright (C) 2009 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="menu_add_contact" msgid="1577617821180977339">"Lägg till kontakt"</string>
- <string name="menu_remove_contact" msgid="1438737309746209943">"Ta bort kontakt"</string>
- <string name="menu_block_contact" msgid="1418576909122458824">"Blockera"</string>
- <string name="menu_contact_list" msgid="7408048984312793527">"Kontaktlista"</string>
- <string name="menu_start_chat" msgid="1942461880426180926">"Skicka chattmeddelande"</string>
- <string name="menu_view_profile" msgid="4594617426877626560">"Kompisinfo"</string>
- <string name="menu_end_conversation" msgid="215067667186746690">"Avsluta konversation"</string>
- <string name="menu_switch_chats" msgid="4616221788780459133">"Byt chatt"</string>
- <string name="menu_insert_smiley" msgid="6880772056965363205">"Infoga uttryckssymboler"</string>
- <string name="sign_up" msgid="3944276728278864333">"Öppna ett nytt konto"</string>
- <string name="check_save_password" msgid="3554564072443242779">"Om din telefon blir stulen besöker du webbplatsen via datorn och ändrar lösenordet. Detta är för din egen säkerhet."</string>
- <string name="buddy_list_title" msgid="5837732412636822107">"Kontaktlista – <xliff:g id="USERNAME">%1$s</xliff:g>"</string>
- <string name="label_username" msgid="7905168188814604370">"Användarnamn:"</string>
- <string name="ongoing_conversation" msgid="9097832769731811986">"Konversationer (<xliff:g id="NUMBER">%1$d</xliff:g>)"</string>
- <string name="contact_profile_title" msgid="5203284525412697232">"Kontaktinfo"</string>
- <string name="presence_available" msgid="1184051402868736726">"Tillgänglig"</string>
- <string name="add_contact_title" msgid="292217657045373736">"Lägg till kontakt"</string>
- <string name="input_contact_label" msgid="2583915568413164449">"Signatur för den du vill lägga till:"</string>
- <string name="invite_label" msgid="907494221148096012">"Lägg till kompis"</string>
- <string-array name="smiley_names">
- <item msgid="811476776139578986">"Glad"</item>
- <item msgid="2764363456492352853">"Ledsen"</item>
- <item msgid="416624764294712159">"Blinkar"</item>
- <item msgid="7152979870122929989">"Lipar"</item>
- <item msgid="5784780866600056743">"Förvånad"</item>
- <item msgid="5454185003381226454">"Pussar"</item>
- <item msgid="1413668617851210441">"Skriker"</item>
- <item msgid="232246158381043538">"Cool"</item>
- <item msgid="2440257511131202785">"Dollarmun"</item>
- <item msgid="4571282940807190133">"Bortgjord"</item>
- <item msgid="3260099163589753993">"Generad"</item>
- <item msgid="3042531792218744865">"Ängel"</item>
- <item msgid="5227319381647888452">"Tveksam"</item>
- <item msgid="6952104030566994554">"Gråter"</item>
- <item msgid="9199616532683270084">"Hemlis"</item>
- <item msgid="4338502150254517147">"Skrattar"</item>
- <item msgid="1014703928300075245">"Förvirrad"</item>
- </string-array>
- <string-array name="smiley_texts">
- <item msgid="6682271134385564589">":-)"</item>
- <item msgid="5242689844155076377">":-("</item>
- <item msgid="521632995149320343">";-)"</item>
- <item msgid="3442897533435789796">":-P"</item>
- <item msgid="682698687423187022">"=-O"</item>
- <item msgid="1531701168660725626">":-*"</item>
- <item msgid="7958357467119008619">":O"</item>
- <item msgid="4638775565490840154">"B-)"</item>
- <item msgid="6225545209385623235">":-$"</item>
- <item msgid="5725425598368680891">":-!"</item>
- <item msgid="5365880622794795497">":-["</item>
- <item msgid="8260692119195572132">"O:-)"</item>
- <item msgid="6879285154649424413">":-\\"</item>
- <item msgid="554517875650930417">":\'("</item>
- <item msgid="8169228040168187510">":-X"</item>
- <item msgid="5444890977206638254">":-D"</item>
- <item msgid="8814856019116253585">"o_O"</item>
- </string-array>
-</resources>
diff --git a/samples/PluginDemo/res/values-tr/strings.xml b/samples/PluginDemo/res/values-tr/strings.xml
deleted file mode 100644
index e7813e6..0000000
--- a/samples/PluginDemo/res/values-tr/strings.xml
+++ /dev/null
@@ -1,75 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright (C) 2009 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="menu_add_contact" msgid="1577617821180977339">"Kişi Ekle"</string>
- <string name="menu_remove_contact" msgid="1438737309746209943">"Kişiyi Sil"</string>
- <string name="menu_block_contact" msgid="1418576909122458824">"Engelle"</string>
- <string name="menu_contact_list" msgid="7408048984312793527">"Kişi Listesi"</string>
- <string name="menu_start_chat" msgid="1942461880426180926">"IM Gönder"</string>
- <string name="menu_view_profile" msgid="4594617426877626560">"Arkadaş Bilgileri"</string>
- <string name="menu_end_conversation" msgid="215067667186746690">"İleti Dizisini Sonlandır"</string>
- <string name="menu_switch_chats" msgid="4616221788780459133">"Sohbetler Arasında Geçiş Yap"</string>
- <string name="menu_insert_smiley" msgid="6880772056965363205">"İfade Ekle"</string>
- <string name="sign_up" msgid="3944276728278864333">"Yeni hesap al"</string>
- <string name="check_save_password" msgid="3554564072443242779">"Telefonunuz kaybolur veya çalınırsa, güvenliğiniz için bilgisayarınızdan Web sitesine gidin ve şifrenizi değiştirin."</string>
- <string name="buddy_list_title" msgid="5837732412636822107">"Kişi Listesi - <xliff:g id="USERNAME">%1$s</xliff:g>"</string>
- <string name="label_username" msgid="7905168188814604370">"Kullanıcı adı:"</string>
- <string name="ongoing_conversation" msgid="9097832769731811986">"Konuşmalar (<xliff:g id="NUMBER">%1$d</xliff:g>)"</string>
- <string name="contact_profile_title" msgid="5203284525412697232">"Kişi Bilgileri"</string>
- <string name="presence_available" msgid="1184051402868736726">"Müsait"</string>
- <string name="add_contact_title" msgid="292217657045373736">"Kişi Ekle"</string>
- <string name="input_contact_label" msgid="2583915568413164449">"Eklemek istediğiniz kişinin ekran adı:"</string>
- <string name="invite_label" msgid="907494221148096012">"Arkadaş Ekle"</string>
- <string-array name="smiley_names">
- <item msgid="811476776139578986">"Mutlu"</item>
- <item msgid="2764363456492352853">"Üzgün"</item>
- <item msgid="416624764294712159">"Göz Kırpma"</item>
- <item msgid="7152979870122929989">"Dil çıkarmış"</item>
- <item msgid="5784780866600056743">"Şaşırmış"</item>
- <item msgid="5454185003381226454">"Öpücük"</item>
- <item msgid="1413668617851210441">"Bağırma"</item>
- <item msgid="232246158381043538">"Sakin"</item>
- <item msgid="2440257511131202785">"Para ağızlı"</item>
- <item msgid="4571282940807190133">"Ayak ağızda"</item>
- <item msgid="3260099163589753993">"Utanmış"</item>
- <item msgid="3042531792218744865">"Melek"</item>
- <item msgid="5227319381647888452">"Kararsız"</item>
- <item msgid="6952104030566994554">"Ağlama"</item>
- <item msgid="9199616532683270084">"Dudakları mühürlü"</item>
- <item msgid="4338502150254517147">"Gülme"</item>
- <item msgid="1014703928300075245">"Kafası karışmış"</item>
- </string-array>
- <string-array name="smiley_texts">
- <item msgid="6682271134385564589">":-)"</item>
- <item msgid="5242689844155076377">":-("</item>
- <item msgid="521632995149320343">";-)"</item>
- <item msgid="3442897533435789796">":-P"</item>
- <item msgid="682698687423187022">"=-O"</item>
- <item msgid="1531701168660725626">":-*"</item>
- <item msgid="7958357467119008619">":O"</item>
- <item msgid="4638775565490840154">"B-)"</item>
- <item msgid="6225545209385623235">":-$"</item>
- <item msgid="5725425598368680891">":-!"</item>
- <item msgid="5365880622794795497">":-["</item>
- <item msgid="8260692119195572132">"O:-)"</item>
- <item msgid="6879285154649424413">":-\\"</item>
- <item msgid="554517875650930417">":\'("</item>
- <item msgid="8169228040168187510">":-X"</item>
- <item msgid="5444890977206638254">":-D"</item>
- <item msgid="8814856019116253585">"o_O"</item>
- </string-array>
-</resources>
diff --git a/samples/PluginDemo/res/values-zh-rCN/strings.xml b/samples/PluginDemo/res/values-zh-rCN/strings.xml
deleted file mode 100644
index 839f405..0000000
--- a/samples/PluginDemo/res/values-zh-rCN/strings.xml
+++ /dev/null
@@ -1,75 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright (C) 2009 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="menu_add_contact" msgid="1577617821180977339">"添加联系人"</string>
- <string name="menu_remove_contact" msgid="1438737309746209943">"删除联系人"</string>
- <string name="menu_block_contact" msgid="1418576909122458824">"阻止"</string>
- <string name="menu_contact_list" msgid="7408048984312793527">"联系人列表"</string>
- <string name="menu_start_chat" msgid="1942461880426180926">"发送即时消息"</string>
- <string name="menu_view_profile" msgid="4594617426877626560">"好友信息"</string>
- <string name="menu_end_conversation" msgid="215067667186746690">"结束会话"</string>
- <string name="menu_switch_chats" msgid="4616221788780459133">"切换聊天"</string>
- <string name="menu_insert_smiley" msgid="6880772056965363205">"插入表情符"</string>
- <string name="sign_up" msgid="3944276728278864333">"获取新帐户"</string>
- <string name="check_save_password" msgid="3554564072443242779">"为了您的安全,如果您的手机遗失或被窃,请通过您的计算机访问网站并更改您的密码。"</string>
- <string name="buddy_list_title" msgid="5837732412636822107">"联系人列表 - <xliff:g id="USERNAME">%1$s</xliff:g>"</string>
- <string name="label_username" msgid="7905168188814604370">"用户名:"</string>
- <string name="ongoing_conversation" msgid="9097832769731811986">"会话 (<xliff:g id="NUMBER">%1$d</xliff:g>)"</string>
- <string name="contact_profile_title" msgid="5203284525412697232">"联系人信息"</string>
- <string name="presence_available" msgid="1184051402868736726">"有空"</string>
- <string name="add_contact_title" msgid="292217657045373736">"添加联系人"</string>
- <string name="input_contact_label" msgid="2583915568413164449">"您希望添加的联系人的用户名:"</string>
- <string name="invite_label" msgid="907494221148096012">"添加好友"</string>
- <string-array name="smiley_names">
- <item msgid="811476776139578986">"幸福"</item>
- <item msgid="2764363456492352853">"悲伤"</item>
- <item msgid="416624764294712159">"眨眼"</item>
- <item msgid="7152979870122929989">"吐舌头"</item>
- <item msgid="5784780866600056743">"惊讶"</item>
- <item msgid="5454185003381226454">"亲吻"</item>
- <item msgid="1413668617851210441">"大喊"</item>
- <item msgid="232246158381043538">"酷"</item>
- <item msgid="2440257511131202785">"财迷"</item>
- <item msgid="4571282940807190133">"说错了话"</item>
- <item msgid="3260099163589753993">"尴尬"</item>
- <item msgid="3042531792218744865">"天使"</item>
- <item msgid="5227319381647888452">"犹豫"</item>
- <item msgid="6952104030566994554">"哭泣"</item>
- <item msgid="9199616532683270084">"保密"</item>
- <item msgid="4338502150254517147">"大笑"</item>
- <item msgid="1014703928300075245">"困惑"</item>
- </string-array>
- <string-array name="smiley_texts">
- <item msgid="6682271134385564589">":-)"</item>
- <item msgid="5242689844155076377">":-("</item>
- <item msgid="521632995149320343">";-)"</item>
- <item msgid="3442897533435789796">":-P"</item>
- <item msgid="682698687423187022">"=-O"</item>
- <item msgid="1531701168660725626">":-*"</item>
- <item msgid="7958357467119008619">":O"</item>
- <item msgid="4638775565490840154">"B-)"</item>
- <item msgid="6225545209385623235">":-$"</item>
- <item msgid="5725425598368680891">":-!"</item>
- <item msgid="5365880622794795497">":-["</item>
- <item msgid="8260692119195572132">"O:-)"</item>
- <item msgid="6879285154649424413">":-\\"</item>
- <item msgid="554517875650930417">":\'("</item>
- <item msgid="8169228040168187510">":-X"</item>
- <item msgid="5444890977206638254">":-D"</item>
- <item msgid="8814856019116253585">"o_O"</item>
- </string-array>
-</resources>
diff --git a/samples/PluginDemo/res/values-zh-rTW/strings.xml b/samples/PluginDemo/res/values-zh-rTW/strings.xml
deleted file mode 100644
index 4412f7a..0000000
--- a/samples/PluginDemo/res/values-zh-rTW/strings.xml
+++ /dev/null
@@ -1,75 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright (C) 2009 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="menu_add_contact" msgid="1577617821180977339">"新增聯絡人"</string>
- <string name="menu_remove_contact" msgid="1438737309746209943">"刪除聯絡人"</string>
- <string name="menu_block_contact" msgid="1418576909122458824">"封鎖"</string>
- <string name="menu_contact_list" msgid="7408048984312793527">"聯絡人清單"</string>
- <string name="menu_start_chat" msgid="1942461880426180926">"傳送即時訊息"</string>
- <string name="menu_view_profile" msgid="4594617426877626560">"好友資訊"</string>
- <string name="menu_end_conversation" msgid="215067667186746690">"結束會話"</string>
- <string name="menu_switch_chats" msgid="4616221788780459133">"切換即時通訊"</string>
- <string name="menu_insert_smiley" msgid="6880772056965363205">"插入表情符號"</string>
- <string name="sign_up" msgid="3944276728278864333">"取得新帳戶"</string>
- <string name="check_save_password" msgid="3554564072443242779">"為了安全起見,如果電話遺失或遭竊,請使用電腦前往該網站並變更密碼。"</string>
- <string name="buddy_list_title" msgid="5837732412636822107">"聯絡人清單 - <xliff:g id="USERNAME">%1$s</xliff:g>"</string>
- <string name="label_username" msgid="7905168188814604370">"使用者名稱:"</string>
- <string name="ongoing_conversation" msgid="9097832769731811986">"會話 (<xliff:g id="NUMBER">%1$d</xliff:g>)"</string>
- <string name="contact_profile_title" msgid="5203284525412697232">"聯絡人資訊"</string>
- <string name="presence_available" msgid="1184051402868736726">"可用"</string>
- <string name="add_contact_title" msgid="292217657045373736">"新增聯絡人"</string>
- <string name="input_contact_label" msgid="2583915568413164449">"要新增之聯絡人在畫面上的名稱:"</string>
- <string name="invite_label" msgid="907494221148096012">"新增好友"</string>
- <string-array name="smiley_names">
- <item msgid="811476776139578986">"開心"</item>
- <item msgid="2764363456492352853">"傷心"</item>
- <item msgid="416624764294712159">"眨眼"</item>
- <item msgid="7152979870122929989">"吐舌頭"</item>
- <item msgid="5784780866600056743">"驚訝"</item>
- <item msgid="5454185003381226454">"紅唇"</item>
- <item msgid="1413668617851210441">"大喊"</item>
- <item msgid="232246158381043538">"酷"</item>
- <item msgid="2440257511131202785">"滿嘴錢"</item>
- <item msgid="4571282940807190133">"說錯話"</item>
- <item msgid="3260099163589753993">"害羞"</item>
- <item msgid="3042531792218744865">"天使"</item>
- <item msgid="5227319381647888452">"還沒決定"</item>
- <item msgid="6952104030566994554">"嚎啕大哭"</item>
- <item msgid="9199616532683270084">"不要告訴別人"</item>
- <item msgid="4338502150254517147">"開懷大笑"</item>
- <item msgid="1014703928300075245">"疑惑"</item>
- </string-array>
- <string-array name="smiley_texts">
- <item msgid="6682271134385564589">":-)"</item>
- <item msgid="5242689844155076377">":-("</item>
- <item msgid="521632995149320343">";-)"</item>
- <item msgid="3442897533435789796">":-P"</item>
- <item msgid="682698687423187022">"=-O"</item>
- <item msgid="1531701168660725626">":-*"</item>
- <item msgid="7958357467119008619">":O"</item>
- <item msgid="4638775565490840154">"B-)"</item>
- <item msgid="6225545209385623235">":-$"</item>
- <item msgid="5725425598368680891">":-!"</item>
- <item msgid="5365880622794795497">":-["</item>
- <item msgid="8260692119195572132">"O:-)"</item>
- <item msgid="6879285154649424413">":-\\"</item>
- <item msgid="554517875650930417">":\'("</item>
- <item msgid="8169228040168187510">":-X"</item>
- <item msgid="5444890977206638254">":-D"</item>
- <item msgid="8814856019116253585">"o_O"</item>
- </string-array>
-</resources>
diff --git a/samples/PluginDemo/res/values/strings.xml b/samples/PluginDemo/res/values/strings.xml
deleted file mode 100644
index 7afa4ab..0000000
--- a/samples/PluginDemo/res/values/strings.xml
+++ /dev/null
@@ -1,80 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-/*
- * Copyright (C) 2008 Esmertec Inc.
- * Copyright (C) 2008 The Android Open Source Project
-
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
--->
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="menu_add_contact">Add Contact</string>
- <string name="menu_remove_contact">Delete Contact</string>
- <string name="menu_block_contact">Block</string>
- <string name="menu_contact_list">Contact List</string>
- <string name="menu_start_chat">Send IM</string>
- <string name="menu_view_profile">Buddy Info</string>
- <string name="menu_end_conversation">End Conversation</string>
- <string name="menu_switch_chats">Switch Chats</string>
- <string name="menu_insert_smiley">Insert Emoticons</string>
- <string name="sign_up">Get a new account</string>
- <string name="check_save_password">For your security, if your phone is lost or stolen, go to the Web site on your computer and change your password.</string>
- <string name="buddy_list_title">Contact List - <xliff:g id="username">%1$s</xliff:g></string>
- <string name="label_username">Username:</string>
- <string name="ongoing_conversation">Conversations (<xliff:g id="number">%1$d</xliff:g>)</string>
- <string name="contact_profile_title">Contact Info</string>
- <string name="presence_available">Available</string>
- <string name="add_contact_title">Add Contact</string>
- <string name="input_contact_label">Screen name of person you wish to add:</string>
- <string name="invite_label">Add Buddy</string>
-
- <string-array name="smiley_names">
- <item>Happy</item>
- <item>Sad</item>
- <item>Winking</item>
- <item>Tongue sticking out</item>
- <item>Surprised</item>
- <item>Kissing</item>
- <item>Yelling</item>
- <item>Cool</item>
- <item>Money mouth</item>
- <item>Foot in mouth</item>
- <item>Embarrassed</item>
- <item>Angel</item>
- <item>Undecided</item>
- <item>Crying</item>
- <item>Lips are sealed</item>
- <item>Laughing</item>
- <item>Confused</item>
- </string-array>
-
- <string-array name="smiley_texts">
- <item>:-)</item>
- <item>:-(</item>
- <item>;-)</item>
- <item>:-P</item>
- <item>=-O</item>
- <item>:-*</item>
- <item>:O</item>
- <item>B-)</item>
- <item>:-$</item>
- <item>:-!</item>
- <item>:-[</item>
- <item>O:-)</item>
- <item>:-\\</item>
- <item>:\'(</item>
- <item>:-X</item>
- <item>:-D</item>
- <item>o_O</item>
- </string-array>
-</resources>
diff --git a/samples/PluginDemo/src/com/android/im/plugin/demo/DemoImPlugin.java b/samples/PluginDemo/src/com/android/im/plugin/demo/DemoImPlugin.java
index eb7d0c9..5fe6cc0 100644
--- a/samples/PluginDemo/src/com/android/im/plugin/demo/DemoImPlugin.java
+++ b/samples/PluginDemo/src/com/android/im/plugin/demo/DemoImPlugin.java
@@ -17,7 +17,7 @@
package com.android.im.plugin.demo;
import com.android.im.plugin.BrandingResourceIDs;
-import com.android.im.plugin.IImPlugin;
+import com.android.im.plugin.ImPlugin;
import com.android.im.plugin.ImConfigNames;
import com.android.im.plugin.ImpsConfigNames;
@@ -33,110 +33,105 @@ import java.util.Map;
* Simple example of writing a plug-in for the IM application.
*
*/
-public class DemoImPlugin extends Service {
+public class DemoImPlugin extends Service implements ImPlugin {
@Override
public IBinder onBind(Intent intent) {
- return mBinder;
+ return null;
}
- /**
- * The implementation of IImPlugin defined through AIDL.
- */
- private IBinder mBinder = new IImPlugin.Stub() {
- public Map getProviderConfig() {
- HashMap<String, String> config = new HashMap<String, String>();
- // The protocol name MUST be IMPS now.
- config.put(ImConfigNames.PROTOCOL_NAME, "IMPS");
- config.put(ImpsConfigNames.HOST, "http://xxx.xxxx.xxx");
- config.put(ImpsConfigNames.CLIENT_ID, "Jimmy");
- config.put(ImpsConfigNames.DATA_CHANNEL, "HTTP");
- config.put(ImpsConfigNames.DATA_ENCODING, "WBXML");
- config.put(ImpsConfigNames.CIR_CHANNEL, "STCP");
- config.put(ImpsConfigNames.CUSTOM_PRESENCE_MAPPING,
- "com.android.im.plugin.demo.DemoPresenceMapping");
- return config;
- }
+ public Map getProviderConfig() {
+ HashMap<String, String> config = new HashMap<String, String>();
+ // The protocol name MUST be IMPS now.
+ config.put(ImConfigNames.PROTOCOL_NAME, "IMPS");
+ config.put(ImpsConfigNames.HOST, "http://xxx.xxxx.xxx");
+ config.put(ImpsConfigNames.CLIENT_ID, "Jimmy");
+ config.put(ImpsConfigNames.DATA_CHANNEL, "HTTP");
+ config.put(ImpsConfigNames.DATA_ENCODING, "WBXML");
+ config.put(ImpsConfigNames.CIR_CHANNEL, "STCP");
+ config.put(ImpsConfigNames.CUSTOM_PRESENCE_MAPPING,
+ "com.android.im.plugin.demo.DemoPresenceMapping");
+ return config;
+ }
- public Map getResourceMap() throws RemoteException {
- HashMap<Integer, Integer> resMapping = new HashMap<Integer, Integer>();
- resMapping.put(BrandingResourceIDs.DRAWABLE_LOGO, R.drawable.im_logo);
- resMapping.put(BrandingResourceIDs.DRAWABLE_PRESENCE_ONLINE,
- android.R.drawable.presence_online);
- resMapping.put(BrandingResourceIDs.DRAWABLE_PRESENCE_AWAY,
- android.R.drawable.presence_away);
- resMapping.put(BrandingResourceIDs.DRAWABLE_PRESENCE_BUSY,
- android.R.drawable.presence_busy);
- resMapping.put(BrandingResourceIDs.DRAWABLE_PRESENCE_INVISIBLE,
- android.R.drawable.presence_invisible);
- resMapping.put(BrandingResourceIDs.DRAWABLE_PRESENCE_OFFLINE,
- android.R.drawable.presence_offline);
- resMapping.put(BrandingResourceIDs.DRAWABLE_SPLASH_SCREEN,
- R.drawable.im_logo_splashscr);
- resMapping.put(BrandingResourceIDs.DRAWABLE_READ_CHAT,
- R.drawable.chat);
- resMapping.put(BrandingResourceIDs.DRAWABLE_UNREAD_CHAT,
- R.drawable.chat_new);
+ public Map getResourceMap() {
+ HashMap<Integer, Integer> resMapping = new HashMap<Integer, Integer>();
+/* resMapping.put(BrandingResourceIDs.DRAWABLE_LOGO, R.drawable.im_logo);
+ resMapping.put(BrandingResourceIDs.DRAWABLE_PRESENCE_ONLINE,
+ android.R.drawable.presence_online);
+ resMapping.put(BrandingResourceIDs.DRAWABLE_PRESENCE_AWAY,
+ android.R.drawable.presence_away);
+ resMapping.put(BrandingResourceIDs.DRAWABLE_PRESENCE_BUSY,
+ android.R.drawable.presence_busy);
+ resMapping.put(BrandingResourceIDs.DRAWABLE_PRESENCE_INVISIBLE,
+ android.R.drawable.presence_invisible);
+ resMapping.put(BrandingResourceIDs.DRAWABLE_PRESENCE_OFFLINE,
+ android.R.drawable.presence_offline);
+ resMapping.put(BrandingResourceIDs.DRAWABLE_SPLASH_SCREEN,
+ R.drawable.im_logo_splashscr);
+ resMapping.put(BrandingResourceIDs.DRAWABLE_READ_CHAT,
+ R.drawable.chat);
+ resMapping.put(BrandingResourceIDs.DRAWABLE_UNREAD_CHAT,
+ R.drawable.chat_new);
- resMapping.put(BrandingResourceIDs.STRING_BUDDY_LIST_TITLE,
- R.string.buddy_list_title);
- resMapping.put(BrandingResourceIDs.STRING_ARRAY_SMILEY_NAMES,
- R.array.smiley_names);
- resMapping.put(BrandingResourceIDs.STRING_ARRAY_SMILEY_TEXTS,
- R.array.smiley_texts);
- resMapping.put(BrandingResourceIDs.STRING_PRESENCE_AVAILABLE,
- R.string.presence_available);
+ resMapping.put(BrandingResourceIDs.STRING_BUDDY_LIST_TITLE,
+ R.string.buddy_list_title);
+ resMapping.put(BrandingResourceIDs.STRING_ARRAY_SMILEY_NAMES,
+ R.array.smiley_names);
+ resMapping.put(BrandingResourceIDs.STRING_ARRAY_SMILEY_TEXTS,
+ R.array.smiley_texts);
+ resMapping.put(BrandingResourceIDs.STRING_PRESENCE_AVAILABLE,
+ R.string.presence_available);
- resMapping.put(BrandingResourceIDs.STRING_LABEL_USERNAME,
- R.string.label_username);
- resMapping.put(BrandingResourceIDs.STRING_ONGOING_CONVERSATION,
- R.string.ongoing_conversation);
- resMapping.put(BrandingResourceIDs.STRING_ADD_CONTACT_TITLE,
- R.string.add_contact_title);
- resMapping.put(BrandingResourceIDs.STRING_LABEL_INPUT_CONTACT,
- R.string.input_contact_label);
- resMapping.put(BrandingResourceIDs.STRING_BUTTON_ADD_CONTACT,
- R.string.invite_label);
- resMapping.put(BrandingResourceIDs.STRING_CONTACT_INFO_TITLE,
- R.string.contact_profile_title);
+ resMapping.put(BrandingResourceIDs.STRING_LABEL_USERNAME,
+ R.string.label_username);
+ resMapping.put(BrandingResourceIDs.STRING_ONGOING_CONVERSATION,
+ R.string.ongoing_conversation);
+ resMapping.put(BrandingResourceIDs.STRING_ADD_CONTACT_TITLE,
+ R.string.add_contact_title);
+ resMapping.put(BrandingResourceIDs.STRING_LABEL_INPUT_CONTACT,
+ R.string.input_contact_label);
+ resMapping.put(BrandingResourceIDs.STRING_BUTTON_ADD_CONTACT,
+ R.string.invite_label);
+ resMapping.put(BrandingResourceIDs.STRING_CONTACT_INFO_TITLE,
+ R.string.contact_profile_title);
- resMapping.put(BrandingResourceIDs.STRING_MENU_ADD_CONTACT,
- R.string.menu_add_contact);
- resMapping.put(BrandingResourceIDs.STRING_MENU_BLOCK_CONTACT,
- R.string.menu_block_contact);
- resMapping.put(BrandingResourceIDs.STRING_MENU_CONTACT_LIST,
- R.string.menu_contact_list);
- resMapping.put(BrandingResourceIDs.STRING_MENU_DELETE_CONTACT,
- R.string.menu_remove_contact);
- resMapping.put(BrandingResourceIDs.STRING_MENU_END_CHAT,
- R.string.menu_end_conversation);
- resMapping.put(BrandingResourceIDs.STRING_MENU_INSERT_SMILEY,
- R.string.menu_insert_smiley);
- resMapping.put(BrandingResourceIDs.STRING_MENU_START_CHAT,
- R.string.menu_start_chat);
- resMapping.put(BrandingResourceIDs.STRING_MENU_VIEW_PROFILE,
- R.string.menu_view_profile);
- resMapping.put(BrandingResourceIDs.STRING_MENU_SWITCH_CHATS,
- R.string.menu_switch_chats);
+ resMapping.put(BrandingResourceIDs.STRING_MENU_ADD_CONTACT,
+ R.string.menu_add_contact);
+ resMapping.put(BrandingResourceIDs.STRING_MENU_BLOCK_CONTACT,
+ R.string.menu_block_contact);
+ resMapping.put(BrandingResourceIDs.STRING_MENU_CONTACT_LIST,
+ R.string.menu_contact_list);
+ resMapping.put(BrandingResourceIDs.STRING_MENU_DELETE_CONTACT,
+ R.string.menu_remove_contact);
+ resMapping.put(BrandingResourceIDs.STRING_MENU_END_CHAT,
+ R.string.menu_end_conversation);
+ resMapping.put(BrandingResourceIDs.STRING_MENU_INSERT_SMILEY,
+ R.string.menu_insert_smiley);
+ resMapping.put(BrandingResourceIDs.STRING_MENU_START_CHAT,
+ R.string.menu_start_chat);
+ resMapping.put(BrandingResourceIDs.STRING_MENU_VIEW_PROFILE,
+ R.string.menu_view_profile);
+ resMapping.put(BrandingResourceIDs.STRING_MENU_SWITCH_CHATS,
+ R.string.menu_switch_chats);
- resMapping.put(BrandingResourceIDs.STRING_TOAST_CHECK_SAVE_PASSWORD,
- R.string.check_save_password);
- resMapping.put(BrandingResourceIDs.STRING_LABEL_SIGN_UP,
- R.string.sign_up);
- return resMapping;
- }
+ resMapping.put(BrandingResourceIDs.STRING_TOAST_CHECK_SAVE_PASSWORD,
+ R.string.check_save_password);
+ resMapping.put(BrandingResourceIDs.STRING_LABEL_SIGN_UP,
+ R.string.sign_up);*/
+ return resMapping;
+ }
- public int[] getSmileyIconIds() throws RemoteException {
- return SMILEY_RES_IDS;
- }
- };
+ public int[] getSmileyIconIds() {
+ return SMILEY_RES_IDS;
+ }
/**
* An array of the smiley icon IDs. Note that the sequence of the array MUST
* match the smiley texts and smiley names defined in strings.xml.
*/
static final int[] SMILEY_RES_IDS = {
- R.drawable.emo_im_happy,
+/* R.drawable.emo_im_happy,
R.drawable.emo_im_sad,
R.drawable.emo_im_winking,
R.drawable.emo_im_tongue_sticking_out,
@@ -152,7 +147,7 @@ public class DemoImPlugin extends Service {
R.drawable.emo_im_crying,
R.drawable.emo_im_lips_are_sealed,
R.drawable.emo_im_laughing,
- R.drawable.emo_im_wtf
+ R.drawable.emo_im_wtf */
};
}
diff --git a/samples/PluginDemo/src/com/android/im/plugin/demo/DemoPresenceMapping.java b/samples/PluginDemo/src/com/android/im/plugin/demo/DemoPresenceMapping.java
index e8acb88..fc32984 100644
--- a/samples/PluginDemo/src/com/android/im/plugin/demo/DemoPresenceMapping.java
+++ b/samples/PluginDemo/src/com/android/im/plugin/demo/DemoPresenceMapping.java
@@ -17,7 +17,7 @@
package com.android.im.plugin.demo;
import com.android.im.plugin.ImPluginConstants;
-import com.android.im.plugin.IPresenceMapping;
+import com.android.im.plugin.PresenceMapping;
import java.util.Map;
@@ -25,7 +25,7 @@ import java.util.Map;
* A simple implementation of PresenceMaping for the provider.
*
*/
-public class DemoPresenceMapping extends IPresenceMapping.Stub {
+public class DemoPresenceMapping implements PresenceMapping {
public int[] getSupportedPresenceStatus() {
return new int[] {