Ecosyste.ms: OpenCollective

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

Termux

Termux is an Android terminal emulator and Linux environment app
Collective - Host: opensource - https://opencollective.com/termux - Website: https://termux.dev - Code: https://github.com/termux

Bump version to 0.24

github.com/termux/termux-styling - 21e76c9734655e83f8fe8f98eb16406d6e2597d0 authored over 6 years ago
Update Nerd Fonts to 2.0

github.com/termux/termux-styling - e0278a9ffa50ff4149ebddcf93dbf51865bae3fa authored over 6 years ago
Remove gradle.properties

github.com/termux/termux-styling - 01af5f7e5f1e14f431e2c2e4082d14c1b103ad00 authored over 6 years ago
Add /.idea/ to gitignore

github.com/termux/termux-styling - fa795a1f4ff2334d95a76838e1afad59cb59ac82 authored over 6 years ago
Remove .idea/ folder

github.com/termux/termux-styling - 482d51a803df58c0d0d7abe8da2ee43c170624b9 authored over 6 years ago
Update fetch script for nerd fonts 2.0

github.com/termux/termux-styling - 19fb03742c65540b16676af1d240730b4923327b authored over 6 years ago
Bump version to 0.23

github.com/termux/termux-styling - 09349f7ac79b415d5ea618066f5af9eb987bae5c authored over 6 years ago
Add google() repo

github.com/termux/termux-styling - c49474c47be85f3c8d5d5af26ba9c26afb410c2d authored over 6 years ago
Bump version to 0.22

github.com/termux/termux-styling - 298e7f0a30969c5906b1ddacf35a0c8bd9e62533 authored over 6 years ago
Update gradle configuration

github.com/termux/termux-styling - 67b5683f5c13d285e398638805ebcc189593ddf8 authored over 6 years ago
Cleanup some Android Studio lint warnings

github.com/termux/termux-api - 033e4dfdd2ac62c80c08c7a39685faf397c4fc6c authored over 6 years ago
Do not trim input when setting clipboard content

See #195.

github.com/termux/termux-api - 75c48ad6d51f184ebad46c20f64d12da0a7157cd authored over 6 years ago
Remove unused import

github.com/termux/termux-app - 07d6c9bd5ec1360911b44b47e05cc40f3d2890a8 authored over 6 years ago
compileSdkVersion = targetSdkVersion = 28

github.com/termux/termux-app - a9eddce672b6c98bc4ea9a97da5a3fcbe295577a authored over 6 years ago
Add placeholder at termux-sms-inbox

github.com/termux/termux-api-package - 6cfe80963feb0af62093432b9190889edfcd0604 authored over 6 years ago
Merge pull request #32 from gburch/fixSMSParam

Fix issue where limit lost its parameter

github.com/termux/termux-api-package - 16779a2462deeb2ba95a389a5f88ef5de661b225 authored over 6 years ago
add some padding for TerminalView

Should fix https://github.com/termux/termux-app/issues/516

github.com/termux/termux-app - 4eca639212e44ec7b42e4f2503d6308a3c7ff588 authored over 6 years ago
reduce padding to 3dp (5 dp seems too many)

github.com/termux/termux-app - 26c95f1397e308b3c54cf1aae85d50102656d037 authored over 6 years ago
clean /tmp directory on cold start

github.com/termux/termux-app - beb8a004e6ea64e2b3795fc9320da8c8b2e0a871 authored over 6 years ago
Add aliases for BACKSLASH QUOTE and APOSTROPHE

github.com/termux/termux-app - 99e8ffcf9003f6ecefa78519f0fc6e3a6996a232 authored over 6 years ago
Extrakeys: show extra key row per default

Might help new users.

github.com/termux/termux-app - b51dd4f55899c1871b17bd0439cf33c977a9b031 authored over 6 years ago
add support of configurable extra keys

github.com/termux/termux-app - f0eeb4781b8da0bd6b20ff37ab48c93031b4dc0b authored over 6 years ago
Fix refactoring, Ctrl, Alt, Fn keys work again

github.com/termux/termux-app - af7515247bbd0c66f4c25bf17f26b7337f77af3d authored over 6 years ago
Fix Typo (KeyEvent.KEYCODE_DEL and others)

github.com/termux/termux-app - 49c051c8b730c4a0cc0340ec35bb32a167688909 authored over 6 years ago
Fix typos and build errors

github.com/termux/termux-app - 9db8948f23f4c7606705f5050dd977918c84ddc9 authored over 6 years ago
Declare buttonText final String, dont't change value inside reload

github.com/termux/termux-app - a854960476839c863f31e84bc6940a451e710979 authored over 6 years ago
state -> SpecialButtonState state

github.com/termux/termux-app - ec77be00dc5d6aafd0f51868e825a8d5ba1a1656 authored over 6 years ago
ExtraKeys: use ' instead of \" in default key string

github.com/termux/termux-app - 0807600a2db2e825c17ce1ac2607493cf0cb556a authored over 6 years ago
Default extra-keys has TAB after ESC and UP/DOWN arrow keys

github.com/termux/termux-app - 3693e3c1b6da04398cbd73a28b44a764abc9bc3e authored over 6 years ago
ExtraKeys: Prevent app crash if user specifies different row lengths

github.com/termux/termux-app - b99d09230569293825f83824cf56eaf653544c70 authored over 6 years ago
Use LEFT instead of arrow keys in config, and include arrows characters for special keys (will be easily changed in the properties after)

github.com/termux/termux-app - d03e420e75cb25aca57478a0323a6675b36ade23 authored over 6 years ago
Refactor Ctrl, Alt, Fn code

github.com/termux/termux-app - 55efdb2f56e5ae435a8642e606cffc9b3c422a66 authored over 6 years ago
ExtraKeys: fix so app doesn't crash if ctrl/alt aren't in extrakeys

Otherwise we get:
AndroidRuntime: java.lang.NullPointerException: Attempt to invoke virtual meth...

github.com/termux/termux-app - b3eabd9bad5f0eb771ff4304cf618b0494d5435f authored over 6 years ago
Extrakeys: fix rebase error

github.com/termux/termux-app - 7187ed6950b427761dcb05be08230d600d7aebcd authored over 6 years ago
Extrakeys: fix typo

github.com/termux/termux-app - 06968a929591a6f77389053b31f8a634042c70cb authored over 6 years ago
Use extra-keys spelling and correct default setting

github.com/termux/termux-app - f74293e8fb4eca823c5aaf75699008af9b8f42d3 authored over 6 years ago
Use utf-8 for config, Activate defaultCharDisplay, Fix Typo

github.com/termux/termux-app - c24167f6a51d0f0dec32f30917de20160f2ea1e3 authored over 6 years ago
ExtraKeys: add possibility for insert, delete, enter and -

github.com/termux/termux-app - f88b9c4629ec6342c06ed4e68f0ae88337505640 authored over 6 years ago
Extrakeys: make ― the same as - in some more places

github.com/termux/termux-app - 244248b1a055455198ae00109abf449a60f1e314 authored over 6 years ago
Remove unused imports

github.com/termux/termux-api - 6b7b98179b9a73de28ec7e3efe2871a7087936f1 authored over 6 years ago
Fix issue where limit lost its parameter

github.com/termux/termux-api-package - 02f1525ed6509cac504c71ea5cdaf9b35dde064b authored over 6 years ago
link2symlink: Don't fail unlink() on broken links

Also allow specifying alternative directory
for link2symlink targets by providing absolute host ...

github.com/termux/proot - bb145259590c13c4992fb34d128218f560daf0fc authored over 6 years ago
Fix ptrace emulation after suppressed SIGSYS

Follow-up to 796167abdf600074197bd781493949e12c950ec5

github.com/termux/proot - 9300288337beb3103c4712b5ad91cf0ead11bdd9 authored over 6 years ago
Merge branch 'pokedata'

Fixes termux/proot#15

github.com/termux/proot - 1671163cff736200b3e4dfe822c31dbc3ed776a7 authored over 6 years ago
Prepare pokedata workaround for merge into offical versions

github.com/termux/proot - e8244e8e3c17d534eaee869f2b095a5469de5973 authored over 6 years ago
Rename termux-sms-inbox to termux-sms-list

github.com/termux/termux-api-package - c7c886a5c9c0902684652ea3c4d928ae06e878d8 authored over 6 years ago
termux-sms-inbox: Use strings for listed sms types

github.com/termux/termux-api-package - b698ef077f03aeeaabbcc11c2a4e392a85ff049c authored over 6 years ago
Notification Improvements (#209)

* Persistent notifications and disable alerts on edits

* Add images, add media style, refacto...

github.com/termux/termux-api - 9c6f99df8e3a86ee7b603883c5285533b6c8efc5 authored over 6 years ago
Added values array and indexs (#212)

Add index of values

Added index for other dialogs

github.com/termux/termux-api - 82bc79482608058756005e43dc36e04ec58808ff authored over 6 years ago
Remove outdated comment

github.com/termux/termux-api - 3eea604ff9196888e7f8e6209ceb164140d9459b authored over 6 years ago
Compile for and target android-28

github.com/termux/termux-api - 043d69bb7bb5fcbdb045c50bd0ba0e0ccd42956f authored over 6 years ago
Update Android Plugin for Gradle

github.com/termux/termux-api - 372465d5555893cf7b5f749b2b08aa93b8bcc7f0 authored over 6 years ago
Merge pull request #31 from gburch/smsInboxTypeParam

Added message type option and help

github.com/termux/termux-api-package - f7936839bc08f2d6b0998f6c813c972231bafdc6 authored over 6 years ago
Changed provider to scope to all messages. (#214)

* Changed provider to scope to all messages. Future update should be able to provide a flag on w...

github.com/termux/termux-api - 297a752eb8e6e904379020e2869a09ab0065a735 authored over 6 years ago
Add date format option (#203)

github.com/termux/termux-api - 9192c600889f0b7d402405cc8c870512b8fac3c0 authored over 6 years ago
Merge pull request #30 from Epictek/master

Date Format option

github.com/termux/termux-api-package - f6af4611c1d9fc788bd467a128011c820221b49b authored over 6 years ago
Request the FOREGROUND_SERVICE permission

From https://developer.android.com/guide/components/services:

"Apps that target Android 9 (API ...

github.com/termux/termux-app - 57a3a9b111f7f27a725557413aabf415e55286bd authored over 6 years ago
Bump version to 0.27

github.com/termux/termux-api - 6906960c20a3029946d3b02ee90498318fa78b0a authored over 6 years ago
NotificationList API (#210)

github.com/termux/termux-api - f29350a842b03ee6ab734b7e37e6037c04a4226b authored over 6 years ago
Print clipboard text without appending a newline (#213)

Pasting in vim/neovim is busted when termux-clipboard-get appends a newline to the clipboard text.

github.com/termux/termux-api - 5b3f31bf14d8588b2f0fee02b5b70f9dc46be17d authored over 6 years ago
Added type option and help

github.com/termux/termux-api-package - 680c3d8aa6166a8a8271b13bc0be83e1205b9c57 authored over 6 years ago
Fix incoming uids in getsockopt(SO_PEERCRED)

termux/proot#36

github.com/termux/proot - fb0ce67526097accece733f18161235e733e54f8 authored over 6 years ago
Emit SIGTRAP|0x80 for ptracer after suppressed SIGSYS

github.com/termux/proot - 796167abdf600074197bd781493949e12c950ec5 authored over 6 years ago
Update .bash_profile

Set the required variable SVDIR

github.com/termux/termux-services - ecc33a8045f9f056d5d046b4c59a79458ae88cf2 authored over 6 years ago
Set targetSdkVersion 28

github.com/termux/termux-app - 8df73a30064393b7ee20ef6bbef38675b5a506f7 authored over 6 years ago
close sessions without waiting for user input except the last one

An attempt to deal with these issues:

* https://github.com/termux/termux-app/issues/627
* htt...

github.com/termux/termux-app - 963663e0cdce1fa3f240ac5f622e5578920ab67e authored over 6 years ago
replaces foreground and background layers with nord color variants

github.com/termux/termux-app - 68a83ccf37d2214cd913dac36e95678528b80746 authored over 6 years ago
Merge branch 'sendmsg-scm-credentials'

github.com/termux/proot - e0569ad9f64a4eb79117759c73d02251746631a0 authored over 6 years ago
Work around utime if it returns -ENOSYS

termux/proot#28

github.com/termux/proot - 0e449b9e46ec849d603b48130a2e7d9181aa3f5a authored over 6 years ago
Fix control message parsing

Use official CMSG_NXTHDR macro instead of tracking
positions of messages on my own (where I've g...

github.com/termux/proot - abbcc7dfc56682e4a8d2111633d97a71e11792df authored over 6 years ago
Fix SCM_CREDENTIALS message using real credentials

termux/proot#30

github.com/termux/proot - 6b0b14a08b46b24c32d393e117c4bda181c8294b authored over 6 years ago
Remove prepare_restart_syscall_after_seccomp function

It originally existed as there was requirement
to call it iff restart_syscall_after_seccomp was ...

github.com/termux/proot - 1f66b913dbf72ed0fa52a90a42e12a3b3c341b9f authored over 6 years ago
Make seccomp workarounds work on X86/X86_64

Loosely related to termux/proot#28

github.com/termux/proot - 26d21f5294c31f38dadc1bbb5b6acfe60417350a authored over 6 years ago
Adds alternative drawable resource

github.com/termux/termux-app - 61a44dbfa8052127c5de14fe2dd1924c587f49dc authored over 6 years ago
Adds foreground and background layers

github.com/termux/termux-app - db13ea02b623e85459face97ad956ab144f3ed3d authored over 6 years ago
Bump version to 0.65

github.com/termux/termux-app - aaa92279ca6382ae23769b52ad2c2959313815ff authored over 6 years ago
- in onKeyDown() ignore keys when the Fn key is pressed

- in onKeyDown() return false when the key is not handled.

The above two changes fix the handli...

github.com/termux/termux-app - 365f9723ccf2ad3eae427028bbcdfc20f04543dc authored over 6 years ago
Add "argonaut" color theme (#32)

github.com/termux/termux-styling - 44beab50d94280967735b0c8260b06d3caf8eefb authored over 6 years ago
Merge pull request #29 from dkramer95/sensorLimit

Add sensor output limit -n option

github.com/termux/termux-api-package - 5ada201683f92ca0ebd4f478251e6cf9ac898f8f authored over 6 years ago
Handle utime when blocked by seccomp

termux/proot#28

github.com/termux/proot - 3e90d9f95322db440c0705c74615a61ea465aef5 authored over 6 years ago
Update termux-dialog

github.com/termux/termux-api-package - f1f225791991824d644cfd4686ff739e0ef327af authored over 6 years ago
Merge pull request #29 from jlmess77/patch-1

--input and --output -> --input-target and --output-target

github.com/termux/proot - 4bef8aea6701d4d0ab7b079e64372cedb5c9d808 authored over 6 years ago
Date Format option

Adds -d parameter to allow formatting of output date.

Depends on https://github.com/termux/te...

github.com/termux/termux-api-package - 4616e5ec36909221e6103873e07632b45ec9d06b authored over 6 years ago
--input and --output -> --input-target and --output-target

When I was trying to compile in I don't remember which Termux or Arch Linux in Termux. I was get...

github.com/termux/proot - e31c57bf1400423a5520eccc642eacc76b0befc0 authored over 6 years ago
Bump version to 0.26

github.com/termux/termux-api - c7841ee5159f251a5654ec1bf41f8cf0d71ece69 authored over 6 years ago
Fix scenario causing termux-dialog to hang (#200)

If termux-dialog is called while Termux already has a dialog open, the new dialog fails to open ...

github.com/termux/termux-api - da5b9111d0111230949aa901f1c084c9cb599ea0 authored over 6 years ago
Fix intermittent scroll not working in BottomSheet (#192)

github.com/termux/termux-api - fc8daead892503908dc0e067d20e841d7474be41 authored over 6 years ago
Merge pull request #26 from tomty89/setxid

fake_id0: set rgid and sgid if and only if euid is 0

github.com/termux/proot - d349cb68a5374d625f4d984d56c5c6c3300386a7 authored over 6 years ago
fake_id0: set rgid and sgid if and only if euid is 0

Since we consider whether the process is privileged based on
whether its euid == 0 but not egid.

github.com/termux/proot - cb973b161237a9ae90f4238f8f16ccc2f76211e6 authored over 6 years ago
fake_id0: Emulate audit interface not compiled in

termux/proot#21

github.com/termux/proot - b4afbd31d93ab7050303bdd749a97f65709439eb authored over 6 years ago
Support renameat2 syscall

termux/proot#25

github.com/termux/proot - 3045a143d6bc954c1f77b255386a4815b5cbab1d authored over 6 years ago
termux-tools: export SHELL variable on login (#2632)

github.com/termux/termux-tools - d3a1cd0ddced8bf918999b4550920a9719bb0f34 authored over 6 years ago
nethogs: bump package to fix https://github.com/termux/termux-root-packages/issues/33

github.com/termux/termux-root-packages - d34e7035cae4c6142742a86f126f5777cde0d370 authored over 6 years ago
Remove `[trusted=yes]`

github.com/termux/termux-root-packages - 69715e5da4381042e91b67ea3f93169c3c2db8a9 authored over 6 years ago
Provide full fingerprint (short id's are insecure)

github.com/termux/termux-root-packages - 19f485f3a9123fafe87aef92df9bb95b8740f7b0 authored over 6 years ago
use start-stop-script instead of daeomonize because using pkill is dangerous

github.com/termux/termux-services - 5f29e44e3fef1373740a2205647e8bd5e50db839 authored over 6 years ago
dirmngr depends on gnupg2 so install only dirmngr

github.com/termux/termux-root-packages - 8cd3532f164e09d879964664ca749560d77dbe58 authored over 6 years ago
Don't install gnupg-curl, stick to gnupg2

Revert "README: downloading key require gnupg-curl"

This reverts commit ac6aaaf8c5622d247c00ef6...

github.com/termux/termux-root-packages - 23e96df711b326c57184f7342dfc9de16be2695c authored over 6 years ago