Yaaic/application/src/org/yaaic
Steven Luo bce2523f98 Fix auto-reconnect
The current auto-reconnection implementation will only try reconnecting
once, immediately after the server is disconnected.  This will of course
almost always fail if the network is down or otherwise unavailable, so
as it stands, enabling auto-reconnect isn't particularly useful.

This patch implements multiple retries for auto-reconnect, with the
frequency of retries controlled by a preference.  The Android alarm
infrastructure is used to schedule reconnection attempts; if the phone
misses a scheduled attempt while it's asleep, the reconnection will be
attempted the next time the phone wakes up.
2011-06-29 20:34:55 +02:00
..
activity Make reconnections actually work 2011-06-29 20:34:52 +02:00
adapter DeckAdapter: Remove unused imports 2011-06-08 23:16:49 +02:00
command Make the conversation history size a configurable preference 2011-06-08 23:11:28 +02:00
db (Authentication) GUI for NickServ and SASL 2011-06-10 21:35:23 +02:00
exception Some more simple refactorings 2011-03-14 22:15:13 +01:00
irc Fix auto-reconnect 2011-06-29 20:34:55 +02:00
layout Added 2011 to licence header 2011-02-05 13:00:12 +01:00
listener ConversationClickListener: Remove unused imports 2011-06-08 23:17:59 +02:00
model Fix auto-reconnect 2011-06-29 20:34:55 +02:00
receiver Fix auto-reconnect 2011-06-29 20:34:55 +02:00
ssl Added 2011 to licence header 2011-02-05 13:00:12 +01:00
tools Add Base64 helper class (Written by Robert Harder) - Needed for SASL implementation 2011-06-10 21:42:06 +02:00
utils Ooops, fix @author javadoc tag in classes: MircColors, Smilies 2011-04-13 00:14:40 +02:00
view Remember switched conversations across screen orientation changes 2011-06-08 23:11:28 +02:00
Yaaic.java Added 2011 to licence header 2011-02-05 13:00:12 +01:00