forked from dss16694/WechatFp
-
Notifications
You must be signed in to change notification settings - Fork 124
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
19 changed files
with
157 additions
and
76 deletions.
There are no files selected for viewing
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
44 changes: 44 additions & 0 deletions
44
app/src/main/java/com/surcumference/fingerprint/bean/DigitPasswordKeyPadInfo.java
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 |
---|---|---|
@@ -0,0 +1,44 @@ | ||
package com.surcumference.fingerprint.bean; | ||
|
||
import java.util.HashMap; | ||
import java.util.Map; | ||
|
||
public class DigitPasswordKeyPadInfo { | ||
public String modulePackageName; | ||
public String[] key1; | ||
public String[] key2; | ||
public String[] key3; | ||
public String[] key4; | ||
public String[] key5; | ||
public String[] key6; | ||
public String[] key7; | ||
public String[] key8; | ||
public String[] key9; | ||
public String[] key0; | ||
|
||
public Map<String, String[]> keys = new HashMap<>(); | ||
|
||
public DigitPasswordKeyPadInfo(String modulePackageName, String[] key1, String[] key2, String[] key3, String[] key4, String[] key5, String[] key6, String[] key7, String[] key8, String[] key9, String[] key0) { | ||
this.modulePackageName = modulePackageName; | ||
this.key1 = key1; | ||
this.key2 = key2; | ||
this.key3 = key3; | ||
this.key4 = key4; | ||
this.key5 = key5; | ||
this.key6 = key6; | ||
this.key7 = key7; | ||
this.key8 = key8; | ||
this.key9 = key9; | ||
this.key0 = key0; | ||
this.keys.put("1", key1); | ||
this.keys.put("2", key2); | ||
this.keys.put("3", key3); | ||
this.keys.put("4", key4); | ||
this.keys.put("5", key5); | ||
this.keys.put("6", key6); | ||
this.keys.put("7", key7); | ||
this.keys.put("8", key8); | ||
this.keys.put("9", key9); | ||
this.keys.put("0", key0); | ||
} | ||
} |
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
22 changes: 22 additions & 0 deletions
22
app/src/main/java/com/surcumference/fingerprint/util/WeChatVersionControl.java
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
package com.surcumference.fingerprint.util; | ||
|
||
import com.surcumference.fingerprint.Constant; | ||
import com.surcumference.fingerprint.bean.DigitPasswordKeyPadInfo; | ||
|
||
public class WeChatVersionControl { | ||
|
||
public static DigitPasswordKeyPadInfo getDigitPasswordKeyPad(int versionCode) { | ||
return new DigitPasswordKeyPadInfo(Constant.PACKAGE_NAME_WECHAT, | ||
new String[]{"tenpay_keyboard_1"}, | ||
new String[]{"tenpay_keyboard_2"}, | ||
new String[]{"tenpay_keyboard_3"}, | ||
new String[]{"tenpay_keyboard_4"}, | ||
new String[]{"tenpay_keyboard_5"}, | ||
new String[]{"tenpay_keyboard_6"}, | ||
new String[]{"tenpay_keyboard_7"}, | ||
new String[]{"tenpay_keyboard_8"}, | ||
new String[]{"tenpay_keyboard_9"}, | ||
new String[]{"tenpay_keyboard_0"}); | ||
} | ||
|
||
} |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"version": "4.8.0", | ||
"versionCode": "27", | ||
"zipUrl": "https://file.xdow.net/d/download/fingerprintpay/4.8.0/riru-module-xfingerprint-pay-alipay-v4.8.0-release.zip", | ||
"version": "4.8.1", | ||
"versionCode": "28", | ||
"zipUrl": "https://file.xdow.net/d/download/fingerprintpay/4.8.1/riru-module-xfingerprint-pay-alipay-v4.8.1-release.zip", | ||
"changelog": "https://gitee.com/eritpchy/FingerprintPay/raw/main/CHANGELOG.md" | ||
} |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"version": "4.8.0", | ||
"versionCode": "27", | ||
"zipUrl": "https://file.xdow.net/d/download/fingerprintpay/4.8.0/riru-module-xfingerprint-pay-qq-v4.8.0-release.zip", | ||
"version": "4.8.1", | ||
"versionCode": "28", | ||
"zipUrl": "https://file.xdow.net/d/download/fingerprintpay/4.8.1/riru-module-xfingerprint-pay-qq-v4.8.1-release.zip", | ||
"changelog": "https://gitee.com/eritpchy/FingerprintPay/raw/main/CHANGELOG.md" | ||
} |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"version": "4.8.0", | ||
"versionCode": "27", | ||
"zipUrl": "https://file.xdow.net/d/download/fingerprintpay/4.8.0/riru-module-xfingerprint-pay-taobao-v4.8.0-release.zip", | ||
"version": "4.8.1", | ||
"versionCode": "28", | ||
"zipUrl": "https://file.xdow.net/d/download/fingerprintpay/4.8.1/riru-module-xfingerprint-pay-taobao-v4.8.1-release.zip", | ||
"changelog": "https://gitee.com/eritpchy/FingerprintPay/raw/main/CHANGELOG.md" | ||
} |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"version": "4.8.0", | ||
"versionCode": "27", | ||
"zipUrl": "https://file.xdow.net/d/download/fingerprintpay/4.8.0/riru-module-xfingerprint-pay-unionpay-v4.8.0-release.zip", | ||
"version": "4.8.1", | ||
"versionCode": "28", | ||
"zipUrl": "https://file.xdow.net/d/download/fingerprintpay/4.8.1/riru-module-xfingerprint-pay-unionpay-v4.8.1-release.zip", | ||
"changelog": "https://gitee.com/eritpchy/FingerprintPay/raw/main/CHANGELOG.md" | ||
} |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"version": "4.8.0", | ||
"versionCode": "27", | ||
"zipUrl": "https://file.xdow.net/d/download/fingerprintpay/4.8.0/riru-module-xfingerprint-pay-wechat-v4.8.0-release.zip", | ||
"version": "4.8.1", | ||
"versionCode": "28", | ||
"zipUrl": "https://file.xdow.net/d/download/fingerprintpay/4.8.1/riru-module-xfingerprint-pay-wechat-v4.8.1-release.zip", | ||
"changelog": "https://gitee.com/eritpchy/FingerprintPay/raw/main/CHANGELOG.md" | ||
} |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"version": "4.8.0", | ||
"versionCode": "27", | ||
"zipUrl": "https://file.xdow.net/d/download/fingerprintpay/4.8.0/zygisk-module-xfingerprint-pay-alipay-v4.8.0-release.zip", | ||
"version": "4.8.1", | ||
"versionCode": "28", | ||
"zipUrl": "https://file.xdow.net/d/download/fingerprintpay/4.8.1/zygisk-module-xfingerprint-pay-alipay-v4.8.1-release.zip", | ||
"changelog": "https://gitee.com/eritpchy/FingerprintPay/raw/main/CHANGELOG.md" | ||
} |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"version": "4.8.0", | ||
"versionCode": "27", | ||
"zipUrl": "https://file.xdow.net/d/download/fingerprintpay/4.8.0/zygisk-module-xfingerprint-pay-qq-v4.8.0-release.zip", | ||
"version": "4.8.1", | ||
"versionCode": "28", | ||
"zipUrl": "https://file.xdow.net/d/download/fingerprintpay/4.8.1/zygisk-module-xfingerprint-pay-qq-v4.8.1-release.zip", | ||
"changelog": "https://gitee.com/eritpchy/FingerprintPay/raw/main/CHANGELOG.md" | ||
} |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"version": "4.8.0", | ||
"versionCode": "27", | ||
"zipUrl": "https://file.xdow.net/d/download/fingerprintpay/4.8.0/zygisk-module-xfingerprint-pay-taobao-v4.8.0-release.zip", | ||
"version": "4.8.1", | ||
"versionCode": "28", | ||
"zipUrl": "https://file.xdow.net/d/download/fingerprintpay/4.8.1/zygisk-module-xfingerprint-pay-taobao-v4.8.1-release.zip", | ||
"changelog": "https://gitee.com/eritpchy/FingerprintPay/raw/main/CHANGELOG.md" | ||
} |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"version": "4.8.0", | ||
"versionCode": "27", | ||
"zipUrl": "https://file.xdow.net/d/download/fingerprintpay/4.8.0/zygisk-module-xfingerprint-pay-unionpay-v4.8.0-release.zip", | ||
"version": "4.8.1", | ||
"versionCode": "28", | ||
"zipUrl": "https://file.xdow.net/d/download/fingerprintpay/4.8.1/zygisk-module-xfingerprint-pay-unionpay-v4.8.1-release.zip", | ||
"changelog": "https://gitee.com/eritpchy/FingerprintPay/raw/main/CHANGELOG.md" | ||
} |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"version": "4.8.0", | ||
"versionCode": "27", | ||
"zipUrl": "https://file.xdow.net/d/download/fingerprintpay/4.8.0/zygisk-module-xfingerprint-pay-wechat-v4.8.0-release.zip", | ||
"version": "4.8.1", | ||
"versionCode": "28", | ||
"zipUrl": "https://file.xdow.net/d/download/fingerprintpay/4.8.1/zygisk-module-xfingerprint-pay-wechat-v4.8.1-release.zip", | ||
"changelog": "https://gitee.com/eritpchy/FingerprintPay/raw/main/CHANGELOG.md" | ||
} |