1. 64545a8 Make vCard code a separated static library. by Daisuke Miyakawa · 14 years ago
  2. 2688857 Remove duplicate definition of flag. by Jaikumar Ganesh · 14 years ago
  3. fce9609 resolved conflicts for merge of 0de3cc9b to master by Jaikumar Ganesh · 14 years ago
  4. ba2593a Add FLAG_RERAIN_PHONE_NUMBER_FORMATTING. by Daisuke Miyakawa · 14 years ago
  5. a31a945 move favorites and my contacts group handling to the provider and sync adapter by Fred Quintana · 14 years ago
  6. 56374c4 vCard refactoring. by Daisuke Miyakawa · 14 years ago
  7. 6db2c6c Refactoring vCard: remove Shift_JIS information from flags. by Daisuke Miyakawa · 14 years ago
  8. 394026c Refactor vCard: clean up test code. by Daisuke Miyakawa · 14 years ago
  9. 8e798cf Refactor vCard: move utilities for unit tests to test_utils directory. by Daisuke Miyakawa · 14 years ago
  10. c86f077 Make vCard allow users to refrain image export. Useful when by Daisuke Miyakawa · 14 years ago
  11. 931a0a9 Refactor vCard so that it correctly choose charset while importing some files. by Daisuke Miyakawa · 14 years ago
  12. 186bad0 Refactor vCard code. by Daisuke Miyakawa · 14 years ago
  13. 9d8d1e5 Fix bug #2585298 (google calendar sync clears eventTimezone field for recurring allDay events) by Fabrice Di Meglio · 14 years ago
  14. 4ac671a Add comments for vCard parser. by Daisuke Miyakawa · 14 years ago
  15. 58b50f8 Refactor vCard parser so that its implementation detail would be hidden from users. by Daisuke Miyakawa · 14 years ago
  16. 921e5f7 Modify comments. by Daisuke Miyakawa · 14 years ago
  17. ea08c40 Add FLAG_REPRAIN_PHONE_NUMBER_FORMATTING. by Daisuke Miyakawa · 14 years ago
  18. 82b8b68 Let vCard importer/exporter select charset. by Daisuke Miyakawa · 14 years ago
  19. d3162582 revert the stripping of System Group: from the names of google system groups by Fred Quintana · 14 years ago
  20. d5e4fdc some changes due to an API review by Fred Quintana · 14 years ago
  21. d62d9ee Added a comment to make it clearer that the operation has to be the first by Daniel Lehmann · 14 years ago
  22. 7e25f5c Make the VCardEntry more robust against badly behaving resolvers. Additionally make the ImportTestResolver return the right result by Daniel Lehmann · 14 years ago
  23. 6edcdc1 Removed compatibility function (was left in before to not break the build) by Daniel Lehmann · 14 years ago
  24. 63e9140 Framework changes to allow VCards containing multiple entries Bug:2501468 by Daniel Lehmann · 14 years ago
  25. b1b1371 Expose the Uri of the newly created contact Bug: 2448065 by Daniel Lehmann · 14 years ago
  26. e8b9ce2 Merge "Use "My Contacts"" by Daisuke Miyakawa · 14 years ago
  27. 72d3397 Use "My Contacts" by Daisuke Miyakawa · 14 years ago
  28. 01f4385 Handle the string "default" and ignore it appropriately. by Daisuke Miyakawa · 14 years ago
  29. a53bbe4 Remove DateException and obsolete DateUtils functions. by Ken Shirriff · 14 years ago
  30. 9d06c58 Unbundling: pull the recurrence string formatting out of EventRecurrence. by Ken Shirriff · 14 years ago
  31. 0dcb692 Purge CallLog. by Daisuke Miyakawa · 14 years ago
  32. 66c5bd9 Fix bug #2449594 (device should fold RRULEs, etc., that are longer than 75 chars) by Fabrice Di Meglio · 14 years ago
  33. 24b5bdd Fix bug #2331761 (Instances of a recurring event are missing) by Fabrice Di Meglio · 14 years ago
  34. 989edfd Fixing the use of entities in VCardExporter. by Dmitri Plotnikov · 14 years ago
  35. 103d536 Make vCard importer use Organization name when there's no other information available. by Daisuke Miyakawa · 14 years ago
  36. 51e43a3 Add error handling codes into vCard composer. by Daisuke Miyakawa · 14 years ago
  37. 900731de Honor '+' in phone export in vCard. by Daisuke Miyakawa · 14 years ago
  38. 50c6668 Make vCard importer support lower case params. by Daisuke Miyakawa · 15 years ago
  39. 9030dd1 Handle null correctly. by Daisuke Miyakawa · 15 years ago
  40. 1301341 Fix test breakage in vCard exporter. by Daisuke Miyakawa · 15 years ago
  41. 2ec6c56 am 328c0e79: - removed the concept of Entity from the ContentProvider APIs - removed the parcelling ability from Entity and EntityIterator and made them public - added an EntityIterator abstract implementation that allow easy wrapping of a Cursor - changed the VCard c by Fred Quintana · 15 years ago
  42. 973afa9 Add isPrintableAscii() and isPrintableAsciiOnly() to TextUtils.java as hidden methods, and make vCard code use them. by Daisuke Miyakawa · 15 years ago
  43. a750fdd Fix a problem in which Android custom fields are not emitted correctly in non-Ascii languages. by Daisuke Miyakawa · 15 years ago
  44. 639b0f0 Make vCard exporter append neighborhood to locality field instead of extended address, by Daisuke Miyakawa · 15 years ago
  45. a6d81e3 Make vCard code refrain from using NEIGHBORHOOD field when importing. by Daisuke Miyakawa · 15 years ago
  46. c4b5171 Modify vCard exporter code so that it does not emit non-Ascii type. by Daisuke Miyakawa · 15 years ago
  47. 49c0dec Code clean up. by Daisuke Miyakawa · 15 years ago
  48. 839c036 Add unit tests. by Daisuke Miyakawa · 15 years ago
  49. d2145b9 Clean up codes and remove/modify stale codes/comments. by Daisuke Miyakawa · 15 years ago
  50. 1b9e2be Split vCard composer into two parts: VCardComposer and VCardBuilder. by Daisuke Miyakawa · 15 years ago
  51. 3d745c2 Make vCard composer use Base64 class for encoding String into bytes instead of using its own implementation. by Daisuke Miyakawa · 15 years ago
  52. 5a1f2d2 Rename several files so that readers would not be confused. by Daisuke Miyakawa · 15 years ago
  53. f05ec92 Update VCardComposer getOwnerPhoneNumberVcard() to support empty vcard for 0.vcf by Jaikumar Ganesh · 15 years ago
  54. 592988d Add unit tests for Japanization and fix several bugs. by Daisuke Miyakawa · 15 years ago
  55. 0cda591 Make vCard composer use ContentValues object with non-empty name unless the object is not marked as IS_SUPER_PRIMARY. by Daisuke Miyakawa · 15 years ago
  56. f2ad61c Make vCard exporter check invalid phone numbers and re-format them if needed. by Daisuke Miyakawa · 15 years ago
  57. 0e98386 Support vCard format emitted by Windows Mobile 6.5, which contains invalid "VALUE" params and by Daisuke Miyakawa · 15 years ago
  58. 344416e Make vCard parser invalid lines in vCard file which look like some comment. by Daisuke Miyakawa · 15 years ago
  59. 4fe2c57 Add tests for Japanization part of vCard. by Daisuke Miyakawa · 15 years ago
  60. 26ee0ae Make vCard importer handle "PAGER" phone number correctly. by Daisuke Miyakawa · 15 years ago
  61. f035b47 Make test compontent support multiple vCard input. by Daisuke Miyakawa · 15 years ago
  62. 6cb76ac Rename the term "attribute"/"attr" to "parameter"/param". by Daisuke Miyakawa · 15 years ago
  63. 3f16be2 Enable vCard tests connect both importer/exporter tests. by Daisuke Miyakawa · 15 years ago
  64. f5633bc Fix test breakage in testNickNameV21(). by Daisuke Miyakawa · 15 years ago
  65. d95a02c Fix test breakage in Zaku. Modification to PhoneNumberUtils included. by Daisuke Miyakawa · 15 years ago
  66. 837cba33 Add partial support of Android-specific properties. by Daisuke Miyakawa · 15 years ago
  67. d263a06 Add a test for vCard composer. by Daisuke Miyakawa · 15 years ago
  68. 99a0a2c Add tests and fix vCard code. by Daisuke Miyakawa · 15 years ago
  69. 7c6770c Add the flag "FLAG_APPEND_TYPE_PARAM" to VCardConfig, which by Daisuke Miyakawa · 15 years ago
  70. ba2b21b Implement unit tests for vCard exporter, which depends on the sucess in vCard importer. by Daisuke Miyakawa · 15 years ago
  71. 021de73 Clean-up vCard code. by Daisuke Miyakawa · 15 years ago
  72. c93b88c Remove redundant comment. As of now, we cannot guarantee anything toward external developers. by Daisuke Miyakawa · 15 years ago
  73. 5a01648 Merge commit 'refs/changes/08/29008/8' of ssh://dmiyakawa@android-git.corp.google.com:29418/platform/frameworks/base into cleanup_import by Daisuke Miyakawa · 15 years ago
  74. 5c3e687 Develop ContentResolver-based unit tests for vCard importer and fix vCard code by Daisuke Miyakawa · 15 years ago
  75. bd3d5b2 am 387e73bd: Merge change Ib977f2bd into eclair by Daisuke Miyakawa · 15 years ago
  76. b977f2b Make vCard import Photo from vCard file :( by Daisuke Miyakawa · 15 years ago
  77. 629f94f am ccc214b2: Merge change I6a0b14bd into eclair by Daisuke Miyakawa · 15 years ago
  78. 0dd32c1 Make VCardComposer create the instance for mHandlerList. by Daisuke Miyakawa · 15 years ago
  79. 71f97ac Add cancel() VCardDataBuilder, which is intended to remove by Daisuke Miyakawa · 15 years ago
  80. c868acf show events in the UI by Fred Quintana · 15 years ago
  81. 1f7c409 Make ContactStruct handle Collection properly. by Daisuke Miyakawa · 15 years ago
  82. 30a2e36 Fix vCard composer in three points. by Daisuke Miyakawa · 15 years ago
  83. 3348f14 Remove GAIA string by Costin Manolache · 15 years ago
  84. a2ba9a1 Clean up vCard code. by Daisuke Miyakawa · 15 years ago
  85. f2e0d7b Three changes. by Daisuke Miyakawa · 15 years ago
  86. 21ac410 Two changes toward vCard composer. by Daisuke Miyakawa · 15 years ago
  87. 91a00d3 fix typo by Fred Quintana · 15 years ago
  88. f580841 rename misc to birthday by Fred Quintana · 15 years ago
  89. ccca121 Add "TYPE=" to type attribute when appropriate. by Daisuke Miyakawa · 15 years ago
  90. 7497b78 Add appendType() utility method. by Daisuke Miyakawa · 15 years ago
  91. f2bed60 Add final to appropriate variables. by Daisuke Miyakawa · 15 years ago
  92. b55e60e Fix vCard code. by Daisuke Miyakawa · 15 years ago
  93. c3eef96 Add call log support to pim.vcard.VCardComposer by Lixin Yue · 15 years ago
  94. de26b54b Make ContactStruct explicitly set RawContacts.ACCOUNT_NAME and RawContacts.ACCOUNT_TYPE to null. by Daisuke Miyakawa · 15 years ago
  95. c32897a Suppress Performance log emitted by vCard importer. by Daisuke Miyakawa · 15 years ago
  96. 7a9e2f2 Add Website.TYPE information. by Daisuke Miyakawa · 15 years ago
  97. 5fd2ae9 Add each contact in vCard into "My Groups" if account is for Google's and it has such a group. by Daisuke Miyakawa · 15 years ago
  98. d5bc296 Make vCard importer code use Account information if possible. by Daisuke Miyakawa · 15 years ago
  99. 6ba23c5 Handle cases where TYPE can be undefined, such as EAS. by Jeff Sharkey · 15 years ago
  100. 718eaff Fix small bugs in VCardComposer.java. by Daisuke Miyakawa · 15 years ago