Marlinski / Rumble

Rumble allows the sharing of messages and pictures without relying on the Internet, in a Delay Tolerant Fashion following the Store-Carry and Forward paradigm
http://disruptedsystems.org
GNU General Public License v3.0
298 stars 32 forks source link

Vibrates When New Chat Message is Received #23

Closed PrasannaVenkadesh closed 8 years ago

PrasannaVenkadesh commented 8 years ago

Since we do not have any system notifications at the moment and also since the chats are real-time which requires immediate attention of the user, I made the device to vibrate whenever a new chat message is received and the Chat screen is not in the focus.

Todo: Dismiss-able Android Tray Notifications

xoir commented 8 years ago

Actually - it would be nice to use the system notification for group/public messages as well. Preferably by enabling the user the switch between different styles of notifications (Pulsing LED, Vibration, Sound, …) for chat & group messages. I might create a feature request for this. ;)

Marlinski commented 8 years ago

thanks. it would be nice if it vibrates when the app is not in focus. I believe the NetworkCoordinator might do that.

PrasannaVenkadesh commented 8 years ago

I think, it also vibrates when the app is not in focus too. Will check again.