Commit Graph

52 Commits

Author SHA1 Message Date
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
91ee48cc6c Improve comic display 2025-01-06 21:41:52 +08:00
43a054c12a code highlight 2024-12-31 13:36:00 +08:00
c06709aeb7 DNS overrides 2024-12-30 22:55:01 +08:00
d27efb180a V1.1.3 2024-12-26 19:19:28 +08:00
nyne
bda215ebb7 Merge branch 'master' into dev 2024-12-18 20:10:41 +08:00
24c5a1bb01 Improve local comics page 2024-12-18 20:04:45 +08:00
UjuiUjuMandan
1964c4c0d5 update dependencies again 2024-12-18 09:16:28 +00:00
f9c42aef4b fix #98 2024-12-18 16:51:57 +08:00
4763b9c7b4 test zip_flutter 2024-12-18 15:14:27 +08:00
7e608be70f test zip_flutter 2024-12-18 14:15:08 +08:00
211e6ab8c8 update dependencies 2024-12-18 13:29:43 +08:00
d08383e14b disable Impeller 2024-12-17 20:11:18 +08:00
a55e4eff67 Update to flutter 3.27.1 & Fix android build 2024-12-17 17:21:10 +08:00
b49e0974ab improve zip 2024-12-17 12:10:57 +08:00
e4e2d264f5 update flutter to 3.27.0 & update packages 2024-12-12 21:17:30 +08:00
c2cfd066f6 update flutter_memory_info 2024-12-12 21:17:30 +08:00
d7b91f6a50 fix #91 2024-12-12 21:17:30 +08:00
cf7be85f29 aggregated search 2024-12-12 21:17:30 +08:00
cab66619df fix #61 2024-12-12 21:17:30 +08:00
a4cc0a3af2 Update saf 2024-12-02 21:00:06 +08:00
705c448cfe export comic as pdf 2024-12-02 21:00:06 +08:00
nyne
72507d907a Feat/saf (#81)
* [Android] Use SAF to change local path

* Use IOOverrides to replace openDirectoryPlatform and openFilePlatform

* fix io
2024-12-02 21:00:06 +08:00
c2b8760d86 Add AppbarStyle.shadow;
Improve favorites page ui.
2024-11-23 12:12:52 +08:00
pkuislm
a1474ca9c3 更改安卓端的文件访问方式,优化导入逻辑 (#64)
* Refactor import function & Allow import local comics without copying them to local path.

* android: use file_picker instead, support directory access for android 10

* Improve import logic

* Fix sql query.

* Add ability to remove invalid favorite items.

* Perform sort before choosing cover

* Revert changes of "use file_picker instead".

* Try catch on "check update"

* Added module 'flutter_saf'

* gitignore

* remove unsupported arch in build.gradle

* Use flutter_saf to handle android's directory and files, improve import logic.

* revert changes of 'requestLegacyExternalStorage'

* fix cbz import

* openDirectoryPlatform

* Remove double check on source folder

* use openFilePlatform

* remove unused import

* improve local comic's path handling

* bump version

* fix pubspec format

* return null when comic folder is empty
2024-11-23 11:05:00 +08:00
454497fd65 fix mime 2024-11-20 13:25:56 +08:00
9988e76149 update workflow 2024-11-17 18:43:29 +08:00
165e5f2850 add authorization 2024-11-15 18:27:59 +08:00
9fcc306ee0 fix HtmlElement.parent 2024-11-13 13:12:04 +08:00
pkuislm
bc4e0f79a5 Added clock & battery widgets in reader. 2024-11-11 21:27:40 +08:00
nyne
d875681c4b update gitignore 2024-11-11 14:23:24 +08:00
6a60194ffb support setting new download path on android 2024-11-10 17:27:27 +08:00
4f4411fcc3 sync data using webdav 2024-11-10 10:38:46 +08:00
5d43f5c556 fix favorites page 2024-11-07 08:59:49 +08:00
98b9e6e9d9 fix http 2024-11-05 20:18:10 +08:00
a6608b6fa2 improve ui 2024-11-05 16:50:32 +08:00
b09e2e6f12 use rhttp 2024-11-05 16:46:01 +08:00
b49e528ff4 improve image api & update version code 2024-11-05 13:13:32 +08:00
0fbe9677b9 image api 2024-11-04 12:28:58 +08:00
nyne
0308e68a44 cbz import & export 2024-10-28 22:59:35 +08:00
nyne
69befb9a84 io utils; single favorite folder exporting and importing 2024-10-28 15:59:17 +08:00
nyne
3cea340f97 build scripts & issue templates 2024-10-27 20:16:04 +08:00
nyne
27d25db407 improve ui 2024-10-27 16:39:38 +08:00
nyne
6c8a7d62a6 add loginWithWebview, mixed explore page, app links, html node api;
improve ui
2024-10-17 12:27:20 +08:00
nyne
d01d0b5ddb cloudflare verification 2024-10-16 10:55:57 +08:00
nyne
fc86b8bbc6 add more js api & improve ui 2024-10-15 20:45:12 +08:00
nyne
a26e5e20de settings page 2024-10-11 21:47:50 +08:00
nyne
90b9265ca0 implement continuous mode, gesture, keyboard recognition 2024-10-09 11:16:00 +08:00
nyne
5deb71e10a implement saving image, sharing image, reading settings and chapters view 2024-10-08 16:52:20 +08:00
nyne
601a7cd796 comic reading 2024-10-07 22:33:07 +08:00