History log of /packages/apps/ContactsCommon/src/com/android/contacts/common/widget/SelectPhoneAccountDialogFragment.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a8b34ea2737a912ebae915ae73c7212ee07c4421 05-Dec-2014 Ihab Awad <ihab@google.com> Add Text-to-Speech annotations for phone number displays (2/3)

Bug: 17321294
Change-Id: I98a6d6dd9684c1f3c29a97263155713493e162c2
/packages/apps/ContactsCommon/src/com/android/contacts/common/widget/SelectPhoneAccountDialogFragment.java
6cdaa57db4ffdd8801b9daf79f10e32950ffe1de 03-Nov-2014 Ihab Awad <ihab@google.com> Update PhoneAccount icon API (2/6)

Bug: 18291787

Change-Id: I80252faaa5a836031d72eb99fe90d2f9aad27460
/packages/apps/ContactsCommon/src/com/android/contacts/common/widget/SelectPhoneAccountDialogFragment.java
75b25b5975be11e1d609f16be0653ef7821f8ae8 04-Nov-2014 Nancy Chen <nancychen@google.com> Modify Select Account Dialog to align with UI mocks.

+ Additional line for the phone number
+ Support optional title (for phone calls it will be titled "Call With")
+ Tweaks to make it more visually appealing.

Bug: 18204058
Change-Id: Ie2c0fce0b20cf5e889cb17254bc6462ed4fb6438
/packages/apps/ContactsCommon/src/com/android/contacts/common/widget/SelectPhoneAccountDialogFragment.java
3ca0571e873c6e5e109f1807c2a511edec31867a 31-Oct-2014 Brian Attwell <brianattwell@google.com> Merge "Improve analytics" into lmp-mr1-dev
9dff772a039db6bf7c73b3b04aeea2eb2f8c8356 27-Oct-2014 Brian Attwell <brianattwell@google.com> Improve analytics

Removes the existing buggy & verbose analytics classes. Instead adds
the AnalyticsUtil. Like before, analytics will automatically be added
to all activities. They need to be manually setup for fragments
that you care about.

Improving analytics CL #2/4

Bug: 18039620
Change-Id: I99a4062e09e7614e5369d795132172d4d1867600
/packages/apps/ContactsCommon/src/com/android/contacts/common/widget/SelectPhoneAccountDialogFragment.java
33505e9b80e307974c60bea5d48b3dd8ee043674 24-Oct-2014 Ihab Awad <ihab@google.com> PhoneAccounts include literal icon bitmap (2/4)

Change-Id: Id0b4ef5db7cbba40344096c08c6c27bd361802a4
/packages/apps/ContactsCommon/src/com/android/contacts/common/widget/SelectPhoneAccountDialogFragment.java
f938fa22b0901d9a566be1ec3975554f3623f795 23-Oct-2014 Brian Attwell <brianattwell@google.com> Use analytics activities and fragments

All ContactsCommon's activities and fragments now inherit from
analytics base classes.

Also renamed dialerbind.analytics -> commonbind.analytics

Analytics CL #1/6

Bug: 18039620
Change-Id: Ie9cef92bfcadf6764970d70474ced24dba7f828d
/packages/apps/ContactsCommon/src/com/android/contacts/common/widget/SelectPhoneAccountDialogFragment.java
90917145825ca7e8e34d407c72c80a15300fafdc 22-Oct-2014 Nancy Chen <nancychen@google.com> Add an option to set the selected phone account as the default. (3/3)

Modify the phoneAccountSelected method to support the option to set the
selected phone account as the default for outgoing phone calls.
Add checkbox to the select account dialog for user interaction.

Bug: 18078232
Change-Id: I7e6af5238fe2ff95d7f1e0622f7fa24111147f4e
/packages/apps/ContactsCommon/src/com/android/contacts/common/widget/SelectPhoneAccountDialogFragment.java
e0fa990180ff40f0b1d48a92b5ef41ea4583ad1e 08-Oct-2014 Nancy Chen <nancychen@google.com> Generalize select account dialog for usage anywhere in dialer (2/2)

Currently the select account dialog is specific to InCallUI, but there
are other places in the dialer app that will need the user to select an
account (e.g. MMI pin) so we want to reuse this dialog.
+ Move dialog to ContactsCommon
+ Add a listener to the SelectPhoneAccountDialogFragment class

Bug: 17917937

Change-Id: I4756daf40a518e12ac19d97bc09e62647de422b4
/packages/apps/ContactsCommon/src/com/android/contacts/common/widget/SelectPhoneAccountDialogFragment.java