Show reason that auto mode blocked syncthing from running#44
Merged
chenxiaolong merged 1 commit intomasterfrom Feb 26, 2026
Merged
Show reason that auto mode blocked syncthing from running#44chenxiaolong merged 1 commit intomasterfrom
chenxiaolong merged 1 commit intomasterfrom
Conversation
2754b26 to
8b6837f
Compare
The list of reasons will show up both on the main settings screen and the notification. Previously, the user had no way to know why syncthing wasn't running without looking at the logs. Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
8b6837f to
f5864f6
Compare
chenxiaolong
added a commit
that referenced
this pull request
Feb 26, 2026
Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
Owner
Author
|
@ygorigor @Miaourt @SanskritFritz This PR added a few new strings for displaying the reason Syncthing isn't running. Would you like to update the translations one more time before I make a new release? <!-- Paused/stopped reason -->
<string name="blocked_reason_manual">• Manually stopped</string>
<string name="blocked_reason_disconnected">• Not connected to network</string>
<string name="blocked_reason_metered_network">• Connected to metered network</string>
<string name="blocked_reason_bad_network_type">• Network type not allowed</string>
<string name="blocked_reason_bad_wifi_ssid">• Connected to blocked Wi-Fi network</string>
<string name="blocked_reason_on_battery">• Running on battery power</string>
<string name="blocked_reason_low_battery">• Battery level is low</string>
<string name="blocked_reason_battery_saver">• Battery saver mode is on</string>
<string name="blocked_reason_auto_sync_data">• Auto-sync data is off</string>
<string name="blocked_reason_time_schedule">• Outside of time schedule</string> |
Contributor
|
On it! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The list of reasons will show up both on the main settings screen and the notification. Previously, the user had no way to know why syncthing wasn't running without looking at the logs.