-
Notifications
You must be signed in to change notification settings - Fork 249
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
Show notifications on Android #320
Labels
Milestone
Comments
gnprice
added
a-Android
Issues specific to Android, or requiring Android-specific work
a-notifications
labels
Oct 16, 2023
gnprice
added a commit
to gnprice/zulip-flutter
that referenced
this issue
Oct 17, 2023
This implements part of zulip#320. To make an end-to-end demo, we also listen for notification messages, and just print them to the debug log.
chrisbobbe
pushed a commit
to gnprice/zulip-flutter
that referenced
this issue
Oct 25, 2023
This implements part of zulip#320. To make an end-to-end demo, we also listen for notification messages, and just print them to the debug log.
This was referenced Oct 26, 2023
gnprice
added a commit
that referenced
this issue
Oct 31, 2023
This implements most of the remaining work of #320. It doesn't yet deliver most of the user-facing value: for that, the remaining piece will be to make notifications appear when the app is in the background as well as when it's in the foreground. I have a draft for that and it works, but the tests require some more fiddling which I may not get to today, so I wanted to get the bulk of this posted for review. Many other improvements still to be made are tracked as their own issues: most notably iOS support #321, and opening a conversation by tapping the notification #123.
gnprice
added a commit
to gnprice/zulip-flutter
that referenced
this issue
Nov 1, 2023
This completes the core functionality of showing notifications on Android, zulip#320. Sadly this does not work very well if the app isn't running at all: e.g., if you terminate the app by swiping it away in the app switcher. In that case the notification can be quite a bit delayed. But fixing that seems likely to require some deeper debugging, and getting our hands into Java or Kotlin code for I think the first time in zulip-flutter. So we'll deal with that as a followup issue, zulip#342. Details there. Fixes: zulip#320
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Part of #122.
I have a draft branch already that does this.
The text was updated successfully, but these errors were encountered: