From f455f3fe63519a0c894624b58d5a78da4a3cd3bd Mon Sep 17 00:00:00 2001 From: Jason Yao Date: Tue, 8 Sep 2020 00:15:22 -0400 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=B9=A6=E6=BA=90=E6=B3=A8?= =?UTF-8?q?=E9=87=8A=E5=B1=9E=E6=80=A7=EF=BC=8C=E4=BE=BF=E4=BA=8E=E6=A0=87?= =?UTF-8?q?=E6=B3=A8=E4=B9=A6=E6=BA=90=E4=BD=9C=E8=80=85=E5=92=8C=E4=B9=A6?= =?UTF-8?q?=E6=BA=90=E8=AF=A6=E7=BB=86=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 增加书源注释属性,便于标注书源作者和书源详细信息 --- app/src/main/java/io/legado/app/data/entities/BookSource.kt | 3 ++- app/src/main/res/values-zh-rHK/strings.xml | 2 ++ app/src/main/res/values-zh-rTW/strings.xml | 4 ++-- app/src/main/res/values-zh/strings.xml | 2 ++ app/src/main/res/values/strings.xml | 2 ++ 5 files changed, 10 insertions(+), 3 deletions(-) diff --git a/app/src/main/java/io/legado/app/data/entities/BookSource.kt b/app/src/main/java/io/legado/app/data/entities/BookSource.kt index 48e436262..9248a0a71 100644 --- a/app/src/main/java/io/legado/app/data/entities/BookSource.kt +++ b/app/src/main/java/io/legado/app/data/entities/BookSource.kt @@ -32,6 +32,7 @@ data class BookSource( var enabledExplore: Boolean = true, // 启用发现 var header: String? = null, // 请求头 var loginUrl: String? = null, // 登录地址 + var bookSourceComment: String? = "", // 注释 var lastUpdateTime: Long = 0, // 最后更新时间,用于排序 var weight: Int = 0, // 智能排序的权重 var exploreUrl: String? = null, // 发现url @@ -104,7 +105,7 @@ data class BookSource( } fun removeGroup(group: String) { - bookSourceGroup?.splitNotBlank("[,;]".toRegex())?.toHashSet()?.let { + bookSourceGroup?.splitNotBlank("[,;,;]".toRegex())?.toHashSet()?.let { it.remove(group) bookSourceGroup = TextUtils.join(",", it) } diff --git a/app/src/main/res/values-zh-rHK/strings.xml b/app/src/main/res/values-zh-rHK/strings.xml index ba63066b7..394ac471f 100644 --- a/app/src/main/res/values-zh-rHK/strings.xml +++ b/app/src/main/res/values-zh-rHK/strings.xml @@ -288,6 +288,7 @@ 右邊距 校驗書源 校驗所選 + debug所選 進度 %1$d/%2$d 請安裝並選擇中文 TTS! TTS 初始化失敗! @@ -758,4 +759,5 @@ 主题列表 使用保存主题,导入,分享主题 切換默認主題 + 書源注釋 diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml index 8a977be9e..c9b0991c7 100644 --- a/app/src/main/res/values-zh-rTW/strings.xml +++ b/app/src/main/res/values-zh-rTW/strings.xml @@ -288,6 +288,7 @@ 右邊距 校驗書源 校驗所選 + debug所選 進度 %1$d/%2$d 請安裝並選擇中文TTS! TTS初始化失敗! @@ -731,9 +732,7 @@ 新加入書架的書是否啟用取代淨化 選擇復原文件 白天背景不能太暗 - 白天底欄不能太暗 夜間背景不能太亮 - 夜間底欄不能太亮 強調色不能和背景顏色相似 強調色不能和文字顏色相似 格式不對 @@ -758,5 +757,6 @@ 主题列表 使用保存主题,导入,分享主题 切換默認主題 + 書源注釋 diff --git a/app/src/main/res/values-zh/strings.xml b/app/src/main/res/values-zh/strings.xml index c8d1709d3..5dc5ef611 100644 --- a/app/src/main/res/values-zh/strings.xml +++ b/app/src/main/res/values-zh/strings.xml @@ -290,6 +290,7 @@ 右边距 校验书源 校验所选 + Debug所选 进度 %1$d/%2$d 请安装并选择中文TTS! TTS初始化失败! @@ -758,4 +759,5 @@ 主题列表 使用保存主题,导入,分享主题 切换默认主题 + 书源注释 diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 8d152a9ca..eca92dd65 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -290,6 +290,7 @@ Padding right Check book sources Check the selected source + Debug the selected source Progress %1$d/%2$d Please install and select Chinese TTS! TTS initialization failed! @@ -759,4 +760,5 @@ Save night theme config Theme list Save, Import, Share theme + Book source comment \ No newline at end of file