Commit Graph

20 Commits

Author SHA1 Message Date
Twaik Yont
c0715b1094 Fix IDE errors with unresolved R.* symbols.
[no ci]
2024-05-22 20:59:38 +03:00
dependabot[bot]
35affb8bed
Bump androidx.annotation:annotation from 1.7.1 to 1.8.0 (#633)
Bumps androidx.annotation:annotation from 1.7.1 to 1.8.0.
[no ci]

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-16 07:42:32 +03:00
dependabot[bot]
0d57b8629e
Bump androidx.annotation:annotation from 1.7.0 to 1.7.1 [no ci]
Bumps androidx.annotation:annotation from 1.7.0 to 1.7.1.

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-17 12:55:32 +02:00
twaik
40a9ae71d7 Fixing debug message for the case if user compiles program from zip/tgz archive, not git 2023-09-19 15:53:39 +03:00
twaik
5e0f484f9d Modifying both loader and main application to print base commit to logcat 2023-09-14 09:16:13 +03:00
dependabot[bot]
c2aad6cd42
Bump androidx.annotation:annotation from 1.5.0 to 1.7.0 (#455) [no ci]
Bumps androidx.annotation:annotation from 1.5.0 to 1.7.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-08 07:26:18 +03:00
Twaik Yont
2fe35aa71f Some build process refactoring 2023-09-08 06:51:34 +03:00
twaik
593f731b7a Loader optimization 2023-08-31 11:57:16 +03:00
twaik
e96c40298f Some loader optimizations 2023-08-31 11:01:59 +03:00
Twaik Yont
5bc1dbea06 Fixes shell-loader on some devices (see #441) 2023-08-30 23:57:30 +03:00
Twaik Yont
f8c8cacab4 Fixes instantiating Context and PackageManager on some devices with heavily modified system framework (like LG and Xiaomi).
Fixes #426
2023-08-16 20:42:48 +03:00
Twaik Yont
d9cfc6e4d0 Code cleanup, fixes #382, fixes LorieView greyed out when focused 2023-07-28 12:07:38 +03:00
Twaik Yont
17ebb90fae Fixing starting as root on MIUI 2023-07-23 10:18:37 +03:00
Twaik Yont
cabd78ac65 Minor changes
Closes #390
Fixes "Update Gradle Wrapper" workflow
Hides harmless framework errors like this: `java.io.FileNotFoundException: /data/system/theme_config/theme_compatibility.xml: open failed: ENOENT (No such file or directory)` while instantiating `Context`
Making loader print errors to stdout
Making loader print error when main Termux:X11 apk is not installed with explanation where to get it.
2023-07-23 02:16:50 +03:00
Twaik Yont
a25dc29ce7 Fixes #376 2023-07-17 23:51:33 +03:00
Twaik Yont
1b76c0857a Shell loader apk must be non-installable 2023-07-16 19:10:01 +03:00
Twaik Yont
c7ec27b239 Some code refactoring, no improvements here... 2023-06-06 23:18:47 +03:00
Twaik Yont
ee2224e474
Big update. Replacing Xvfb and Xwayland with builtin X server. 2023-05-25 06:27:03 +03:00
Twaik Yont
da37e1f570
Preparing to implement X client... (#233)
* Preparing to implement X client...
* Fixing crashes after upgrading xwayland in termux packages repos. Removing delay between event and drawing cursor.
2023-02-23 00:39:28 +02:00
Twaik Yont
8e38aa670a Cursor positioning fix. Starter is moved to main apk. Implemented shell-loader which loads started dynamically from main apk to avoid version mismatches between main apk and starter. 2023-02-17 13:22:08 +02:00