Skip to content

Releases: dimadesu/bond-bunny

v1.8.1

15 Nov 11:23
836ea2f

Choose a tag to compare

Further refined detection of cellular connection on Samsung S23 FE and similar. Seems to work pretty good now.

I think newer phones might resist sharing IP for cellular connection. I added a way to force it. Even when that doesn't work app creates a made-up IP and binds to the interface - that seems to work too.

In case people still have issues with this I added a section to About screen suggesting a couple of solutions.

  • Fix when toggling mobile data off and on app wasn't detecting cellular connection on Samsung S23 FE and similar #78
  • Add section to About screen detailing solutions to cellular connection detection when Wi-Fi is active #79

Full Changelog: v1.8.0...v1.8.1

v1.8.0

15 Nov 06:07
3627b75

Choose a tag to compare

Fix cellular connection wasn't detected on Samsung S23 FE and probably other similar phones #76

There were two issues.

One issue I fixed in the code. App couldn't get cellular IP address the usual way (via LinkProperties, possibly access is restricted on newer phones), so I did a trick that forces phone to reveal the real IP.

Second issue is some phones can turn off mobile data when Wi-Fi is active.
I recommend starting with cellular only first, then enable Wi-Fi - that seems to help Bond Bunny to use them both.

Another fix for 2nd issue is to go to phone's "Developer options" > toggle ON "Mobile data always active" "Always keep mobile data active, even when Wi-Fi is active (for fast network switching)."

Full Changelog: v1.7.3...v1.8.0

v1.7.3

10 Nov 11:06
a5a2d63

Choose a tag to compare

  • Attempt to fix UI shows "Waiting for connection data..." instead of connection stats #74

Full Changelog: v1.7.2...v1.7.3

v1.7.2

09 Nov 10:22
f732ac4

Choose a tag to compare

  • Return packets in-flight value if received an ACK in the last 5 seconds, otherwise return zero #72

Full Changelog: v1.7.1...v1.7.2

v1.7.1

09 Nov 09:36
3776fe4

Choose a tag to compare

  • Return RTT value if received an ACK in the last 5 seconds, otherwise return N/A #70

Full Changelog: v1.7.0...v1.7.1

v1.7.0

09 Nov 03:34
3c7ae1e

Choose a tag to compare

  • Handle the case when users can rapidly tap start/stop service button #67
  • Check hostname and show UI error if it cannot be resolved #68
  • Version bump to 1.7.0 #69

Full Changelog: v1.6.0...v1.7.0

v1.6.0

09 Nov 02:07
e1ae0a9

Choose a tag to compare

  • Track smoothed RTT per connection #63
  • Render "Total bitrate" as 2 decimal points to be similar to bitrate per connection #64
  • Fix percentages do not add up to 100% #65
  • Bump version to 1.6.0 #66

Full Changelog: v1.5.0...v1.6.0

v1.5.0

09 Nov 00:55
2e6a97a

Choose a tag to compare

  • Major cleanup of the SRT URL Builder screen #61

Full Changelog: v1.4.0...v1.5.0

v1.4.0

08 Nov 10:46
37e3009

Choose a tag to compare

  • Disable settings button when main button says "stop service" #56
  • Explain what "connection windows" are in About screen #57
  • Rename package to com.dimadesu.bondbunny #58
  • Make service status texts in UI more consistent #59
  • Bump version to 1.4.0 #60

Full Changelog: v1.3.1...v1.4.0

v1.3.1

08 Nov 01:55
600d3bc

Choose a tag to compare

  • Second attempt to fix UI shows reconnect mode when app is connected and works fine #55
  • Update README: screenshot + minor edits #54

Full Changelog: v1.3.0...v1.3.1