Changes
- Added SMS texting support (9b1c7c3)
- Allow opening apps through notifications directly (Mainly for starting apps through scrcpy and probably wouldn't work outside of this use case due to Android restrictions most of the time) (9e342a6)
- Fixed an issue where clipboard detection would still be active even if disconnected #27 (2218a87)
- Fixed a few issues with network connectivity and discovery (60f07cf, b380f70)
Note
If you're unable to install it, turn off Play Protect from Play Store settings.
SMS Texting
Thanks a lot to @klinker41 for the android-smsmms and @sredman for the modified version. The base code for the Android is mostly from the works of @sredman and @anikket786 of the KDE Connect team, which I then edited to work with Sefirah's protocol.
Ps. The current implementation is not that optimized and needs more refactoring but this will work for now.
Full Changelog: v1.0.7...v1.1.0