1
0
mirror of https://github.com/termux/termux-app synced 2024-06-15 13:56:39 +00:00

Commit Graph

  • b0dcdb37c7 Use Canvas.drawTextRun instead of drawText #2997 Matan Ziv-Av 2022-09-19 10:56:21 +0300
  • 329d5cbb42 Start first text run after the last column of bitmap, instead on the last column. #2973 Matan Ziv-Av 2022-09-18 16:49:12 +0300
  • 8eb080ad05 Ignore line feeds (and similar control characters) inside base64 data Matan Ziv-Av 2022-09-17 17:30:50 +0300
  • a25a55e693 Handle another failure path Matan Ziv-Av 2022-09-17 16:16:44 +0300
  • 649ce4d501 Added: Add monochrome icon #2994 Sandelinos 2022-09-16 22:50:17 +0300
  • 1ce120edc5 Copy the set of keys from the map before iterating. Matan Ziv-Av 2022-09-08 11:34:17 +0300
  • 6b46ae7052 Refactor bitmap code Matan Ziv-Av 2022-09-07 16:16:23 +0300
  • 92dac00cba Better handling of Out of Memory errors in bitmap allocations. Matan Ziv-Av 2022-09-06 21:14:51 +0300
  • 35a7bb851c \007 is bell, only if not ending APC or OSC. Matan Ziv-Av 2022-09-04 22:10:33 +0300
  • 232ab8b859 Add sixel support: Matan Ziv-Av 2022-09-02 12:23:28 +0300
  • dda43ae323
    Merge pull request #1 from kornphanmuangbun/master #2972 kornbik 2022-09-04 13:10:55 +0700
  • fa066eabce
    Merge pull request #1 from kornbik/master kornbik 2022-09-04 13:02:05 +0700
  • bbc2e8d2c9
    Create dependabot.yml kornbik 2022-09-04 10:31:06 +0700
  • 443062ed2c
    Merge branch 'termux:master' into patch-1 #2801 dev-bz 2022-09-03 23:42:41 +0800
  • 0e40017e77
    Delete CNAME kornbik 2022-09-03 18:31:03 +0700
  • d411a69fc9
    Update CNAME kornbik 2022-09-03 18:30:19 +0700
  • 47ab4bb9c3
    Update CNAME kornbik 2022-09-03 18:29:12 +0700
  • 230b33ce33
    Create CNAME kornbik 2022-09-03 18:26:07 +0700
  • 6f0244ae20
    Delete CNAME kornbik 2022-09-03 18:22:41 +0700
  • 6263f7184f
    Create CNAME kornbik 2022-09-03 18:21:30 +0700
  • aa2d94ba5b
    Delete CNAME kornbik 2022-09-03 18:21:10 +0700
  • d00b0c84e0
    Create CNAME kornbik 2022-09-03 18:20:13 +0700
  • 4a866fd181 Clear LineWrap flag when clearing lines using blockSet. #2971 Matan Ziv-Av 2022-09-03 13:58:33 +0300
  • 905fb764a4
    Create CODE_OF_CONDUCT.md #2965 Muzammil 2022-08-31 21:22:17 +0530
  • cec53d7b24
    Update strings.xml #2948 Peter Till 2022-08-22 11:48:04 +0200
  • cac7ad8085
    Create strings.xml Peter Till 2022-08-22 11:07:59 +0200
  • dd62a76d18 Eliminate selection offset caused by handle view orientation change. mao 2022-08-13 16:53:14 +0800
  • f2763044bc
    Put space between URLs and trailing Punctuation Apparatus_Zero 2022-08-11 00:31:03 +0000
  • 42ad47f666
    Delete dependency-review.yml #2918 Matheus-TestUser1 2022-08-04 14:26:10 -0300
  • e3c9a92368
    Delete codeql-analysis.yml Matheus-TestUser1 2022-08-04 14:26:01 -0300
  • f68d2ee932
    Update build.gradle Matheus-TestUser1 2022-08-04 14:20:59 -0300
  • 0864ed0890
    Create build.gradle Matheus-TestUser1 2022-08-04 14:14:49 -0300
  • f851ab2d85 Merge remote-tracking branch 'origin/master' opc 2022-08-04 16:53:33 +0000
  • 57155cad1f Merge remote-tracking branch 'origin/master' opc 2022-08-04 16:52:34 +0000
  • e4f470932d Merge remote-tracking branch 'origin/master' opc 2022-08-04 16:52:34 +0000
  • ae60a019ef Create dependency-review.yml Matheus-TestUser1 2022-08-04 12:10:05 -0300
  • 3e23d9b092 Create codeql-analysis.yml Matheus-TestUser1 2022-08-04 11:46:05 -0300
  • 427c191851 Update gradle.properties Matheus-TestUser1 2022-08-03 22:49:33 -0300
  • 229e85adbd Update build.gradle Matheus-TestUser1 2022-07-16 16:40:20 -0300
  • d5e12ac49d Update build.gradle Matheus-TestUser1 2022-06-26 09:58:52 -0300
  • ecfbb759f3 Update build.gradle Matheus-TestUser1 2022-06-22 20:42:36 -0300
  • 37e0937f78 Update build.gradle Matheus-TestUser1 2022-06-22 14:15:18 -0300
  • 92807e0230 test Matheus-TestUser1 2022-06-22 14:12:13 -0300
  • f6a473bf33
    Create dependency-review.yml Matheus-TestUser1 2022-08-04 12:10:05 -0300
  • dabd5e5557
    Create codeql-analysis.yml Matheus-TestUser1 2022-08-04 11:46:05 -0300
  • 3d86e48145
    Merge branch 'termux:master' into master Matheus-TestUser1 2022-08-04 11:43:41 -0300
  • 5ef406f6fd
    Update gradle.properties Matheus-TestUser1 2022-08-03 22:49:33 -0300
  • 0e5fbf5b2e Updated: Library, Gradle, NDK and Bootstrap updates #2875 Moxxie 2022-07-09 20:45:56 -0300
  • 211340781b Added: Add multi language i18n support for docs per termux/termux.github.io@f234d089e #2988 agnostic-apollo 2022-07-17 08:48:03 +0500
  • 13d34e94c7
    Update build.gradle Matheus-TestUser1 2022-07-16 16:40:20 -0300
  • 7d16f6cd1d
    Create config.yml #2887 John Delvin 2022-07-14 03:45:35 +0300
  • 1488bb08bd Changed: New launcher shortcut icons #2883 DevMoxxie 2022-07-12 09:32:46 -0300
  • dc59f6323f
    Update Build.yml John Delvin 2022-07-07 03:03:50 +0300
  • fb6e351baf
    Create Build.yml John Delvin 2022-07-07 03:01:42 +0300
  • 605dd6c192 Added: Add check for if Termux has been granted Display Over Apps Permission if starting activities and services with termux-am-socket on Android 10+ agnostic-apollo 2022-07-06 02:53:36 +0500
  • c08aa648f1
    Update build.gradle Matheus-TestUser1 2022-06-26 09:58:52 -0300
  • 5ae550e026
    Update build.gradle Matheus-TestUser1 2022-06-22 20:42:36 -0300
  • 8592cb6b47
    Update build.gradle Matheus-TestUser1 2022-06-22 14:15:18 -0300
  • 0aa2b0e9f1
    Update build.gradle Matheus-TestUser1 2022-06-22 14:12:13 -0300
  • 4646aca597 Added: Start termux app docs support at https://termux.dev/docs/apps/termux as per termux/termux.github.io@612fa084 and termux/termux.github.io@f9c8d848 agnostic-apollo 2022-06-21 03:20:57 +0500
  • 7364d7cec8 Basic MIME type recognition in ContentProvider #2851 Tom Kranz 2022-06-20 17:51:49 +0200
  • f1d411a5ab Fixed: Fix shared terminal transcript joining back lines agnostic-apollo 2022-06-19 03:08:28 +0500
  • 5fc2b4cd4a Added: Add SCROLL extra key to toggle auto scrolling of terminal to bottom on terminal text updates and termux activity return agnostic-apollo 2022-06-18 06:58:44 +0500
  • a2df7d791a Fixed: Fix bootstrap not installing on app install agnostic-apollo 2022-06-18 05:53:26 +0500
  • c091212ed2
    Merge c75c1b159d into 82b1580312 #2806 JunYoung Lee 2022-06-17 00:31:09 +1000
  • bd6347ddda Added: Add support for sending terminal cursor position to accessibility apps like brltty #2840 accessibility-improvements agnostic-apollo 2022-06-16 18:31:08 +0500
  • 82b1580312 Fixed: Fix termux.properties reload not working if the properties file didn't exist at app startup agnostic-apollo 2022-06-15 18:30:21 +0500
  • e92a6db06b Fixed: Ensure CSI parameter value is not greater than 9999 as per vt510 agnostic-apollo 2022-06-15 04:05:34 +0500
  • 4c47f4f732 Fixed: Fix CSI parameters parsing like for SGR sequences that start with a ; or have sequential ; characters agnostic-apollo 2022-06-15 04:03:47 +0500
  • 26ff978b0f Changed: Use black or white cursor color based on terminal background instead of always white if colors.properties didn't have cursor color set agnostic-apollo 2022-06-14 19:13:19 +0500
  • b80126fd61 Fixed: Catch exceptions if failed to bypass hidden API restrictions agnostic-apollo 2022-06-14 04:08:03 +0500
  • 162469f7ce Fixed: Fix message dialog button text not showing in day mode due to white text agnostic-apollo 2022-06-14 04:05:00 +0500
  • e75680a884 Changed: Do not re-set component state if current state equals new state in PackageUtils.setComponentState() agnostic-apollo 2022-06-14 04:04:09 +0500
  • af6ac30bb1 Added: Allow users to disable termux file view and share receivers agnostic-apollo 2022-06-14 03:56:00 +0500
  • 79d799a99d Fixed: Fix ExecutionCommand.pid not being set for first and background terminal sessions since TermuxTerminalSessionClientBase was still being used instead of TermuxTerminalSessionActivityClient agnostic-apollo 2022-06-13 16:11:13 +0500
  • 841c41bf37 Added|Changed: Added TermuxTerminalSessionServiceClient and renamed TermuxTerminalSessionClient to TermuxTerminalSessionActivityClient agnostic-apollo 2022-06-13 16:07:04 +0500
  • fabce6fa9e
    SETermuxsecurity.md #2834 Виртуалины MER user MER 2022-06-13 00:20:30 +0300
  • 725342751e
    Create HaikalRETAX #2833 HaikalRETAX 2022-06-12 14:20:00 +0700
  • c2ddc23ae5 Added: Add MAX_PHANTOM_PROCESSES and DEVICE_CONFIG_SYNC_DISABLED value to device info output like shown in Termux About page agnostic-apollo 2022-06-12 02:50:38 +0500
  • b69630355a Added: Add PhantomProcessUtils to get phantom processes related settings values agnostic-apollo 2022-06-12 02:48:06 +0500
  • 42eee49d30 Added: Add SettingsProviderUtils to get Setting global, secure and system namespace values agnostic-apollo 2022-06-12 02:35:46 +0500
  • 18387b9cc7
    Update build.gradle #2831 Matheus-TestUser1 2022-06-11 17:20:52 -0300
  • 03e1d14e1e Added: Write termux shell environment to /data/data/com.termux/files/usr/etc/termux/termux.env on app startup and package changes agnostic-apollo 2022-06-12 00:51:19 +0500
  • f76c20d036 Added: Init TermuxShellEnvironment at app startup agnostic-apollo 2022-06-12 00:37:09 +0500
  • 150b1ff99c Added: Add ShellCommandShellEnvironment and TermuxShellCommandShellEnvironment to export ExecutionCommand variables agnostic-apollo 2022-06-12 00:31:38 +0500
  • ebdab0e59c Changed: Update TERMUX_APP__AM_SOCKET_SERVER_ENABLED environment variable value if termux-am-socket server state changes agnostic-apollo 2022-06-11 19:50:08 +0500
  • afc06cfd0a Added|Changed!: Add TermuxAppShellEnvironment and TermuxAPIShellEnvironment to export Termux and Termux:API app variables in TermuxShellEnvironment agnostic-apollo 2022-06-11 19:48:26 +0500
  • 9749360caa Added: Add UnixShellEnvironment.LOGIN_SHELL_BINARIES variable for common/supported login shell binaries searched and add fish and sh shell as additional backups agnostic-apollo 2022-06-11 19:29:24 +0500
  • 29d05cc72c Changed: All ExecutionCommands not managed by TermuxShellManager should have id -1 agnostic-apollo 2022-06-11 19:25:45 +0500
  • 2998558e9f Added: Add support in AppShell and TermuxSession for caller to add/override additional environment variables not added by IShellEnvironment.setupShellCommandEnvironment() agnostic-apollo 2022-06-11 19:23:53 +0500
  • 13d93ccac7 Added: Add TermuxShellManager to manage all termux app wide shells agnostic-apollo 2022-06-11 19:18:40 +0500
  • f102ea20b2 Added|Changed!: Implement new design for shell environment generation and add support for MIT licensed shell environment client agnostic-apollo 2022-06-11 19:08:20 +0500
  • 0328d15ea7 Fixed: Fix duplicate logging of file word in FileUtils.copyOrMoveFile() agnostic-apollo 2022-06-11 14:24:26 +0500
  • f9e9193c4e Added: Add package APK_PATH, SE_PROCESS_CONTEXT, SE_FILE_CONTEXT and SE_INFO when generating app info markdown string agnostic-apollo 2022-06-11 14:15:33 +0500
  • 790481b802 Added: Add functions to PackageUtils to get base APK path of package agnostic-apollo 2022-06-11 14:12:58 +0500
  • 1788013c80 Added: Add functions to PackageUtils to get seInfo and seInfoUser of package agnostic-apollo 2022-06-11 14:11:58 +0500
  • 5759411109 Added: Add SELinuxUtils to get process and file paths security contexts agnostic-apollo 2022-06-11 14:10:34 +0500
  • 0fd354a469 Changed: Ensure TermuxSession executable is null if its empty so that login shell can start agnostic-apollo 2022-06-11 13:55:49 +0500
  • 042487c2b4 Changed: Ensure AppShell executable is not null before trying to execute it agnostic-apollo 2022-06-11 13:52:10 +0500
  • b96fcb78fd Changed: Update termux twitter to https://twitter.com/termuxdevs agnostic-apollo 2022-06-09 17:23:37 +0500