-
Notifications
You must be signed in to change notification settings - Fork 1
Comparing changes
Open a pull request
base repository: dimadesu/bond-bunny
base: v1.3.1
head repository: dimadesu/bond-bunny
compare: v1.4.0
- 11 commits
- 13 files changed
- 2 contributors
Commits on Nov 8, 2025
-
Disable settings button when main button says "stop service"
Line 122 calls updateNativeSrtlaUI() which will now set the initial button state correctly when the app starts. Yes, that's it! The single change is sufficient because: ✅ updateNativeSrtlaUI() is the central place where the UI state is updated ✅ It's called in onCreate() for initial state ✅ It's called in onResume() when returning to the activity ✅ It's called after starting/stopping the service ✅ It's called from the broadcast receiver when state changes ✅ The button's click listener is standard and respects the enabled/disabled state The button will automatically be disabled/enabled in all scenarios! 🎯
Configuration menu - View commit details
-
Copy full SHA for ef9a58b - Browse repository at this point
Copy the full SHA ef9a58bView commit details -
Merge pull request #56 from dimadesu/disable-settings-button
Disable settings button when main button says "stop service"
Configuration menu - View commit details
-
Copy full SHA for 6ab389f - Browse repository at this point
Copy the full SHA 6ab389fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b1223e7 - Browse repository at this point
Copy the full SHA b1223e7View commit details -
Merge pull request #57 from dimadesu/windows-explain
Explain "connection windows" in About screen
Configuration menu - View commit details
-
Copy full SHA for 91823cf - Browse repository at this point
Copy the full SHA 91823cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2be0d76 - Browse repository at this point
Copy the full SHA 2be0d76View commit details -
Merge pull request #58 from dimadesu/rename-java-package
Rename package to com.dimadesu.bondbunny
Configuration menu - View commit details
-
Copy full SHA for d3a59e5 - Browse repository at this point
Copy the full SHA d3a59e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87b3ccf - Browse repository at this point
Copy the full SHA 87b3ccfView commit details -
I've simplified the logic and removed the confusing "Connected (loadi…
…ng stats...)" state. Now the flow is: If retrying → "🔄 Reconnecting... (attempt N)" If we have stats → Display the actual connection stats If not connected and no stats → "Connecting to SRTLA receiver..." Otherwise (any ambiguous state) → "Waiting for connection data..." This removes the misleading "Connected" message that appeared when the connection had just dropped but the flag hadn't updated yet. The new fallback "Waiting for connection data..." is more neutral and accurate for those brief transitional moments.
Configuration menu - View commit details
-
Copy full SHA for ab81da8 - Browse repository at this point
Copy the full SHA ab81da8View commit details -
Merge pull request #59 from dimadesu/status-in-ui-main-screen-polish
Make service status texts in UI more consistent
Configuration menu - View commit details
-
Copy full SHA for 0111e7c - Browse repository at this point
Copy the full SHA 0111e7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7be6473 - Browse repository at this point
Copy the full SHA 7be6473View commit details -
Merge pull request #60 from dimadesu/version-bump
Bump version to 1.4.0
Configuration menu - View commit details
-
Copy full SHA for 37e3009 - Browse repository at this point
Copy the full SHA 37e3009View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.3.1...v1.4.0