summaryrefslogtreecommitdiff
path: root/core/src/main/res/values
diff options
context:
space:
mode:
authorByteHamster <ByteHamster@users.noreply.github.com>2021-11-28 22:19:14 +0100
committerGitHub <noreply@github.com>2021-11-28 22:19:14 +0100
commitf0100e61ac633516082ea112363132c99f7c0b7a (patch)
treef7598c0cee85780b409ab895a8041d1607eec312 /core/src/main/res/values
parentaf2835c59dcb0473aba7a48b38f5abe28dca34d3 (diff)
downloadAntennaPod-f0100e61ac633516082ea112363132c99f7c0b7a.zip
Chromecast rework (#5518)
Diffstat (limited to 'core/src/main/res/values')
-rw-r--r--core/src/main/res/values/dimens.xml7
-rw-r--r--core/src/main/res/values/strings.xml19
2 files changed, 0 insertions, 26 deletions
diff --git a/core/src/main/res/values/dimens.xml b/core/src/main/res/values/dimens.xml
index d1e200d1d..4b2247492 100644
--- a/core/src/main/res/values/dimens.xml
+++ b/core/src/main/res/values/dimens.xml
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
-
<dimen name="widget_margin">0dp</dimen>
<dimen name="external_player_height">64dp</dimen>
<dimen name="text_size_micro">12sp</dimen>
@@ -28,11 +27,5 @@
<dimen name="audioplayer_playercontrols_length_big">64dp</dimen>
<dimen name="audioplayer_playercontrols_margin">12dp</dimen>
- <dimen name="media_router_controller_playback_control_vertical_padding">16dp</dimen>
- <dimen name="media_router_controller_playback_control_horizontal_spacing">12dp</dimen>
- <dimen name="media_router_controller_playback_control_start_padding">24dp</dimen>
- <dimen name="media_router_controller_bottom_margin">8dp</dimen>
-
<dimen name="nav_drawer_max_screen_size">480dp</dimen>
-
</resources>
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index 1ab5b2184..59b335bc8 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -502,9 +502,6 @@
<string name="pref_proxy_title">Proxy</string>
<string name="pref_proxy_sum">Set a network proxy</string>
<string name="pref_no_browser_found">No web browser found.</string>
- <string name="pref_cast_title">Chromecast support</string>
- <string name="pref_cast_message_play_flavor">Enable support for remote media playback on Cast devices (such as Chromecast, Audio Speakers or Android TV)</string>
- <string name="pref_cast_message_free_flavor" tools:ignore="UnusedResources">Chromecast requires third party proprietary libraries that are disabled in this version of AntennaPod</string>
<string name="pref_enqueue_downloaded_title">Enqueue Downloaded</string>
<string name="pref_enqueue_downloaded_summary">Add downloaded episodes to the queue</string>
<string name="media_player_builtin">Built-in Android player (deprecated) </string>
@@ -664,7 +661,6 @@
<string name="pref_pausePlaybackForFocusLoss_title">Pause for Interruptions</string>
<string name="pref_resumeAfterCall_sum">Resume playback after a phone call completes</string>
<string name="pref_resumeAfterCall_title">Resume after Call</string>
- <string name="pref_restart_required">AntennaPod has to be restarted for this change to take effect.</string>
<!-- Online feed view -->
<string name="subscribe_label">Subscribe</string>
@@ -808,21 +804,6 @@
<!-- Subscriptions fragment -->
<string name="subscription_num_columns">Number of columns</string>
- <!-- Casting -->
- <string name="cast_media_route_menu_title">Play on&#8230;</string>
- <string name="cast_disconnect_label">Disconnect the cast session</string>
- <string name="cast_not_castable">Media selected is not compatible with cast device</string>
- <string name="cast_failed_to_play">Failed to start the playback of media</string>
- <string name="cast_failed_to_stop">Failed to stop the playback of media</string>
- <string name="cast_failed_to_pause">Failed to pause the playback of media</string>
- <string name="cast_failed_setting_volume">Failed to set the volume</string>
- <string name="cast_failed_no_connection">No connection to the cast device is present</string>
- <string name="cast_failed_no_connection_trans">Connection to the cast device has been lost. Application is trying to re-establish the connection, if possible. Please wait for a few seconds and try again.</string>
- <string name="cast_failed_status_request">Failed to sync up with the cast device</string>
- <string name="cast_failed_seek">Failed to seek to the new position on the cast device</string>
- <string name="cast_failed_receiver_player_error">Receiver player has encountered a severe error</string>
- <string name="cast_failed_media_error_skipping">Error playing media. Skipping&#8230;</string>
-
<!-- Notification channels -->
<string name="notification_group_errors">Errors</string>
<string name="notification_group_news">News</string>