v0.17.0 - 2025-09-02 00.19
Commit history: v0.15.0...v0.17.0
Changelog
Added
-
Add
INTERNETpermissionThe internet permission may solve problems for Termux app not having internet access if Termux:Float app is installed first due to Android
sharedUserIdbugs which shares permissions across all apps.
Changed
-
Implicitly typecast float to int for bubble size pixels. (
e416c8c0afb3) -
Log full intent for
TermuxFloatServiceand remove multiple log entries for action. (39c4a17bcb2c) -
Set
DEFAULT_LOG_TAGat application startup as per termux/termux-app@1b794b35 and termux/termux-app@6ff55729. (599aacefe4cc) -
! Rename
app/build.gradleenvironmental variables toTERMUX_FLOAT_APP__BUILD__scope instead ofTERMUX_FLOAT_APP_BUILD__. (8546eb8eaf0f)
Fixed
-
Catch rare
RuntimeExceptionwhile loading bell and useifinstead ofcase. (62c713ae0ee1) -
Fix
NullPointerExceptioninTermuxFloatSessionClient.checkForFontAndColors(). (4e9f15494d49)