Skip to content

Show reason that auto mode blocked syncthing from running#44

Merged
chenxiaolong merged 1 commit intomasterfrom
blocked-reason
Feb 26, 2026
Merged

Show reason that auto mode blocked syncthing from running#44
chenxiaolong merged 1 commit intomasterfrom
blocked-reason

Conversation

@chenxiaolong
Copy link
Owner

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.

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>
chenxiaolong added a commit that referenced this pull request Feb 26, 2026
Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
@chenxiaolong chenxiaolong merged commit f5864f6 into master Feb 26, 2026
1 check passed
@chenxiaolong chenxiaolong deleted the blocked-reason branch February 26, 2026 05:19
@chenxiaolong
Copy link
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>

@Miaourt
Copy link
Contributor

Miaourt commented Feb 26, 2026

On it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants