Twaik Yont
Twaik Yont
About that. I have no much time but I have already ported jekstrand's sources which will allow us to use Wayland in `termux:app`. But wayland is asynchronous protocol so we...
> That's not gonna work. You can't send ParcelFileDescriptor in intents. I already achieved this in Lorie. It is true that it is impossible to send fd using intent, but...
Looks like there are no options. 1. Wayland is good. It supports Unix socket, file descriptor exchange, resource management and code generation. There is some unofficial Java binding (including code...
I have some notes about using Java in C/C++ apps. https://github.com/termux/termux-packages/discussions/9100#discussioncomment-2715479 I hope it will work.
Hi guys. After updating my phone to Android 12 `termux-x11` fails to send activity intents and even when I am sending broadcast intents I am failig to retrieve `ParcelFileDescriptor`'s (I...
Maybe I can help with it?
I am not good enough to review something from a security perspective... But can test something if you need.
So what is happening? Can it be merged or it still should be reviewed?
@agnostic-apollo Can you please make a few changes to `termux-shared`? It would be cool to have some function which will tell us if `allow-external-apps` is enabled and/or read `termux.properties` without...
@agnostic-apollo I know about copying `termux.properties` to my own app directories but can you please make it open directly through `ContentResolver` if it can not be opened through `File`? `java.util.Properties.load()`...