Skip to content

Commit

Permalink
Removed manga faq (#93)
Browse files Browse the repository at this point in the history
* Update README.md

* Update beta.yml

* Update strings.xml

* Update FAQActivity.kt

---------

Co-authored-by: rebel onion <[email protected]>
  • Loading branch information
SunglassJerry and rebelonion authored Dec 26, 2023
1 parent eb75d29 commit 38c5ae4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
<a href="https://www.buymeacoffee.com/rebelonion"><img src="https://img.buymeacoffee.com/button-api/?text=Buy me a coffee&emoji=&slug=rebelonion&button_colour=FFDD00&font_colour=000000&font_family=Poppins&outline_colour=000000&coffee_colour=ffffff" /></a>
<a href="https://www.buymeacoffee.com/rebelonion"><img src="https://img.buymeacoffee.com/button-api/?text=Buy me a coffee&emoji=&slug=rebelonion&button_colour=FFDD00&font_colour=030201&font_family=Poppins&outline_colour=000000&coffee_colour=ffffff" /></a>

### 🚀 STAR THIS REPOSITORY TO SUPPORT THE DEVELOPER AND ENCOURAGE THE DEVELOPMENT OF THE APPLICATION!

Expand All @@ -31,6 +31,10 @@ You can come hang out with our awesome community, request new features, and repo
</a>
</p>

## VISITORS

<img src="https://count.getloli.com/get/@:rebeloniondantotsu" alt=":rebeloniondantotsu" />

## LICENSE 📜

Dantotsu is licensed under the [GNU General Public License v3.0](LICENSE.md)
5 changes: 0 additions & 5 deletions app/src/main/java/ani/dantotsu/settings/FAQActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down
3 changes: 0 additions & 3 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -569,9 +569,6 @@

\n\nNote: Direct downloads are also possible without a manager but it\'s not recommended.</string>

<string name="question_8">How to download Manga Chapters?</string>
<string name="answer_8">It is yet not possible to download chapters in Dantotsu but this feature will be implemented soon.</string>

<string name="question_9">How to enable NSFW content?</string>
<string name="answer_9">You can enable nsfw content by enabling 18+ contents from this [link](https://anilist.co/settings/media).</string>

Expand Down

0 comments on commit 38c5ae4

Please sign in to comment.