AM Debug v4.0.0-alpha01 Run#2537
FM Properly sanitise the relative paths
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
FM Properly sanitise the relative paths
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍4❤3
AM Debug v4.0.0-alpha01 Run#2538
Update ARSCLib to latest
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Update ARSCLib to latest
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
❤4👍4
AM Debug v4.0.0-alpha01 Run#2539
Refactor Attempt to fix saving APKS with dependencies
In some cases, ApplicationInfo.sourceDir and ApplicationInfo.publicSourceDir
were not set by Android framework which are set manually.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Refactor Attempt to fix saving APKS with dependencies
In some cases, ApplicationInfo.sourceDir and ApplicationInfo.publicSourceDir
were not set by Android framework which are set manually.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍2❤1
AM Debug v4.0.0-alpha01 Run#2540
Interceptor Add a few intent filters related to camera
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Interceptor Add a few intent filters related to camera
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍3❤1
AM Debug v4.0.0-alpha01 Run#2541
RunningApps Fix listing processes when some PIDs no longer exist
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
RunningApps Fix listing processes when some PIDs no longer exist
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍4❤1
AM Debug v4.0.0-alpha01 Run#2542
Docs Fix documentation
- Fix “Cache” option in Back up/Restore > Backup Options
- Ensure touch target size for links is 48px in devices with touch screen
Thanks: Mikael Wiesel
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Docs Fix documentation
- Fix “Cache” option in Back up/Restore > Backup Options
- Ensure touch target size for links is 48px in devices with touch screen
Thanks: Mikael Wiesel
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
❤5👍3
AM Debug v4.0.0-alpha01 Run#2543
Update ARSCLib to latest
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Update ARSCLib to latest
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍4❤3
AM Debug v4.0.0-alpha01 Run#2544
Refactor Use marquee texts in suggestions/dropdown menu
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Refactor Use marquee texts in suggestions/dropdown menu
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍5❤1
AM Debug v4.0.0-alpha01 Run#2545
Enable fast scrolling in the user manual page
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Enable fast scrolling in the user manual page
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍6❤1🤩1
AM Debug v4.0.0-alpha01 Run#2546
FM Fix retrieving files if a folder contains thousands of files
Tested with 41,000 files in a single folder
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
FM Fix retrieving files if a folder contains thousands of files
Tested with 41,000 files in a single folder
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍6❤2🔥1
AM Debug v4.0.0-alpha01 Run#2547
Installer Fix installing background queued files
Android has a lifetime on the usage of content URIs. So, when the installer
page is closed and the file denoscriptor is no longer held by the app, the URI
becomes expired. As a result, the installer service can no longer access that
URI and fails while processing the queue. This is fixed by caching the file
itself so that the file exists even if the URI is expired.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Installer Fix installing background queued files
Android has a lifetime on the usage of content URIs. So, when the installer
page is closed and the file denoscriptor is no longer held by the app, the URI
becomes expired. As a result, the installer service can no longer access that
URI and fails while processing the queue. This is fixed by caching the file
itself so that the file exists even if the URI is expired.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍4❤1🎉1