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
Poker
4cd7c8ad3a
Update Crowdin configuration file
2024-04-13 13:54:45 +08:00
Poker
5aaa37881d
Update Crowdin configuration file
2024-04-13 13:50:01 +08:00
Poker
46fed6b516
Update Crowdin configuration file
2024-04-13 13:09:45 +08:00
Poker
e554cfc382
修复快速切换页面的崩溃bug ( #423 )
2024-04-11 20:41:49 +08:00
Poker
6f9bfd9a95
修复combobox选择延迟问题 ( #422 )
2024-04-11 20:21:02 +08:00
Poker
8a30cbf309
替换图标,添加新登录方法,修复加载上限bug ( #421 )
...
* 更新图标
* 删除cookie,支持token登录
* 修复加载数限制
* 修复错误资源语句
* 完成Token登录
* update readme
2024-04-11 12:55:23 +08:00
Poker
e2fa1c9a69
添加好p友功能 ( #419 )
2024-04-09 18:08:23 +08:00
Poker
204ff7ca7a
小说滚动条bug、新设置项 ( #418 )
...
* 更新依赖
* 修复滚动条遮挡bug
* 添加新设置项
* 简化设置项
2024-04-09 17:25:03 +08:00
Poker
4460a1079b
漫画提前加载 ( #414 )
...
* 提前加载
* 更换图标
2024-04-07 19:31:21 +08:00
Poker
a2730e1509
修复主题色问题 ( #413 )
2024-04-04 12:32:51 +08:00
Poker
29c9ec50c0
修复流式布局排版bug ( #411 )
...
* 更新依赖
* fix LinedFlowLayout
2024-04-03 12:52:28 +08:00
Poker
34b51bc23d
添加书签标签api ( #406 )
...
* 添加书签标签api
* 简化ComboBox
* 升级依赖
* 使用新控件代替
* 添加自定义书签功能
* 添加隐私策略
* 准备商店
2024-03-30 01:37:51 +08:00
Poker
32f5e7ceb1
微软商店准备 ( #403 )
...
* 微软商店
* update gitignore
* 修复忘记Dispose问题
2024-03-28 16:01:44 +08:00
Poker
01841af2ba
修复登录问题,简化模型 ( #402 )
2024-03-24 11:46:43 +08:00
Poker
4bfb2e3a0e
简化推荐作者 ( #401 )
2024-03-23 19:37:41 +08:00
Poker
f473a9392d
修复不能多选问题 ( #399 )
2024-03-21 13:43:55 +08:00
Poker
10f7c5a487
临时修复 ( #395 )
...
* 修复文件缓存bug
* 修复动画和加载效果
2024-03-20 19:50:18 +08:00
Sergey Pinus
5ea4b9130c
Updated Russian localy for "novell" feature ( #394 )
...
* Update russian translation
And added ignoring assembly keys
* Fix translation
2024-03-20 13:52:39 +08:00
Poker
a14d53760c
修复快捷键 ( #393 )
2024-03-20 13:08:51 +08:00
Poker
7528253aac
杂项修复 ( #391 )
...
* 添加小说搜索设置项
* 修复动图渲染时速度慢的bug
* 修复新版下载
* 简化资源写法
* 更新换页按钮
* 修复Token box
* 添加小说历史功能
* add supporter
* use rocks
2024-03-20 11:48:36 +08:00
Poker
1920aae9cf
收藏后自动下载功能 ( #390 )
2024-03-19 17:32:56 +08:00
Poker
855548ec01
添加默认图片格式 ( #389 )
2024-03-19 15:56:44 +08:00
Poker
1cc7f6b81e
添加小说阅读页 ( #385 )
...
* 添加小说阅读页
* 小说页面完成
* 禁用暂时不能使用的功能
* 实现 #386
* 修复一些bug
* 完成小说动画
* fix bugs
2024-03-19 14:22:52 +08:00
Poker
c29570d651
修复登录页禁用直连时的bug ( #384 )
2024-03-16 14:32:35 +08:00
Poker
3e3ba62591
修复图片编码问题 ( #383 )
2024-03-16 12:30:16 +08:00
Poker
ad836a18a0
fix FullScreen Command ( #381 )
2024-03-14 23:35:49 +08:00
Poker
5c7beee85a
修复动态代理 ( #380 )
...
* fix dynamic proxy
* fix proxy setting
* simplify login operation
* fix waring
* fix nameresolver bugs
* add more name resolver
* Fix lost focus bug
* revert LoginDisableDomainFronting
* fuxk pixiv
* fix bypass
2024-03-14 23:22:43 +08:00
Poker
da54a54b67
修复合并冲突和文件缓存功能 ( #377 )
...
* fix merge
* fix strings
* 修复文件缓存
2024-03-12 21:20:24 +08:00
Poker
9f2bdb92e8
小说页面UI ( #372 )
...
* 添加小说功能
* add translation for en-us
* translation
* more translation
* 添加更新滚动条
* fix csproj
* 优化IllustrationViewer侧边栏
* 添加小说页面框架
* 简化作品页
* 统一插画和小说的UI
* 书签API
* 小说收藏页完成
* 小说排行完成
* 最近新作小说、搜索小说完成
---------
Co-authored-by: dylech30th <decem0730@hotmail.com>
2024-03-11 19:35:04 +08:00
Dylech30th
fc74bea450
add syntax coloring for macros, require I18N fix ( #374 )
...
* add syntax coloring for macros, require I18N fix
* Disable spell check
---------
Co-authored-by: Poker <poker_sang@outlook.com>
2024-03-11 00:11:23 +08:00
Poker
804cf0cac6
修复主题问题 ( #369 )
2024-03-09 12:56:51 +08:00
Poker
be6b5f2345
增加工具栏判定范围 ( #368 )
2024-03-08 23:31:22 +08:00
Poker
add85c0238
添加固定信息栏功能 ( #367 )
2024-03-08 23:22:59 +08:00