AntsyLich
9c3cc1ca5f
Convert :source-api and :source-local to android library module ( #3636 )
...
- There's really no plan to support other platforms on this code base
- The "KMP" modules only had android target which is rather pointless
- `i18n` involves more work but given it has no actual code keeping it as is
2026-07-23 16:47:24 +00:00
NGB-Was-Taken
47d7c0f2ea
Optimize imports across all modules ( #3635 )
...
* Run optimize imports across all modules since spotless doesn't catch unused imports
* Remove import by adding qualifier in KDoc
2026-07-23 22:46:58 +06:00
AntsyLich
8e323e30de
Update store decoding to account for new CONTENT_WARNING_UNSPECIFIED ( #3472 )
2026-06-26 07:24:53 +00:00
AntsyLich
3bb734dde7
Swap store content rating for warning and move to extension level
2026-06-22 00:37:39 +06:00
AntsyLich
5f5a034112
Allow extension stores to have separate extension list file ( #3454 )
2026-06-21 18:26:38 +00:00
AntsyLich
eb5f57a48c
Simplify extension store decoding and add gzip compression support ( #3453 )
2026-06-21 15:08:52 +00:00
AntsyLich
94cab02c1e
Adapt model implementation for TachiyomiX 1.6 ( #3412 )
2026-06-15 17:32:39 +00:00
AntsyLich
4c37f4c764
Adapt source implementation for TachiyomiX 1.6 ( #3243 )
2026-06-13 20:34:31 +00:00
AntsyLich
c15f7bee85
Ensure old extension store is removed if index url changes ( #3408 )
2026-06-13 18:14:16 +00:00
AntsyLich
d4327c8d48
Add auto migration support from legacy extension store index ( #3398 )
2026-06-10 22:29:27 +06:00
AntsyLich
f87c4d55e3
Use more sqldelight coroutines extensions
2026-06-07 18:01:17 +06:00
AntsyLich
b446d2a6b1
Change extension repo to extension store and add support for newer extension index format ( #3349 )
2026-06-03 06:35:44 +06:00
AntsyLich
b4a3ec0b32
Fix chapters and categories not being added to database
...
Closes #3278
Fixes #3291
2026-05-12 02:04:58 +06:00
AntsyLich
8e0c911f93
Update sqldelight-androidx-driver and remove transaction management ( #3270 )
...
`sqldelight-androidx-driver` has it's own transaction management
2026-04-27 18:24:30 +06:00
MajorTanya
52fc38e965
Run SQLDelight database migration verification task in CI ( #3170 )
2026-03-31 05:15:32 +06:00
AntsyLich
209805359e
Merge tag 'v0.19.7'
2026-03-25 23:58:00 +06:00
AntsyLich
cb0e329716
Fix wrong exception being caught after 8c480c6355 migration
...
`android.database.sqlite.SQLiteException` instead of `android.database.SQLException`
2026-03-23 18:05:09 +06:00
AntsyLich
4af8f1eab0
Cleanup and rework build logic ( #3113 )
2026-03-22 01:34:45 +06:00
AntsyLich
e930f38608
Merge and cleanup version catalogs ( #3103 )
2026-03-20 21:15:40 +06:00
AntsyLich
d3dcb7fe4b
Revert "Fix thread starvation caused by not yielding or using an inappropriate thread pool ( #2955 )"
...
This reverts commit 22d5c9d9f4 .
2026-03-20 15:28:29 +06:00
Leodyver Semilla
c495753315
Fix tracker-induced duplicate key crash in duplicate detection ( #3040 )
2026-03-19 08:24:58 +00:00
AntsyLich
0024278f4b
Reapply "Fix thread starvation caused by not yielding or using an inappropriate thread pool ( #2955 )"
...
This reverts commit 1d7c838ae6 .
2026-02-26 18:42:54 +06:00
AntsyLich
1d7c838ae6
Revert "Fix thread starvation caused by not yielding or using an inappropriate thread pool ( #2955 )"
...
This reverts commit 22d5c9d9f4
2026-02-26 18:25:56 +06:00
NarwhalHorns
89bbdb17fb
Utilize tracker for library duplicate detection ( #2978 )
...
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com >
2026-02-21 10:26:36 +00:00
Luca Auer
22d5c9d9f4
Fix thread starvation caused by not yielding or using an inappropriate thread pool ( #2955 )
2026-02-15 21:47:31 +06:00
Luca Auer
cae9fbf321
Add missing indexes to improve database query performance ( #2950 )
2026-02-15 00:43:31 +06:00
MajorTanya
bbe9aa8561
Add Filters to Updates screen ( #2851 )
...
* Add Filters to Updates screen
Behaves basically like the filters in the library:
- Unread: Show/Don't show unread chapters
- Downloaded: Show/Don't show downloaded chapters
- Started: Show/Don't show chapters that have some progress but aren't
fully Read
- Bookmarked: Show/Don't show chapters that have been bookmarked
Started behaves differently from its Library counterpart because the
actual manga data is not available at this point in time and I thought
calling getManga for each entry without caching would be a pretty bad
idea.
I have modelled this closely on the filter control flow in the
Library, but I'm sure this can be simplified/adjusted in some way.
* Move most filtering logic to SQL
Unread, Started, and Bookmarked filters are now part of the SQL query.
Download state cannot be filtered in the database so it remains in
Kotlin.
Because the Downloaded filter has to be run in Kotlin, the combine
flow uses the preferences flow twice, once to get the SQL query params
and once for the Kotlin filters (only Downloaded at this time).
* Add "Hide excluded scanlators" to update filters
Based on the work done in #1623 but integrated with the other filters
in this PR. Added the user as a co-author for credit.
Co-authored-by: Dani <17619547+shabnix@users.noreply.github.com >
---------
Co-authored-by: Dani <17619547+shabnix@users.noreply.github.com >
2026-01-17 10:43:40 +00:00
Constantin Piber
cbf72f4c60
Migrate Kitsu to use library_id and remote_id properly ( #2609 )
2025-10-31 23:52:44 +06:00
Radon Rosborough
58b25d697f
Improve handling of downloads for chapters with same metadata and optionally for OSes that don't support Unicode in filename ( #2305 )
...
Co-authored-by: jkim <jhskim@hotmail.com >
Co-authored-by: fatotak <111342761+fatotak@users.noreply.github.com >
Co-authored-by: MajorTanya <39014446+MajorTanya@users.noreply.github.com >
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com >
2025-10-08 05:07:09 +06:00
AntsyLich
b93337cb3d
Remove checksum from release notes and improve download tip
2025-08-03 02:23:15 +06:00
AntsyLich
e62cd0e816
Optimize and cleanup library code ( #2329 )
2025-08-02 03:04:23 +00:00
AwkwardPeak7
ecc6ede081
Add option to keep read manga when clearing database ( #1979 )
2025-04-13 15:24:31 +00:00
NarwhalHorns
12abd9938b
Display total chapters on duplicates list items ( #1963 )
2025-04-07 17:33:49 +00:00
AntsyLich
a594ad392d
Update non-library manga data when browsing ( #1967 )
2025-04-07 06:10:12 +00:00
NarwhalHorns
0d35b6fdaf
Display all similarly named duplicates in duplicate manga dialogue ( #1861 )
...
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com >
2025-04-03 01:54:46 +06:00
AntsyLich
f81da3dcce
Deduplicate entries when browsing ( #1957 )
2025-04-03 01:48:54 +06:00
AntsyLich
c8ffabc84a
Significantly improve browsing speed (near instantaneous) ( #1946 )
2025-03-31 13:17:22 +06:00
AntsyLich
e91db86fae
Fix user notes not restoring when manga doesn't exist in DB ( #1945 )
2025-03-31 11:09:10 +06:00
Mend Renovate
556290f2d3
Update kotlin monorepo to v2.1.20 ( #1883 )
...
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com >
2025-03-31 04:05:38 +00:00
kunet
8fbe630308
Add user manga notes ( #428 )
...
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com >
2025-03-29 21:18:38 +00:00
AntsyLich
28093935d8
Tweak the app updater logic and add FOSS build support ( #1843 )
2025-03-18 19:36:16 +06:00
NarwhalHorns
49b2b346b6
Support for private tracking with AniList and Bangumi ( #1736 )
...
Co-authored-by: MajorTanya <39014446+MajorTanya@users.noreply.github.com >
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com >
2025-02-25 11:01:13 +00:00
AntsyLich
a1c6089791
Address some build warnings and cleanup ( #1412 )
2024-10-31 20:17:27 +06:00
AntsyLich
afa5002988
Cleanup .gitignore files
2024-10-15 03:39:48 +06:00
Roshan Varughese
de36357da8
Add option to backup non-library read entries ( #1324 )
...
Co-authored-by: jobobby04 <jobobby04@gmail.com >
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com >
2024-10-14 16:30:23 +00:00
AntsyLich
fc1c804bfd
Migrate some classpaths to gradle plugins
2024-09-03 14:09:12 +06:00
AntsyLich
d6252ab770
Address spotless lint errors ( #1138 )
...
* Add spotless (with ktlint)
* Run spotlessApply
* screaming case screaming case screaming case
* Update PagerViewerAdapter.kt
* Update ReaderTransitionView.kt
2024-08-19 18:11:39 +06:00
AntsyLich
777ae2461e
Remove detekt ( #1130 )
...
Annoying. More annoying in this project.
2024-08-19 12:51:37 +06:00
renovate[bot]
46003ec251
chore(deps): update kotlin and compose compiler to v2 (major) ( #819 )
...
* chore(deps): update kotlin and compose compiler to v2
* Update .gitignore
* Fix build
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com >
2024-06-07 03:48:35 +06:00
AntsyLich
e448e40406
Rework buildSrc and remove usage of subprojects
2024-04-06 12:18:10 +06:00