Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Commit

Permalink
v2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fengyuecanzhu committed Jan 17, 2022
1 parent 8171e64 commit cdcc11b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
7 changes: 4 additions & 3 deletions app/release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
* 1、开放用户登录\注册入口及同步书架(在v1.9.3版本关闭),感谢[@黑白人生]提供的服务器
* 2、新增邮箱验证(用于找回密码),之前注册的帐号登录时需要绑定邮箱
* 3、webdav同步书架改为从webdav恢复
* 1、修复部分机型阅读界面切换日夜间闪退的问题
* 2、优化搜索界面
* 3、搜索界面新增书架书籍搜索
* 4、修复朗读到章节最后一页停止的问题
8 changes: 5 additions & 3 deletions app/src/main/assets/updatelog.fy
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
2022.01.07
2022.01.17
风月读书v2.3.2
更新内容:
1、修复MIUI13阅读界面切换日夜间闪退的问题
2
1、修复部分机型阅读界面切换日夜间闪退的问题
2、优化搜索界面
3、搜索界面新增书架书籍搜索
4、修复朗读到章节最后一页停止的问题

2021.12.11
风月读书v2.2.8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -999,12 +999,15 @@ public void onSuccess(@NonNull Result result) {
if (!isAutoSyn) {
DialogCreator.createTipDialog(mMainActivity, "成功将书架同步至网络!");
}
} else if (result.getCode() == 216) {
ToastUtils.showWarring("当前应用版本过旧,同步书架失败,请更新应用后重试");
} else {
if (!isAutoSyn) {
DialogCreator.createTipDialog(mMainActivity, "同步失败,请重试!");
}
}
}

@Override
public void onError(Throwable e) {
if (!isAutoSyn) {
Expand Down
4 changes: 2 additions & 2 deletions app/version_code.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#Fri Jun 18 21:45:31 CST 2021
VERSION_CODE=231
NEED_CREATE_RELEASE=false
VERSION_CODE=232
NEED_CREATE_RELEASE=true

0 comments on commit cdcc11b

Please sign in to comment.