Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions app/src/main/res/values-en/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,15 @@
<string name="search_query_hint_zapp">Search in Zapp…</string>
<string name="search_query_hint_mediathek">Search media center…</string>
<string name="delete_search_query_content_description">Delete query</string>
<string name="search_filter_help_text">Type numbers or channel names to select filters!</string>

<string name="search_suggestion_header_last_searches">Recent searches</string>
<string name="search_suggestion_header_local_suggestions">Suggestions</string>
<string name="search_suggestion_clear_all_queries">Clear all</string>

<string name="search_dialog_confirm_delete_search_history_title">Clear search history</string>
<string name="search_dialog_confirm_delete_search_history_text">Deletes all recent search queries.</string>

<string name="menu_refresh">Refresh</string>
<string name="menu_retry">Retry</string>
<string name="menu_about">About Zapp</string>
Expand All @@ -107,6 +111,7 @@
<string name="menu_filter">Filter</string>
<string name="menu_program_info">Program Info</string>
<string name="menu_voice_search">Voice Search</string>
<string name="menu_delete_search_query_from_history">Remove from search history</string>

<!-- player -->
<string name="player_zoom_state_cropped">Zoomed</string>
Expand Down Expand Up @@ -139,6 +144,7 @@
<string name="pref_key_pip_on_back_summary">Resumes playback in picture in picture mode when leaving the video player</string>

<string name="pref_stream_quality_cellular_title">Video quality over metered networks</string>
<string name="pref_stream_quality_wifi_title">Other video quality</string>

<string name="pref_download_over_unmetered_network_only_title">Download over unmetered networks only</string>
<string name="pref_download_over_unmetered_network_only_summary">Videos won\'t download when your device uses for example a mobile connection</string>
Expand All @@ -164,9 +170,19 @@
<string name="pref_download_to_sd_card_title">Download to sd card</string>
<string name="pref_download_to_sd_card_summary">Video files will be saved to sd card if present.</string>

<string name="pref_delete_started_shows_title">Reset started shows</string>
<string name="pref_delete_started_shows_summary">Deletes the progress of all shows you started or finished watching.</string>

<string name="pref_dynamic_colors">Dynamic colors</string>
<string name="pref_dynamic_colors_summary">Choose accent colors based on the wallpaper.</string>

<string name="pref_detail_search_history_title">Search history</string>
<string name="pref_detail_search_history_summary">Remember the most recent search queries.</string>

<string name="pref_dialog_confirm_reset_playback_position_title">Reset started shows?</string>
<string name="pref_dialog_confirm_reset_playback_position_text">Deletes the progress of all shows you started or finished watching. No downloads will be deleted.</string>
<string name="pref_dialog_confirm_reset_playback_position_success_toast">Successfully reset all started shows</string>

<!-- notifications -->
<string name="notification_channel_name_background_playback">Background player</string>
<string name="notification_channel_name_download_progress">Download progress</string>
Expand Down
11 changes: 11 additions & 0 deletions fastlane/metadata/android/en/changelogs/79.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
* Added an option to mark a show as watched ([#509](https://github.com/mediathekview/zapp/issues/509))
* Added an option to reset the progress of all started shows ([#507](https://github.com/mediathekview/zapp/issues/507))
* Fixed channel order list being covered by the navigation bar ([#496](https://github.com/mediathekview/zapp/issues/496))
* Restricted local result list for the mediathek search ([#486](https://github.com/mediathekview/zapp/issues/486))
* Automatic picture in picture mode starts when exiting Zapp via the home button (starting with Android 12) ([#506](https://github.com/mediathekview/zapp/issues/506))
* Stop video playback when turning off the screen ([#490](https://github.com/mediathekview/zapp/issues/490))
* Fixed downloads sometimes showing up in notifications but in the user interface ([#508](https://github.com/mediathekview/zapp/issues/508))
* Fixed video title covered by the camera notch in portrait mode ([#512](https://github.com/mediathekview/zapp/issues/512))
* Fixed crash when rotating the device while the program info in open ([#511](https://github.com/mediathekview/zapp/issues/511))
* Fixed crash when starting a mediathek show download from the mediathek list over a metered network ([#514](https://github.com/mediathekview/zapp/issues/514))
* Fixed a blank screen when navigating back to a mediathek show from the settings screen ([#515](https://github.com/mediathekview/zapp/issues/515))