Skip to content

Commit

Permalink
Fix major bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
lianglixin committed Nov 1, 2020
1 parent 16851c8 commit 12adad0
Show file tree
Hide file tree
Showing 85 changed files with 70 additions and 3,617 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ lazyinject {
*/

android {
compileSdkVersion 29
buildToolsVersion '29.0.2'
compileSdkVersion 30
buildToolsVersion '30.0.2'
defaultConfig {
applicationId "io.virtualapp.sandvxposed"
minSdkVersion 21
targetSdkVersion 28
versionCode 84
versionName "1.2.5.1.3.1.7.2"
versionCode 85
versionName "1.2.5.1.3.1.7.3"
multiDexEnabled true
android {
defaultConfig {
Expand Down
18 changes: 0 additions & 18 deletions app/debug/output-metadata.json

This file was deleted.

4 changes: 4 additions & 0 deletions app/src/main/java/io/virtualapp/VApp.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ protected void attachBaseContext(Context base) {
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.P) {
SandXposed.freeReflection(base);
}
if(Build.VERSION.SDK_INT >= 30)
{
com.sk.SKAppLoad.InitApp.bindApplicationPassCheck();
}
SandXposed.init(BuildConfig.DEBUG);
VLog.OPEN_LOG = BuildConfig.DEBUG;
mPreferences = base.getSharedPreferences("va", Context.MODE_MULTI_PROCESS);
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
<string name="sk_upgrade_localapp">默认会更新所有克隆的应用(会被更新到与本机安装版本相同),如果需要取消更新,请点击列表里面的项目。点击以后可以取消该应用的更新同步。</string>
<string name="clear_data">删除数据</string>
<string name="title_activity_app_data_manager">应用数据管理</string>
<string name="update_tips">更新日志:修复部分问题。</string>
<string name="update_tips">更新日志:修复大量严重问题。</string>
<string name="enable_wakeup">应用唤醒设置</string>
<string name="wake_up_setting">启用或者禁用程序唤醒(切断唤醒)</string>
<string name="shared_to_inner_app">分享到SVXP内部的应用</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-zh-rTW/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
<string name="sk_upgrade_localapp">默认会更新所有克隆的应用(会被更新到与本机安装版本相同),如果需要取消更新,请点击列表里面的项目。点击以后可以取消该应用的更新同步。</string>
<string name="clear_data">删除数据</string>
<string name="title_activity_app_data_manager">应用数据管理</string>
<string name="update_tips">更新日志:修复部分问题。</string>
<string name="update_tips">更新日志:修复大量严重问题。</string>
<string name="enable_wakeup">应用唤醒设置</string>
<string name="wake_up_setting">启用或者禁用程序唤醒(切断唤醒)</string>
<string name="shared_to_inner_app">分享到SVXP内部的应用</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
<string name="sk_upgrade_localapp">All applications were added to list when page was loaded. You can click item in list for cancel item form syncing.</string>
<string name="title_activity_app_data_manager">Application Data Manager</string>
<string name="clear_data">Delete Data</string>
<string name="update_tips">Update Logs: Bugs fixed.</string>
<string name="update_tips">Update Logs: Major bugs fixed.</string>
<string name="enable_wakeup">Application Wake Up</string>
<string name="wake_up_setting">Enable or disable application wake up</string>
<string name="shared_to_inner_app">Shared to SVXP\'s applications.</string>
Expand Down
9 changes: 0 additions & 9 deletions lib/.cxx/abi_configuration_1t695c5s.json

This file was deleted.

6 changes: 0 additions & 6 deletions lib/.cxx/abi_configuration_1t695c5s.log

This file was deleted.

22 changes: 0 additions & 22 deletions lib/.cxx/abi_configuration_1t695c5s_key.json

This file was deleted.

9 changes: 0 additions & 9 deletions lib/.cxx/abi_configuration_1ww5rf16.json

This file was deleted.

6 changes: 0 additions & 6 deletions lib/.cxx/abi_configuration_1ww5rf16.log

This file was deleted.

22 changes: 0 additions & 22 deletions lib/.cxx/abi_configuration_1ww5rf16_key.json

This file was deleted.

10 changes: 0 additions & 10 deletions lib/.cxx/abi_configuration_651b7157.json

This file was deleted.

6 changes: 0 additions & 6 deletions lib/.cxx/abi_configuration_651b7157.log

This file was deleted.

21 changes: 0 additions & 21 deletions lib/.cxx/abi_configuration_651b7157_key.json

This file was deleted.

10 changes: 0 additions & 10 deletions lib/.cxx/abi_configuration_6h4t343i.json

This file was deleted.

1 change: 0 additions & 1 deletion lib/.cxx/abi_configuration_6h4t343i.log

This file was deleted.

21 changes: 0 additions & 21 deletions lib/.cxx/abi_configuration_6h4t343i_key.json

This file was deleted.

9 changes: 0 additions & 9 deletions lib/.cxx/abi_configuration_6n373t1y.json

This file was deleted.

6 changes: 0 additions & 6 deletions lib/.cxx/abi_configuration_6n373t1y.log

This file was deleted.

22 changes: 0 additions & 22 deletions lib/.cxx/abi_configuration_6n373t1y_key.json

This file was deleted.

Loading

0 comments on commit 12adad0

Please sign in to comment.