added ability to copy comments on long press

This commit is contained in:
Harshal Lele 2020-02-04 16:40:57 +05:30
parent 28b4342d91
commit 00f19e6380
4 changed files with 36 additions and 1 deletions

View file

@ -159,6 +159,7 @@
<string name="show_play_with_kodi_key" translatable="false">show_play_with_kodi</string>
<string name="show_next_video_key" translatable="false">show_next_video</string>
<string name="show_comments_key" translatable="false">show_comments</string>
<string name="copy_comment_long_press" translatable="false">copy_comment_long_press</string>
<string name="stream_info_selected_tab_key" translatable="false">stream_info_selected_tab</string>
<string name="show_hold_to_append_key" translatable="false">show_hold_to_append</string>
<string name="default_language_value">en</string>

View file

@ -76,6 +76,7 @@
<string name="download_thumbnail_title">Load thumbnails</string>
<string name="show_comments_title">Show comments</string>
<string name="show_comments_summary">Disable to stop showing comments</string>
<string name="copy_comment_long_press_title">Copy comment on long press</string>
<string name="download_thumbnail_summary">Turn off to prevent loading thumbnails, saving data and memory usage. Changes clear both in-memory and on-disk image cache.</string>
<string name="thumbnail_cache_wipe_complete_notice">Image cache wiped</string>
<string name="metadata_cache_wipe_title">Wipe cached metadata</string>

View file

@ -65,6 +65,12 @@
android:title="@string/show_comments_title"
android:summary="@string/show_comments_summary"/>
<SwitchPreference
app:iconSpaceReserved="false"
android:defaultValue="false"
android:key="@string/copy_comment_long_press"
android:title="@string/copy_comment_long_press_title"/>
<Preference
app:iconSpaceReserved="false"
android:summary="@string/import_data_summary"