From 9e369f6edd85fcd77c1ce4009df63d9993e53d18 Mon Sep 17 00:00:00 2001 From: lado Date: Sat, 15 Oct 2011 02:57:34 +0200 Subject: implemented search (not yet 100% clean) and time search not know if works, not yet tested. Added imdb support --- vdrmanager/res/layout/epg_detail.xml | 14 +++++++++- vdrmanager/res/layout/epg_event_item.xml | 12 ++++++-- vdrmanager/res/menu/epg_list_menu.xml | 2 ++ vdrmanager/res/values/channel_list.xml | 1 + vdrmanager/res/values/epg.xml | 6 +++- vdrmanager/res/values/preferences.xml | 25 +++++++++++++++-- vdrmanager/res/xml/preferences.xml | 48 +++++++++++++++++++++----------- 7 files changed, 85 insertions(+), 23 deletions(-) (limited to 'vdrmanager/res') diff --git a/vdrmanager/res/layout/epg_detail.xml b/vdrmanager/res/layout/epg_detail.xml index 41305a2..bc64690 100644 --- a/vdrmanager/res/layout/epg_detail.xml +++ b/vdrmanager/res/layout/epg_detail.xml @@ -129,7 +129,7 @@ android:layout_centerHorizontal="true" style="?android:attr/buttonStyleSmall" android:layout_marginLeft="20dip" android:layout_marginRight="20dip" android:background="@android:drawable/list_selector_background" - android:text="@string/epg_event_create_timer_text"/> + android:text="@string/epg_eent_livetv_text"/> + + + + IMDB Search + Stream Add timer Modify timer @@ -18,8 +20,10 @@ %1$s/%2$s min EPG -> %1$s EPG by channel + EPG Search + EPG Search: \'%1$s\' EPG by time Search EPG - Searcg VDR EPG + Search VDR EPG diff --git a/vdrmanager/res/values/preferences.xml b/vdrmanager/res/values/preferences.xml index 16737ef..a1d3f81 100644 --- a/vdrmanager/res/values/preferences.xml +++ b/vdrmanager/res/values/preferences.xml @@ -17,8 +17,8 @@ Channel settings Limit channels Use only given channels - Channels - Channels to use + Channel filter + Comma separated channelnumbers or ranges (separator \'-\'). A.e. 1,2,4-10 Remote VDR host wakeup @@ -76,9 +76,30 @@ key_channels_show_channel_numbers Show channel numbers Show channel numbers in the channel list. + key_gui_quit_on_back Quit on back button Back button quits the VDR-Manager Back button does not quit VDR-Manager + + key_qui_show_imdb_button + Show IMDB Button + IMDB Button is shown + IMDB Button is not shown + + key_qui_imdb_url + IMDb Site + Which IMDb site to search. + + + + imdb.com + uk.imdb.com + imdb.de + imdb.es + imdb.fr + imdb.it + imdb.pt + diff --git a/vdrmanager/res/xml/preferences.xml b/vdrmanager/res/xml/preferences.xml index 1f54c26..88c27d6 100644 --- a/vdrmanager/res/xml/preferences.xml +++ b/vdrmanager/res/xml/preferences.xml @@ -3,7 +3,7 @@ - + - + @@ -78,35 +79,48 @@ android:title="@string/gui_enable_24h_format_title" android:summaryOn="@string/gui_enable_24h_format_summary_on" android:summaryOff="@string/gui_enable_24h_format_summary_off" /> - - + + + + + - + - - - - - - + + + + + + - + -- cgit v1.2.3