github chrisuthe/SendSpinDroid v1.0.20

latest releases: dev-latest, v1.0.25, v1.0.24...
17 hours ago

Bug Fixes

Fixed: Playback freezes when tapping notification or rotating device

When tapping the media notification to open the player, or rotating the device, the UI would appear frozen/stuck, requiring a disconnect and reconnect to fix.

Root cause: Missing lifecycle methods and activity recreating on configuration changes.

Fix:

  • Added onResume() and onNewIntent() lifecycle methods to re-sync UI state
  • Added configChanges attribute to prevent activity recreation on rotation
  • Added launchMode="singleTop" to ensure notification tap reuses existing activity
  • Enhanced syncUIWithPlayerState() to restore the now playing view when reconnecting

Testing

  • ✅ Tap notification while playing → App opens with correct play/pause state
  • ✅ Rotate device → Playback continues, UI stays on now playing view
  • ✅ Background/foreground the app → UI state remains synchronized

Don't miss a new SendSpinDroid release

NewReleases is sending notifications on new releases.