1. c6009ad vcard: Add support to generate vcard jar. by Shashank Mittal · 10 years ago fp2-sibon fp2-sibon-2.0.1 fp2-sibon-2.0.2 FP2-open-16.05.0 FP2-open-16.06.0 FP2-open-16.07.1 FP2-open-16.08.0 FP2-open-16.09.0 FP2-open-16.10.0 FP2-open-16.11.0 FP2-open-16.12.0 FP2-open-17.01.0 FP2-open-17.04.0
  2. 210ebaa Fix import of iOS vcards by Jay Shrauner · 10 years ago
  3. 4950d92 am 2ce674dd: am 7f72d2dd: Can\'t send my wife\'s vcard between devices by Tom Taylor · 10 years ago
  4. 2ce674d am 7f72d2dd: Can\'t send my wife\'s vcard between devices by Tom Taylor · 10 years ago
  5. 7f72d2d Can't send my wife's vcard between devices by Tom Taylor · 10 years ago
  6. a326bcb Can't send my wife's vcard between devices by Tom Taylor · 10 years ago
  7. 5907243 Merge "This code hasn't used CharsetUtils since 2011. Time to let it die." by Elliott Hughes · 11 years ago
  8. f407264 This code hasn't used CharsetUtils since 2011. Time to let it die. by Elliott Hughes · 11 years ago
  9. 5f55ee2 am 7a2ac040: Store encoding in upper case. by Chiao Cheng · 12 years ago
  10. 7a2ac04 Store encoding in upper case. by Chiao Cheng · 12 years ago
  11. b8ffa88 am 8aa2ab8a: Allow importer to handle missing encoding attribute for FN. by Chiao Cheng · 12 years ago
  12. 8aa2ab8 Allow importer to handle missing encoding attribute for FN. by Chiao Cheng · 12 years ago
  13. 2f1aeba am d5a731fa: (-s ours) Fix missing encoding attribute on FN field. by Chiao Cheng · 12 years ago
  14. d5a731f Fix missing encoding attribute on FN field. by Chiao Cheng · 12 years ago
  15. d98c0fe Allow importer to handle missing encoding attribute for FN. by Chiao Cheng · 12 years ago
  16. 8d1f50f Fix missing encoding attribute on FN field. by Chiao Cheng · 12 years ago
  17. 9e87c76 Allowing multiline addresses to support microsoft vCard. by Chiao Cheng · 12 years ago
  18. 2c9cf38 Making vcard photo parsing more robust to decode errors. by Chiao Cheng · 12 years ago
  19. a4e576c Fix for malformed photo entry. by Chiao Cheng · 12 years ago
  20. 449d710 Handle "VOICE" type as OTHER on Android by Daisuke Miyakawa · 12 years ago
  21. 5fffd2b Allow vCard users to format phone numbers by themselves by Daisuke Miyakawa · 13 years ago
  22. 846712b Add API for setting the raw contacts URI. by Martijn Coenen · 13 years ago
  23. 95e66b0 Bluetooth : Modify build & parse vcard by inshik · 13 years ago
  24. 5f0f9e9 Relax URI checking on VCardComposer. by Martijn Coenen · 13 years ago
  25. 87315f4 Make local variable for photo private. by Daisuke Miyakawa · 13 years ago
  26. 5a70874 Merge "Add hashCode()." by Daisuke Miyakawa · 13 years ago
  27. 79a3663 Merge "Remove VCardInterpreterCollection" by Daisuke Miyakawa · 13 years ago
  28. 517540b Add hashCode(). by Daisuke Miyakawa · 13 years ago
  29. 9ec6c05 Remove VCardInterpreterCollection by Daisuke Miyakawa · 13 years ago
  30. 5665060 Add parseOne() capability. by Daisuke Miyakawa · 13 years ago
  31. 1de396f Refactor code by Daisuke Miyakawa · 13 years ago
  32. 56174df remove legacy code. by Daisuke Miyakawa · 13 years ago
  33. f9d4914 am a07bb8c5: (-s ours) Use correct backReferenceIndex in postal addresses by Daisuke Miyakawa · 13 years ago
  34. a07bb8c Use correct backReferenceIndex in postal addresses by Daisuke Miyakawa · 13 years ago
  35. 48dd8e8 Tolerate nested vCard. by Daisuke Miyakawa · 13 years ago
  36. 403c83b Merge "Use same TAG in vCard" by Daisuke Miyakawa · 13 years ago
  37. 02117b3 Use same TAG in vCard by Daisuke Miyakawa · 13 years ago
  38. 8ed6de7 replace newer composeOneEntry method with older one. by Daisuke Miyakawa · 13 years ago
  39. 677ef21 Reorganize codes, especially around vCard composition. by Daisuke Miyakawa · 13 years ago
  40. 7e4e86e Tiny refactoring, clean up. by Daisuke Miyakawa · 13 years ago
  41. a11303c Make vCard available without hidden APIs. by Daisuke Miyakawa · 13 years ago
  42. 91ff68b Refrain wrong Writer#flush() call. by Daisuke Miyakawa · 13 years ago
  43. f98084b Reduce the number of applyBatch() call by Daisuke Miyakawa · 13 years ago
  44. 9919ad2 Stop using private APIs as much as possible. by Daisuke Miyakawa · 13 years ago
  45. da2f6ef Let the lib use properties in 4.0 rev 15 by Daisuke Miyakawa · 13 years ago
  46. c955c8b Handle a case BASE64 doesn't contain two CRLFs by Daisuke Miyakawa · 13 years ago
  47. 00b4b98 Handle custom labels correctly. by Daisuke Miyakawa · 14 years ago
  48. 8bde974 Suppress inappropriate log around VCardBuilder. by Daisuke Miyakawa · 14 years ago
  49. b23043e Add logs to track the parser behavior. by Daisuke Miyakawa · 14 years ago
  50. 2c4b5f3 Remove dependency toward org.apache.commons.codec.net. by Daisuke Miyakawa · 14 years ago
  51. 37634a0 Modify vCard importer/exporter around sip handling by Daisuke Miyakawa · 14 years ago
  52. a7cff0a Add RAW_CONTACT_ID for refraining NPE. by Daisuke Miyakawa · 14 years ago
  53. 8c1cdbb Add FLAG_REFRAIN_IMAGE_EXPORT support. by Daisuke Miyakawa · 14 years ago
  54. 465aa5d Fix TEL type support. by Daisuke Miyakawa · 14 years ago
  55. 0fc278d Make vCard importer for 2.1 remove "sip:" at the top of address. by Daisuke Miyakawa · 14 years ago
  56. 5db8b7b Add import/export support for SIP with vCard 2.1. by Daisuke Miyakawa · 14 years ago
  57. 4226436 Add SIP export support for vCard 3.0 and 4.0. by Daisuke Miyakawa · 14 years ago
  58. 88d0f1e Add SIP support for vCard 3.0. by Daisuke Miyakawa · 14 years ago
  59. 06ae823 Fix vCard importer so that it imports IM correctly. by Daisuke Miyakawa · 14 years ago
  60. 3d77102 Add tests for vCard 4.0 and fix some of existing logics. by Daisuke Miyakawa · 14 years ago
  61. 36ba003 Add tests for vCard 4.0. by Daisuke Miyakawa · 14 years ago
  62. 237dd94 Misc fix for vCard testing. by Daisuke Miyakawa · 14 years ago
  63. 4560bdd Make vCard 4.0 parser support SORT-AS parameter. by Daisuke Miyakawa · 14 years ago
  64. a76f41e Fix foundation classes for vCard importer/exporter. by Daisuke Miyakawa · 14 years ago
  65. 1680191 Make foundation classes public. by Daisuke Miyakawa · 14 years ago
  66. 5f363a8 Code clean-up: remove warnings around TestCase usage. by Daisuke Miyakawa · 14 years ago
  67. 58ca5f9 Add a few tests confirming the behavior of vCard library. by Daisuke Miyakawa · 14 years ago
  68. 2bf85a1 Make vCard importer/exporter aware of multi-byte parameters. by Daisuke Miyakawa · 14 years ago
  69. d5a8fc2 Rename a test file for comma-separated values in VALUE fields. by Daisuke Miyakawa · 14 years ago
  70. be622dc Merge "Make vCard builder suppress vCard 4.0 composition." by Daisuke Miyakawa · 14 years ago
  71. 76a4a3b Make vCard builder suppress vCard 4.0 composition. by Daisuke Miyakawa · 14 years ago
  72. 42f5f84 Fix test breakage: Make test aware of anniversary in winmo case. by Daisuke Miyakawa · 14 years ago
  73. c13101b Anniversary support. by Daisuke Miyakawa · 14 years ago
  74. be378d5 Add a first implementation for vCard 4.0. by Daisuke Miyakawa · 14 years ago
  75. 147f1ae Fix: make private to protected. by Daisuke Miyakawa · 14 years ago
  76. f6d9e0e Make vCard 2.1 importer accept vCard with non-QP multiple lines. by Daisuke Miyakawa · 14 years ago
  77. 5861010 Supress unnecessary warning. by Daisuke Miyakawa · 14 years ago
  78. 4199c54 Move vCard code in platform/framework/base to platform/framework/opt/vcard. by Daisuke Miyakawa · 14 years ago
  79. ef3f03c new project, first commit by Nico Sallembien · 14 years ago