1
0
mirror of https://github.com/moparisthebest/Yaaic synced 2024-11-12 03:55:01 -05:00
Yaaic/application/res/values
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
..
application.xml Updated version number: Yaaic 0.8 2011-04-15 22:00:55 +02:00
arrays.xml Fix auto-reconnect 2011-06-29 20:34:55 +02:00
charsets.xml Replace all tabs with four spaces! 2010-11-18 18:52:19 +01:00
settings.xml Fix auto-reconnect 2011-06-29 20:34:55 +02:00
strings.xml Fix auto-reconnect 2011-06-29 20:34:55 +02:00