From 2a9b08301239f0709cbe338122d7bde6c2768d0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Thu, 4 Sep 2014 21:12:25 +0200 Subject: Safeslinger: icon, about info --- .../res/drawable-hdpi/ic_action_safeslinger.png | Bin 0 -> 2616 bytes .../res/drawable-mdpi/ic_action_safeslinger.png | Bin 0 -> 1457 bytes .../res/drawable-xhdpi/ic_action_safeslinger.png | Bin 0 -> 4012 bytes .../res/drawable-xxhdpi/ic_action_safeslinger.png | Bin 0 -> 6626 bytes .../main/res/layout/view_key_share_fragment.xml | 2 +- OpenKeychain/src/main/res/raw/help_about.html | 2 + Resources/graphics/ic_action_safeslinger.svg | 495 +++++++++++++++++++++ Resources/graphics/update-drawables.sh | 2 +- 8 files changed, 499 insertions(+), 2 deletions(-) create mode 100644 OpenKeychain/src/main/res/drawable-hdpi/ic_action_safeslinger.png create mode 100644 OpenKeychain/src/main/res/drawable-mdpi/ic_action_safeslinger.png create mode 100644 OpenKeychain/src/main/res/drawable-xhdpi/ic_action_safeslinger.png create mode 100644 OpenKeychain/src/main/res/drawable-xxhdpi/ic_action_safeslinger.png create mode 100644 Resources/graphics/ic_action_safeslinger.svg diff --git a/OpenKeychain/src/main/res/drawable-hdpi/ic_action_safeslinger.png b/OpenKeychain/src/main/res/drawable-hdpi/ic_action_safeslinger.png new file mode 100644 index 000000000..6ff9bb7b4 Binary files /dev/null and b/OpenKeychain/src/main/res/drawable-hdpi/ic_action_safeslinger.png differ diff --git a/OpenKeychain/src/main/res/drawable-mdpi/ic_action_safeslinger.png b/OpenKeychain/src/main/res/drawable-mdpi/ic_action_safeslinger.png new file mode 100644 index 000000000..bfea67f33 Binary files /dev/null and b/OpenKeychain/src/main/res/drawable-mdpi/ic_action_safeslinger.png differ diff --git a/OpenKeychain/src/main/res/drawable-xhdpi/ic_action_safeslinger.png b/OpenKeychain/src/main/res/drawable-xhdpi/ic_action_safeslinger.png new file mode 100644 index 000000000..864a18d1a Binary files /dev/null and b/OpenKeychain/src/main/res/drawable-xhdpi/ic_action_safeslinger.png differ diff --git a/OpenKeychain/src/main/res/drawable-xxhdpi/ic_action_safeslinger.png b/OpenKeychain/src/main/res/drawable-xxhdpi/ic_action_safeslinger.png new file mode 100644 index 000000000..02efa1d24 Binary files /dev/null and b/OpenKeychain/src/main/res/drawable-xxhdpi/ic_action_safeslinger.png differ diff --git a/OpenKeychain/src/main/res/layout/view_key_share_fragment.xml b/OpenKeychain/src/main/res/layout/view_key_share_fragment.xml index 29a6fc5b1..e02ba83c3 100644 --- a/OpenKeychain/src/main/res/layout/view_key_share_fragment.xml +++ b/OpenKeychain/src/main/res/layout/view_key_share_fragment.xml @@ -135,7 +135,7 @@ android:layout_width="wrap_content" android:layout_height="match_parent" android:padding="8dp" - android:src="@drawable/ic_action_secure" + android:src="@drawable/ic_action_safeslinger" android:layout_gravity="center_vertical" style="@style/SelectableItem" /> diff --git a/OpenKeychain/src/main/res/raw/help_about.html b/OpenKeychain/src/main/res/raw/help_about.html index 580ac5865..1933a9225 100644 --- a/OpenKeychain/src/main/res/raw/help_about.html +++ b/OpenKeychain/src/main/res/raw/help_about.html @@ -26,6 +26,7 @@ And don't add newlines before or after p tags because of transifex -->
  • Nikhil Peter Raj
  • Paul Sarbinowski
  • 'Senecaso'
  • +
  • Signe RĂ¼sch
  • Sreeram Boyapati
  • Thialfihar (APG 1.x)
  • Tim Bray
  • @@ -44,6 +45,7 @@ And don't add newlines before or after p tags because of transifex -->
  • ZXing (Apache License v2)
  • SpongyCastle (MIT X11 License)
  • HtmlTextView (Apache License v2)
  • +
  • SafeSlinger Exchange library (MIT License)
  • diff --git a/Resources/graphics/ic_action_safeslinger.svg b/Resources/graphics/ic_action_safeslinger.svg new file mode 100644 index 000000000..1575846db --- /dev/null +++ b/Resources/graphics/ic_action_safeslinger.svg @@ -0,0 +1,495 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + * + + + diff --git a/Resources/graphics/update-drawables.sh b/Resources/graphics/update-drawables.sh index ae77d313a..4b6a0a03b 100755 --- a/Resources/graphics/update-drawables.sh +++ b/Resources/graphics/update-drawables.sh @@ -37,7 +37,7 @@ inkscape -w 512 -h 512 -e "$PLAY_DIR/$NAME.png" $NAME.svg # xhdpi: 64x64 # xxhdpi: 96x96 -for NAME in "ic_action_nfc" "ic_action_qr_code" +for NAME in "ic_action_nfc" "ic_action_qr_code" "ic_action_safeslinger" do echo $NAME inkscape -w 32 -h 32 -e "$MDPI_DIR/$NAME.png" $NAME.svg -- cgit v1.2.3