From 5ae2ee8cd070f837ec677664c6bdafa69dac70d3 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Mon, 8 Jul 2013 07:33:49 -0700 Subject: Add other Podcast methods --- subsonic-android/res/layout/create_podcast.xml | 27 ++++++++++++++++++++++ subsonic-android/res/menu/select_podcasts.xml | 5 ++++ .../res/menu/select_podcasts_context.xml | 9 ++++++++ subsonic-android/res/values/strings.xml | 8 ++++++- 4 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 subsonic-android/res/layout/create_podcast.xml create mode 100644 subsonic-android/res/menu/select_podcasts_context.xml (limited to 'subsonic-android/res') diff --git a/subsonic-android/res/layout/create_podcast.xml b/subsonic-android/res/layout/create_podcast.xml new file mode 100644 index 00000000..5a2ec970 --- /dev/null +++ b/subsonic-android/res/layout/create_podcast.xml @@ -0,0 +1,27 @@ + + + + + + + + \ No newline at end of file diff --git a/subsonic-android/res/menu/select_podcasts.xml b/subsonic-android/res/menu/select_podcasts.xml index eea03827..e77b43db 100644 --- a/subsonic-android/res/menu/select_podcasts.xml +++ b/subsonic-android/res/menu/select_podcasts.xml @@ -6,6 +6,11 @@ android:title="@string/menu.refresh" android:showAsAction="always|withText"/> + + + + + + \ No newline at end of file diff --git a/subsonic-android/res/values/strings.xml b/subsonic-android/res/values/strings.xml index f67dd9fe..e02383b0 100644 --- a/subsonic-android/res/values/strings.xml +++ b/subsonic-android/res/values/strings.xml @@ -71,7 +71,8 @@ Failed to delete playlist %s Send Log Set Timer - Request Server Refresh + Check For New Episodes + Add Channel Playlists Update Information @@ -139,6 +140,11 @@ Delete from server Now downloading %s on the server The server is checking for new podcasts now + Deleted podcast %s + Failed to delete podcast %s + URL: + Failed to add podcast + Invalid podcast channel: %s No saved playlists on server -- cgit v1.2.3