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

fix button background and row height bug in api 21

2b6a10712b8ffa4479ccd2a3ea436b2447f72058 authored over 6 years ago by David xu <[email protected]>
Add a .gitattributes file

c80e126b8fc07e8c322bba4c1f277086a962f81f authored over 6 years ago by Matthew Klein <[email protected]>
Bump version to 0.63

89048274ddea2c1422eb689bd15b0070584d391f authored over 6 years ago by Fredrik Fornwall <[email protected]>
deleteFolder(): don't treat symlinks as directory

d3b4d35b2a1930603795263a2f4ec60b106281de authored over 6 years ago by Leonid Plyushch <[email protected]>
Bump version to 0.62

4080f41cc7cff24c419bd2ec1cc81380839ec94c authored over 6 years ago by Fredrik Fornwall <[email protected]>
Stop exporting PS1

PS1 is not supposed to be an env var and should be shell-specific.
We will set it appropriately ...

b4e2c99d467637ad776861767ad01eb392040f86 authored over 6 years ago by Tom Yan <[email protected]>
fmt indentation

bafd21bb390ce5fe5fd1fbc359c0cf1a248543b4 authored over 6 years ago by Quasic <[email protected]>
oops, should have local Java

c5ae5bb06a49b9a931aa89c5157f1be10a31b89c authored over 6 years ago by Quasic <[email protected]>
I think this is it

0f20fab02ce03328bc8c8e2a2c28a218656c968c authored over 6 years ago by Quasic <[email protected]>
Fix for #572 using recursive delete

Also see #578

bbd46a763ce98507c5ae275ac315d4ebd9ad410a authored over 6 years ago by Quasic <[email protected]>
fix indent with vim on termux

web interface would have worked, if I had deleted the tabs, first
This vim is adding tabs instea...

c5923201a449f2c8b30081638f49ed3d4d4acc1a authored over 6 years ago by Quasic <[email protected]>
feat for - ―

f2f7f963e69a55a37b1e72d419b24b8271e119cd authored over 6 years ago by David xu <[email protected]>
restore terminalview

ce2d1c0d88c10faa22b194a4ec66c9014116be07 authored over 6 years ago by David xu <[email protected]>
fix popup bug

2e53ef038e5f571dfcd9187eb1beca3c9ffd25d0 authored over 6 years ago by David xu <[email protected]>
add symbol popup

3a16f461e7fbb9e3cd32bc3fd4479b14014740d9 authored over 6 years ago by david <[email protected]>
feat button color

d5e007dbb3148ea1755e1c354577d730e18e4f45 authored over 6 years ago by david <[email protected]>
add some functional keys

f4335d3824d7a3638c3805a624d08d1640895ac7 authored over 6 years ago by david <[email protected]>
minify long press interval

dc145d65f860510e306d02ad226c5f938ec58d9d authored over 6 years ago by David xu <[email protected]>
delete unnecss code

8c82f43dce134889bafc5a602b620678c3a600bb authored over 6 years ago by xqdoo00o <[email protected]>
comment unnecss code

594a5dfe25b74f25b9c9ad137404d22b18acaeb7 authored over 6 years ago by xqdoo00o <[email protected]>
Add fast path for TerminalRow.setChar

termux/termux-app#603

90b6f93697d3e1420d3ec98df7122631e282429e authored over 6 years ago by Michał Bednarski <[email protected]>
Sends broadcast on app open to notify addon termux receivers

3bb2849a88f278a780f42ad31baabba2adc6fa86 authored over 6 years ago by David Kramer <[email protected]>
Bump gradle dependencies

17c4a452127a213c571d6edc48c1d9b8791d608e authored over 6 years ago by Fredrik Fornwall <[email protected]>
Bump version to 0.61

6d9ffb69223f6c5bd1a908f8e17644ea32c42383 authored over 6 years ago by Fredrik Fornwall <[email protected]>
Use lower when looking up mime type from extension

Fixes #721.

8472fce8ba513c96c914184e252a08fd64a1d901 authored over 6 years ago by Fredrik Fornwall <[email protected]>
Update gradle configuration

69d954a58392a1fdcc8a943a50166af1500527d1 authored over 6 years ago by Fredrik Fornwall <[email protected]>
Replace CRLF with CR as well.

This should replace both \r\n and \n with \r now.

"\r?\n" matches 0 or 1 \r and one \n, which s...

ec1087d56ff9d879256fa55c8a255e888c7a5d5e authored over 6 years ago by easyaspi314 (Devin) <[email protected]>
Replace \n with \r when pasting (Fixes #678)

Termux will now properly send \r to the terminal instead of \n when pasting
multiline strings.

...

be6a73d862ab8ae2b7a5cc37f281ea0fbd0d118d authored over 6 years ago by easyaspi314 (Devin) <[email protected]>
Add Google Repository

The Google-Repository is required for compilation because some dependencies were removed from jc...

cd9dbac5485c5314c237f472d63c391cf48b0b79 authored over 6 years ago by Jonas L <[email protected]>
Update build.gradle

80c81b274d5778b8488432146d92cca156068b6f authored over 6 years ago by l-jonas <[email protected]>
Update Android plugin for Gradle

0c837796f0489795cac06a9d786bc0eb8533ba7d authored over 6 years ago by Fredrik Fornwall <[email protected]>
Update gitignore for Android Studio 3.1

3417e37e8d3244fae904d499a6ed15e55bb11c56 authored almost 7 years ago by Fredrik Fornwall <[email protected]>
Remove explicit buildToolsVersion

https://developer.android.com/studio/releases/gradle-plugin.html#behavior_changes

31ba36e0fae1c33defc3b405c1ec1e09b5b8e865 authored almost 7 years ago by Fredrik Fornwall <[email protected]>
Update gradle configuration

c444f1fd28fd952d37976a025b4c58a95371f468 authored almost 7 years ago by Fredrik Fornwall <[email protected]>
Make TerminalRenderer public

I want to use the renderer with a custom canvas without having to render to an Android View whic...

9f36ed06b8e2c3b5e5918444e0c37699e21a7196 authored almost 7 years ago by RangerMauve <[email protected]>
Bump some dependency versions

c2ab5bcd50c9ce1e0a5b87e4b46a6ea487ef2f37 authored almost 7 years ago by Fredrik Fornwall <[email protected]>
Bump version to 0.60

48fab33b79f6ddad2baef6684a7af0e3acaeff91 authored almost 7 years ago by Fredrik Fornwall <[email protected]>
Fix notification icon color

Icons used in notifications/status bar are monochrome and should use only white color and transp...

8d7a67645b89002342db7471768e565718c8866c authored about 7 years ago by Marcel Dopita <[email protected]>
Work around travis API 27 SDK checksum mismatch

See https://github.com/travis-ci/travis-ci/issues/8874.

186b49d429e462a7673f1f995397c15a7bc06d28 authored about 7 years ago by Fredrik Fornwall <[email protected]>
Bump version to 0.59

40a2775f52eb951d6309d2173a05123da58e1ba7 authored about 7 years ago by Fredrik Fornwall <[email protected]>
Do not send mouse clicks out of range (fixes #501)

f802d6001ddc63fad2004ae7903dad638bfa7faf authored about 7 years ago by Fredrik Fornwall <[email protected]>
Bump version to 0.58

50f66a12da678f1149ad145185c55b819de9b85f authored about 7 years ago by Fredrik Fornwall <[email protected]>
Set android:resizeableActivity="true"

Setting android:resizeableActivity="true" should AFAIK not be needed
as https://developer.androi...

d8e6fd21d160595d49b5561e9f1039c2569bdca4 authored about 7 years ago by Fredrik Fornwall <[email protected]>
Bump com.android.support dependencies

0964d835720a32918b80f095d12d76b53fa91774 authored about 7 years ago by Fredrik Fornwall <[email protected]>
Bump version to 0.57

cee0466dd79e41d41307155de32fba32e9e2886d authored about 7 years ago by Fredrik Fornwall <[email protected]>
Remove the fullscreen setting

Trying to use fullscreen doesn't work well in a multi-windowed world
and makes using translucent...

de4f334e24a0676aa21d577f229dfaa4f595f9a0 authored about 7 years ago by Fredrik Fornwall <[email protected]>
Update build tools in travis

ab205ae05beb742d968ddcc445d068af02878d43 authored about 7 years ago by Fredrik Fornwall <[email protected]>
Add android.max_aspect=10.0 metadata

This is needed to mark the app with

"This app is optimized to run in full screen"

when run on...

b29b24f5079ebae524acc5cb868c40a57185b758 authored about 7 years ago by Fredrik Fornwall <[email protected]>
Disable the "quick scale" gesture

Disable the default android behaviour where a double tap followed by a
swipe is interpreted as a...

b3472e9e62859ce2baaedfbc6721c75dbbe9e9fc authored about 7 years ago by Fredrik Fornwall <[email protected]>
Update build tools

ab59e0895961690d2402efaab3210b8a281f82a0 authored about 7 years ago by Fredrik Fornwall <[email protected]>
Do not clear the sessions on ACTION_STOP_SERVICE

There is no point doing so and it may cause problems with the list
adapter.

8b566485e8a034ec7a2229ed1ca82b35a42ed767 authored about 7 years ago by Fredrik Fornwall <[email protected]>
Check for null mTermSession in inputCodePoint()

231c02a0c7a627492c2c2f68f5eaac9f822557dd authored about 7 years ago by Fredrik Fornwall <[email protected]>
Add tools:ignore="AppLinkUrlError"

65f30e77ba897a2bb49a41347559a36b5dda51dd authored about 7 years ago by Fredrik Fornwall <[email protected]>
Update android support dependencies

686677ae45b2dcdbcd2539f8cf341e66a8881b19 authored about 7 years ago by Fredrik Fornwall <[email protected]>
Remove redundant cast

85037a75a6a055224ba144bd506a4be154e5c72b authored about 7 years ago by Fredrik Fornwall <[email protected]>
Update the Android Plugin for Gradle to 3.0.1

6025afc2c04d554caf73812f74878f73f40abfe1 authored about 7 years ago by Fredrik Fornwall <[email protected]>
Remove some Android Studio warnings

a4e4f767753402fc16d7008bc825e63094b98801 authored about 7 years ago by Fredrik Fornwall <[email protected]>
Bump app version to 0.56

02af113ddacd3454422f9b5124afd8b1c615a69b authored about 7 years ago by Fredrik Fornwall <[email protected]>
Configure proguard to keep line numbers

fc4ef838bfae84b403c2bf12d51ea7cfe977ccd4 authored about 7 years ago by Fredrik Fornwall <[email protected]>
Bump app version to 0.54

86bd3ca21b3ab2e42856a3dcd41ec2c897f28b3a authored about 7 years ago by Fredrik Fornwall <[email protected]>
Update gradle configuration

367398bafb07ae7b80b6dafa5550266ca3bf42f7 authored about 7 years ago by Fredrik Fornwall <[email protected]>
set default notification priority to low

since we're a foreground service, in oreo we already get a higher
priority; see
https://develope...

dd502e55f839f72407f1deddd4a8668c693334d3 authored about 7 years ago by Lauri Tirkkonen <[email protected]>
Remove outdated comment

798125ef7a6bfe0aff27e664d7a342842fecd4f4 authored about 7 years ago by Fredrik Fornwall <[email protected]>
Update .travis.yml to latest setup

5126f06e0677dfef52480e8bb85e1d0dbeb357ef authored about 7 years ago by Fredrik Fornwall <[email protected]>
Update gradle configuration

0bdbf314ef08a8a899df6303316fa1c8c9852365 authored about 7 years ago by Fredrik Fornwall <[email protected]>
Update buildToolsVersion to 27.0.1

2deb9899bdcb87c73cd95eff5eadac81076e21be authored about 7 years ago by Fredrik Fornwall <[email protected]>
Remove WakefulBroadcastReceiver usage

694ccc38c41b47fd7fa17b94ec9f10febde15bb4 authored about 7 years ago by Fredrik Fornwall <[email protected]>
Update support deps

c949940374fc6ce8e9ff78c192e344d1277d00b6 authored about 7 years ago by Fredrik Fornwall <[email protected]>
Use a notification channel on Android O

d09f70de1e0da8ab938c16b32f6afc653ddd250e authored about 7 years ago by Fredrik Fornwall <[email protected]>
Update gradle to 4.3

ac338ce2c5a773c1ce455f80fe2de81662b2d4d4 authored about 7 years ago by Fredrik Fornwall <[email protected]>
Validate file path in TermuxOpenReceiver

092a83a688416b7e3edb80f99ddb54a09fa983ee authored about 7 years ago by Fredrik Fornwall <[email protected]>
Do not scroll when below bottom margin

9e5293a08e111c6965af7ab2551513511f42dc56 authored about 7 years ago by Fredrik Fornwall <[email protected]>
Update gradle configuration

d68a0f05be11255b0a3185139be8964c88b51db0 authored about 7 years ago by Fredrik Fornwall <[email protected]>
Bump build tools version in .travis.yml

3f04a0a0d5d07ed288f047114bb9f0cce849d46d authored about 7 years ago by Fredrik Fornwall <[email protected]>
Update gradle configuration

e558f824c52d612b1ff6c66e4050865f221a117a authored about 7 years ago by Fredrik Fornwall <[email protected]>
Get rid of two android studio warnings

3533b13de81997068522b6d27a3645f2a2a6aba9 authored about 7 years ago by Fredrik Fornwall <[email protected]>
replace help url with wiki url

HELP page wiki changed to https://wiki.termux.com/wiki/Main_Page as it now has more info than ht...

8ff72ddd8be23c96e191e60bb6147e13745540b2 authored over 7 years ago by Auxilus <[email protected]>
Merge pull request #421 from sdrausty/master

Added two important links to README.md

3e05356a69fb0452df19094562384d44d1e752da authored over 7 years ago by Fredrik Fornwall <[email protected]>
Update gradle configuration

82673d3f823769ea9ff0901c2d7f10824b1a1026 authored over 7 years ago by Fredrik Fornwall <[email protected]>
Merge pull request #424 from EdwardBetts/patch-1

correct spelling mistake

f2757fdb76cd6d14ba732716e51a1b11fc6e93e0 authored over 7 years ago by Fredrik Fornwall <[email protected]>
correct spelling mistake

81fb669d0e24dc271f0d591e91684bd2946c9ea9 authored over 7 years ago by Edward Betts <[email protected]>
Commit on 20170911 at 13:23:22 and at 1505150602 in Unix time.

4a45b1b617b30472c2f83ad7c19b5780584ce206 authored over 7 years ago by S D Rausty <[email protected]>
Merge pull request #1 from termux/master

Hello

62b08b3cf15114d27331fa3d1caafc0e511dd21d authored over 7 years ago by S D Rausty <[email protected]>
Merge pull request #412 from Auxilus/patch-2

Added wiki link

1e83ea315107c36fc96204f2688b391d7c95f85a authored over 7 years ago by Fredrik Fornwall <[email protected]>
Added wiki link

9c42fdb3d6cad2443a42c185013709d4a6e0f450 authored over 7 years ago by Auxilus <[email protected]>
Update gradle to 4.1

42e3163e927c99089fcd770fd9db33dcfcda8eb2 authored over 7 years ago by Fredrik Fornwall <[email protected]>
Additional REP test

68912139f6a8c8e2527b85d676b83bea5617ccac authored over 7 years ago by Fredrik Fornwall <[email protected]>
Start supporting the REP escape sequence

edc92bbcbbc7d829caa477b2f07eb53ceabc6706 authored over 7 years ago by Fredrik Fornwall <[email protected]>
Update gradle

d7520642de8855b0c8201512e37d5a90dc5fd2c3 authored over 7 years ago by Fredrik Fornwall <[email protected]>
Update gradle config

adae111d5c421da0ebef6354abb821c18b807544 authored over 7 years ago by Fredrik Fornwall <[email protected]>
Merge pull request #301 from kzlin129/android-things-auto-launch

[Android-things] Launch TermuxActivity automatically on boot

dc9272790bb3bfb5c4c18bbef9e52fcb5540cfef authored over 7 years ago by Fredrik Fornwall <[email protected]>
Bump version to 0.53

05ea2ea2389adbe7766e9da21ffe1ae98446a293 authored over 7 years ago by Fredrik Fornwall <[email protected]>
Fix possible crash in the copy/paste/more dialog

ad293562bc065f414a1c6b73a74ab8481e405980 authored over 7 years ago by Fredrik Fornwall <[email protected]>
Ignore C1 control codes

C1 control codes are not used nowadays and just risks messing up
the terminal when they are used...

f9a565d1e03595a6bc9e5dc9fb74f941bb741687 authored over 7 years ago by Fredrik Fornwall <[email protected]>
Update AndroidManifest.xml with expanded comment

5b3909cb73b23542734b3315c9c02da7c6a15512 authored over 7 years ago by Will Lin <[email protected]>
Bump version to 0.52

7913e765d5239bac6bb8e2fe49d6811aa1a54eb2 authored over 7 years ago by Fredrik Fornwall <[email protected]>
Merge pull request #339 from bumper314/master

Add Multi Window support for Samsung devices

ed3a3269d86b4708af81836aac7c624ee31f3f53 authored over 7 years ago by Fredrik Fornwall <[email protected]>
Add Multi Window support for Samsung devices

A single meta-data entry is enough to make Termux "Multi Window" aware on supported Samsung devi...

dc3994d2cf1ddc278b510723f0b264fe4a5bb07a authored over 7 years ago by Steven Audette <[email protected]>
Update gradle config

c972377bd120c685abe508fc38f02795ecbcb01f authored over 7 years ago by Fredrik Fornwall <[email protected]>
Bump version to 0.51

d4be782c03eea8b116bdc97c71c61c4d88b21edf authored over 7 years ago by Fredrik Fornwall <[email protected]>