1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
NEXT RELEASE
FUTURE
* pull ContactData out in to its own class, and share that class with export
contacts
* rename wizard activity classes (append "Wizard"), so you can tell them apart
from the others
* handle large screen sizes (don't worry about xlarge)
* reorganise intro page (licence on separate tab)
* add account selection (instead of it being hardcoded to the phone-only), for
use with ContactsContract backend
* add a logfile facility
* add facility to enter a group name, that any imported contacts are added to
* change some public final static ints, that aren't really consts, in to enums
* add warnings when email addresses, phone numbers, etc, fail sanitisation
(and are ignored) during the import (see TODO comments in the code)
* add base64 decoding to support (even if to ignore) vcards with image data
* possible 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.
* add facility to be asked to confirm each contact import (or show the prompt
if the contact is a dupe)
* add facility to import a duplicate contact as a new, renamed contact
- renamed contacts would have to be re-dupe checked
* in the long term, we probably need to save/restore state from doit/importer
and stop preventing screen rotation on some activities
|