Skip to content

Releases: luchfilip/Tides-WearOS

v1.1.3

Choose a tag to compare

@luchfilip luchfilip released this 09 Jun 10:05

Fixes album, playlist, and mix titles getting clipped at the edge of round watch displays — long titles are now centered and fully visible.

v1.1.2 — Full Playlist, Track & Album Pagination

Choose a tag to compare

@luchfilip luchfilip released this 08 Jun 08:50

Bug fixes

Library lists previously stopped at the first page of API results. They now load completely:

  • Playlists load fully — the saved-playlist collection follows the API cursor to the end, so playlists past the first page (including emoji-titled ones) now appear. (#1)
  • Playlist tracks load fully — playlists with more than 50 tracks now load every track, not just the first 50. (#2)
  • Albums load fully — the saved-album collection follows the cursor to the end. (#5)

Verified on a Galaxy Watch (SM-L330): a 200-track playlist and full playlist/album lists load correctly with good performance.

Full changelog: v1.1.0...v1.1.2

v1.1.0 — Offline Downloads & Playback

Choose a tag to compare

@luchfilip luchfilip released this 01 May 04:50

What's New

Full offline download and playback support for albums and playlists.

Features

  • Download albums & playlists for offline listening on Wear OS
  • Offline playback — plays from local files when no network is available
  • Storage management — configurable storage limit, per-track space checks
  • Download manager — view, delete individual collections, or clear all downloads
  • STREAM mode fallback — downloads still work when offline registration isn't supported
  • Offline-first detail screens — album/playlist metadata loads from local database when API is unreachable
  • Track duration & numbering persisted for offline display

Technical

  • WorkManager background download pipeline with DASH manifest parsing
  • Room database for track/collection state tracking
  • TrackResolver local-file-first resolution for seamless offline playback
  • Flint SDK instrumentation for ADB-based E2E testing
  • ProGuard rules for Ktor JVM management classes

Tides v1.0.1

Choose a tag to compare

@luchfilip luchfilip released this 15 Apr 18:31

Tides v1.0.1 — a small patch release.

Changes

  • New app launcher icon

Install

Download tides-v1.0.1.apk below and sideload it on your watch:

adb install tides-v1.0.1.apk

Or use Obtainium to auto-pull future releases directly from this repo.

Requirements

  • Wear OS 4.0+
  • An active Tidal subscription
  • Wi-Fi or LTE on your watch for streaming

Disclaimer

Tides is an independent, community-built project. It is not affiliated with, endorsed by, or connected to TIDAL or Block, Inc. "Tidal" is a trademark of Block, Inc.

Tides v1.0.0

Choose a tag to compare

@luchfilip luchfilip released this 15 Apr 06:52

First public release of Tides — an unofficial Tidal client for Wear OS.

Highlights

  • Browse your Tidal library (albums, playlists, mixes)
  • Stream music directly on your Wear OS watch
  • Now Playing controls with track info and artwork
  • Search tracks, albums, and playlists
  • Device Code authentication flow
  • Designed for round Wear OS displays

Install

Download tides-v1.0.0.apk below and sideload it on your watch. ADB works:

adb install tides-v1.0.0.apk

Or use Obtainium to auto-pull future releases directly from this repo.

Requirements

  • Wear OS 4.0+
  • An active Tidal subscription
  • Wi-Fi or LTE on your watch for streaming

Disclaimer

This project is not affiliated with, endorsed by, or connected to TIDAL, Block, Inc., or any of their subsidiaries. "Tidal" is a trademark of Block, Inc. Use at your own risk.

Verifying the signature

SHA-256 fingerprint (upload key):

Run apksigner verify --print-certs tides-v1.0.0.apk to confirm the APK was signed by the upload key listed in the repo.