1
2
3
4
5
6
7
8
9
10
11
|
* bug: when displaying "aborting import" toaster, make sure the back button is
enabled and the abort button is hidden (as if abort were pressed) since this
can happen if, say, the alarm goes off.
* bug: ImportContacts "master" class doesn't save/restore the state stack due to
what looks like some android wierdness. Get rid of this class and startup on
the Intro activity, opening new activities directly from the "next" button
handler instead of reporting back tot he master class. You might want to try
an experiment: what order does onPause/onResume get called in both parent
and child activities when one activity is started from another?
* add browse button to vcf import location field
* in the long term, we need to save/restore state from doit/importer
|