Commit Graph

661 Commits (a0b86035100a73d7231a5c5a15c2ec52be73388d)

Author SHA1 Message Date
Koitharu a0b8603510
Update dependencies 12 months ago
Koitharu 61c068d4ee
Fix locales config 12 months ago
Koitharu 4fcb3a969b
Fix per-app locale selection 12 months ago
Koitharu 23f3182769
Update parsers 12 months ago
kadirkid 104d8da655 Switch per language support to manual
The current automatic support setup has a bug where the app language will change for users with Android 15 when there is a configuration change like rotating a screen. It seems that that using generateLocaleConfig on AGP 8.8+ triggers a bug in Android 15 (android:defaultLocale) which causes this issue
12 months ago
Koitharu 842ecaaff6
Merge branch 'master' into devel 1 year ago
Koitharu 0983885fa2
Update private notifications visibility 1 year ago
Koitharu f91f55fa66
Fix warnings and code cleanup 1 year ago
Koitharu d542fa6bb6
Update database structure and migrate from kapt to ksp 1 year ago
Koitharu cf2d1aa6fb
Fix main navbar height 1 year ago
Koitharu 31586cf48f
Fix avif image decoding 1 year ago
Koitharu 313c2ab2bf
Respect rounded corners for page numbers (#1360) 1 year ago
Koitharu 5fa58b931e
Fix Cloudflare protection resolving 1 year ago
Koitharu e4b9da54dd
Update parsers 1 year ago
Koitharu 3c726c1c56
Update dependencies 1 year ago
Koitharu d4a2d97071
Fixes 1 year ago
Koitharu 93e8e87b03
Improve global search 1 year ago
Koitharu 30d1d47cdc
Fixes 1 year ago
Koitharu 0e76e69aab
Update parsers 1 year ago
Koitharu 19e8e3a618
Update kotlin to 2.1 1 year ago
Koitharu cfecfce51e
Update parsers 1 year ago
Koitharu 7efc47724e
Improve mime-type handling 1 year ago
Koitharu 8c79df3d35
Details ui updates 1 year ago
Koitharu 66645d93f8
Update parsers 1 year ago
Koitharu b5053b7820
Update parsers 1 year ago
Koitharu 56ece80f2a
Bump version 1 year ago
Koitharu cffc6cfd39
Fixes 1 year ago
Koitharu 1568a48328
Update parsers 1 year ago
Koitharu b2bfebaea2
Update dependencies 1 year ago
Koitharu 644f0af262
Refactor dependencies catalog 1 year ago
Koitharu e2902fa1ba
Fix dependencies 1 year ago
Koitharu f9e4752b8c
Merge branch 'add/libs-version-toml-dependency-management' of github.com:CodeWithTamim/Kotatsu into CodeWithTamim-add/libs-version-toml-dependency-management 1 year ago
Koitharu dba727bfcb
Improvements for nightly build 1 year ago
Koitharu 3ee97a3b99
Fix nightly versionName/versionCode 1 year ago
Koitharu 57d1f54318
Refactor pages saving 1 year ago
Koitharu b66a77843e
Add nightly build type 1 year ago
Koitharu 03518dd9b4
Update dependencies 2 years ago
Koitharu d926f334e8
Merge branch 'master' into devel 2 years ago
Koitharu 38b342b721
Update dependencies, fix covers restoring 2 years ago
Koitharu 0c56e730fe
Change periodical backup creation 2 years ago
Koitharu 9425d29596
Migrate LocalMangaInfo to Okio 2 years ago
Koitharu 9bb76cc0b2
Update parsers (fix json iterator) 2 years ago
Koitharu ad0452486f
Merge branch 'master' into devel 2 years ago
Koitharu 855b55da9d
Update parsers 2 years ago
Koitharu 436168b940
Migrate to coil3 2 years ago
Koitharu 89d395178c
Support for AVIF images
(cherry picked from commit c15a0ece3e)
2 years ago
Koitharu 9942ad5e56
Fix pages loading issues
(cherry picked from commit 5bccc595a8)
2 years ago
Koitharu 486daf69bf
Update link resolver
(cherry picked from commit c1d577bdf3)
2 years ago
Koitharu c15a0ece3e
Support for AVIF images 2 years ago
Tamim Hossain 6bf034fd37 Add libs.versions.toml for centralized dependency management
- Introduced `libs.versions.toml` to manage dependencies in a centralized and structured manner.
- This improves maintainability and makes it easier to update and manage library versions across the project.
- Follows best practices for Gradle dependency management by separating version definitions from build scripts.
2 years ago