Releases: c0dev0id/androsnd
Releases · c0dev0id/androsnd
Release list
v0.0.37
v0.0.33
What's Changed
- Add update check button to settings pane by @c0dev0id in #111
- Improve update mechanism: auto-detect dev builds, always allow update by @c0dev0id in #112
- Enable code minification and signing in release builds by @c0dev0id in #114
- Clear playlist on new folder load and show scan progress by @c0dev0id in #115
Full Changelog: v0.0.32...v0.0.33
Development Build
Automated development build from commit 328b44e on main.
This is a pre-release snapshot — not intended for production use.
v0.0.25
v0.0.18
What's Changed
- Fix album cover not shown in media notification by @c0dev0id in #47
- Fix album cover display in media notifications and external clients by @c0dev0id in #48
- Fix media session album art via ContentProvider and URI-based keys by @c0dev0id in #49
- Fix stale MediaSession metadata on play() resume and notification title mismatch by @Copilot in #50
- Fix bitmap memory leaks and full-resolution decode spikes in MusicService by @Copilot in #51
- Theme redesign: dark charcoal + orange with glove-friendly touch targets by @Copilot in #52
- Fix Bitmap.Config nullable type mismatch in scaleBitmapForSession by @Copilot in #53
- Migrate MusicService to MediaBrowserServiceCompat for external support by @c0dev0id in #54
- Implement button playback states and accent color picker features by @c0dev0id in #55
- Replace full-library media session queue with 2-item current+next queue by @c0dev0id in #56
- Rename package from com.androsnd to de.codevoid.androsnd by @c0dev0id in #57
- Add portrait mode support with orientation-specific layouts by @c0dev0id in #58
- Configure build workflow to trigger on labeled PRs only by @c0dev0id in #59
- Apply annotated UI improvements to music player by @c0dev0id in #60
- Move select folder button from main toolbar to settings dialog by @c0dev0id in #61
- Fix status bar overlap by applying top inset to content area by @c0dev0id in #62
- Update settings overlay preview with realistic demo content and fade-out by @c0dev0id in #63
- Round album art corners and enhance track highlight appearance by @c0dev0id in #64
- Animate highlight transitions for buttons and playlist items by @c0dev0id in #65
- Fix demo overlay dismissed by touch events during settings by @c0dev0id in #66
- Improve settings dialog UI visibility by @c0dev0id in #67
- Fix playlist highlight glitches caused by leaking ValueAnimator by @c0dev0id in #68
- Make settings dialog draggable via title bar by @c0dev0id in #70
- Sync overlay size slider with live pinch-to-resize gesture by @c0dev0id in #69
- Replace manual button animations with built-in Material ripple by @c0dev0id in #71
- Add toggle to enable/disable double-tap actions and improve settings … by @c0dev0id in #72
- Replace settings dialog with inline settings panel by @c0dev0id in #73
- Implement D-pad navigation and remote control key mapping by @c0dev0id in #74
- Fix JVM signature clash in PlaylistAdapter by @c0dev0id in #75
- Fix MissingSuperCall lint error in onBackPressed by @c0dev0id in #76
- Fix remote DPAD navigation and add accelerating key repeat by @c0dev0id in #77
- Add remote key mapping wizard with preset support by @c0dev0id in #78
- Simplify remote presets to DMD Remote 2 + Custom only by @c0dev0id in #79
- Remove long press switch-to-prev-app and all double tap functionality by @c0dev0id in #80
- Redesign remote controls: two-zone nav, seek on left/right, vol display by @c0dev0id in #81
- Fix startup crash: initialize presetManager before setupSettingsPanel by @c0dev0id in #82
- Improve key mapping wizard UX by @c0dev0id in #83
Full Changelog: v0.0.17...v0.0.18
v0.0.17
Show overlay with demo content while settings screen is open (#46)