Releases: d4rken/RxShell
Releases · d4rken/RxShell
RxJava3
Improved debugging
- Updated dependencies
- Fixed duplicate logging
- Added a global callback for process creation and death
v1.0.8
v1.0.7
v1.0.6
v1.0.5
v1.0.4
SuBinary path
- The internal matching map for su binaries is now publicly accessible
- The su binary path is determined
Improved error behavior
Cmd.execute(...)
now respects buffer and processor settings on the command, even in error cases.
Root related improvements
- Detection for type
GenyMotion
. - Better differentiation between root type
NONE
andUNKNOWN
. - Offer raw output in any case where su output
>0
or typeUNKNOWN
. - When using context switch with
SuperSU
, sanitize the passed command string. - Example app layout fixes.