summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vcard: Update SDK version to fix buildcm-11.0-XNPH05Q-tomato-9828f8e9cccm-11.0-XNPH05Q-bacon-5229c4ef56stable/cm-11.0-XNG3Cstable/cm-11.0-XNG2Sstable/cm-11.0-XNF9Xstable/cm-11.0-XNF8Ystable/cm-11.0shipping/cm-11.0cm-11.0Tom Marshall2014-09-181-1/+1
* vcard: Add support to generate vcard jar.cm-11.0-XNPH44S-bacon-5fa8c79c0bcm-11.0-XNPH33R-bacon-3628510d76cm-11.0-XNPH30O-bacon-4f280f505acm-11.0-XNPH25R-bacon-d22b777afacm-11.0-XNPH22R-bacon-03d77315eaShashank Mittal2014-05-081-0/+11
* This code hasn't used CharsetUtils since 2011. Time to let it die.Elliott Hughes2014-01-213-70/+0
* Merge tag 'android-4.3_r2.1' into cm-10.2cm-10.2.1cm-10.2.0cm-10.2-M1stable/cm-10.2cm-10.2Ricardo Cerqueira2013-07-240-0/+0
|\
| * am 7a2ac040: Store encoding in upper case.Chiao Cheng2012-11-141-8/+7
| |\
| * \ am 8aa2ab8a: Allow importer to handle missing encoding attribute for FN.Chiao Cheng2012-11-120-0/+0
| |\ \
| * \ \ am d5a731fa: (-s ours) Fix missing encoding attribute on FN field.Chiao Cheng2012-11-090-0/+0
| |\ \ \
| * | | | Allow importer to handle missing encoding attribute for FN.Chiao Cheng2012-10-195-13/+66
| * | | | Fix missing encoding attribute on FN field.Chiao Cheng2012-10-153-38/+95
* | | | | Merge tag 'android-4.2.2_r1' of https://android.googlesource.com/platform/fra...cm-10.1.3-RC2cm-10.1.3-RC1cm-10.1.3cm-10.1.2cm-10.1.1cm-10.1.0-RC5cm-10.1.0-RC4cm-10.1.0-RC3cm-10.1.0-RC2cm-10.1.0-RC1cm-10.1.0cm-10.1-M3cm-10.1-M2mr1.1-stagingcm-10.1Steve Kondik2013-02-126-46/+155
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Store encoding in upper case.Chiao Cheng2012-11-121-8/+7
| | |_|/ | |/| |
| * | | Allow importer to handle missing encoding attribute for FN.Chiao Cheng2012-11-095-13/+66
| | |/ | |/|
| * | Fix missing encoding attribute on FN field.Chiao Cheng2012-11-083-38/+95
| |/
* / Allow clients to use alternative name ordering.Danny Baumann2012-12-305-16/+87
|/
* Allowing multiline addresses to support microsoft vCard.cm-10.1-M1Chiao Cheng2012-08-243-57/+147
* Making vcard photo parsing more robust to decode errors.Chiao Cheng2012-08-154-12/+43
* Fix for malformed photo entry.Chiao Cheng2012-08-153-17/+90
* 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