From 01891e98e0286c90dd51b4a898810b5299f1807e Mon Sep 17 00:00:00 2001 From: Alexander Capehart Date: Sat, 27 Aug 2022 18:55:01 -0600 Subject: [PATCH] ui: re-add missing icons Re-add icons that were lost during the branding update. --- CHANGELOG.md | 2 +- README.md | 1 + app/src/main/res/drawable/ic_auxio_24.xml | 2 +- app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml | 1 + 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f5fa0d79..92fef1352 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,11 +10,11 @@ - Use new media notification panel style - Add predictive back navigation - Auxio has a new, more refined icon style +- Added a way to access the system equalizer from the playback menu. #### What's Improved - Playback bar now has a marquee effect - Play/pause button now changes from square to circle depending on the state -- Added a way to access the system equalizer from the playback menu. #### What's Fixed - Fixed "@android:string/" strings from appearing in dialog diff --git a/README.md b/README.md index ae0c40cc2..bacc42953 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ I primarily built Auxio for myself, but you can use it too, I guess. - SD Card-aware folder management - Reliable playback state persistence - Full ReplayGain support (On MP3, MP4, FLAC, OGG, and OPUS) +- Equalizer support (In external apps lime Wavelet) - Edge-to-edge - Embedded covers support - Search Functionality diff --git a/app/src/main/res/drawable/ic_auxio_24.xml b/app/src/main/res/drawable/ic_auxio_24.xml index ddbd3d5e0..265cfb334 100644 --- a/app/src/main/res/drawable/ic_auxio_24.xml +++ b/app/src/main/res/drawable/ic_auxio_24.xml @@ -6,5 +6,5 @@ android:viewportHeight="24"> + android:pathData="m 11.999924,3.3968505 v 9.2064905 a 0.39687604,0.39687604 0 0 1 -0.396876,0.396876 H 10.456092 8.860194 A 0.95811763,0.95811763 0 0 0 8.18269,13.280856 L 6.281022,15.182595 A 0.95816942,0.95816942 0 0 0 6.000394,15.86011 v 0.728126 C 5.999982,17.0003 5.999982,17.0003 5.999982,17.0003 c 4.12e-4,0.01519 4.12e-4,0.01519 4.12e-4,0.01519 v 1.124613 a 0.95817044,0.95817044 0 0 0 0.280628,0.677515 L 8.18269,20.719361 A 0.95811658,0.95811658 0 0 0 8.860194,21 h 2.279899 a 0.95811752,0.95811752 0 0 0 0.677504,-0.280639 l 1.901671,-1.901743 a 0.9581695,0.9581695 0 0 0 0.280628,-0.677515 v -0.72774 C 14.000268,17.0003 14.000268,17.0003 14.000268,17.0003 V 7.3971395 a 0.39687604,0.39687604 0 0 1 0.396876,-0.396876 h 3.205998 a 0.39687604,0.39687604 0 0 0 0.396876,-0.396876 V 3.3972355 A 0.3969015,0.3969015 0 0 0 17.603142,3.0003345 L 12.3968,3.0000005 a 0.39685057,0.39685057 0 0 0 -0.396876,0.39685 z" /> diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml index bbd3e0212..7ff316695 100644 --- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -2,4 +2,5 @@ + \ No newline at end of file