History log of /packages/apps/Contacts/src/com/android/contacts/voicemail/VoicemailStatusHelperImpl.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e0b2f1e2d01d1ac52ba207dc7ce76971d853298e 12-Jun-2012 Chiao Cheng <chiaocheng@google.com> Global import order fix.

Changed import order to be in accordance with style guide:
http://source.android.com/source/code-style.html#order-import-statements

Static imports will be placed at the top since most existing files used that
convention. It is also a style that can be handled by both eclipse and intellij.

Change-Id: Ia7013c7a2d88e5fefb8f4975d121f7fcd3fcc462
/packages/apps/Contacts/src/com/android/contacts/voicemail/VoicemailStatusHelperImpl.java
63d4405224fbe28b9f6f733fe6a5509a5228b761 28-Aug-2011 Flavio Lerda <flerda@google.com> Do not show the "configure voicemail" message if there is URI.

If there is no URI, this is just a message that is not actionable. Do
not include it in the UI.

Bug: 5225828
Change-Id: I99e5f9e7ea58473ccbfb449d2802084f7acd6d36
/packages/apps/Contacts/src/com/android/contacts/voicemail/VoicemailStatusHelperImpl.java
c410a1bd28a8d62c1cc241dadb8029ba0b55da77 30-Aug-2011 Flavio Lerda <flerda@google.com> Merge "Correctly handle missing URI."
15820796f3914b91c0a86e2291b472d68ad72424 28-Aug-2011 Flavio Lerda <flerda@google.com> Correctly handle missing URI.

If the SETTINGS_URI or VOICEMAIL_ACCESS_URI is null, the application
will fail when trying to process the status of a voicemail source.

This fixes this issue by correctly handling the case of a missing URI.

Change-Id: I329bf2d0c203306b770d10317867fe703e0a569c
/packages/apps/Contacts/src/com/android/contacts/voicemail/VoicemailStatusHelperImpl.java
c9ec94eddcb881962bdf334ddde4719d5386a976 28-Aug-2011 Flavio Lerda <flerda@google.com> Do not show "Show voicemail only" if no source is installed.

The "Show voicemail only" (and matching "Show all calls") options menu
items only make sense if there is at least one voicemail source
installed.

If not, then we should not show these options.

In order to determine whether a source is available, we use the
voicemail status table, which contains information about the installed
sources.

Bug: 5216976
Change-Id: Ib25aebba8509a1dd4c1c6de7cba2244461c69cfc
/packages/apps/Contacts/src/com/android/contacts/voicemail/VoicemailStatusHelperImpl.java
0cb8224a32bd956f6052e6eecc96720711bf6bfc 19-Jul-2011 Debashish Chatterjee <debashishc@google.com> Changes in CallDetailActivity to show voicemail status message.

- call details page now show a voicemail status message if the call in
question is a voicemail and does not have audio available.
- moved VoicemailStatusHelper and related classes into
contacts.voicemail package as it is used by CallDetailActivity as well
as calllog.CallLogFragment

Bug: 5040099
Change-Id: I9ad0c1fb60526ef55d7f38dbd2157b14af9d5b55
/packages/apps/Contacts/src/com/android/contacts/voicemail/VoicemailStatusHelperImpl.java