Commit Graph

84 Commits

Author SHA1 Message Date
Sebastian Kaspari 6e2c835869 ConversationActivity: Small changes in onKeyDown() (also removed onBackPressed()) 2010-03-24 18:44:17 +01:00
Sebastian Kaspari 8bfe1d1a75 Bugfix: Do not try to connect on resume 2010-03-21 15:26:11 +01:00
Sebastian Kaspari 926bd9168a Cannot add messages to adapter in a differen thread 2010-03-20 23:15:52 +01:00
Sebastian Kaspari e0793a3bfa ConversationActivity: Update status in onResume() 2010-03-20 23:15:29 +01:00
Sebastian Kaspari 2a679baf6e Do more work on threads 2010-03-20 22:39:42 +01:00
Sebastian Kaspari 251bee24f7 Only resize MessageListView if in delegate mode 2010-03-20 21:56:15 +01:00
Sebastian Kaspari 76222eefd3 Resize MessageListView if parent's size has changed (fixing layout on using soft keyboard) 2010-03-20 21:49:46 +01:00
Sebastian Kaspari 70c9ab644b Moved connect from ServersActivity to ConversationActivity for faster responses 2010-03-20 20:21:51 +01:00
Sebastian Kaspari 3ca4ea981c Start ConversationActivity without requesting a result 2010-03-20 20:14:15 +01:00
Sebastian Kaspari 97eae1f4f0 ServersActivity: do not update data set before starting another activity 2010-03-20 20:09:42 +01:00
Sebastian Kaspari e28c09e704 Add/Edit server: server title should be unique 2010-03-20 17:52:42 +01:00
Sebastian Kaspari be2584f5fe Handle irc:// uris 2010-03-20 16:32:42 +01:00
Sebastian Kaspari b41017ce93 Only update message list adapter on resume if existing 2010-03-20 15:44:34 +01:00
Sebastian Kaspari 7e36456b7a Possibility to edit already existing servers 2010-03-20 15:44:05 +01:00
Sebastian Kaspari cfe90d718f ConversationActivity: Fill views with buffered messages on resume 2010-03-18 22:37:37 +01:00
Sebastian Kaspari d721599351 Always scroll if not using full channel view 2010-03-18 20:26:04 +01:00
Sebastian Kaspari 62f5fcc074 Use an activity for the "join channel" dialog instead of a real dialog) 2010-03-17 22:43:56 +01:00
Sebastian Kaspari ca4a207b50 ServersActivity: Use the icon as centered background 2010-03-17 21:54:43 +01:00
Sebastian Kaspari 97b5467897 ConversationActivity: Use the icon as centered background 2010-03-17 21:52:51 +01:00
Sebastian Kaspari 9f19c0b7ac (Fixed issue 5) store message adapter in conversation and reuse it 2010-03-17 19:32:27 +01:00
Sebastian Kaspari ce98d23b77 Renamed ChannelReceiver to ConversationReceiver 2010-03-14 22:13:23 +01:00
Sebastian Kaspari 314799cd83 Realname cannot be blank - see issue 4 2010-03-14 15:43:26 +01:00
Sebastian Kaspari 454e034a5c Added validation to AddServerActivity 2010-03-14 13:34:25 +01:00
Sebastian Kaspari 11eabc723e ConversationActivity: notify the whole deck only as fallback 2010-03-14 00:03:38 +01:00
Sebastian Kaspari fbb74184d5 Bugfix for some messages do not show up directly 2010-03-13 23:47:18 +01:00
Sebastian Kaspari 9f0ad056a0 Disconnect from server on delete 2010-03-13 21:06:29 +01:00
Sebastian Kaspari 5dd23fce43 Add identity to server on creating a new server 2010-03-13 20:53:37 +01:00
Sebastian Kaspari 7183c1c06c Settings Activity and co. 2010-03-13 19:56:32 +01:00
Sebastian Kaspari 47b3628853 Some documentation 2010-03-13 19:06:35 +01:00
Sebastian Kaspari 98e24bb8a2 Small changes (Manifest, "about" layout) 2010-03-13 18:05:36 +01:00
Sebastian Kaspari 57e9ba721f Moved server.xml to conversations.xml 2010-03-13 18:04:59 +01:00
Sebastian Kaspari 90a3c25c58 Added AboutActivity 2010-03-13 17:56:10 +01:00
Sebastian Kaspari 1bce5e1fc9 Added 2010 ;) 2010-03-13 16:52:20 +01:00
Sebastian Kaspari 0a5ded2e99 identation 2010-03-12 20:35:25 +01:00
Sebastian Kaspari 0cb9238206 Save identity information from ServerAdd view to database 2010-03-12 20:16:20 +01:00
Sebastian Kaspari da58a7d042 Renamed servers.xml to conversations.xml like activity names 2010-03-12 00:10:18 +01:00
Sebastian Kaspari e7a903851e Remove channel views on part 2010-03-11 01:10:21 +01:00
Sebastian Kaspari b87501622c Renamed Broadcast constants from CHANNEL_* to CONVERSATION_* 2010-03-11 00:25:53 +01:00
Sebastian Kaspari 58b9398800 Bugfix: All messages were posted to the current view if full channel view was used 2010-03-11 00:08:36 +01:00
Sebastian Kaspari 46f5d1d008 Disable posting non-commands on the ServerInfo view 2010-03-11 00:05:04 +01:00
Sebastian Kaspari 031c042d50 Show error if user is not connected but sends a message 2010-03-10 23:53:39 +01:00
Sebastian Kaspari 0570e3d638 Reload serverlist on resume() (Server status may has been updated) 2010-03-10 23:48:21 +01:00
Sebastian Kaspari be872c25c7 Renamed ServerActivity to ConversationActivity to prevent confusion (ServerActivity <-> ServersActivity) 2010-03-10 23:30:59 +01:00
Sebastian Kaspari fa9cdd5f1d ServerActivity: register for server broadcasts and update view 2010-03-10 23:28:49 +01:00
Sebastian Kaspari 3a3e4ae822 Only connect on click if not already connected or connecting 2010-03-10 23:17:22 +01:00
Sebastian Kaspari 9efb7b8e4a Disable input if not connected 2010-03-10 23:12:01 +01:00
Sebastian Kaspari ac48ee9aae Directly jump to server view on click and watch the client connecting 2010-03-10 23:09:39 +01:00
Sebastian Kaspari 6d8cbb6ff4 Remember selected conversation in server object 2010-03-10 22:56:44 +01:00
Sebastian Kaspari 7174eb356e Don't show conversation name at top if ServerInfo view is selected 2010-03-10 22:52:48 +01:00
Sebastian Kaspari ec85ac51b7 Ignore empty messages entered 2010-03-10 22:17:53 +01:00