summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Handle "VOICE" type as OTHER on Androidjellybean-stablejellybeanDaisuke Miyakawa2011-11-282-9/+16
* Allow vCard users to format phone numbers by themselvesDaisuke Miyakawa2011-09-214-5/+72
* Add API for setting the raw contacts URI.Martijn Coenen2011-09-151-0/+20
* Bluetooth : Modify build & parse vcardinshik2011-08-245-21/+104
* Relax URI checking on VCardComposer.Martijn Coenen2011-06-211-2/+3
* Make local variable for photo private.Daisuke Miyakawa2011-04-051-10/+9
* Merge "Add hashCode()."Daisuke Miyakawa2011-04-051-13/+155
|\
| * Add hashCode().Daisuke Miyakawa2011-04-041-13/+155
* | Merge "Remove VCardInterpreterCollection"Daisuke Miyakawa2011-04-052-91/+9
|\ \
| * | Remove VCardInterpreterCollectionDaisuke Miyakawa2011-04-012-91/+9
| |/
* / Add parseOne() capability.Daisuke Miyakawa2011-04-018-166/+307
|/
* Refactor codeDaisuke Miyakawa2011-03-3124-1758/+2529
* remove legacy code.Daisuke Miyakawa2011-03-313-205/+33
* am a07bb8c5: (-s ours) Use correct backReferenceIndex in postal addressesDaisuke Miyakawa2011-03-240-0/+0
|\
| * Use correct backReferenceIndex in postal addressesDaisuke Miyakawa2011-03-242-4/+3
* | Tolerate nested vCard.Daisuke Miyakawa2011-03-2222-424/+836
* | Merge "Use same TAG in vCard"Daisuke Miyakawa2011-03-1111-42/+40
|\ \
| * | Use same TAG in vCardDaisuke Miyakawa2011-03-1111-42/+40
* | | replace newer composeOneEntry method with older one.Daisuke Miyakawa2011-03-102-9/+10
|/ /
* | Reorganize codes, especially around vCard composition.Daisuke Miyakawa2011-03-0826-120/+205
* | Tiny refactoring, clean up.Daisuke Miyakawa2011-03-044-59/+140
* | Make vCard available without hidden APIs.Daisuke Miyakawa2011-03-032-13/+29
|/
* Refrain wrong Writer#flush() call.Daisuke Miyakawa2011-02-231-38/+13
* Reduce the number of applyBatch() callDaisuke Miyakawa2011-02-162-47/+82
* Stop using private APIs as much as possible.Daisuke Miyakawa2011-02-096-32/+69
* Let the lib use properties in 4.0 rev 15Daisuke Miyakawa2011-01-233-21/+31
* Handle a case BASE64 doesn't contain two CRLFsDaisuke Miyakawa2011-01-106-5/+115
* Handle custom labels correctly.Daisuke Miyakawa2010-11-174-41/+97
* Suppress inappropriate log around VCardBuilder.Daisuke Miyakawa2010-11-161-4/+7
* Add logs to track the parser behavior.Daisuke Miyakawa2010-11-031-0/+2
* Remove dependency toward org.apache.commons.codec.net.Daisuke Miyakawa2010-10-281-4/+43
* Modify vCard importer/exporter around sip handlingDaisuke Miyakawa2010-09-215-22/+82
* Add RAW_CONTACT_ID for refraining NPE.Daisuke Miyakawa2010-09-151-0/+2
* Add FLAG_REFRAIN_IMAGE_EXPORT support.Daisuke Miyakawa2010-09-132-3/+13
* Fix TEL type support.Daisuke Miyakawa2010-09-082-29/+86
* Make vCard importer for 2.1 remove "sip:" at the top of address.Daisuke Miyakawa2010-09-083-4/+14
* Add import/export support for SIP with vCard 2.1.Daisuke Miyakawa2010-09-084-0/+41
* Add SIP export support for vCard 3.0 and 4.0.Daisuke Miyakawa2010-09-085-35/+109
* Add SIP support for vCard 3.0.Daisuke Miyakawa2010-09-045-12/+59
* Fix vCard importer so that it imports IM correctly.Daisuke Miyakawa2010-08-245-9/+35
* Add tests for vCard 4.0 and fix some of existing logics.Daisuke Miyakawa2010-08-236-102/+372
* Add tests for vCard 4.0.Daisuke Miyakawa2010-08-236-35/+161
* Misc fix for vCard testing.Daisuke Miyakawa2010-08-217-6/+149
* Make vCard 4.0 parser support SORT-AS parameter.Daisuke Miyakawa2010-08-2016-208/+379
* Fix foundation classes for vCard importer/exporter.Daisuke Miyakawa2010-08-208-107/+143
* Make foundation classes public.Daisuke Miyakawa2010-08-196-6/+6
* Code clean-up: remove warnings around TestCase usage.Daisuke Miyakawa2010-08-187-60/+54
* Add a few tests confirming the behavior of vCard library.Daisuke Miyakawa2010-08-186-35/+53
* Make vCard importer/exporter aware of multi-byte parameters.Daisuke Miyakawa2010-08-177-23/+195
* Rename a test file for comma-separated values in VALUE fields.Daisuke Miyakawa2010-07-136-7/+34