Commit Graph

48 Commits

Author SHA1 Message Date
角砂糖
99559eaff8 Remove wrong showBarrier false 2025-11-01 02:59:50 +08:00
角砂糖
a9e76201f3 Chapter comments. 2025-11-01 02:34:08 +08:00
角砂糖
f09e766a8a Fix some issue when save or share image in reader.
1. Change the image name with comic name and real index
2. Fix wrong equal check
3. Fix wrong selection when image per page > 1 and show single image in first page
2025-10-07 01:19:59 +08:00
38a5b2b8cf refactor: comic specific settings 2025-08-24 19:04:42 +08:00
3a7c8d5e38 Fix toolbar overflow. 2025-08-24 17:57:35 +08:00
enximi
ce0d10aeb2 Add a feature to allow saving custom reader settings for each comic. (#459)
* Add a feature to allow saving custom reader settings for each  comic.

* Comic-specific settings disabled by default
2025-08-10 16:02:44 +08:00
角砂糖
058fde3f5a Add a button to show system status bar (#417) 2025-06-23 19:00:04 +08:00
9d6999af33 Improve UI 2025-04-23 16:58:38 +08:00
ae5548918c Fix saving, sharing, and collecting images when there are multiple images on the screen. Close #289 2025-04-23 16:51:51 +08:00
92d22c977c Add a Save Image option to the Reader context menu. 2025-04-23 15:51:58 +08:00
45fe5f503a Improve blur effect. 2025-03-27 13:11:20 +08:00
ba8831caa6 Add option to show page number in reader settings 2025-03-24 18:54:48 +08:00
38d5563534 Show download status on reader chapter view. 2025-02-22 21:08:30 +08:00
5645d805f5 Improve changing chapter gesture with continuous mode. 2025-02-22 10:41:56 +08:00
6db00eaf71 Fix variable type 2025-02-20 23:05:54 +08:00
bd5d10e919 Improve comic chapters. 2025-02-20 13:08:55 +08:00
18c5d5d85a Fix image overflow 2025-02-13 09:49:05 +08:00
5a11168f98 fix #151 2025-01-26 14:04:24 +08:00
c640e6bfbf Improve image loading 2025-01-16 17:51:43 +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
e1b2f83c48 fix selecting image 2024-12-22 11:14:53 +08:00
e4e2d264f5 update flutter to 3.27.0 & update packages 2024-12-12 21:17:30 +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
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
Pacalini
7bc0aeb4af tool bar: RtL slider & button swap (#50) 2024-11-16 16:07:39 +08:00
6f2bac52e4 Improve sharing image & saving image 2024-11-13 16:08:28 +08:00
pkuislm
5119beb1fe Fix battery forground color. 2024-11-12 19:44:05 +08:00
pkuislm
93bf99daa5 Add option to hide time and battery info. 2024-11-11 22:40:46 +08:00
pkuislm
b3e95d7162 Fix widget blinking caused by future builder. 2024-11-11 22:13:03 +08:00
pkuislm
189dfe5a43 Fix battery update issue. 2024-11-11 22:08:13 +08:00
pkuislm
bc4e0f79a5 Added clock & battery widgets in reader. 2024-11-11 21:27:40 +08:00
64d8bcba9a [Android] Turn page by volume keys 2024-11-10 17:50:20 +08:00
nyne
1cc30c5748 Merge pull request #17 from venera-app/dev
v1.0.2
2024-11-05 22:55:32 +08:00
b49e528ff4 improve image api & update version code 2024-11-05 13:13:32 +08:00
deltamaya
9e0e318107 format code 2024-11-03 11:51:00 +08:00
deltamaya
6cf5c7b27b centered the episode text 2024-11-03 11:42:34 +08:00
Pacalini
048a68f76a continuous mode: fix floating button 2024-11-01 11:41:34 +08:00
boa-z
d0e76dd3a0 fix: ReaderScaffold Bottom not fully hidden on iOS 2024-10-31 18:21:50 +08:00
nyne
a508d85ce6 improve android navigation bar 2024-10-31 11:42:17 +08:00
nyne
3e1bb5ef5c chapter switching gesture 2024-10-30 20:15:50 +08:00
nyne
363f3641fb improve reader 2024-10-30 10:13:46 +08:00
nyne
cc29ff0c33 fix rotation and status bar 2024-10-30 09:40:09 +08:00
nyne
014d0390bc fix share image 2024-10-29 11:59:01 +08:00
nyne
d86fe65b03 switch chapter button 2024-10-29 11:35:31 +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
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