Run Android InputService independently
Android fix
Update ru.rs
Translation of README.md into Persian
Updat README files to include link to the README-FA.md Signed-off-by: planetzcitizen <3522081+planetzcitizen@users.noreply.github.com>
Update README.md to include link to the README-FA.md.
Translated README.md to Farsi.
Create LICENCE
fix some issues in Czech translation
add slovak translation
Add link pointing to README-CS.md into README.md
Add Czech translation of README
better_linux_run_cmds: run cmds without creating tmp files
Signed-off-by: fufesou <shuanglongchen@yeah.net>
Add Czech localization to application
fix_deadlock_general_service
Minor fixes to Italian translation
--release instead of ---release
Add label for feature request
Strip release binary via Rust toolchain
Add pynput installation section to README
Remove `remote.rs` static mut booleans unsafe code, by using AtomicBool
As of Rust 1.59, full stripping support has been added (see https://blog.rust-lang.org/2022/02/24/Rust-1.59.0.html#creating-stripped-binaries).
Prevents flooding the server log with warnings. Closes #591.