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

576 Commits

Author SHA1 Message Date
Sebastian Kaspari
3200d6403b PircBot Patch: Use org.yaaic.ssl.NaiveTrustManager for SSL connections 2010-04-14 00:49:15 +02:00
Sebastian Kaspari
3871d38f14 org.yaaic.ssl.NaiveTrustManager - TrustManager for SSL Connections (Accepts every certificate) 2010-04-14 00:48:40 +02:00
Sebastian Kaspari
6d9c3c53f1 Database: Cast "0"/"1" to boolean 2010-04-14 00:34:11 +02:00
Sebastian Kaspari
569d06e457 AddServerActivity: Save useSSL() state in database 2010-04-14 00:26:06 +02:00
Sebastian Kaspari
c4a5ffe27b PircBot Patch: Use SSLSocketFactory to create socket if SSL should be used 2010-04-14 00:21:32 +02:00
Sebastian Kaspari
4677317507 PircBot Patch: Added setUseSSL() 2010-04-14 00:21:00 +02:00
Sebastian Kaspari
ae08daf81a IRCBinder: use setUseSSL() on connection 2010-04-14 00:13:40 +02:00
Sebastian Kaspari
7d550ba183 Smaller background icon - non transcluent 2010-04-13 22:56:22 +02:00
Sebastian Kaspari
d36ec2673e Discovered recursion \o/ 2010-04-13 22:52:41 +02:00
Sebastian Kaspari
bac22d9abc IRCService: stopForegroundCompat(): Set foreground false 2010-04-13 22:04:46 +02:00
Sebastian Kaspari
cb14889941 ConversationActivity: Rejoin channels on reconnect 2010-04-13 22:03:22 +02:00
Sebastian Kaspari
a05d8ee08b IRCConnection: autoJoinChannels is now an ArrayList<String> 2010-04-13 22:03:01 +02:00
Sebastian Kaspari
03fb5b882c Server: getCurrentChannelNames() no returns ArrayList<String> 2010-04-13 22:02:31 +02:00
Sebastian Kaspari
f37407e2d2 DeckAdapter: clearConversations() 2010-04-13 21:56:10 +02:00
Sebastian Kaspari
1f7d496f77 Clear conversations on reconnect 2010-04-13 21:55:47 +02:00
Sebastian Kaspari
f3a3afcd13 Server: getCurrentChannelNames() 2010-04-13 21:55:25 +02:00
Sebastian Kaspari
4062f0b16e IRCService: onDestroy(): Only stopForeground if service is in foreground.. 2010-04-13 21:28:13 +02:00
Sebastian Kaspari
1f4a63b47d ConversationActivity: conversations more transparent (cannot see icon on real devices) 2010-04-13 21:20:45 +02:00
Sebastian Kaspari
e330a57367 Ooops, compare strings with equals() and not == 2010-04-13 20:56:11 +02:00
Sebastian Kaspari
64b121e448 ServersActivity: Only connect to server if status is DISCONNECTED 2010-04-13 20:31:16 +02:00
Sebastian Kaspari
28705f5f7e AddServerActivity: Read and write useSSL 2010-04-13 19:25:09 +02:00
Sebastian Kaspari
1ca934b5ff Add server view: show "use ssl" checkbox 2010-04-13 19:22:11 +02:00
Sebastian Kaspari
d8386ba3cd Database: populateServer() sets SSL usage 2010-04-13 19:21:15 +02:00
Sebastian Kaspari
15863cabd1 Server: setUseSSL(), useSSL() 2010-04-13 19:19:08 +02:00
Sebastian Kaspari
1eaff46350 ServersActivity: Translucent background 2010-04-12 22:41:13 +02:00
Sebastian Kaspari
3546a58b3f Implemented command handler: /whois <nickname> 2010-04-12 22:25:26 +02:00
Sebastian Kaspari
1dea85c545 Implemented command handler: /away [<reason>] 2010-04-12 22:20:26 +02:00
Sebastian Kaspari
accc655bd7 Show popup on disconnect "Reconnect?" 2010-04-12 22:10:23 +02:00
Sebastian Kaspari
598728a2cf Unused code 2010-04-12 21:56:30 +02:00
Sebastian Kaspari
e76fc676a9 Revert "ConversationActivity: onConversationMessage(): Use addBulkMessages()" (Buggy)
This reverts commit 4e683a9717.
2010-04-12 21:47:48 +02:00
Sebastian Kaspari
ace19fe095 IRCConnection: Implemented setAutojoinChannels() 2010-04-12 21:38:35 +02:00
Sebastian Kaspari
4e683a9717 ConversationActivity: onConversationMessage(): Use addBulkMessages() 2010-04-12 21:35:10 +02:00
Sebastian Kaspari
9ddd45ed92 ConversationActivity: Use scrollback class 2010-04-12 20:41:31 +02:00
Sebastian Kaspari
420d7df0b1 Scrollback class for scrollback history 2010-04-12 20:40:56 +02:00
Sebastian Kaspari
1271326483 ConversationActivity: register the receivers as early as possible, otherwise we may loose a broadcast message 2010-04-12 20:01:42 +02:00
Sebastian Kaspari
a79794ba1d Disable menu items that cannot be used while disconnected 2010-04-12 00:55:34 +02:00
Sebastian Kaspari
e6411b4747 Update Notification onDisconnect 2010-04-12 00:04:06 +02:00
Sebastian Kaspari
a8316bc55a IRCConnection: Update notification onConnect 2010-04-11 23:57:23 +02:00
Sebastian Kaspari
0743024ad9 IRCService: Empty message as default notification 2010-04-11 23:55:00 +02:00
Sebastian Kaspari
aa383411c5 Update notification onMessage, onAction, onPrivateMessage 2010-04-11 23:53:23 +02:00
Sebastian Kaspari
289cf2f10c IRCService: updateNotification for updating the service's notification 2010-04-11 23:49:43 +02:00
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