-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
60 additions
and
14 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -430,7 +430,7 @@ public void developerInfo() { | |
dialog.setTitle("关于悬浮助手"); | ||
dialog.setCancelable(true); | ||
dialog.setCanceledOnTouchOutside(true); | ||
dialog.setMessage("版本:3.0.3\r\n作者:fg607\r\n邮箱:[email protected]"); | ||
dialog.setMessage("版本:3.0.4\r\n作者:fg607\r\n邮箱:[email protected]"); | ||
dialog.show(); | ||
} | ||
|
||
|
@@ -464,12 +464,12 @@ public void questionsAnswer() { | |
public void showUpdateInfo() { | ||
|
||
AlertDialog dialog = new AlertDialog.Builder(this).create(); | ||
dialog.setTitle("悬浮助手-3.0.3版本更新内容"); | ||
dialog.setTitle("悬浮助手-3.0.4版本更新内容"); | ||
dialog.setCancelable(true); | ||
dialog.setCanceledOnTouchOutside(true); | ||
dialog.setMessage("" + | ||
"1.适配安卓9.0。\r\n"+ | ||
"2.修复已知bug。\r\n"+ | ||
"1.完整的避让软键盘功能(自动避让,自动复原,只需一个输入法)。\r\n"+ | ||
"2.恢复锁屏功能。\r\n"+ | ||
""); | ||
dialog.show(); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters