v0.118.3 - 2025-05-22 10:47
Commit history: v0.118.2...v0.118.3
Changelog
Changed
- ! Remove
TERMUX_APP__BUILD_DATA_DIR
as a different naming scheme will be used for build variables and renameTERMUX__ROOTFS
toTERMUX__ROOTFS_DIR
. (849e6b10
)
Fixed
-
Bump
org.lsposed.hiddenapibypass:hiddenapibypass
to6.1
to fix crash on Android 16 QPR1. Related commit LSPosed/AndroidHiddenApiBypass@9efadf06. Related commit https://android-review.googlesource.com/c/platform/libcore/+/3380841. Related commit https://cs.android.com/android/_/android/platform/libcore/+/0dc31afe. Closes #4556. (fda17afa
) -
Declare
MANAGE_EXTERNAL_STORAGE
as it being added in Termux:API version0.51.0
is revoking the storage permission of Termux app after updates and sometimes later. Related issue #4486. (23756528
) -
Add explicit
serialVersionUID
toSerializable
classes likeReportInfo
andTextIOInfo
. ReadingReportInfo
withBundle.getSerializable()
byReportActivity
is triggering exception when default algorithm is used forserialVersionUID
in Termux:API plugin app when error notification created inResultReturner.returnData()
byTermuxPluginUtils.sendPluginCommandErrorNotification()
is clicked. Related issue termux/termux-api#762. (4f033b34
)