-
Notifications
You must be signed in to change notification settings - Fork 334
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
5 changed files
with
71 additions
and
46 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,42 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||
xmlns:tools="http://schemas.android.com/tools" | ||
package="nil.nadph.qnotified" | ||
android:versionName="0.4.0" | ||
android:versionCode="15"> | ||
xmlns:tools="http://schemas.android.com/tools" | ||
package="nil.nadph.qnotified" | ||
android:versionName="0.4.1" | ||
android:versionCode="16"> | ||
|
||
<uses-sdk | ||
android:targetSdkVersion="27" | ||
android:minSdkVersion="14"/> | ||
<uses-sdk | ||
android:targetSdkVersion="27" | ||
android:minSdkVersion="14"/> | ||
|
||
<application | ||
android:allowBackup="true" | ||
android:icon="@drawable/ic_del_friend_top" | ||
android:label="@string/app_name" | ||
android:theme="@style/AppTheme" | ||
android:resizeableActivity = "true" | ||
tools:ignore="GoogleAppIndexingWarning,UnusedAttribute"> | ||
<activity | ||
android:name=".ConfigActivity" | ||
android:label="@string/app_name" > | ||
<intent-filter> | ||
<action | ||
android:name="android.intent.action.MAIN" /> | ||
<category | ||
android:name="de.robv.android.xposed.category.MODULE_SETTINGS" /> | ||
</intent-filter> | ||
</activity> | ||
<application | ||
android:allowBackup="true" | ||
android:icon="@drawable/ic_del_friend_top" | ||
android:label="@string/app_name" | ||
android:theme="@style/AppTheme" | ||
android:resizeableActivity="true" | ||
tools:ignore="GoogleAppIndexingWarning,UnusedAttribute"> | ||
<activity | ||
android:name=".ConfigActivity" | ||
android:label="@string/app_name"> | ||
<intent-filter> | ||
<action | ||
android:name="android.intent.action.MAIN"/> | ||
<category | ||
android:name="de.robv.android.xposed.category.MODULE_SETTINGS"/> | ||
</intent-filter> | ||
</activity> | ||
|
||
<meta-data | ||
android:name="xposedmodule" | ||
android:value="true"/> | ||
<meta-data | ||
android:name="xposeddescription" | ||
android:value= "@string/xposeddescription" /> | ||
<meta-data | ||
android:name="xposedminversion" | ||
android:value="51" /> | ||
<meta-data | ||
android:name="xposedmodule" | ||
android:value="true"/> | ||
<meta-data | ||
android:name="xposeddescription" | ||
android:value="@string/xposeddescription"/> | ||
<meta-data | ||
android:name="xposedminversion" | ||
android:value="51"/> | ||
|
||
</application> | ||
</application> | ||
|
||
</manifest> |
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 @@ | ||
nil.nadph.qnotified.HookLoader | ||
nil.nadph.qnotified.HookEntry |
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,16 +1,16 @@ | ||
[ | ||
{ | ||
"code": 15, | ||
"name": "0.4.0", | ||
"code": 16, | ||
"name": "0.4.1", | ||
"taichi": false, | ||
"beta": false, | ||
"time": 1573376192, | ||
"md5": "b7073a7114f946c4cee3e38582a6352d", | ||
"desc": "- 修复818无法隐藏小程序的bug\n- 群发文本消息\n- 添加防撤回(实验性,不稳定)", | ||
"time": 1573400112, | ||
"md5": "3d260aef65d8a55798662e32b5dbe451", | ||
"desc": "0.4.1:\n- 修复图片无法复读的bug\n0.4.0:\n- 修复818无法隐藏小程序的bug\n- 群发文本消息\n- 添加防撤回(实验性,不稳定)", | ||
"urls": [ | ||
"https://github.com/cinit/QNotified/releases/download/v0.4.0/QNotified_040.apk", | ||
"https://pan.baidu.com/s/13tKyQsnHHfb3LQSISzgCOg", | ||
"https://gitee.com/kernelex/QNotified/attach_files/295346/download" | ||
"https://github.com/cinit/QNotified/releases/download/v0.4.1/QNotified_041.apk", | ||
"https://pan.baidu.com/s/1-tnQY0kA4lBAjJHYXTRLXQ", | ||
"https://gitee.com/kernelex/QNotified/attach_files/295506/download" | ||
] | ||
} | ||
] |