Skip to content

Commit 79d1e37

Browse files
committed
优化快捷菜单半透明背景
1 parent b770a46 commit 79d1e37

File tree

8 files changed

+92
-97
lines changed

8 files changed

+92
-97
lines changed
0 Bytes
Binary file not shown.

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android {
99
minSdkVersion 18
1010
targetSdkVersion 28
1111

12-
versionCode 33
13-
versionName "3.0.4.1"
12+
versionCode 34
13+
versionName "3.0.4.2"
1414
}
1515

1616
signingConfigs {

app/src/main/java/com/hardwork/fg607/relaxfinger/SettingActivity.java

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ public void developerInfo() {
430430
dialog.setTitle("关于悬浮助手");
431431
dialog.setCancelable(true);
432432
dialog.setCanceledOnTouchOutside(true);
433-
dialog.setMessage("版本:3.0.4.1\r\n作者:fg607\r\n邮箱:[email protected]");
433+
dialog.setMessage("版本:3.0.4.2\r\n作者:fg607\r\n邮箱:[email protected]");
434434
dialog.show();
435435
}
436436

@@ -463,16 +463,11 @@ public void questionsAnswer() {
463463
public void showUpdateInfo() {
464464

465465
AlertDialog dialog = new AlertDialog.Builder(this).create();
466-
dialog.setTitle("悬浮助手-3.0.4.1版本更新内容");
466+
dialog.setTitle("悬浮助手-3.0.4.2版本更新内容");
467467
dialog.setCancelable(true);
468468
dialog.setCanceledOnTouchOutside(true);
469469
dialog.setMessage("" +
470-
"3.0.4.1版本更新内容:\r\n"+
471-
"1.优化避让速度。\r\n"+
472-
"2.修复设置界面状态栏bug。\r\n"+
473-
"3.0.4版本更新内容:\r\n"+
474-
"1.完整的避让软键盘功能,基本适用所有安卓版本(自动避让,自动复原,只需一个输入法)。\r\n"+
475-
"2.恢复锁屏功能。\r\n"+
470+
"1.优化快捷菜单半透明背景,覆盖状态栏和导航栏。\r\n"+
476471
"");
477472
dialog.show();
478473

app/src/main/java/com/hardwork/fg607/relaxfinger/action/GestureImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ public void run() {
576576
//Toast.makeText(this,"截图失败!",Toast.LENGTH_SHORT).show();
577577
}
578578

579-
FloatingBallUtils.bitmap = null;
579+
FloatingBallUtils.screenShotBitmap = null;
580580
bitmap.recycle();
581581

582582
}

0 commit comments

Comments
 (0)