ui: optionally disable fetching new data from connected devices when swiping down

1) add new preference Settings / User interface / refresh on swipe
2) adjusted ControlCenterv2, AbstractChartsActivity and WorkoutListActivity
This commit is contained in:
Thomas Kuehne
2025-08-26 21:17:04 +02:00
committed by José Rebelo
parent 6367bf00e0
commit f5e015ff57
7 changed files with 47 additions and 14 deletions
+2
View File
@@ -3893,6 +3893,8 @@
<string name="pref_import_activity_files_summary">Manually import activity files from the phone storage</string>
<string name="pref_fetch_unknown_files_title">Fetch unknown files</string>
<string name="pref_fetch_unknown_files_summary">Fetch unknown activity files from the watch. They will not be processed, but will be saved in the phone.</string>
<string name="pref_refresh_on_swipe_summary">Swipe down to fetch new data from connected devices.</string>
<string name="pref_refresh_on_swipe_title">Refresh on swipe</string>
<string name="cannot_upload_watchface_too_many_watchfaces_installed">Cannot upload watchface, too many watchfaces installed</string>
<string name="insufficient_space_for_upload">Insufficient space for upload</string>
<string name="file_already_exists">File already exists</string>