1
0
mirror of https://github.com/moparisthebest/Yaaic synced 2024-08-13 16:53:50 -04:00
Yaaic/application/res
Steven Luo 61960c9add Overhaul notifications system
Features:
* Now displays the number of mentions that the user has not seen in the
  notification.
* When no mentions are outstanding, display which servers the user is
  connected to, not the last message.
* When more than one mention is outstanding, display the names of the
  conversations with new mentions, not just the last message received.
* Notifications of mentions are suppressed if you're in the conversation
  at the time of the mention.
* Notifications of mentions automatically clear when you bring up the
  conversation.
* Vibrate notifications now generate the user's chosen default vibrate
  pattern, not a hard-coded one.
* Add ticker text to the notification that's displayed when the IRCService
  goes into the foreground, instead of displaying a blank ticker.

To allow for all of this, the implementation moves most of the details
of generating the notification text into the IRCService, which now
exposes addNewMention() and notifyConnected()/notifyDisconnected()
methods instead of the lower-level updateNotification().
2011-06-08 23:11:28 +02:00
..
drawable Add support for graphical smilies in chat. 2011-03-27 19:51:47 +02:00
layout Include channel topic in the displayed conversation title 2011-06-08 23:11:28 +02:00
menu Added 2011 to licence header 2011-02-05 13:00:12 +01:00
values Overhaul notifications system 2011-06-08 23:11:28 +02:00
values-da Add danish translation (By rasher) 2011-05-06 17:18:20 +02:00
values-de ServerListAdapter: Updated color codes 2011-02-11 12:54:48 +01:00
values-es New user action view and new actions: reply, query 2011-02-05 16:04:36 +01:00
values-fr French translation updated 2011-04-17 05:36:37 +08:00
values-it Hide join/part setting now hides quit messages too 2011-03-15 20:42:35 +01:00
values-ja New user action view and new actions: reply, query 2011-02-05 16:04:36 +01:00
values-tr fixed missing angle in closing tag 2011-03-30 16:07:37 +02:00
values-zh New user action view and new actions: reply, query 2011-02-05 16:04:36 +01:00
xml Add support for graphical smilies in chat. 2011-03-27 19:51:47 +02:00