This patch series addresses a minor issue with the status bar
notification, and fixes handling of conversations being created or
destroyed while a ConversationActivity is paused. Tested on a Nexus S
running 2.3.4.
Steven Luo (4):
Display "Not connected" in notification instead of no text when not
connected
Add method to remove conversation from DeckAdapter by position
Add new conversations to DeckAdapter in onResume()
Remove views from DeckAdapter when corresponding conversation has
gone missing
application/res/values/strings.xml | 1 +
.../org/yaaic/activity/ConversationActivity.java | 21 ++++++++++++++++++-
application/src/org/yaaic/adapter/DeckAdapter.java | 18 ++++++++++++----
application/src/org/yaaic/irc/IRCService.java | 4 +-
4 files changed, 35 insertions(+), 9 deletions(-)
--
1.7.2.5