Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement send-later (scheduled send) #419

Closed
philogit opened this issue Apr 24, 2023 · 3 comments
Closed

Implement send-later (scheduled send) #419

philogit opened this issue Apr 24, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@philogit
Copy link

Is your feature request related to a problem? Please describe.
Google Messages on Android provides a method for scheduling messages to be sent at a later time. This is not currently available on the desktop app.

Describe the solution you'd like
Implement the send-later feature in the desktop app as described in Google Help. (https://support.google.com/messages/answer/10456318)

Describe alternatives you've considered
The user may continue to schedule messages using the Android app, but this is less convenient for desktop users.

Additional context

Steps on how to create a scheduled message using the Android app and the expected behavior when opening a scheduled message (taken from Google Help):

  • Open the Messages app.
  • Open a conversation.
  • Enter your message.
  • Touch and hold Send.
  • Choose from the suggestions. 
    • Optional: If you choose your own date and time, a calendar opens. After you pick a date, a clock opens so you can pick a time. Tap Next.
  • Tap Send.

Behavior when opening a scheduled message:

  • If you open a conversation with a scheduled message, there will be a “Scheduled message” notification.
@philogit philogit added the enhancement New feature or request label Apr 24, 2023
@philogit philogit changed the title Implement send later (scheduled send) Implement send-later (scheduled send) Apr 24, 2023
@OrangeDrangon
Copy link
Owner

OrangeDrangon commented Apr 26, 2023

Is this behavior available on https://messages.google.com/web

@philogit
Copy link
Author

Is this behavior available on https://messages.google.com/web

Ah, it looks like it isn't available. Do you aim to limit the feature set to what's found in the web app?

@OrangeDrangon
Copy link
Owner

Complex features like this I usually defer to the web app for implementation. I am sure something could be approximated but it would be unreliable and not a good experience.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants