Skip to content

Releases: kavishdevar/librepods

linux-v0.1.0

10 Nov 08:40
linux-v0.1.0
a01e167

Choose a tag to compare

linux-v0.1.0 Pre-release
Pre-release

v0.2.0-alpha (multi-device, accessibility features, and liquid glass)

30 Sep 20:13
v0.2.0-alpha
993ba1b

Choose a tag to compare

Important

If you downloaded the build before 04:30 UTC, October 1, please download it again if you are experiencing crashes. (Fixed compatibility issues with Magisk by calling su instead of using a full path.)

What's Changed

Android

bunch of new features, check #202 and the branch's readme

  • adds multi-device capability
  • adds accessibility features (like customizing transparency mode)
  • adds loud sound reduction option
  • adds camera control
  • adds hearing aid adjustments (not hearing test!)
  • liquid glass (just because it was easy to implement, mostly, just more rounded corners)
  • adds a bunch of settings that already should've been there in the first place, check screenshots in the branch

Linux

New Contributors

Full Changelog: v0.1.0-rc.4...v0.2.0-alpha

nightly release (f547cc1)

02 Sep 22:21
d7a96c9

Choose a tag to compare

Pre-release

Linux

  • add option to set phone MAC from app settings
  • fix random volume jumps (thanks @gheinzer!)

Android

  • add option to launch digital assistant on long press (requires 2025 beta fw)
  • fix #27 (again, thanks to @gheinzer)
  • add alternate head tracking packets for beta fw (to be manually enabled from app settings)

Auto-generated notes

What's Changed

New Contributors

Full Changelog: v0.1.0-rc.4...nightly


edit keeping this just in case anything goes wrong with newer release.

v0.1.0-rc.4

03 Jun 14:54
b8e9765

Choose a tag to compare

Features and Improvements

  • BLE Support:
    • Battery information when not connected: The app can now detect your AirPods if they're turned on to show accurate battery information even if they're not connected to Android (or linux for cross device features). This is basically what currently available apps do, but LibrePods can also decrypt the part of the BLE broadcast.
    • Automatic connections: When you receive a call, or start playing media, based on your preferences (check screenshots in README), the app will automatically connect to AirPods.
  • The app can now get all the configuration information from the AirPods, like conversation awareness, adaptive audio etc.. These settings will not be overwritten when you change them on an apple device and connect back to Android.
  • Improved the island. Improved animations, and you can now pull down to open the app and push up to dismiss.
  • Improved audio disconnection when not worn.
  • Add support for pre-A12, location permission is requestion instead of the new bluetooth permissions.

Important

A few changes were needed to support pre-A12 versions, and one of these changes requires a fresh install of the app.

  • If you have already installed the app as a system app by using the root module, you will have to flash the root module again instead of updating the app using the apk.
  • If you have not installed it as a system app, you will have to uninstall the app. Since this version gets the config data from the AirPods itself, most of your settings will stay with a notable exception of the long press to cycle between config (AirPods might not always send this).

Linux

Full Changelog: v0.1.0-rc.3...v0.1.0-rc.4

v0.1.0-rc.3

12 May 11:58
6943925

Choose a tag to compare

Features & Improvements

  • Added troubleshooter for easier log access (810a3c9)
  • Added option to maintain audio connection when none are worn (01432ce)
  • Improved conversational awareness functionality (4c73200, fixes #122)
  • Added support for listening to intents to set ANC mode for integrating with other apps(45ed8a3)
  • Separated actual battery notifications from persistent service notification (116f7dd)

Bug Fixes

  • Fixed ear detection logic when none, either, or both AirPods are worn (364a6f4)
  • Fixed MediaController fallback volume for conversational awareness (9b96218)
  • Fixed SharedPreference listener for conversational awareness customizations (42e0f48)
  • Initialized shared preference keys on first launch (06de276)
  • Fixed battery monitoring in the connected popup window (7ffcd68, fixes #117)
  • Fixed AirPods connection monitoring in UI (295c49f, fixes #118)

Other Changes

  • Updated Haze library uses (9baa3c9)
  • Added SharedPreference listeners to service (98aef13)
  • Made customizations and head tracking screens scrollable (aec9c71)
  • Added app description (51ca4c1)

Fixed Issues

  • #122: Improved conversational awareness
  • #118: Listen for AirPods connection in UI
  • #117: Listen for battery in the connected popup window

Full Changelog: v0.1.0-rc.2...v0.1.0-rc.3

v0.1.0-rc.2

08 May 18:28
d381ada

Choose a tag to compare

What's Changed

  • [Linux] Use Qt 6.4 for compatibility with Debian Stable by @eswyft in #116
  • [Android] Fix XPosed module (58dfed9)
  • [Android] Add option to switch between control center like window and cycling between modes when clicking the QS tile.

Note

The SystemUI Volume Panel hook has only been tested on stock AOSP. May or may not work on other devices. Same with the link to open LibrePods app from the android settings app. But, the icons and battery metadata should be set.

The module available in this release installs the app as a system app and grants BLUETOOTH_PRIVILEGED permission for setting metadata, that's it. If you do not need that, just stick with the plain APK. If the XPosed module doesn't work for you, you may try to use a less reliable method by installing the btl2capfix root module in available v0.0.3.

New Contributors

Full Changelog: v0.1.0-rc.1...v0.1.0-rc.2

v0.1.0-rc.1

03 May 19:04
91675de

Choose a tag to compare

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

v0.0.3-hotfix

02 Feb 06:54
ed26c4f

Choose a tag to compare

Important

Please clear the app data after installing.

I forgot to add BLUETOOTH_ADVERTISE permissions when asking for all permissions upon first launch. This permission was for CrossDevice services.

v0.0.3

29 Jan 22:22
43b98f7

Choose a tag to compare

Finally, thanks to @devnoname120, we now have an easy way to patch! Just download the module and install it from your favorite root manager app.

What's changed

  • A new dynamic island looking popup for when audio switches to AirPods, and for cross device services (final touches soon!).
  • Improved animations
  • Widgets!
    • The battery widget is completely revamped, and now matches the iOS battery widget.
    • There is now a new widget to switch noise control mode right from the home screen.
  • Customizations!
    • Now you can customize the volume to which the music will be lowered to when you start speaking, or even pause it!

Small stuff

  • Worked out the packet for customizing transparency mode (accessibility settings)
  • a WIP app for linux - try it out yourself!
  • refactored a lot of stuff so that i can understand my code a few months later :p

Contributions!

Make sure to join to the telegram channel for updates!
As always, feel free to report bugs here, or in the telegram discussion group!

New Contributors

Full Changelog: v0.0.2...v0.0.3

v0.0.2

06 Dec 17:21
be02ab1

Choose a tag to compare

A very polished Android app with lots of new features and bug fixes!

Important

Join the Telegram channel and group for testing versions!
Channel • Group

💥 Major changes

  • A popup!
    • A popup is now shown whenever AirPods are connected!
  • Battery Notification
    • Instead of having to open the app every time to check the battery, you can now get to know the battery levels of your AirPods just by glancing at the notification!
  • Better device detection!
    • The app now always runs in the background listening for bluetooth connections and automatically handshakes with the AirPods and starts receiving and manages other data like ear detection, conversational awareness, etc.
    • The app will now communicate with the AirPods even if they were already connected before opening the app.
    • And, it can also detect AirPods if the app is already open or running in the background, obviously!
    • The app would detect disconnections as well, and change the settings UI (to "No AirPods connected") as soon as the AirPods are disconnected.
  • QuickSetting Tile! I've finally fixed the QuickSetting tile to change the noise control mode.
  • Force/Manual connection
    • If the app doesn't connect to the AirPods, or crashes, or anything else were to happen rendering the app to not function as expected, you can now manually hit the refresh button (at the top of the app's settings screen, beside the AirPods' name) to manually check for any AirPods connected and communicate with them. This is the ultimate solution to many problems you may potentially face while using the apps.

Important

Enable the Display over other apps permission from the Settings app for the popup to show!

Note

The QuickSetting Tile will only allow you to change between Transparency, Adaptive, and Noise Cancellation, and not Off listening mode, but you can change to off from the app.

🎨 Other changes

  • Use a different library to blur the content behind the top app bar, improves performance.
  • The UI fetches the last saved battery information instead of waiting for AirPods to send it.
  • Made the battery icon in the app a little longer to match newer versions of iOS/iPadOS.
  • Better error-handling, enclosed most of the crash-prone code in try-catch blocks.
  • Readme Update by @SriviharReddy in #9

Warning

There are a few known bugs.

  • The app would sometimes close the connection to the AirPods itself. If it does ever happen to you, try opening the app and try to test if the AirPods are sending any data using the Debug view. If the app is not receiving data, hit the aforementioned reconnect button at the top in the settings screen.
  • The app might show null as the device name in the popup as if you haven't changed your name from the app. To fix this, just rename the AirPods by hitting the Name field in the app, even the current name works.

🐛 Found any bugs?

Create a issue, or discuss either in the Telegram discussions channel or in this release's discussion.

New Contributors

  • @SriviharReddy made their first contribution in #9. Thank you for your contribution in updating the workaround instructions in the readme! :)

Full Changelog: v0.0.1...v0.0.2