MCPcopy Create free account

hub / github.com/dalu2048/WeChatGenius / functions

Functions80 in github.com/dalu2048/WeChatGenius

↓ 11 callersMethodisMatch
Return whether input matches the regex. @param regex The regex. @param input The input. @return {@code true}: yes<br>{@code false}: no
app/src/main/java/net/dalu2048/wechatgenius/util/RegexUtils.java:159
↓ 7 callersMethodtoString
()
app/src/main/java/net/dalu2048/wechatgenius/util/ShellUtil.java:229
↓ 2 callersMethodcopyToClipboard
(String label, String string)
app/src/main/java/net/dalu2048/wechatgenius/ui/AboutActivity.java:109
↓ 2 callersMethodgetAppVersionName
(Context context, String packageName)
app/src/main/java/net/dalu2048/wechatgenius/util/AppUtils.java:50
↓ 2 callersMethodgetInstance
()
app/src/main/java/net/dalu2048/wechatgenius/entity/AppInfo.java:44
↓ 2 callersMethodgetVersionName
(Context context)
app/src/main/java/net/dalu2048/wechatgenius/util/AppUtils.java:25
↓ 2 callersMethodgetWechatVersionName
()
app/src/main/java/net/dalu2048/wechatgenius/entity/AppInfo.java:159
↓ 2 callersMethodgetXposedVersionName
()
app/src/main/java/net/dalu2048/wechatgenius/entity/AppInfo.java:119
↓ 2 callersMethodisEmpty
(final CharSequence s)
app/src/main/java/net/dalu2048/wechatgenius/util/StringUtils.java:14
↓ 1 callersMethodValidateEnvironment
(Context context)
app/src/main/java/net/dalu2048/wechatgenius/entity/AppInfo.java:58
↓ 1 callersMethodcheckRootPermission
check whether has root permission
app/src/main/java/net/dalu2048/wechatgenius/util/ShellUtil.java:50
↓ 1 callersMethodexecCommand
execute shell command, default return result msg @param command command @param isRoot whether need to run with root @see ShellUtil#execCommand(String
app/src/main/java/net/dalu2048/wechatgenius/util/ShellUtil.java:61
↓ 1 callersMethodgetAndroidVersionName
()
app/src/main/java/net/dalu2048/wechatgenius/entity/AppInfo.java:127
↓ 1 callersMethodgetData
()
app/src/main/java/net/dalu2048/wechatgenius/net/HttpRequest.java:29
↓ 1 callersMethodgetInstance
()
app/src/main/java/net/dalu2048/wechatgenius/util/OkHttpUtils.java:32
↓ 1 callersMethodgetOkHttpClient
()
app/src/main/java/net/dalu2048/wechatgenius/util/OkHttpUtils.java:44
↓ 1 callersMethodgetVersionCode
(Context context)
app/src/main/java/net/dalu2048/wechatgenius/util/AppUtils.java:39
↓ 1 callersMethodhookDatabaseInsert
(final XC_LoadPackage.LoadPackageParam loadPackageParam)
app/src/main/java/net/dalu2048/wechatgenius/MainXposed.java:58
↓ 1 callersMethodinitAboutList
()
app/src/main/java/net/dalu2048/wechatgenius/ui/AboutActivity.java:123
↓ 1 callersMethodinitMainContentView
()
app/src/main/java/net/dalu2048/wechatgenius/MainActivity.java:62
↓ 1 callersMethodinitTopBar
()
app/src/main/java/net/dalu2048/wechatgenius/MainActivity.java:57
↓ 1 callersMethodinitTopBar
()
app/src/main/java/net/dalu2048/wechatgenius/ui/AboutActivity.java:67
↓ 1 callersMethodinitTopBar
()
app/src/main/java/net/dalu2048/wechatgenius/ui/user/LoginActivity.java:56
↓ 1 callersMethodisContainAndroidVersion
()
app/src/main/java/net/dalu2048/wechatgenius/entity/AppInfo.java:94
↓ 1 callersMethodisContainWechatVersion
()
app/src/main/java/net/dalu2048/wechatgenius/entity/AppInfo.java:81
↓ 1 callersMethodisDeviceRooted
()
app/src/main/java/net/dalu2048/wechatgenius/entity/AppInfo.java:135
↓ 1 callersMethodisModuleActive
()
app/src/main/java/net/dalu2048/wechatgenius/util/AppUtils.java:63
↓ 1 callersMethodisSupportAndroid
()
app/src/main/java/net/dalu2048/wechatgenius/entity/AppInfo.java:143
↓ 1 callersMethodisSupportWechat
()
app/src/main/java/net/dalu2048/wechatgenius/entity/AppInfo.java:167
↓ 1 callersMethodisUsername
Return whether input matches regex of username. <p>scope for "a-z", "A-Z", "0-9", "_", "Chinese character"</p> <p>can't end with "_"</p> <p>length is
app/src/main/java/net/dalu2048/wechatgenius/util/RegexUtils.java:128
↓ 1 callersMethodisWechatInstall
()
app/src/main/java/net/dalu2048/wechatgenius/entity/AppInfo.java:151
↓ 1 callersMethodisXposedActive
()
app/src/main/java/net/dalu2048/wechatgenius/entity/AppInfo.java:107
↓ 1 callersMethodisXposedInstall
()
app/src/main/java/net/dalu2048/wechatgenius/entity/AppInfo.java:111
↓ 1 callersMethodonClickLogin
(View view)
app/src/main/java/net/dalu2048/wechatgenius/ui/user/LoginActivity.java:94
↓ 1 callersMethodopenWebsite
(String websiteUrl)
app/src/main/java/net/dalu2048/wechatgenius/ui/AboutActivity.java:102
↓ 1 callersMethodreplyTextMessage
(XC_LoadPackage.LoadPackageParam loadPackageParam, String strContent,
app/src/main/java/net/dalu2048/wechatgenius/xposed/WechatUtils.java:22
MethodAppInfo
()
app/src/main/java/net/dalu2048/wechatgenius/entity/AppInfo.java:41
MethodCommandResult
(int result)
app/src/main/java/net/dalu2048/wechatgenius/util/ShellUtil.java:219
MethodOkHttpUtils
()
app/src/main/java/net/dalu2048/wechatgenius/util/OkHttpUtils.java:24
MethodRegexUtils
()
app/src/main/java/net/dalu2048/wechatgenius/util/RegexUtils.java:31
MethodShellUtil
()
app/src/main/java/net/dalu2048/wechatgenius/util/ShellUtil.java:43
Methodaddition_isCorrect
()
app/src/test/java/net/dalu2048/wechatgenius/ExampleUnitTest.java:13
MethodafterHookedMethod
(MethodHookParam param)
app/src/main/java/net/dalu2048/wechatgenius/MainXposed.java:68
MethodgetMatches
Return the list of input matches the regex. @param regex The regex. @param input The input. @return the list of input matches the regex
app/src/main/java/net/dalu2048/wechatgenius/util/RegexUtils.java:170
MethodgetReplaceAll
Replace every subsequence of the input sequence that matches the pattern with the given replacement string. @param input The input. @param rege
app/src/main/java/net/dalu2048/wechatgenius/util/RegexUtils.java:222
MethodgetReplaceFirst
Replace the first subsequence of the input sequence that matches the regex with the given replacement string. @param input The input. @param re
app/src/main/java/net/dalu2048/wechatgenius/util/RegexUtils.java:204
MethodgetSplits
Splits input around matches of the regex. @param input The input. @param regex The regex. @return the array of strings computed by splitting input ar
app/src/main/java/net/dalu2048/wechatgenius/util/RegexUtils.java:188
MethodgetVersionCode
()
app/src/main/java/net/dalu2048/wechatgenius/entity/AppInfo.java:183
MethodgetVersionName
()
app/src/main/java/net/dalu2048/wechatgenius/entity/AppInfo.java:175
MethodhandleLoadPackage
(XC_LoadPackage.LoadPackageParam lpparam)
app/src/main/java/net/dalu2048/wechatgenius/MainXposed.java:32
MethodisDate
Return whether input matches regex of date which pattern is "yyyy-MM-dd". @param input The input. @return {@code true}: yes<br>{@code false}: no
app/src/main/java/net/dalu2048/wechatgenius/util/RegexUtils.java:138
MethodisEmail
Return whether input matches regex of email. @param input The input. @return {@code true}: yes<br>{@code false}: no
app/src/main/java/net/dalu2048/wechatgenius/util/RegexUtils.java:95
MethodisIDCard15
Return whether input matches regex of id card number which length is 15. @param input The input. @return {@code true}: yes<br>{@code false}: no
app/src/main/java/net/dalu2048/wechatgenius/util/RegexUtils.java:75
MethodisIDCard18
Return whether input matches regex of id card number which length is 18. @param input The input. @return {@code true}: yes<br>{@code false}: no
app/src/main/java/net/dalu2048/wechatgenius/util/RegexUtils.java:85
MethodisIP
Return whether input matches regex of ip address. @param input The input. @return {@code true}: yes<br>{@code false}: no
app/src/main/java/net/dalu2048/wechatgenius/util/RegexUtils.java:148
MethodisMobileExact
Return whether input matches regex of exact mobile. @param input The input. @return {@code true}: yes<br>{@code false}: no
app/src/main/java/net/dalu2048/wechatgenius/util/RegexUtils.java:55
MethodisMobileSimple
Return whether input matches regex of simple mobile. @param input The input. @return {@code true}: yes<br>{@code false}: no
app/src/main/java/net/dalu2048/wechatgenius/util/RegexUtils.java:45
MethodisTel
Return whether input matches regex of telephone number. @param input The input. @return {@code true}: yes<br>{@code false}: no
app/src/main/java/net/dalu2048/wechatgenius/util/RegexUtils.java:65
MethodisURL
Return whether input matches regex of url. @param input The input. @return {@code true}: yes<br>{@code false}: no
app/src/main/java/net/dalu2048/wechatgenius/util/RegexUtils.java:105
MethodisZh
Return whether input matches regex of Chinese character. @param input The input. @return {@code true}: yes<br>{@code false}: no
app/src/main/java/net/dalu2048/wechatgenius/util/RegexUtils.java:115
MethodonClick
(View view)
app/src/main/java/net/dalu2048/wechatgenius/ui/AboutActivity.java:69
MethodonClick
(View view)
app/src/main/java/net/dalu2048/wechatgenius/ui/user/LoginActivity.java:59
MethodonClickButton
(View view)
app/src/main/java/net/dalu2048/wechatgenius/ui/user/LoginActivity.java:69
MethodonClickTextView
(View view)
app/src/main/java/net/dalu2048/wechatgenius/ui/user/LoginActivity.java:79
MethodonCreate
(Bundle savedInstanceState)
app/src/main/java/net/dalu2048/wechatgenius/MainActivity.java:27
MethodonCreate
(Bundle savedInstanceState)
app/src/main/java/net/dalu2048/wechatgenius/ui/AboutActivity.java:50
MethodonCreate
(Bundle savedInstanceState)
app/src/main/java/net/dalu2048/wechatgenius/ui/user/LoginActivity.java:41
MethodprintInsertLog
(String tableName, String nullColumnHack, ContentValues contentValues, int conflictValue)
app/src/main/java/net/dalu2048/wechatgenius/MainXposed.java:98
Methodrun
()
app/src/main/java/net/dalu2048/wechatgenius/MainActivity.java:45
MethodsetAndroidVersionName
(String androidVersionName)
app/src/main/java/net/dalu2048/wechatgenius/entity/AppInfo.java:131
MethodsetDeviceRooted
(boolean deviceRooted)
app/src/main/java/net/dalu2048/wechatgenius/entity/AppInfo.java:139
MethodsetSupportAndroid
(boolean supportAndroid)
app/src/main/java/net/dalu2048/wechatgenius/entity/AppInfo.java:147
MethodsetSupportWechat
(boolean supportWechat)
app/src/main/java/net/dalu2048/wechatgenius/entity/AppInfo.java:171
MethodsetVersionCode
(int versionCode)
app/src/main/java/net/dalu2048/wechatgenius/entity/AppInfo.java:187
MethodsetVersionName
(String versionName)
app/src/main/java/net/dalu2048/wechatgenius/entity/AppInfo.java:179
MethodsetWechatInstall
(boolean wechatInstall)
app/src/main/java/net/dalu2048/wechatgenius/entity/AppInfo.java:155
MethodsetWechatVersionName
(String wechatVersionName)
app/src/main/java/net/dalu2048/wechatgenius/entity/AppInfo.java:163
MethodsetXposedInstall
(boolean xposedInstall)
app/src/main/java/net/dalu2048/wechatgenius/entity/AppInfo.java:115
MethodsetXposedVersionName
(String xposedVersionName)
app/src/main/java/net/dalu2048/wechatgenius/entity/AppInfo.java:123
MethoduseAppContext
()
app/src/androidTest/java/net/dalu2048/wechatgenius/ExampleInstrumentedTest.java:19