summaryrefslogtreecommitdiff
path: root/src/com/android/dialer/calllog/CallLogAdapter.java
AgeCommit message (Expand)Author
2015-06-20Merge "Rewrite of MediaPlayer logic." into mnc-devAndrew Lee
2015-06-19Rewrite of MediaPlayer logic.Andrew Lee
2015-06-19Visual indicator that voicemail is unread.Nancy Chen
2015-06-15Add play voicemail primary action to call log.Andrew Lee
2015-06-12Convert to primary action button on call log items.Andrew Lee
2015-06-10Move "Report" to CallDetailActivity.Andrew Lee
2015-06-10Change PhoneCallDetail fields to be non-final.Andrew Lee
2015-06-03Move VM playback from details to call log.Andrew Lee
2015-06-02Merge "Rename PhoneNumberUtils APIs" into mnc-devBrian Attwell
2015-06-02Rename PhoneNumberUtils APIsBrian Attwell
2015-05-27Fix Talkback focus for call log action views.Andrew Lee
2015-05-22Handle runtime permissions in DialerYorke Lee
2015-05-19Performance improvements to call log scrolling.Andrew Lee
2015-05-14Only allow one expanded call log card.Andrew Lee
2015-05-12Indicate whether CallLogAdapter is for Recents.Andrew Lee
2015-05-08Merge "Add call log list item actions for adding contacts." into mnc-devAndrew Lee
2015-05-07Add call log list item actions for adding contacts.Andrew Lee
2015-05-07Fix crash in recents log when in Talkback mode.Andrew Lee
2015-05-04Add "show call history" list item.Andrew Lee
2015-04-21CallLogAdapter cleanup and refactoring.Tyler Gunn
2015-04-16Move call log actions into expandable view.Andrew Lee
2015-04-10Merge "Replace ListView with RecyclerView in call log."Andrew Lee
2015-04-09Replace ListView with RecyclerView in call log.Andrew Lee
2015-04-09Merge "Remove deprecated API use"Jay Shrauner
2015-04-09Remove deprecated API useJay Shrauner
2015-04-09Move some CallLog testing from adapter to fragment.Andrew Lee
2015-04-08Merge "Remove expand/collapse animations in the Call Log."Andrew Lee
2015-04-07Move copy of GroupingListAdapter to Dialer app.Andrew Lee
2015-04-06Remove expand/collapse animations in the Call Log.Andrew Lee
2015-04-03Create ContactInfoCache from CallLogAdapter.Andrew Lee
2015-04-02Merge "Move ContactInfo request classes to package."Andrew Lee
2015-04-01Move ContactInfo request classes to package.Andrew Lee
2015-04-01Move ContactInfo database methods into helper.Andrew Lee
2015-04-01Move setPhoto logic to CallLogListItemViews.Andrew Lee
2015-03-31Move view expand logic to CallLogListItemViews.Andrew Lee
2015-03-27Merge "Move view-specific logic to ViewHolders."Andrew Lee
2015-03-27Move view-specific logic to ViewHolders.Andrew Lee
2015-03-27Merge "Move Report-Bad-Data toast to GoogleDialer."Andrew Lee
2015-03-26Remove unused getBetterNumberFromContacts method.Andrew Lee
2015-03-26Move Report-Bad-Data toast to GoogleDialer.Andrew Lee
2015-03-18Merge "Move add contact intent creation to IntentProvider."Andrew Lee
2015-03-17Merge "Do not cache non-contacts URI in calllog provider. (2/2)"Makoto Onuki
2015-03-16Move add contact intent creation to IntentProvider.Andrew Lee
2015-03-16Delete call log list item extras.Andrew Lee
2015-03-10Do not cache non-contacts URI in calllog provider. (2/2)Makoto Onuki
2015-03-10Show corp contacts in call-log...Makoto Onuki
2015-02-26QuickContacts can prioritize phone mimetype. Part2Brian Attwell
2015-02-19Add cache for isVoicemail check.Santos Cordon
2015-02-03Move CallUtil into Dialer. P1/3Brian Attwell
2014-12-16Handle SQLiteFullExceptionsJay Shrauner
2014-12-05Add Text-to-Speech annotations for phone number displays (3/3)Ihab Awad
2014-12-05Updating "Add Contact" to pre-populate full contact info.Tyler Gunn
2014-11-20Use REDIAL instead of CALL BACK for outgoing callsYorke Lee
2014-11-10Lookup badge member variables correctly during bindBadgeYorke Lee
2014-11-04Protect against ActivityNotFoundExceptionYorke Lee
2014-10-27Merge "Send desired size of photo to ContactPhotoManager" into lmp-mr1-devYorke Lee
2014-10-25Send desired size of photo to ContactPhotoManagerYorke Lee
2014-10-24Remove CallLogListItemViewYorke Lee
2014-10-17Make a general call to voicemail when calling back from call log.Nancy Chen
2014-10-15Enable use of phone accounts for voicemail info display.Nancy Chen
2014-10-01Fix HTTP request to a report bad caller ID entry in the call log (1/2)Anthony Lee
2014-09-24Remove the "Last Week" heading for call history.Nancy Chen
2014-09-12Renaming Telecomm to Telecom.Tyler Gunn
2014-09-11Fix cursor leaksJay Shrauner
2014-09-08Replace Calls.FEATURES_NONE with 0 (2/4)Yorke Lee
2014-08-29Fix layout inconsistencies due to add to contacts shortcutYorke Lee
2014-08-25Merge "Hiding VideoCall button in call log when video is not available." into...Tyler Gunn
2014-08-22Add "add to contacts" actionable item to shortcut card.Andrew Lee
2014-08-22Hiding VideoCall button in call log when video is not available.Tyler Gunn
2014-08-20Pass application context into isVideoEnabled usages.Andrew Lee
2014-08-19Expand transcription view when call log item clickedYorke Lee
2014-08-01Merge "Automatically expand call log row when it gains accessibility focus" i...Yorke Lee
2014-07-29Automatically expand call log row when it gains accessibility focusYorke Lee
2014-07-30Do not call back from original sim, ask everytime or default.Nancy Chen
2014-07-25Add account label to call details if appropriateNancy Chen
2014-07-24Add voicemail transcriptions to DialerYorke Lee
2014-07-22Enable icon selection in call logNancy Chen
2014-07-20Rename PhoneAccountMetadata to PhoneAccountEvan Charlton
2014-07-20Rename PhoneAccount to PhoneAccountHandleEvan Charlton
2014-07-18Replace shadow workaround with a different oneChris Craik
2014-07-16Added a dialog to confirm caller id reporting (1/2).Sai Cheemalapati
2014-07-15Merge "Revert "Added a dialog to confirm caller id reporting."" into lmp-devSai Cheemalapati
2014-07-16Revert "Added a dialog to confirm caller id reporting."Sai Cheemalapati
2014-07-16Merge "Added a dialog to confirm caller id reporting." into lmp-devSai Cheemalapati
2014-07-15Added a dialog to confirm caller id reporting.Sai Cheemalapati
2014-07-15Various call log / call details video call changes.Tyler Gunn
2014-07-15Merge "DO NOT MERGE Added report button to UI and database." into lmp-devSai Cheemalapati
2014-07-14DO NOT MERGE Added report button to UI and database.Sai Cheemalapati
2014-07-14Implement multi-SIM capabilities (3/6) [DO NOT MERGE]Ihab Awad
2014-07-10Adding support for video call icon and data usage in call log.Tyler Gunn
2014-07-02Rename Telecomm "Subscription" to "Account" (3/7)Ihab Awad
2014-06-26Add icon indicating subscription in call log/call historyNancy Chen
2014-06-19Fix Dialer testsYorke Lee
2014-06-12Prevent existing cached normalized numbers from being overwritten.Tyler Gunn
2014-06-11am a9a75dc1: Merge "UI improvements on tabs, recent expanded card, speed dial...Andrew Lee
2014-06-10Adding "today" and "yesterday" string resources.Tyler Gunn
2014-06-06UI improvements on tabs, recent expanded card, speed dial grid.Andrew Lee
2014-05-29Adjust call log text padding.Andrew Lee
2014-05-27Merge "Changing the call log collapse animation for previous item so it happe...Andrew Lee
2014-05-23Changing the call log collapse animation for previous item so it happensTyler Gunn