Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dimadesu/bond-bunny
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.1
Choose a base ref
...
head repository: dimadesu/bond-bunny
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.0
Choose a head ref
  • 11 commits
  • 13 files changed
  • 2 contributors

Commits on Nov 8, 2025

  1. 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! 🎯
    dimadesu committed Nov 8, 2025
    Configuration menu
    Copy the full SHA
    ef9a58b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #56 from dimadesu/disable-settings-button

    Disable settings button when main button says "stop service"
    dimadesu authored Nov 8, 2025
    Configuration menu
    Copy the full SHA
    6ab389f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1223e7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #57 from dimadesu/windows-explain

    Explain "connection windows" in About screen
    dimadesu authored Nov 8, 2025
    Configuration menu
    Copy the full SHA
    91823cf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2be0d76 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #58 from dimadesu/rename-java-package

    Rename package to com.dimadesu.bondbunny
    dimadesu authored Nov 8, 2025
    Configuration menu
    Copy the full SHA
    d3a59e5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    87b3ccf View commit details
    Browse the repository at this point in the history
  8. 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.
    dimadesu committed Nov 8, 2025
    Configuration menu
    Copy the full SHA
    ab81da8 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #59 from dimadesu/status-in-ui-main-screen-polish

    Make service status texts in UI more consistent
    dimadesu authored Nov 8, 2025
    Configuration menu
    Copy the full SHA
    0111e7c View commit details
    Browse the repository at this point in the history
  10. Bump version to 1.4.0

    dimadesu committed Nov 8, 2025
    Configuration menu
    Copy the full SHA
    7be6473 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #60 from dimadesu/version-bump

    Bump version to 1.4.0
    dimadesu authored Nov 8, 2025
    Configuration menu
    Copy the full SHA
    37e3009 View commit details
    Browse the repository at this point in the history
Loading