1
0
mirror of https://github.com/moparisthebest/Yaaic synced 2024-08-13 16:53:50 -04:00
Commit Graph

504 Commits

Author SHA1 Message Date
Sebastian Kaspari
4ad678603e Fixed timestamp for 12h time format 2010-04-06 00:21:39 +02:00
Sebastian Kaspari
576d5be271 imports 2010-04-05 22:41:04 +02:00
Sebastian Kaspari
4c595547e8 Removed default charset as user can now select a charset on server add/edit 2010-04-05 22:39:55 +02:00
Sebastian Kaspari
72b5a69cc3 Use selected charset 2010-04-05 22:37:07 +02:00
Sebastian Kaspari
e78a53cae9 Set charset on server add/edit 2010-04-05 22:36:04 +02:00
Sebastian Kaspari
a809ad5245 Added array of charsets 2010-04-05 22:18:09 +02:00
Sebastian Kaspari
77f5aeac28 Database: Set charset parameter to null until view has a charset chooser component 2010-04-05 18:53:49 +02:00
Sebastian Kaspari
56bba42170 Database class: Added charset to addServer(), updateServer() and populateServer() 2010-04-05 18:51:10 +02:00
Sebastian Kaspari
3e891ec1f9 Added charset support to the server class 2010-04-05 18:46:33 +02:00
Sebastian Kaspari
ca555fa4c3 Added new field (charset) to server table 2010-04-05 18:41:05 +02:00
Sebastian Kaspari
5beee89ce2 ServerConstants: Added constant/field for charset 2010-04-05 18:31:22 +02:00
Sebastian Kaspari
82941ef072 ConversationActivity: Fixed background color (Same Look & Feel on Android 2.1 as on Android 1.5) 2010-04-05 18:26:18 +02:00
Sebastian Kaspari
33ec37e689 Show "disconnect"-message in all conversations 2010-04-05 18:21:00 +02:00
Sebastian Kaspari
c7b95570da Removed comment, conversations.values() returns a sorted list as we use a LinkedHashMap 2010-04-01 01:20:27 +02:00
Sebastian Kaspari
a056b56855 Message: Direct access icon property instead of using getter 2010-04-01 01:07:30 +02:00
Sebastian Kaspari
1e9be66603 Added icon notice to README 2010-03-31 21:40:35 +02:00
Sebastian Kaspari
6c78d5466d Added URL to the unit-test repository to README 2010-03-31 21:36:08 +02:00
Sebastian Kaspari
e2f3dfc2d2 New icon by http://www.androidicons.com :) 2010-03-31 20:48:22 +02:00
Sebastian Kaspari
456bf0b515 ConversationActivity: Added "close" to menu 2010-03-30 23:17:23 +02:00
Sebastian Kaspari
902b1a5b09 Optimization: No getters in loops 2010-03-30 21:31:38 +02:00
Sebastian Kaspari
60f4412096 Merge branch 'master' into optimization
Conflicts:
	src/org/yaaic/activity/ConversationActivity.java
	src/org/yaaic/irc/IRCService.java
2010-03-29 22:04:38 +02:00
kell
caa2739bde Merge branch 'master' of git://github.com/pocmo/Yaaic 2010-03-29 21:58:40 +02:00
Sebastian Kaspari
c20e671f94 Merged service branch 2010-03-29 21:50:36 +02:00
Sebastian Kaspari
5fc8788a19 Persistent service if connected to a server 2010-03-29 21:48:23 +02:00
Sebastian Kaspari
f628af987b Imports 2010-03-27 11:10:28 +01:00
Sebastian Kaspari
239a8c0c2d Merge branch 'master' of git://github.com/kell/Yaaic into integration 2010-03-26 19:31:28 +01:00
kell
98019b363f Merge branch 'master' of git://github.com/pocmo/Yaaic 2010-03-26 19:30:02 +01:00
Sebastian Kaspari
2cf955ab8a QueryHandler: Use broadcast type: CONVERSATION_MESSAGE 2010-03-26 19:08:28 +01:00
Sebastian Kaspari
7827554659 NoticeHandler: Use broadcast type: CONVERSATION_MESSAGE 2010-03-26 19:08:00 +01:00
Sebastian Kaspari
9e38863944 MeHandler: Use broadcast type: CONVERSATION_MESSAGE 2010-03-26 19:07:31 +01:00
Sebastian Kaspari
e4db5e012f EchoHandler: Use broadcast type: CONVERSATION_MESSAGE 2010-03-26 19:06:59 +01:00
Sebastian Kaspari
f25d68f101 IRCBinder: Use broadcast type: CONVERSATION_MESSAGE 2010-03-26 19:05:55 +01:00
kell
6d01720ca6 added getDescription and help command 2010-03-26 19:05:37 +01:00
Sebastian Kaspari
4c5ba9a620 NamesHandler: Use broadcast type: CONVERSATION_MESSAGE 2010-03-26 19:03:43 +01:00
Sebastian Kaspari
13dde9ed03 Imports 2010-03-24 21:55:41 +01:00
Sebastian Kaspari
9efeb5b8af CommandParser: Implemented server commands whitelist 2010-03-24 21:17:12 +01:00
Sebastian Kaspari
507b3b422b CommandParser: Splitted handling of client/server/unknown commands 2010-03-24 21:06:23 +01:00
Sebastian Kaspari
3fdd183373 IRCConnection: Use Broadcast helpers (Should be reviewed) 2010-03-24 19:46:49 +01:00
Sebastian Kaspari
b482afa305 Using Broadcast helpers... 2010-03-24 19:35:46 +01:00
Sebastian Kaspari
c66eeecb0b CommandParser and CommandHandlers: Use Broadcast helper methods 2010-03-24 19:31:59 +01:00
Sebastian Kaspari
976ef4f598 Broadcast: Helper methods use Extra.* 2010-03-24 19:27:32 +01:00
Sebastian Kaspari
db06f5450d New class for bundle params (org.yaaic.model.Extra) 2010-03-24 19:26:38 +01:00
Sebastian Kaspari
381601d521 New helper: Broadcast.createServerIntent() 2010-03-24 19:23:07 +01:00
Sebastian Kaspari
acb09a3b8a Moved activities to org.yaaic.activity package 2010-03-24 18:48:38 +01:00
Sebastian Kaspari
6e2c835869 ConversationActivity: Small changes in onKeyDown() (also removed onBackPressed()) 2010-03-24 18:44:17 +01:00
Sebastian Kaspari
41cf6b60d0 permanent service with notification icon, stop service if not needed (work in progress) 2010-03-21 19:57:30 +01:00
Sebastian Kaspari
3c5cad2c46 MessageListAdapter: Add a bunch of messages via addBulkMessages() 2010-03-21 16:38:29 +01:00
Sebastian Kaspari
6996b4acee ConversationActivity: Cache field lookups and add buffer via bulk method 2010-03-21 16:37:56 +01:00
Sebastian Kaspari
c63c332158 Conversation: Get the complete buffer 2010-03-21 16:37:19 +01:00
Sebastian Kaspari
04e496dc98 NamesHandler: cache field lookup 2010-03-21 16:36:44 +01:00