History log of /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/SelectAccountActivity.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ed2a24cb0a9f207e4f1211cfff51bd8e6bcfad90 14-Jul-2015 Walter Jang <wjang@google.com> Allow the user to select the vcards to import

Rather than always scanning for .vcf files in external storage

This is the flip-side to b/22453182 where we changed to allow
the user to select the destination for vcard export so that
we could remove the WRITE_EXTERNAL_STORAGE permission.

Additionally, we change the import/export options in the
dialog to read "Export to .vcf file" and "Import from .vcf file"
since the previous text (Just "Export" and "Import from external
storage" are not accurate.

Note, we continue to support importing from multiple .vcf files
at once but we no longer need our own dialog to present those
options to the user.

Bug 22454038

Change-Id: I1a145f00f07c4c0f547c38d720c109197baab833
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/SelectAccountActivity.java
9dff772a039db6bf7c73b3b04aeea2eb2f8c8356 27-Oct-2014 Brian Attwell <brianattwell@google.com> Improve analytics

Removes the existing buggy & verbose analytics classes. Instead adds
the AnalyticsUtil. Like before, analytics will automatically be added
to all activities. They need to be manually setup for fragments
that you care about.

Improving analytics CL #2/4

Bug: 18039620
Change-Id: I99a4062e09e7614e5369d795132172d4d1867600
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/SelectAccountActivity.java
f938fa22b0901d9a566be1ec3975554f3623f795 23-Oct-2014 Brian Attwell <brianattwell@google.com> Use analytics activities and fragments

All ContactsCommon's activities and fragments now inherit from
analytics base classes.

Also renamed dialerbind.analytics -> commonbind.analytics

Analytics CL #1/6

Bug: 18039620
Change-Id: Ie9cef92bfcadf6764970d70474ced24dba7f828d
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/SelectAccountActivity.java
7903d2473e1120e32fa5380a7d7532d0a21e2180 04-Dec-2012 Chiao Cheng <chiaocheng@google.com> Moving vcard UI to ContactsCommon.

Moving all class in vcard directory in preparation to move
ImportExportDialogFragment.

Bug: 6993891
Change-Id: I4391c6e63d20ebe91e240001885a6ce18388e51f
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/SelectAccountActivity.java