• v0.1.0-alpha.4 99acf728cf

    darksoon released this 2026-02-25 21:05:52 +01:00 | 278 commits to main since this release

    RadioWave v0.1.0-alpha.4

    Änderungen seit alpha.3 | Changes since alpha.3

    • Settings ausgebaut und Doku aktualisiert | Expand settings and update docs
    • Start-Recovery und Initial-Load entkoppelt | Decouple startup recovery and initial load
    • Playback-Start stabilisiert und Log-Overhead reduziert | Stabilize playback start and reduce log overhead
    • HTTP-Kompatibilität und Sender-Sichtbarkeit wiederhergestellt | Restore HTTP compatibility and station visibility
    • Playback loop fix + Home collector cleanup | Fix playback idle loop + dedupe home collectors
    • Unsichere Streams Toggle + HTTP Badge in Browse | Insecure streams toggle + HTTP badge in browse
    • Security Hardening: Backup/Cleartext aus + Debug-Logs gate | Disable backup/cleartext + gate debug logs
    • Browse Scroll Performance verbessert (Image/Keys) | Improve browse scroll performance
    • Favoriten UI entkoppelt und mobil optimiert | Favorites UI de-overlapped and mobile optimized
    • Roadmap aktualisiert: Android Auto nach Alpha | Update roadmap: Android Auto post-alpha
    • Website in README ergänzt | Add website to README

    Download

    • (siehe Assets) | See Assets below

    Installation

    1. APK herunterladen | Download APK
    2. "Installation aus unbekannten Quellen" aktivieren | Enable "Install from unknown sources"
    3. APK installieren | Install APK

    Version: 0.1.0-alpha.4 (versionCode: 5)

    Downloads
  • v0.1.0-alpha.3 d11c22dc32

    darksoon released this 2026-02-25 14:28:25 +01:00 | 279 commits to main since this release

    Added

    • Extended settings architecture with dedicated SettingsViewModel.
    • New settings options including insecure streams toggle and improved user controls.
    • HTTP badge/visibility improvements in browse results.

    Fixed

    • Restored HTTP stream compatibility and station visibility issues.
    • Stabilized playback start and reduced idle-loop/logging overhead.
    • Decoupled startup recovery from initial load for more reliable app start behavior.
    • Cleanup in home collectors to reduce duplicate updates.

    Improved

    • Settings screen expanded and reorganized for better UX.
    • Browse/Search flow refined (quick genres + filter behavior polish).
    • Security hardening updates (backup/cleartext/debug log gating).
    • Public roadmap/readme updates for release transparency.
    Downloads
  • v0.1.0-alpha.2 a1eb591a1e

    darksoon released this 2026-02-25 10:14:17 +01:00 | 296 commits to main since this release

    Fixed

    • Stabilized background playback with dedicated PlaybackForegroundService.
    • Improved screen-off playback behavior and lifecycle handling.
    • Kept browse search state stable when toggling favorites.

    Improved

    • Reworked browse UI with quick genre chips and collapsible filter section.
    • Updated README/support/install documentation and release-signing workflow reliability.
    Downloads
  • v0.1.0-alpha.1 26f92c716a

    darksoon released this 2026-02-25 00:38:07 +01:00 | 308 commits to main since this release

    Added

    • Initial public alpha release setup for RadioWave.
    • Manual GitHub Actions workflow for Android builds (workflow_dispatch).
    • PR CI workflow (build/lint/test on pull requests).
    • Contribution guide, issue templates, and PR template.
    • Screenshot gallery and improved project documentation in README.

    Improved

    • Home screen polished with clearer sections and denser card layout.
    • Subtle animated/glow background for improved visual quality.
    • Floating mini-player overlay with improved readability and runtime display.
    • Fullscreen player enhancements (mute/unmute, random station, previous station, live progress bar).
    • Better back handling: Android back closes player overlay first.

    Playback & Stability

    • Increased buffering and stronger network timeout/retry handling.
    • Auto-recovery on short network interruptions via network callback.
    • Background playback hardening with wake lock and Wi-Fi lock.
    • Playback stall watchdog with automatic recovery.

    Favorites & UX

    • Production-ready favorites with Room persistence.
    • Clearer favorites interaction and feedback in player/search.
    • Home play flow separated from favorites flow.

    Security/Infra

    • Added ACCESS_NETWORK_STATE permission declaration in core-player to satisfy lint and ensure network callback safety.
    Downloads