Yaaic/application/src/org/yaaic/activity
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
..
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 Rewrite onKey handling for the ConversationActivity input line 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