diff --git a/files/assets/Cringetopia_v2.2.apk b/files/assets/app_Cringetopia.apk similarity index 100% rename from files/assets/Cringetopia_v2.2.apk rename to files/assets/app_Cringetopia.apk diff --git a/files/assets/PCM_v2.2.apk b/files/assets/app_PCM.apk similarity index 100% rename from files/assets/PCM_v2.2.apk rename to files/assets/app_PCM.apk diff --git a/files/assets/rDrama_v2.2.apk b/files/assets/app_rDrama.apk similarity index 100% rename from files/assets/rDrama_v2.2.apk rename to files/assets/app_rDrama.apk diff --git a/files/assets/Cringetopia.json b/files/assets/manifest_Cringetopia.json similarity index 100% rename from files/assets/Cringetopia.json rename to files/assets/manifest_Cringetopia.json diff --git a/files/assets/PCM.json b/files/assets/manifest_PCM.json similarity index 100% rename from files/assets/PCM.json rename to files/assets/manifest_PCM.json diff --git a/files/assets/WPD.json b/files/assets/manifest_WPD.json similarity index 100% rename from files/assets/WPD.json rename to files/assets/manifest_WPD.json diff --git a/files/assets/rDrama.json b/files/assets/manifest_rDrama.json similarity index 100% rename from files/assets/rDrama.json rename to files/assets/manifest_rDrama.json diff --git a/files/templates/default.html b/files/templates/default.html index 202faba23..a94a69390 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -97,7 +97,7 @@ - + diff --git a/files/templates/header.html b/files/templates/header.html index 2decdac95..63d9d5733 100644 --- a/files/templates/header.html +++ b/files/templates/header.html @@ -57,6 +57,10 @@ + {% if g.webview %} + + {% endif %} + {% if v %} {% if v.notifications_count %} {{v.notifications_count}} @@ -159,7 +163,7 @@
- Android app + Android app Changelog @@ -221,7 +225,7 @@ {% endif %} - Android app + Android app Source code diff --git a/files/templates/journoid_banner.html b/files/templates/journoid_banner.html index 4f5c6b63e..a23b995b0 100644 --- a/files/templates/journoid_banner.html +++ b/files/templates/journoid_banner.html @@ -1,8 +1,3 @@ -{# JournoidBanner Index (keep updated for clarity's sake): - [0] TransParentTransKid (good coverage) on the Independent - [1] TransParentTransKid (lol coverage) on Reuters - [2] "Furry Culture Month" baited Libs of TikTok on Mashable -#} {% set JOURNOID_BANNERS = [ ( "As seen on The Independent 📰✨💞", @@ -10,15 +5,20 @@ "/post/61530/" ), ( - "Has been fact-checked by Reuters 📰", + "As seen on Reuters 📰✨💞", "https://www.reuters.com/article/factcheck-socialmedia-gender/fact-check-post-about-parent-forcefully-medicating-transgender-child-is-fabricated-idUSL2N2WC1OK", "/post/60443/" ), ( - "As seen on Mashable & Libs of TikTok 📰✨", + "As seen on Mashable 📰✨💞", "https://mashable.com/article/libs-of-tiktok-furries-school-troll-fake", "/post/63155/" ), + ( + "As seen on Business Insider 📰✨💞", + "https://mashable.com/article/libs-of-tiktok-furries-school-troll-fake", + "/post/19236/" + ), ] %}