* Add option to use WebUI X
- Added WebUI X from MMRL to KernelSU Next
* Some improvements
* Again some improvements
* Fix NPE
* Still not fixed
Use mappings from the action to decode the stacktrace
* bump mmrl
does still not work
* Works
* WORKS
* small fixes
properly send `User-Agent` and `Accept-Language` to `updateJson` server,
module developers can check `User-Agent` whether to send update to user
and set user preferred language for changelog.
also added cache to reduce update server load
/data/local/tmp is never writable for normal apps, why previously it
works is that Rust's temp_dir() gets path from env, and since A13,
TMPDIR is set to app's cache dir. This is not the case for A12, so it
breaks. Fix it by set TMPDIR ourselves.