Skip to content

Releases: kavishdevar/librepods

Nightly 5bc5079

11 May 16:50
5bc5079

Choose a tag to compare

Nightly 5bc5079 Pre-release
Pre-release
  • android: use issue template (64d233d)

Nightly d1b32d5

10 May 10:14
d1b32d5

Choose a tag to compare

Nightly d1b32d5 Pre-release
Pre-release
  • android: add permissions file to root module (d1b32d5)

Nightly 044aff7

07 May 15:52
044aff7

Choose a tag to compare

Nightly 044aff7 Pre-release
Pre-release
  • android: remove bypass button on incompatible devices (044aff7)
    The app will always show the warning if you don't have Xposed enabled and Bluetooth in the scope, there is no way to bypass the check on new installs. If you're having issues getting it to recognize xposed, please report.
  • android: check for "CP1A" on Pixel for compatibility (044aff7)

Important

The app is now available on Play store for compatible devices due to an excessive amount of negative reviews from people who don't read the warning. If you need to use Xposed for the l2cap workaround, please use the FOSS releases.

Nightly 216c97f

06 May 12:06
216c97f

Choose a tag to compare

Nightly 216c97f Pre-release
Pre-release
  • android: add CP1A.260505.005 to comptible build ids on Pixel (216c97f)

Nightly fd3774b

05 May 07:56
fd3774b

Choose a tag to compare

Nightly fd3774b Pre-release
Pre-release
  • android: bump version (fd3774b)
  • android: add convo detect broadcast (b733694)
  • android: hide reconnect when app hasn't connected once (b2ba830)
  • android: add optmized charge limit config (f08769e)

Nightly d1933c3

05 May 07:26
d1933c3

Choose a tag to compare

Nightly d1933c3 Pre-release
Pre-release

Nightly fb44f01

02 May 20:19
fb44f01

Choose a tag to compare

Nightly fb44f01 Pre-release
Pre-release
  • android: allow non-premium users to disable head gestures (#564) (fb44f01)
  • fix: sync magisk update json with current release URLs (#563) (93a93cb)
  • docs: update readme root requirements (#557) (a489829)

Nightly 845f261

30 Apr 20:41
845f261

Choose a tag to compare

Nightly 845f261 Pre-release
Pre-release
  • android: make head tracking screen scrollable (845f261)
  • android: bump version (3321bb1)
  • android: fix crash in listening mode widget when service is null (c7a5cb2)
  • android: fix media not resuming when using single AirPod (7b81411)
  • android: remove NativeBridge calls from app settings (d80f227)
  • android: use pressandhold settings when cycling modes (795bebc)

Nightly 4ef3e4d

28 Apr 12:54
4ef3e4d

Choose a tag to compare

Nightly 4ef3e4d Pre-release
Pre-release
  • android: clear root module build dir on each run (ddcf15e)
  • android: version bump (3e89d7f)
  • android: connect to audio when reconnecting to last connected device (9eb6010)
  • android: call connect to audio even if BLUETOOTH_PRIVILEGED/MODIFY_PHONE_STATE is not granted (60e865f)
  • android: fix crash on some devices not properly closing socket (629b7b9)
  • android: add disconnect button (d4ee741)
  • android: fix crash in reading call control settings (4c8b0d7)
  • android: fix adaptive audio strength slider not being flipped (e20b0f7)
  • android: catch exceptions when closing IslandWindow (b64ff1d)
  • android: fix icon size in select list (37056c6)
  • android: increase bottom padding on all screens (3a636e3)
  • android: do not log writeRaw in ATTManager if socket unavailable (136e3e8)
  • android: fix ControlCommand.parseFromBytes outofbounds crash (e39c1cf)

v0.2.5

27 Apr 05:01
v0.2.5
70f420d

Choose a tag to compare

GetItOnGooglePlay_Badge_Web_color_English

Important

The open testing is now paused, please opt out of the beta through the Play Store listing of the app.

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. If you support the project via GitHub Sponsors, please email me for a code for the in-app purchase on Play.

New Contributors