History log of /packages/apps/Contacts/src/com/android/contacts/vcard/ProcessorBase.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
fcc7e386cf027b1fe31fe551f365843218f6fb35 15-Feb-2011 Daisuke Miyakawa <dmiyakawa@google.com> Let MediaScanner know an exported file.

Bug: 3452599
Change-Id: Iad8f00360a816e32bf322b4e167800e3d49810d1
/packages/apps/Contacts/src/com/android/contacts/vcard/ProcessorBase.java
ab59660a17e896593f2a07c2e1191c2c23e3e353 19-Nov-2010 Daisuke Miyakawa <dmiyakawa@google.com> Allow users to cancel each import/export.

- add cancel capability for vCard export.
- use jobId for Notification id, so that users can cancel each
vCard import/export request.

Note:
As for Notification id, it may conflict with each other when
VCardService is shutdown.

Minor changes:
- add file name to each notification: users can see "xxx.vcf
is successfully imported" instead of "vcard is successfully
imported"
- rename mCancelled to mCanceled. strings.xml has "canceled",
so inconsistent inside the app. Ignore the inconsistency
between the spell in the app and Future#isCancelled().

Bug: 3215008
Change-Id: I7532e3d1b35a8bbeb694e47077554e36190482ed
/packages/apps/Contacts/src/com/android/contacts/vcard/ProcessorBase.java
910d3e7854e657d20ab8c3a5a330b2a3188b1c74 17-Nov-2010 Daisuke Miyakawa <dmiyakawa@google.com> Simplify vCard implementation.

- make ImportProcessor/ExportProcessor implement both Runnable and
Future (as FutureRunnable, introduced in 1.6). Getter capability
for Future interface is disabled.
- use just one hash map instead of managing three different ones.
Now that both processors are also Future<Object>, it is much
easier to do so.

Change-Id: Ia9deba6f4063eaae48d42a295d2ce84aca0a424f
/packages/apps/Contacts/src/com/android/contacts/vcard/ProcessorBase.java