Aria Moradi
Aria Moradi
```gradle tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all { kotlinOptions { jvmTarget = "1.8" } } ``` should be converted to ```kotlin tasks.withType { kotlinOptions { jvmTarget = "1.8" } } ``` but is converted to:...
I started this project as a BS thesis and its long done now, I am constantly busy with other projects and I won't be able to give this project (and...
## What feature should be added to Tachidesk? Batch download endpoint to request downloading for multiple manga in a single request ## Why/Project's Benefit/Existing Problem
The implementation is partial, up for grabs if anyone wants to continue. Goals of the current implementation: - Only handle single user mode. - Potentially receive username and password from...
- MyReadingManga (EN) -> `Stub!` Exception on `android.webkit.WebSettings.getDefaultUserAgent` (might be fixed?) - Manhuaren/漫画人 (ZH) ->`Stub!` Exception on `android.text.format.DateFormat.format` - Imperfect Comics -> needs investigation
- Testable design - support operations - enqueue - unqueue - pause/stop - re-order - use corutines - parallel image downloading and smooth percentage - parallel download jobs - status...
## What feature should be added to Tachidesk? Good entity names, one concrete entity class/object. ## Why/Project's Benefit/Existing Problem - The code is confused on whether it should use data...
- #212 - Remove the Application directory migration code
## Steps to reproduce (may be easier to reproduce on Oracle Java 8 under windows) 1. Open source browse on WebUI 2. Some covers may be wrong ### Expected behavior...