|
54363919cd
|
Fixed RangeError when translating tags. Close #356
|
2025-06-15 14:58:15 +08:00 |
|
角砂糖
|
fffbb4ed23
|
Only add closeListener when app is desktop (#397)
|
2025-06-04 12:11:45 +08:00 |
|
|
9ff68d0701
|
Improve local favorites performance.
|
2025-04-28 19:40:12 +08:00 |
|
|
3131ce52a7
|
Fix file name sanitising to remove trailing dots. Close #322
|
2025-04-22 20:29:18 +08:00 |
|
|
7bdab7ade7
|
Add ComicInfo.xml to cbz file. Close #333
|
2025-04-21 20:04:06 +08:00 |
|
|
ea99e87afb
|
Fixed issue where http client settings were not synchronised with appdata. Close #337
|
2025-04-21 19:44:23 +08:00 |
|
|
05fcb23a4d
|
Limit download directory length. Close #311
|
2025-04-01 15:49:22 +08:00 |
|
|
7631fab86b
|
Prevent window from closing while uploading data
|
2025-03-31 15:46:41 +08:00 |
|
|
6c179ceb95
|
Add UA to WebDav requests. Close #308
|
2025-03-30 18:27:52 +08:00 |
|
|
d83d679eb9
|
Implement writeImageToClipboard on macOS.
|
2025-03-27 19:40:51 +08:00 |
|
|
d6087e5f59
|
Implement writeImageToClipboard on Linux.
|
2025-03-27 14:52:05 +08:00 |
|
|
d812332613
|
Add image copy functionality.
Currently only supports Windows.
Close #260
|
2025-03-26 22:50:00 +08:00 |
|
|
3f6b3152b2
|
[Android] Support opening search page with shared text. Close #261
|
2025-03-18 16:19:32 +08:00 |
|
|
f5b3b36acb
|
Fix webdav proxy.
|
2025-03-18 13:08:10 +08:00 |
|
|
fd8607777e
|
Fix deleted comic sources will be restore after webdav sync.
|
2025-03-18 11:06:30 +08:00 |
|
|
fffb3dc973
|
Use rhttp to make webdav requests.
|
2025-03-05 21:47:28 +08:00 |
|
|
7b5c13200d
|
Improve init. Close #236
|
2025-03-04 15:30:40 +08:00 |
|
|
9fe49217dc
|
Add error status to data sync component.
|
2025-03-03 19:04:16 +08:00 |
|
|
76c56964a5
|
Fix archive download when using custom download path on Android.
|
2025-03-02 17:40:04 +08:00 |
|
|
fd19f6bf7d
|
Fixed crash caused by empty chapter list.
|
2025-02-23 20:24:43 +08:00 |
|
buste
|
3efc4794d0
|
Fix webdav prevent immediate upload when webdavAutoSync toggle (#221)
|
2025-02-21 16:46:22 +08:00 |
|
|
bf51cd5cee
|
Improve checking follow updates.
|
2025-02-21 13:36:14 +08:00 |
|
nyne
|
e829f567e5
|
Revert "Improve WebDAV data sync version handling and force sync (#207)" (#218)
This reverts commit a630771f0b .
|
2025-02-21 10:25:06 +08:00 |
|
|
bd5d10e919
|
Improve comic chapters.
|
2025-02-20 13:08:55 +08:00 |
|
buste
|
a630771f0b
|
Improve WebDAV data sync version handling and force sync (#207)
* Fix WebDAV auto sync default setting initialization
* Improve WebDAV data sync version handling and force sync
|
2025-02-19 22:43:23 +08:00 |
|
buste
|
0c54a9be11
|
Improve WebDAV: add auto sync option and improve settings UI (#203)
|
2025-02-18 22:22:09 +08:00 |
|
|
b8e4cc5937
|
translate tags on block dialog.
|
2025-02-15 21:51:05 +08:00 |
|
|
23f9763fe8
|
Support chapter groups.
|
2025-02-14 17:55:10 +08:00 |
|
|
d2aca7ce44
|
Improve sorting images when importing comic.
|
2025-02-13 10:09:08 +08:00 |
|
|
c7d72347a9
|
typo
|
2025-02-11 17:55:17 +08:00 |
|
nyne
|
e1b95c9e23
|
Merge branch 'master' into v1.2.4-dev
|
2025-02-09 19:57:42 +08:00 |
|
|
8ab4f7a34b
|
Fix the issue where cache files are not deleted.
|
2025-02-09 11:38:19 +08:00 |
|
|
ce50812857
|
Fix invalid image order when exporting comic as pdf.
|
2025-02-08 19:37:04 +08:00 |
|
|
f0b1135eb7
|
Allow batch export. Close #179
|
2025-02-08 18:23:49 +08:00 |
|
|
998d4c31d3
|
Improve importing comic: If the archive has only one directory, set working dir as it.
|
2025-02-07 17:32:51 +08:00 |
|
Pacalini
|
cdc6c95579
|
pre-search: enable suggestions for EN (#175)
|
2025-02-07 17:16:41 +08:00 |
|
|
11e4d7a9f2
|
Fix pdf
|
2025-01-24 19:20:57 +08:00 |
|
|
7bd0c2b82a
|
Reduce app size
|
2025-01-24 18:06:23 +08:00 |
|
|
5ef973cbfb
|
improve downloading data
|
2025-01-22 22:03:46 +08:00 |
|
|
5f36ef6ea3
|
support 7z;
fix #137
|
2025-01-17 22:30:25 +08:00 |
|
luckyray
|
d874920c88
|
Feat: Image favorites (#126)
* feat: 增加图片收藏
* feat: 主体图片收藏页面实现
* feat: 点击打开大图浏览
* feat: 数据结构变更
* feat: 基本完成
* feat: 翻译与bug修复
* feat: 实机测试和问题修复
* feat: jm导入, pica历史记录nhentai有问题, 一键反转
* fix: 大小写不一致, 一个htManga, 一个htmanga
* feat: 拉取收藏优化
* feat: 改成以ep为准
* feat: 兜底一些可能报错场景
* chore: 没有用到
* feat: 尽量保证和网络收藏顺序一致
* feat: 支持显示热点tag
* feat: 支持双击收藏, 不过此时禁止放大图片
* fix: 自动塞封面逻辑完善, 切换快速收藏图片立刻生效
* Refactor
* fix updateValue
* feat: 双击功能提示
* fix: 被确定取消收藏的才删除
* Refactor ImageFavoritesPage
* translate author
* feat: 功能提示改到dialog中
* fix text editing
* fix text editing
* feat: 功能提示放到邮件或长按菜单中
* fix: 修复tag过滤不生效问题
* Improve image loading
* The default value of quickCollectImage should be false.
* Refactor DragListener
* Refactor ImageFavoriteItem & ImageFavoritePhotoView
* Refactor
* Fix `ImageFavoriteManager.has`
* Fix UI
* Improve UI
---------
Co-authored-by: nyne <me@nyne.dev>
|
2025-01-15 16:07:08 +08:00 |
|
|
3a320feda9
|
fix #107
|
2024-12-31 12:05:56 +08:00 |
|
|
1e09d69507
|
improve cbz export
|
2024-12-30 21:58:23 +08:00 |
|
|
1ae33c43b1
|
fix #115
|
2024-12-26 10:32:15 +08:00 |
|
|
ea973a2787
|
fix #92
|
2024-12-18 19:36:54 +08:00 |
|
|
b49e0974ab
|
improve zip
|
2024-12-17 12:10:57 +08:00 |
|
|
bdd0724788
|
delete cache
|
2024-12-12 21:17:30 +08:00 |
|
|
617c452e07
|
fix #90: export comic as epub
|
2024-12-12 21:17:30 +08:00 |
|
|
b8bdda16c6
|
fix cbz import
|
2024-12-02 21:00:06 +08:00 |
|
|
035a84380c
|
fix copyDirectoryIsolate
|
2024-12-02 21:00:06 +08:00 |
|