History log of /packages/apps/Dialer/src/com/android/dialer/interactions/UndemoteOutgoingCallReceiver.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
515575ebcf136c215579536c209d9e2644da16ce 14-Jul-2015 Yorke Lee <yorkelee@google.com> Permission protect UndemoteOutgoingCallReceiver

Bug: 22479151
Change-Id: I7e2689cfd3b6a315e7a225d2a8646b5917f70570
/packages/apps/Dialer/src/com/android/dialer/interactions/UndemoteOutgoingCallReceiver.java
c16ea5ad67bf454158b364dec2f26c95a879c350 20-May-2015 Yorke Lee <yorkelee@google.com> Handle runtime permissions in Dialer

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
/packages/apps/Dialer/src/com/android/dialer/interactions/UndemoteOutgoingCallReceiver.java
7c414093c8c66a69cfea77a0ac10c1354f96cb7c 09-Mar-2015 Makoto Onuki <omakoto@google.com> Show corp contacts in call-log...

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
/packages/apps/Dialer/src/com/android/dialer/interactions/UndemoteOutgoingCallReceiver.java
bb19eb2b9e788310c43a1b0ed976460a41e5345c 31-Jul-2014 Yorke Lee <yorkelee@google.com> Use new undemote API

Change-Id: I92fdc2cc2e988681bfae9089708e67c8fe649a2f
/packages/apps/Dialer/src/com/android/dialer/interactions/UndemoteOutgoingCallReceiver.java
9b8cc3fa7ea04358624466162fe3ca942673963d 19-Jun-2014 Yorke Lee <yorkelee@google.com> Follow new PinnedPositions API changes (1/2)

Bug: 15593967

Change-Id: I3e0a495bc83b8d69a453b463f8f2559ef543031d
/packages/apps/Dialer/src/com/android/dialer/interactions/UndemoteOutgoingCallReceiver.java
3fee3e5a6ac02e4ddc536e4739d336341d22e19a 17-Dec-2013 Yorke Lee <yorkelee@google.com> Add null check for cursor in UndemoteOutgoingCallReceiver

Bug: 12179558
Change-Id: I2a991b981a76afdec0282936f63732c43652baea
/packages/apps/Dialer/src/com/android/dialer/interactions/UndemoteOutgoingCallReceiver.java
ab9ae646ad4926b69dc02502861e8919b2cdb711 20-Nov-2013 Yorke Lee <yorkelee@google.com> Fix ANR in UndemoteOutgoingCallReceiver

Querying the contacts provider for the contact id should happen
in a new thread as well.

Bug: 11773499
Change-Id: I715e7e9b4a650efbd708d4ad3793dad742b74a14
/packages/apps/Dialer/src/com/android/dialer/interactions/UndemoteOutgoingCallReceiver.java
a3ce90e2cbab33692837cc01ac12d0b48ab399f0 05-Sep-2013 Yorke Lee <yorkelee@google.com> Don't undemote contact on UI thread

Bug: 10606244
Change-Id: I2581a499e77eff058a3768280c75c005e2b6cefd
/packages/apps/Dialer/src/com/android/dialer/interactions/UndemoteOutgoingCallReceiver.java
e2f52619318af486a4fef2bca86c8237c46603f6 19-Aug-2013 Yorke Lee <yorkelee@google.com> Don't undemote if number of outgoing call is empty

Bug: 10387346
Change-Id: I3276afe4d7f0e5541432f0b937d76bbd63e3a9b9
/packages/apps/Dialer/src/com/android/dialer/interactions/UndemoteOutgoingCallReceiver.java
1197d3322b7905724b3eefe40ff8374dd5e26939 14-Aug-2013 Yorke Lee <yorkelee@google.com> Add outgoing call receiver to undemote a contact

Bug: 10292569
Change-Id: I377220822970d46c6706a636fbcc54f8eb2c8758
/packages/apps/Dialer/src/com/android/dialer/interactions/UndemoteOutgoingCallReceiver.java