-
Notifications
You must be signed in to change notification settings - Fork 543
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DoujinDesu : Fix and Add Some Feature (#6479)
* DoujinDesu : Fix and Add Some Feature Add some New Filter - Author Filter - Character Filter Add some Detail in MangaDetail - Author - Group - Series / Serialization Fix or Modified some Selector - Title Selector - Page Selector - Author Selector - Character Selector - Series Selector - Group Selector Change Language from En to Id on Filter Tab and Change BaseUrl tab * Change Filter Header * Lint for Filter Group * Apply suggestion * Apply suggestion * Update src/id/doujindesu/src/eu/kanade/tachiyomi/extension/id/doujindesu/DoujinDesu.kt Thanks to vetleledaal Co-authored-by: Vetle Ledaal <[email protected]> * Apply suggestion * Lint * Update Status Selector Thanks to AwkwardPeak7 Co-authored-by: AwkwardPeak7 <[email protected]> * Apply suggestion * Apply suggestion Thanks to AwkwardPeak7 * Make description is not null * Forget to change desc lang to id --------- Co-authored-by: Vetle Ledaal <[email protected]> Co-authored-by: AwkwardPeak7 <[email protected]>
- Loading branch information
1 parent
e90eb91
commit ef02512
Showing
2 changed files
with
79 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
ext { | ||
extName = 'DoujinDesu' | ||
extClass = '.DoujinDesu' | ||
extVersionCode = 6 | ||
extVersionCode = 7 | ||
isNsfw = true | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters