From 5b3409dc2b50b1c4a2da88f73f310e8159267b8c Mon Sep 17 00:00:00 2001 From: StrugglingDoge Date: Tue, 30 Apr 2019 21:46:35 -0400 Subject: testing --- .../com.struggling.darkify/depiction.json | 85 ++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 sileodepictions/com.struggling.darkify/depiction.json (limited to 'sileodepictions/com.struggling.darkify') diff --git a/sileodepictions/com.struggling.darkify/depiction.json b/sileodepictions/com.struggling.darkify/depiction.json new file mode 100644 index 0000000..9f3e8b0 --- /dev/null +++ b/sileodepictions/com.struggling.darkify/depiction.json @@ -0,0 +1,85 @@ +{ + "minVersion": "0.1", + "headerImage": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/assets/Banners/Darkify.png", + "tintColor": "#594d48", + "tabs": [ + { + "tabname": "Details", + "views": [ + { + "class": "DepictionMarkdownView", + "markdown": "## TWEAK_NAME\nSHORT_DESCRIPTION" + }, + { + "class": "DepictionSeparatorView" + }, + { + "title": "Latest Version", + "class": "DepictionHeaderView" + }, + { + "title": "Version", + "text": "VERSION_NUMBER", + "class": "DepictionTableTextView" + }, + { + "title": "Released", + "text": "RELEASE_DATE", + "class": "DepictionTableTextView" + }, + { + "title": "Price", + "text": "PRICE", + "class": "DepictionTableTextView" + }, + { + "title": "Developer", + "text": "DEVELOPER_NAME", + "class": "DepictionTableTextView" + }, + { + "title": "Website", + "action": "WEBSITE_HERE", + "class": "DepictionTableButtonView" + }, + { + "title": "Darkify", + "action": "https://github.com/sukarodo/Sidia", + "class": "DepictionTableButtonView" + }, + { + "spacing": 16, + "class": "DepictionSpacerView" + }, + { + "spacing": 20, + "class": "DepictionSpacerView" + } + ], + "class": "DepictionStackView" + }, + { + "tabname": "Changelog", + "views": [ + { + "title": "VERSION_NUMBER", + "useBoldText": true, + "useBottomMargin": true, + "class": "DepictionSubheaderView" + }, + { + "markdown": "\t\n\u2022 UPDATE_DESCRIPTION", + "useSpacing": false, + "class": "DepictionMarkdownView" + }, + { + "markdown": "Released RELEASE_DATE", + "useRawFormat": true, + "class": "DepictionMarkdownView" + } + ], + "class": "DepictionStackView" + } + ], + "class": "DepictionTabView" +} -- cgit v1.2.3 From cc939e65519ac36f288fbfa0b9f97f9a275cde6a Mon Sep 17 00:00:00 2001 From: StrugglingDoge Date: Tue, 30 Apr 2019 22:11:10 -0400 Subject: better --- .../com.struggling.darkify/depiction.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'sileodepictions/com.struggling.darkify') diff --git a/sileodepictions/com.struggling.darkify/depiction.json b/sileodepictions/com.struggling.darkify/depiction.json index 9f3e8b0..a61e051 100644 --- a/sileodepictions/com.struggling.darkify/depiction.json +++ b/sileodepictions/com.struggling.darkify/depiction.json @@ -8,7 +8,7 @@ "views": [ { "class": "DepictionMarkdownView", - "markdown": "## TWEAK_NAME\nSHORT_DESCRIPTION" + "markdown": "## Darkify\nA nice dark theme for all devices." }, { "class": "DepictionSeparatorView" @@ -19,32 +19,32 @@ }, { "title": "Version", - "text": "VERSION_NUMBER", + "text": "0.2-1", "class": "DepictionTableTextView" }, { "title": "Released", - "text": "RELEASE_DATE", + "text": "4/1/19", "class": "DepictionTableTextView" }, { "title": "Price", - "text": "PRICE", + "text": "FREE", "class": "DepictionTableTextView" }, { "title": "Developer", - "text": "DEVELOPER_NAME", + "text": "Struggling Doge", "class": "DepictionTableTextView" }, { "title": "Website", - "action": "WEBSITE_HERE", + "action": "https://thestrugglingdoge.github.io/repo", "class": "DepictionTableButtonView" }, { - "title": "Darkify", - "action": "https://github.com/sukarodo/Sidia", + "title": "Github Repo", + "action": "https://github.com/thestrugglingdoge/repo", "class": "DepictionTableButtonView" }, { @@ -62,18 +62,18 @@ "tabname": "Changelog", "views": [ { - "title": "VERSION_NUMBER", + "title": "0.2-1", "useBoldText": true, "useBottomMargin": true, "class": "DepictionSubheaderView" }, { - "markdown": "\t\n\u2022 UPDATE_DESCRIPTION", + "markdown": "\t\n\u2022 Adds 35+ new icons.", "useSpacing": false, "class": "DepictionMarkdownView" }, { - "markdown": "Released RELEASE_DATE", + "markdown": "Released 4/7/19", "useRawFormat": true, "class": "DepictionMarkdownView" } -- cgit v1.2.3 From dc4d23db6b648799ddfbcf538a2e2578a3fc736b Mon Sep 17 00:00:00 2001 From: StrugglingDoge Date: Tue, 30 Apr 2019 23:10:30 -0400 Subject: fasdf --- sileodepictions/com.struggling.darkify/depiction.json | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'sileodepictions/com.struggling.darkify') diff --git a/sileodepictions/com.struggling.darkify/depiction.json b/sileodepictions/com.struggling.darkify/depiction.json index a61e051..319196d 100644 --- a/sileodepictions/com.struggling.darkify/depiction.json +++ b/sileodepictions/com.struggling.darkify/depiction.json @@ -6,6 +6,16 @@ { "tabname": "Details", "views": [ + { + "class": "DepictionScreenshotsView" + "screenshots": [ + { + "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.struggling.darkify/screenshots/s1.png" + } + ] + "itemCornerRadius": 2 + "itemSize": {1920,1080} + }, { "class": "DepictionMarkdownView", "markdown": "## Darkify\nA nice dark theme for all devices." -- cgit v1.2.3 From fecd0ab3235a3f24de8dfe2fd2e8f1c7f3b4cda4 Mon Sep 17 00:00:00 2001 From: StrugglingDoge Date: Tue, 30 Apr 2019 23:11:46 -0400 Subject: reee --- sileodepictions/com.struggling.darkify/depiction.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sileodepictions/com.struggling.darkify') diff --git a/sileodepictions/com.struggling.darkify/depiction.json b/sileodepictions/com.struggling.darkify/depiction.json index 319196d..096408f 100644 --- a/sileodepictions/com.struggling.darkify/depiction.json +++ b/sileodepictions/com.struggling.darkify/depiction.json @@ -12,7 +12,7 @@ { "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.struggling.darkify/screenshots/s1.png" } - ] + ], "itemCornerRadius": 2 "itemSize": {1920,1080} }, -- cgit v1.2.3 From 49360dd69ccafd8a131f7b05ce7246df4784e021 Mon Sep 17 00:00:00 2001 From: StrugglingDoge Date: Tue, 30 Apr 2019 23:19:46 -0400 Subject: fixed?? --- .../com.struggling.darkify/depiction.json | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) (limited to 'sileodepictions/com.struggling.darkify') diff --git a/sileodepictions/com.struggling.darkify/depiction.json b/sileodepictions/com.struggling.darkify/depiction.json index 096408f..2a3ca5d 100644 --- a/sileodepictions/com.struggling.darkify/depiction.json +++ b/sileodepictions/com.struggling.darkify/depiction.json @@ -7,14 +7,28 @@ "tabname": "Details", "views": [ { - "class": "DepictionScreenshotsView" + "itemCornerRadius": 6, + "itemSize": "{160, 275.41333333333336}", "screenshots": [ { - "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.struggling.darkify/screenshots/s1.png" + "accessibilityText": "Showcase", + "url": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/assets/Banners/Darkify.png", + "fullSizeURL": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/assets/Banners/Darkify.png" } ], - "itemCornerRadius": 2 - "itemSize": {1920,1080} + "ipad": { + "itemCornerRadius": 9, + "itemSize": "{320, 550.8266666666667}", + "screenshots": [ + { + "accessibilityText": "Showcase", + "url": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/assets/Banners/Darkify.png?size=640", + "fullSizeURL": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/assets/Banners/Darkify.png" + } + ], + "class": "DepictionScreenshotView" + }, + "class": "DepictionScreenshotsView" }, { "class": "DepictionMarkdownView", -- cgit v1.2.3 From 38766a22563b053692f5435a596e387a35d459dd Mon Sep 17 00:00:00 2001 From: StrugglingDoge Date: Tue, 30 Apr 2019 23:22:14 -0400 Subject: it works! --- sileodepictions/com.struggling.darkify/depiction.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sileodepictions/com.struggling.darkify') diff --git a/sileodepictions/com.struggling.darkify/depiction.json b/sileodepictions/com.struggling.darkify/depiction.json index 2a3ca5d..d947503 100644 --- a/sileodepictions/com.struggling.darkify/depiction.json +++ b/sileodepictions/com.struggling.darkify/depiction.json @@ -12,8 +12,8 @@ "screenshots": [ { "accessibilityText": "Showcase", - "url": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/assets/Banners/Darkify.png", - "fullSizeURL": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/assets/Banners/Darkify.png" + "url": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.struggling.darkify/screenshots/s1.png", + "fullSizeURL": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.struggling.darkify/screenshots/s1.png" } ], "ipad": { @@ -22,8 +22,8 @@ "screenshots": [ { "accessibilityText": "Showcase", - "url": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/assets/Banners/Darkify.png?size=640", - "fullSizeURL": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/assets/Banners/Darkify.png" + "url": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.struggling.darkify/screenshots/s1.png?size=640", + "fullSizeURL": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.struggling.darkify/screenshots/s1.png" } ], "class": "DepictionScreenshotView" -- cgit v1.2.3 From 9dc36840fa0ef07ad682241bba6d1de65e8a2bca Mon Sep 17 00:00:00 2001 From: StrugglingDoge Date: Tue, 30 Apr 2019 23:51:59 -0400 Subject: complete darkify depictions --- .../com.struggling.darkify/depiction.json | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'sileodepictions/com.struggling.darkify') diff --git a/sileodepictions/com.struggling.darkify/depiction.json b/sileodepictions/com.struggling.darkify/depiction.json index d947503..4f23f2e 100644 --- a/sileodepictions/com.struggling.darkify/depiction.json +++ b/sileodepictions/com.struggling.darkify/depiction.json @@ -32,7 +32,12 @@ }, { "class": "DepictionMarkdownView", - "markdown": "## Darkify\nA nice dark theme for all devices." + "markdown": "## Darkify\nDarkify is a dark theme for all iOS devices that keeps all icons fimiliar looking but with a dark grey gradient and adds a bit more depth to the icons." + }, + { + "title": "Suggest icons here!", + "action": "https://thestrugglingdoge.github.io/repo", + "class": "DepictionTableButtonView" }, { "class": "DepictionSeparatorView" @@ -43,12 +48,12 @@ }, { "title": "Version", - "text": "0.2-1", + "text": "0.2-2", "class": "DepictionTableTextView" }, { "title": "Released", - "text": "4/1/19", + "text": "4/30/19", "class": "DepictionTableTextView" }, { @@ -62,13 +67,8 @@ "class": "DepictionTableTextView" }, { - "title": "Website", - "action": "https://thestrugglingdoge.github.io/repo", - "class": "DepictionTableButtonView" - }, - { - "title": "Github Repo", - "action": "https://github.com/thestrugglingdoge/repo", + "title": "Github", + "action": "https://github.com/StrugglingDoge", "class": "DepictionTableButtonView" }, { @@ -86,7 +86,7 @@ "tabname": "Changelog", "views": [ { - "title": "0.2-1", + "title": "0.2-2", "useBoldText": true, "useBottomMargin": true, "class": "DepictionSubheaderView" @@ -97,7 +97,7 @@ "class": "DepictionMarkdownView" }, { - "markdown": "Released 4/7/19", + "markdown": "Released 4/30/19", "useRawFormat": true, "class": "DepictionMarkdownView" } -- cgit v1.2.3 From 82273716a50208f1b75ce9b27ae17debb53ab922 Mon Sep 17 00:00:00 2001 From: StrugglingDoge Date: Tue, 30 Apr 2019 23:55:48 -0400 Subject: fix oopsies --- sileodepictions/com.struggling.darkify/depiction.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sileodepictions/com.struggling.darkify') diff --git a/sileodepictions/com.struggling.darkify/depiction.json b/sileodepictions/com.struggling.darkify/depiction.json index 4f23f2e..70d05df 100644 --- a/sileodepictions/com.struggling.darkify/depiction.json +++ b/sileodepictions/com.struggling.darkify/depiction.json @@ -36,7 +36,7 @@ }, { "title": "Suggest icons here!", - "action": "https://thestrugglingdoge.github.io/repo", + "action": "https://forms.gle/x38ZhSwcx3wreiUUA", "class": "DepictionTableButtonView" }, { -- cgit v1.2.3 From 6894246a5bf038860da77b79f01bf8ea6dd44b49 Mon Sep 17 00:00:00 2001 From: StrugglingDoge Date: Wed, 1 May 2019 08:58:10 -0400 Subject: add other package/change some other depictions --- sileodepictions/com.struggling.darkify/depiction.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sileodepictions/com.struggling.darkify') diff --git a/sileodepictions/com.struggling.darkify/depiction.json b/sileodepictions/com.struggling.darkify/depiction.json index 70d05df..f5f271c 100644 --- a/sileodepictions/com.struggling.darkify/depiction.json +++ b/sileodepictions/com.struggling.darkify/depiction.json @@ -1,14 +1,14 @@ { "minVersion": "0.1", "headerImage": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/assets/Banners/Darkify.png", - "tintColor": "#594d48", + "tintColor": "#3f4042", "tabs": [ { "tabname": "Details", "views": [ { "itemCornerRadius": 6, - "itemSize": "{160, 275.41333333333336}", + "itemSize": "{320, 275.41333333333336}", "screenshots": [ { "accessibilityText": "Showcase", @@ -63,7 +63,7 @@ }, { "title": "Developer", - "text": "Struggling Doge", + "text": "StrugglingDoge", "class": "DepictionTableTextView" }, { -- cgit v1.2.3 From ddc9d3d08b5d2381b8c9a7686f140db459563f14 Mon Sep 17 00:00:00 2001 From: StrugglingDoge Date: Wed, 1 May 2019 22:13:45 -0400 Subject: now main repo :) --- sileodepictions/com.struggling.darkify/depiction.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sileodepictions/com.struggling.darkify') diff --git a/sileodepictions/com.struggling.darkify/depiction.json b/sileodepictions/com.struggling.darkify/depiction.json index f5f271c..afc75e7 100644 --- a/sileodepictions/com.struggling.darkify/depiction.json +++ b/sileodepictions/com.struggling.darkify/depiction.json @@ -1,6 +1,6 @@ { "minVersion": "0.1", - "headerImage": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/assets/Banners/Darkify.png", + "headerImage": "https://raw.githubusercontent.com/thestrugglingdoge/repo/gh-pages/assets/Banners/Darkify.png", "tintColor": "#3f4042", "tabs": [ { @@ -12,8 +12,8 @@ "screenshots": [ { "accessibilityText": "Showcase", - "url": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.struggling.darkify/screenshots/s1.png", - "fullSizeURL": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.struggling.darkify/screenshots/s1.png" + "url": "https://raw.githubusercontent.com/thestrugglingdoge/repo/gh-pages/depictions/com.struggling.darkify/screenshots/s1.png", + "fullSizeURL": "https://raw.githubusercontent.com/thestrugglingdoge/repo/gh-pages/depictions/com.struggling.darkify/screenshots/s1.png" } ], "ipad": { @@ -22,8 +22,8 @@ "screenshots": [ { "accessibilityText": "Showcase", - "url": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.struggling.darkify/screenshots/s1.png?size=640", - "fullSizeURL": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.struggling.darkify/screenshots/s1.png" + "url": "https://raw.githubusercontent.com/thestrugglingdoge/repo/gh-pages/depictions/com.struggling.darkify/screenshots/s1.png?size=640", + "fullSizeURL": "https://raw.githubusercontent.com/thestrugglingdoge/repo/gh-pages/depictions/com.struggling.darkify/screenshots/s1.png" } ], "class": "DepictionScreenshotView" -- cgit v1.2.3