Commit Graph

753 Commits

Author SHA1 Message Date
Sebastian Kaspari 1bce5e1fc9 Added 2010 ;) 2010-03-13 16:52:20 +01:00
Sebastian Kaspari 16a89c9417 Use server password on connect if defined 2010-03-13 16:46:32 +01:00
Sebastian Kaspari bfd67da5b9 Read server password from database on object population 2010-03-13 16:45:06 +01:00
Sebastian Kaspari 7d55a03a02 Server: setPassword() getPassword() 2010-03-13 16:44:05 +01:00
Sebastian Kaspari 90878c9b34 Implemented /close 2010-03-13 16:02:48 +01:00
Sebastian Kaspari 5b54d66f70 Server: Use a LinkedHashMap to archive a predictable order 2010-03-13 15:51:39 +01:00
Sebastian Kaspari 825cf278be Database: Helper method for updating server records 2010-03-13 15:41:34 +01:00
Sebastian Kaspari 80a5e56294 Use realname of identity (Workaround for PircBot handling version as real name) 2010-03-13 15:17:32 +01:00
Sebastian Kaspari 01f03747b0 Use nickname and ident of the identity 2010-03-13 14:58:01 +01:00
Sebastian Kaspari e61dbe86ae Attach identity on loading server from database 2010-03-13 14:55:19 +01:00
Sebastian Kaspari 7ec5499541 Server: methods to attach an identity to a server 2010-03-13 14:45:45 +01:00
Sebastian Kaspari d82db7aa38 Database: Helper method for loading an identity by id 2010-03-13 14:41:29 +01:00
Sebastian Kaspari 7c48f907d9 First implementation of the Identity class 2010-03-13 13:41:10 +01:00
Sebastian Kaspari 3abd38e913 Switched to sdk version 3 (Android 1.5) 2010-03-13 13:31:31 +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 1e922c1542 Added helper methods to store identities in database 2010-03-12 20:15:49 +01:00
Sebastian Kaspari 8fc96c2d86 Constants for the identities table 2010-03-12 19:48:58 +01:00
Sebastian Kaspari 06bbd0442b Adjustments for the on screen keyboard 2010-03-12 00:49:50 +01:00
Sebastian Kaspari abc75c068a Disabled vertical fading for conversation views 2010-03-12 00:31:02 +01:00
Sebastian Kaspari 986325ceef Changed scrollbar style of conversation view 2010-03-12 00:16:42 +01:00
Sebastian Kaspari da58a7d042 Renamed servers.xml to conversations.xml like activity names 2010-03-12 00:10:18 +01:00
Sebastian Kaspari 3f9d741101 Serveradd view: scrollbar style 2010-03-12 00:08:33 +01:00
Sebastian Kaspari 0d925fa741 Added user configuration to server add view 2010-03-12 00:07:30 +01:00
Sebastian Kaspari 733ecd7d96 Do not expose complete history list, make the history accessible via index - see issue 2 2010-03-11 23:46:11 +01:00
Sebastian Kaspari 14ca3e0668 Synchronized all LinkedLists - see issue 2 2010-03-11 23:41:31 +01:00
Sebastian Kaspari 54c968f302 Added reason to quit message 2010-03-11 22:58:01 +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 ab18588c9b Added warning icon 2010-03-11 00:08:47 +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 66d3b2682b Show message on connect 2010-03-10 23:57:31 +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 d92403d4a6 Manifest: Changed ServerActivity to ConversationActivity 2010-03-10 23:47:42 +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 35f430ad9b MessageListAdapter: Synchonize the addMessage() method as the LinkedList may throw an ConcurrentModificationException 2010-03-10 23:27:24 +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 dda143186b Implemented onNotice() event 2010-03-10 23:06:40 +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 b8043453bd Don't write name into ServerInfo view (as there's no name) 2010-03-10 22:48:21 +01:00
Sebastian Kaspari 6e99800a21 Added ServerInfo window 2010-03-10 22:42:05 +01:00
Sebastian Kaspari ec85ac51b7 Ignore empty messages entered 2010-03-10 22:17:53 +01:00
Sebastian Kaspari e0284da95f Added aliases /j and /q 2010-03-10 22:15:20 +01:00
Sebastian Kaspari 9d7e360e7c Scroll to new conversations on create 2010-03-10 22:10:40 +01:00