Commit Graph

385 Commits

Author SHA1 Message Date
Sebastian Kaspari 95fa0d9bd4 Set project API target back to 3 2010-04-11 23:36:57 +02:00
Sebastian Kaspari f0aabcde8b Merged patch of tkn 2010-04-11 22:11:47 +02:00
Sebastian Kaspari c866d7ef3e Merge branch 'master' of git://github.com/tkn/Yaaic 2010-04-11 22:10:06 +02:00
Sebastian Kaspari 4c01a9e975 Database: removed getChannels() - Use getChannelsByServer() 2010-04-11 22:09:37 +02:00
Sebastian Kaspari f5294f2d86 ConversationActivity: Part channel on close (via menu) 2010-04-11 21:54:44 +02:00
Sebastian Kaspari c20de9fbd2 Database: Removed getChannels(), Moved getChannelsById() -> getChannelsByServerId() 2010-04-11 21:50:47 +02:00
Sebastian Kaspari 206d152981 Ignore 439 response on connect (ridicolous spam bot checks..) 2010-04-11 21:20:47 +02:00
Torben Nielsen 661cae9f53 Fixed staying in channel when conversation is closed. 2010-04-11 21:04:34 +02:00
Sebastian Kaspari 64dde2de90 ConversationActivity: No title bar 2010-04-06 22:48:00 +02:00
Sebastian Kaspari ef79b7fa3e Imports 2010-04-06 22:46:43 +02:00
Sebastian Kaspari 340049f44c Implemented simple UsersActivity to show list of users currently in a channel 2010-04-06 22:45:32 +02:00
Sebastian Kaspari 6e735f17b8 Help Handler: Added licence header 2010-04-06 22:12:10 +02:00
Sebastian Kaspari e33cfd18d5 Some cleanup in org.yaaic.command.handler.* 2010-04-06 22:09:07 +02:00
Sebastian Kaspari d53dacfc32 Removed private description and moved to getDescription() 2010-04-06 20:53:17 +02:00
Sebastian Kaspari 370a25c447 Merge branch 'master' into integration 2010-04-06 20:44:38 +02:00
Sebastian Kaspari cae886fd99 CommandParser: isClientCommand() short syntax 2010-04-06 20:44:22 +02:00
Sebastian Kaspari d40e081c3d Interate directly over keySet 2010-04-06 20:38:54 +02:00
Sebastian Kaspari a6c6ada378 Some code cleanup 2010-04-06 20:38:31 +02:00
Sebastian Kaspari 28d20d8499 BaseHandler: Removed unused private field 2010-04-06 20:34:27 +02:00
Sebastian Kaspari d5c1daaa3e Merge branch 'master' of git://github.com/kell/Yaaic into integration 2010-04-06 20:33:40 +02:00
Sebastian Kaspari 94920feff2 Added empty UserActivity 2010-04-06 20:32:10 +02:00
Sebastian Kaspari c7d891e917 ConversationActivity: onPause(): Prevent null pointer exception 2010-04-06 20:31:44 +02:00
kell 6df2fe5333 alias handling added 2010-04-06 20:26:42 +02:00
kell d1deb56bb6 show aliases too 2010-04-06 20:23:54 +02:00
Sebastian Kaspari 4072ee6c5f ConversationActivity: Added "Users" to menu 2010-04-06 20:00:57 +02:00
Sebastian Kaspari 9022bb8f58 Removed unused animations 2010-04-06 19:48:55 +02:00
Sebastian Kaspari beee987dd9 Moved licence information to application.xml 2010-04-06 19:48:38 +02:00
Sebastian Kaspari c26edf0abf Moved some strings from strings.xml to application.xml (No need to translate) 2010-04-06 19:43:39 +02:00
Sebastian Kaspari 1a6027d380 Dummy code for history scrollback 2010-04-06 01:00:23 +02:00
Sebastian Kaspari b597e149ff Merge branch 'integration' of github.com:pocmo/Yaaic into integration
Conflicts:
	src/org/jibble/pircbot/IdentServer.java
	src/org/jibble/pircbot/InputThread.java
	src/org/jibble/pircbot/OutputThread.java
	src/org/jibble/pircbot/PircBot.java
2010-04-06 00:48:35 +02:00
Sebastian Kaspari d65a2ecbcb Fixed another timestamp bug (12h format) 2010-04-06 00:37:16 +02:00
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