mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 09:33:33 +00:00
Removed unused resources
This commit is contained in:
parent
9295c10dcd
commit
5248e897dd
4 changed files with 0 additions and 28 deletions
|
|
@ -7,7 +7,6 @@ import android.content.ContextWrapper;
|
|||
import android.content.Intent;
|
||||
import android.content.ServiceConnection;
|
||||
import android.os.IBinder;
|
||||
import android.util.Log;
|
||||
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.annotation.Nullable;
|
||||
|
|
@ -112,8 +111,6 @@ public class MusicPlayerRemote {
|
|||
}
|
||||
|
||||
public static void openQueue(final List<Song> queue, final int startPosition, final boolean startPlaying) {
|
||||
Log.d(TAG, "MusicPlayerRemote - openQueue: S " + queue.size() + " P " + startPosition + " SP " + startPlaying);
|
||||
|
||||
if (!tryToHandleOpenPlayingQueue(queue, startPosition, startPlaying) && musicService != null) {
|
||||
musicService.openQueue(queue, startPosition, startPlaying);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,9 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:fillColor="@color/titleTextColor"
|
||||
android:pathData="M10,20v-6h4v6h5v-8h3L12,3 2,12h3v8z"/>
|
||||
</vector>
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:fillColor="@color/titleTextColor"
|
||||
android:pathData="M17.65,6.35C16.2,4.9 14.21,4 12,4c-4.42,0 -7.99,3.58 -7.99,8s3.57,8 7.99,8c3.73,0 6.84,-2.55 7.73,-6h-2.08c-0.82,2.33 -3.04,4 -5.65,4 -3.31,0 -6,-2.69 -6,-6s2.69,-6 6,-6c1.66,0 3.14,0.69 4.22,1.78L13,11h7V4l-2.35,2.35z"/>
|
||||
</vector>
|
||||
|
|
@ -1,6 +1,5 @@
|
|||
<resources>
|
||||
<string name="app_name">Play for Subsonic</string>
|
||||
<string name="storage_permission_rationale">We need permissions because this and that</string>
|
||||
|
||||
<string name="general_header">General</string>
|
||||
<string name="search_hint">Search title, artists or albums</string>
|
||||
|
|
@ -16,11 +15,6 @@
|
|||
<string name="search_element_per_category">Number of items searched for each category</string>
|
||||
<string name="image_quality">Image quality</string>
|
||||
|
||||
<string name="sync_header">Synchronization</string>
|
||||
<string name="music_sync">Music sync</string>
|
||||
<string name="music_sync_caption">Sync tracks, albums, artists, genres and playlists</string>
|
||||
<string name="playlist_song_cross_sync">Playlist sync</string>
|
||||
<string name="playlist_song_cross_sync_caption">Refresh playlists\' track list</string>
|
||||
<string name="about_header">About</string>
|
||||
<string name="summary_about">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</string>
|
||||
<string name="app_version">1.1</string>
|
||||
|
|
@ -37,7 +31,6 @@
|
|||
|
||||
<string name="unplayable_file">Couldn\'t play this song.</string>
|
||||
<string name="playlist_is_empty">Playlist is empty</string>
|
||||
<string name="audio_focus_denied">Audio focus denied.</string>
|
||||
|
||||
<string name="action_play_pause">Play/Pause</string>
|
||||
<string name="action_previous">Previous</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue