summaryrefslogtreecommitdiffstats
path: root/java/com/android/dialer/calllog
Commit message (Expand)AuthorAgeFilesLines
* Added impression logging for AnnotatedCallLog rebuild operations.zachh2018-03-021-7/+47
* Added timing to some more AnnotatedCallLog operations.zachh2018-03-023-8/+55
* Log contact source when reporting spam from the new UI.linyuh2018-02-282-1/+7
* Group info needed to show a block/report spam dialog into a proto to avoid lo...linyuh2018-02-281-5/+10
* Internal cleanup for the new UI's bottom sheet.linyuh2018-02-274-55/+69
* Set the correct reporting location when reporting spam in the new call log.linyuh2018-02-271-1/+3
* Look up contacts in the local enterprise directory in the new call log.linyuh2018-02-261-1/+1
* Implement logic of bottom sheet options related to spam numbers.linyuh2018-02-261-1/+3
* Track initial call log building metrics separately from incremental building ...zachh2018-02-235-31/+142
* Added some logcat and metrics logging for new call log.zachh2018-02-223-20/+52
* Make MarkDirtyObserver available to all call log data sources & PhoneLookups.linyuh2018-02-222-44/+63
* Rebuild Call Log on first launch after NUI is enabledtwyen2018-02-222-0/+94
* Moved metrics related methods out of LoggingBindings.zachh2018-02-221-3/+2
* Record jank metrics in old and new call logs.zachh2018-02-221-0/+7
* Initialize/Update the UI of New{CallLog|Voicemail}Fragment iff the fragment i...linyuh2018-02-221-8/+52
* Use a broadcast receiver to refresh the annotated call log.linyuh2018-02-2211-172/+326
* Include the primary callback action in the new call log's bottom sheet.linyuh2018-02-221-20/+13
* Include both PHOTO_URI and PHOTO_THUMBNAIL_URI in Cp2Info.linyuh2018-02-222-36/+4
* Mark calls as read in new call log.zachh2018-02-144-8/+220
* Add bottom sheet options for blocked and/or spam numbers in the new call log.linyuh2018-02-141-10/+29
* Show icon and label for a spam number in the new call log.linyuh2018-02-097-34/+40
* Match redlines in new call log.zachh2018-02-055-83/+193
* Add Support for transcription state in the AnnotatedCallLoguabdullah2018-02-023-21/+67
* Added is_valid and post_dial_portion fields to DialerPhoneNumber.zachh2018-01-292-20/+10
* Reworked the internals of DialerPhoneNumber.zachh2018-01-262-5/+4
* Added number presentation to AnnotatedCallLog.zachh2018-01-268-40/+101
* Remove non call log dependencies on PhoneAccountUtiltwyen2018-01-253-6/+8
* Add skeleton for SpamPhoneLookuplinyuh2018-01-241-3/+10
* Show Icon and label for blocked numberstwyen2018-01-245-8/+11
* Add flag to enable NUI shortcut.calderwoodra2018-01-241-2/+2
* Don't garbage collect voicemails in AnnotatedCallLog.zachh2018-01-233-46/+78
* Moved coalesced_ids.proto and number_attributes.proto to calllog/database/con...zachh2018-01-232-0/+0
* Write PhoneLookup results to PhoneLookupHistory in RealtimeRowProcessor.zachh2018-01-231-0/+103
* Don't let the FAB obscure the last item of speed dial/call log/voicemail.linyuh2018-01-221-1/+3
* Changed PhoneLookup#lookup to accept a DialerPhoneNumber.zachh2018-01-223-19/+18
* Add the "Yesterday" header in the new call loglinyuh2018-01-192-48/+86
* Improved support for post dial digits in new call log.zachh2018-01-193-21/+24
* Relax number matching when coalescing rows in new call log.zachh2018-01-171-1/+1
* Show existing CP2 information for invalid numbers even if out of date.zachh2018-01-175-28/+38
* Replace PhoneLookupSelector with PhoneLookupInfoConsolidator.linyuh2018-01-172-29/+34
* Correctly show the contact's photo in CallDetailsActivity when launched from ...linyuh2018-01-171-12/+8
* Fixed recycling issues in new call log.zachh2018-01-122-0/+15
* Clear the cache in RealtimeRowProcessor when there's new data.zachh2018-01-123-2/+10
* Do not show deleted voicemails in the NUI Voicemail tabuabdullah2018-01-121-1/+2
* Merge PhoneLookupDataSource results into a proto in annotated call log.twyen2018-01-1110-201/+151
* Fixed bug in handling of empty numbers in new call log.zachh2018-01-112-10/+9
* Minor polish and bugfixes for new call log.zachh2018-01-115-17/+48
* Fix PhoneLookupDataSource ignoring inserts if history is emptytwyen2018-01-101-5/+2
* Rename Cp2PhoneLookup as Cp2LocalPhoneLookup and PhoneLookupInfo.cp2_info as ...linyuh2018-01-092-11/+11
* Changed behavior of failures in DialerFutures#firstMatching.zachh2018-01-092-5/+13