agnostic-apollo
agnostic-apollo
The images are way too big and taking lot of space. And `README` is gonna get truncated when things are moved to docs. The UI pictures of different views would...
@gascs You will get banned for being abusive.
@WMCBTech Check https://github.com/termux/termux-packages/pull/11250#issuecomment-1203850944
>Unable to truncate to 9232379236109516800 All you need is 8200petabytes of disk storage, is that so much to ask? The error seems to be from https://github.com/Debian/apt/blob/2d87af57ea52cb37c60103abb6468e0ad44864ff/methods/http.cc#L1017 https://github.com/Debian/apt/blob/2d87af57ea52cb37c60103abb6468e0ad44864ff/methods/basehttp.cc#L474 https://github.com/Debian/apt/blob/2d87af57ea52cb37c60103abb6468e0ad44864ff/methods/basehttp.cc#L296 https://github.com/Debian/apt/blob/2d87af57ea52cb37c60103abb6468e0ad44864ff/apt-pkg/contrib/fileutl.cc#L2375 There...
Yeah, signature level permission and `am` way can be useful. Not all plugins require direct access to termux files and `sharedUserId`. And `sharedUserId` may be phased out in some future...
If you plan on working on it, I can try to work on the fixes/changes today. Need it for `termux-api` anyways. Apologies for the delays again.
>add a com.termux.app signature permission to Termux Not necessary really. A function like [`TermuxUtils.isTermuxAppInstalled()`](https://github.com/termux/termux-app/blob/master/termux-shared/src/main/java/com/termux/shared/termux/TermuxUtils.java#L128) could be added with an additional check for signature matching. Moreover, permissions should start with `com.termux.permission.*`...
>The socket is for a program in Termux to connect to a plugin, not the other way around. The program runs as the Termux uid and can access the socket....
I will get back to you guys after the bootstrap scripts fixes/updates. Again, apologies for the delays.
Some changes are required and I need to look more into it. I am working on other higher priority stuff for next release, will get to it soon "hopefully".