
Commit history: v0.118.0...v0.118.1
<details> <summary>Changelog</summary>
Add support for Termux bootstrap second stage by running termux-bootstrap-second-stage.sh. (2c82a558)
Request SET_ALARM permission to allow broadcasting an intent to set an alarm or timer in an alarm clock app. Closes #3990. (9735ae28)
Update support and donate users to termux.dev domain. (2a008d83)
Use black or white cursor color based on terminal background instead of always white if colors.properties didn't have cursor color set. Credit for algorithm link belong to @Jamie-Landeg-Jones. Closes #2653. (160ab68e)
Update WcWidth.java to Unicode 15.0.0. (63833d9c, fc8245bb, 6ece249c)
Limit max combining characters in TerminalRow to 15 characters to prevent buffer overflows. Closes #3839. (0813e463)
Fix shared terminal transcript joining back lines. (c9e2a75e)
Ensure CSI parameter value is not greater than 9999 as per vt510. (9433f107)
Fix CSI parameters parsing like for SGR sequences that start with a ; or have sequential ; characters. Credits for finding the issue belongs to @Screwtapello. Closes #2272, Closes mawww/kakoune#4339. (fbf55fd4)
Fix message dialog button text not showing in day mode due to white text. (903f2496)
Fix wrong input type selected if toolbar is switched back to extra keys after tapping terminal if in text input mode. Closes #2503. (2dc7381b)
Change extra keys and terminal input view background to black. Required for day/night theming and should fix issues where both views were translucent with light terminal color themes. (e55639e4)
Fix issue where a colour tint/highlight would be added to the terminal on activity re-creation. (087da0b5)
Fix termux app restarting on samsung dex version < 3.0 when switching modes. (d7f22982)
Fix ArrayIndexOutOfBoundsException when setting zero width terminal character. (f222315b)
Log exception instead of crashing app on NumberFormatException for invalid termcap/terminfo string requested. (e11bcfc9)
Fix CSI Delete Ps Column(s) (DECDC). (af5fef4c)
Fix ArrayIndexOutOfBoundsException thrown because length was less than 0 when selecting text from terminal buffer. (03e31d19)
Fix issue where menu wouldn't show when text on bottom row of terminal was selected. Closes #2233. (d24a04a1)
</details>