Commit Graph

20 Commits

Author SHA1 Message Date
Twaik Yont f9a9ce3167
Let Termux:X11 run without sharedUserId="com.termux" (#31)
* Let Termux:X11 run without sharedUserId="com.termux"
Make Termux:X11 start user-defined commands in Termux ($PREFIX/libexec/termux-x11/termux-startx11)
Make debug_build.yml build companion package for termux and upload it as an artifact.
Update README.md
2021-10-03 13:33:10 +03:00
dependabot[bot] f1a0c3b4bb Bump constraintlayout from 2.1.0 to 2.1.1
Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/androidx/constraintlayout/releases)
- [Commits](https://github.com/androidx/constraintlayout/commits)

---
updated-dependencies:
- dependency-name: androidx.constraintlayout:constraintlayout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-27 07:28:30 +05:30
Suhan G Paradkar cca1b0487a Bump version 2021-08-26 18:42:38 +05:30
Suhan G Paradkar 7446d74d28 Bump version 2021-08-26 18:42:38 +05:30
Suhan G Paradkar a47528d11c Bump version 2021-08-26 18:42:38 +05:30
dependabot[bot] 0e56018694 Bump constraintlayout from 2.0.4 to 2.1.0
Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.0.4 to 2.1.0.
- [Release notes](https://github.com/androidx/constraintlayout/releases)
- [Commits](https://github.com/androidx/constraintlayout/compare/2.0.4...2.1.0)

---
updated-dependencies:
- dependency-name: androidx.constraintlayout:constraintlayout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-26 18:42:38 +05:30
dependabot[bot] 78d721d96a Bump constraintlayout from 1.1.2 to 2.0.4
Bumps constraintlayout from 1.1.2 to 2.0.4.

---
updated-dependencies:
- dependency-name: androidx.constraintlayout:constraintlayout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-26 18:42:38 +05:30
dependabot[bot] 54a8c31bbd Bump runner from 1.0.2 to 1.4.0
Bumps runner from 1.0.2 to 1.4.0.

---
updated-dependencies:
- dependency-name: androidx.test:runner
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-26 18:42:38 +05:30
dependabot[bot] 47d04e25ea Bump appcompat from 1.0.2 to 1.3.1
Bumps appcompat from 1.0.2 to 1.3.1.

---
updated-dependencies:
- dependency-name: androidx.appcompat:appcompat
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-26 18:42:38 +05:30
dependabot[bot] e846b134ab Bump espresso-core from 3.0.2 to 3.4.0
Bumps espresso-core from 3.0.2 to 3.4.0.

---
updated-dependencies:
- dependency-name: androidx.test.espresso:espresso-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-26 18:42:38 +05:30
suhan_paradkar 1013b6f228 Bump version 2021-08-26 18:42:38 +05:30
suhan_paradkar fc35ce3a85 Migrate to androidx libraries
Android support libraries are no longer supported and is now replaced with androidx jetpack libraries
2021-08-26 18:42:38 +05:30
dependabot[bot] e848c8894c Bump junit from 4.12 to 4.13.2
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.2.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.2)

---
updated-dependencies:
- dependency-name: junit:junit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-26 18:42:38 +05:30
dependabot[bot] ee135b29e3 Bump constraint-layout from 1.1.3 to 2.0.4
Bumps constraint-layout from 1.1.3 to 2.0.4.

---
updated-dependencies:
- dependency-name: com.android.support.constraint:constraint-layout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-26 18:42:38 +05:30
Suhan G Paradkar 43f7256948 Bump version 2021-08-26 18:42:38 +05:30
Leonid Plyushch d13faa8924
add development keystore
Keep same signing key for all development/debug builds.
2020-03-16 13:51:59 +02:00
Leonid Plyushch 1caea5fe29
set minimal sdk version to 24
X11 repository for Android 5 is going to be completely disabled as part of
https://github.com/termux/termux-packages/issues/4467.
2019-11-10 14:26:33 +02:00
Twaik Yont 48fd564d21 New codebase rewritten from scratch in C++ (native part).
Drawing Xwl's pointer.
Hiding Android's pointer (Android N+).
Double start fix (problem after restarting application after configuration change without resetting app's native compositor).
Hardware mouse support.
2019-08-10 22:15:25 +03:00
Twaik Yont 595c00d669 Basic keyboard input with locales support 2019-07-08 18:22:08 +03:00
Twaik Yont 19e068945e Basic and buggy Android activity backend 2019-06-30 05:01:25 +03:00