From d52be109ee3e66b7cdc98a10046363d38e7941de Mon Sep 17 00:00:00 2001 From: Albert Vaca Date: Thu, 8 Dec 2016 23:47:17 +0100 Subject: [PATCH] Revert "Add support to deal with album arts sent by mpris plugin." This was very poorly implemented and can't stay as it is right now: - Every second or so the art image was being loaded from disk, scaled, base64 encoded and sent over the freakin network! - The Android interface didn't take into account small screens, and adding the image would cut stuff out of the screen. - Didn't manage "edge cases" like playing a song without cover after one with cover (previous image was still being shown) or changing players. This reverts commit 24c404400f6e5092d38d4e26a948777c1545ca2b. # Conflicts: # src/org/kde/kdeconnect/Plugins/MprisPlugin/MprisActivity.java # src/org/kde/kdeconnect/Plugins/MprisPlugin/MprisPlugin.java --- res/layout/mpris_control.xml | 5 ----- .../Plugins/MprisPlugin/MprisActivity.java | 8 -------- .../Plugins/MprisPlugin/MprisPlugin.java | 15 +-------------- 3 files changed, 1 insertion(+), 27 deletions(-) diff --git a/res/layout/mpris_control.xml b/res/layout/mpris_control.xml index 52d466cf..139f331c 100644 --- a/res/layout/mpris_control.xml +++ b/res/layout/mpris_control.xml @@ -20,11 +20,6 @@ android:id="@+id/no_players" android:layout_gravity="center_horizontal" /> - -