History log of /packages/services/Telephony/src/com/android/phone/settings/VoicemailDialogUtil.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e95cbd5c6b790afb0abd601f0809f30daa38ffd6 14-Apr-2015 Andrew Lee <anwlee@google.com> Merge commit '21c5e2d' into mergemeister

Change-Id: I4203215f522fd2efda575aa56d7f7d75f856add8
bf07f76dd57457da159b5d5504e391afbb4a3592 08-Apr-2015 Andrew Lee <anwlee@google.com> Port VM settings to its own activity.

I gave up on PreferenceFragments because it's too hard to migrate
the Activity Dialog logic at this point. Moving voicemail settings
code to its own activity, with an eye towards avoiding any breakages
in the attends related to it.

I tried to rearrange some methods for better organization while I
was at it... all this logic is still in much need of clarity, but
I figure this is no worse of a state than before, and at least now
it's separated from the rest of the call settings.

No (deliberate) changes to logic besides that.

Bug: 17019623
Change-Id: I20aa177ca699ad2c823e49f0fed0dcd89f75596d
/packages/services/Telephony/src/com/android/phone/settings/VoicemailDialogUtil.java
3d8ea0e60c00436c4c3596d83fa164640f10b098 18-Mar-2015 Rekha Kumar <rekhak@codeaurora.org> IMS-VT: Update phone account's capabilities.
Updates phone account's video capabilities based on
the event received from Phone object.

IMS: Add support for video quality
- Add UI for adding IMS settings
- Add video call quality preference
Enable user to control video call quality from UI

Change-Id: I308e6d106d853d8242b2e324467edc7ce739850f

IMS-VT: Do not allow changing the TTY mode during a Video call
When the device is already in a video call, the user SHOULD NOT
be allowed to change the TTY mode. If the user tries to change,
then an UI alert message will be displayed explaining it cannot
be changed during video calls.

Propagate the call substate changed message to the UI

Enhance log message in handleVideoCapabilitesChanged
- Add the video capability value to the log message

IMS-VT: Call Modify capability
-Add modify call capability only if call is in active or holding
state

Change-Id: I8d75f65ce4ddb4b684478260995ec6cad74d46c0

IMS-VT: Enable Video conferencing.
Enable Video conferencing.

Ims: Update conferenceHostConnection state for a conference call
TelephonyConnection that backed the original connection is
cleaned up after making a clone this TelephonyConnection that
is eventually treated as conferenceHostConnection. Update
conferenceHostConnection state too

Change-Id: I962d11068d136a39527dd0720200c42fbd49681b
/packages/services/Telephony/src/com/android/phone/settings/VoicemailDialogUtil.java
840243470b96950fa03e4036de58901f77a20e74 07-Nov-2014 Andrew Lee <anwlee@google.com> Add utility for voicemail dialogs.

Try to isolate voicemail dialog-related constructs. I'm not sure if
this is as sensible as some of the other refactoring work I've done,
but the reasoning behind it is...

+ The logic is self-standing.
+ It incrementally moves a chunk of the voicemail code out of call
settings to help reduce the churn when a lot of other more connected
pieces have to be moved.
+ It provides greater isolation to the dialog logic, which I think
may be handy as a step since it seems that the VoicemailFragmen
will need to contain a DialogFragment, similarly to how the
SettingsPreferenceFragment works.

Bug: 18114923
Change-Id: I0680869bf2d3e5b030cbcfd7df17bff46912f50f
/packages/services/Telephony/src/com/android/phone/settings/VoicemailDialogUtil.java