This commit is contained in:
Finnley Somdahl 2023-11-05 02:17:57 -06:00
commit 5a482d8307
5 changed files with 31 additions and 6 deletions

View file

@ -1,5 +1,5 @@
<p align="center">
<img src="https://pbxt.replicate.delivery/2PX94viD6lJSDVayQrGyDH7CGu7IjQ6e8HEtOGDeelefXRdOC/out.png" alt="Dantotsu Banner" width=90% >
<img src="https://pbxt.replicate.delivery/2PX94viD6lJSDVayQrGyDH7CGu7IjQ6e8HEtOGDeelefXRdOC/out.png" alt="Dantotsu Banner" width=100% >
</p>
<p align="center">
<img src="https://img.shields.io/badge/platforms-android-blueviolet?style=for-the-badge"/>
@ -43,6 +43,20 @@ Dantotsu is crafted from the ashes of Saikou and is based on simplistic yet stat
- **AVAILABLE MANGA SOURCES:** None built-in! Add your own extensions in the settings menu. (Dantotsu has no affiliation with any of the extensions)
## Screenshots 📸
Here are some screenshots of Dantotsu:
<p align="center">
<img src="https://imgur.com/rztfl6c.png" alt="Screenshot 1" width="400">
<img src="https://imgur.com/H31HkeV.png" alt="Screenshot 2" width="400">
</p>
<p align="center">
<img src="https://imgur.com/fCmB9ca.png" alt="Screenshot 3" width="400">
<img src="https://imgur.com/hfdqkvo.png" alt="Screenshot 4" width="400">
</p>
## PLANNED STUFF 📝
- TV Support 📺
@ -69,9 +83,10 @@ You can come hang out with our awesome community, request new features, and repo
</a>
</p>
### VISIT FOR MORE INFORMATION 🌐
### VISIT OUR WEBSITE FOR MORE INFORMATION 🌐
[![Click to Visit](https://img.shields.io/badge/Click%20to%20Visit-%23A800D9?style=for-the-badge&logo=github)](https://dantotsu.app/)
No website yet (WIP)😔
## DISCLAIMER 🚫

View file

@ -244,7 +244,8 @@ class SelectorDialogFragment : BottomSheetDialogFragment() {
if (video.format == VideoType.CONTAINER) {
binding.urlSize.visibility = if (video.size != null) View.VISIBLE else View.GONE
binding.urlSize.text =
(if (video.extraNote != null) " : " else "") + DecimalFormat("#.##").format(video.size ?: 0).toString() + " MB"
// if video size is null or 0, show "Unknown Size" else show the size in MB
(if (video.extraNote != null) " : " else "") + (if (video.size == 0) "Unknown Size" else (DecimalFormat("#.##").format(video.size ?: 0).toString()+ " MB"))
}
else {
binding.urlQuality.text = "Multi Quality"

View file

@ -0,0 +1,9 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="960"
android:viewportHeight="960">
<path
android:fillColor="#FF000000"
android:pathData="m819,932 l-92,-92L200,840q-33,0 -56.5,-23.5T120,760v-527l-92,-93 56,-56L876,876l-57,56ZM200,760h447l-80,-80L240,680l120,-160 80,109 34,-42 -274,-274v447ZM840,727 L760,647v-447L313,200l-80,-80h527q33,0 56.5,23.5T840,200v527ZM539,426ZM424,537Z"/>
</vector>

View file

@ -519,7 +519,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:checked="false"
android:drawableStart="@drawable/ic_round_new_releases_24"
android:drawableStart="@drawable/ic_round_no_icon"
android:drawablePadding="16dp"
android:elegantTextHeight="true"
android:fontFamily="@font/poppins_bold"

View file

@ -624,7 +624,7 @@
<string name="view_manga">View Manga</string>
<string name="force_legacy_installer">Force Legacy Installer</string>
<string name="extensions_settings">Extensions</string>
<string name="skip_loading_extension_icons">skip loading extension icons</string>
<string name="skip_loading_extension_icons">Skip loading extension icons</string>
<string name="use_material_you">Use Material You</string>
<string name="extension_specific_dns">Extension-specific DNS</string>
<string name="theme_">Theme:</string>