From e044aed11d8982398fa556eacde9af1003af1c5a Mon Sep 17 00:00:00 2001 From: lado Date: Thu, 2 Nov 2017 10:41:17 +0100 Subject: refactor vdrmanager -> de.bjusystems.vdrmanager --- vdrmanager/app/src/main/res/values/arrays.xml | 53 -- vdrmanager/app/src/main/res/values/attrs.xml | 83 ---- vdrmanager/app/src/main/res/values/backup.xml | 61 --- vdrmanager/app/src/main/res/values/colors.xml | 12 - vdrmanager/app/src/main/res/values/defaults.xml | 39 -- vdrmanager/app/src/main/res/values/integers.xml | 4 - .../app/src/main/res/values/no_translate.xml | 17 - .../app/src/main/res/values/preferences_keys.xml | 58 --- vdrmanager/app/src/main/res/values/strings.xml | 544 --------------------- vdrmanager/app/src/main/res/values/styles.xml | 103 ---- vdrmanager/app/src/main/res/values/timers.xml | 15 - 11 files changed, 989 deletions(-) delete mode 100644 vdrmanager/app/src/main/res/values/arrays.xml delete mode 100644 vdrmanager/app/src/main/res/values/attrs.xml delete mode 100644 vdrmanager/app/src/main/res/values/backup.xml delete mode 100644 vdrmanager/app/src/main/res/values/colors.xml delete mode 100644 vdrmanager/app/src/main/res/values/defaults.xml delete mode 100644 vdrmanager/app/src/main/res/values/integers.xml delete mode 100644 vdrmanager/app/src/main/res/values/no_translate.xml delete mode 100644 vdrmanager/app/src/main/res/values/preferences_keys.xml delete mode 100644 vdrmanager/app/src/main/res/values/strings.xml delete mode 100644 vdrmanager/app/src/main/res/values/styles.xml delete mode 100644 vdrmanager/app/src/main/res/values/timers.xml (limited to 'vdrmanager/app/src/main/res/values') diff --git a/vdrmanager/app/src/main/res/values/arrays.xml b/vdrmanager/app/src/main/res/values/arrays.xml deleted file mode 100644 index c0398bd..0000000 --- a/vdrmanager/app/src/main/res/values/arrays.xml +++ /dev/null @@ -1,53 +0,0 @@ - - - - - url - wol - - - en - de - fr - it - pl - uk - - - - EXT - EXTERN - - - - akas.imdb.com - imdb.com - uk.imdb.com - imdb.de - imdb.es - imdb.fr - imdb.it - imdb.pt - - - - - vdr-live - vdr-streamdev - vdr-smarttvweb - - - - most - last - - - progressive - has - hls - - - - - - \ No newline at end of file diff --git a/vdrmanager/app/src/main/res/values/attrs.xml b/vdrmanager/app/src/main/res/values/attrs.xml deleted file mode 100644 index dbd8d1a..0000000 --- a/vdrmanager/app/src/main/res/values/attrs.xml +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/vdrmanager/app/src/main/res/values/backup.xml b/vdrmanager/app/src/main/res/values/backup.xml deleted file mode 100644 index 35c7d97..0000000 --- a/vdrmanager/app/src/main/res/values/backup.xml +++ /dev/null @@ -1,61 +0,0 @@ - - - - Please wait... - Are you sure? - - - The operation was canceled. - No SD card is found. - Unable to import from SD card. - No file found in %1$s. - Importing from SD card... - Finished importing from SD card. - Unable to save to SD card. - Unable to create a directory on SD card. - Saving to SD card... - Finished saving to SD card. - - - Backup/Restore your data and settings - Backup now - Creates a snapshot of the current data and the settings - Writing all data and settings... - Restore now - Restore a snapshot of the settings and the data - - Backup - Restoring a backup from the SD card will overwrite all your current data and settings. - No backup found. - Reading all data and settings... - Select a backup to restore - settingsBackup - settingsBackupNow - settingsBackupRestore - Choose a backup file - - \ No newline at end of file diff --git a/vdrmanager/app/src/main/res/values/colors.xml b/vdrmanager/app/src/main/res/values/colors.xml deleted file mode 100644 index 4a6db26..0000000 --- a/vdrmanager/app/src/main/res/values/colors.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - #000 - #fff - - #F00 - #008000 - #FFFF00 - #0000FF - - \ No newline at end of file diff --git a/vdrmanager/app/src/main/res/values/defaults.xml b/vdrmanager/app/src/main/res/values/defaults.xml deleted file mode 100644 index d78ad73..0000000 --- a/vdrmanager/app/src/main/res/values/defaults.xml +++ /dev/null @@ -1,39 +0,0 @@ - - - - - true - #FFFFFFFF - 0 - 3dp - false - #FFDDDDDD - 1dp - - 4dp - #FF6899FF - 1px - 1 - 7dp - 10dp - 5dp - #FFFFFFFF - true - #FFAAAAAA - 12dp - 5dp - 0dp - \ No newline at end of file diff --git a/vdrmanager/app/src/main/res/values/integers.xml b/vdrmanager/app/src/main/res/values/integers.xml deleted file mode 100644 index 807a6a9..0000000 --- a/vdrmanager/app/src/main/res/values/integers.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - 6419 - diff --git a/vdrmanager/app/src/main/res/values/no_translate.xml b/vdrmanager/app/src/main/res/values/no_translate.xml deleted file mode 100644 index d416c8b..0000000 --- a/vdrmanager/app/src/main/res/values/no_translate.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - wol - 6420 - - - TS - PES - ES - PS - - - key_vdr_stream_proxy - key_timezone - - \ No newline at end of file diff --git a/vdrmanager/app/src/main/res/values/preferences_keys.xml b/vdrmanager/app/src/main/res/values/preferences_keys.xml deleted file mode 100644 index 1512b76..0000000 --- a/vdrmanager/app/src/main/res/values/preferences_keys.xml +++ /dev/null @@ -1,58 +0,0 @@ - - - - vdr_host - vdr_name - vdr_port - vdr_password - vdr_secure - stream_format - stream_port - - alive_check_enabled - alive_check_interval - - limit_channels - last_channel - - - timer_pre_start_buffer - timer_post_end_buffer - timer_default_priority - timer_default_primary_limit - timer_default_lifetime - - epg_search_times - key_current_vdr_id - - - key_streaming_password - key_streaming_username - key_vdr_encoding - - key_wakeup_enabled - key_wakeup_url - key_wakeup_user - key_wakeup_password - key_wakeup_method - key_wol_custom_broadcast - key_wakeup_wol_mac - - - key_enable_24h - key_channels_show_channel_numbers - key_gui_quit_on_back - key_qui_show_imdb_button - key_qui_show_omdb_button - key_qui_show_tmdb_button - key_qui_imdb_url - key_gui_custom_locale - - - key_conntimeout_key - key_vdr_readtimeout - key_vdr_timeout - - key_gui_max_recent_channels - key_clear_term_after_search - diff --git a/vdrmanager/app/src/main/res/values/strings.xml b/vdrmanager/app/src/main/res/values/strings.xml deleted file mode 100644 index 24f01b5..0000000 --- a/vdrmanager/app/src/main/res/values/strings.xml +++ /dev/null @@ -1,544 +0,0 @@ - - - - Channels - Timers - Recordings - EPG list - EPG search - Wakeup - Remote - VDR-Manager - Show EPG - Live stream - Hide - Hide permanent - Hide - Hide permanent - Group by - Group - Provider - Name - Source - By Channel - By Date - All Channels - Group by %1$s - Delete - Current: - \nCurrent: %1$s - <not set> - No connection - Connection aborted. - Retry - Refresh - Done - Share - Add to calendar - Reruns - Share EPG Entry - About "VDR-Manager" Software for Android\n - This is Version %1$s\n - If you have a VDR at home reachable - over the internet and own a mobile phone running Android then you possibly find this program useful. - For further details visit http://projects.vdr-developer.org/projects/vdr-manager/wiki. - Author:\n - bju<herrlado@gmail.com> - herrlado<herrlado@gmail.com> - About - No data connection - Update will start in one second - Search EPG - Search times - Create timer - Record - Delete timer - Modify timer - Enable timer - Disable timer - Nothing found… - An error occurred, check logs… - End - Beginning - Add time - Custom times - - - What\'s on at - Now - Next - Ad Hoc - Channel - Search results - - - Share - IMDb Search - OMDB Search - TMDb Search - Stream - Add timer - Modify timer - - - Search - %1$s min - %1$s/%2$s min - %1$s, %2$s/%3$s - EPG by channel - EPG Search - EPG Search: \'%1$s\' - EPG by time - EPG by time: \'%1$s\' - Search EPG - Search VDR EPG - %1$s, %2$s items - %1$s, %2$s/%3$s - New timer - The communication with VDR has caused an error: %1$s - Live TV - Needs streamdev-server on VDR and an external - player such as VPlayer - Streamformat - Streaming Port - Default 3000. The access must be enabled in - streamdevhosts.conf. - - - TS - PES - ES - PS - - - remux_enable - remux_command - remux_parameter - Stream - Choose Audio Track - via %s - as %s - Remux - Enable Remux - Enable streaming via remux (e.g. externremux.sh) - Command - Typically EXT or Extern e.g. http://vdr:3000/EXT/1 - Parameter - Control Streaming quality. E.g. http://vdr:3000/EXT;DSL1000/1 - Preferences - Info - Exit - Switch Device - Switch to… - Can not load selected device :( - Switched to %1$s - Define one or more VDR Devices. - VDR Devices - - - Network settings - VDR host - Host running VDR - VDR plugin port - Port for connections to VDR plugin - VDR plugin password - Password for the VDR plugin - Secure connect - Use SSL for connections - - - Channel settings - Limit channels - Use only given channels - Channel filter - Comma separated channelnumbers or ranges (separator \'-\'). A.e. 1,2,4-10 - - - Remote VDR host wakeup - Can remote wakeup VDR - Enables to remote wakeup the VDR host - URL for remote wakeup - URL for a request doing the wakeup - Wakeup user - User for remote wakeup - Wakeup password - Password for remote wakeup - Wakeup method - Choose a method to wakeup the vdr host - - - Call a URL - WOL - - - Destination IP address - Unless you have static ARP tables you should use some kind of broadcast address. - MAC-Address - MAC-Address of the VDR host. Use \':\' or \'-\' or a space as separator. - - - Timer defaults - Margin at start - Minutes recording starts before the beginning of - the broadcast - Margin at stop - Minutes recording stops after the end of the - broadcast - Default priority - Default priority - Default primary limit - Default primary limit - Default lifetime - Default lifetime - Timer already defined. - Timer created - - - - GUI Settings - Use 24-hour format - 13:00 - 1:00 PM - Show channel numbers - Show channel numbers in the channel list. - Quit on back button - Back button quits the VDR-Manager - Back button does not quit VDR-Manager - Show IMDb Button - IMDb Button is shown - IMDb Button is not shown - IMDb Site - Which IMDb site to search. - Show OMDB Button - OMDB Button is shown - OMDB Button is not shown - Show TMDb Button - TMDb Button is shown - TMDb Button is not shown - Custom language - Set a custom language. - - - International - imdb.com - uk.imdb.com - imdb.de - imdb.es - imdb.fr - imdb.it - imdb.pt - - - - - English - German - French - Italian - Polish - Ukrainian - - - EXT - EXTERN (deprecated) - - - Advanced - Advanced settings - Connection Timeout - How long (in seconds) to wait before the connection is established? - Read Timeout - How long (in seconds) to wait for every read line operation? - Total timeout - How long (in seconds) to wait for a whole I/O operation, before it gets aborted? - Streamdev password - Set your streamdev server password. (a.e. -a \'username:password\') - Streamdev username - Set your streamdev server username. (a.e. -a \'username:password\') - Character encoding - Character encoding of your VDR device. Default is utf-8. - New VDR - No VDR Devices - VDR devices - Device - Name - A name for this device - Delete this device? - Streaming of recordings - Streaming of recordings - Enable Streaming of recordings - - - live plugin - streamdev plugin - smarttvweb plugin - - - - - - Progressive - MPEG-DASH - Apple HLS - - - Streaming method - Currently Streaming over VDR live and or streamdev plugin is supported - VDR live plugin port - VDR live plugin has default port 8008. - - - Connecting… - Connection failed! - Connection timeout! - Login. - Login failed. - Loading EPG… - Loading timers… - Loading recordings… - Switching… - Loading channels… - Loading… - Disconnecting… - Initiating wakeup request… - Wakeup request sent - Error sending wakeup request: %1$s - Saving timer… - Deleting timer… - Deleting recording… - Enabling timer… - Updating timer… - Disabling timer… - Connection finished abnormal - Connection finished abnormal: %1$s - Loaded from cache. - Delete - Stream - Recent channels - No history… - Max. recent channels - How many channels should be kept in the recent channels? - Day - - - Every day - - - Never - - - ", " - Repeat - Use VPS: - Priority: - Lifetime: - e.g. 99 - e.g. 50 - %1$s (VPS) - Switch to - Switched to %s - Switching to %1$s failed: %2$s - Switch to - Sort - Sort by - Time - Channel - Alphabet - Chanellist - Clear Search History - VDR host not defined - Processing… - - - Mostly used - Last used - - - Time - Alphabet - - - Time - Alphabet - Channel - - - Channels - Alphabet - - - By Time - By Alphabet - - - Sort by last used or mostly used - Recent Channels Sorting - - - Group - Provider - Source - Name - - - Channels - EPG by Time - EPG by Channel - Recordings - Timers - Remote - - - Filter - Audio Tracks: %1$s - D - The time zone used on the server. It is important if you travel and modify timers from another time zone. - Select server time zone - Sort alphabetically - Sort by time zone - Probing %1$s … - No results… - Recording started - Set time - - - - - - Certificate warning - The server certificate was not accepted:\n\n -Hostname:\n - %1$s\n -Valid from:\n - %2$s\n -Valid until:\n - %3$s\n\n -What do you want to do? - Accept once - Accept forever - Abort - - - Movie/Drama - Detective/Thriller - Adventure/Western/War - Science Fiction/Fantasy/Horror - Comedy - Soap/Melodrama/Folkloric - Romance - Serious/Classical/Religious/Historical Movie/Drama - Adult Movie/Drama - News/Current Affairs - News/Weather Report - News Magazine - Documentary - Discussion/Inverview/Debate - Show/Game Show - Game Show/Quiz/Contest - Variety Show - Talk Show - Sports - Special Event - Sport Magazine - Football/Soccer - Tennis/Squash - Team Sports - Athletics - Motor Sport - Water Sport - Winter Sports - Equestrian - Martial Sports - Children\'s/Youth Programme - Pre-school Children\'s Programme - Entertainment Programme for 6 to 14 - Entertainment Programme for 10 to 16 - Informational/Educational/School Programme - Cartoons/Puppets - Music/Ballet/Dance - Rock/Pop - Serious/Classical Music - Folk/Tradional Music - Jazz - Musical/Opera - Ballet - Arts/Culture - Performing Arts - Fine Arts - Religion - Popular Culture/Traditional Arts - Literature - Film/Cinema - Experimental Film/Video - Broadcasting/Press - New Media - Arts/Culture Magazine - Fashion - Social/Political/Economics - Magazine/Report/Documentary - Economics/Social Advisory - Remarkable People - Education/Science/Factual - Nature/Animals/Environment - Technology/Natural Sciences - Medicine/Physiology/Psychology - Foreign Countries/Expeditions - Social/Spiritual Sciences - Further Education - Languages - Leisure/Hobbies - Tourism/Travel - Handicraft - Motoring - Fitness & Health - Cooking - Advertisement/Shopping - Gardening - Original Language - Black & White - Unpublished - Live Broadcast - - - type to filter - Free %1$s GB of %2$s GB (%3$s%%) - Drive - Sad - Search - Clear Term after Search - Search term remains after peforming search - Term gets cleared after performing search - Open navigation drawer - Close navigation drawer - Web search - VDR smarttvweb plugin has default port 8000 - Smarttvweb port - Smarttvweb Stream Type - Supported methods: \'Progressive\', \'MPEG-DASH \/ OIPF HAS\', \'Apple HLS\' - Remote Control - Shows the remote control view if enabled - Enable VDR remote control - SVDRP Port - Default is 6419 - Label - HITK Command - Reset - Export - Import - \'Back\' is \'Back\' HITK - Longpress on Back Button to leave the remote. - Not Yet Implemented - Can not create timer: %1$s - \ No newline at end of file diff --git a/vdrmanager/app/src/main/res/values/styles.xml b/vdrmanager/app/src/main/res/values/styles.xml deleted file mode 100644 index 35644d4..0000000 --- a/vdrmanager/app/src/main/res/values/styles.xml +++ /dev/null @@ -1,103 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/vdrmanager/app/src/main/res/values/timers.xml b/vdrmanager/app/src/main/res/values/timers.xml deleted file mode 100644 index b091acd..0000000 --- a/vdrmanager/app/src/main/res/values/timers.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - Title: - Channel: - Start: - End: - - Create timer - Save changes - Delete timer - - Create a new timer - Modify a timer - -- cgit v1.2.3