Releases: shrimqy/Sefirah-Android
v1.1.3
Changes
- Add command buttons; includes lock, hibernate, logout, restart and shutdown. You can also add a timer/delay by long-clicking the button. (939a860)
(If you have any suggestions, add them here #25) - Fix the media card Ui and remove the out-of-place elevation for some card composables (4ac0034, a993b7c)
- Avoid crashing if there are no audio devices (d7932d9)
- Fix backup device discovery method not working (32ca814)
Full Changelog: v1.1.2...v1.1.3
v1.1.2
Changes
- Update homescreen Ui
- More flexible media playback control; Seeking and switching between playback sessions
- Added multiple audio device controls
- Refactor a bit so that the desktop app doesn't crash on some edge cases
- Notifies if an update is available on startup
Full Changelog: v1.1.1...v1.1.2
v1.1.1
Changes
- Sort the app list before sending (f7b045d)
- Send relevant contact information (if present) with the text messages (b0623ab)
- Small refactor (79180bb)
- Fix sms preference not working (ef8c413)
- Add Chinese-Simplified Translation & change hard-coded string in toast message by @WeiguangTWK
Full Changelog: v1.1.0...v1.1.1
v1.1.0 - Seer
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
v1.0.7
Changes
- Fix an issue with onboarding page not loading for new users which caused crashes when pairing [#21]
Note
There seems to be some issue with discovery and connectivity (again), although it is one of the few edge cases, it would mostly still work. I will fix them shortly in the next update.
Full Changelog: v1.0.6...v1.0.7
v1.0.6
Changes
- Fix network discovery (udp client was broken in the last update)
- Add support for devices outside of the local network
- Update all the ports used
Full Changelog: v1.0.5...v1.0.6
Sefirah v1.0.5
Changes
- Reduce apk size (65ebed4, 65ebed4)
- Fix duplicate clipboard detection (6e2e03e)
- Implement clipboard sharing via sharesheet (b628cc4)
- Implement renaming Android devices (9d3170e)
- Fix an issue where it would cause crashes if Notification listener is not connected [#19] (e56ca39)
- Start UDP listener when auto-discovery preference is true even if location permission hasn't been granted (3e92ad8)
- Fix an issue where the listener won't stop even after connecting to the device (3e92ad8)
- Remove redundant permissions (5be7387)
Edit
There is a bit of a problem with network discovery and auto discovery, I will fix it soon.
Full Changelog: v1.0.4...v1.0.5
Sefirah 1.0.4
Changes
- Fix plausible crash on older Android devices during discovery [#19] (c763a1e)
- Fix crash due to Wallpaper size being too big on older devices [#18] (f7ce350)
Note
This is mainly a hotfix addressing compatibility issues on older devices
Make sure the Windows App version is 1.0.1
Full Changelog: v1.0.3...v1.0.4
Sefirah v1.0.3
Changes
- Added the ability to change the ringer mode of the Phone from Windows
- Added Japanese translations thanks to @reindex-ot
- Fixed "Storage Access" preference not working as intended (Disable this preference if you encounter crashes after pairing)
New Contributors
- @reindex-ot made their first contribution in #15
Note: Update the Windows App to 1.0.1
Full Changelog: v1.0.2...v1.0.3
Sefirah v1.0.2
Changes
- Change hardcoded strings with stringResource for translations (bb9f15e)
Fixes
- Fix Android compatibility crashes [#9] (96310eb)
- Fix and Improve App list retrieval, which was causing crashes (8bc7eb3)
- Implement shared state management and navigation fixes (362f74a)
Other
- Enable core library desugaring (ed1ff6b)
Full Changelog: v1.0.1...v1.0.2