add auto clock synchronization setting after repeater login#369
Open
just-stuff-tm wants to merge 1 commit intozjs81:devfrom
Open
add auto clock synchronization setting after repeater login#369just-stuff-tm wants to merge 1 commit intozjs81:devfrom
just-stuff-tm wants to merge 1 commit intozjs81:devfrom
Conversation
Introduced a new setting for automatic clock synchronization after a successful repeater login. Added localization support for the new feature in multiple languages (Bulgarian, German, English, Spanish, French, Hungarian, Italian, Japanese, Korean, Dutch, Polish, Portuguese, Russian, Slovak, Slovenian, Swedish, Ukrainian, Chinese). Implemented storage service methods to manage the new setting. Updated the repeater settings screen to include a toggle for the new feature. Enhanced the repeater login dialog to trigger clock synchronization automatically if the setting is enabled.
Contributor
Author
|
@446564 @wel97459 @zjs81 @interfect The scheduler can be implemented in a separate PR. Proper upstream error handling for clock sync should also be addressed separately. The current error (“cannot turn clock back”) occurs because the clock is not actually ahead, it's in UTC, while the sync request is coming from UTC-4 or similar. There is no timezone conversion happening, which needs to be fixed in another PR as well. The OG app throws the same error and doesn't convert host time to UTC before sending to repeater |
446564
approved these changes
Apr 10, 2026
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.
Introduced a new setting for automatic clock synchronization after a successful repeater login. Added localization support for the new feature in multiple languages (Bulgarian, German, English, Spanish, French, Hungarian, Italian, Japanese, Korean, Dutch, Polish, Portuguese, Russian, Slovak, Slovenian, Swedish, Ukrainian, Chinese). Implemented storage service methods to manage the new setting. Updated the repeater settings screen to include a toggle for the new feature. Enhanced the repeater login dialog to trigger clock synchronization automatically if the setting is enabled. Feature Request #349
Screencast.from.2026-04-10.15-29-13.mp4