From 9ba493108611db5ec1fe22661d9a26cacdd23bd9 Mon Sep 17 00:00:00 2001 From: StrugglingDoge Date: Tue, 30 Apr 2019 21:18:59 -0400 Subject: updates --- CydiaIcon.png | Bin 0 -> 10269 bytes index.html | 8 ++++---- repo.xml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 CydiaIcon.png diff --git a/CydiaIcon.png b/CydiaIcon.png new file mode 100644 index 0000000..4e40935 Binary files /dev/null and b/CydiaIcon.png differ diff --git a/index.html b/index.html index e07586d..2283c6b 100644 --- a/index.html +++ b/index.html @@ -52,11 +52,11 @@ height: 100%;
-

Huoooooh

+

Uh Oh!

-

Seems like you did a little Oopsie

+

This is a Sileo/Cydia repo, not a website! Use the following links below to automatically add this repo!

-

Add to Sileo Here: REPLACETHIS

+

Add to Sileo Here: https://thestrugglingdoge.github.io/testrepo/

@@ -66,7 +66,7 @@ height: 100%;
-
Still using Cydia? Tap here to add to Cydia
+
Still using Cydia? Tap here to add to Cydia
diff --git a/repo.xml b/repo.xml index 0a5abb2..083cb61 100644 --- a/repo.xml +++ b/repo.xml @@ -2,11 +2,11 @@ Follow me on Twitter - https://twitter.com/Sukarodo + https://twitter.com/CarsonKelley11 glyphicon glyphicon-user - I want this depiction template + Want to use this depiction template? https://github.com/sukarodo/sidia glyphicon glyphicon-thumbs-up -- cgit v1.2.3 From 5b3409dc2b50b1c4a2da88f73f310e8159267b8c Mon Sep 17 00:00:00 2001 From: StrugglingDoge Date: Tue, 30 Apr 2019 21:46:35 -0400 Subject: testing --- Packages | 31 ++++---- Packages.bz2 | Bin 0 -> 500 bytes assets/Banners/Darkify.png | Bin 0 -> 135251 bytes depictions/com.struggling.darkify/changelog.xml | 6 ++ depictions/com.struggling.darkify/info.xml | 25 ++++++ .../com.struggling.darkify/screenshots/s1.png | Bin 0 -> 438686 bytes .../com.sukarodo.samplepackage/changelog.xml | 6 -- depictions/com.sukarodo.samplepackage/info.xml | 45 ----------- .../com.sukarodo.samplepackage/screenshots/.ignore | 1 - .../screenshots/cydia.jpg | Bin 128506 -> 0 bytes .../screenshots/shot1-thumb.jpg | Bin 18998 -> 0 bytes .../screenshots/shot1.jpg | Bin 40737 -> 0 bytes index.html | 2 +- .../com.struggling.darkify/depiction.json | 85 +++++++++++++++++++++ .../com.sukarodo.samplepackage/depiction.json | 85 --------------------- 15 files changed, 132 insertions(+), 154 deletions(-) create mode 100644 Packages.bz2 create mode 100644 assets/Banners/Darkify.png create mode 100644 depictions/com.struggling.darkify/changelog.xml create mode 100644 depictions/com.struggling.darkify/info.xml create mode 100644 depictions/com.struggling.darkify/screenshots/s1.png delete mode 100644 depictions/com.sukarodo.samplepackage/changelog.xml delete mode 100644 depictions/com.sukarodo.samplepackage/info.xml delete mode 100644 depictions/com.sukarodo.samplepackage/screenshots/.ignore delete mode 100644 depictions/com.sukarodo.samplepackage/screenshots/cydia.jpg delete mode 100644 depictions/com.sukarodo.samplepackage/screenshots/shot1-thumb.jpg delete mode 100644 depictions/com.sukarodo.samplepackage/screenshots/shot1.jpg create mode 100644 sileodepictions/com.struggling.darkify/depiction.json delete mode 100644 sileodepictions/com.sukarodo.samplepackage/depiction.json diff --git a/Packages b/Packages index 992b680..2ddd0e9 100644 --- a/Packages +++ b/Packages @@ -1,16 +1,15 @@ -Package: AUTOMATICALLY ENTERED BY SCRIPT / DPKG-SCANPACKAGES.py -Version: AUTOMATICALLY ENTERED BY SCRIPT / DPKG-SCANPACKAGES.py -Architecture: AUTOMATICALLY ENTERED BY SCRIPT / DPKG-SCANPACKAGES.py -Maintainer: AUTOMATICALLY ENTERED BY SCRIPT / DPKG-SCANPACKAGES.py -Filename: AUTOMATICALLY ENTERED BY SCRIPT / DPKG-SCANPACKAGES.py -Size: AUTOMATICALLY ENTERED BY SCRIPT / DPKG-SCANPACKAGES.py -MD5sum: AUTOMATICALLY ENTERED BY SCRIPT / DPKG-SCANPACKAGES.py -SHA1: AUTOMATICALLY ENTERED BY SCRIPT / DPKG-SCANPACKAGES.py -SHA256: AUTOMATICALLY ENTERED BY SCRIPT / DPKG-SCANPACKAGES.py -Section: AUTOMATICALLY ENTERED BY SCRIPT / DPKG-SCANPACKAGES.py -Description: AUTOMATICALLY ENTERED BY SCRIPT / DPKG-SCANPACKAGES.py -SileoDepiction: AUTOMATICALLY ENTERED BY SCRIPT / DPKG-SCANPACKAGES.py or Manually Entered if Not In Tweaks `control` file. -Depiction: AUTOMATICALLY ENTERED BY SCRIPT / DPKG-SCANPACKAGES.py or Manually Entered if Not In Tweaks `control` file. -Installed-Size: AUTOMATICALLY ENTERED BY SCRIPT / DPKG-SCANPACKAGES.py -Name: AUTOMATICALLY ENTERED BY SCRIPT / DPKG-SCANPACKAGES.py -Priority: AUTOMATICALLY ENTERED BY SCRIPT / DPKG-SCANPACKAGES.py +Package: com.struggling.darkify +Version: 0.2-1 +Section: Themes +Maintainer: StrugglingDoge +Architecture: iphoneos-arm +Filename: ./debs/com.struggling.darkify.deb +Size: 5049304 +MD5sum: 26ae12f083903e980dd00c176cf1d6f6 +SHA1: 61b6da01ca100c71cbe79dbaacd83194a1089afb +SHA256: c84e321fead24a913391bbe71bd235113d447f177f407cde4c409323bc801469 +Description: Darkify 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. +Name: Darkify +Author: StrugglingDoge +Depiction: https://thestrugglingdoge.github.io/testrepo/depictions/?p=com.struggling.darkify +SileoDepiction: https://thestrugglingdoge.github.io/testrepo/sileodepictions/com.struggling.darkify/depiction.json \ No newline at end of file diff --git a/Packages.bz2 b/Packages.bz2 new file mode 100644 index 0000000..be5c25c Binary files /dev/null and b/Packages.bz2 differ diff --git a/assets/Banners/Darkify.png b/assets/Banners/Darkify.png new file mode 100644 index 0000000..46e914d Binary files /dev/null and b/assets/Banners/Darkify.png differ diff --git a/depictions/com.struggling.darkify/changelog.xml b/depictions/com.struggling.darkify/changelog.xml new file mode 100644 index 0000000..ede580c --- /dev/null +++ b/depictions/com.struggling.darkify/changelog.xml @@ -0,0 +1,6 @@ + + + 0.2-1 + Adds 35+ new icons(Keep suggesting!) + + diff --git a/depictions/com.struggling.darkify/info.xml b/depictions/com.struggling.darkify/info.xml new file mode 100644 index 0000000..e5939a8 --- /dev/null +++ b/depictions/com.struggling.darkify/info.xml @@ -0,0 +1,25 @@ + + com.struggling.darkify + Darkify + 0.2-1 + + + + + Darkify 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. + + Darkify 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. There are over 130+ icons and counting! + I'm always taking icon requests! You can fill out a icon request form here: https://forms.gle/x38ZhSwcx3wreiUUA (copy and paste into safari) + + + + Showcase + s1.png + + + + Adds 35+ new icons(Keep suggesting!) + + + + diff --git a/depictions/com.struggling.darkify/screenshots/s1.png b/depictions/com.struggling.darkify/screenshots/s1.png new file mode 100644 index 0000000..03ab306 Binary files /dev/null and b/depictions/com.struggling.darkify/screenshots/s1.png differ diff --git a/depictions/com.sukarodo.samplepackage/changelog.xml b/depictions/com.sukarodo.samplepackage/changelog.xml deleted file mode 100644 index d736af0..0000000 --- a/depictions/com.sukarodo.samplepackage/changelog.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - 1.0.0 - Initial Release - - diff --git a/depictions/com.sukarodo.samplepackage/info.xml b/depictions/com.sukarodo.samplepackage/info.xml deleted file mode 100644 index e7bed58..0000000 --- a/depictions/com.sukarodo.samplepackage/info.xml +++ /dev/null @@ -1,45 +0,0 @@ - - com.sukarodo.samplepackage - Sample Package - 1.0 - - - 7.0 - - - - mobilesubstrate - - This is a sample new package. Firmware should be greater than 7.0 - - This is an package will full depictions. - It has more description lines. - - a multi-line item. - ]]> - - - - - This is a description for screenshot 1. It's Cydia! - cydia.jpg - - - This is a description for screenshot 2. It's another Cydia! - cydia.jpg - - - - Second release - It has feature 1 - It has feature 2 - - - - /r/jailbreak - https://www.reddit.com/r/jailbreak - fa fa-reddit - - - diff --git a/depictions/com.sukarodo.samplepackage/screenshots/.ignore b/depictions/com.sukarodo.samplepackage/screenshots/.ignore deleted file mode 100644 index 8b13789..0000000 --- a/depictions/com.sukarodo.samplepackage/screenshots/.ignore +++ /dev/null @@ -1 +0,0 @@ - diff --git a/depictions/com.sukarodo.samplepackage/screenshots/cydia.jpg b/depictions/com.sukarodo.samplepackage/screenshots/cydia.jpg deleted file mode 100644 index 29c8801..0000000 Binary files a/depictions/com.sukarodo.samplepackage/screenshots/cydia.jpg and /dev/null differ diff --git a/depictions/com.sukarodo.samplepackage/screenshots/shot1-thumb.jpg b/depictions/com.sukarodo.samplepackage/screenshots/shot1-thumb.jpg deleted file mode 100644 index da0197b..0000000 Binary files a/depictions/com.sukarodo.samplepackage/screenshots/shot1-thumb.jpg and /dev/null differ diff --git a/depictions/com.sukarodo.samplepackage/screenshots/shot1.jpg b/depictions/com.sukarodo.samplepackage/screenshots/shot1.jpg deleted file mode 100644 index 5c55f6b..0000000 Binary files a/depictions/com.sukarodo.samplepackage/screenshots/shot1.jpg and /dev/null differ diff --git a/index.html b/index.html index 2283c6b..9e95047 100644 --- a/index.html +++ b/index.html @@ -56,7 +56,7 @@ height: 100%;

This is a Sileo/Cydia repo, not a website! Use the following links below to automatically add this repo!

-

Add to Sileo Here: https://thestrugglingdoge.github.io/testrepo/

+

Add to Sileo: Here

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" +} diff --git a/sileodepictions/com.sukarodo.samplepackage/depiction.json b/sileodepictions/com.sukarodo.samplepackage/depiction.json deleted file mode 100644 index 7404c6f..0000000 --- a/sileodepictions/com.sukarodo.samplepackage/depiction.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "minVersion": "0.1", - "headerImage": "https://raw.githubusercontent.com/sukarodo/Sidia/master/assets/Banners/RepoHeader.png", - "tintColor": "#ffae8e", - "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": "Use This Template", - "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 af8af684a0fda8f3efcf910112ddfc0c29140a11 Mon Sep 17 00:00:00 2001 From: StrugglingDoge Date: Tue, 30 Apr 2019 21:50:03 -0400 Subject: prolly useless, making sure --- Packages | 4 ++-- Packages.bz2 | Bin 500 -> 498 bytes 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Packages b/Packages index 2ddd0e9..1ec4c8d 100644 --- a/Packages +++ b/Packages @@ -11,5 +11,5 @@ SHA256: c84e321fead24a913391bbe71bd235113d447f177f407cde4c409323bc801469 Description: Darkify 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. Name: Darkify Author: StrugglingDoge -Depiction: https://thestrugglingdoge.github.io/testrepo/depictions/?p=com.struggling.darkify -SileoDepiction: https://thestrugglingdoge.github.io/testrepo/sileodepictions/com.struggling.darkify/depiction.json \ No newline at end of file +SileoDepiction: https://thestrugglingdoge.github.io/testrepo/sileodepictions/com.struggling.darkify/depiction.json +Depiction: https://thestrugglingdoge.github.io/testrepo/depictions/?p=com.struggling.darkify \ No newline at end of file diff --git a/Packages.bz2 b/Packages.bz2 index be5c25c..b563556 100644 Binary files a/Packages.bz2 and b/Packages.bz2 differ -- cgit v1.2.3 From b6274957f74a5d502cf06dad8049fb69a05a5384 Mon Sep 17 00:00:00 2001 From: StrugglingDoge Date: Tue, 30 Apr 2019 21:52:29 -0400 Subject: fancy --- sileo-featured.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sileo-featured.json b/sileo-featured.json index 3b268aa..9bf5275 100644 --- a/sileo-featured.json +++ b/sileo-featured.json @@ -4,9 +4,9 @@ "itemCornerRadius": 10, "banners": [ { - "url": "https://raw.githubusercontent.com/sukarodo/Sidia/master/assets/Banners/RepoHeader.png", - "title": "Sample Package", - "package": "com.sukarodo.samplepackage", + "url": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/assets/Banners/Darkify.png", + "title": "Darkify", + "package": "com.struggling.darkify", "hideShadow": false } ] -- 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 --- Packages | 8 ++++---- Packages.bz2 | Bin 498 -> 489 bytes debs/com.struggling.darkify.deb | Bin 0 -> 4536876 bytes .../com.struggling.darkify/depiction.json | 22 ++++++++++----------- 4 files changed, 15 insertions(+), 15 deletions(-) create mode 100644 debs/com.struggling.darkify.deb diff --git a/Packages b/Packages index 1ec4c8d..96e9e6f 100644 --- a/Packages +++ b/Packages @@ -4,10 +4,10 @@ Section: Themes Maintainer: StrugglingDoge Architecture: iphoneos-arm Filename: ./debs/com.struggling.darkify.deb -Size: 5049304 -MD5sum: 26ae12f083903e980dd00c176cf1d6f6 -SHA1: 61b6da01ca100c71cbe79dbaacd83194a1089afb -SHA256: c84e321fead24a913391bbe71bd235113d447f177f407cde4c409323bc801469 +Size: 4536876 +MD5sum: 17d9cd27460d6cf121bd2cc2862809b4 +SHA1: c7e6d09b6c300513aaee5645dd6ebf961997fc13 +SHA256: aed7abacdd9b005ee9d99aa4bdc076dc651ba41f17003492cbd844e86489d892 Description: Darkify 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. Name: Darkify Author: StrugglingDoge diff --git a/Packages.bz2 b/Packages.bz2 index b563556..16cf796 100644 Binary files a/Packages.bz2 and b/Packages.bz2 differ diff --git a/debs/com.struggling.darkify.deb b/debs/com.struggling.darkify.deb new file mode 100644 index 0000000..8248a80 Binary files /dev/null and b/debs/com.struggling.darkify.deb differ 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(+) 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(-) 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(-) 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(-) 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 7166b568068ca335ab403bf794007af490fa5bd6 Mon Sep 17 00:00:00 2001 From: StrugglingDoge Date: Tue, 30 Apr 2019 23:44:45 -0400 Subject: test icon --- assets/TweakIcons/darkifyicon.png | Bin 0 -> 25860 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 assets/TweakIcons/darkifyicon.png diff --git a/assets/TweakIcons/darkifyicon.png b/assets/TweakIcons/darkifyicon.png new file mode 100644 index 0000000..331b7c0 Binary files /dev/null and b/assets/TweakIcons/darkifyicon.png differ -- 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 --- Packages | 11 +++++----- Packages.bz2 | Bin 489 -> 547 bytes debs/com.struggling.darkify.deb | Bin 4536876 -> 4536920 bytes depictions/com.struggling.darkify/changelog.xml | 2 +- depictions/com.struggling.darkify/info.xml | 2 +- .../com.struggling.darkify/depiction.json | 24 ++++++++++----------- 6 files changed, 20 insertions(+), 19 deletions(-) diff --git a/Packages b/Packages index 96e9e6f..26463c6 100644 --- a/Packages +++ b/Packages @@ -1,15 +1,16 @@ Package: com.struggling.darkify -Version: 0.2-1 +Version: 0.2-2 Section: Themes Maintainer: StrugglingDoge Architecture: iphoneos-arm Filename: ./debs/com.struggling.darkify.deb Size: 4536876 -MD5sum: 17d9cd27460d6cf121bd2cc2862809b4 -SHA1: c7e6d09b6c300513aaee5645dd6ebf961997fc13 -SHA256: aed7abacdd9b005ee9d99aa4bdc076dc651ba41f17003492cbd844e86489d892 +MD5sum: e7afb25b6099249cb94182f36bd132bb +SHA1: 0367b46511be3112133011c9730d311d08ad79e6 +SHA256: edcf94979c64c1dbaa1e56b181afdf26be4083f8aed62b4761b75cc480c46ac7 Description: Darkify 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. Name: Darkify Author: StrugglingDoge SileoDepiction: https://thestrugglingdoge.github.io/testrepo/sileodepictions/com.struggling.darkify/depiction.json -Depiction: https://thestrugglingdoge.github.io/testrepo/depictions/?p=com.struggling.darkify \ No newline at end of file +Depiction: https://thestrugglingdoge.github.io/testrepo/depictions/?p=com.struggling.darkify +Icon: https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/assets/TweakIcons/darkifyicon.png \ No newline at end of file diff --git a/Packages.bz2 b/Packages.bz2 index 16cf796..c6b9a1e 100644 Binary files a/Packages.bz2 and b/Packages.bz2 differ diff --git a/debs/com.struggling.darkify.deb b/debs/com.struggling.darkify.deb index 8248a80..cc44d5c 100644 Binary files a/debs/com.struggling.darkify.deb and b/debs/com.struggling.darkify.deb differ diff --git a/depictions/com.struggling.darkify/changelog.xml b/depictions/com.struggling.darkify/changelog.xml index ede580c..e2aecd4 100644 --- a/depictions/com.struggling.darkify/changelog.xml +++ b/depictions/com.struggling.darkify/changelog.xml @@ -1,6 +1,6 @@ - 0.2-1 + 0.2-2 Adds 35+ new icons(Keep suggesting!) diff --git a/depictions/com.struggling.darkify/info.xml b/depictions/com.struggling.darkify/info.xml index e5939a8..d7f614e 100644 --- a/depictions/com.struggling.darkify/info.xml +++ b/depictions/com.struggling.darkify/info.xml @@ -1,7 +1,7 @@ com.struggling.darkify Darkify - 0.2-1 + 0.2-2 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 --- Packages | 2 +- Packages.bz2 | Bin 547 -> 543 bytes sileodepictions/com.struggling.darkify/depiction.json | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Packages b/Packages index 26463c6..b24c329 100644 --- a/Packages +++ b/Packages @@ -4,7 +4,7 @@ Section: Themes Maintainer: StrugglingDoge Architecture: iphoneos-arm Filename: ./debs/com.struggling.darkify.deb -Size: 4536876 +Size: 4536920 MD5sum: e7afb25b6099249cb94182f36bd132bb SHA1: 0367b46511be3112133011c9730d311d08ad79e6 SHA256: edcf94979c64c1dbaa1e56b181afdf26be4083f8aed62b4761b75cc480c46ac7 diff --git a/Packages.bz2 b/Packages.bz2 index c6b9a1e..31caab4 100644 Binary files a/Packages.bz2 and b/Packages.bz2 differ 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 --- Packages | 20 ++- Packages.bz2 | Bin 543 -> 932 bytes assets/Banners/nineanim.jpg | Bin 0 -> 758435 bytes assets/TweakIcons/nineanimpic.jpg | Bin 0 -> 7750 bytes debs/com.marcuszhou.NineAnimator.deb | Bin 0 -> 99002536 bytes .../com.marcuszhou.NineAnimator/changelog.xml | 6 + depictions/com.marcuszhou.NineAnimator/info.xml | 63 ++++++++ .../screenshots/screenshot_1.png | Bin 0 -> 7673683 bytes .../screenshots/screenshot_2.png | Bin 0 -> 1760555 bytes .../screenshots/screenshot_3.png | Bin 0 -> 362560 bytes .../screenshots/screenshot_4.png | Bin 0 -> 2863080 bytes .../screenshots/screenshot_5.png | Bin 0 -> 1604431 bytes .../screenshots/screenshot_6.png | Bin 0 -> 3852358 bytes .../screenshots/screenshot_7.png | Bin 0 -> 1848052 bytes .../screenshots/screenshot_8.png | Bin 0 -> 2383616 bytes index.html | 18 +-- repo.xml | 5 - .../com.marcuszhou.NineAnimator/depiction.json | 169 +++++++++++++++++++++ .../com.struggling.darkify/depiction.json | 6 +- 19 files changed, 269 insertions(+), 18 deletions(-) create mode 100644 assets/Banners/nineanim.jpg create mode 100644 assets/TweakIcons/nineanimpic.jpg create mode 100644 debs/com.marcuszhou.NineAnimator.deb create mode 100644 depictions/com.marcuszhou.NineAnimator/changelog.xml create mode 100644 depictions/com.marcuszhou.NineAnimator/info.xml create mode 100644 depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_1.png create mode 100644 depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_2.png create mode 100644 depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_3.png create mode 100644 depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_4.png create mode 100644 depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_5.png create mode 100644 depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_6.png create mode 100644 depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_7.png create mode 100644 depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_8.png create mode 100644 sileodepictions/com.marcuszhou.NineAnimator/depiction.json diff --git a/Packages b/Packages index b24c329..95b7275 100644 --- a/Packages +++ b/Packages @@ -13,4 +13,22 @@ Name: Darkify Author: StrugglingDoge SileoDepiction: https://thestrugglingdoge.github.io/testrepo/sileodepictions/com.struggling.darkify/depiction.json Depiction: https://thestrugglingdoge.github.io/testrepo/depictions/?p=com.struggling.darkify -Icon: https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/assets/TweakIcons/darkifyicon.png \ No newline at end of file +Icon: https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/assets/TweakIcons/darkifyicon.png + +Package: com.marcuszhou.NineAnimator +Version: 1.0.3 +Section: Mutlimedia +Maintainer: StrugglingDoge +Depends: firmware (>=11.2) +Architecture: iphoneos-arm +Filename: ./debs/com.marcuszhou.NineAnimator.deb +Size: 99002536 +MD5sum: fb6c906d427ac2a77ec23c5b5788384e +SHA1: f60799af639f7562892c62d446e085b752f28f91 +SHA256: 2e6790f311c8b7d9930220625c3e3aa6260ec2e7a63cc94635a7e6ae02d7b376 +Description: A simple yet elegant way of waching anime on your favorite anime website. NineAnimator is a free and open source anime watching app for iOS. Currently it supports 9anime.ru and masterani.me. +Name: NineAnimator +Author: Marcus Zhou +SileoDepiction: https://thestrugglingdoge.github.io/testrepo/sileodepictions/com.marcuszhou.NineAnimator/depiction.json +Depiction: https://thestrugglingdoge.github.io/repo/depictions/?p=com.marcuszhou.NineAnimator +Icon: https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/assets/TweakIcons/nineanimpic.jpg \ No newline at end of file diff --git a/Packages.bz2 b/Packages.bz2 index 31caab4..d5c9ecf 100644 Binary files a/Packages.bz2 and b/Packages.bz2 differ diff --git a/assets/Banners/nineanim.jpg b/assets/Banners/nineanim.jpg new file mode 100644 index 0000000..74689e8 Binary files /dev/null and b/assets/Banners/nineanim.jpg differ diff --git a/assets/TweakIcons/nineanimpic.jpg b/assets/TweakIcons/nineanimpic.jpg new file mode 100644 index 0000000..9a9af26 Binary files /dev/null and b/assets/TweakIcons/nineanimpic.jpg differ diff --git a/debs/com.marcuszhou.NineAnimator.deb b/debs/com.marcuszhou.NineAnimator.deb new file mode 100644 index 0000000..55dce2e Binary files /dev/null and b/debs/com.marcuszhou.NineAnimator.deb differ diff --git a/depictions/com.marcuszhou.NineAnimator/changelog.xml b/depictions/com.marcuszhou.NineAnimator/changelog.xml new file mode 100644 index 0000000..44f6b69 --- /dev/null +++ b/depictions/com.marcuszhou.NineAnimator/changelog.xml @@ -0,0 +1,6 @@ + + + 1.0.3 + Updated to April 1st build. + + diff --git a/depictions/com.marcuszhou.NineAnimator/info.xml b/depictions/com.marcuszhou.NineAnimator/info.xml new file mode 100644 index 0000000..6166a99 --- /dev/null +++ b/depictions/com.marcuszhou.NineAnimator/info.xml @@ -0,0 +1,63 @@ + + com.marcuszhou.NineAnimator + NineAnimator + 1.0.3 + + + 11.2 + + + + + A simple yet elegant way of waching anime on your favorite anime website. + + This tweak was created by Marcus Zhou and is open source! Check it out: https://github.com/SuperMarcus/NineAnimator + A simple yet elegant way of waching anime on your favorite anime website. NineAnimator is a free and open source anime watching app for iOS. Currently it supports 9anime.ru and masterani.me. + NineAnimator currently supports the following video sources: RapidVideo, Mp4Upload, Streamango, MyCloud(unavailable for Google Cast), and Tiwi.Kiwi(may not be available for Google Cast) + This application only supports iOS 11.2 and above. Also, please report any issues to the above github! + + + + Featured Animes + screenshot_1.png + + + Recently Viewed + screenshot_2.png + + + Search + screenshot_3.png + + + Search Results + screenshot_4.png + + + Choose Episodes + screenshot_5.png + + + Chromecast + screenshot_6.png + + + Featured Animes (iPad) + screenshot_7.png + + + Picture in Picture (iPad) + screenshot_8.png + + + + Initial release + + + + Need Help? + https://github.com/SuperMarcus/NineAnimator + fa fa-github + + + \ No newline at end of file diff --git a/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_1.png b/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_1.png new file mode 100644 index 0000000..4dddc72 Binary files /dev/null and b/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_1.png differ diff --git a/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_2.png b/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_2.png new file mode 100644 index 0000000..b6c7445 Binary files /dev/null and b/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_2.png differ diff --git a/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_3.png b/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_3.png new file mode 100644 index 0000000..3986548 Binary files /dev/null and b/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_3.png differ diff --git a/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_4.png b/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_4.png new file mode 100644 index 0000000..f5fe2d0 Binary files /dev/null and b/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_4.png differ diff --git a/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_5.png b/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_5.png new file mode 100644 index 0000000..d94d6db Binary files /dev/null and b/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_5.png differ diff --git a/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_6.png b/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_6.png new file mode 100644 index 0000000..21a4914 Binary files /dev/null and b/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_6.png differ diff --git a/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_7.png b/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_7.png new file mode 100644 index 0000000..fed09f7 Binary files /dev/null and b/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_7.png differ diff --git a/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_8.png b/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_8.png new file mode 100644 index 0000000..3147dd0 Binary files /dev/null and b/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_8.png differ diff --git a/index.html b/index.html index 9e95047..466eaed 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ - Sidia + StruglingDoge Repo @@ -14,12 +14,12 @@ html { } body { - /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#87e0fd+0,53cbf1+40,05abe0+100;Blue+3D+%23+16 */ -background: #87e0fd; /* Old browsers */ -background: -moz-linear-gradient(top, #87e0fd 0%, #53cbf1 40%, #05abe0 100%); /* FF3.6-15 */ -background: -webkit-linear-gradient(top, #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* Chrome10-25,Safari5.1-6 */ -background: linear-gradient(to bottom, #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ -filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#05abe0',GradientType=0 ); /* IE6-9 */ + /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a90329+0,8f0222+44,6d0019+100;Brown+Red+3D */ +background: #a90329; /* Old browsers */ +background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6-15 */ +background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10-25,Safari5.1-6 */ +background: linear-gradient(to bottom, #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ +filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */ height: 100%; margin: 0; background-repeat: no-repeat; @@ -52,9 +52,9 @@ height: 100%;
-

Uh Oh!

+

Struggling Doge Repo

-

This is a Sileo/Cydia repo, not a website! Use the following links below to automatically add this repo!

+

This is a Cydia/Sileo APT repo which contains some of my own themes/tweaks aswell as some other apps.

Add to Sileo: Here

diff --git a/repo.xml b/repo.xml index 083cb61..8f6a96b 100644 --- a/repo.xml +++ b/repo.xml @@ -5,10 +5,5 @@ https://twitter.com/CarsonKelley11 glyphicon glyphicon-user - - Want to use this depiction template? - https://github.com/sukarodo/sidia - glyphicon glyphicon-thumbs-up - diff --git a/sileodepictions/com.marcuszhou.NineAnimator/depiction.json b/sileodepictions/com.marcuszhou.NineAnimator/depiction.json new file mode 100644 index 0000000..03642ab --- /dev/null +++ b/sileodepictions/com.marcuszhou.NineAnimator/depiction.json @@ -0,0 +1,169 @@ +{ + "minVersion": "0.1", + "headerImage": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/assets/Banners/nineanim.jpg", + "tintColor": "#8c10ba", + "tabs": [ + { + "tabname": "Details", + "views": [ + { + "itemCornerRadius": 6, + "itemSize": "{320, 275.41333333333336}", + "screenshots": [ + { + "accessibilityText": "Featured Animes", + "url": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_1.png", + "fullSizeURL": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_1.png" + }, + { + "accessibilityText": "Recently Viewed", + "url": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_2.png", + "fullSizeURL": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_2.png" + }, + { + "accessibilityText": "Search", + "url": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_3.png", + "fullSizeURL": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_3.png" + }, + { + "accessibilityText": "Search Results", + "url": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_4.png", + "fullSizeURL": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_4.png" + }, + { + "accessibilityText": "Choose Episodes", + "url": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_5.png", + "fullSizeURL": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_5.png" + }, + { + "accessibilityText": "Chromecast", + "url": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_6.png", + "fullSizeURL": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_6.png" + } + ], + "ipad": { + "itemCornerRadius": 9, + "itemSize": "{320, 550.8266666666667}", + "screenshots": [ + { + "accessibilityText": "Featured Animes", + "url": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_7.png?size=640", + "fullSizeURL": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_7.png" + }, + { + "accessibilityText": "Recently Viewed", + "url": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_2.png?size=640", + "fullSizeURL": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_2.png" + }, + { + "accessibilityText": "Search", + "url": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_3.png?size=640", + "fullSizeURL": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_3.png" + }, + { + "accessibilityText": "Search Results", + "url": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_4.png?size=640", + "fullSizeURL": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_4.png" + }, + { + "accessibilityText": "Choose Episodes", + "url": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_5.png?size=640", + "fullSizeURL": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_5.png" + }, + { + "accessibilityText": "Chromecast", + "url": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_6.png?size=640", + "fullSizeURL": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_6.png" + }, + { + "accessibilityText": "Picture in Picture", + "url": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_8.png?size=640", + "fullSizeURL": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_8.png" + } + ], + "class": "DepictionScreenshotView" + }, + "class": "DepictionScreenshotsView" + }, + { + "class": "DepictionMarkdownView", + "markdown": "## NineAnimator\nA simple yet elegant way of waching anime on your favorite anime website. NineAnimator is a free and open source anime watching app for iOS. Currently it supports 9anime.ru and masterani.me. NineAnimator currently supports the following video sources: RapidVideo, Mp4Upload, Streamango, MyCloud(unavailable for Google Cast), and Tiwi.Kiwi(may not be available for Google Cast)" + }, + { + "title": "Check out the source code here!", + "action": "https://github.com/SuperMarcus/NineAnimator", + "class": "DepictionTableButtonView" + }, + { + "class": "DepictionSeparatorView" + }, + { + "title": "Latest Version", + "class": "DepictionHeaderView" + }, + { + "title": "Version", + "text": "1.0.3", + "class": "DepictionTableTextView" + }, + { + "title": "Released", + "text": "4/5/19", + "class": "DepictionTableTextView" + }, + { + "title": "Compatibility", + "text": "iOS 11.2 to 12.1.2", + "class": "DepictionTableTextView" + }, + { + "title": "Price", + "text": "FREE", + "class": "DepictionTableTextView" + }, + { + "title": "Developer", + "text": "Marcus Zhou", + "class": "DepictionTableTextView" + }, + { + "title": "Github", + "action": "https://github.com/StrugglingDoge", + "class": "DepictionTableButtonView" + }, + { + "spacing": 16, + "class": "DepictionSpacerView" + }, + { + "spacing": 20, + "class": "DepictionSpacerView" + } + ], + "class": "DepictionStackView" + }, + { + "tabname": "Changelog", + "views": [ + { + "title": "1.0.3", + "useBoldText": true, + "useBottomMargin": true, + "class": "DepictionSubheaderView" + }, + { + "markdown": "\t\n\u2022 Update to latest version of NineAnimator.", + "useSpacing": false, + "class": "DepictionMarkdownView" + }, + { + "markdown": "Released 4/5/19", + "useRawFormat": true, + "class": "DepictionMarkdownView" + } + ], + "class": "DepictionStackView" + } + ], + "class": "DepictionTabView" +} 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 41803c5a3272a93f3652a9811179328d9fe5c532 Mon Sep 17 00:00:00 2001 From: StrugglingDoge Date: Wed, 1 May 2019 09:08:59 -0400 Subject: b1g fixes, we really out here --- depictions/com.marcuszhou.NineAnimator/info.xml | 3 +-- .../com.marcuszhou.NineAnimator/depiction.json | 16 ++++++++-------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/depictions/com.marcuszhou.NineAnimator/info.xml b/depictions/com.marcuszhou.NineAnimator/info.xml index 6166a99..a9f280b 100644 --- a/depictions/com.marcuszhou.NineAnimator/info.xml +++ b/depictions/com.marcuszhou.NineAnimator/info.xml @@ -12,8 +12,7 @@ A simple yet elegant way of waching anime on your favorite anime website. This tweak was created by Marcus Zhou and is open source! Check it out: https://github.com/SuperMarcus/NineAnimator - A simple yet elegant way of waching anime on your favorite anime website. NineAnimator is a free and open source anime watching app for iOS. Currently it supports 9anime.ru and masterani.me. - NineAnimator currently supports the following video sources: RapidVideo, Mp4Upload, Streamango, MyCloud(unavailable for Google Cast), and Tiwi.Kiwi(may not be available for Google Cast) + A simple yet elegant way of waching anime on your favorite anime website. NineAnimator is a free and open source anime watching app for iOS. This application only supports iOS 11.2 and above. Also, please report any issues to the above github! diff --git a/sileodepictions/com.marcuszhou.NineAnimator/depiction.json b/sileodepictions/com.marcuszhou.NineAnimator/depiction.json index 03642ab..10ad46b 100644 --- a/sileodepictions/com.marcuszhou.NineAnimator/depiction.json +++ b/sileodepictions/com.marcuszhou.NineAnimator/depiction.json @@ -8,7 +8,7 @@ "views": [ { "itemCornerRadius": 6, - "itemSize": "{320, 275.41333333333336}", + "itemSize": "{160, 275.41333333333336}", "screenshots": [ { "accessibilityText": "Featured Animes", @@ -43,13 +43,18 @@ ], "ipad": { "itemCornerRadius": 9, - "itemSize": "{320, 550.8266666666667}", + "itemSize": "{350, 550.8266666666667}", "screenshots": [ { "accessibilityText": "Featured Animes", "url": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_7.png?size=640", "fullSizeURL": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_7.png" }, + { + "accessibilityText": "Picture in Picture", + "url": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_8.png?size=640", + "fullSizeURL": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_8.png" + }, { "accessibilityText": "Recently Viewed", "url": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_2.png?size=640", @@ -74,11 +79,6 @@ "accessibilityText": "Chromecast", "url": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_6.png?size=640", "fullSizeURL": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_6.png" - }, - { - "accessibilityText": "Picture in Picture", - "url": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_8.png?size=640", - "fullSizeURL": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_8.png" } ], "class": "DepictionScreenshotView" @@ -87,7 +87,7 @@ }, { "class": "DepictionMarkdownView", - "markdown": "## NineAnimator\nA simple yet elegant way of waching anime on your favorite anime website. NineAnimator is a free and open source anime watching app for iOS. Currently it supports 9anime.ru and masterani.me. NineAnimator currently supports the following video sources: RapidVideo, Mp4Upload, Streamango, MyCloud(unavailable for Google Cast), and Tiwi.Kiwi(may not be available for Google Cast)" + "markdown": "## NineAnimator\nA simple yet elegant way of waching anime on your favorite anime website.\nNineAnimator is a free and open source anime watching app for iOS." }, { "title": "Check out the source code here!", -- 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 :) --- Packages | 10 ++-- Packages.bz2 | Bin 932 -> 920 bytes assets/Banners/Darkify.png | Bin 135251 -> 135227 bytes assets/Screenshots/screenshot.png | Bin 31622 -> 0 bytes assets/Screenshots/screenshot2.png | Bin 31622 -> 0 bytes index.html | 4 +- sileo-featured.json | 2 +- .../com.marcuszhou.NineAnimator/depiction.json | 54 ++++++++++----------- .../com.struggling.darkify/depiction.json | 10 ++-- 9 files changed, 40 insertions(+), 40 deletions(-) delete mode 100644 assets/Screenshots/screenshot.png delete mode 100644 assets/Screenshots/screenshot2.png diff --git a/Packages b/Packages index 95b7275..cd6686e 100644 --- a/Packages +++ b/Packages @@ -11,9 +11,9 @@ SHA256: edcf94979c64c1dbaa1e56b181afdf26be4083f8aed62b4761b75cc480c46ac7 Description: Darkify 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. Name: Darkify Author: StrugglingDoge -SileoDepiction: https://thestrugglingdoge.github.io/testrepo/sileodepictions/com.struggling.darkify/depiction.json -Depiction: https://thestrugglingdoge.github.io/testrepo/depictions/?p=com.struggling.darkify -Icon: https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/assets/TweakIcons/darkifyicon.png +SileoDepiction: https://thestrugglingdoge.github.io/repo/sileodepictions/com.struggling.darkify/depiction.json +Depiction: https://thestrugglingdoge.github.io/repo/depictions/?p=com.struggling.darkify +Icon: https://raw.githubusercontent.com/thestrugglingdoge/repo/gh-pages/assets/TweakIcons/darkifyicon.png Package: com.marcuszhou.NineAnimator Version: 1.0.3 @@ -29,6 +29,6 @@ SHA256: 2e6790f311c8b7d9930220625c3e3aa6260ec2e7a63cc94635a7e6ae02d7b376 Description: A simple yet elegant way of waching anime on your favorite anime website. NineAnimator is a free and open source anime watching app for iOS. Currently it supports 9anime.ru and masterani.me. Name: NineAnimator Author: Marcus Zhou -SileoDepiction: https://thestrugglingdoge.github.io/testrepo/sileodepictions/com.marcuszhou.NineAnimator/depiction.json +SileoDepiction: https://thestrugglingdoge.github.io/repo/sileodepictions/com.marcuszhou.NineAnimator/depiction.json Depiction: https://thestrugglingdoge.github.io/repo/depictions/?p=com.marcuszhou.NineAnimator -Icon: https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/assets/TweakIcons/nineanimpic.jpg \ No newline at end of file +Icon: https://raw.githubusercontent.com/thestrugglingdoge/repo/gh-pages/assets/TweakIcons/nineanimpic.jpg \ No newline at end of file diff --git a/Packages.bz2 b/Packages.bz2 index d5c9ecf..ed1a681 100644 Binary files a/Packages.bz2 and b/Packages.bz2 differ diff --git a/assets/Banners/Darkify.png b/assets/Banners/Darkify.png index 46e914d..7f85318 100644 Binary files a/assets/Banners/Darkify.png and b/assets/Banners/Darkify.png differ diff --git a/assets/Screenshots/screenshot.png b/assets/Screenshots/screenshot.png deleted file mode 100644 index 97d3f7a..0000000 Binary files a/assets/Screenshots/screenshot.png and /dev/null differ diff --git a/assets/Screenshots/screenshot2.png b/assets/Screenshots/screenshot2.png deleted file mode 100644 index 11baacd..0000000 Binary files a/assets/Screenshots/screenshot2.png and /dev/null differ diff --git a/index.html b/index.html index 466eaed..f829f26 100644 --- a/index.html +++ b/index.html @@ -56,7 +56,7 @@ height: 100%;

This is a Cydia/Sileo APT repo which contains some of my own themes/tweaks aswell as some other apps.

-

Add to Sileo: Here

+

Add to Sileo: Here

@@ -66,7 +66,7 @@ height: 100%;
-
Still using Cydia? Tap here to add to Cydia
+
Still using Cydia? Tap here to add to Cydia
diff --git a/sileo-featured.json b/sileo-featured.json index 9bf5275..ee71e1c 100644 --- a/sileo-featured.json +++ b/sileo-featured.json @@ -4,7 +4,7 @@ "itemCornerRadius": 10, "banners": [ { - "url": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/assets/Banners/Darkify.png", + "url": "https://raw.githubusercontent.com/thestrugglingdoge/repo/gh-pages/assets/Banners/Darkify.png", "title": "Darkify", "package": "com.struggling.darkify", "hideShadow": false diff --git a/sileodepictions/com.marcuszhou.NineAnimator/depiction.json b/sileodepictions/com.marcuszhou.NineAnimator/depiction.json index 10ad46b..014b17f 100644 --- a/sileodepictions/com.marcuszhou.NineAnimator/depiction.json +++ b/sileodepictions/com.marcuszhou.NineAnimator/depiction.json @@ -1,6 +1,6 @@ { "minVersion": "0.1", - "headerImage": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/assets/Banners/nineanim.jpg", + "headerImage": "https://raw.githubusercontent.com/thestrugglingdoge/repo/gh-pages/assets/Banners/nineanim.jpg", "tintColor": "#8c10ba", "tabs": [ { @@ -12,33 +12,33 @@ "screenshots": [ { "accessibilityText": "Featured Animes", - "url": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_1.png", - "fullSizeURL": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_1.png" + "url": "https://raw.githubusercontent.com/thestrugglingdoge/repo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_1.png", + "fullSizeURL": "https://raw.githubusercontent.com/thestrugglingdoge/repo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_1.png" }, { "accessibilityText": "Recently Viewed", - "url": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_2.png", - "fullSizeURL": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_2.png" + "url": "https://raw.githubusercontent.com/thestrugglingdoge/repo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_2.png", + "fullSizeURL": "https://raw.githubusercontent.com/thestrugglingdoge/repo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_2.png" }, { "accessibilityText": "Search", - "url": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_3.png", - "fullSizeURL": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_3.png" + "url": "https://raw.githubusercontent.com/thestrugglingdoge/repo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_3.png", + "fullSizeURL": "https://raw.githubusercontent.com/thestrugglingdoge/repo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_3.png" }, { "accessibilityText": "Search Results", - "url": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_4.png", - "fullSizeURL": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_4.png" + "url": "https://raw.githubusercontent.com/thestrugglingdoge/repo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_4.png", + "fullSizeURL": "https://raw.githubusercontent.com/thestrugglingdoge/repo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_4.png" }, { "accessibilityText": "Choose Episodes", - "url": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_5.png", - "fullSizeURL": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_5.png" + "url": "https://raw.githubusercontent.com/thestrugglingdoge/repo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_5.png", + "fullSizeURL": "https://raw.githubusercontent.com/thestrugglingdoge/repo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_5.png" }, { "accessibilityText": "Chromecast", - "url": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_6.png", - "fullSizeURL": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_6.png" + "url": "https://raw.githubusercontent.com/thestrugglingdoge/repo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_6.png", + "fullSizeURL": "https://raw.githubusercontent.com/thestrugglingdoge/repo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_6.png" } ], "ipad": { @@ -47,38 +47,38 @@ "screenshots": [ { "accessibilityText": "Featured Animes", - "url": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_7.png?size=640", - "fullSizeURL": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_7.png" + "url": "https://raw.githubusercontent.com/thestrugglingdoge/repo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_7.png?size=640", + "fullSizeURL": "https://raw.githubusercontent.com/thestrugglingdoge/repo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_7.png" }, { "accessibilityText": "Picture in Picture", - "url": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_8.png?size=640", - "fullSizeURL": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_8.png" + "url": "https://raw.githubusercontent.com/thestrugglingdoge/repo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_8.png?size=640", + "fullSizeURL": "https://raw.githubusercontent.com/thestrugglingdoge/repo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_8.png" }, { "accessibilityText": "Recently Viewed", - "url": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_2.png?size=640", - "fullSizeURL": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_2.png" + "url": "https://raw.githubusercontent.com/thestrugglingdoge/repo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_2.png?size=640", + "fullSizeURL": "https://raw.githubusercontent.com/thestrugglingdoge/repo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_2.png" }, { "accessibilityText": "Search", - "url": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_3.png?size=640", - "fullSizeURL": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_3.png" + "url": "https://raw.githubusercontent.com/thestrugglingdoge/repo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_3.png?size=640", + "fullSizeURL": "https://raw.githubusercontent.com/thestrugglingdoge/repo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_3.png" }, { "accessibilityText": "Search Results", - "url": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_4.png?size=640", - "fullSizeURL": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_4.png" + "url": "https://raw.githubusercontent.com/thestrugglingdoge/repo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_4.png?size=640", + "fullSizeURL": "https://raw.githubusercontent.com/thestrugglingdoge/repo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_4.png" }, { "accessibilityText": "Choose Episodes", - "url": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_5.png?size=640", - "fullSizeURL": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_5.png" + "url": "https://raw.githubusercontent.com/thestrugglingdoge/repo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_5.png?size=640", + "fullSizeURL": "https://raw.githubusercontent.com/thestrugglingdoge/repo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_5.png" }, { "accessibilityText": "Chromecast", - "url": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_6.png?size=640", - "fullSizeURL": "https://raw.githubusercontent.com/thestrugglingdoge/testrepo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_6.png" + "url": "https://raw.githubusercontent.com/thestrugglingdoge/repo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_6.png?size=640", + "fullSizeURL": "https://raw.githubusercontent.com/thestrugglingdoge/repo/gh-pages/depictions/com.marcuszhou.NineAnimator/screenshots/screenshot_6.png" } ], "class": "DepictionScreenshotView" 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 From 669f9f5b1ff40aea4d8a8cbf02c63b995e06d29e Mon Sep 17 00:00:00 2001 From: StrugglingDoge Date: Wed, 1 May 2019 22:17:09 -0400 Subject: oops omega lul --- Release | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Release b/Release index 443b4c1..81c199d 100644 --- a/Release +++ b/Release @@ -1,8 +1,8 @@ -Origin: Struggling Doge Test Repo -Label: Struggling Doge Test Repo +Origin: Struggling Doge Repo +Label: Struggling Doge Repo Suite: stable Version: 1.0 Codename: ios Architectures: iphoneos-arm Components: main -Description: A small test repository to hold tweaks \ No newline at end of file +Description: A small repository to hold some of my own tweaks/themes and other apps \ No newline at end of file -- cgit v1.2.3 From 007a17908244b5ef53a74dd622f9f650cc776109 Mon Sep 17 00:00:00 2001 From: StrugglingDoge Date: Sun, 5 May 2019 21:11:51 -0400 Subject: oops omega lul --- Release | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Release b/Release index 443b4c1..81c199d 100644 --- a/Release +++ b/Release @@ -1,8 +1,8 @@ -Origin: Struggling Doge Test Repo -Label: Struggling Doge Test Repo +Origin: Struggling Doge Repo +Label: Struggling Doge Repo Suite: stable Version: 1.0 Codename: ios Architectures: iphoneos-arm Components: main -Description: A small test repository to hold tweaks \ No newline at end of file +Description: A small repository to hold some of my own tweaks/themes and other apps \ No newline at end of file -- cgit v1.2.3