Pushjet / Pushjet-Android

The Pushjet android client
BSD 2-Clause "Simplified" License
135 stars 21 forks source link

Rich Notifications #8

Open 0xcaff opened 8 years ago

0xcaff commented 8 years ago

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

miyoyo commented 8 years ago

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 commented 8 years ago

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

mrtnmtth commented 6 years ago

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

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