Commit Graph

845 Commits

Author SHA1 Message Date
Poker
cb7d50d277
修复初始化路径问题 (#497)
* 修复初始化路径问题

* 商店关联文件

* 修复布局问题
2024-06-10 20:28:10 +08:00
Poker
2474bfc867
添加使用自签证书登录功能 (#495)
* 添加Icon识别

* 添加自选证书选择

* 更新TokenView
2024-06-10 13:20:23 +08:00
Poker
ab9f020d81
在浏览页添加保存漫画命令 (#494)
* 更新依赖

* 简化项目

* 允许热重载

* 修复项目文件

* 统一命名,替换DockPanel

* test push

* 修复登录页无法自动输入的问题

* 添加保存漫画命令
2024-06-08 22:37:28 +08:00
Poker
210670f1a1
简化重构 (#491)
* 简化代码

* 替换Tapped为Click

* 修复搜索页跳转错误类型

* 文本框格式

* 优化TagsPage

* 更新MarkupExtension

* 使用TitleBar
2024-06-05 11:55:21 +08:00
irony
854fa30ab2
[Translation] Macro examples (fr, en) and resjson entries update (fr) (#489)
* [Translation] Added macro examples in help text translation for fr and en

* [Translation] Update translated entries for french in MacroParser and SettingsPage resjsons
2024-06-03 13:25:24 +08:00
Poker
d8f9b29855
记录下载记录的Entry以加速加载下载页面 (#488)
* 修复命名,添加下载页图标,图片放置中央

* 添加下载记录
2024-06-01 23:06:51 +02:00
Poker
ab15f50841
不记录错误作品浏览记录,简化di流程 (#487) 2024-05-29 20:22:44 +08:00
Poker
c930bdeb1b
添加宏反模式,优化宏检查 (#486)
* 优化宏检查

* 更新文档
2024-05-29 15:45:38 +08:00
Poker
3180d0fa84
更换图标库 (#484)
* 修复一下资源文件

* 更新图标库

* 修复下载崩溃

* 修复一些bug

* 修复分享功能
2024-05-28 14:40:12 +08:00
Poker
917de2f986
发布前修复英文翻译 (#481)
* 英文翻译

* remove empty resjson
2024-05-25 15:20:23 +08:00
Poker
4410a4dac5
修复窗口出现时显示不全,提高浏览下载记录 (#480)
* 修复窗口出现时显示不全

* 提高浏览下载记录

* 分离清理设置和清理记录项目
2024-05-24 14:55:36 +08:00
Poker
42e3a7f8dc
添加作品发布日期宏 (#478) 2024-05-23 19:33:57 +08:00
Poker
c1b7a377e5
修复代理问题 (#477) 2024-05-23 14:10:10 +08:00
Poker
5462c90558
优化加载动画 (#476) 2024-05-23 13:51:27 +08:00
Poker
2cf8d96329
修复宏地址框bug,优化标题栏 (#473)
* 添加转义

* 修复宏输入后光标回到开始bug

* 简化AppSettings

* 用TitleBar替换部分标题栏
2024-05-20 00:23:46 +08:00
irony
5436bf90fd
[Translation] FR & EN translation of help texts (#471)
* [Translation] FR & EN translation of help texts

* [Translation] Usage of Segoe UI for EN and FR texts

* [Misc] Rename txt files to md suffix

* [Misc] Fix supporter

* [Translation] French readme file and links

* Update README.fr.md

* Update README.fr.md

* Update README.fr.md

* Update README.en.md

---------

Co-authored-by: Poker <poker_sang@outlook.com>
2024-05-18 13:39:27 +08:00
Poker
af8f68cc43
记录浏览内容 (#472)
* 优化浏览历史加载

* 时期本地化
2024-05-17 15:33:36 +08:00
Poker
03809cd9b1
帮助文本对齐 (#470) 2024-05-16 19:17:46 +08:00
Poker
003e32a33c
修复浏览页加载过慢问题 (#469)
* 修复散图小说下载问题

* 修复浏览页加载过慢问题

* 添加supporter

* 添加法语
2024-05-16 14:24:39 +08:00
irony
b72cf92b90
[Translation] Traduction française de l'application Pixeval (#468)
* [Translation] FR for short descriptions

* [Translation] Entries in Controls

* [Translation] Long resjson files

* [Translation] Fixes and updates to keep FR translation up to date with CN base from #463 to #467

* [Translate/Fix] Fixed two previous fixed CN occurrences

* [Translate/Fix] Fixed some more mismatches

* fix resjson

---------

Co-authored-by: Poker <poker_sang@outlook.com>
2024-05-16 13:04:34 +08:00
Poker
1898eb7620
修复帮助标题 (#467) 2024-05-15 22:19:05 +08:00
Poker
7159f1a85a
发布前修复 (#464)
* 修复横向滚动条

* 更新一些bug
2024-05-15 14:34:56 +08:00
Poker
8ce7268a38
把加载图标放到最下面 (#463) 2024-05-14 01:35:26 +08:00
Poker
44f7ea848b
添加代理支持 (#462)
* 添加代理支持

* 简化Expander
2024-05-13 20:38:19 +08:00
Poker
b6d69dbb94
修复图片流递归读取的bug (#461) 2024-05-12 22:51:37 +08:00
Poker
b994b29687
修复bug,添加帮助页 (#460)
* 添加文本文件本地化支持

* 修复标签反模式bug,索引改为从1开始

* 帮助页

* 应用链接改为在帮助页
2024-05-12 02:27:27 +08:00
irony
afc72f93e6
Continue implementation of tag parser (#459)
* [Tag parser] Enhanced the grammar to support more segments like date or range as well as and/or lists. The parser returns a tree represented by its root node instead of the `FilterSetting` record.

* [Tag parser] removed unused FilterSetting records, fixed import issues.

The deconstructive usage of `FilterSetting`, which uses the `Parser.Build` product in `WorkContainer` should be updated to use the token tree structure.

* 格式化并修复

* 修复一下bug

* 支持bool类型

* 格式化代码

* 添加索引限制,添加id检索作者功能

* 添加本地化报错

---------

Co-authored-by: Poker <poker_sang@outlook.com>
2024-05-11 00:45:41 +08:00
Poker
b61ac6d853
简化小说设置页,修复设置页问题 (#457)
* 优化设置项

* 简化小说设置页

* 修复重复登录问题
2024-05-10 00:51:58 +08:00
Poker
595d172281
添加微软商店信息 (#455) 2024-05-08 21:48:48 +08:00
Poker
3c4813bc9f
特辑功能 (#454)
* 添加Spotlight api

* 简化DataProvider

* 添加特辑页
2024-05-08 21:14:53 +08:00
Poker
e8ba51bb2b
优化语言设置,在登录页添加语言选项 (#453) 2024-05-08 01:23:55 +08:00
Poker
a9cc335cb1
修复文本框bug (#451)
* 修复榜单设置项bug

* 修复富文本框bug
2024-05-07 22:59:16 +08:00
Poker
505457a120
非原图浏览功能 (#450)
* 更新ColorPickerButton

* 添加非原图选项

* 非原图浏览功能完成

* 修复复制操作时问题
2024-05-04 16:34:43 +08:00
Poker
c6a8e18e41
抽象设置项 (#448)
* 抽象设置项

* 添加接口

* 修复滚动到对应设置项功能

* 更新默认宏
2024-05-02 20:36:01 +08:00
Poker
7ce22d536c
修复筛选后,空白问题、打开图片、小说错误问题 (#447) 2024-04-29 16:12:15 +08:00
Summpot
ee041ddc16
New bypass (#433)
* update

* Update

* Update

* update

* revert webview login

* 统一命名

* 修改登录页面样式

* Update

* 添加提示简化代码

---------

Co-authored-by: Poker <poker_sang@outlook.com>
2024-04-29 14:27:55 +08:00
irony
81aef476f2
Simple prototype for parse query strings to tags and build a filter setting (#446)
* Implemented a simple tokenizer for tag parser.

- The ` tokenize` function is quite standard but it may have performance issue since it rely on recursivity. A refactor to imperative flavor may be necessary in future.

* Implemented a simple recursive descent parser retrieving data from query filter tokens.

- Renamed the `FilterToken` class to `QueryFilterToken` to prevent name clash with existing class in Controls.
- The parser implementation is roughly following the happy path hence corner cases are not tested.

* Wrap up for the tagparser implementation. This consists of a simple prototype of the tag parser for building filter in settings.

- Fixed several small issues and chained parsed data to the `FilterSetting` type.

* Fixed formatting related to record and namespace syntax.

* refactor and link to ui

---------

Co-authored-by: Poker <poker_sang@outlook.com>
2024-04-28 20:28:59 +08:00
Poker
6cbdd1bfd8
解决消息夺取焦点问题,从TeachingTip迁移到Growl (#445)
* 从TeachingTip迁移到Growl

* 格式化
2024-04-27 13:08:39 +08:00
Poker
95a23225fd
小说下载功能 (#444)
* 抽象解析器

* 修复加载顺序错误问题

* pdf/md/html下载初步完成

* 小说下载初步完成

* 添加另外两个下载模型

* 完成直接下载功能
2024-04-26 14:33:58 +08:00
Poker
54668daabb
修复右键添加收藏夹功能,修复一些未兼容小说的功能 (#442) 2024-04-23 13:54:09 +08:00
Poker
4c0312b86e
修复点号结尾路径bug (#441) 2024-04-23 12:24:48 +08:00
Poker
cfc5b14882
添加全局屏蔽标签功能 (#439)
* 修复图片收藏不同步问题

* 添加全局排除标签功能

* 添加右键快速屏蔽标签
2024-04-22 22:37:18 +08:00
Poker
91e6b34b49
删除旧跳过页数设置项,添加新的下载宏 (#438)
* 删除旧跳过页数设置项

* 添加新宏
2024-04-22 20:13:11 +08:00
Poker
fe14c29c54
修复一些杂项崩溃问题 (#437) 2024-04-22 13:34:31 +08:00
Poker
0abf5323c5
优化小说搜索功能,添加用户搜索功能 (#432)
* 添加小说标签搜索支持

* 搜索用户功能
2024-04-19 00:44:37 +08:00
Poker
af32a55845
添加所有新作功能 (#431)
* 使用新的manga api

* 添加所有新作选项卡
2024-04-18 21:40:38 +08:00
Poker
a95b431a35
推荐用户页面 (#429) 2024-04-17 22:18:50 +08:00
Poker
1ec7e29e3e
重订浏览限制设置项行为 (#428)
* 重定义浏览限制行为

* 修复可能的nullref异常
2024-04-17 20:55:23 +08:00
Poker
42bf309541 Update Crowdin configuration file 2024-04-13 14:19:42 +08:00
Poker
69e2655e34 Update Crowdin configuration file 2024-04-13 14:00:57 +08:00