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

Shortcut to open a specific org from Home Screen (iOS) / launcher (Android) #1286

Open
chrisbobbe opened this issue Jan 17, 2025 · 2 comments
Labels
beta feedback Things beta users have specifically asked for
Milestone

Comments

@chrisbobbe
Copy link
Collaborator

chrisbobbe commented Jan 17, 2025

Both iOS and Android seem to support maintaining a short list of shortcut actions that can be reached from the app icon:

On both platforms, it seems the app can maintain the list dynamically, based on data obtained while the app is running.

I think we could have items like "Open Zulip Community" or "Open Lean", which would just put you on the home screen for the org. Or I guess Open <email> on <org> if you have multiple accounts on an org.

From beta feedback:

And same OS beta app icon. Share, app info and remove seems to be standard. Please extend it with some menu options to choose from. Like open CZO, open Lean or jump to DMs.

@chrisbobbe chrisbobbe added the beta feedback Things beta users have specifically asked for label Jan 17, 2025
@chrisbobbe chrisbobbe added this to the M7: Future milestone Jan 17, 2025
@Abhisheksainii
Copy link

Abhisheksainii commented Jan 22, 2025

@chrisbobbe Can we take help from a package named quick_actions. It supports iOS(9.0+) and Android(SDK 16+) both. We can setup shortcut items and then add a listener to listen to the changes.
P.S : We would be needing exact list of items to be shown.

@chrisbobbe
Copy link
Collaborator Author

We won't have much time to spare for reviewing work on this, since it's milestoned "M7: Future"—but if you'd like to do a quick prototype to see if it's easy to implement (with tests), we might be able to take a quick look.

P.S : We would be needing exact list of items to be shown.

Let's start with these:

I think we could have items like "Open Zulip Community" or "Open Lean", which would just put you on the home screen for the org. Or I guess Open <email> on <org> if you have multiple accounts on an org.

where "Zulip Community" and "Lean" are examples of a Zulip organization's name (realm_name in the Zulip API).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
beta feedback Things beta users have specifically asked for
Projects
Status: No status
Development

No branches or pull requests

2 participants