1. 57fdc2b Increase minSdk to 24. by calderwoodra · 6 years ago
  2. 6365789 Removed appContext from CallLogDataSource and PhoneLookup. by zachh · 6 years ago
  3. 2482c0f Added "clearData" to CallLogDataSource and PhoneLookup interfaces. by zachh · 6 years ago
  4. 9bc97d1 Added unregisterContentResolvers() to CallLogDataSource and PhoneLookup. by zachh · 6 years ago
  5. cd3d498 Implement VoicemailDataSource by twyen · 6 years ago
  6. 999b5d5 Log contact source when reporting spam from the new UI. by linyuh · 6 years ago
  7. c3d3c3d Move DirectoryCompat from "contacts/common" to "dialer/common/cp2". by linyuh · 6 years ago
  8. 3506a5f Look up contacts in the local enterprise directory in the new call log. by linyuh · 6 years ago
  9. 0d97015 Track initial call log building metrics separately from incremental building metrics. by zachh · 6 years ago
  10. 9952f1c Added some logcat and metrics logging for new call log. by zachh · 6 years ago
  11. 9e3a39d Make MarkDirtyObserver available to all call log data sources & PhoneLookups. by linyuh · 6 years ago
  12. 43c978b Use a broadcast receiver to refresh the annotated call log. by linyuh · 6 years ago
  13. 096d5a6 Include both PHOTO_URI and PHOTO_THUMBNAIL_URI in Cp2Info. by linyuh · 6 years ago
  14. 18bfbcd Add LookupUri to PeopApiPhoneLookupInfo by twyen · 6 years ago
  15. 21b13e2 Show icon and label for a spam number in the new call log. by linyuh · 6 years ago
  16. 325a50b Implement SpamPhoneLookup by linyuh · 6 years ago
  17. 130b616 Don't set the "incomplete" bit for empty numbers. by zachh · 6 years ago
  18. 75a8d51 Added is_valid and post_dial_portion fields to DialerPhoneNumber. by zachh · 6 years ago
  19. 26f5202 Reworked the internals of DialerPhoneNumber. by zachh · 6 years ago
  20. 849f332 Add skeleton for SpamPhoneLookup by linyuh · 6 years ago
  21. 0874af8 Show Icon and label for blocked numbers by twyen · 6 years ago
  22. 662830e Rename "ApdlInfo" as "SpamInfo" in proto PhoneLookupInfo. by linyuh · 6 years ago
  23. 0e00f57 Implement System blocked number by twyen · 7 years ago
  24. 05838b5 Changed PhoneLookup#lookup to accept a DialerPhoneNumber. by zachh · 7 years ago
  25. 2ccd4a1 Implement blocking commands by twyen · 7 years ago
  26. b494ce8 Support deleting PhoneLookupHistory rows with empty phone numbers. by zachh · 7 years ago
  27. 73c6579 Show existing CP2 information for invalid numbers even if out of date. by zachh · 7 years ago
  28. 31e83f3 Replace PhoneLookupSelector with PhoneLookupInfoConsolidator. by linyuh · 7 years ago
  29. fe74cd5 Added some verbose logging to Cp2LocalPhoneLookup by zachh · 7 years ago
  30. a240266 Cleaned up wording around "valid" and "formattable". by zachh · 7 years ago
  31. 01aac5d Implement PhoneLookup for CP2 remote contacts by linyuh · 7 years ago
  32. 188b42f Merge PhoneLookupDataSource results into a proto in annotated call log. by twyen · 7 years ago
  33. 4ee24a9 Fixed bug in handling of empty numbers in new call log. by zachh · 7 years ago
  34. 99817db Rename Cp2PhoneLookup as Cp2LocalPhoneLookup and PhoneLookupInfo.cp2_info as PhoneLookupInfo.cp2_local_info. by linyuh · 7 years ago
  35. 73ec1ab Changed behavior of failures in DialerFutures#firstMatching. by zachh · 7 years ago
  36. ff88f7b Added RealtimeRowProcessor. by zachh · 7 years ago
  37. c40c2d9 Use ContactsContract.PhoneLookup for invalid numbers in Cp2PhoneLookup. by zachh · 7 years ago
  38. fb112d8 Implement dialer blocked number phone lookup by twyen · 7 years ago
  39. 18e2378 Add column CAN_REPORT_AS_INVALID_NUMBER to the annotated call log. by linyuh · 7 years ago
  40. e1ec439 Parameterized PhoneLookup with submessage type. by zachh · 7 years ago
  41. 6456d83 Handle contacts which have been disassociated with a number in Cp2PhoneLookup. by zachh · 7 years ago
  42. 0fab10e Added copySubMessage method to PhoneLookup interface. by zachh · 7 years ago
  43. e3b74d2 Implemented Cp2PhoneLookup#lookup. by zachh · 7 years ago
  44. ba44ee3 Support empty PhoneLookupInfo in Cp2PhoneLookup. by zachh · 7 years ago
  45. 937bd02 Implement PeopleApiPhoneLookup by twyen · 7 years ago
  46. 888733a Support normalization of numbers in Cp2PhoneLookup. by zachh · 7 years ago
  47. 75812ad Updated writing of PhoneLookup columns in annotated call log. by zachh · 7 years ago
  48. 81a7b49 Implemented PhoneLookupDataSource#onSuccesfulFill. by zachh · 7 years ago
  49. d28981d Renamed PhoneLookup#bulkUpdate to #getMostRecentPhoneLookupInfo. by zachh · 7 years ago
  50. 0c0c0a3 Added bindings for ListeningExecutorServices. by zachh · 7 years ago
  51. b29f582 Added PhoneLookupHistoryRecorder. by zachh · 7 years ago
  52. 47aa39c Added PhoneLookupSelector. by zachh · 7 years ago
  53. 4e815f9 Removed timestamps from PhoneLookup APIs. by zachh · 7 years ago
  54. 9ee59d5 Implemented fill for PhoneLookupDataSource. by zachh · 7 years ago
  55. 5a2b1b2 Added place voice call search action to regular search. by calderwoodra · 7 years ago
  56. bf27d87 Added PhoneLookupDataSource and implemented isDirty. by zachh · 7 years ago
  57. 4c7d959 Use lambdas in CompositePhoneLookup. by zachh · 7 years ago
  58. dc63a40 Use parent message for CP2 info in phone_lookup_info.proto. by zachh · 7 years ago
  59. e841eab Added content provider for PhoneLookupHistory. by zachh · 7 years ago
  60. 60dd96a Implemented CompositePhoneLookup#bulkUpdate. by zachh · 7 years ago
  61. 6af2e14 Implement bulk update for Cp2PhoneLookup. by calderwoodra · 7 years ago
  62. 2f38c65 Implemented CompositePhoneLookup#isDirty. by zachh · 7 years ago
  63. 7115121 Fixed AOSP breakage due to incompatible guava api. by zachh · 7 years ago
  64. d3014bf Set the ceiling at O. by erfanian · 7 years ago
  65. af719e9 Added CompositePhoneLookup and added and implemented "lookup" method. by Zachary Heidepriem · 7 years ago
  66. 65c2180 Cp2 Phonelookup isDirty implementation. by calderwoodra · 7 years ago
  67. 58cefb4 Skeleton implementation of PhoneLookup and Cp2PhoneLookup. by calderwoodra · 7 years ago