MajorTanya
7a1c8a1b61
Fix pre-1970 upload date display in chapter list ( #2779 )
...
A user in #2777 was using the ComicInfo.xml Year/Month/Day fields to
indicate date of publication for some American comics, which often
predate the UNIX Epoch of 1970.
They were seeing "N/A" displays because this line of code discarded
date information for any time before Jan 1st, 1970.
The `toRelativeString` extension function used in the other
`relativeDateText` function already accounts for very distant dates
(anything >7 days away turns into full date, not relative, regardless
of setting, though disabling the relative timestamp setting
circumvents this with the same result). Removing this line should not
cause any issues as it is purely a display difference and the use case
of backdating comics to pre-1970 is worth it in my opinion.
2025-12-18 11:26:35 +00:00
Luca Auer
4c9cfd8da5
Minimize memory usage by reducing in-memory cover cache size ( #2266 )
...
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com >
2025-12-16 23:08:24 +06:00
AntsyLich
2e0786f699
Fix reader not saving read duration when changing chapter ( #2784 )
2025-12-12 18:49:57 +00:00
AntsyLich
876c3f951b
Update tracker icons ( #2773 )
2025-12-10 15:19:46 +06:00
AntsyLich
7161bc2e82
Fix mass migration not using the same search queries as individual migration ( #2736 )
2025-11-23 18:05:30 +00:00
NGB-Was-Taken
c3d858a561
Fix shizuku installer not updating installed extensions ( #2697 )
...
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com >
2025-11-23 08:16:38 +00:00
NGB-Was-Taken
2ec67ac0c1
Stop tap zones from triggering when scrolling is stopped by tapping ( #2680 )
2025-11-14 13:10:19 +06:00
AntsyLich
412815af06
Revert "Fix reader tap zones triggering after scrolling was stopped by the user" ( #2670 )
2025-11-07 13:07:14 +00:00
AntsyLich
aa300cb53e
Fix extra padding appearing in reader after user interactions ( #2669 )
2025-11-07 10:00:59 +00:00
Trevor Paley
855eea2ada
Improve WebView multi-window UX ( #2662 )
...
- Navigation history for lower windows is preserved when a popup is opened
- Back gesture will close a popup window rather than the entire WebView activity when there is no previous page
- The leftmost close button closes the entire activity as before
- When a popup window is shown, a new button appears to close just that window
2025-11-07 15:26:04 +06:00
AntsyLich
282110ef21
Release v0.19.3
2025-11-04 13:05:40 +06:00
AntsyLich
0acd80dd95
Fix long strip reader not scrolling on consecutive taps ( #2650 )
2025-11-04 06:46:48 +00:00
bapeey
bdb0ce4779
Fix WebView crash introduced in v0.19.2 ( #2649 )
2025-11-04 11:43:40 +06:00
AntsyLich
0e0b6d9283
Handle reader cutout setting with Insets to support Android 15+ ( #2640 )
2025-11-02 16:28:25 +00:00
AntsyLich
38b1bd7383
Release v0.19.2
2025-11-02 19:46:31 +06:00
AntsyLich
5f0c460668
Make reader edge-to-edge ( #1908 )
2025-11-02 13:41:33 +00:00
Naputt1
ac28b6c80c
Fix reader tap zones triggering after scrolling was stopped by the user ( #2518 )
...
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com >
2025-11-02 07:39:42 +00:00
Constantin Piber
cc28776735
Update Suwayomi tracker to use GraphQL API instead of REST API ( #2585 )
2025-11-02 06:26:48 +00:00
Trevor Paley
6ab87c7931
Added proper multi window support in WebView instead of treating everything as a redirect ( #2584 )
2025-11-02 06:23:01 +00:00
Kashish Aggarwal
8662f80fbf
Fix date picker not allowing the same start and finish date in negative time zones ( #2617 )
...
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com >
2025-11-01 15:38:33 +00:00
AntsyLich
6508766ccd
Fix CHANGELOG.md [skip ci]
2025-11-01 20:36:41 +06:00
anirudhn
09ec9fc8c5
Fix scrollbar not showing when animator duration scale animation is turned off ( #2398 )
2025-11-01 14:34:07 +00:00
c2y5
87c6f34a55
Fix extension download stuck at pending state in some cases ( #2483 )
...
Also auto update extension list whenever a repository is added or removed
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com >
2025-11-01 14:09:22 +00:00
AntsyLich
643762f913
Add option to customize concurrent downloads, increase page concurrency ( #2637 )
2025-11-01 20:07:30 +06:00
AntsyLich
aef3beb15f
Fix reader "Unable to edit key" error ( #2634 )
2025-11-01 09:03:51 +00:00
AntsyLich
93ba6acea5
Fix migration "Attempt to invoke virtual method" crash ( #2632 )
2025-10-31 19:42:42 +00:00
AntsyLich
5e7fecc2c1
Fix migration dialog migrating to wrong entry ( #2631 )
2025-10-31 19:21:29 +00:00
AntsyLich
7c08b75555
Fix mass migration advanced search query building ( #2629 )
2025-10-31 18:50:19 +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
NGB-Was-Taken
96e5131358
Fix disabling incognito mode from notification ( #2512 )
...
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com >
2025-10-05 16:03:45 +00:00
Guzmazow
065147472e
Improve spoofing of X-Requested-With header to support newer WebView versions ( #2491 )
2025-09-19 23:35:23 +06:00
Constantin Piber
6f635782c2
Delegate Suwayomi tracker authentication to extension ( #2476 )
...
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com >
2025-09-18 21:19:09 +00:00
Secozzi
16b5317b90
Fix migration progress not updating and category flag mischeck ( #2484 )
...
- Fixed an issue where migration progress wasn't updated after a manual source search
- Fixed incorrect logic where the category migration flag was ignored due to checking the chapter flag instead
2025-09-17 17:12:21 +06:00
Secozzi
c6a96b3970
Fix height of description not being calculated correctly if images are present ( #2382 )
2025-08-10 00:21:25 +06:00
AntsyLich
029e36bfb4
Release v0.19.1
2025-08-07 19:59:01 +06:00
krysanify
d88dbe6409
Fix crash opening filter sheet with empty library and mark as read/unread for selected items ( #2355 )
2025-08-07 19:48:21 +06:00
AntsyLich
7d717ee7fd
Fix 'Default' category showing in library with no user-added categories ( #2371 )
2025-08-07 09:52:22 +06:00
AntsyLich
a93f71b82b
Fix title text color in light mode on mass migration list ( #2370 )
2025-08-07 03:20:38 +00:00
AntsyLich
a8b6629b08
Move changelog unreleased removed section
2025-08-07 09:11:40 +06:00
AntsyLich
9bf3f15fff
Fix local source EPUB files not loading ( #2369 )
2025-08-07 09:05:15 +06:00
AntsyLich
1c3e96bf7f
Revert "Add full predictive back support ( #2085 )" ( #2362 )
...
This reverts commit c12bdbae8e .
2025-08-07 09:04:34 +06:00
Radon Rosborough
32257e438e
Use ComicInfo.xml for chapter metadata in localSource ( #2332 )
...
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com >
2025-08-07 05:01:54 +06:00
AntsyLich
49a84c8914
Fix CHANGELOG.md v0.19.0 hyperlink and update release body template
2025-08-06 07:43:08 +06:00
anirudhn
095ef8e74b
Fixed scrollbar sometimes not showing during scroll or not reaching the bottom with few items ( #2304 )
2025-08-06 06:08:47 +06:00
AntsyLich
e4de208cf7
Release v0.19.0
2025-08-04 09:31:59 +06:00
AntsyLich
3782e1b414
Update CHANGELOG.md
2025-08-03 23:41:03 +06:00
AntsyLich
982ebcf777
Support mass migration for selected library items ( #2336 )
2025-08-02 19:03:45 +00:00
AntsyLich
e62cd0e816
Optimize and cleanup library code ( #2329 )
2025-08-02 03:04:23 +00:00
AwkwardPeak7
62eec15fe6
Include Manga initialized status in backup ( #2285 )
2025-07-30 16:12:48 +06:00