summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/phonelookup/cp2
AgeCommit message (Expand)Author
2018-06-28Remove redundant @TargetApi, @RequiresApi and @SuppressWarningslinyuh
2018-06-05Handling timeout in PeopleApiPhoneLookup & Cp2ExtendedDirectoryPhoneLookuplinyuh
2018-05-22Append the directory ID when building contact lookup URIs in CP2 lookups.zachh
2018-05-11Improved support for missing contacts permission in new call log.zachh
2018-05-09Added getLoggingName() to CallLogDataSource and PhoneLookup interfaces.zachh
2018-04-08Have PhoneLookup read carrier presence data from CP2.linyuh
2018-03-30Log the number of "invalid" CP2 rows.zachh
2018-03-26Remove obsolete version checks and compat utilities after min SDK was bumped ...linyuh
2018-03-22Removed appContext from CallLogDataSource and PhoneLookup.zachh
2018-03-20Added "clearData" to CallLogDataSource and PhoneLookup interfaces.zachh
2018-03-20Added unregisterContentResolvers() to CallLogDataSource and PhoneLookup.zachh
2018-02-27Move DirectoryCompat from "contacts/common" to "dialer/common/cp2".linyuh
2018-02-26Look up contacts in the local enterprise directory in the new call log.linyuh
2018-02-22Use a broadcast receiver to refresh the annotated call log.linyuh
2018-02-22Include both PHOTO_URI and PHOTO_THUMBNAIL_URI in Cp2Info.linyuh
2018-02-05Don't set the "incomplete" bit for empty numbers.zachh
2018-01-29Added is_valid and post_dial_portion fields to DialerPhoneNumber.zachh
2018-01-22Changed PhoneLookup#lookup to accept a DialerPhoneNumber.zachh
2018-01-17Show existing CP2 information for invalid numbers even if out of date.zachh
2018-01-12Added some verbose logging to Cp2LocalPhoneLookupzachh
2018-01-12Cleaned up wording around "valid" and "formattable".zachh
2018-01-11Implement PhoneLookup for CP2 remote contactslinyuh
2018-01-09Rename Cp2PhoneLookup as Cp2LocalPhoneLookup and PhoneLookupInfo.cp2_info as ...linyuh
2018-01-09Changed behavior of failures in DialerFutures#firstMatching.zachh
2018-01-09Added RealtimeRowProcessor.zachh
2018-01-08Use ContactsContract.PhoneLookup for invalid numbers in Cp2PhoneLookup.zachh
2018-01-05Implement dialer blocked number phone lookuptwyen
2017-12-27Parameterized PhoneLookup with submessage type.zachh
2017-12-22Handle contacts which have been disassociated with a number in Cp2PhoneLookup.zachh
2017-12-22Added copySubMessage method to PhoneLookup interface.zachh
2017-12-15Implemented Cp2PhoneLookup#lookup.zachh
2017-12-15Support empty PhoneLookupInfo in Cp2PhoneLookup.zachh
2017-12-14Support normalization of numbers in Cp2PhoneLookup.zachh
2017-12-12Updated writing of PhoneLookup columns in annotated call log.zachh
2017-12-07Renamed PhoneLookup#bulkUpdate to #getMostRecentPhoneLookupInfo.zachh
2017-12-07Added bindings for ListeningExecutorServices.zachh
2017-12-07Added PhoneLookupHistoryRecorder.zachh
2017-12-07Removed timestamps from PhoneLookup APIs.zachh
2017-11-29Implemented fill for PhoneLookupDataSource.zachh
2017-11-11Use parent message for CP2 info in phone_lookup_info.proto.zachh
2017-11-11Implement bulk update for Cp2PhoneLookup.calderwoodra
2017-11-01Added CompositePhoneLookup and added and implemented "lookup" method.Zachary Heidepriem
2017-10-26Cp2 Phonelookup isDirty implementation.calderwoodra
2017-10-11Skeleton implementation of PhoneLookup and Cp2PhoneLookup.calderwoodra