1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00
k-9/src/com/fsck/k9/service
Daniel Applebaum 9cf42ef913 Provide for tracking all WakeLock usage.
Simplify WakeLocks use by pushing.

Correct fault in IMAP IDLE WakeLock usage.  The ThreadLocal in
MessagingControllerPushReceiver meant that the WakeLock acquired when
the DONE was sent was not being released when entering back into IDLE
state.

Consolidate the account notification so that all Activities use the
methods in MessagingController.
2010-05-17 00:30:32 +00:00
..
BootReceiver.java Fixes Issue 1482 2010-05-15 21:26:15 +00:00
CoreReceiver.java Provide for tracking all WakeLock usage. 2010-05-17 00:30:32 +00:00
CoreService.java Provide for tracking all WakeLock usage. 2010-05-17 00:30:32 +00:00
MailService.java Fixes Issue 1482 2010-05-15 21:26:15 +00:00
PollService.java Provide for tracking all WakeLock usage. 2010-05-17 00:30:32 +00:00
PushService.java Wrap looging in if (DEBUG) statements. 2010-01-03 01:50:25 +00:00
RemoteControlReceiver.java Code cleanup. Fixed lots of warnings reported by Eclipse. 2010-04-16 12:20:10 +00:00
RemoteControlService.java Fixes Issue 1482 2010-05-15 21:26:15 +00:00
SleepService.java Provide for tracking all WakeLock usage. 2010-05-17 00:30:32 +00:00