termux-app/termux-shared/src/main/java/com/termux/shared/termux
agnostic-apollo 5fc2b4cd4a Added: Add `SCROLL` extra key to toggle auto scrolling of terminal to bottom on terminal text updates and termux activity return
The toggle will apply to each terminal session separately.

Closes #2535
2022-06-18 22:45:48 +05:00
..
crash Added: Add `MAX_PHANTOM_PROCESSES` and `DEVICE_CONFIG_SYNC_DISABLED` value to device info output like shown in Termux About page 2022-06-12 02:50:38 +05:00
data Changed: Move UrlUtils to TermuxUrlUtils 2022-01-23 01:36:41 +05:00
extrakeys Added: Add `SCROLL` extra key to toggle auto scrolling of terminal to bottom on terminal text updates and termux activity return 2022-06-18 22:45:48 +05:00
file Fixed: Fix bootstrap not installing on app install 2022-06-18 05:53:26 +05:00
interact Changed!: Move Termux specific classes to com.termux.shared.termux package 2022-01-23 01:36:41 +05:00
models Changed: Move `com.termux.app.utils.PluginUtils` to `com.termux.shared.termux.plugins.TermuxPluginUtils` 2022-04-23 00:36:12 +05:00
notification Added|Fixed: Add `TermuxNotificationUtils.getTermuxOrPluginAppNotificationBuilder()` helper function and fix notification icon drawable resource id issue on Android 5 2022-05-24 01:19:45 +05:00
plugins Added: Add `MAX_PHANTOM_PROCESSES` and `DEVICE_CONFIG_SYNC_DISABLED` value to device info output like shown in Termux About page 2022-06-12 02:50:38 +05:00
settings Fixed: Fix `termux.properties` reload not working if the properties file didn't exist at app startup 2022-06-15 18:31:29 +05:00
shell Added: Write termux shell environment to `/data/data/com.termux/files/usr/etc/termux/termux.env` on app startup and package changes 2022-06-12 00:51:19 +05:00
terminal Changed: Do not modify code points for virtual or soft keyboard events 2022-05-29 22:44:57 +05:00
theme Changed: Store app wide night mode in NightMode.APP_NIGHT_MODE so that libraries can use it directly without having to load or get it from termux properties 2022-01-23 01:40:22 +05:00
TermuxBootstrap.java Added: Add support for plugin apps to set TERMUX_APP_PACKAGE_VARIANT and TERMUX_APP_PACKAGE_MANAGER from Termux app APK BuildConfig.TERMUX_PACKAGE_VARIANT 2022-06-03 00:09:18 +05:00
TermuxConstants.java Fixed: Fix bootstrap not installing on app install 2022-06-18 05:53:26 +05:00
TermuxUtils.java Added: Write termux shell environment to `/data/data/com.termux/files/usr/etc/termux/termux.env` on app startup and package changes 2022-06-12 00:51:19 +05:00