Skip to content

Commit 00fe0ae

Browse files
authored
Dev/v1.8 (#18)
* 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 * 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' * UPDATE: SECURITY.md & version.json
1 parent 3bae93d commit 00fe0ae

53 files changed

Lines changed: 4631 additions & 1268 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# v1.7.0+18
2+
3+
## Material 3 Refresh + Artist Profiles + Search Reliability
4+
5+
### NEW FEATURES
6+
7+
- **Material 3 UI Refresh:** Migrated major screens/components to Material 3 with responsive spacing and layout behavior.
8+
- **Dynamic Theme Colors:** Removed legacy glass mode and added seed-color based app theming.
9+
- **Artist Profile Screen:** Added artist profile page with artist art, bio (more/less), monthly audience, Top Songs, Albums, and Singles & EPs.
10+
- **Multi-Artist Picker:** Tapping artist name in full player now supports multi-artist tracks using a tap-only picker sheet.
11+
- **Search Albums Section:** Search now shows a dedicated Albums section under song results with open-to-playlist flow.
12+
13+
### BUG FIXES / IMPROVEMENTS
14+
15+
- **Navigation + Mini-player:** Stabilized right-side quick switcher layout and floating mini-player spacing across screen sizes.
16+
- **Album Filtering:** Limited search album results to album-only intent and reduced EP/Episode/podcast noise.
17+
- **YouTube Search Resilience:** Added strategy fallback and persisted cache refresh behavior for more stable results under API/network variance.
18+
19+
### UPCOMING (work in progress)
20+
21+
- Better artist identity matching for edge-case names/collaborations
22+
- Further recommendation relevance tuning and queue quality improvements
23+
124
# v1.6.0+17
225

326
## Lyrics + Distribution Flavors + Android Widgets

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,18 @@ Hongeet is a music player that supports **offline local audio playback** and **o
7777
<tr>
7878
<td><img src="assets/screenshots/01.jpg" width="220" /></td>
7979
<td><img src="assets/screenshots/02.jpg" width="220" /></td>
80-
<td><img src="assets/screenshots/11.png" width="220" /></td>
80+
<td><img src="assets/screenshots/03.jpg" width="220" /></td>
8181
</tr>
8282
<tr>
8383
<td><img src="assets/screenshots/04.jpg" width="220" /></td>
8484
<td><img src="assets/screenshots/05.jpg" width="220" /></td>
8585
<td><img src="assets/screenshots/06.jpg" width="220" /></td>
8686
</tr>
87+
<tr>
88+
<td><img src="assets/screenshots/07.jpg" width="220" /></td>
89+
<td><img src="assets/screenshots/08.jpg" width="220" /></td>
90+
<td><img src="assets/screenshots/09.jpg" width="220" /></td>
91+
</tr>
8792
</table>
8893
</div>
8994

SECURITY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ Security fixes are provided only for the latest stable release line.
66

77
| Version | Supported |
88
| --------- | --------- |
9-
| 1.6.x ||
9+
| 1.7.x ||
10+
| 1.6.x ||
1011
| 1.5.x ||
1112
| 1.4.x ||
1213
| 1.3.x ||

assets/screenshots/01.jpg

61.5 KB
Loading

assets/screenshots/02.jpg

2.11 KB
Loading

assets/screenshots/03.jpg

-43.8 KB
Loading

assets/screenshots/04.jpg

177 KB
Loading

assets/screenshots/05.jpg

-102 KB
Loading

assets/screenshots/06.jpg

153 KB
Loading

assets/screenshots/07.jpg

143 KB
Loading

0 commit comments

Comments
 (0)