santhoshsathish94 / notifications-widget

Automatically exported from code.google.com/p/notifications-widget
0 stars 0 forks source link

Make notification title bold on Normal/Compact styles #101

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Especially with regards to email and message notifications it would be very 
helpful to be able to differentiate between sender, subject and (in large mode) 
message text. It would be great if I could set the font size/style/colour 
separately for each of these elements.
Would gladly pay for this as well! :-)

Original issue reported on code.google.com by h3L93.ph1l1pp@gmail.com on 3 Apr 2013 at 3:06

GoogleCodeExporter commented 9 years ago
NotificationsWidget doesn't know what is the sender, subject, etc...
It only know to what is a title of notification and what is the text of it.
Few examples:
GMail:
when only one email available:
title = sender
text = email subject and body

when more the one email available:
title = "x new emails"
text = 
sender subject
sender subject
sender subject
...

Whatsapp:
when one message - the title is the sender and the text is the message
when more than one message from the same group - the title is the group and the 
text is sender text, sender text, sender text,...
when more than one message from different groups is even different, I don't 
remember exactly how.

I can make the title bold, but it will not guarantee the sender will be always 
bold, only the title of the notification. 

Original comment by ad...@roymam.com on 3 Apr 2013 at 7:05

GoogleCodeExporter commented 9 years ago

Original comment by ad...@roymam.com on 4 Apr 2013 at 8:34

GoogleCodeExporter commented 9 years ago
implemented on v1.0alpha

Original comment by ad...@roymam.com on 22 Apr 2013 at 6:49