AM Debug v4.0.4 Run#2986
Docs Update binary distribution section
Debug build has a new location (apart from GitHub Actions and Telegram):
https://github.com/MuntashirAkon/AMInsecureDebugBuilds
Signed-off-by: Muntashir Al-Islam <[email protected]>
Docs Update binary distribution section
Debug build has a new location (apart from GitHub Actions and Telegram):
https://github.com/MuntashirAkon/AMInsecureDebugBuilds
Signed-off-by: Muntashir Al-Islam <[email protected]>
GitHub
GitHub - MuntashirAkon/AMInsecureDebugBuilds: Insecure debug builds for App Manager. Updated every time changes are pushed to theβ¦
Insecure debug builds for App Manager. Updated every time changes are pushed to the App Manager repository. - MuntashirAkon/AMInsecureDebugBuilds
β€2π2π1
AM Debug v4.0.4 Run#2987
CI Keep initial + last five commits in AMInsecureDebugBuilds repo
This keeps the README.md file as well as the last five APK files.
Signed-off-by: Muntashir Al-Islam <[email protected]>
CI Keep initial + last five commits in AMInsecureDebugBuilds repo
This keeps the README.md file as well as the last five APK files.
Signed-off-by: Muntashir Al-Islam <[email protected]>
AM Debug v4.0.4 Run#2988
CI Fix rewriting the initial commit
Signed-off-by: Muntashir Al-Islam <[email protected]>
CI Fix rewriting the initial commit
Signed-off-by: Muntashir Al-Islam <[email protected]>
AM Debug v4.0.4 Run#2989
[Installer] Add support for the package scheme
Existing packages can be installed by supplying package:<package-name> as URI.
App Manager inherently does not check for permissions when such requests are
directly made to its package installer. Therefore, it will attempt to install
the requested package directly and fail if there are not enough permissions.
Install requests are also allowed to be mixed together. Therefore, a third-party
app can combine different URIs (e.g., file, content, package) with the
SEND_MULTIPLE action.
Signed-off-by: Muntashir Al-Islam <[email protected]>
[Installer] Add support for the package scheme
Existing packages can be installed by supplying package:<package-name> as URI.
App Manager inherently does not check for permissions when such requests are
directly made to its package installer. Therefore, it will attempt to install
the requested package directly and fail if there are not enough permissions.
Install requests are also allowed to be mixed together. Therefore, a third-party
app can combine different URIs (e.g., file, content, package) with the
SEND_MULTIPLE action.
Signed-off-by: Muntashir Al-Islam <[email protected]>
β€3
AM Debug v4.0.4 Run#2991
AppDetails Export AppInfoActivity
Signed-off-by: Muntashir Al-Islam <[email protected]>
AppDetails Export AppInfoActivity
Signed-off-by: Muntashir Al-Islam <[email protected]>
π3
π2
AM Debug v4.0.4 Run#2993
Finder Add readable subtitle to each FilterOption
Signed-off-by: Muntashir Al-Islam <[email protected]>
Finder Add readable subtitle to each FilterOption
Signed-off-by: Muntashir Al-Islam <[email protected]>
App Manager | DEBUG
AM Debug v4.0.4 Run#2993 Finder Add readable subtitle to each FilterOption Signed-off-by: Muntashir Al-Islam <[email protected]>
Currently the description are provided in English only. I'll add localization support for the filter options gradually (due to how tedious it is).
The title here denotes ID (a name and a number separated by an underscore). This will be useful to write custom relationships instead of the current AND conjunction. That is, by default, the current (and default) filtering is this (for the above example):
permission_1 & compile_SDK_2 & signature_3 & bloatware_4
In the future, you may be able to use something like this:
(permission_1 | bloatware_4) & compile_SDK_2 & signature_3
permission_1 & compile_SDK_2 & signature_3 & bloatware_4
In the future, you may be able to use something like this:
(permission_1 | bloatware_4) & compile_SDK_2 & signature_3
π4β€1
AM Debug v4.0.4 Run#2994
Finder Add the ability to edit filtering conditions (conjunctions)
In addition to
- Syntax highlighting
- Basic error handling.
Signed-off-by: Muntashir Al-Islam <[email protected]>
Finder Add the ability to edit filtering conditions (conjunctions)
In addition to
- Syntax highlighting
- Basic error handling.
Signed-off-by: Muntashir Al-Islam <[email protected]>
β€5π3
AM Debug v4.0.4 Run#2995
Finder Use the IJsonSerializer and JsonDeserializer for FilterItem
Signed-off-by: Muntashir Al-Islam <[email protected]>
Finder Use the IJsonSerializer and JsonDeserializer for FilterItem
Signed-off-by: Muntashir Al-Islam <[email protected]>
π2