From 38c5ae447a8ac504def13fa31b60891a903b372f Mon Sep 17 00:00:00 2001
From: SunglassJerry <96760535+SunglassJerry@users.noreply.github.com>
Date: Tue, 26 Dec 2023 09:50:41 +0600
Subject: [PATCH] Removed manga faq (#93)
* Update README.md
* Update beta.yml
* Update strings.xml
* Update FAQActivity.kt
---------
Co-authored-by: rebel onion <87634197+rebelonion@users.noreply.github.com>
---
README.md | 6 +++++-
app/src/main/java/ani/dantotsu/settings/FAQActivity.kt | 5 -----
app/src/main/res/values/strings.xml | 3 ---
3 files changed, 5 insertions(+), 9 deletions(-)
diff --git a/README.md b/README.md
index a5605a6c..adc78f62 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ Dantotsu is an [Anilist](https://anilist.co/) only client.
> **Dantotsu (断トツ; Dan-totsu)** literally means "the best of the best" in Japanese. Try it out for yourself and be the judge!
-
+
### 🚀 STAR THIS REPOSITORY TO SUPPORT THE DEVELOPER AND ENCOURAGE THE DEVELOPMENT OF THE APPLICATION!
@@ -31,6 +31,10 @@ You can come hang out with our awesome community, request new features, and repo
+## VISITORS
+
+
+
## LICENSE 📜
Dantotsu is licensed under the [GNU General Public License v3.0](LICENSE.md)
diff --git a/app/src/main/java/ani/dantotsu/settings/FAQActivity.kt b/app/src/main/java/ani/dantotsu/settings/FAQActivity.kt
index c03ba9e1..0f8efc34 100644
--- a/app/src/main/java/ani/dantotsu/settings/FAQActivity.kt
+++ b/app/src/main/java/ani/dantotsu/settings/FAQActivity.kt
@@ -61,11 +61,6 @@ class FAQActivity : AppCompatActivity() {
currContext()!!.getString(R.string.question_7),
currContext()!!.getString(R.string.answer_7)
),
- Triple(
- R.drawable.ic_round_menu_book_24,
- currContext()!!.getString(R.string.question_8),
- currContext()!!.getString(R.string.answer_8)
- ),
Triple(
R.drawable.ic_round_lock_open_24,
currContext()!!.getString(R.string.question_9),
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 58b40d9c..2668a0ab 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -569,9 +569,6 @@
\n\nNote: Direct downloads are also possible without a manager but it\'s not recommended.
- How to download Manga Chapters?
- It is yet not possible to download chapters in Dantotsu but this feature will be implemented soon.
-
How to enable NSFW content?
You can enable nsfw content by enabling 18+ contents from this [link](https://anilist.co/settings/media).