Skip to content

Commit

Permalink
Merge pull request #67 from GuoXiCheng/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
GuoXiCheng committed Oct 25, 2023
2 parents c984389 + 40a5597 commit 0dde37b
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 100 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,20 @@ SKIP 是一款免费开源的安卓应用,旨在利用 Android 无障碍服务

## 主界面预览

<img src="https://guoxicheng.top/static/skip-docs/main-interface.jpg" alt="https://guoxicheng.top/static/skip-docs/main-interface.jpg" style="width: 30%;" />
<img src="https://guoxicheng.top/assets/image/skip-docs/main-interface.jpg" alt="https://guoxicheng.top/assets/image/skip-docs/main-interface.jpg" style="width: 30%;" />

## 说明
## 使用说明

- 点击屏幕中心按钮跳转无障碍服务界面,打开无障碍服务即可
- 源代码透明公开,0项隐私权限申请,完全免费无套路,下载请戳 👉 [SKIP Docs](https://guoxicheng.top/SKIP-Docs/1-introduction/)
- 源代码透明公开,0项隐私权限申请,完全免费无套路,下载请戳 👉 [SKIP Docs](https://guoxicheng.top/projects/SKIP-Docs/)
- 目前小米/红米手机完美运行,其他品牌手机请自行测试
- 如果对你有帮助的话可以给颗小星星,感谢支持

## 如何贡献

- 应用市场APP种类繁多,情况各异,无法保证完全适配
- 如有问题可以提交issue,或者参考 👉 [贡献指南](https://guoxicheng.top/projects/SKIP-Docs/003-contribute.html)

## 许可证

[MIT License](https://github.com/GuoXiCheng/SKIP/blob/main/LICENSE)
Expand Down
Binary file added apk/SKIP-v1.4.apk
Binary file not shown.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
minSdk 24
targetSdk 32
versionCode 1
versionName "1.3.4"
versionName "1.4"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/assets/skip_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,7 @@
# 微信
- package_name: com.tencent.mm
max_click_count: 0

# 华为时钟
- package_name: com.huawei.deskclock
max_click_count: 0
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package com.android.skip.handler

import android.graphics.Rect
import android.view.accessibility.AccessibilityNodeInfo
import com.android.skip.manager.LogManager
import com.android.skip.manager.SkipConfigManager

class BoundsHandler: AbstractHandler() {
Expand Down
66 changes: 0 additions & 66 deletions app/src/main/res/raw/skip_config_v1.json

This file was deleted.

29 changes: 0 additions & 29 deletions app/src/main/res/raw/sort.js

This file was deleted.

0 comments on commit 0dde37b

Please sign in to comment.