diff options
| author | Bananeweizen <Bananeweizen@gmx.de> | 2013-12-29 17:51:00 +0100 |
|---|---|---|
| committer | Bananeweizen <Bananeweizen@gmx.de> | 2013-12-29 17:51:00 +0100 |
| commit | cc76329e0db37ffa9b90472d1595b7876c9804b5 (patch) | |
| tree | 074c77c571e9ab2d4c4f221104f3eede21d53d9c /cgeo-contacts/res | |
| parent | 6c2d17c455245cc4f9dbdd76262a0da09dafcad5 (diff) | |
| download | cgeo-cc76329e0db37ffa9b90472d1595b7876c9804b5.zip cgeo-cc76329e0db37ffa9b90472d1595b7876c9804b5.tar.gz cgeo-cc76329e0db37ffa9b90472d1595b7876c9804b5.tar.bz2 | |
new: contacts addon
* If you want to use this, add _nickname_ or _alias_ fields to your
contacts in the standard contact app. Afterwards you can open the
contact card directly from a log entry.
Diffstat (limited to 'cgeo-contacts/res')
| -rw-r--r-- | cgeo-contacts/res/drawable-hdpi/cgeo.png | bin | 0 -> 6941 bytes | |||
| -rw-r--r-- | cgeo-contacts/res/drawable-ldpi/cgeo.png | bin | 0 -> 3018 bytes | |||
| -rw-r--r-- | cgeo-contacts/res/drawable-mdpi/cgeo.png | bin | 0 -> 4942 bytes | |||
| -rw-r--r-- | cgeo-contacts/res/drawable-xhdpi/cgeo.png | bin | 0 -> 10795 bytes | |||
| -rw-r--r-- | cgeo-contacts/res/values/strings.xml | 7 |
5 files changed, 7 insertions, 0 deletions
diff --git a/cgeo-contacts/res/drawable-hdpi/cgeo.png b/cgeo-contacts/res/drawable-hdpi/cgeo.png Binary files differnew file mode 100644 index 0000000..6ac8672 --- /dev/null +++ b/cgeo-contacts/res/drawable-hdpi/cgeo.png diff --git a/cgeo-contacts/res/drawable-ldpi/cgeo.png b/cgeo-contacts/res/drawable-ldpi/cgeo.png Binary files differnew file mode 100644 index 0000000..3dbbd0a --- /dev/null +++ b/cgeo-contacts/res/drawable-ldpi/cgeo.png diff --git a/cgeo-contacts/res/drawable-mdpi/cgeo.png b/cgeo-contacts/res/drawable-mdpi/cgeo.png Binary files differnew file mode 100644 index 0000000..126feb3 --- /dev/null +++ b/cgeo-contacts/res/drawable-mdpi/cgeo.png diff --git a/cgeo-contacts/res/drawable-xhdpi/cgeo.png b/cgeo-contacts/res/drawable-xhdpi/cgeo.png Binary files differnew file mode 100644 index 0000000..cea22bc --- /dev/null +++ b/cgeo-contacts/res/drawable-xhdpi/cgeo.png diff --git a/cgeo-contacts/res/values/strings.xml b/cgeo-contacts/res/values/strings.xml new file mode 100644 index 0000000..d2ca7fb --- /dev/null +++ b/cgeo-contacts/res/values/strings.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + + <string name="app_name">c:geo - contacts (add-on)</string> + <string name="contact_not_found">Contact with alias/nickname %s not found. Add it in your contacts app first.</string> + +</resources>
\ No newline at end of file |
