aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/thialfihar/android/apg/Service.java
Commit message (Collapse)AuthorAgeFilesLines
* renaming whole package to org.apg to simplifiy nameDominik2012-03-091-78/+0
|
* set svn:eol-style to LF for all code/resource filesThialfihar2010-07-161-78/+78
|
* removed an outdated TODO commentThialfihar2010-06-171-3/+0
|
* make sure the Intent passed to Service.onStart() is not null, not sure why ↵Thialfihar2010-06-041-1/+3
| | | | it would be, but saw such an exception on the market
* added a service to handle the caching, this'll ensure the cache works while ↵Thialfihar2010-06-031-0/+79
no activity is around, which is better for k9mail integration it also is a more efficient and much smarter cache, not requiring an own timer thread, just a service that sleeps must of the time, it also is more accurate in cleaning up the entries, ensuring that the worst case of too late removal is 5 seconds