• Home
  • History
  • Annotate
  • only in /packages/apps/Dialer/src/com/android/dialer/service/
History log of /packages/apps/Dialer/src/com/android/dialer/service/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9228d4a260961807329cc9187d21ab35ae2c097e 02-Mar-2016 Gilles Franck Mevaa <gillesd@google.com> CallLogListItemViewHolder distinguishes block/spam numbers

A new method is added to show the appropriate photo and label
if the number is either blocked or spam. This occurs after the
normal photo and labels are rendered. Because of that, there is
a flickering if the photo and labels should be changed.
b/27295728 will help track the fix of the flickering bug.

Change-Id: I639c0c0d4167b48956892f2b955d4e1f0cc8e8eb
xtendedBlockingButtonRenderer.java
486ee39d0791d290411290af6d2e54f37436b09f 16-Feb-2016 Gilles Franck Mevaa <gillesd@google.com> DO NOT MERGE: Listener of spam events

Getting rid of the Manager to have the ButtonRenderer directly
communicate changes to an event listener. Implementation changes
in ag/863096.

Cherry picking to nyc-dev to fix build.

Change-Id: I8061116f0b91e3f5a6a3a6eac09fe2171ebcbd5c
xtendedBlockingButtonRenderer.java
xtendedBlockingManager.java
f436fb5f5f6fd08a21beb5fb1b27478526ba1e9c 10-Feb-2016 Victor Chang <vichang@google.com> Cache directory photo in app storage through CachedNumberLookupService

[cherry-pick from ag/864087]

To avoid OOM, take InputStream instead byte[] as argument.

BUG=26111304

Change-Id: Ia985e58eea90c2acfd988494ea153955daa3c272
achedNumberLookupService.java
b14d3667bff16d118e8cff927b56ccd5295b7b27 04-Feb-2016 Gilles Franck Mevaa <gillesd@google.com> Renaming Dialer elements from Spam to ExtendedBlocking

Change-Id: I2ad8e07cf6538ed7b5685b2f9695acb09a71e483
(cherry picked from commit 5c0cbaeaadf976a821128a99462beda4ac6955d7)
xtendedBlockingButtonRenderer.java
pamButtonRenderer.java
ff17aadff23936dd3f89d10fdbc9cd91c866f6bf 03-Feb-2016 Gilles Franck Mevaa <gillesd@google.com> Spam Manager framework for event handling.

This manager will be in charge of events related to
the spam feature actions (blocking, unblocking, enlisting
and removing from spam list). Implementation in ag/858553

Change-Id: Ica268e1305ccc1ccbb9a5a0e27eb6a2eb1f71849
xtendedBlockingManager.java
ebd3643240df89e0e9e3bb649ae7bd16cae912db 04-Jan-2016 Gilles Franck Mevaa <gillesd@google.com> New Spam-related options in call log entries.

This includes small UI additions to the call log UI; Mainly,
two new buttons to mark each phone number entry as a Spam number
or remove the phone number from the spam list. This also includes
a service definition that will be needed to render the buttons or
keep them hidden.

Change-Id: I7cf22f6027728ebc0dfe9e3b5b923ee70bcaadd2
pamButtonRenderer.java
47410b07d070db44ea897a1fdba7d584bc157881 12-May-2015 Yorke Lee <yorkelee@google.com> Save CNAP in call history

If the call contains necessary CNAP information, try to save
it into the CachedNumberLookupService.

Move the various source type constants into AOSP dialer.

Bug: 10121624
Change-Id: Ic1911b8ef5556dca2a9855992f1857da5edbf6ed
achedNumberLookupService.java
55733814f213809baaa8eaa8984ff026bdb08b4e 01-Oct-2014 Anthony Lee <anthonylee@google.com> Fix HTTP request to a report bad caller ID entry in the call log (1/2)

A few things needed to change to fix this bug.
1. Add object ID to ContactInfo and make sure that it is persisted
2. Adding a new row means migration from older versions of DBs
3. Fix logic that determines if we can report a given call log entry since
the strategy of using isExternal() is not valid. UI impact.
4. Fix the HTTP request that is generated to include a valid object ID
intead of using the source ID.

Bug: 17692726
Change-Id: If541fea963837118b7466b6c59f453103cdbdc4a
achedNumberLookupService.java
b77bf5df2b866dd40e330b7c2dedee4a1d51fc78 10-Jul-2014 Sai Cheemalapati <saicheems@google.com> DO NOT MERGE Added report button to UI and database.

It toasts when clicked for now. The database is not updated when it
is clicked yet.

Bug: 11150383

Change-Id: Ifd588bdfb36dd8a96977a870071a064726f6e669
(cherry picked from commit 3eae4825ee9a29bd43c9b01d3cbf92de6ad3eb11)
achedNumberLookupService.java
56cb0efa5eda1670077e66fc0e8c79478d0c1c67 21-Feb-2014 Yorke Lee <yorkelee@google.com> Use new ContactPhotoManager APIs for letter tile avatars

*Modify the following uses of ContactPhotoManager.loadPhoto in the following
classes to include a DefaultImageRequest, populated with the contact's
display name, lookupkey, and contact type as necessary

CallDetailActivity
CallLogAdapter
PhoneFavoriteTileView

*Add utility methods to ContactInfoHelper, to parse a lookupUri for a lookup
key, as well as determine whether or not a contact is a business contact,
from its sourceType field.
*Add a sourceType field to PhoneCallDetails which can be used to track
whether or not PhoneCallDetails belongs to a business contact
*Add a lookupKey field to ContactInfo

Bug: 13101785
Change-Id: If339a9c038f92a0212f8f8b45b5e3cc5f6442562
achedNumberLookupService.java
f2a0756a67d1f1ba3060ce1913cbcf87d37a8403 08-Oct-2013 Yorke Lee <yorkelee@google.com> Clear phone number cache when call log is cleared

Bug: 11027471
Change-Id: I8437073e1d01e5223e89fce78795d5274db97c8e
achedNumberLookupService.java
c089b0d2b1bf1bd511cd54dc51d9186b6ce41681 25-Sep-2013 Jay Shrauner <shrauner@google.com> Change cached info to interface

Change AOSP cache API to interface and move DB data types to GoogleDialer

Bug:10980951
Change-Id: I37eb07f672458ab4d8789ecc4e9f2f60745de862
achedNumberLookupService.java
006b5aff5f44d92a67c45881c575d692cacea8e5 14-Sep-2013 Jay Shrauner <shrauner@google.com> Add addPhoto API

Add addPhoto API for saving images to the cache.

Bug:10760102
Change-Id: If0163aaf677bebd25843f78279029c0635b235b6
achedNumberLookupService.java
ba61ecd888c9f46e42f6ef3f4bec7e08f5a00a5f 08-Sep-2013 Jay Shrauner <shrauner@google.com> Add directory source name to cache

Add directory source name and id for extended directories.

Bug:10609551
Change-Id: I6ef7e320dde8e706233ab32afeff15ba1a7666bb
achedNumberLookupService.java
173ec96476278f0d6aa147d31a60aa3e419e5ca3 30-Aug-2013 Jay Shrauner <shrauner@google.com> Add contacts to the cache when dialed

Add GAL or local search contacts to the cache when dialed.

Bug: 10609551
Change-Id: I787e0f2e1fe458a7f5518241823493333d9ade7c
achedNumberLookupService.java
034a2b329e469bf6888fbbcf91992f974015c2a8 27-Aug-2013 Yorke Lee <yorkelee@google.com> Use contacts cache in call log adapter

Bug: 10490038

Change-Id: I4c7fc5094f76dfaaa321bc69d595f37bb72f87ad
achedNumberLookupService.java