Removed link to known issues
|
@ -24,7 +24,6 @@ public class MainPreferencesFragment extends PreferenceFragmentCompat {
|
|||
private static final String PREF_SCREEN_NETWORK = "prefScreenNetwork";
|
||||
private static final String PREF_SCREEN_INTEGRATIONS = "prefScreenIntegrations";
|
||||
private static final String PREF_SCREEN_STORAGE = "prefScreenStorage";
|
||||
private static final String PREF_KNOWN_ISSUES = "prefKnownIssues";
|
||||
private static final String PREF_FAQ = "prefFaq";
|
||||
private static final String PREF_SEND_CRASH_REPORT = "prefSendCrashReport";
|
||||
private static final String STATISTICS = "statistics";
|
||||
|
@ -71,10 +70,6 @@ public class MainPreferencesFragment extends PreferenceFragmentCompat {
|
|||
return true;
|
||||
}
|
||||
);
|
||||
findPreference(PREF_KNOWN_ISSUES).setOnPreferenceClickListener(preference -> {
|
||||
openInBrowser("https://github.com/AntennaPod/AntennaPod/labels/bug");
|
||||
return true;
|
||||
});
|
||||
findPreference(PREF_FAQ).setOnPreferenceClickListener(preference -> {
|
||||
openInBrowser("https://antennapod.org/faq.html");
|
||||
return true;
|
||||
|
|
|
@ -44,11 +44,6 @@
|
|||
android:key="prefFaq"
|
||||
android:title="@string/pref_faq"
|
||||
android:icon="?attr/ic_question_answer" />
|
||||
|
||||
<Preference
|
||||
android:key="prefKnownIssues"
|
||||
android:title="@string/pref_known_issues"
|
||||
android:icon="?attr/ic_known_issues" />
|
||||
<Preference
|
||||
android:key="prefSendCrashReport"
|
||||
android:title="@string/crash_report_title"
|
||||
|
|
Before Width: | Height: | Size: 492 B |
Before Width: | Height: | Size: 459 B |
Before Width: | Height: | Size: 423 B |
Before Width: | Height: | Size: 406 B |
Before Width: | Height: | Size: 504 B |
Before Width: | Height: | Size: 462 B |
Before Width: | Height: | Size: 631 B |
Before Width: | Height: | Size: 594 B |
Before Width: | Height: | Size: 738 B |
Before Width: | Height: | Size: 666 B |
|
@ -58,7 +58,6 @@
|
|||
<attr name="ic_cellphone_text" format="reference"/>
|
||||
<attr name="ic_question_answer" format="reference" />
|
||||
<attr name="ic_bug" format="reference" />
|
||||
<attr name="ic_known_issues" format="reference" />
|
||||
<attr name="master_switch_background" format="color"/>
|
||||
<attr name="currently_playing_background" format="color"/>
|
||||
<attr name="ic_bookmark" format="reference"/>
|
||||
|
|
|
@ -459,7 +459,6 @@
|
|||
<string name="pref_proxy_title">Proxy</string>
|
||||
<string name="pref_proxy_sum">Set a network proxy</string>
|
||||
<string name="pref_faq">FAQ</string>
|
||||
<string name="pref_known_issues">Known issues</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>
|
||||
|
|
|
@ -70,7 +70,6 @@
|
|||
<item name="ic_cellphone_text">@drawable/ic_cellphone_text_grey600_24dp</item>
|
||||
<item name="ic_question_answer">@drawable/ic_forum_grey600_24dp</item>
|
||||
<item name="ic_bug">@drawable/ic_bug_grey600_24dp</item>
|
||||
<item name="ic_known_issues">@drawable/ic_format_list_bulleted_grey600_24dp</item>
|
||||
<item name="ic_bookmark">@drawable/ic_bookmark_grey600_24dp</item>
|
||||
<item name="batch_edit_fab_icon">@drawable/ic_fab_edit_white</item>
|
||||
<item name="master_switch_background">@color/master_switch_background_light</item>
|
||||
|
@ -155,7 +154,6 @@
|
|||
<item name="ic_cellphone_text">@drawable/ic_cellphone_text_white_24dp</item>
|
||||
<item name="ic_question_answer">@drawable/ic_baseline_question_answer_white_24dp</item>
|
||||
<item name="ic_bug">@drawable/ic_bug_white_24dp</item>
|
||||
<item name="ic_known_issues">@drawable/ic_format_list_bulleted_white_24dp</item>
|
||||
<item name="ic_bookmark">@drawable/ic_bookmark_white_24dp</item>
|
||||
<item name="batch_edit_fab_icon">@drawable/ic_fab_edit_white</item>
|
||||
<item name="master_switch_background">@color/master_switch_background_dark</item>
|
||||
|
|