Chopper
c5fbede326
Taiyo: Fix token ( #8127 )
...
Fix token
2025-03-27 00:02:34 +00:00
AwkwardPeak7
060473aedf
use Preferences functions from utils ( #7757 )
...
* import all temporarily
* use `getPreferencesLazy()`
regex: lazy\s*\{\s*Injekt\.get<Application>\(\)\.getSharedPreferences\(\"source_\$id\"\, 0x0000\)(!!)?\s*\}
* use `getPreferences()`
regex: Injekt\.get<Application>\(\)\.getSharedPreferences\(\"source_\$id\"\, 0x0000\)(!!)?
* `getPreferences` and `getPreferencesLazy` with migration
regex to find: getPreferences\(\)\s*\.
* preferences edge cases
* run lint
* why kotlinter not add newline
* bruh
* bump
* unused import not caught by kotlinter
* review suggestions on all files
* bump after merge main
* review
* reduce usage of
2025-03-27 00:02:28 +00:00
AwkwardPeak7
0658c1926c
revert kotlin 2.1.0 and deps for now ( #7468 )
...
generated serializers seem to be missing in final apk, need further investigation
2025-02-23 21:31:11 +00:00
AwkwardPeak7
4867bf18a0
Update to Kotlin 2.1.0 and add spotless linter ( #7447 )
...
* update kotlin & deps
* add spotless
* fetch depth
* lint...
* adjust rules
* Revert "lint..."
This reverts commit cc2f99fb218726d90045c5104ab9592a179cb6b6.
* lint
* rm generated file
2025-02-23 21:29:55 +00:00
Vetle Ledaal
c15852943e
Remove named capture groups from most extensions ( #7328 )
...
* remove named capture group (simple)
* remove named capture group (spot checks)
2025-02-23 21:26:49 +00:00
Cuong-Tran
7ec1dfaf48
Explicit cloudflareClient if Cloudflare hosted ( #6676 )
2025-01-18 20:13:01 +00:00
Chopper
f84ec7c418
Taiyo: Fix token ( #6045 )
...
Fix token
2024-12-14 06:55:31 +00:00
Chopper
0fc23e3cb0
Taiyo: Fix popularManga, search and chapterList ( #5963 )
...
* Fix popularManga, search and chapterList
* Typo
* Change limit per page
* Remove useless code
* Cleanup
* Fix chapter date_upload
2024-12-14 06:55:31 +00:00
Claudemirovsky
73be84037b
New source: pt/Taiyō ( #799 )
...
* feat: Create Taiyō base
* feat: Implement popular manga page
* feat: Implement latest updates page
* feat: Implement search manga page
* feat: (finally) Implement manga details page
i hate it
* feat: Implement chapter list
* feat: Parse page list
* feat: Rate-limit requests to image CDN
* fix: Fix crash when using URL intent handler
* chore: Add source icon
* Optimize icons with pingo
---------
Co-authored-by: beerpiss <lacvtg.a1.2023@gmail.com>
2024-01-30 22:11:53 +00:00