Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

check version #43

Open
wants to merge 62 commits into
base: develop
Choose a base branch
from
Open

check version #43

wants to merge 62 commits into from

Conversation

Catherinelhl
Copy link

这边执行了命令,
adb logcat -s Xposed
adb logcat -s EdXposed-Bridge
一直提示xposed config file exists, check version。然后无任何日志输出

维术 and others added 30 commits January 12, 2018 10:22
1. fix the XSharedPreference load path bug
2. make the Xposed version 91(Just makes me happy.)
3. Add Module load observer.
4. update dependency.
…n not fix it in short, so just bypass it by hook.
weishu.tws and others added 30 commits April 16, 2018 21:00
# Conflicts:
#	exposed-core/src/main/java/me/weishu/exposed/ExposedBridge.java
# Conflicts:
#	exposed-core/src/main/java/me/weishu/exposed/ExposedBridge.java
see exposed-xposedapi also.
Hi,
I have found some usage of “String.equals("xxx")” in this project.

When using string.equals("a") ,it will get nullpointexception if string ==null.
The problem can be fixed by repalced with "a".equals(string) or Objects.equals(string,"a").

Best regards
Suggestion : Improvement of String.equals("xxx")
Signed-off-by: tiann <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants