1. fdd04bc Implement openAssetFile() for profile vcard. by Martijn Coenen · 14 years ago
  2. c591cc2 Prefer primary data to others. by Daisuke Miyakawa · 14 years ago
  3. 6494f8d Merge "Fix test breakage introduced in ICU upgrade." by Daisuke Miyakawa · 14 years ago
  4. 00e7c94 Added checks in voicemail provider to not expose call_log fields. by Debashish Chatterjee · 14 years ago
  5. 7134034 Fix test breakage introduced in ICU upgrade. by Daisuke Miyakawa · 14 years ago
  6. 1975b56 Unit tests for voicemail provider. by Debashish Chatterjee · 14 years ago
  7. 07b66b7 Merge "Voicemail provider implementation within ContactsProvider." by Debashish Chatterjee · 14 years ago
  8. 2262f0c Prioritize IN_VISIBLE_GROUP in auto-complete. by Daisuke Miyakawa · 14 years ago
  9. 988b96f Merge "Support for streaming vcards without photo." by Martijn Coenen · 14 years ago
  10. dfa6d58 Support for streaming vcards without photo. by Martijn Coenen · 14 years ago
  11. 52e8d24 Voicemail provider implementation within ContactsProvider. by Debashish Chatterjee · 14 years ago
  12. 59f6477 Introduced new voicemail fields in 'calls' table. by Debashish Chatterjee · 14 years ago
  13. 46abbb5 Introduce data usage table for per-method ranking. by Daisuke Miyakawa · 14 years ago
  14. 24c1d38 URIs and queries to support profiles. by Dave Santoro · 14 years ago
  15. 6bf90e1 am 37f0bdbb: Remove stale rows in directory table. by Daisuke Miyakawa · 14 years ago
  16. 37f0bdb Remove stale rows in directory table. by Daisuke Miyakawa · 14 years ago
  17. 09e6952 Enable selection strict mode and sql injection tests by Daniel Lehmann · 14 years ago
  18. 5bd0284 Fix search support tests. by Dave Santoro · 14 years ago
  19. 5fdc17b Fix wrong handling in getQueryParameter() by Daisuke Miyakawa · 14 years ago
  20. 2ab9366 Merge "Fix issues with Contacts sync." by Dave Santoro · 14 years ago
  21. 547c5ed Fix issues with Contacts sync. by Dave Santoro · 14 years ago
  22. 25110bb Handle zero-query case for global search. by Mathew Inwood · 14 years ago
  23. 3716f14 Move snippet logic from DB to a cursor wrapper. by Dave Santoro · 14 years ago
  24. 04f7fc0 Rewrite subquery to make better use of indexes by Daniel Lehmann · 14 years ago
  25. 64c69b6 Don't create E164 numbers during update (country detector not ready) by Daniel Lehmann · 14 years ago
  26. 7d82ae9 Add "primary account" support. by Daisuke Miyakawa · 14 years ago
  27. 108f1be Use new interface for vCard export by Daisuke Miyakawa · 14 years ago
  28. 7df711d Use old version of vCard composition method by Daisuke Miyakawa · 15 years ago
  29. 17a22fa Preserving dot in name prefixes like "Mr." and "Prof." by Dmitri Plotnikov · 15 years ago
  30. 55e5cbf Displaying name prefix in the list and detail panel by Dmitri Plotnikov · 15 years ago
  31. 8ab0b7a Moving updateRawContactDisplayName from aggregator to dbhelper by Dmitri Plotnikov · 15 years ago
  32. dadaeeb Trim parts of the contact name before joining. by Dmitri Plotnikov · 15 years ago
  33. 383d8aa Fix tests broken by proguard by Dmitri Plotnikov · 15 years ago
  34. 2352cf6 Masking the 'malformed MATCH expression' error by Dmitri Plotnikov · 15 years ago
  35. 155accb Full text search: email suggestions by Dmitri Plotnikov · 15 years ago
  36. 92ddc5c Full text search: Asian language support by Dmitri Plotnikov · 15 years ago
  37. 174f7d3 Full text search: QSB support by Dmitri Plotnikov · 15 years ago
  38. 30cc766 Full text search: minor bug fixes and test clean-up. by Dmitri Plotnikov · 15 years ago
  39. 7ba290f Full text search: optimizing index use by Dmitri Plotnikov · 15 years ago
  40. 197411a Full text search: removing organization from name lookup by Dmitri Plotnikov · 15 years ago
  41. bd9abbb Full text search: updating search index on change of visibility by Dmitri Plotnikov · 15 years ago
  42. f482a4e Full text search: no snippet when searching by name by Dmitri Plotnikov · 15 years ago
  43. 3d0f0e0 Full text search: special snippet for phone number search by Dmitri Plotnikov · 15 years ago
  44. 5e70c07 Full text search: special snippet for email address search by Dmitri Plotnikov · 15 years ago
  45. 03197a0 Full text search: updating filtering logic by Dmitri Plotnikov · 15 years ago
  46. 05e50fb Full text search: building full index for all contacts by Dmitri Plotnikov · 15 years ago
  47. 6d9702c Full text search: adding remaining built-in data types by Dmitri Plotnikov · 15 years ago
  48. eeeed56 Full text search: adding common data types by Dmitri Plotnikov · 15 years ago
  49. f262d56 Full text search: adding internal provider API. by Dmitri Plotnikov · 15 years ago
  50. 6ca8273 Fixing inappropriate use of implementation detail by Dmitri Plotnikov · 15 years ago
  51. ec73c99 Fixing deadlock in contacts provider by Dmitri Plotnikov · 15 years ago
  52. 7b330a6 Fixing NPE during bulk insert in ContactsProvider2 by Dmitri Plotnikov · 15 years ago
  53. 9a6be16 Making QSB query not return "Dial 777" when on a no-telephony device by Dmitri Plotnikov · 15 years ago
  54. c1619ab Fixing a concurrency issue in aggregation suggestion query by Dmitri Plotnikov · 15 years ago
  55. 50a7c86 Fixing bad SQL in search. by Dmitri Plotnikov · 15 years ago
  56. 36d7a98 Synchronizing assignment of mimetype IDs and similar static data by Dmitri Plotnikov · 15 years ago
  57. 5f1f4a0 Removing legacy compatibility with the notion of a "hosted account" by Dmitri Plotnikov · 15 years ago
  58. 038893e Preventing dialable letters from matching phone numbers by Dmitri Plotnikov · 15 years ago
  59. a1e1773 Adding support for contact search by email address and phone number by Dmitri Plotnikov · 15 years ago
  60. 415ba9e Fixing crash in ContactProvider2.getType when accessed too early by Dmitri Plotnikov · 15 years ago
  61. 8d2a745 DO NOT MERGE. Using a sqlite3 extension function to restore CTS compatibility by Dmitri Plotnikov · 15 years ago
  62. e2adda1 Making address book cursor cross-process by Dmitri Plotnikov · 15 years ago
  63. d9ec582 Moving SQLiteContentProvider to /common/ex by Dmitri Plotnikov · 15 years ago
  64. fd2a6a5 Fixing a database contention during locale change by Dmitri Plotnikov · 15 years ago
  65. d97464c Adding an index to aide aggregation on phone numbers by Dmitri Plotnikov · 15 years ago
  66. f266e8c Excluding invisible contacts from aggregation by Dmitri Plotnikov · 15 years ago
  67. 15c6e90 Fixing strict mode violation in ContactsProvider2. by Dmitri Plotnikov · 15 years ago
  68. 37c85b8 Fixing strict mode violation in CallLogProvider. by Dmitri Plotnikov · 15 years ago
  69. ed78fd6 Fixing broken tests (proguard issue) by Dmitri Plotnikov · 15 years ago
  70. bf73276 Moving initialization and callbacks to background by Dmitri Plotnikov · 15 years ago
  71. 2ac23b3 Fixing NPE caused by contact sync by Dmitri Plotnikov · 15 years ago
  72. ed089fd Fixing broken build by Dmitri Plotnikov · 15 years ago
  73. f6d4922 Extracting DataRowHandler classes to the top level by Dmitri Plotnikov · 15 years ago
  74. 5df7e46 Making StructuredNameDataRowHandlers a static inner class by Dmitri Plotnikov · 15 years ago
  75. e8b3427 Making DataRowHandlers static inner classes by Dmitri Plotnikov · 15 years ago
  76. 7e2635f Moving a method from ContactsProvider to ContactAggregator by Dmitri Plotnikov · 15 years ago
  77. d364d74 Introducing a TransactionContext object to hold state for a single TX by Dmitri Plotnikov · 15 years ago
  78. 2a8fefb Running tests against an in-memory database. by Dmitri Plotnikov · 15 years ago
  79. 189273b Moving more logic into ContactDatabaseHelper by Dmitri Plotnikov · 15 years ago
  80. 49d48c0 Ensuring that cached db connection is only used in transactions by Dmitri Plotnikov · 15 years ago
  81. 78fb53b Switching to lazy SQL compilation. by Dmitri Plotnikov · 15 years ago
  82. 89b7c2b Fixing LegacyContactImporterTest by Dmitri Plotnikov · 15 years ago
  83. fdcf0d5 Merge "Allow zeroing the primary/super-primary flag" by Daniel Lehmann · 15 years ago
  84. 6dd371a Allow zeroing the primary/super-primary flag by Daniel Lehmann · 15 years ago
  85. 359c52a Fixing empty IN clause in aggregation suggestion query. by Dmitri Plotnikov · 15 years ago
  86. 3ea7932 Fixing GB->HC upgrade path. by Dmitri Plotnikov · 15 years ago
  87. c039cfb Adding support for the new column: Groups.GROUP_IS_READ_ONLY by Dmitri Plotnikov · 15 years ago
  88. 3826a44 Adding support for a new ProviderStatus by Dmitri Plotnikov · 15 years ago
  89. 6b759a2 Excluding non-alphanumeric chars from contact search by Dmitri Plotnikov · 15 years ago
  90. f4015ab Fixing an issue with social status updates after a contact split by Dmitri Plotnikov · 15 years ago
  91. a85745a Printing an error message instead of throwing an exception. by Dmitri Plotnikov · 15 years ago
  92. 1e9ff11 Merge "Upgrading QSB Contacts query" by Dmitri Plotnikov · 15 years ago
  93. 2306101 Fixing QSB contact search that includes special chars by Dmitri Plotnikov · 15 years ago
  94. 4cb5cd4 Upgrading QSB Contacts query by Dmitri Plotnikov · 15 years ago
  95. f87d3f3 Include length in vcard file descriptors by Bjorn Bringert · 15 years ago
  96. 08ee3fb Throw FileNotFoundException when contact photo not found. by Mathew Inwood · 15 years ago
  97. 56f2638 Support searching with given names for Korean names by Sang-il, Lee · 15 years ago
  98. e0e2441 Backing up cached resource IDs with resource names by Dmitri Plotnikov · 15 years ago
  99. d0ab329 am 09562b6c: bug:3097939 trigger on a table without good index = slow contacts app by Vasu Nori · 15 years ago
  100. 994c32a Including PHOTO_SUPPORT in directory management by Dmitri Plotnikov · 15 years ago