Skip to content

Commit

Permalink
Remove Ukiyotoon and rebrand InariManga to VisorInari (#5567)
Browse files Browse the repository at this point in the history
rebrand againnnnn
  • Loading branch information
bapeey authored Oct 18, 2024
1 parent 222bfcc commit 80f5d24
Show file tree
Hide file tree
Showing 14 changed files with 7 additions and 35 deletions.
8 changes: 4 additions & 4 deletions src/es/inarimanga/build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ext {
extName = 'Inari Manga'
extClass = '.InariManga'
extName = 'Visor Inari'
extClass = '.VisorInari'
themePkg = 'mangathemesia'
baseUrl = 'https://inarimanga.cooksu.net'
overrideVersionCode = 12
baseUrl = 'https://visorinari.com'
overrideVersionCode = 13
isNsfw = true
}

Expand Down
Binary file modified src/es/inarimanga/res/mipmap-hdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/es/inarimanga/res/mipmap-mdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/es/inarimanga/res/mipmap-xhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/es/inarimanga/res/mipmap-xxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/es/inarimanga/res/mipmap-xxxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import okhttp3.HttpUrl.Companion.toHttpUrl
import java.text.SimpleDateFormat
import java.util.Locale

class InariManga : MangaThemesia(
"Inari Manga",
"https://inarimanga.cooksu.net",
class VisorInari : MangaThemesia(
"Visor Inari",
"https://visorinari.com",
"es",
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("es")),
) {
Expand Down
10 changes: 0 additions & 10 deletions src/es/ukiyotoon/build.gradle

This file was deleted.

Binary file removed src/es/ukiyotoon/res/mipmap-hdpi/ic_launcher.png
Binary file not shown.
Binary file removed src/es/ukiyotoon/res/mipmap-mdpi/ic_launcher.png
Binary file not shown.
Binary file removed src/es/ukiyotoon/res/mipmap-xhdpi/ic_launcher.png
Binary file not shown.
Binary file removed src/es/ukiyotoon/res/mipmap-xxhdpi/ic_launcher.png
Binary file not shown.
Binary file removed src/es/ukiyotoon/res/mipmap-xxxhdpi/ic_launcher.png
Binary file not shown.

This file was deleted.

0 comments on commit 80f5d24

Please sign in to comment.