History log of /packages/apps/Dialer/java/com/android/dialer/app/calllog/VisualVoicemailNotifier.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0c060578e586e84ff07e3bd0f2b133f27746cd6a 06-Feb-2018 calderwoodra <calderwoodra@google.com> Visual Voicemail notifications now go to MainActivity when enabled.

Bug: 72525615
Test: VisualVoicemailNotifierTest
PiperOrigin-RevId: 184625656
Change-Id: I8a0b53e12ebe8382f5bc5febd7a6ec448a255f2f
/packages/apps/Dialer/java/com/android/dialer/app/calllog/VisualVoicemailNotifier.java
938468da6f5c225ebb161a68bd949c9cf3261892 24-Oct-2017 Eric Erfanian <erfanian@google.com> Rename the new bubble package name from "bubble" to "newbubble".

It fixes AOSP for package name conflict.

Test: manual
PiperOrigin-RevId: 173298696
Change-Id: Id10ebe0bcf029e61f65cf6580c7198abd8395081
/packages/apps/Dialer/java/com/android/dialer/app/calllog/VisualVoicemailNotifier.java
639943a7668ad4229942e1207128045d49e9ed02 18-Oct-2017 twyen <twyen@google.com> Support bulk inserted voicemails.

Bulk insert is implemented in ag/3073902

When more than one voicemail is inserted into the VoicemailProvider, the URI type is Voicemails.DIR_TYPE instead of ITEM_TYPE. This CL adds support to the new type.

Previously when multiple voicemails are being notified, each one of them will generate a ringtone because the notifiction is set to alert children. In this CL, the summary will have alert instead, and will only alert when new voicemails are received.

Bug: 21281858
Test: VisualVoicemailNotifierTest
PiperOrigin-RevId: 172546076
Change-Id: I4df6098fc3a793139e3d4e77fe1339efdc001944
/packages/apps/Dialer/java/com/android/dialer/app/calllog/VisualVoicemailNotifier.java
645132b193b40cff8072205f3ca39f5ac779724e 18-Oct-2017 mdooley <mdooley@google.com> Allow voicemail transcription notifications to expand

Bug: 67430264
Test: manual
PiperOrigin-RevId: 172520128
Change-Id: I061e3b45599e1c14be387713e63f6fdeae367be4
/packages/apps/Dialer/java/com/android/dialer/app/calllog/VisualVoicemailNotifier.java
a1e64c7a9123d4323c620151cc6ca11bc25e8235 19-Sep-2017 mdooley <mdooley@google.com> Fix notification update bug

The problem was that the query for looking up a voicemail by URI was broken
which was causing the notifications to be cancelled then when they were supposed
to be updated they were actually getting re-added thus causing the notification
sound.

Bug: 65692173
Test: manual and unit test
PiperOrigin-RevId: 169304391
Change-Id: I1e8f648231b6f0ab984a5b0e4facd8351b01391a
/packages/apps/Dialer/java/com/android/dialer/app/calllog/VisualVoicemailNotifier.java
c18ca0fba4375134107c6e71dab9bd0f85a2c968 08-Sep-2017 mdooley <mdooley@google.com> Updating voicemail notifications

This is mostly just a revived version of cl/158901400. It adds a job service that is triggered by changes to the voicemail database. The job updates voicemail notifications,
as necessary.

video of notification update:
https://drive.google.com/open?id=0B9o_KvtLkcuId1ptNk1EbGotWFU

Bug: 37340510,27535759
Test: manual and unit test
PiperOrigin-RevId: 167934550
Change-Id: I36f03c0769645f7a0cb478172171f1079eca2108
/packages/apps/Dialer/java/com/android/dialer/app/calllog/VisualVoicemailNotifier.java
b2b77b3b4154c37b5caf39990332d00c9e9122c7 08-Sep-2017 mdooley <mdooley@google.com> Updating voicemail notifications for transcription, part 2

Changing voicemail notifications to match the latest mocks,
(replacing the 'Voicemail' title with what was the notification
content, and putting the voicemail status or transcription in
the notification content). The notifications will be updated in
a following cl.

screen shot: https://drive.google.com/open?id=0B9o_KvtLkcuIbDdjaTNHTFFZLW9YZEo1SG5scDR6SzloaWc4

Bug: 37340510
Test: manual
PiperOrigin-RevId: 167928866
Change-Id: I81492f7fbf1cc398401a948e036854d6a8ff878b
/packages/apps/Dialer/java/com/android/dialer/app/calllog/VisualVoicemailNotifier.java
2ca4318cc1ee57dda907ba2069bd61d162b1baef 31-Aug-2017 Eric Erfanian <erfanian@google.com> Update Dialer source to latest internal Google revision.

Previously, Android's Dialer app was developed in an internal Google
source control system and only exported to public during AOSP drops.

The Dialer team is now switching to a public development model similar
to the telephony team.

This CL represents all internal Google changes that were committed to
Dialer between the public O release and today's tip of tree on internal
master. This CL squashes those changes into a single commit.
In subsequent changes, changes will be exported on a per-commit basis.

Test: make, flash install, run
Merged-In: I45270eaa8ce732d71a1bd84b08c7fa0e99af3160
Change-Id: I529aaeb88535b9533c0ae4ef4e6c1222d4e0f1c8
PiperOrigin-RevId: 167068436
/packages/apps/Dialer/java/com/android/dialer/app/calllog/VisualVoicemailNotifier.java