Yaaic/application/src/org/yaaic/activity
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
..
AboutActivity.java Added 2011 to licence header 2011-02-05 13:00:12 +01:00
AddAliasActivity.java Some more simple refactorings 2011-03-14 22:15:13 +01:00
AddChannelActivity.java Some more simple refactorings 2011-03-14 22:15:13 +01:00
AddCommandsActivity.java Some more simple refactorings 2011-03-14 22:15:13 +01:00
AddServerActivity.java Add _ to ident chars, update comment 2011-04-24 20:53:40 -06:00
ConversationActivity.java Overhaul notifications system 2011-06-08 23:11:28 +02:00
JoinActivity.java JoinActivity: Set cursor position 2011-04-12 23:05:09 +02:00
MessageActivity.java Added 2011 to licence header 2011-02-05 13:00:12 +01:00
ServersActivity.java Hold MessageListAdapters and MessageListViews in DeckAdapter to avoid leaks 2011-06-08 23:11:28 +02:00
SettingsActivity.java Added 2011 to licence header 2011-02-05 13:00:12 +01:00
UserActivity.java New user action view and new actions: reply, query 2011-02-05 16:04:36 +01:00
UsersActivity.java Added 2011 to licence header 2011-02-05 13:00:12 +01:00