diff --git a/app/src/main/java/io/legado/app/ui/book/source/manage/BookSourceActivity.kt b/app/src/main/java/io/legado/app/ui/book/source/manage/BookSourceActivity.kt index b69cbb35c..61f883cde 100644 --- a/app/src/main/java/io/legado/app/ui/book/source/manage/BookSourceActivity.kt +++ b/app/src/main/java/io/legado/app/ui/book/source/manage/BookSourceActivity.kt @@ -237,8 +237,8 @@ class BookSourceActivity : VMBaseActivity data.sortedBy { it.bookSourceUrl } - Sort.Update -> data.sortedByDescending { it.respondTime } - Sort.Respond -> data.sortedByDescending { it.respondTime } + Sort.Update -> data.sortedBy { it.lastUpdateTime } + Sort.Respond -> data.sortedBy { it.respondTime } Sort.Enable -> data.sortedWith { o1, o2 -> var sort = -o1.enabled.compareTo(o2.enabled) if (sort == 0) { @@ -254,7 +254,8 @@ class BookSourceActivity : VMBaseActivity data.sortedByDescending { it.bookSourceUrl } - Sort.Respond -> data.sortedBy { it.respondTime } + Sort.Update -> data.sortedByDescending { it.lastUpdateTime } + Sort.Respond -> data.sortedByDescending { it.respondTime } Sort.Enable -> data.sortedWith { o1, o2 -> var sort = o1.enabled.compareTo(o2.enabled) if (sort == 0) { diff --git a/app/src/main/res/values-es-rES/strings.xml b/app/src/main/res/values-es-rES/strings.xml index 67b5f839e..d37a0f1a3 100644 --- a/app/src/main/res/values-es-rES/strings.xml +++ b/app/src/main/res/values-es-rES/strings.xml @@ -864,5 +864,5 @@ Disabled when 0, enable range from 1 to 25\nThe greater the radius, the stronger the effect of blurring 需登录 使用Cronet网络组件 - 根据响应时间排序 + Ordenar por tiempo de respuesta diff --git a/app/src/main/res/values-ja-rJP/strings.xml b/app/src/main/res/values-ja-rJP/strings.xml index 3bec35187..1178b2470 100644 --- a/app/src/main/res/values-ja-rJP/strings.xml +++ b/app/src/main/res/values-ja-rJP/strings.xml @@ -864,5 +864,5 @@ Disabled when 0, enable range from 1 to 25\nThe greater the radius, the stronger the effect of blurring 需登录 使用Cronet网络组件 - 根据响应时间排序 + Sort by respond time diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml index db02d81fa..03a4886ad 100644 --- a/app/src/main/res/values-pt-rBR/strings.xml +++ b/app/src/main/res/values-pt-rBR/strings.xml @@ -864,6 +864,6 @@ Desativado quando 0, Ativado entre 1 e 25\n Quanto maior o raio, mais forte o efeito de desfocagem Login necessário Usando componentes de rede Cronet - 根据响应时间排序 + Classificar por tempo de resposta diff --git a/app/src/main/res/values-zh-rHK/strings.xml b/app/src/main/res/values-zh-rHK/strings.xml index dca2557c6..047d1963d 100644 --- a/app/src/main/res/values-zh-rHK/strings.xml +++ b/app/src/main/res/values-zh-rHK/strings.xml @@ -768,7 +768,7 @@ 使用儲存主題,匯入,分享主題 切換默認主題 分享選中源 - 時間排序 + 更新時間排序 全文搜索 關注公眾號[开源阅读]獲取訂閲源! 目前沒有發現源,關注公眾號[开源阅读]添加包含發現的書源! @@ -861,6 +861,6 @@ 書源校驗時顯示網絡請求步驟和時間 需登录 使用Cronet网络组件 - 根据响应时间排序 + 響應時間排序 diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml index cfa7024cc..1226a95c6 100644 --- a/app/src/main/res/values-zh-rTW/strings.xml +++ b/app/src/main/res/values-zh-rTW/strings.xml @@ -771,7 +771,7 @@ 主題列表 使用儲存主題,匯入,分享主題 切換預設主題 - 時間排序 + 更新時間排序 全文搜尋 關注公眾號[开源阅读]獲取訂閱源! 目前沒有發現源,關注公眾號[开源阅读]添加包含發現的書源! @@ -862,6 +862,6 @@ 書源校驗時顯示網絡請求步驟和時間 需登录 使用Cronet网络组件 - 根据响应时间排序 + 響應時間排序 diff --git a/app/src/main/res/values-zh/strings.xml b/app/src/main/res/values-zh/strings.xml index 4835a0b0c..fc3e14e27 100644 --- a/app/src/main/res/values-zh/strings.xml +++ b/app/src/main/res/values-zh/strings.xml @@ -771,7 +771,7 @@ 主题列表 使用保存主题,导入,分享主题 切换默认主题 - 时间排序 + 更新时间排序 全文搜索 关注公众号[开源阅读]获取订阅源! 当前没有发现源,关注公众号[开源阅读]添加带发现的书源! @@ -863,6 +863,6 @@ 书源校验时显示网络请求步骤和时间 需登录 使用Cronet网络组件 - 根据响应时间排序 + 响应时间排序