summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/phonelookup
AgeCommit message (Expand)Author
2020-12-12Dialer: Fix proto warning with optmize for liteLuca Stefani
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-15Implement PhoneNumberCacheLookuptwyen
2018-05-11Improved support for missing contacts permission in new call log.zachh
2018-05-11Add @InstallIn and @IncludeInDialerRoot to dagger modules in dialer codebase.weijiaxu
2018-05-09Added getLoggingName() to CallLogDataSource and PhoneLookup interfaces.zachh
2018-05-09Implement EmergencyPhoneLookup for checking if a number is an emergency number.linyuh
2018-05-09Move SpamStatus classes into subpackagemaxwelb
2018-04-26Show Cequint info in the new call log.linyuh
2018-04-26Implement CequintPhoneLookuplinyuh
2018-04-25Add skeleton for CequintPhoneLookuplinyuh
2018-04-23Show the caller name obtained via CNAP in the new call log.linyuh
2018-04-23Implement CnapPhoneLookuplinyuh
2018-04-19Support extracting info from a Call in PhoneLookuplinyuh
2018-04-08Have PhoneLookup read carrier presence data from CP2.linyuh
2018-03-30Log the number of "invalid" CP2 rows.zachh
2018-03-28Delete dialer blocking in NUItwyen
2018-03-26Remove obsolete version checks and compat utilities after min SDK was bumped ...linyuh
2018-03-26Increase minSdk to 24.calderwoodra
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-03-19Implement VoicemailDataSourcetwyen
2018-02-28Log contact source when reporting spam from the new UI.linyuh
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-23Track initial call log building metrics separately from incremental building ...zachh
2018-02-22Added some logcat and metrics logging for new call log.zachh
2018-02-22Make MarkDirtyObserver available to all call log data sources & PhoneLookups.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-09Add LookupUri to PeopApiPhoneLookupInfotwyen
2018-02-09Show icon and label for a spam number in the new call log.linyuh
2018-02-06Implement SpamPhoneLookuplinyuh
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-26Reworked the internals of DialerPhoneNumber.zachh
2018-01-24Add skeleton for SpamPhoneLookuplinyuh
2018-01-24Show Icon and label for blocked numberstwyen
2018-01-24Rename "ApdlInfo" as "SpamInfo" in proto PhoneLookupInfo.linyuh
2018-01-22Implement System blocked numbertwyen
2018-01-22Changed PhoneLookup#lookup to accept a DialerPhoneNumber.zachh
2018-01-22Implement blocking commandstwyen
2018-01-17Support deleting PhoneLookupHistory rows with empty phone numbers.zachh
2018-01-17Show existing CP2 information for invalid numbers even if out of date.zachh
2018-01-17Replace PhoneLookupSelector with PhoneLookupInfoConsolidator.linyuh
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-11Merge PhoneLookupDataSource results into a proto in annotated call log.twyen
2018-01-11Fixed bug in handling of empty numbers in new call log.zachh
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
2018-01-04Add column CAN_REPORT_AS_INVALID_NUMBER to the annotated call log.linyuh
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-14Implement PeopleApiPhoneLookuptwyen
2017-12-14Support normalization of numbers in Cp2PhoneLookup.zachh
2017-12-12Updated writing of PhoneLookup columns in annotated call log.zachh
2017-12-07Implemented PhoneLookupDataSource#onSuccesfulFill.zachh
2017-12-07Renamed PhoneLookup#bulkUpdate to #getMostRecentPhoneLookupInfo.zachh
2017-12-07Added bindings for ListeningExecutorServices.zachh
2017-12-07Added PhoneLookupHistoryRecorder.zachh
2017-12-07Added PhoneLookupSelector.zachh
2017-12-07Removed timestamps from PhoneLookup APIs.zachh
2017-11-29Implemented fill for PhoneLookupDataSource.zachh
2017-11-18Added place voice call search action to regular search.calderwoodra
2017-11-18Added PhoneLookupDataSource and implemented isDirty.zachh
2017-11-11Use lambdas in CompositePhoneLookup.zachh
2017-11-11Use parent message for CP2 info in phone_lookup_info.proto.zachh
2017-11-11Added content provider for PhoneLookupHistory.zachh
2017-11-11Implemented CompositePhoneLookup#bulkUpdate.zachh
2017-11-11Implement bulk update for Cp2PhoneLookup.calderwoodra
2017-11-10Implemented CompositePhoneLookup#isDirty.zachh
2017-11-10Fixed AOSP breakage due to incompatible guava api.zachh
2017-11-10Set the ceiling at O.erfanian
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