[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Background services are in the service
subpackage. These are:
AlarmService
— Keeps track of which To Do items have an upcoming alarm, and posts
notifications when the next one(s) are due.
PasswordChangeService
— When you change your password for private records, it changes
their encryption key so all records need to be decrypted with the old
password and re-encrypted with the new one. This service is
responsible for updating the stored data. The changes occur in the
following sequence:
This ensures that if the process fails at any point, you will never have data encrypted by two different keys.
PalmImporterService
— This service is used when importing a ‘.dat’ file, which the
app assumes was created by
Palm Desktop as a backup of
a To Do list from a Palm Pilot or Palm Tungsten PDA.
XMLExporterService
— This service is used when exporting your To Do list(s) to a backup
file.
XMLImporterService
— This service is used when importing To Do items from an XML file.
(The app currently assumes any file not ending in ‘.dat’ is XML
data.)
[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
This document was generated on March 30, 2025 using texi2html 5.0.