summaryrefslogtreecommitdiff
path: root/src/com/android/dialer/interactions/UndemoteOutgoingCallReceiver.java
AgeCommit message (Collapse)Author
2015-07-14Permission protect UndemoteOutgoingCallReceiverYorke Lee
Bug: 22479151 Change-Id: I7e2689cfd3b6a315e7a225d2a8646b5917f70570
2015-05-22Handle runtime permissions in DialerYorke Lee
Conditionally disable the following features if the required permissions are not available: 1) Display of all contacts 2) Display of speed dial 3) Caller ID in call log 4) Import/export contacts 5) Conversion of People.CONTENT_ITEM_TYPE and Phones.CONTENT_ITEM_TYPE into a phone number (via DIAL intent) 6) UndemoteOutgoingCallReceiver 7) Contact Search 8) Contact lookup in call detail activity 9) Nearby places search Bug: 20266292 Change-Id: I6d26902acb0eac407ae7bc18c11aa6ec57299506
2015-03-10Show corp contacts in call-log...Makoto Onuki
as wells as the missed-call notification. Just PhoneLookup.ENTERPRISE_CONTENT_FILTER_URI instead of PhoneLookup.CONTENT_FILTER_URI. This CL requires the new column in calllog provider. Change-Id: I61a2f63bcad102cb8a7e8021483b7dfe254abd95
2014-07-30Use new undemote APIYorke Lee
Change-Id: I92fdc2cc2e988681bfae9089708e67c8fe649a2f
2014-06-19Follow new PinnedPositions API changes (1/2)Yorke Lee
Bug: 15593967 Change-Id: I3e0a495bc83b8d69a453b463f8f2559ef543031d
2013-12-17Add null check for cursor in UndemoteOutgoingCallReceiverYorke Lee
Bug: 12179558 Change-Id: I2a991b981a76afdec0282936f63732c43652baea
2013-11-19Fix ANR in UndemoteOutgoingCallReceiverYorke Lee
Querying the contacts provider for the contact id should happen in a new thread as well. Bug: 11773499 Change-Id: I715e7e9b4a650efbd708d4ad3793dad742b74a14
2013-09-05Don't undemote contact on UI threadYorke Lee
Bug: 10606244 Change-Id: I2581a499e77eff058a3768280c75c005e2b6cefd
2013-08-19Don't undemote if number of outgoing call is emptyYorke Lee
Bug: 10387346 Change-Id: I3276afe4d7f0e5541432f0b937d76bbd63e3a9b9
2013-08-14Add outgoing call receiver to undemote a contactYorke Lee
Bug: 10292569 Change-Id: I377220822970d46c6706a636fbcc54f8eb2c8758