Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/termux/termux-app

Termux - a terminal emulator application for Android OS extendible by variety of packages.
https://github.com/termux/termux-app

version 0.104

cb13a5a5314f1093a6f828a930aecc448453657c authored about 4 years ago by Leonid Pliushch <[email protected]>
Don't exclude hidden files from document provider (#1220)

Credit to @johnmellor for requesting the document provider in the
first place via #79, mentionin...

d267843e36cf6a8039f3f1c50fec2113f4a8a260 authored about 4 years ago by Kevin LeBlanc <[email protected]>
update bootstrap archives

5ca67dd8851b5631703ea24866fde97e24781874 authored about 4 years ago by Leonid Pliushch <[email protected]>
Revert "update readme"

6b0d531758358b70cc5235488ef6ee7d2d3ea657 authored about 4 years ago by Leonid Pliushch <[email protected]>
update bootstrap archives

1b3283bd69610b509733aac49ef0c758c4e9a73c authored about 4 years ago by Leonid Pliushch <[email protected]>
update readme

2820f6a7b8b8ca9e28306f5de01ef745cda61bc1 authored about 4 years ago by Leonid Pliushch <[email protected]>
update readme

8925ae67bb0fe4b6f96aff94a95ca0dbb80d3835 authored about 4 years ago by Leonid Pliushch <[email protected]>
don't add $PREFIX/bin/applets to $PATH

busybox doesn't use that folder anymore, and is deprecated anyway

4066c5df4214e14b256af7d989b3edd43371a684 authored about 4 years ago by Lucy Phipps <[email protected]>
copy FUNDING.yml from termux-packages repo

20aac6aa72e958b9ef61eb6d8e58ca81e7793551 authored about 4 years ago by Leonid Pliushch <[email protected]>
version 0.103

e1f799f9a1f9e4dd8eaab4c8b3205b73c7455424 authored about 4 years ago by Leonid Pliushch <[email protected]>
update bootstrap archives

4479de4b9bb8217517d2d9d1ef7677f451057eb1 authored about 4 years ago by Leonid Pliushch <[email protected]>
add permission WRITE_SECURE_SETTINGS

https://github.com/termux/termux-api/issues/211

3a8f53a54c4b9a402fc787304b85dc6687804b22 authored about 4 years ago by Leonid Pliushch <[email protected]>
add READ_LOGS permission

* https://github.com/termux/termux-app/issues/873
* https://github.com/termux/termux-app/issues/...

2f04a6186b105d88e8f315cab110162ca3590343 authored about 4 years ago by Leonid Pliushch <[email protected]>
update bootstrap archives

ad64dd7c3dcec93d94c135fee4bab5e90965a72b authored about 4 years ago by Leonid Pliushch <[email protected]>
version 0.102

dfc4595ec53139bd32ead2069850a8e7064e6cec authored over 4 years ago by Fredrik Fornwall <[email protected]>
Add an "Autofill password" context menu action

8c80efb904b023cfafab23083df8d5881f201dd3 authored over 4 years ago by Fabian Henneke <[email protected]>
update .gitattributes

564079c7e939b356ed0347661e3333e76f2baaae authored over 4 years ago by Leonid Pliushch <[email protected]>
version 0.101

5b6fd9b88c3bebb68b88a187e8a5d31012037088 authored over 4 years ago by Leonid Pliushch <[email protected]>
update bootstrap archives again

Fixes faulty dpkg https://github.com/termux/termux-packages/issues/5858.

63bfe9584883f792d933304fe8cb35c2cd96560a authored over 4 years ago by Leonid Pliushch <[email protected]>
version 0.100

af95a99854247da901c3b8170aed7257e5285ae0 authored over 4 years ago by Leonid Pliushch <[email protected]>
fix bootstrap archive checksum for arm

Due to leading zero issues, SHA-256 checksum for ARM variant will
have 63 characters instead of ...

25523ae2248541c355096022e17690bda83ca2cd authored over 4 years ago by Leonid Pliushch <[email protected]>
update bootstrap archives

665adb68950d9490e2927068798d6650ff1566a2 authored over 4 years ago by Leonid Pliushch <[email protected]>
Merge pull request #1764 from agnostic-apollo/termux-run-command-crash-and-foreground-patch

Fix RunCommandService crash and foreground issue

eb7fda28df0067c68b5a1c8bf2ac59e29b4576e1 authored over 4 years ago by Henrik Grimler <[email protected]>
Add @override annotation to onStartCommand() function of RunCommandService.

7063a3a9da3cc1534c190b79ecf40b144fd6663f authored over 4 years ago by agnostic-apollo <[email protected]>
Update RunCommandService docs.

6e02b99ff6fe9091eb16e19ac97982ed8884f070 authored over 4 years ago by agnostic-apollo <[email protected]>
Fix issue where termux session does not come to foreground automatically in android >= 10 unless user manually clicks termux notification for "RUN_COMMAND" intents and "Termux:Tasker" plugin actions that have background mode "false" because of new restrictions of starting activities from background. This is done by adding "android.permission.SYSTEM_ALERT_WINDOW" permission in AndroidManifest.xml so that the user may optionally grant "Draw Over Apps" permission to termux to fix the issue.

9aae665bfca0ea401ef4582165c3686d347ef9d7 authored over 4 years ago by agnostic-apollo <[email protected]>
Add support for "$PREFIX/" and "~/" prefix in "RUN_COMMAND" intent extras for paths.

52ce6cc94bbe59dc8d95cae00e83a2c663963ee3 authored over 4 years ago by agnostic-apollo <[email protected]>
Fix issue where termux crashes occasionally in android >= 8 because "startForeground()" function is not being called before running "startForegroundService()" in RunCommandService.

f91168eff44d528e82588b7e6d9f786a1ba0a1bc authored over 4 years ago by agnostic-apollo <[email protected]>
TerminalEmulator: fix bug in DECRQM handling

Reported in https://github.com/termux/termux-app/issues/1752

8faa5b21515851cd2d8dfcae109abace80b49701 authored over 4 years ago by Henrik Grimler <[email protected]>
Revert "add gradle distribution sha256"

Was initially added to try fix F-Droid builds but appears missing
distribution sha256 is not a c...

216cc10f3c679335dbe4c4a2e09bb4e85e395370 authored over 4 years ago by Leonid Pliushch <[email protected]>
add gradle distribution sha256

cba80b6c0b29525536b52bdddd02845833d6cf15 authored over 4 years ago by Leonid Pliushch <[email protected]>
version 0.99

850faa25ddad64c82a5768ff921c2cc1bb71bc34 authored over 4 years ago by Leonid Pliushch <[email protected]>
gradle 6.6.1

a108b2bd6b9cfdf58be80326003d6fbd59e82bce authored over 4 years ago by Leonid Pliushch <[email protected]>
update bootstrap archives

b95823d7a8ff5a48751eacdcd3c4f0f9cb503af7 authored over 4 years ago by Leonid Pliushch <[email protected]>
terminal view: provide a workaroud for issue with some keyboards

Issue https://github.com/termux/termux-app/issues/686.

Note that there can be a better workarou...

382da7e8f7374d9c073abe0a6ad94c0174830074 authored over 4 years ago by Leonid Pliushch <[email protected]>
readme: fix a copy-paste typo (#1720)

ba9c118b5029895b5aa36c3aec96be0dab68f638 authored over 4 years ago by blackcat-917 <[email protected]>
CI: do builds for android-10 branch

531c32f3c91b9ea9edf1c84a0867fbc5de31948e authored over 4 years ago by Leonid Pliushch <[email protected]>
extra keys: use TextUtils.join instead of String.join

String.join() is available only on Android API 26+ but our current
minimal is 24.

See https://g...

db2f50c76e61b25d5ff17168407d17f3c05aec71 authored over 4 years ago by Leonid Pliushch <[email protected]>
linter: fix wakelock log tag

See https://github.com/termux/termux-app/issues/1670.

784affe39cf609bf1d062e6163be8b39e6ed2aa9 authored over 4 years ago by Leonid Pliushch <[email protected]>
fix RUN_COMMAND permission description

See https://github.com/termux/termux-app/issues/1713.

b486d29d2342583dbaad42787ae47cd7a8d499b4 authored over 4 years ago by Leonid Pliushch <[email protected]>
Update drawerlayout library

332f1104a3e35123a8f9500b367072adb9c48c3a authored over 4 years ago by Fredrik Fornwall <[email protected]>
terminal emulator: flush remaining process output data when terminating session

5a70be152346958009fda0419d77502c6e52391b authored over 4 years ago by Leonid Pliushch <[email protected]>
version 0.98 (v0.97 is non-release, so updating from 0.96 to 0.98)

619552ec5c1a6fd1dfb0eb735b67d645c5dc19ff authored over 4 years ago by Leonid Pliushch <[email protected]>
update bootstrap archives

70580abd50aa6e7bdc541d7bac6025c82947c749 authored over 4 years ago by Leonid Pliushch <[email protected]>
Merge pull request #1693 from landfillbaby/patch-1

update WcWidth.java, add note about c version

f191c35851f9dfad6d87ffc7c9734b4f3da93c2a authored over 4 years ago by Henrik Grimler <[email protected]>
update WcWidth.java, add note about c version

bd7ed289811a570601cdfa4e3998996856df37d9 authored over 4 years ago by lucy phipps <[email protected]>
Gradle 6.5.1 (#1686)

b68bd107c11f24c70c702bd989844a68a20a8a6c authored over 4 years ago by hannesa2 <[email protected]>
Android Studio 4.0.1 (#1687)

507527336234adb9146aad40a3d5160f71ea2c91 authored over 4 years ago by hannesa2 <[email protected]>
move sdk version configs to gradle.properties (#1685)

04268f4c20e4fb87b8c5c0bd44dd5111979635d0 authored over 4 years ago by cn <[email protected]>
version 0.96

6f24628fd221d8aeeddc125d686d27a23894865d authored over 4 years ago by Leonid Pliushch <[email protected]>
update bootstrap archives

debbe4480945ec9db59ea9fdec88abfbf479e29c authored over 4 years ago by Leonid Pliushch <[email protected]>
Changed static string "EXTRA_EXECUTE_IN_BACKGROUND" access to public

b2ff0e4051867959de6d615a66df12aa700468d6 authored over 4 years ago by Agnostic Apollo <[email protected]>
Receive "RUN_COMMAND_ARGUMENTS" extra for "RUN_COMMAND_ACTION" intent

as a string array extra instead of a string extra since TermuxService expects it that way.

Added...

9e7029b76ad63091a5920fbec0d08fe94c1f5785 authored over 4 years ago by Agnostic Apollo <[email protected]>
update notification icon

51370799c765d1774abac61a6f2eedf09156d211 authored over 4 years ago by Egor Zhdanov <[email protected]>
Invert selected text instead of highlighting

Highlighting text in the terminal often makes it hard to read, which
can be problematic for user...

0910844896475418dc28ebfd2d3bae43528d5b26 authored over 4 years ago by Danny Lin <[email protected]>
Fix selection rendering with alternate cursor styles

There is currently a bug where selection rendering is broken if the
active cursor shape is anyth...

f33ebf810f9fb62931c07eca8134335fcc92ed99 authored over 4 years ago by Danny Lin <[email protected]>
export COLORTERM=truecolor

930029b5d273cfeebbd095c27d0720b78a03fa89 authored over 4 years ago by Felix C. Stegerman <[email protected]>
add DEX2OATBOOTCLASSPATH environment variable

33def928cf9bada2a6d44101f20ee4d8d4e71085 authored over 4 years ago by Leonid Pliushch <[email protected]>
get rid of Android 5 legacy stuff

We don't need LD_LIBRARY_PATH as of Android 7.0.

fc04a93990eae1ac8b78d216b853f753b93a7bcf authored over 4 years ago by Leonid Pliushch <[email protected]>
fix am on Android R

8d302aa9fe03ebb61fa729cc03336fd49fb0db68 authored over 4 years ago by Leonid Pliushch <[email protected]>
update ndk version

2224d917a331b2e77dd299b9d02c87d8f4ab7610 authored over 4 years ago by Leonid Pliushch <[email protected]>
version 0.95

664ec43f94d3e7f3227b216a65bbae80c889114a authored over 4 years ago by Leonid Pliushch <[email protected]>
extra keys: make popup & pressed button no longer transparent

Fixes visual issue when popup overlaps text of upper row.

6cf742460c1d99027ab5c8393a3665a919dc684e authored over 4 years ago by Leonid Pliushch <[email protected]>
Use vector drawables for text selection handle

https://github.com/termux/termux-app/issues/1036

72981fb9816fa39462f88c8bfc382ed3761f4e31 authored over 4 years ago by Leonid Pliushch <[email protected]>
RunCommandService: update information about usage

2c5534e2c1fc90ee2cd35099b39151b45d6ebc52 authored over 4 years ago by Leonid Pliushch <[email protected]>
minor refactoring: RunCommand => RunCommandService

5b32540635d9243e573f2ef3ca126150424ab712 authored over 4 years ago by Leonid Pliushch <[email protected]>
Provide a service for executing commands by third-party applications

Re-implementation of https://github.com/termux/termux-app/pull/1029.

If Termux has property "al...

db3ff7b24a2cb8c84b00cc5cec083361018569a1 authored over 4 years ago by Leonid Pliushch <[email protected]>
Join lines that fills the width when selecting urls

Some terminal applications, like mutt and weechat, prints a newline at
the end of each line even...

5f71e3e73ae9c0381650a922f45a241fc75a463a authored over 4 years ago by Trygve Aaberge <[email protected]>
Add Log file to view intent #1497

3e04ea4cb038e15a7ed8575362d332497a6a5291 authored over 4 years ago by Josh Home <[email protected]>
Improvements to extra keys (#1479)

* Make popup keys for extra keys row configurable

This makes the keys you get when swiping up...

0af823607ac5d6ff282c4eee175e4a533176196c authored over 4 years ago by Trygve Aaberge <[email protected]>
Update notification icon to match launcher icon

This is the launcher icon with a circle around it. I added the circle
because the icon has a tra...

4d9c0c315eb6029cdc99314ae1a34b3f5ee103b9 authored over 4 years ago by Trygve Aaberge <[email protected]>
fix ndk version for terminal-emulator module

9c32935ca28662a90c3754a1d9c7f602b3b8efda authored over 4 years ago by Leonid Pliushch <[email protected]>
update ndk version

669c336e2f8ab90affc5d2844aaea7a45c62d861 authored over 4 years ago by Leonid Pliushch <[email protected]>
Set orientation of HandleView in show (#1477)

* Place long press menu above selection

Previously, the long press menu would cover the first...

35842cf4a626ae6d57aadf62a7ace937cb4d18d0 authored over 4 years ago by Trygve Aaberge <[email protected]>
Support auto detection of dark theme

By default it uses the system setting. If use-black-ui is set to either
true or false, that over...

b086270a5a72278b3cc1fe1c1917264f61cff07a authored over 4 years ago by Trygve Aaberge <[email protected]>
update bootstraps again

* Reduced archive size by using nano as preinstalled text editor instead of vim.
* Updated comma...

f39f06a540169994e8e53218e188de35a26010c0 authored over 4 years ago by Leonid Pliushch <[email protected]>
update bootstraps again

Added few more packages to bootstraps which are replacements to
some busybox applets.

58440bc88d16c48de4c6385dda39f7aa5c4bba8b authored over 4 years ago by Leonid Pliushch <[email protected]>
update bootstraps

9f438e29124f173d9b5853128393f9f8df229fe5 authored over 4 years ago by Leonid Pliushch <[email protected]>
Handle all exceptions when loading termux.properties (#1590)

* Catch all exceptions which can occur.
* Print short description in toast message about occurr...

f794bfcadc0fcacdac42d38eae63fb7713f4656f authored over 4 years ago by Leonid Pliushch <[email protected]>
Fix CI build and see result in pull request (#1565)

b6d7831646bb0ea0223946fdac2f5943610e8118 authored over 4 years ago by hannesa2 <[email protected]>
update bootstraps

d212198e307c9f41beffed11fe1230cc94767f76 authored over 4 years ago by Leonid Pliushch <[email protected]>
Fix build by specifying ndkVersion

c2843897ac7738b27b7423adc34e219d136bdf5d authored over 4 years ago by Fredrik Fornwall <[email protected]>
Avoid specifying ndk version

c4c4912a7e65c5a16bd78b9caf0aa81dd86004aa authored over 4 years ago by Fredrik Fornwall <[email protected]>
Verify Gradle

7e13b8aa2e232f17b3962bf174408fb1bc18b5b8 authored over 4 years ago by Hannes Achleitner <[email protected]>
show result in pull request

38a3319ca26c73a29faa6ccb6dd8f906d628d2d2 authored over 4 years ago by Hannes Achleitner <[email protected]>
Update Android Gradle plugin to 3.6.3

6dca19ae0011f9514efa6a5380fb5a097149351c authored over 4 years ago by Frieder Bluemle <[email protected]>
Remove irrelevant message from bootstrap installation error

Bootstraps are no longer downloaded from the Internet.

2659c06c5dbf5ad61c87227cff3d0707829c1ee0 authored over 4 years ago by Leonid Plyushch <[email protected]>
Bump version to 0.94

9b7c7102b2ad0f97381656a3e8a2c99c1859fba1 authored almost 5 years ago by Fredrik Fornwall <[email protected]>
Add tests for URL fragment

1819087ca092f6ea113f188fd853fe682b5b4952 authored almost 5 years ago by Daniel Lublin <[email protected]>
Grab fragment when extracting URLs for selection

366a61f052b21a87d3fea8c67bc58249798bed3e authored almost 5 years ago by Daniel Lublin <[email protected]>
set ndk version in build.gradle

Fixing CI builds.

6e224cabcfaef6248d97e8760b6b481db64e2c2a authored almost 5 years ago by Leonid Plyushch <[email protected]>
update bootstraps

8c8fa961339fb26f07cd13ab8f5c1043383c624c authored almost 5 years ago by Leonid Plyushch <[email protected]>
Update gradle wrapper

537f2ed97e78bc6bfefb21749ac5d88c2e4deb15 authored almost 5 years ago by Fredrik Fornwall <[email protected]>
Add android.useAndroidX=true to gradle.properties

0e23315c41a864b9b01b294ecf4fccc84f5b6a98 authored almost 5 years ago by Fredrik Fornwall <[email protected]>
Update Android gradle plug-in

2cde9864194556e72e6a6c3eac96139c492a8d06 authored almost 5 years ago by Fredrik Fornwall <[email protected]>
Update Robolectric from 4.3 to 4.3.1

d28939810cba4b1c2f75d84bc88965b293766deb authored almost 5 years ago by Fredrik Fornwall <[email protected]>
Bump version to 0.92

93724b7aa634109974f10699891b351c1df85f8d authored almost 5 years ago by Fredrik Fornwall <[email protected]>
Fix #1350: Support createDocument(...)

ed9afa082a0756678b4b56ceb2b17bda9d35bad4 authored almost 5 years ago by x0b <[email protected]>
Fix deletable flags in DocumentProvider

A file is deletable if the _parent_ is writable, not the file itself.

5d06f040e80a16cd93cca256af3498d72d219e78 authored almost 5 years ago by x0b <[email protected]>
Fix #1424: Support ACTION_OPEN_DOCUMENT_TREE

9703bd31ad9db1083eb2fad646c5a67921db5b40 authored almost 5 years ago by x0b <[email protected]>