Skip to content

Commit

Permalink
update apk
Browse files Browse the repository at this point in the history
  • Loading branch information
zfdang committed Oct 27, 2020
1 parent 46d1c97 commit df07725
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import android.accessibilityservice.AccessibilityService;
import android.accessibilityservice.GestureDescription;
import android.annotation.SuppressLint;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
Expand Down Expand Up @@ -636,6 +637,7 @@ private void updatePackage() {
}

// display activity customization dialog, and allow users to pick widget or positions
@SuppressLint("ClickableViewAccessibility")
private void showActivityCustomizationDialog() {
// show activity customization window
final WindowManager windowManager = (WindowManager) service.getSystemService(AccessibilityService.WINDOW_SERVICE);
Expand Down Expand Up @@ -722,6 +724,7 @@ public boolean onTouch(View v, MotionEvent event) {
return true;
}
});

imageTarget.setOnTouchListener(new View.OnTouchListener() {
int x = 0, y = 0, width = targetParams.width / 2, height = targetParams.height / 2;

Expand Down Expand Up @@ -757,6 +760,7 @@ public boolean onTouch(View v, MotionEvent event) {
return true;
}
});

btShowOutline.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
发布顺序由快到慢:

1. Github自动编译结果: [自动编译结果](https://github.com/zfdang/Android-Touch-Helper/releases)
2. 从本网站下载:[v2020.10.26](TouchHelper-release-v2020.10.26.apk)
2. 从本网站下载:[v2020.10.27](TouchHelper-release-v2020.10.27.apk)
3. Google Play Store: [开屏跳过](https://play.google.com/store/apps/details?id=com.zfdang.touchhelper)

## 支持作者
Expand Down
Binary file added docs/TouchHelper-release-v2020.10.27.apk
Binary file not shown.

0 comments on commit df07725

Please sign in to comment.