Skip to content

Commit 2617c3e

Browse files
committed
+ 4.7.1 fix 一些设备连生物支付选项都没有, 导致无法显示指纹支付入口
1 parent f0df42b commit 2617c3e

12 files changed

+23
-23
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ android {
99
minSdkVersion 14
1010
targetSdkVersion 30
1111
versionCode 23
12-
versionName "4.7.0"
12+
versionName "4.7.1"
1313
buildConfigField "String", "APP_PRODUCT_NAME", "\"FingerprintPay\""
1414
}
1515

app/src/main/java/com/surcumference/fingerprint/plugin/AlipayBasePlugin.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ private void doSettingsMenuInject_10_1_38(final Activity activity) {
335335
//try use Alipay style
336336
try {
337337
View settingsView = versionCode >= 773 /** 10.3.80.9100 */
338-
? ViewUtils.findViewByText(activity.getWindow().getDecorView(), "生物支付", "Biological ID Pay")
338+
? ViewUtils.findViewByText(activity.getWindow().getDecorView(), "支付密码", "支付密碼", "Payment Password")
339339
: ViewUtils.findViewByName(activity, "com.alipay.mobile.antui", "item_left_text");
340340
L.d("settingsView", settingsView);
341341
if (settingsView instanceof TextView) {
@@ -383,7 +383,7 @@ private void doSettingsMenuInject_10_1_38(final Activity activity) {
383383
rootLinearLayout.addView(lineBottomView, lineParams);
384384

385385
if (versionCode >= 773 /** 10.3.80.9100 */) {
386-
View itemView = ViewUtils.findViewByText(activity.getWindow().getDecorView(), "生物支付", "Biological ID Pay");
386+
View itemView = ViewUtils.findViewByText(activity.getWindow().getDecorView(), "支付密码", "支付密碼", "Payment Password");
387387
if (itemView != null) {
388388
ViewGroup itemViewGroup = (ViewGroup) itemView.getParent().getParent().getParent().getParent();
389389
L.d("生物支付item: " + ViewUtils.getViewInfo(itemViewGroup));

release/update_riru_alipay.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "4.7.0",
2+
"version": "4.7.1",
33
"versionCode": "23",
4-
"zipUrl": "https://github.com/eritpchy/FingerprintPay/releases/download/4.7.0-ci/riru-module-xfingerprint-pay-alipay-v4.7.0-release.zip",
4+
"zipUrl": "https://github.com/eritpchy/FingerprintPay/releases/download/4.7.1-ci/riru-module-xfingerprint-pay-alipay-v4.7.1-release.zip",
55
"changelog": "https://raw.githubusercontent.com/eritpchy/FingerprintPay/main/CHANGELOG.md"
66
}

release/update_riru_qq.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "4.7.0",
2+
"version": "4.7.1",
33
"versionCode": "23",
4-
"zipUrl": "https://github.com/eritpchy/FingerprintPay/releases/download/4.7.0-ci/riru-module-xfingerprint-pay-qq-v4.7.0-release.zip",
4+
"zipUrl": "https://github.com/eritpchy/FingerprintPay/releases/download/4.7.1-ci/riru-module-xfingerprint-pay-qq-v4.7.1-release.zip",
55
"changelog": "https://raw.githubusercontent.com/eritpchy/FingerprintPay/main/CHANGELOG.md"
66
}

release/update_riru_taobao.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "4.7.0",
2+
"version": "4.7.1",
33
"versionCode": "23",
4-
"zipUrl": "https://github.com/eritpchy/FingerprintPay/releases/download/4.7.0-ci/riru-module-xfingerprint-pay-taobao-v4.7.0-release.zip",
4+
"zipUrl": "https://github.com/eritpchy/FingerprintPay/releases/download/4.7.1-ci/riru-module-xfingerprint-pay-taobao-v4.7.1-release.zip",
55
"changelog": "https://raw.githubusercontent.com/eritpchy/FingerprintPay/main/CHANGELOG.md"
66
}

release/update_riru_unionpay.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "4.7.0",
2+
"version": "4.7.1",
33
"versionCode": "23",
4-
"zipUrl": "https://github.com/eritpchy/FingerprintPay/releases/download/4.7.0-ci/riru-module-xfingerprint-pay-unionpay-v4.7.0-release.zip",
4+
"zipUrl": "https://github.com/eritpchy/FingerprintPay/releases/download/4.7.1-ci/riru-module-xfingerprint-pay-unionpay-v4.7.1-release.zip",
55
"changelog": "https://raw.githubusercontent.com/eritpchy/FingerprintPay/main/CHANGELOG.md"
66
}

release/update_riru_wechat.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "4.7.0",
2+
"version": "4.7.1",
33
"versionCode": "23",
4-
"zipUrl": "https://github.com/eritpchy/FingerprintPay/releases/download/4.7.0-ci/riru-module-xfingerprint-pay-wechat-v4.7.0-release.zip",
4+
"zipUrl": "https://github.com/eritpchy/FingerprintPay/releases/download/4.7.1-ci/riru-module-xfingerprint-pay-wechat-v4.7.1-release.zip",
55
"changelog": "https://raw.githubusercontent.com/eritpchy/FingerprintPay/main/CHANGELOG.md"
66
}

release/update_zygisk_alipay.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "4.7.0",
2+
"version": "4.7.1",
33
"versionCode": "23",
4-
"zipUrl": "https://github.com/eritpchy/FingerprintPay/releases/download/4.7.0-ci/zygisk-module-xfingerprint-pay-alipay-v4.7.0-release.zip",
4+
"zipUrl": "https://github.com/eritpchy/FingerprintPay/releases/download/4.7.1-ci/zygisk-module-xfingerprint-pay-alipay-v4.7.1-release.zip",
55
"changelog": "https://raw.githubusercontent.com/eritpchy/FingerprintPay/main/CHANGELOG.md"
66
}

release/update_zygisk_qq.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "4.7.0",
2+
"version": "4.7.1",
33
"versionCode": "23",
4-
"zipUrl": "https://github.com/eritpchy/FingerprintPay/releases/download/4.7.0-ci/zygisk-module-xfingerprint-pay-qq-v4.7.0-release.zip",
4+
"zipUrl": "https://github.com/eritpchy/FingerprintPay/releases/download/4.7.1-ci/zygisk-module-xfingerprint-pay-qq-v4.7.1-release.zip",
55
"changelog": "https://raw.githubusercontent.com/eritpchy/FingerprintPay/main/CHANGELOG.md"
66
}

release/update_zygisk_taobao.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "4.7.0",
2+
"version": "4.7.1",
33
"versionCode": "23",
4-
"zipUrl": "https://github.com/eritpchy/FingerprintPay/releases/download/4.7.0-ci/zygisk-module-xfingerprint-pay-taobao-v4.7.0-release.zip",
4+
"zipUrl": "https://github.com/eritpchy/FingerprintPay/releases/download/4.7.1-ci/zygisk-module-xfingerprint-pay-taobao-v4.7.1-release.zip",
55
"changelog": "https://raw.githubusercontent.com/eritpchy/FingerprintPay/main/CHANGELOG.md"
66
}

0 commit comments

Comments
 (0)