miracle2k / wifilock

Android App, ensures that the Wi-Fi radio will stay awake when the Phone goes to sleep.

This URL has Read+Write access

wifilock / CHANGES
100644 24 lines (19 sloc) 0.826 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
2.0.0 (2009-05-27)
* Cupcake now features a "Wi-Fi sleep policy" setting that sort of
obsoletes our core functionality. Instead, when running on Cupcake,
we now simply function as a quick-toggle tool for said setting.
 
1.1.2 (2009-04-26)
    * Exclude ourselves from recent activities list (suggested by Mariano
      Kamp).
    * Better handle quick toggling, by reusing an existing toast rather
      than queuing them.
    * Increased perceived speed by using an autostart setting rather than
      disabling the boot receiver (slow!).
    * Added German localization.
 
1.1.0 (2009-03-12)
    * Added boot persistence.
    * Fixed Typo in toast message.
 
1.0.1 (2009-02-25)
    * No longer show notifications when service is auto-restarted by Android.
 
1.0.0 (2009-02-24)
    Initial release.