prep for v2.0.0
fix: improve fallback artist extraction from runs
Merge branch 'main' of https://github.com/greenbugx/Hongeet into dev/v1.8.1
UPDATED
ADD: LyricsPlus API, word-sync highlighting, LyricsService dedup, _looksLikeLrc helper, YTM artist cleaner, terminal debug logs UPDATE: lyrics fallback chain to 3-tier, DesktopLyricsPane to StatefulWidget, wordLines sort order FIX: duplicate API calls from mobile and desktop, plainLyrics LRC not detected as synced, artist field showing bullet dot and album from YTM
UPDATED
UPDATED
feat: windows version 1.8
UPDATE: redesigned 2x2 and 4x2 widgets; ADD: new circular widget
Merge branch 'main' of https://github.com/greenbugx/Hongeet into experimental/discordRPC
updated
ADD: Discord Rich Presence via headless-sessions API with PKCE OAuth, Android App Links with assetlinks.json for greenbugx.github.io, Listen on Hongeet + View on GitHub buttons in Discord presence;
removed assetlinks
fix: typo & changed file type to .yml
added App links for greenbugx.github.io/Hongeet
updated
updated metadata and README.md
updated banner
UPDATE: SECURITY.md & version.json
FIX: initialize Settings seed color picker sliders from ARGB byte channels (0..255) instead of normalized doubles, artist parser now splits on and/with and spaced x only, preserving one-letter names like 'X Ambassadors'
removed unused cupertino_icons
ADD: Material 3 responsive UI revamp, right-side quick switcher, and new artist profile screen with Top Songs + Albums + Singles/EPs; UPDATE: Theme system to dynamic seed-color theming (glass removed), search flow to include Albums section, and full player artist tap to support multi-artist picker navigation; FIX: Mini-player/navigation overlap issues, duplicate Quick Picks song heading, artist profile load failures, unknown artist labels in artist release song flows
added assets/ to ignore
updated
updated metadata
fix artifact name
fixed output for flavor
trigger check workflow on pull_request to main
UPDATED metadata for v1.6.0+17
UPDATED metadata for v1.6.0+17
UPDATED
UPDATED metadata for v1.6.0+17
UPDATED metadata for v1.6.0+17
Merge branch 'main' of https://github.com/greenbugx/Hongeet into feat/lyrics
UPDATE: add Android product flavors (github/izzy) with flavor-aware distribution channel and first-start update-check gating; ADD: release workflow split outputs with izzy arm64-only build and separate Release-Izzy artifact upload
TEST
UPDATE: restyled Android music widgets (2x2/4x2) with cleaner glass UI, rounded+blurred art, and tuned controls/progress/typography; FIX:mini-player/nav overlap, and bottom-nav size inconsistency between gesture and button navigation; ADD: dual widget providers, media-session synced controls/progress, and new widget layouts/drawables/resources
FIX: harden downloads/local/chart parsing paths;UPDATE: make downloaded songs scan async-safe with graceful failure handling and normalize chart subtitle artist-split separators;ADD: consistent ASCII truncation suffix (...) for local audio display names
ADD: stable ThemeProvider-focused widget tests using mocked SharedPreferences
UPDATE: refine home_screen.dart mini-player keyboard behavior and rework lrclib_api.dart lookup/scoring pipeline;FIX: prevent mini player from moving upward or leaving blank keyboard gaps and improve lyric match accuracy with deduped candidates;ADD: persisted on-disk lyrics cache, richer query variants, and token-overlap based ranking in LRCLib fetching.
FIX: prevent double keyboard inset on Positioned widget
FIX: _titleVariants now extracts the non-Latin portion separately; ADD: _trySearchBroad for broad fallback search when filtered LRCLib queries return no results
moved the Column to AnimatedBuilder's child parameter
version bump -> v1.6.0+17
feat: added lyrics support, both synced & unsynced from LRCLib; UPDATE: bump version -> v1.6.0+17;
feat: added lyrics support, both synced & unsynced from LRCLib; UPDATE: bump version -> v1.6.0+17;
updated
bump version -> v1.6.0+17
feat: added lyrics support, both synced & unsynced from LRCLib; UPDATE: bump version -> v1.6.0+17;
updated
bump version -> v1.6.0+17
feat: added lyrics support, both synced & unsynced from LRCLib; UPDATE: bump version -> v1.6.0+17;
UPDATED
FIX: Remove duplicate _notifyQueueChanged call on non-current-song queue removal to prevent redundant UI rebuilds, move wasCurrentSong queue notification after player stop for correct UI state during track transition
Merge branch 'main' of https://github.com/greenbugx/Hongeet into fix/v1.5-bugfixes
Added SECURITY.md to ignore
UPDATED
ADDED SF BADGES
Merge branch 'main' of https://github.com/greenbugx/Hongeet
UPDATED README.md
UPDATES: tuned feed cache strategy (Quick Picks 1h, Trending Albums 20m) | FIX: New Releases fallback artist parsing to reduce UNKNOWN metadata
Merge branch 'main' of https://github.com/greenbugx/Hongeet into fix/v1.5-bugfixes
Merge branch 'main' of https://github.com/greenbugx/Hongeet
FIXED LINKS
updated version.json
UPDATE v1.5.1+16
UPDATED CHANGELOG.md for v1.5.1+16
UPDATES: smooth-mode performance tuning for full player/search | FIX: dynamic queue stability + duplicate/noisy track filtering + playlist create crash
Some code cleanup
UPDATES: dynamic queue top-up tuned to keep Up Next filled | FIX: duplicate/noisy YT fallback tracks filtered better + subscription lifecycle cleanup | ADDED: stricter YT-only dynamic queue path;
TEST
updated
removed static/ folder
stop tracking static fonts
removed static/ folder
sync youtube api + thumbnail utils with chart/search features
resolved conflicts
resolved conflicts
Merge branch 'youtube-unstable'
build 15
updated data in json files
update assets & fastland metadata
version bump -> v1.5.0+15
version bump -> v1.5.0+15
update for v1.5.0+15
UPDATED README.md
FIX: added dedicated controllers to both Charts & Trending Albums wired with unique PageStorageKey and added proper disposal
FIX: mini-player offset per device inset and refine Samsung/non-Samsung bottom-nav spacing
FIX: Samsung UI insets, stabilize mini-player/nav layout and make playlist sheet fully portrait-safe
UPDATED metadata
update version-dev.json for TEST
removed creation of releases
metadata update for v1.5.0+15
ADD: IzzyOnDroid Badge & IzzyOnDroid Monthly Downloads shield
ADD: IzzyOnDroid Badge & IzzyOnDroid Monthly Downloads shield
ADD: IzzyOnDroid Badge & IzzyOnDroid Monthly Downloads shield
version bump -> v1.5.0+15
ADD: Sleep timer
UI: Made Album/Chart Art centered and big followed by the chart title, provider/author and total number of songs; ADD:3 concurrent downloads while keeping 5 max songs in queue(for download) at once
fix: preserve scroll position by replacing ListView with CustomScrollView