aboutsummaryrefslogtreecommitdiffstats
path: root/importAddrBook.js
Commit message (Collapse)AuthorAgeFilesLines
* Separate translateObjectToContact to a separate module.Matěj Cepl2013-07-201-305/+0
|
* Fix calling of secondLineInAddress.Matěj Cepl2013-06-011-3/+16
|
* Add more fields from LDIF files.Matěj Cepl2013-06-011-24/+118
| | | | | | * birth day can be in two forms * organizational unit * second lines of addresses
* Remove redundant console.logs.Matěj Cepl2013-05-301-5/+0
|
* Calculate .name value if not present in the source.Matěj Cepl2013-05-251-0/+15
| | | | Fixes #104
* Add storage of the last URL to the localStorage.Matěj Cepl2013-05-221-30/+39
| | | | Fixes #102
* Clean up metadata and small UI improvements.v2Matěj Cepl2013-05-221-5/+28
| | | | | | | | | * rename to 'Import LDIF' * change icon to the Crystal text/x-vcard one * make it clear when the download finishes, and restore the URL form * don't try to import empty LDIF file * remove .appcache … we don’t use it for the packaged app
* Making it work.alphaMatěj Cepl2013-05-221-41/+55
| | | | | | | | | * it is mozContact(), not Contact() * <meta name="viewport"> added * fix manifest.webapp * completely misunderstood API ... subobjects are not created directly, but in a plain Object, which is then pushed to the mozContact via .init() method.
* The first draft of the complete program.Matěj Cepl2013-05-181-6/+275
| | | | Completely untested.
* Initial draft of the program.Matěj Cepl2013-05-141-0/+46
LDIF data are loaded and parsed, but not inserted into the addressbook.