Yaaic/application/res
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
..
drawable Add support for graphical smilies in chat. 2011-03-27 19:51:47 +02:00
layout Internationalization of Authentication GUI 2011-06-11 13:56:42 +02:00
menu Added 2011 to licence header 2011-02-05 13:00:12 +01:00
values Fix auto-reconnect 2011-06-29 20:34:55 +02:00
values-da Add danish translation (By rasher) 2011-05-06 17:18:20 +02:00
values-de ServerListAdapter: Updated color codes 2011-02-11 12:54:48 +01:00
values-es New user action view and new actions: reply, query 2011-02-05 16:04:36 +01:00
values-fr French translation updated 2011-06-11 13:58:33 +02:00
values-it Hide join/part setting now hides quit messages too 2011-03-15 20:42:35 +01:00
values-ja New user action view and new actions: reply, query 2011-02-05 16:04:36 +01:00
values-tr fixed missing angle in closing tag 2011-03-30 16:07:37 +02:00
values-zh New user action view and new actions: reply, query 2011-02-05 16:04:36 +01:00
xml Fix auto-reconnect 2011-06-29 20:34:55 +02:00