agnostic-apollo
agnostic-apollo
@gnomon- Hi, thanks for the offer, most of the changes are local that I need to sort through myself, there are like 5 repos that need to be updated before...
Hey, thanks a lot for the kind words. Glad it makes your life better in some way. If I remember, I will ping you when I push.
Thanks for implementing this. Looks good and clean overall, but its too big to review or merge at this time by me, lot of things would need to be looked...
May be possible to re-add conditional support for some APIs when termux-api app is rewritten, but not a priority.
Issue is about resources. There are a gazillion things in my to-do list that are far more important than spending significant time on android 5/6 support, specifically considering that Android...
Currently, no support for this, but is planned for future. Activities can start other activities with [`startActivityForResult()`](https://developer.android.com/reference/android/app/Activity#startActivityForResult(android.content.Intent,%20int,%20android.os.Bundle)) and then when target activity finishes, they get a call back in [`onActivityResult()`](https://developer.android.com/reference/android/app/Activity#onActivityResult(int,%20int,%20android.content.Intent))...
Would need to run with `adb` or `su`, but don't do that now if you still don't have internet access. Instead first run following commands and rename `output.txt` file to...
Check #4125. Users using GitHub action builds should test and report so that it can be merged.
Welcome. Should be available in next beta at least.
Master branch is where everything gets pushed for final release, beta branches pick and patch commits from master branch before release.