From 538be96e61f5b6c2c39b02ed2f1550a1a6a9a2c9 Mon Sep 17 00:00:00 2001 From: Vincent Breitmoser Date: Sun, 15 Mar 2015 21:41:04 +0100 Subject: work on certification ui --- .../drawables/status_signature_verified_inner.svg | 77 ++++++++++++++++++++++ Graphics/update-drawables.sh | 6 +- 2 files changed, 80 insertions(+), 3 deletions(-) create mode 100644 Graphics/drawables/status_signature_verified_inner.svg (limited to 'Graphics') diff --git a/Graphics/drawables/status_signature_verified_inner.svg b/Graphics/drawables/status_signature_verified_inner.svg new file mode 100644 index 000000000..554df0643 --- /dev/null +++ b/Graphics/drawables/status_signature_verified_inner.svg @@ -0,0 +1,77 @@ + + + + + + image/svg+xml + + signature-verified-cutout + + + + + + signature-verified-cutout + Created with Sketch. + + + + + + + diff --git a/Graphics/update-drawables.sh b/Graphics/update-drawables.sh index 8da894725..a2da5bbfc 100755 --- a/Graphics/update-drawables.sh +++ b/Graphics/update-drawables.sh @@ -22,7 +22,7 @@ SRC_DIR=./drawables/ #inkscape -w 512 -h 512 -e "$PLAY_DIR/$NAME.png" $NAME.svg -for NAME in "ic_cloud_search" "ic_action_encrypt_file" "ic_action_encrypt_text" "ic_action_verified_cutout" "ic_action_encrypt_copy" "ic_action_encrypt_save" "ic_action_encrypt_share" "status_lock_closed" "status_lock_error" "status_lock_open" "status_signature_expired_cutout" "status_signature_invalid_cutout" "status_signature_revoked_cutout" "status_signature_unknown_cutout" "status_signature_unverified_cutout" "status_signature_verified_cutout" "key_flag_authenticate" "key_flag_certify" "key_flag_encrypt" "key_flag_sign" +for NAME in "ic_cloud_search" "ic_action_encrypt_file" "ic_action_encrypt_text" "ic_action_verified_cutout" "ic_action_encrypt_copy" "ic_action_encrypt_save" "ic_action_encrypt_share" "status_lock_closed" "status_lock_error" "status_lock_open" "status_signature_expired_cutout" "status_signature_invalid_cutout" "status_signature_revoked_cutout" "status_signature_unknown_cutout" "status_signature_unverified_cutout" "status_signature_verified_cutout" "key_flag_authenticate" "key_flag_certify" "key_flag_encrypt" "key_flag_sign" "status_signature_verified_inner" do echo $NAME inkscape -w 24 -h 24 -e "$MDPI_DIR/${NAME}_24dp.png" "$SRC_DIR/$NAME.svg" @@ -32,7 +32,7 @@ inkscape -w 72 -h 72 -e "$XXDPI_DIR/${NAME}_24dp.png" "$SRC_DIR/$NAME.svg" inkscape -w 96 -h 96 -e "$XXXDPI_DIR/${NAME}_24dp.png" "$SRC_DIR/$NAME.svg" done -for NAME in "status_signature_expired_cutout" "status_signature_invalid_cutout" "status_signature_revoked_cutout" "status_signature_unknown_cutout" "status_signature_unverified_cutout" "status_signature_verified_cutout" +for NAME in "status_signature_expired_cutout" "status_signature_invalid_cutout" "status_signature_revoked_cutout" "status_signature_unknown_cutout" "status_signature_unverified_cutout" "status_signature_verified_cutout" "status_signature_verified_inner" do echo $NAME inkscape -w 96 -h 96 -e "$MDPI_DIR/${NAME}_96dp.png" "$SRC_DIR/$NAME.svg" @@ -60,4 +60,4 @@ for NAME in "first_time_1" do echo $NAME inkscape -w 512 -h 512 -e "$DRAWABLE_DIR/$NAME.png" "$SRC_DIR/$NAME.svg" -done \ No newline at end of file +done -- cgit v1.2.3 From aa6d0dd86773eda7d0a5a6855b40c2e1f95e2b45 Mon Sep 17 00:00:00 2001 From: Vincent Breitmoser Date: Thu, 26 Mar 2015 13:53:43 +0100 Subject: some linked id ui fine tuning --- Graphics/drawables/linked_dns.svg | 608 ++++++++++++++++++++++++++++++++++ Graphics/drawables/linked_github.svg | 6 + Graphics/drawables/linked_https.svg | 298 +++++++++++++++++ Graphics/drawables/linked_twitter.svg | 54 +++ Graphics/update-drawables.sh | 2 +- 5 files changed, 967 insertions(+), 1 deletion(-) create mode 100644 Graphics/drawables/linked_dns.svg create mode 100644 Graphics/drawables/linked_github.svg create mode 100644 Graphics/drawables/linked_https.svg create mode 100644 Graphics/drawables/linked_twitter.svg (limited to 'Graphics') diff --git a/Graphics/drawables/linked_dns.svg b/Graphics/drawables/linked_dns.svg new file mode 100644 index 000000000..743334793 --- /dev/null +++ b/Graphics/drawables/linked_dns.svg @@ -0,0 +1,608 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Graphics/drawables/linked_github.svg b/Graphics/drawables/linked_github.svg new file mode 100644 index 000000000..e107a97cf --- /dev/null +++ b/Graphics/drawables/linked_github.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/Graphics/drawables/linked_https.svg b/Graphics/drawables/linked_https.svg new file mode 100644 index 000000000..10cdd9728 --- /dev/null +++ b/Graphics/drawables/linked_https.svg @@ -0,0 +1,298 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + Jakub Steiner + + + http://jimmac.musichall.cz + + Read Only Emblem + + + emblem + read-only + nowrite + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Graphics/drawables/linked_twitter.svg b/Graphics/drawables/linked_twitter.svg new file mode 100644 index 000000000..af980c761 --- /dev/null +++ b/Graphics/drawables/linked_twitter.svg @@ -0,0 +1,54 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/Graphics/update-drawables.sh b/Graphics/update-drawables.sh index a2da5bbfc..4de6f4efe 100755 --- a/Graphics/update-drawables.sh +++ b/Graphics/update-drawables.sh @@ -41,7 +41,7 @@ inkscape -w 192 -h 192 -e "$XDPI_DIR/${NAME}_96dp.png" "$SRC_DIR/$NAME.svg" inkscape -w 256 -h 256 -e "$XXDPI_DIR/${NAME}_96dp.png" "$SRC_DIR/$NAME.svg" done -for NAME in "create_key_robot" +for NAME in "create_key_robot" "linked_dns" "linked_https" "linked_github" "linked_twitter" do echo $NAME inkscape -w 48 -h 48 -e "$MDPI_DIR/$NAME.png" "$SRC_DIR/$NAME.svg" -- cgit v1.2.3 From dc8b04a79333d13f3e9903757502521348ccec57 Mon Sep 17 00:00:00 2001 From: Vincent Breitmoser Date: Thu, 26 Mar 2015 16:30:49 +0100 Subject: more linked id ui fine tuning --- Graphics/drawables/linked_dns.svg | 608 +--------------------------------- Graphics/drawables/linked_github.svg | 6 +- Graphics/drawables/linked_https.svg | 298 +---------------- Graphics/drawables/linked_twitter.svg | 54 +-- 4 files changed, 8 insertions(+), 958 deletions(-) (limited to 'Graphics') diff --git a/Graphics/drawables/linked_dns.svg b/Graphics/drawables/linked_dns.svg index 743334793..c04c265c2 100644 --- a/Graphics/drawables/linked_dns.svg +++ b/Graphics/drawables/linked_dns.svg @@ -1,608 +1,4 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + diff --git a/Graphics/drawables/linked_github.svg b/Graphics/drawables/linked_github.svg index e107a97cf..11f4076d5 100644 --- a/Graphics/drawables/linked_github.svg +++ b/Graphics/drawables/linked_github.svg @@ -1,6 +1,4 @@ - - - - + + diff --git a/Graphics/drawables/linked_https.svg b/Graphics/drawables/linked_https.svg index 10cdd9728..876f46276 100644 --- a/Graphics/drawables/linked_https.svg +++ b/Graphics/drawables/linked_https.svg @@ -1,298 +1,4 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - Jakub Steiner - - - http://jimmac.musichall.cz - - Read Only Emblem - - - emblem - read-only - nowrite - - - - - - - - - - - - - - - - - - - - - - - + + diff --git a/Graphics/drawables/linked_twitter.svg b/Graphics/drawables/linked_twitter.svg index af980c761..38028f2e9 100644 --- a/Graphics/drawables/linked_twitter.svg +++ b/Graphics/drawables/linked_twitter.svg @@ -1,54 +1,4 @@ - - - - - image/svg+xml - - - - - - - + + -- cgit v1.2.3