summaryrefslogtreecommitdiffstats
path: root/src/com/android/dialer/callstats/CallStatsDetailActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* Improve performance of call log.Danny Baumann2015-06-101-3/+4
| | | | | | | | | Avoid binder calls in each layout pass by caching the results of TelecomManager.getPhoneAccount() and TelecomManager.isVoiceMailNumber(). Do the latter by caching the actual voicemail number and doing the comparison by ourselves. Change-Id: I531cf7c9b3f0e99be8e1774605d6e0ee1ea229ab
* Merge branch 'lollipop-mr1-release' of ↵Steve Kondik2015-03-251-3/+3
| | | | | | https://android.googlesource.com/platform/packages/apps/Dialer into cm-12.1 Change-Id: I594cec327dc6b576d765ba497fca0db6f91aa3ba
* Remove extra call stats headeremancebo2015-03-211-3/+0
| | | | | | | | Call stats activity displays contact name/number in white text on an off-white background. This change removes the view because that information is already present in the call detail header anyway. Change-Id: I5df0bfd277179674e22ad4b6870d89a3140334e8
* Separate blacklist from missed filter in history/statslinus_lee2015-03-211-0/+20
| | | | | Change-Id: I50e2467b7ac8568c6956c2dbc085985fd2f34d99 (cherry picked from commit 2f4890478123a3b6a9ba0a8b23f9a290f6c4ec73)
* Fix up call stats code.Danny Baumann2015-03-211-2/+15
| | | | | | | The details view still needs more visual overhaul, but at least it _works_ now. Change-Id: I97f62c77d032de08f33d7ba76478008719e56ef1
* Add back call stats feature.Danny Baumann2015-03-211-0/+274
Conflicts: src/com/android/dialer/CallDetailActivity.java src/com/android/dialer/calllog/CallLogAdapter.java src/com/android/dialer/calllog/ContactInfoHelper.java Change-Id: Id10bc12cacaee3523b7614bce8493d8b423b3f40