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 <muntashirakon@riseup.net>
[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 <muntashirakon@riseup.net>
❤3
AM Debug v4.0.4 Run#2991
AppDetails Export AppInfoActivity
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AppDetails Export AppInfoActivity
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍3
AM Debug v4.0.4 Run#2992
Docs Add Portuguese
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Docs Add Portuguese
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍2
AM Debug v4.0.4 Run#2993
Finder Add readable subnoscript to each FilterOption
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Finder Add readable subnoscript to each FilterOption
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
App Manager | DEBUG
AM Debug v4.0.4 Run#2993 Finder Add readable subnoscript to each FilterOption Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Currently the denoscription are provided in English only. I'll add localization support for the filter options gradually (due to how tedious it is).
The noscript 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 <muntashirakon@riseup.net>
Finder Add the ability to edit filtering conditions (conjunctions)
In addition to
- Syntax highlighting
- Basic error handling.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
❤5👍3
AM Debug v4.0.4 Run#2995
Finder Use the IJsonSerializer and JsonDeserializer for FilterItem
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Finder Use the IJsonSerializer and JsonDeserializer for FilterItem
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍2
AM Debug v4.0.4 Run#2996
Refactor Enable predictive back in Android 14 onwards
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Refactor Enable predictive back in Android 14 onwards
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
App Manager | DEBUG
AM Debug v4.0.4 Run#2996 Refactor Enable predictive back in Android 14 onwards Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Currently, there are no back gestures for sub-setting items because they are loaded in fragments, and not separate activities. This is how preferences used to work in Android, but that's not the case anymore. It will be migrated in the future to offer a more consistent experience. For other cases, such as navigating to parent directory in file manager by pressing the back button, they retain the typical implementation instead of a more fancy predictive back since adopting it would make it look weird.
👍5❤1
AM Debug v4.0.4 Run#2997
Profile Refactor profile to prepare for filter-based profile
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Profile Refactor profile to prepare for filter-based profile
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍6❤1
AM Debug v4.0.4 Run#2998
Finder Fix issues updating and removing items from the filter editor
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Finder Fix issues updating and removing items from the filter editor
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
🔥2