c551317051
Restore upstream cover URL handling
CI / Prepare job (push) Has been cancelled
CI / Build extensions (${{ matrix.chunk.number }}) (push) Has been cancelled
CI / Publish extension repo (push) Has been cancelled
Create Release on Merge / release (push) Has been cancelled
2026-05-23 18:19:34 +09:00
b38824219f
Use raw Kavita cover query URLs
CI / Prepare job (push) Has been cancelled
CI / Build extensions (${{ matrix.chunk.number }}) (push) Has been cancelled
CI / Publish extension repo (push) Has been cancelled
Create Release on Merge / release (push) Has been cancelled
2026-05-23 17:59:58 +09:00
ed33de3580
Build cover image URLs safely
CI / Prepare job (push) Has been cancelled
CI / Build extensions (${{ matrix.chunk.number }}) (push) Has been cancelled
CI / Publish extension repo (push) Has been cancelled
Create Release on Merge / release (push) Has been cancelled
2026-05-23 17:06:57 +09:00
e05060e57c
Publish cover route rollback
CI / Prepare job (push) Has been cancelled
CI / Build extensions (${{ matrix.chunk.number }}) (push) Has been cancelled
CI / Publish extension repo (push) Has been cancelled
Create Release on Merge / release (push) Has been cancelled
2026-05-23 16:55:20 +09:00
5d2f8aa8ce
Revert "Use stable cover image routes"
...
This reverts commit 40abc68a67 .
2026-05-23 16:51:55 +09:00
40abc68a67
Use stable cover image routes
CI / Prepare job (push) Has been cancelled
CI / Build extensions (${{ matrix.chunk.number }}) (push) Has been cancelled
CI / Publish extension repo (push) Has been cancelled
Create Release on Merge / release (push) Has been cancelled
2026-05-23 16:35:24 +09:00
509c1b890a
Speed up PDF image reader pages
CI / Prepare job (push) Has been cancelled
CI / Build extensions (${{ matrix.chunk.number }}) (push) Has been cancelled
CI / Publish extension repo (push) Has been cancelled
Create Release on Merge / release (push) Has been cancelled
2026-05-23 15:20:00 +09:00
ba96a8a2ee
Customize Kavita extension for local reader
CI / Prepare job (push) Has been cancelled
CI / Build extensions (${{ matrix.chunk.number }}) (push) Has been cancelled
CI / Publish extension repo (push) Has been cancelled
Create Release on Merge / release (push) Has been cancelled
2026-05-23 14:03:53 +09:00
Mio.
230cf3764a
Merge pull request #51 from MajorTanya/fix-hard-crash-loop
...
Fix hard crash loop
2025-12-22 05:57:03 +01:00
MajorTanya
600d8ca4ff
Bump extVersionCode
...
This results in version 1.4.23.
2025-12-21 10:11:22 +01:00
MajorTanya
13657ba2dc
Fix hard crash loop for unreachable servers
...
It should be noted that this is a band-aid fix for deeper underlying issues.
The code as-was would attempt a login on every init, including when apps like Mihon would recover from the first crash by going to their global crash handler activity.
This usually happened whenever a user would be unable to connect to their Kavita instance (server not up, different/no networks, etc) and left the user unable to fix the issue by removing the broken API URL or uninstalling the extension through the app's menus.
It doesn't matter if the Kavita instance that is unreachable is disabled in the extension settings, the crash will still occur because the login is performed in the init block, which is called regardless of an extension's specific enable/disable state (to be able to display settings, etc).
2025-12-21 10:04:54 +01:00
Mio.
6780871c0f
Merge pull request #46 from dear-clouds/master
...
Fix(release): Final check
2025-12-10 23:53:06 +01:00
Mio.
05bf6b5904
Fix: Switch back to repo branch before creating release
2025-12-10 23:47:28 +01:00
Mio.
dd0f7dd467
refactor(release): use <details> to avoid weird formatting
2025-12-10 23:44:03 +01:00
Mio.
0168daab08
Fix(release): Handle commits without PR numbers gracefully
2025-12-10 23:36:01 +01:00
Mio.
db005805d5
Merge remote-tracking branch 'origin/master'
2025-12-10 23:29:36 +01:00
Mio.
f207b2a3c2
checkout origin/master to be safe
2025-12-10 23:29:27 +01:00
Mio.
a867c9caf5
Merge branch 'Kareadita:master' into master
2025-12-10 23:25:42 +01:00
Mio.
51a67328eb
Merge remote-tracking branch 'origin/master'
2025-12-10 23:24:21 +01:00
Mio.
3b87bcc55e
Checkout branch to get the apk and add if release already exists
2025-12-10 23:24:08 +01:00
Mio.
f04e4c92e7
Merge pull request #45 from dear-clouds/master
...
Fixing new action
2025-12-10 23:07:24 +01:00
Mio.
dc482b2c8f
Merge branch 'Kareadita:master' into master
2025-12-10 23:04:51 +01:00
Mio.
818cabdb84
Use heredoc for multi-line strings
2025-12-10 23:03:42 +01:00
Joe Milazzo
dd8cbd1fca
Merge pull request #44 from dear-clouds/master
...
Version 1.4.22
2025-12-10 14:29:56 -07:00
Mio.
cd9f6d2955
correct url
2025-12-10 21:57:45 +01:00
Mio.
42191876e7
typo
2025-12-10 21:34:37 +01:00
Mio.
3c7c83420d
Fixed Copilot's relevant suggestions + link to the wiki guide in README
2025-12-10 21:31:29 +01:00
Mio.
e3537238ca
Merge branch 'master' of https://github.com/dear-clouds/tach-extension
2025-12-10 20:51:48 +01:00
Mio.
6210975f51
Fixes screenshots
2025-12-10 20:14:21 +01:00
Mio.
bbb0fe1e74
Merge branch 'Kareadita:master' into master
2025-12-10 20:04:36 +01:00
Mio.
f9632de15b
## New
...
- Option to blacklist libraries from Latest/Popular Feeds & Suggestions
- Option to customize Chapter Titles & Scanlator fields
- Option to show the release date instead of added date for chapters/volumes (close #37 )
- Added `formats` for GroupTags
- Action to create releases
## Fixes/Enhancements
- Pagination bug (closes #33 , thanks to @Freezy)
- Optimized API calls
- Better cache and cleanup
- Better cleaned chapter/volumes titles
- Fixed Chapter Parsing Logic
- Refactored duplicated codes into multiple helpers
- Fixed action to update version badge
- More feedbacks on errors & graceful degradation for partial failures
- Include Suwayomi install & screenshots in README (closes #41 )
2025-12-10 20:02:30 +01:00
Mio.
6715a69a72
Merge pull request #42 from freezy/fix/pagination
...
Fix pagination bug
2025-12-05 18:31:22 +01:00
freezy
9243377a50
Fix pagination bug.
2025-11-24 20:56:24 +01:00
Joe Milazzo
53834ea4f7
Merge pull request #23 from dear-clouds/master
...
1.4.21
2025-07-15 07:51:42 -05:00
Mio.
8079d707e9
Rewrote search
2025-07-15 08:39:17 +02:00
Mio.
d9a19c4a50
Fixing covers
2025-07-15 08:35:57 +02:00
Mio.
00d1762ff0
Optimizations/Upgrades from the old code
2025-07-15 05:36:49 +02:00
Mio.
67704dce6d
consistency for volumes
2025-07-15 02:36:10 +02:00
Mio.
94cbfbd394
fix broken pages
2025-07-14 22:15:48 +02:00
Mio.
d37600f74b
add timestamp to cachebust covers
2025-07-14 07:17:47 +02:00
Mio.
15f5587427
comma
2025-07-14 00:54:14 +02:00
Mio.
eb5c5eda9a
comma
2025-07-14 00:48:58 +02:00
Mio.
34a1f20284
using map instead
2025-07-14 00:34:12 +02:00
Mio.
39ea1cd5fd
Changed Status Filter UI, fixed volumes marking all as read.
2025-07-13 22:56:26 +02:00
Mio.
bdfe0aeea5
Safely handle null titleName
2025-07-13 03:30:33 +02:00
Mio.
d0b4b26884
Migration to min/max and add support for range chapters/volumes + customization for Webtoons + revised parsing
2025-07-13 02:29:49 +02:00
Mio.
dd3489c191
Use MangaFormat.Epub enum value instead
2025-07-12 19:44:17 +02:00
Mio.
be76a55bdd
Add constant EPUB
2025-07-12 19:32:47 +02:00
Mio.
ffbfdbc0cc
Improve/Refactor overall code + Fixed Filters
2025-07-12 19:03:35 +02:00
Mio.
d3695482f2
Improve chapter parsing + fix filters
2025-07-12 02:17:17 +02:00