Commit Graph

919 Commits

Author SHA1 Message Date
Sebastian Kaspari 802de03689 I18N: Added all conversation messages to strings.xml 2010-09-05 18:02:53 +02:00
Sebastian Kaspari 1f206371bd I18N: Added new string ressources for handlers to strings.xml 2010-09-05 16:25:41 +02:00
Sebastian Kaspari 5ea7d49c34 I18N: All handlers now read their string from resources 2010-09-05 16:25:18 +02:00
Sebastian Kaspari 84fedf8be2 I18N: EchoHandler 2010-09-05 16:24:41 +02:00
Sebastian Kaspari 25cfb5a980 I18N: DevoiceHandler# 2010-09-05 16:24:20 +02:00
Sebastian Kaspari ba16f15079 I18N: DeopHandler 2010-09-05 16:24:08 +02:00
Sebastian Kaspari 9e33ec9b01 I18N: DCCHandler 2010-09-05 16:13:06 +02:00
Sebastian Kaspari 2a55b81049 I18N: CloseHandler 2010-09-05 16:12:48 +02:00
Sebastian Kaspari 72301331f2 I18N: Added all command descriptions to the strings ressource 2010-09-05 16:05:51 +02:00
Sebastian Kaspari 943b4635dc Current version of strings.xml 2010-09-05 15:57:29 +02:00
Sebastian Kaspari 5e78c020a1 I18N: Added stubs for translation 2010-09-05 15:56:58 +02:00
Sebastian Kaspari 90459a156f I18N: ServersActivity 2010-09-05 15:44:20 +02:00
Sebastian Kaspari 9d2011330f I18N: ConversationActivity 2010-09-05 15:42:47 +02:00
Sebastian Kaspari e6ba6f4bad I18N: AddServerActivity 2010-09-05 15:31:53 +02:00
Sebastian Kaspari c5b52e95c1 I18N: AddCommandsActivity 2010-09-05 15:31:42 +02:00
Sebastian Kaspari 8fc5ca054d I18N: AddChannelActivity 2010-09-05 15:31:29 +02:00
Sebastian Kaspari 17aba7ca71 Added voice recognition to yaaic 2010-08-29 16:42:50 +02:00
Sebastian Kaspari a1731b597b Bumped version to 0.5 2010-08-27 19:17:18 +02:00
Sebastian Kaspari 28854e2626 Underscore (_) is now allowed as first char in nickname 2010-08-27 19:13:23 +02:00
Sebastian Kaspari 311889278d Allow numbers in ident 2010-08-27 18:57:39 +02:00
Sebastian Kaspari 4357a7c6df Added user actions 2010-08-27 17:45:47 +02:00
Sebastian Kaspari ec3e6b04d1 ConversationSwitcher: Changed layout and moved switcher to bottom 2010-08-27 17:26:53 +02:00
Sebastian Kaspari 1fc7cc4b73 Update conversation switcher on conversation selection 2010-08-27 17:25:01 +02:00
Sebastian Kaspari e0ae24eac8 Suppress warnings: unchecked -> rawtypes (eclipse ...) 2010-08-27 16:34:25 +02:00
Brion Vibber 367fe94dc6 Disable "Ok" button on Add Channel, Add Command dialogs until something's actually been added or removed. I found myself hitting "ok" *before* "add" about four times before I figured out why it never worked. :) 2010-08-02 12:30:53 -07:00
Sebastian Kaspari 4f7bdfe9bc Use "DOWN" key event for the enter key as the milestone only sends a DOWN event (no UP event) - issue 13 2010-07-01 15:10:26 +02:00
Sebastian Kaspari 7680f34bc5 Fixed NullPointerException when switching to fullscreen mode 2010-06-26 20:20:26 +02:00
Sebastian Kaspari 3169312230 Delay 1 sec before auto joining channels (issue 12) 2010-06-26 20:15:09 +02:00
Sebastian Kaspari ce81dbb956 Define a custom quit message in the settings 2010-06-26 17:57:10 +02:00
Sebastian Kaspari 456702a833 DeckAdapter: Get MessageClickListener by getInstance() 2010-05-12 11:49:36 +02:00
Sebastian Kaspari 2e63c21d36 Added MessageClickListener and using it in DeckAdapter 2010-05-12 11:45:51 +02:00
Sebastian Kaspari 3016e30e75 ConversationActivity: Moved Listener from Activity to ConversationSelectedListener and ConversationClickListener 2010-05-12 11:44:34 +02:00
Sebastian Kaspari 8924f4cf88 Created ConversationSelectedListener 2010-05-12 11:43:33 +02:00
Sebastian Kaspari ec131a93a2 Created ConversationClickListener 2010-05-12 11:43:17 +02:00
Sebastian Kaspari 8f0ae05493 ConversationSwitcher: Removed logging and adjusted drawing 2010-05-12 11:18:34 +02:00
Sebastian Kaspari 11325ef8bd ConversationActivity: Check if previous selected conversation is still existing before setting status 2010-05-12 11:17:47 +02:00
Sebastian Kaspari 2265c03a69 ConversationActivity: Status filtering is now done by Conversation class 2010-05-12 11:09:32 +02:00
Sebastian Kaspari 70388160c7 ConversationActivity View: small adjustments 2010-05-12 11:08:56 +02:00
Sebastian Kaspari 0924d7bc82 Conversation: Filter status update by priority 2010-05-12 10:52:34 +02:00
Sebastian Kaspari 40169d4869 IRCConnection: Set STATUS_HIGHLIGHT on conversation if highlight occurs 2010-05-12 10:52:02 +02:00
Sebastian Kaspari 8cb8341218 ConversationActivity: Only invalidate dots view 2010-05-12 10:51:32 +02:00
Sebastian Kaspari 484c0283dc ConversationActivity: Set conversation status: Conversation.STATUS_MESSAGE 2010-05-12 10:43:35 +02:00
Sebastian Kaspari 1f1122b138 ConversationActivity: Set selected status on conversation 2010-05-12 10:30:07 +02:00
Sebastian Kaspari dbb522370c Conversation: setStatus(), getStatus() and constants Conversation.STATUS_* 2010-05-12 10:29:16 +02:00
Sebastian Kaspari 1e8eaf8a7d ConversationSwitcher: Draw one dot for each conversation with different colors depending on status 2010-05-12 10:28:37 +02:00
Sebastian Kaspari d3ef904fa2 ConversationSwitcher: Just draw a dot and some debugging lines 2010-05-03 22:22:57 +02:00
Sebastian Kaspari 0a99c20a31 Added ConversationSwitcher to ConversationActivity Layout 2010-05-03 22:22:32 +02:00
Sebastian Kaspari 993f861b29 Stub of new view component: ConversationSwitcher 2010-05-03 21:51:03 +02:00
Sebastian Kaspari de35171843 ConversationActivity: onActivityResult() - Stub for REQUEST_CODE_USER 2010-05-03 21:00:18 +02:00
Sebastian Kaspari b63b270bd7 UserActivity: Add nickname to result intent 2010-05-03 20:56:13 +02:00