From 704e4f9cfaa18d5c32ccb8db83fa180052770bd7 Mon Sep 17 00:00:00 2001 From: kunfei Date: Sat, 25 Apr 2020 16:22:11 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/assets/updateLog.md | 7 +++++- .../java/io/legado/app/constant/AppConst.kt | 22 +++---------------- 2 files changed, 9 insertions(+), 20 deletions(-) diff --git a/app/src/main/assets/updateLog.md b/app/src/main/assets/updateLog.md index ef21ec899..9ad211f8c 100644 --- a/app/src/main/assets/updateLog.md +++ b/app/src/main/assets/updateLog.md @@ -3,7 +3,12 @@ * 请关注公众号[开源阅读]()支持我,同时关注合作公众号[小说拾遗](),阅读公众号小编。 * 新公众号[开源阅读]()已启用,[开源阅读软件]()备用 -**2020/04/20** +**2020/04/25** +* 修复翻页按键设置为空时崩溃的bug +* 翻页按键优先自定义按键,可覆盖音量按键 +* 写书源时的辅助键盘添加※ + +**2020/04/24** * 坚果云最近调整了策略,必须使用应用密码才能备份,用户信息,安全,第三方应用 * text目录规则添加id字段,负值为系统自带规则 * 其它一些优化 diff --git a/app/src/main/java/io/legado/app/constant/AppConst.kt b/app/src/main/java/io/legado/app/constant/AppConst.kt index 35ab74e81..c9e5a6c39 100644 --- a/app/src/main/java/io/legado/app/constant/AppConst.kt +++ b/app/src/main/java/io/legado/app/constant/AppConst.kt @@ -41,25 +41,9 @@ object AppConst { val keyboardToolChars: List by lazy { arrayListOf( - "※", - "@", - "&", - "|", - "%", - "/", - ":", - "[", - "]", - "{", - "}", - "<", - ">", - "\\", - "$", - "#", - "!", - ".", - "href", "src", "textNodes", "xpath", "json", "css", "id", "class", "tag" + "※", "@", "&", "|", "%", "/", ":", "[", "]", "{", "}", "<", ">", "\\", + "$", "#", "!", ".", "href", "src", "textNodes", "xpath", "json", "css", + "id", "class", "tag" ) }