Releases: dimadesu/bond-bunny
v1.8.1
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
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