History log of /packages/services/Telephony/src/com/android/phone/settings/VoicemailProviderListPreference.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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/VoicemailProviderListPreference.java
64e5c9dc774344f88b536589bd05d171ef5e3062 26-Nov-2014 Andrew Lee <anwlee@google.com> Create VoicemailProviderListPreference.

Move logic specific to the preference which is a list of
voicemail providers into its own class. This will provide a clearer
separation for adapting these settings to be keyed by subscription id
and handle any associated migration.

Right now the default preference behavior, using the name of the
preference, is used to persist the setting. I plan to change this so
that we can provide a key which is subscription-sensitive.

Bug: 18232725
Bug: 17019623
Change-Id: I5e7d53b048ef57d84dde1bdde5e35a9cb55a7bbb
/packages/services/Telephony/src/com/android/phone/settings/VoicemailProviderListPreference.java