Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | renaming whole package to org.apg to simplifiy name | Dominik | 2012-03-09 | 1 | -78/+0 |
| | |||||
* | set svn:eol-style to LF for all code/resource files | Thialfihar | 2010-07-16 | 1 | -78/+78 |
| | |||||
* | removed an outdated TODO comment | Thialfihar | 2010-06-17 | 1 | -3/+0 |
| | |||||
* | make sure the Intent passed to Service.onStart() is not null, not sure why ↵ | Thialfihar | 2010-06-04 | 1 | -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 ↵ | Thialfihar | 2010-06-03 | 1 | -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 |