Sebastian Kaspari
|
fa3584e596
|
Add connect error message to server info window
|
2010-03-14 11:58:46 +01:00 |
|
Sebastian Kaspari
|
0a0190c219
|
Handle exceptions on connect
|
2010-03-14 11:53:54 +01:00 |
|
Sebastian Kaspari
|
5140646fd4
|
Fixed timestamp. Prefix number with 0 if they are < 10
|
2010-03-14 01:07:11 +01:00 |
|
Sebastian Kaspari
|
2d585d6a72
|
Also update query if a user exists
|
2010-03-14 01:06:06 +01:00 |
|
Sebastian Kaspari
|
63fa7910d0
|
Remove old messages from the conversation view if messages.count() > HISTORY_SIZE
|
2010-03-14 00:04:18 +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
|
5f3948e6c5
|
Ignore case of conversation's name
|
2010-03-13 23:46:35 +01:00 |
|
Sebastian Kaspari
|
7376ba7856
|
Implemented onServerResponse() (default: disabled), disabled onUnknown as well by default
|
2010-03-13 21:55:21 +01:00 |
|
Sebastian Kaspari
|
d321e2930f
|
Post unknown messages to the server info window
|
2010-03-13 21:16:32 +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
|
7e20226b51
|
Workaround: Remove identity assigned to server if server is deleted until we have some kind of identity manager
|
2010-03-13 20:28:39 +01:00 |
|
Sebastian Kaspari
|
58bd63debd
|
Server: restore defaults on clearConversations()
|
2010-03-13 20:18:24 +01:00 |
|
Sebastian Kaspari
|
ee60c3c386
|
New Settings: prefix messages with timestamp, use 24h or 12h time format
|
2010-03-13 20:15:09 +01:00 |
|
Sebastian Kaspari
|
7d9a727fa0
|
Settings helper class
|
2010-03-13 19:56:42 +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
|
9e1265ee87
|
Do not capitalize every word
|
2010-03-13 18:49:31 +01:00 |
|
Sebastian Kaspari
|
af676f610a
|
Implemented: /notice <nickname> <message>
|
2010-03-13 18:47:47 +01:00 |
|
Sebastian Kaspari
|
2d1fd7130b
|
Added 2010 to xml files ;)
|
2010-03-13 18:12:22 +01:00 |
|
Sebastian Kaspari
|
a1da2ba80f
|
eclipse does whatever eclipse does
|
2010-03-13 18:07:23 +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
|
004906df1e
|
Added header
|
2010-03-13 17:24:47 +01:00 |
|
Sebastian Kaspari
|
f038ad3c39
|
Some more documentation
|
2010-03-13 16:54:48 +01:00 |
|
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 |
|