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

update bootstrap archives

v19 had a problem with metadata which broke the package manager.

9749f25ebabd47ef6504219fbcbd827fc7344c59 authored almost 5 years ago
update bootstrap archives

453b838b242baed8a5bc3e92c9294f4f693273ab authored almost 5 years ago
update readme

9fdf2a49fd53ab5285466734c2d42b0906128e14 authored almost 5 years ago
update issue templates

3270506bff040762e47e3dde775266e1cad67b42 authored almost 5 years ago
CI: fix job name in run_tests.yml

a240f4cf45aa3eee31da1994f3bd8192ff0e28b7 authored almost 5 years ago
update readme

4647beb0d239a7947aa5531554a0ebbbc7b7b788 authored almost 5 years ago
CI: update workflow labels

d92e80646114710b395f60a9b1ffc2fab79d72c4 authored almost 5 years ago
CI: add configuration for running terminal emulator unit tests

b75cf0bb84357c09418526fd17210f71eea0b4d3 authored almost 5 years ago
CI: switch to Github Actions

f928efed4e70e7e8affc30f3dbdc07508d7e9a98 authored almost 5 years ago
Bump version to 0.90

36db64d585526d6dd5f544f429b9c84aeb6c64ca authored almost 5 years ago
Prevent kill by Samsung Dex on plug/unplug.

b8f04306993e4461c7011202b65773a126ae2f46 authored almost 5 years ago
Allow the user to disable virtual key emulation.

Use volume-keys=volume within termux.properties to disable.

90e6260d5e05211ec3e6dfeb9e6e631b56062281 authored about 5 years ago
Avoid trailing slash in CWD (fixes #1413)

566d656c16e9e8dae7040c7e6b5d08f142d2ce69 authored about 5 years ago
Bump version to 0.88

b729085d524e7727cb092a1b36f62b8601bf56ea authored about 5 years ago
Bump version to 0.86

a94bcb02f16b638c7920b16a49bdfe65650fa1d2 authored about 5 years ago
Create new terminal sessions with directory of active session

This mimics the behaviour of most tabbed terminal emulators.

Fixes #1009.

e28be01dc23d480d3938ac26e7fc2cff39379c3e authored about 5 years ago
Start stderr BackgroundJob Thread

76df44e6bb9cea197c075e174493e61b15b2c2d1 authored about 5 years ago
Add PendingIntent in TermuxService to return data from execution

This commit adds an optional final argument to the BackgroundJob
constructor for a PendingIntent...

7f7c1efac1af19badae86c39118903c4da383838 authored about 5 years ago
Handle magnet links with termux-url-opener

Fixes #1339 and #1382.

fd13f3f98d4c3ab99a9b31d0c79fdfeda95e6101 authored about 5 years ago
properly set bootclasspath environment variable

269c3cafb0c3f610746fde3be2510501b87f942a authored about 5 years ago
Update gradle wrapper

662b5cace6fdb5daa8d62786e5ba94a1e0949b32 authored about 5 years ago
Bump version to 0.85

3c01b09fff0b5999074d49e26f327e07492df869 authored about 5 years ago
Merge branch 'maoabc-master'

1ce2db9929f8937d83dae2c2c6afd80c217c0a10 authored about 5 years ago
Update Android Gradle plug-in

c987ff718af1171f9f420b0a1ad7d56686f49d24 authored about 5 years ago
terminal emulator: clear scrollback buffer when resetting to initial state

Fixes utility 'reset' not being able to clear scrollback buffer.

9e295b105c80316e24e3e029cd74e1516bf6f3ad authored about 5 years ago
Update Android Gradle plug-in

37b3a9f8db3e4b8577f9f5df969ca06eb75f0252 authored about 5 years ago
terminal emulator: clear scrollback buffer when resetting to initial state

Fixes utility 'reset' not being able to clear scrollback buffer.

490853e42720c4e1299cd1e82c56f823c2a7c02c authored about 5 years ago
Merge remote-tracking branch 'remotes/origin/master'

9ebedc4740eec55a7fbda71f856e1dee86ae8fd4 authored about 5 years ago
confict

82730d9e08164ae47763cbb4bc7ff8e87b6569f5 authored about 5 years ago
Optimize handleView move.

3d2756f3762103f65692e935aba6743aeebea242 authored about 5 years ago
remove SDK_INT conditionals

We are targting on API 24, so conditionals for Android 5/6 compatibillity
are useless now.

6db51bdec03ad2f0654b89eb9da91bf1596890d5 authored about 5 years ago
Optimize handle view

c238c8bddb690404305bc034fe940f006cf5432e authored about 5 years ago
Stop selection mode on enter

60e1556871592adc97e8d969e3d6e5f7952f5f96 authored about 5 years ago
Selection mode fling

e47bd3168199a845f54d29752a21ce67e3681171 authored about 5 years ago
Add selection mode cursor controller

951df6b4e2386458fdf5b8089e9c58ac9c1dc9f9 authored about 5 years ago
update gradle wrapper

fcd3bc113331c138778a1d04051b0e55f688efb6 authored about 5 years ago
Bump version to 0.84

f4db9ff212a672572c2a8fbf2f494e67d38a6d27 authored about 5 years ago
extra keys: improve handling of DnD mode

Do not disturb mode is now handled only for SDKs pre-28. Extra keys will
not vibrate only when t...

87841886d4bf6c4a60d48774333dba6609c97f1f authored about 5 years ago
extra keys: handle actions UP & CANCEL separately

Related issue: https://github.com/termux/termux-app/issues/905

cf883f5f0504686aa1424733bbbfb1a095f64253 authored about 5 years ago
Remove outdated tests

Remove tests that asserted that Cursor Down (CUD) and Cursor Up (CUU)
escape sequences were affe...

677d75e173e44c38e4d4e02d160d15afd5b81928 authored about 5 years ago
Do not limit cursor movement to scroll region

The scrolling region set by DECSTBM should not affect the
Cursor Down (CUD) and Cursor Up (CUU) ...

cdccc2c43350acdbf612117f2901e121f7b52938 authored about 5 years ago
Bump version to 0.82

070436a6edb338bf82ebca8bfef21348058d2ad9 authored about 5 years ago
Update Android gradle plug-in

69ded4b33e97f70b75991792c75669e5a2583bad authored about 5 years ago
Cleanup after requiring Android 7.0

e5a8c0eb4af5e7f4b86fef000948386cb073f7db authored about 5 years ago
Fix gradle deprecation warning

29815fb3f054f7e1b9460d6bcf8bfe7bb6ec23d5 authored about 5 years ago
Bump version to 0.78

e930ac08aa78ee5cd9f0aa57ff4d193789d033c2 authored about 5 years ago
Bump version to 0.77

3b969a00770fc45fe966cb7f91fff7d803c4fdf0 authored about 5 years ago
do not allow to backup data by Google

Why:

* During backup process Termux is being killed in most cases.
* Backup data is limited t...

ae717d8f5fccd76c696f5520d97283ae88a40810 authored about 5 years ago
bootstraps: update to v18

6c55c3c1bedcd72c679c38868ae9f4ea6daaa385 authored over 5 years ago
Do not set LD_LIBRARY_PATH by default

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

c0a0822843969affedbf9760d44234caf46c8cd5 authored over 5 years ago
Bump version to 0.76

08b08d1c4792bf5a3489968572884a84cc21c2f4 authored over 5 years ago
Include bootstrap zips as shared libraries

c76cec186af4df7b1020cd1471ea50dfcb25afba authored over 5 years ago
Made Black UI an option to configure

5ba3f7cf6d8b2c29eb4f4d51a6a8961db502500d authored over 5 years ago
Unified UI colors across the app. Dark sidebar and dark app theme for

dark Alert Dialogs

468f878a382d34cfe102f705c624fca23ab432d6 authored over 5 years ago
Add .cxx folder to gitignore

c50a3670632c18c6107e2f25e5b9e7d61ff75c2a authored over 5 years ago
add permission ACCESS_NETWORK_STATE

Seems to be required by some Android TV devices.

4189f598b937217cb70494ccda7b39a9d66426b6 authored over 5 years ago
Optimize handle view

fdb3764f5c11cc5a0581d5741938f22f8782f730 authored over 5 years ago
update readme

cb67e805dedde432478df7fde88030ed95bc1b2d authored over 5 years ago
CI: update .cirrus.yml

3f83368f422194c55631e40fa6b4cfd866f1dd2d authored over 5 years ago
update readme

8c7462678f229353ecdafaf973e2b5d5962ef5b4 authored over 5 years ago
update readme

6f11390cc4078fe939ee90c0e1fbf6a3bae91252 authored over 5 years ago
CI: development builds are now signed with publically-shared key

This commit adds keystore which is shared with community. People freely can
use it for creating ...

33d390a2286c42d247653a45e038bf8641f7f8d9 authored over 5 years ago
Stop selection mode on enter

937eb350b28766bd991c6111458f23bdff0a3c00 authored over 5 years ago
Selection mode fling

3b4ece6bd8970df992662c39845add4a1a9a60c4 authored over 5 years ago
Add selection mode cursor controller

35a4fdacbe4d75bae0d648cf66a6526d0daee313 authored over 5 years ago
update readme

0332779d6a7e52892cfeee8174468dd53cd9059c authored over 5 years ago
readme: update status badge url

f19575b94253b9a32e1088d51f7567b385925745 authored over 5 years ago
CI: add test keystore

6a95809da3b9a197a9bfc1a8a8a259ce59d4cd73 authored over 5 years ago
CI: remove Travis setup

243285f7c2c868033ec76b08e26c102b18128494 authored over 5 years ago
CI: add initial configuration for Cirrus

ac8dab70ef086c139cdd23d2e806a2d4721ebe30 authored over 5 years ago
Update android gradle plug-in

b6182216d5517b9fe4d2b1eba72f51e09e1921c9 authored over 5 years ago
Bump version to 0.75

e206121bbcbfa6aafd7dfceeaeaa80020d62439d authored over 5 years ago
Update gradle configuration

deceffad00d81ecb5154c2a1159499e699659084 authored over 5 years ago
improve url matching regex

Now it support complex URLs and some other schemes beyond just http/ftp.

c19909cef16c6a7116e39070f2eb0fdf389c0129 authored over 5 years ago
handle possible ActivityNotFoundException when requesting to disable battery optimizations

Related issue: https://github.com/termux/termux-app/issues/1224

5b7e40638c7871432b2ec3455940023cd3d51276 authored over 5 years ago
extra keys: follow DnD mode and haptic feedback Android settings

Do not vibrate when:

* Do not disturb mode is on.

* Haptic feedback is disabled in Android s...

a3673d1af5eaf5f51eec97fd111da3cca5590eeb authored over 5 years ago
Bump version to 0.74

d5f9cf85c9198ba422197cd73f6e83873d9a6ccd authored over 5 years ago
Change method name 'with' to 'getInstance'

549f09573f4631fb46ce1cbe90ca33805585dfab authored over 5 years ago
Ignore battery optimization settings to prevent suspension

94e5bc86fb12bdea8d00c00262a48b5e49236f40 authored over 5 years ago
Avoid joining lines for shared transcript (#1166)

370ac2bd8911b5632933975300e779f722ad03af authored over 5 years ago
Bump version to 0.73

7041f4198176fa81710f74d43bb5565e43972b6e authored over 5 years ago
Update the Android Gradle plugin

dd6a21257b88b976238394d8b7ed5c1b9ecfe1d2 authored over 5 years ago
Fix problem with sharing large terminal transcript

Fixes #1166.

445da0c4eaf1c699b10c5963f95440df6c8abdce authored over 5 years ago
Add function keys F1 to F12 as keyboard options

92980824b19e233b6bda27419f29387cc3720306 authored over 5 years ago
Also export ANDROID_TZDATA_ROOT

Since Android Q Beta 2 ANDROID_TZDATA_ROOT is required
in addition to ANDROID_RUNTIME_ROOT in or...

7d42b07a321f9409dd25445c974c6c12309ebbd6 authored over 5 years ago
Respect failsafe sessions in ACTION_EXECUTE

e502b9169fdec30200a631cd42dfd3a092e0948e authored over 5 years ago
minor fix for log message while removing tmpdir

9f2d887ca077878fb5fdebd3bd13db09f8b0430c authored over 5 years ago
Update Android Gradle plug-in

e6aacc5f08b135f50a88cd453097ecdc83f865c8 authored over 5 years ago
Add versionName gradle task

ff935be54aaca33114c61723105a6b2fd0bb1926 authored over 5 years ago
Bump version to 0.72

4e761623465fc1de20e01d85d6d63556663d8384 authored over 5 years ago
set BOOTCLASSPATH environment variable

Required on at least Android 5. Otherwise utilities that use dalvikvm may fail.

Issue happens o...

5fa4f2647b72eb4ed1bb468171e5763d11abbcf3 authored over 5 years ago
Bump version to 0.71

81b5889a26b71ae2f471089a0d886b4b1b464976 authored over 5 years ago
let $PREFIX/tmp be cleaned when TermuxService is going to be stopped

514f59258a0dd3841a5cdc00480c9055dc12f526 authored over 5 years ago
Revert "clean /tmp directory on cold start"

This reverts commit beb8a004e6ea64e2b3795fc9320da8c8b2e0a871.

9f79393aa58d67a2e6077d1b4ae93ce33589d8e3 authored over 5 years ago
Revert "sessions: do not clear TMPDIR if application was not started"

This reverts commit bd45837d9378b04a257bb875391a1d1192310b71.

e49d51423631caeda5069d0b77b5599d5b7bc552 authored over 5 years ago
remove intent category "default"

It was needed only when Termux had separate icon for failsafe activity.

4e1462326c54a11d2826a6d7de4e448aad15f4a5 authored over 5 years ago
Bump version to 0.70

b0f1773a92f195be4049ae2535fee2af69562e50 authored over 5 years ago
Remove the failsafe activity

The failsafe activity were infrequently used while confusing users.

Replace it with an app shor...

af9f28c0109dc185af4c5dea61e24a18fe45c74a authored over 5 years ago
Tweak notification icon color to make it work with dark notifcations

As the notification icon and text is set to black, ROMs like Samsung OneUI and themes that chang...

fef0c6686814d7e0a246384e2a82b4fa2f060246 authored over 5 years ago
Bump version to 0.69

7a5da83ce2186ba6896ec3a4ee1592f072969af1 authored over 5 years ago