Releases: shrimqy/Sefirah-Android
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
Sefirah v1.0.1
Sefirah v1.0.0
Announcements
After four months of constant rewrites and experimentation, here it is! Now, this still isnβt what I would call perfect, but at least itβs usable. Also, the app name has been changed to "Sefirah". Why Sefirah? Well, Iβm an avid lover of LoTM (Lord of the Mysteries), plus the name itself made some sense in this context. And no, itβs definitely not because I forgot why I named the previous version the way I did.
This change also helps avoid confusion since the Windows and Android versions previously had different names.
I'd also love to thank @KaustubhPatange for his work on XClipper , his workaround for monitoring the clipboard in Android was really helpful.
Anyway, here's the actual change log.
Features:
- Android storage integration in Windows Explorer.
- Monitor and sync clipboard changes in Android automatically (enable accessibility permissions).
- Notification filtering and notifications actions.
- Receive images from Windows clipboard (enable "add received images to clipboard" preference).
- Receive bulk transfer.
- Remote notifications can now be ignored automatically if that app is active in Windows.
- Add devices and change existing device's IP.
Other changes/fixes:
- Add support for Android 15.
- Add onboarding for new users, and overhauled the Ui.
- New communication and transfer protocols with enhanced security.
- Improved device discovery and automatic reconnections.
- Fix various crashes.
- Removed Casting/Mirroring (at least for now).