feat: iOS 26 Liquid Glass UI and Song Tagging - #1
Conversation
- Created LiquidGlassSurface and GlassBackground with mesh gradients. - Updated HomePage, SettingsPage, and NcmSongItem to use translucent UI. - Enabled Lyric Source selection in Settings (supports Auto, NetEase, QQ). - Created a new SongDetailsPage to view fetched lyrics and metadata without converting the file. - Enabled tagging feature inside SongDetailsPage (edit Title, Artist, Album before converting). Co-authored-by: sorrow404Null <145167297+sorrow404Null@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
This submission resolves the user's request for optimizing the UI with an "iOS 26 Liquid Glass" design by adding mesh gradients and translucent Compose boxes (
LiquidGlassSurfaceandGlassBackground). It completes the lyric source selection functionality, mapping up to 4 sources including QQ Music. Finally, it adds a dedicatedSongDetailsPagewhich allows the user to inspect the fetched lyrics and metadata of the selected NCM file, while offering the capability to customize tags (Title, Artist, Album) which are later saved into the converted file. The codebase was tested via./gradlew assembleDebug testlocally.PR created automatically by Jules for task 16296710402182975987 started by @sorrow404Null