Yaaic/application/src/org/yaaic
Steven Luo 66006cabf5 Work around a crash on ICS when destroying a ConversationActivity
On Ice Cream Sandwich, something -- possibly even in the Android
framework classes (not in our code) -- is passing in null to a
MessageListAdapter's unregisterOnDataSetObserver(), which causes a
crash.

We should really find out whether this is something we can properly fix
or not, but in the meantime, wrap the superclass's method with our own
method which checks for null before calling through to the superclass
implementation.
2011-11-26 19:41:06 +01:00
..
activity Proper case insensitive nick completion (untested) 2011-11-18 13:48:41 +01:00
adapter Work around a crash on ICS when destroying a ConversationActivity 2011-11-26 19:41:06 +01:00
command Add /back command (issue #89) 2011-09-05 08:41:55 +02:00
db (Authentication) GUI for NickServ and SASL 2011-06-10 21:35:23 +02:00
exception Some more simple refactorings 2011-03-14 22:15:13 +01:00
irc Display "Not connected" in notification instead of no text when not connected 2011-08-16 11:21:33 +02:00
layout Added 2011 to licence header 2011-02-05 13:00:12 +01:00
listener ConversationClickListener: Remove unused imports 2011-06-08 23:17:59 +02:00
model Only ignore the MOTD once. 2011-07-02 19:49:19 +02:00
receiver Fix auto-reconnect 2011-06-29 20:34:55 +02:00
ssl Added 2011 to licence header 2011-02-05 13:00:12 +01:00
tools Shrinked version of Base64 class. Fixes #71. 2011-07-02 19:49:18 +02:00
utils Ooops, fix @author javadoc tag in classes: MircColors, Smilies 2011-04-13 00:14:40 +02:00
view Remove bottom padding in MessageListView onCreate() 2011-07-03 14:08:28 +02:00
Yaaic.java Added 2011 to licence header 2011-02-05 13:00:12 +01:00