Skip to content
This repository has been archived by the owner on Jan 26, 2023. It is now read-only.

Rich Notifications #8

Open
0xcaff opened this issue Jun 18, 2016 · 3 comments
Open

Rich Notifications #8

0xcaff opened this issue Jun 18, 2016 · 3 comments
Assignees

Comments

@0xcaff
Copy link

0xcaff commented Jun 18, 2016

It would be awesome if rich notifications with images, multiple actions, and maybe even reply actions were supported.

@miyoyo
Copy link

miyoyo commented Jun 18, 2016

I Think reply actions are too hard to be implemented on what is basically a client to pull data from a remote MQ, there is no direct connection between the client and server.

IMHO, this should be in a forked application, because handling these kind of actions on microsoft, apple and every single command line system would be basically impossible, and keeping track of such messages would be a reference nightmare.

I'm not so sure about images, maybe a markup tag similar to HTML, but having the client pull the image from the internet?

@Mechazawa
Copy link
Member

Images are something the spec has room for actions are a bit harder due to UI considerations over all the possible implimentations. I don't really see how reply actions can fit in the current spec

@Mechazawa Mechazawa self-assigned this Aug 28, 2016
@mrtnmtth
Copy link

I am currently working on something along those lines. These are the features so far:

  • If the message link directs to an image, it will be downloaded and shown in a big picture notification.
  • If the message link is a geo uri, the notification will show a Google Maps image as a preview.

It is a work in progress but you can have a look at it on my repo: https://github.com/mttronc/Pushjet-Android/commits/image-notifications

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants