diff --git a/Android.bp b/Android.bp index c07ea5444b38da85ce3edffa390663896df2cdb7..b8d0cb544f72e42a75202425a2919eb6b8a760d1 100644 --- a/Android.bp +++ b/Android.bp @@ -34,6 +34,7 @@ android_app { "androidx.palette_palette", "androidx.preference_preference", "androidx.recyclerview_recyclerview", + "elib", ], overrides: ["Music"], diff --git a/res/drawable/ic_launcher_background.xml b/res/drawable/ic_launcher_background.xml index 3275d87d71f594c26c76d5ee48f517466618dca8..5ec6d62982ea4e84e37531e8eacabbb9e1b05d22 100644 --- a/res/drawable/ic_launcher_background.xml +++ b/res/drawable/ic_launcher_background.xml @@ -1,22 +1,37 @@ + ~ Copyright ECORP SAS 2022 + ~ This program is free software: you can redistribute it and/or modify + ~ it under the terms of the GNU General Public License as published by + ~ the Free Software Foundation, either version 3 of the License, or + ~ (at your option) any later version. + ~ + ~ This program is distributed in the hope that it will be useful, + ~ but WITHOUT ANY WARRANTY; without even the implied warranty of + ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ~ GNU General Public License for more details. + ~ + ~ You should have received a copy of the GNU General Public License + ~ along with this program. If not, see . + --> - - + android:pathData="M0,0h108v108h-108z"> + + + + + + + diff --git a/res/drawable/ic_launcher_foreground.xml b/res/drawable/ic_launcher_foreground.xml index ce461bc034a4a275ecce6df8cc5c9c3148f50ec7..2924aa5e224e6afe052c2a74aa846c85ec81a58c 100644 --- a/res/drawable/ic_launcher_foreground.xml +++ b/res/drawable/ic_launcher_foreground.xml @@ -1,34 +1,37 @@ + ~ Copyright ECORP SAS 2022 + ~ This program is free software: you can redistribute it and/or modify + ~ it under the terms of the GNU General Public License as published by + ~ the Free Software Foundation, either version 3 of the License, or + ~ (at your option) any later version. + ~ + ~ This program is distributed in the hope that it will be useful, + ~ but WITHOUT ANY WARRANTY; without even the implied warranty of + ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ~ GNU General Public License for more details. + ~ + ~ You should have received a copy of the GNU General Public License + ~ along with this program. If not, see . + --> - - - - - - - - - - - - + + + + + + + + diff --git a/res/drawable/ic_launcher_monochrome.xml b/res/drawable/ic_launcher_monochrome.xml deleted file mode 100644 index 37fc89bc66d0e682ceb8254f9e53168c31764b8a..0000000000000000000000000000000000000000 --- a/res/drawable/ic_launcher_monochrome.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - diff --git a/res/drawable/playlist_icon.xml b/res/drawable/playlist_icon.xml index 7e87ba764721c108055ca64bc23ccaf9284d4426..c2306cf9c29b9ce9849e78aec1ead0b4d93a878e 100644 --- a/res/drawable/playlist_icon.xml +++ b/res/drawable/playlist_icon.xml @@ -8,6 +8,6 @@ diff --git a/res/drawable/recent_icon.xml b/res/drawable/recent_icon.xml index 39581a6018f64a8c797aaf136507d57d4d688e0b..9c6b8d6bfb034070200f72376b014879d6d4be8b 100644 --- a/res/drawable/recent_icon.xml +++ b/res/drawable/recent_icon.xml @@ -6,7 +6,7 @@ android:viewportHeight="24"> diff --git a/res/drawable/stopwatch_icon_white.xml b/res/drawable/stopwatch_icon_white.xml index 6d77f334da5ffdf418cbebc0acb410faffe8c873..0e83ff3841df00cedb362c7a20a11ed1b7bf6b7c 100644 --- a/res/drawable/stopwatch_icon_white.xml +++ b/res/drawable/stopwatch_icon_white.xml @@ -8,7 +8,7 @@ diff --git a/res/layout/activity_album_detail.xml b/res/layout/activity_album_detail.xml index 24884b95e6af433c55dfac5b2949bbc90d4329da..8929967b151115bfe00aad1aeaccd641ba11d59b 100644 --- a/res/layout/activity_album_detail.xml +++ b/res/layout/activity_album_detail.xml @@ -68,6 +68,7 @@ android:layout_alignBottom="@+id/duration" android:layout_marginEnd="4dp" android:gravity="center" + android:tint="@color/accent" android:src="@drawable/stopwatch_icon_small_grey" /> + android:layout_height="@dimen/preview_layout_seekbar_height" + android:thumbTint="@color/e_accent" + android:progressTint="@color/e_accent" /> diff --git a/res/layout/artist_detail_song.xml b/res/layout/artist_detail_song.xml index 66611a433a85d1eccdd438d35d01e6acb3e5e08b..258dde52c33b39e4bf94db84d77c3d71118826bb 100644 --- a/res/layout/artist_detail_song.xml +++ b/res/layout/artist_detail_song.xml @@ -33,6 +33,7 @@ android:id="@+id/overflow" android:layout_width="@dimen/overflow_width" android:layout_height="@dimen/overflow_height" + android:tint="@color/e_icon_color" android:src="@drawable/menu_button" /> @@ -62,4 +63,4 @@ android:layout_height="wrap_content" android:layout_alignParentBottom="true" android:src="@drawable/inset_list_divider" /> - \ No newline at end of file + diff --git a/res/layout/list_item_common.xml b/res/layout/list_item_common.xml index 41356c483177489ec85e64c58cfe0fe3c3e70e94..5b36baadd0368957773321333a2a7a7da2032932 100644 --- a/res/layout/list_item_common.xml +++ b/res/layout/list_item_common.xml @@ -76,6 +76,7 @@ android:layout_width="@dimen/overflow_width" android:layout_height="@dimen/overflow_height" android:background="?android:selectableItemBackgroundBorderless" + android:tint="@color/e_icon_color" android:src="@drawable/menu_button" /> diff --git a/res/mipmap-anydpi/ic_launcher.xml b/res/mipmap-anydpi/ic_launcher.xml index b58c81ff94fc2cd9353409539d491f43b91966a5..5afc3d8891a41008985f87d89cabdf806f031df4 100644 --- a/res/mipmap-anydpi/ic_launcher.xml +++ b/res/mipmap-anydpi/ic_launcher.xml @@ -1,10 +1,22 @@ + ~ Copyright ECORP SAS 2022 + ~ This program is free software: you can redistribute it and/or modify + ~ it under the terms of the GNU General Public License as published by + ~ the Free Software Foundation, either version 3 of the License, or + ~ (at your option) any later version. + ~ + ~ This program is distributed in the hope that it will be useful, + ~ but WITHOUT ANY WARRANTY; without even the implied warranty of + ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ~ GNU General Public License for more details. + ~ + ~ You should have received a copy of the GNU General Public License + ~ along with this program. If not, see . + --> - - + + + diff --git a/res/values-fr/strings.xml b/res/values-fr/strings.xml index c92a61dbd0545f22d03a815ad8b8c693391ca7bb..3193709cdd07da573e5afa2be7e1a87be561fee5 100644 --- a/res/values-fr/strings.xml +++ b/res/values-fr/strings.xml @@ -15,8 +15,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ---> - +--> Musique Artistes Albums @@ -136,4 +135,6 @@ Plus de 5 albums "Autres" %1$s %2$s - + La permission d\'enregistrer des contenus audio a été refusée, activez-la depuis les Paramètres du téléphone pour afficher les animations musicales. + Lecture de la musique + \ No newline at end of file diff --git a/res/values-night/colors.xml b/res/values-night/colors.xml index 01aa44d4d7da6f042867a7e59b005028f80e941e..b818ee989ec495dde6897d5ebc3198194fa1e198 100644 --- a/res/values-night/colors.xml +++ b/res/values-night/colors.xml @@ -15,40 +15,12 @@ limitations under the License. --> - - #212121 - #121212 - #1ddbc5 - - - @color/white - @color/white - #333333 - - #121212 - @color/black - - @color/white - @color/default_text_color_light - - - @color/black - #ea212121 - - - @color/white - - - @color/white - - - @color/black diff --git a/res/values-night/styles.xml b/res/values-night/styles.xml index 60c7e441ae9ecad6667ed8f5cd10156350b12461..174714189f3a3d76ea91225538b74b0a27a7ef51 100644 --- a/res/values-night/styles.xml +++ b/res/values-night/styles.xml @@ -26,12 +26,13 @@ @style/ActionBar @style/ActionBarWidgetTheme @color/primary - @color/primary + @color/e_background @color/primary_dark @color/accent true false false + @color/primary + + - +