forked from dss16694/WechatFp
-
Notifications
You must be signed in to change notification settings - Fork 123
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
44 changed files
with
1,931 additions
and
289 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
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 +1 @@ | ||
com.yyxx.wechatfp.WalletBaseUI | ||
com.yyxx.wechatfp.xposed.WalletBaseUI |
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,16 @@ | ||
package com.yyxx.wechatfp; | ||
|
||
/** | ||
* Created by Jason on 2017/9/10. | ||
*/ | ||
|
||
public class Constant { | ||
|
||
public static final String PACKAGE_BANE_WECHAT = "com.tencent.mm"; | ||
public static final String HELP_URL_WECHAT = "https://github.com/eritpchy/WechatFp/blob/master/doc/WeChat/README.md"; | ||
public static final String PROJECT_URL = "https://github.com/eritpchy/WechatFp"; | ||
public static final String UPDATE_URL_GITHUB = "https://api.github.com/repos/eritpchy/WechatFp/releases/latest"; | ||
public static final String DONATE_ID_ALIPAY = "https://qr.alipay.com/FKX012222QIU52C6LATAB7"; | ||
public static final String DONATE_ID_WECHAT = "wxp://f2f0-1_Hm7XAY7SXA3B_0R0v-VJD71jYCWog"; | ||
|
||
} |
81 changes: 0 additions & 81 deletions
81
app/src/main/java/com/yyxx/wechatfp/ObfuscationHelper.java
This file was deleted.
Oops, something went wrong.
102 changes: 0 additions & 102 deletions
102
app/src/main/java/com/yyxx/wechatfp/SettingsActivity.java
This file was deleted.
Oops, something went wrong.
31 changes: 0 additions & 31 deletions
31
app/src/main/java/com/yyxx/wechatfp/XPreferenceProvider.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.