Skip to content

Releases: kavishdevar/librepods

v0.2.5

27 Apr 05:01
v0.2.5
70f420d

Choose a tag to compare

Note

Install the .zip files in your root manager app if you want to grant the app BLUETOOTH_PRIVILEGED and MODIFY_PHONE_STATE permissions to allow the app to

  • Disable audio output when no AirPods are worn
  • Set Metadata like icon and battery status to make it available in system settings/widget

GetItOnGooglePlay_Badge_Web_color_English

What's changed

  • Fix bypass on Pixel devices running an older version of Android 16 (#543)
  • Skip compatibility check when Bluetooth is in Xposed scope
  • Redesign confirmation dialogs
  • Fix text color in email form

Full Changelog: v0.2.3...v0.2.5


Some features on Play require an in-app purchase. The following features are free on Play:
- Battery status
- Ear detection
- Changing Listening Mode
- Press and Hold listening mode customization

However, all builds released here will have all features available for free.

New Contributors

Nightly 70f420d

27 Apr 04:55
70f420d

Choose a tag to compare

Nightly 70f420d Pre-release
Pre-release
  • android: fix text color in email bottom sheet (70f420d)

Nightly 23193ce

27 Apr 04:46
23193ce

Choose a tag to compare

Nightly 23193ce Pre-release
Pre-release
  • android: load native hook from split apks when base fails (23193ce)

Nightly cb246d1

26 Apr 12:09
cb246d1

Choose a tag to compare

Nightly cb246d1 Pre-release
Pre-release
  • android: update dialog and add app info to incompatible page (cb246d1)
  • android: fix bypass on pixels on older A16 version; also check Xposed scope for compatibility (95cd677)
  • ci: use latest release tag for changelog (0d049d9)

Nightly 469d948

25 Apr 23:39
469d948

Choose a tag to compare

Nightly 469d948 Pre-release
Pre-release
  • android: add xposed check and email form (469d948)
  • android: fix bypass_device_check.v2 being silently ignored (#543) (bf09300)

v0.2.3

24 Apr 16:14
v0.2.3
8b24ac4

Choose a tag to compare

Note

Install the .zip files in your root manager app if you want to grant the app BLUETOOTH_PRIVILEGED and MODIFY_PHONE_STATE permissions to allow the app to

  • Disable audio output when no AirPods are worn
  • Set Metadata like icon and battery status to make it available in system settings/widget

GetItOnGooglePlay_Badge_Web_color_English

What's changed

  • Fixed Xposed module in release builds (exclude it from R8 stripping)
  • Added a more detailed description when phone is not supported (the app will ask for confirmation again)
  • Hide upgrade button when first connection over AACP has not succeeded
  • Fix ATT for Android 16 QPR3 and above
  • Check for Android 16+ on OnePlus and Oppo devices
  • Added back setting metadata

Some features on Play require an in-app purchase. The following features are free on Play:
- Battery status
- Ear detection
- Changing Listening Mode
- Press and Hold listening mode customization

However, all builds released here will have all features available for free.

v0.2.0

22 Apr 19:42
8f9a043

Choose a tag to compare

GetItOnGooglePlay_Badge_Web_color_English

What's changed

  • Fixed all stability issues with v0.2.0-alpha.x releases
  • Support xposed api v101
  • Added back VendorID hook toggle in app's settings

Some features on Play require an in-app purchase. The following features are free on Play:
- Battery status
- Ear detection
- Changing Listening Mode
- Press and Hold listening mode customization

However, all builds released here will have all features available for free.

Note

Signing keys changed, you will have to uninstall the app first.

v0.2.0-alpha.2

29 Mar 11:47
04ef891

Choose a tag to compare

  • removed dependency on radare2
  • added A16 QPR3 BluetoothSocket constructor

Important

  • pick the no-di-hook apk if you have connectivity issues with the normal one or if you are using A17 Beta 3+ which doesn't need root for basic stuff
  • v0.2.0 might not be stable, I've also added a build of the older version (v0.1.0) with the new constructor

yes, I know, the releases aren't exactly easy to understand, but I had to make a release because google keeps on changing the constructor breaking the app on newer versions of Android.

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