1
0
mirror of https://github.com/moparisthebest/Yaaic synced 2024-08-13 16:53:50 -04:00
Yaaic/application/src/org/yaaic
Steven Luo aa355c4283 Rewrite onKey handling for the ConversationActivity input line
The current method of supplying an onKey handler for the input line
(having the activity implement OnKeyListener) is somewhat unusual -- the
documentation recommends creating an anonymous inner class to pass to
setOnKeyListener().  Do this, while refactoring the code to make it
somewhat more readable and removing some instances of code duplication.
2011-06-08 23:11:28 +02:00
..
activity Rewrite onKey handling for the ConversationActivity input line 2011-06-08 23:11:28 +02:00
adapter Make the conversation history size a configurable preference 2011-06-08 23:11:28 +02:00
command Make the conversation history size a configurable preference 2011-06-08 23:11:28 +02:00
db Database: isTitleUsed(): Escape server title (SQLiteException) - Fixes #53 2011-04-12 23:30:00 +02:00
exception Some more simple refactorings 2011-03-14 22:15:13 +01:00
irc Make the conversation history size a configurable preference 2011-06-08 23:11:28 +02:00
layout Added 2011 to licence header 2011-02-05 13:00:12 +01:00
listener Overhaul notifications system 2011-06-08 23:11:28 +02:00
model Make the conversation history size a configurable preference 2011-06-08 23:11:28 +02:00
receiver Include channel topic in the displayed conversation title 2011-06-08 23:11:28 +02:00
ssl Added 2011 to licence header 2011-02-05 13:00:12 +01:00
utils Ooops, fix @author javadoc tag in classes: MircColors, Smilies 2011-04-13 00:14:40 +02:00
view Remember switched conversations across screen orientation changes 2011-06-08 23:11:28 +02:00
Yaaic.java Added 2011 to licence header 2011-02-05 13:00:12 +01:00