Feature: add configurable default scheduled time option#366
Merged
risin42 merged 3 commits intoMay 23, 2026
Conversation
f6928e5 to
7a95298
Compare
There was a problem hiding this comment.
Actionable comments posted: 3
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: ASSERTIVE
Plan: Pro
Run ID: 14b29d8a-a7b7-4f92-83d0-d8faafc56eb6
📒 Files selected for processing (5)
TMessagesProj/src/main/java/org/telegram/ui/Components/AlertsCreator.javaTMessagesProj/src/main/java/tw/nekomimi/nekogram/settings/NekoChatSettingsActivity.javaTMessagesProj/src/main/kotlin/xyz/nextalone/nagram/NaConfig.ktTMessagesProj/src/main/kotlin/xyz/nextalone/nagram/ScheduleTimeShift.ktTMessagesProj/src/main/res/values/strings_nax.xml
risin42
approved these changes
May 23, 2026
Contributor
Author
Oh jeeez, waaaay better now! Appreciate your help and such a fast turn-over! |
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.
Add configurable default schedule time setting
Motivation
Currently when user wants to schedule message, default time offset is always 10 minutes. This is not convenient when you need send multiple scheduled messages all for some later time - for example, if you preparing a story or what's more important, if you need to reply to many messages (and thus need to leave the Scheduled Messages view) and don't want them to be sent until you're done and reviewed it.
Every time you need click through date picker and adjust time manually. This is very annoying and makes scheduled messages feature less useful for such scenarios.
What this PR does
This PR adds new setting in N-Settings → Chat → Chats section that allows configure default time offset for scheduled messages.
Now user can:
Use cases
This feature will be useful for:
Testing
Tested scenarios:
Summary by CodeRabbit