History log of /packages/apps/Dialer/java/com/android/voicemail/stub/StubVoicemailClient.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1b39ebece6d773567a29884adc78d2c42378cacb 21-Nov-2017 twyen <twyen@google.com> Remove assert on StubVoicemailClient.addActivationStateListener()

The default "do nothing" behavior is enough.

Bug: 69309850
Test: N/A
PiperOrigin-RevId: 176427193
Change-Id: Icd66f8ebb75b889a3cceef895bc3bf71c466ccf6
/packages/apps/Dialer/java/com/android/voicemail/stub/StubVoicemailClient.java
7e1a0d155eecc8a407e11f91605db135911c8eb6 17-Nov-2017 mdooley <mdooley@google.com> Refactoring and adding TOS check before transcribing

This cl just adds a check before starting a transcription job
to verify that the user has accepted the appropriate TOS. Its
a rather big cl just because it had to expose some TOS acceptance
details that were previously encapsulated in the VoicemailTosMessageCreator.

Bug: 69267260
Test: manual and unit tests
PiperOrigin-RevId: 176132370
Change-Id: Ic28fb197a07f9df7a9b5f1729c84566cba0890fc
/packages/apps/Dialer/java/com/android/voicemail/stub/StubVoicemailClient.java
22ff338e7383592443da291587442deb5f4e6758 17-Nov-2017 mdooley <mdooley@google.com> Don't transcribe voicemail unless carrier allows OTT transcription

Added a carrier config and check to see if the carrier allows over
the top voicemail transcription, and if not do not attempt transcription.

Bug: 68951869
Test: manual and unit test
PiperOrigin-RevId: 176065849
Change-Id: I69df1f2867420d7fdcc7f0a31e0e6c26da67abb1
/packages/apps/Dialer/java/com/android/voicemail/stub/StubVoicemailClient.java
96f71f736034d33e4533e2d03321f7e5cd94efa7 01-Nov-2017 mdooley <mdooley@google.com> Fixing bug in donation settings

in cl/173731907 we added a setting for donating voicemails, but didn't
distinguish between when this feature is enabled/disabled by the user
or by configuration. this cl fixes that by adding a method to check
if the feature is available (ie enabled by config).

Bug: 62423454
Test: manual and unit test
PiperOrigin-RevId: 174245260
Change-Id: I45a59de7f4a171d759e2fcf86db27a100a84de67
/packages/apps/Dialer/java/com/android/voicemail/stub/StubVoicemailClient.java
7547d3e963dab2b1ef467ad27c3f0d25e150b50c 07-Nov-2017 Zachary Heidepriem <zachh@google.com> Move voicemail settings to dialer UI

The voicemail module should not contain any UI code.

Bug: 37258159
Test: DialerSettingsActivityTest,VoicemailSettingsFragmentTest. A future CL is refactoring VoicemailChangePinActivity into a fragment.
PiperOrigin-RevId: 174125949
Change-Id: I89cf6a083b0a0952332440d76e7ae0cb1c801931
/packages/apps/Dialer/java/com/android/voicemail/stub/StubVoicemailClient.java
ec1a970dec22d68773f8ae9dbde6f17df6154e03 28-Oct-2017 mdooley <mdooley@google.com> internal change

Bug: 62423454
Test: manual and updated unit test
PiperOrigin-RevId: 173731907
Change-Id: Ic73600197b1c4fa6ac0937a8c38b048cd8faded8
/packages/apps/Dialer/java/com/android/voicemail/stub/StubVoicemailClient.java
bf900241b71a4a594ce989bf0d18ada1d5fadb56 08-Sep-2017 twyen <twyen@google.com> Send PhoneAccountHandle with ACTION_CONFIGURE_VOICEMAIL

When opening a voicemail setting from Dialer with
ACTION_CONFIGURE_VOICEMAIL, no subId is passed.
So on a multi-SIM device, it is always configuration on the default
phone regardless of SIM.

To solve this, set the PhoneAccountHandle to intent extra for
ACTION_CONFIGURE_VOICEMAIL. In the advanced settings, obtains subId
from the PhoneAccountHandle.

Test: manual - Checked that correct PhoneAccountHandle will be passed
with ACTION_CONFIGURE_VOICEMAIL intent
Bug: 65001008

Author: xuegang.x.liu <xuegang.x.liu@sony.com>
Bug: 65001008
Test: manual - Checked that correct PhoneAccountHandle will be passed
PiperOrigin-RevId: 168019873
Change-Id: I8578dd2c4ac24e4af121a90b2b175baae2832461
/packages/apps/Dialer/java/com/android/voicemail/stub/StubVoicemailClient.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/voicemail/stub/StubVoicemailClient.java
8369df095a73a77b3715f8ae7ba06089cebca4ce 03-May-2017 Eric Erfanian <erfanian@google.com> This change reflects the Dialer V10 RC00 branch.

RC00 is based on:
branch: dialer-android_release_branch/153304843.1
synced to: 153304843

following the instructions at go/dialer-aosp-release.

In this release:

* Removes final apache sources.
* Uses native lite compilation.

More drops will follow with subsequent release candidates
until we reach our final v10 release, in cadence with our
prebuilt drops.

Test: TreeHugger, on device
Change-Id: Ic9684057230f9b579c777820c746cd21bf45ec0f
/packages/apps/Dialer/java/com/android/voicemail/stub/StubVoicemailClient.java
d8046e520a866b9948ee9ba47cf642b441ca8e23 06-Apr-2017 Eric Erfanian <erfanian@google.com> Update AOSP Dialer source from internal google3 repository at
cl/152373142.

Test: make, treehugger

This CL updates the AOSP Dialer source with all the changes that have
gone into the private google3 repository. This includes all the
changes from cl/151342913 (3/27/2017) to cl/152373142 (4/06/2017).

This goal of these drops is to keep the AOSP source in sync with the
internal google3 repository. Currently these sync are done by hand
with very minor modifications to the internal source code.
See the Android.mk file for list of modifications.
Our current goal is to do frequent drops (daily if possible) and
eventually switched to an automated process.

Change-Id: I2fbc88cf6867b90ac8b65f75e5e34468988c7217
/packages/apps/Dialer/java/com/android/voicemail/stub/StubVoicemailClient.java
9050823ccf6f512e06ad65c8a741cb17cbc4a833 24-Mar-2017 Eric Erfanian <erfanian@google.com> Update AOSP Dialer source from internal google3 repository at
cl/151128062

Test: make, treehugger

This CL updates the AOSP Dialer source with all the changes that have
gone into the private google3 repository. This includes all the
changes from cl/150756069 (3/21/2017) to cl/151128062 (3/24/2017).

Notable this release:
- Explicitly enumerate host and target dependencies.
- Update proguard flag references.

This goal of these drops is to keep the AOSP source in sync with the
internal google3 repository. Currently these sync are done by hand
with very minor modifications to the internal source code.
See the Android.mk file for list of modifications.
Our current goal is to do frequent drops (daily if possible) and
eventually switched to an automated process.

Bug: 33210202 36511925

Addresses
33210202 - Proguard support
36511925 - Compiler warnings when building against platform sdk

Change-Id: I448ec3b3f2358886859cf7a4ef76a8fcef3244ae
/packages/apps/Dialer/java/com/android/voicemail/stub/StubVoicemailClient.java
fc37b02f5d3381a7882770941e461b13b679b6ef 21-Mar-2017 Eric Erfanian <erfanian@google.com> Update AOSP Dialer source from internal google3 repository at
cl/150756069

Test: make, treehugger

This CL updates the AOSP Dialer source with all the changes that have
gone into the private google3 repository. This includes all the
changes from cl/150392808 (3/16/2017) to cl/150756069 (3/21/2017).

This goal of these drops is to keep the AOSP source in sync with the
internal google3 repository. Currently these sync are done by hand
with very minor modifications to the internal source code.
See the Android.mk file for list of modifications.
Our current goal is to do frequent drops (daily if possible) and
eventually switched to an automated process.

Change-Id: I0888b5db52efb28eb8194600e0c7804592f975f3
/packages/apps/Dialer/java/com/android/voicemail/stub/StubVoicemailClient.java
30ccc4f3aa6da94f0bb8a01a880a6353b883b263 20-Mar-2017 Eric Erfanian <erfanian@google.com> Revert "Update AOSP Dialer source from internal google3 repository at cl/150622237"

This reverts commit 06b6b56e9eaa91ebf757ea641e38a9c885fa40bd.

Change-Id: Ida8c5ee67669524dc63b9adc60a6dd392cb9b9a6
/packages/apps/Dialer/java/com/android/voicemail/stub/StubVoicemailClient.java
06b6b56e9eaa91ebf757ea641e38a9c885fa40bd 20-Mar-2017 Eric Erfanian <erfanian@google.com> Update AOSP Dialer source from internal google3 repository at
cl/150622237

Test: make, treehugger, on device testing.

This CL updates the AOSP Dialer source with all the changes that have
gone into the private google3 repository. This includes all the
changes from cl/150392808 (3/16/2017) to cl/150622237 (3/20/2017).

This goal of these drops is to keep the AOSP source in sync with the
internal google3 repository. Currently these sync are done by hand
with very minor modifications to the internal source code.
See the Android.mk file for list of modifications.
Our current goal is to do frequent drops (daily if possible) and
eventually switched to an automated process.

Change-Id: Id53e0e580a4ef73760a8afb7bb8c265ee27ad535
/packages/apps/Dialer/java/com/android/voicemail/stub/StubVoicemailClient.java
d5e47f6da5b08b13ecdfa7f1edc7e12aeb83fab9 15-Mar-2017 Eric Erfanian <erfanian@google.com> Update Dialer source from latest green build.

* Refactor voicemail component
* Add new enriched calling components

Test: treehugger, manual aosp testing

Change-Id: I521a0f86327d4b42e14d93927c7d613044ed5942
/packages/apps/Dialer/java/com/android/voicemail/stub/StubVoicemailClient.java