summaryrefslogtreecommitdiffstats
path: root/src/com/android/contacts/common/vcard/VCardService.java
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'lollipop-mr1-release' of ↵Steve Kondik2015-03-251-3/+6
|\ | | | | | | | | | | https://android.googlesource.com/platform/packages/apps/ContactsCommon into cm-12.1 Change-Id: I271972eb6db4d6c5cc620a1adb26b1f06beaf1b4
| * Improve appearance of export file pathBrian Attwell2014-10-171-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | I fixed two issues 1. We were using two kinds of numerals in the file path, arabic and english. Lets just stick with english numerals 2. English numerals are "weakly LTR" characters. Therefore, having the following formatting 0001.vcf is equivalent to <weak ltr chars><neutral chars><strong rtl chars>. This results in weird rendering, since the default locale is RTL. Fix: put the url in a LTR embedding. Bug: 9195099 Change-Id: I1260a3430d7d3a0c029c1a1ac5ffcc421b08a98a
* | contacts: don't assume the device has an sdcardJorge Ruesga2015-03-221-1/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jorge Ruesga <jorge@ruesga.com> Conflicts: src/com/android/contacts/common/MoreContactUtils.java src/com/android/contacts/common/vcard/ImportVCardActivity.java Change-Id: I5c8abfd53527f4ea83e6202c953affd589810774
* | Support import/export vCard from both internal/external storageblong2015-03-221-1/+13
| | | | | | | | | | | | | | | | - when import/export vCard file, if both internal and external storage are avaliable, it will pops up a dialog to let user select witch storage will be used. Change-Id: Ie56f7d58cf409ff1db8075a1b283aabdbdb158cb
* | Add support to export multi contacts to Vcardblong2015-03-221-2/+9
|/ | | | | | | - Use the new Intent for leting user to select multi contacts to be exported to vCard. Change-Id: I58342cc7ba6df570ff73c996779e7441244c9efb
* Fix NPE in VCardServiceYorke Lee2013-01-081-2/+6
| | | | | Bug: 7967011 Change-Id: Idf53807959a40f164ef0c163479a75988de71e44
* Moving vcard UI to ContactsCommon.Chiao Cheng2012-12-031-0/+537
Moving all class in vcard directory in preparation to move ImportExportDialogFragment. Bug: 6993891 Change-Id: I4391c6e63d20ebe91e240001885a6ce18388e51f