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
9876da85da
Add "Check for updates on startup" setting. #129
2025-01-06 22:38:05 +08:00
99a3788f4a
fix #128
2025-01-06 10:55:26 +08:00
3a320feda9
fix #107
2024-12-31 12:05:56 +08:00
Pacalini
5be2dbcfd7
revert #46
2024-12-31 08:54:01 +08:00
c06709aeb7
DNS overrides
2024-12-30 22:55:01 +08:00
ea973a2787
fix #92
2024-12-18 19:36:54 +08:00
f9c42aef4b
fix #98
2024-12-18 16:51:57 +08:00
e9aa6fcf30
download comics in local favorites page
2024-12-12 21:17:30 +08:00
1104d28f14
improve ui
2024-12-12 21:17:30 +08:00
cf7be85f29
aggregated search
2024-12-12 21:17:30 +08:00
617c452e07
fix #90 : export comic as epub
2024-12-12 21:17:30 +08:00
buste
66ebdb03b1
Feat 为画廊模式添加每页显示图片数量的配置 ( #82 )
...
* Feat: Add dynamic image-per-page configuration for gallery mode
- Implemented a slider to configure the number of images displayed per page (1-5) in gallery mode.
- Updated the reader to dynamically reflect changes in the `imagesPerPage` setting without requiring a mode switch or reopening.
- Ensured compatibility with existing continuous reading mode.
* fix currentImagesPerPage
* fix Continuous mode
* improve readerScreenPicNumber setting disable view
* improve PhotoViewController
2024-12-02 21:00:06 +08:00
705c448cfe
export comic as pdf
2024-12-02 21:00:06 +08:00
d56e3fd59f
fix #76
2024-12-02 21:00:06 +08:00
d96b36414d
fix subtitle
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
2f290f0c86
universal: style improvements ( #67 )
2024-11-22 16:47:50 +08:00
AnxuNA
8b1f13cd33
Add Favorite multiple selections ( #66 )
2024-11-22 12:21:22 +08:00
4d55e6a72f
move checkUpdates to main_page
2024-11-21 21:36:08 +08:00
7fcb63c0cb
show comments in comic details page
2024-11-20 18:04:22 +08:00
6aeaeadb10
fix & improve importing comic
2024-11-19 18:44:52 +08:00
AnxuNA
eb3a7f9d52
add Chapter && Page translate ( #54 )
...
add Chapter && Page translate
2024-11-18 21:27:47 +08:00
708cf83a32
improve ui
2024-11-17 17:23:43 +08:00
30a1c806cd
Convert network folder to local
2024-11-16 16:51:56 +08:00
AnxuNA
d749e7421e
Open in Browser Translation ( #49 )
...
Open in Browser Translation
2024-11-15 21:16:17 +08:00
165e5f2850
add authorization
2024-11-15 18:27:59 +08:00
boa
65b41b2873
add option to ignore certificate errors ( #46 )
...
add option to ignore certificate errors
2024-11-14 20:40:28 +08:00
nyne
856ad82c55
Merge branch 'master' into dev
2024-11-13 16:27:20 +08:00
71b03d744a
Add feature to download all comics in a folder
2024-11-13 16:20:42 +08:00
6f2bac52e4
Improve sharing image & saving image
2024-11-13 16:08:28 +08:00
9fcc306ee0
fix HtmlElement.parent
2024-11-13 13:12:04 +08:00
5d4e8f5b84
Add sorting folders feature
2024-11-13 12:44:51 +08:00
8e99e94620
Add the feature for updating local favorites info
2024-11-13 08:57:37 +08:00
pkuislm
057d6a2f54
Update translation.
2024-11-12 19:54:47 +08:00
775ab471f5
fix subtitle
2024-11-12 17:49:02 +08:00
pkuislm
93bf99daa5
Add option to hide time and battery info.
2024-11-11 22:40:46 +08:00
a0e3cc720a
add ImageLoadingConfig constructor
2024-11-11 17:36:42 +08:00
boa-z
ecb657d20d
fix: translation typo
2024-11-10 23:26:21 +08:00
64d8bcba9a
[Android] Turn page by volume keys
2024-11-10 17:50:20 +08:00
aa415f201e
quick favorite
2024-11-10 15:57:52 +08:00
4f4411fcc3
sync data using webdav
2024-11-10 10:38:46 +08:00
26fa41f503
improve translation
2024-11-07 09:41:14 +08:00
082aa36316
improve reader; fix #21
2024-11-07 09:31:57 +08:00
5d43f5c556
fix favorites page
2024-11-07 08:59:49 +08:00
7991f1a385
check updates on start
2024-11-05 16:04:10 +08:00
afa320e863
add 'Long press to zoom' setting
2024-11-05 15:34:05 +08:00
adb6cdd0c1
improve ui
2024-11-05 15:27:46 +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