summaryrefslogtreecommitdiff
path: root/app/src/main
diff options
context:
space:
mode:
authormalockin <malockin@gmail.com>2020-05-03 22:56:31 +0300
committermalockin <malockin@gmail.com>2020-05-03 22:56:31 +0300
commit1cdfd80ca1561ca0f33313424488354ef6349749 (patch)
tree4d8f60e3768263bd1387823aa33b22b6d6ccd340 /app/src/main
parent10e8f7c614d60104ac381c6593116c5bbfb1595a (diff)
downloadAntennaPod-1cdfd80ca1561ca0f33313424488354ef6349749.zip
Updated PR according to comments
Removed unnecessary checks in while loop, and converted it to a do...while loop. Moved favorites export under HTML section. Corrected indentation in resources files. Moved to using a unified template for all HTML exports. Removed unnecessary strings, corrected capitalization.
Diffstat (limited to 'app/src/main')
-rw-r--r--app/src/main/res/xml/preferences_import_export.xml11
1 files changed, 4 insertions, 7 deletions
diff --git a/app/src/main/res/xml/preferences_import_export.xml b/app/src/main/res/xml/preferences_import_export.xml
index a184b48fa..383bff117 100644
--- a/app/src/main/res/xml/preferences_import_export.xml
+++ b/app/src/main/res/xml/preferences_import_export.xml
@@ -27,17 +27,14 @@
android:summary="@string/opml_import_summary"/>
</PreferenceCategory>
- <PreferenceCategory android:title="@string/favorites">
- <Preference
- android:key="prefFavoritesExport"
- android:title="@string/favorites_export_label"
- android:summary="@string/favorites_export_summary"/>
- </PreferenceCategory>
-
<PreferenceCategory android:title="@string/html">
<Preference
android:key="prefHtmlExport"
android:title="@string/html_export_label"
android:summary="@string/html_export_summary"/>
+ <Preference
+ android:key="prefFavoritesExport"
+ android:title="@string/favorites_export_label"
+ android:summary="@string/favorites_export_summary"/>
</PreferenceCategory>
</PreferenceScreen>