Skip to content

v0.1.0-rc.1

Choose a tag to compare

@kavishdevar kavishdevar released this 03 May 19:04
· 154 commits to main since this release
91675de

What's new

Big changes:

  • Easier workaround: Added XPosed backed hooking. The app can now directly hook onto the Bluetooth process without needing to replace library.
  • Head Gestures: Answer calls just by nodding
  • Improved QS Tile: Greatly improves the QS tile functionality, it can switch to the off listening mode as well. and if you chose, it can open a control center-esque window for quickly controlling conversational awareness and noise control modes without cycling through the modes.
  • Rebranding: I think it's pretty evident :)
  • Linux app: The linux app has core features implemented thanks to @tim-gromeyer, go check it out at /linux.
  • Better system integration: The app sends battery information to Android, and ASI*. It also adds a button to the volume slider that allows you to quickly change noise control modes. This may only work on non-OEM skins.

And, there's of course a lot of minor refactoring, improvements all over, and bug fixes. Still found one? Create an issue!

Note

To be able to send info the Android and ASI, the app needs BLUETOOTH_PRIVILEGED permission, which is only granted to system apps. So if you wish to do that, you can install the root module. If you are unable to use the XPosed hook, you can use the other with patch root module. (WIll be simplified soon.) might cause a boot loop, do not use until further development.

PRs

New Contributors

Full Changelog: nightly...v0.4.0-rc.1