Compare commits

...

2 Commits

Author SHA1 Message Date
Hans-Peter Lehmann
58165ff65c
Remove cloud icon on cloud screen, no other subscreen has icons (#7987) 2025-09-14 12:24:39 +02:00
Keunes
c98150d80f
Update label and description for crash logs field (#7988) 2025-09-14 08:18:27 +02:00
3 changed files with 3 additions and 4 deletions

View File

@ -65,5 +65,5 @@ body:
- type: textarea
id: logs
attributes:
label: Logs
description: If you are experiencing a crash, including the stacktrace will likely get it fixed sooner. AntennaPod has an `export logs` feature for this.
label: Crash logs
description: If you are experiencing a crash, including the stacktrace will likely get it fixed sooner. You can copy them from the 'Report bugs' screen.

View File

@ -124,7 +124,7 @@ public class SynchronizationPreferencesFragment extends AnimatedPreferenceFragme
} else {
preferenceHeader.setTitle(R.string.synchronization_choose_title);
preferenceHeader.setSummary(R.string.synchronization_summary_unchoosen);
preferenceHeader.setIcon(R.drawable.ic_cloud);
preferenceHeader.setIcon(null);
preferenceHeader.setOnPreferenceClickListener((preference) -> {
chooseProviderAndLogin();
return true;

View File

@ -5,7 +5,6 @@
<Preference
android:key="preference_synchronization_description"
android:icon="@drawable/ic_notification_sync"
android:summary="@string/synchronization_summary_unchoosen"/>
<Preference