LSPosedManager-v1.3.5-5607-release.apk
1.6 MB
Update xposed module metadata parsing (#558)
* Stop read xposedmodule
Official documentation requires `xposedmodule` value is `true`, but in the previous implementation there was no judgment on what the value was, even if `false`. So, remove it and use `xposedminversion` to determine if the app is an xposed module.
* xposedscope supports string
```xml
<meta-data
android:name="xposedscope"
android:value="com.example.app1;com.example.app2" />
```
* Stop read xposedmodule
Official documentation requires `xposedmodule` value is `true`, but in the previous implementation there was no judgment on what the value was, even if `false`. So, remove it and use `xposedminversion` to determine if the app is an xposed module.
* xposedscope supports string
```xml
<meta-data
android:name="xposedscope"
android:value="com.example.app1;com.example.app2" />
```
LSPosed-v1.3.5-5608-debug.zip
8.4 MB
[core] Abort installation on devices with incompatible frameworks (#557)
* [core] Abort installation on devices with incompatible frameworks
* Update util_functions.sh
* Update util_functions.sh
Co-authored-by: vvb2060 <vvb2060@gmail.com>
* [core] Abort installation on devices with incompatible frameworks
* Update util_functions.sh
* Update util_functions.sh
Co-authored-by: vvb2060 <vvb2060@gmail.com>
LSPosed-v1.3.5-5609-debug.zip
8.4 MB
[core] Replace remaining xposedmodule references (#559)
LSPosedManager-v1.3.5-5610-release.apk
1.6 MB
[app] Allow using system accent color as theme color (S+) (#560)
* Compile with Android S SDK
* [app] Allow using system accent color as theme color (S+)
* Compile with Android S SDK
* [app] Allow using system accent color as theme color (S+)
LSPosed-v1.3.5-5610-debug.zip
8.4 MB
[app] Allow using system accent color as theme color (S+) (#560)
* Compile with Android S SDK
* [app] Allow using system accent color as theme color (S+)
* Compile with Android S SDK
* [app] Allow using system accent color as theme color (S+)
LSPosedManager-v1.3.5-5612-release.apk
1.6 MB
[app] Fix app installation (#562)
LSPosed-v1.3.5-5612-debug.zip
8.4 MB
[app] Fix app installation (#562)
LSPosedManager-v1.3.5-5613-release.apk
1.6 MB
[translation] Xposed Module (#563)
LSPosed-v1.3.5-5614-debug.zip
8.4 MB
[core] Show incompatible frameworks id (#564)
LSPosed-v1.3.5-5616-debug.zip
8.4 MB
[core] Require Magisk 23+ (#566)