From 22e687b9d8db80075bbbbff8ceb0d27d7c884e4e Mon Sep 17 00:00:00 2001
From: rebelonion <87634197+rebelonion@users.noreply.github.com>
Date: Thu, 8 Feb 2024 08:15:51 -0600
Subject: [PATCH] feat: add more helpers/developers
---
app/build.gradle | 2 +-
.../settings/DevelopersDialogFragment.kt | 30 +++++++++++++++----
app/src/main/res/values/strings.xml | 2 +-
3 files changed, 26 insertions(+), 8 deletions(-)
diff --git a/app/build.gradle b/app/build.gradle
index cdf6652a..89eafa1b 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -51,7 +51,7 @@ android {
applicationIdSuffix ".beta"
versionNameSuffix "-beta01"
manifestPlaceholders = [icon_placeholder: "@mipmap/ic_launcher_beta", icon_placeholder_round: "@mipmap/ic_launcher_beta_round"]
- debuggable System.getenv("CI") == null
+ debuggable false
}
release {
manifestPlaceholders = [icon_placeholder: "@mipmap/ic_launcher", icon_placeholder_round: "@mipmap/ic_launcher_round"]
diff --git a/app/src/main/java/ani/dantotsu/settings/DevelopersDialogFragment.kt b/app/src/main/java/ani/dantotsu/settings/DevelopersDialogFragment.kt
index 68542836..b7a12ad1 100644
--- a/app/src/main/java/ani/dantotsu/settings/DevelopersDialogFragment.kt
+++ b/app/src/main/java/ani/dantotsu/settings/DevelopersDialogFragment.kt
@@ -19,24 +19,42 @@ class DevelopersDialogFragment : BottomSheetDialogFragment() {
"Owner and Maintainer",
"https://github.com/rebelonion"
),
- Developer(
- "Wai What",
- "https://avatars.githubusercontent.com/u/149729762?v=4",
- "Icon Designer",
- "https://github.com/WaiWhat"
- ),
Developer(
"Aayush262",
"https://avatars.githubusercontent.com/u/99584765?v=4",
"Contributor",
"https://github.com/aayush2622"
),
+ Developer(
+ "Sadwhy",
+ "https://avatars.githubusercontent.com/u/99601717?v=4",
+ "Contributor",
+ "https://github.com/Sadwhy"
+ ),
+ Developer(
+ "Wai What",
+ "https://avatars.githubusercontent.com/u/149729762?v=4",
+ "Icon Designer",
+ "https://github.com/WaiWhat"
+ ),
Developer(
"MarshMeadow",
"https://avatars.githubusercontent.com/u/88599122?v=4",
"Beta Icon Designer",
"https://github.com/MarshMeadow?tab=repositories"
),
+ Developer(
+ "Zaxx69",
+ "https://avatars.githubusercontent.com/u/138523882?v=4",
+ "Telegram Admin",
+ "https://github.com/Zaxx69"
+ ),
+ Developer(
+ "Arif Alam",
+ "https://avatars.githubusercontent.com/u/70383209?v=4",
+ "Head Discord Moderator",
+ "https://youtube.com/watch?v=dQw4w9WgXcQ"
+ ),
)
override fun onCreateView(
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index dbb63dc4..0bf5aad7 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -175,7 +175,7 @@
UI Settings
About
" Dantotsu is crafted from the ashes of Saikou and based on simplistic yet state-of-the-art elegance. It is an Anilist only client, which also lets you stream-download Anime through extensions & Manga.\nDantotsu literally means the \"best of the best\" in japanese. Well, we would like to say this is the best open source app for anime and manga on Android, what would you say?"
- Developers
+ Developers/Helpers
Disclaimer
- Dantotsu by itself only provides an anime and manga tracker and does not provide any anime or manga streaming or downloading capabilities.