miguelhenrique / android-notifier

Automatically exported from code.google.com/p/android-notifier
0 stars 0 forks source link

Unread calls & messages - Rainmeter Support #401

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi! You are doing great work here!

I have a request, and I think that nobody else talked about something similar.

My main idea is that the android app sends to our PC not just in-time 
notifications (such as who is calling, etc), but also missed notifications. For 
example:
"1 missed call", "2 unread messages"

These missed notifications would be appearing periodically, as regard as the 
main desktop app in concerned.

Other than that, it would be best if they, along with battery charge, could be 
written on-the-fly in a .xml local file, in an RSS format.
For example

--------------------------------------
<title>Calls</title>
<count>1</count>
<caller>Mr.Smith</caller>

<title>Messages</title>
<count>2</count>
<sender>Mr.Smith</sender>
<sender>Mr. Neo</sender>

<title>Battery</title>
<count>90%</count>
<state>discharging</state>

-------------------------------------

I know about the plain file and the security risks, but you could leave it 
optional. That kind of configuration would be GREAT for Rainmeter plugins to 
pick up the missed notifications and present them in a skin.

I hope you consider my idea :) 

Original issue reported on code.google.com by KreAc...@gmail.com on 1 Jun 2011 at 11:30

GoogleCodeExporter commented 8 years ago
Gr8 IDEA ,, I was looking for this 

Original comment by shiyas2...@gmail.com on 3 Oct 2013 at 3:09