History log of /packages/apps/UnifiedEmail/src/com/android/mail/utils/AccountUtils.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4b0c0127d24e387a4f49d442b63b5c60cedb6922 11-Jul-2014 Ray Chen <raychen@google.com> Delegate Account creation to builder class.

Account contructors are no longer public and clients need
to use Account.builder().buildFrom(...) instead.

Change-Id: I8f072e893b49b64d962fa7a075e5c15364c4c05f
/packages/apps/UnifiedEmail/src/com/android/mail/utils/AccountUtils.java
26a20758413f0f8629ea71a0943304e3ae740165 01-Mar-2014 Tony Mantler <nicoya@google.com> Get rid of Account#name

b/13249115

Change-Id: I5478b139cba9e3e37924c3af1c7a4f818a803fa3
/packages/apps/UnifiedEmail/src/com/android/mail/utils/AccountUtils.java
3b965d78774a42358ce6bbdcc43b4c8df130a60e 25-Jun-2013 Scott Kennedy <skennedy@google.com> Clean up a bunch of warnings

Bug: 9565838
Change-Id: Ie3a380581e81c63aaa0764875c55bfdccd5f2b13
/packages/apps/UnifiedEmail/src/com/android/mail/utils/AccountUtils.java
dfa1dec0cfdc263c51e971dc3c41b90386a24340 27-Sep-2012 Paul Westbrook <pwestbro@google.com> Prevent spurious Waiting from being shown

Now the account can represent the state that it hasn't been initialized
when it can't give a definitive answer about whether a sync is required.

The Compose Activity and Widget selection activity still will show
the wait activity if the account is not fully initialized

But the Abstract activity controller will only show the wait fragment
when the account object has been initialized enough to give a definitive
answer about whether sync is needed

Bug: 7090741
Change-Id: I5e68f074418983b759f0e8a96fb08b65e81406e8
/packages/apps/UnifiedEmail/src/com/android/mail/utils/AccountUtils.java
b199d172dcb568e2c09ea60eeb109922eec2f07e 13-Aug-2012 Mindy Pereira <mindyp@google.com> Check for active accounts in compose

If there are none, then just go to "add account" screen

Change-Id: I3a9a0bfa919b84cc5183a6a8f0f11c762c02867a
/packages/apps/UnifiedEmail/src/com/android/mail/utils/AccountUtils.java
473f77dfe3f9fd1f6316fb628934710fce0c2582 12-Jul-2012 Mindy Pereira <mindyp@google.com> Correct the check to see if an account is synced.

fixes b/6805946 Existing account not shown in the "from" field and also in drop down after tap on compose
Change-Id: Ibd2018e6740432beca949bd30d43ca9a99b72c03
/packages/apps/UnifiedEmail/src/com/android/mail/utils/AccountUtils.java
830bdaf78180d4566a519954cdfd320e20dd529d 11-Jul-2012 Mindy Pereira <mindyp@google.com> Enable compose service when an account is synced.

Change-Id: I6749a2db2fc96c0028e288ee692291d37a4c8feb
/packages/apps/UnifiedEmail/src/com/android/mail/utils/AccountUtils.java
5892a78e9ceff33dca1b878aa42a27222ff4526f 10-Apr-2012 Paul Westbrook <pwestbro@google.com> Add a "not synced" state on account

Changed ComposeActivity to only show accounts that have been
initialized

Bug: 6270010
Change-Id: Ia85ee0a1fb3baeab8b7e87599347cfc4027e3a61
/packages/apps/UnifiedEmail/src/com/android/mail/utils/AccountUtils.java
c2074c4442eacf5604dd3cecd06b363e8fc574de 22-Mar-2012 Paul Westbrook <pwestbro@google.com> Rename AccountCacheProvider -> MailAppProvider

Change-Id: I7d1079ab2a48c5c845dee2ceff281bdf00c70b0f
/packages/apps/UnifiedEmail/src/com/android/mail/utils/AccountUtils.java
92227f6b35b3bec54609dc0feb9dd6756c2a43e6 20-Mar-2012 Paul Westbrook <pwestbro@google.com> Fix crash when Compose is triggered from external app

Bug: 6197382
Change-Id: I3cefd195edc2442e77e3a589f2ac35c5459f4e39
/packages/apps/UnifiedEmail/src/com/android/mail/utils/AccountUtils.java
51b11bd2a2c1ca14f9cb88fe9326485a523e7c14 02-Mar-2012 Mindy Pereira <mindyp@google.com> Send was being aborted because the cursor was not being closed.

Strict mode issue fixed.

Change-Id: Ibd7d095b63331b5fe5bd5e1c95c3b0432e87e979
/packages/apps/UnifiedEmail/src/com/android/mail/utils/AccountUtils.java
33fe908589dca6a7f58aa9f56d73f74a48ac42f6 10-Jan-2012 Mindy Pereira <mindyp@google.com> Pass the account around instead of just hte account name.

We need the account for capabilities, uris, etc., so just
pass it around when launching new activities/ fragments/ etc.

Change-Id: If05cae10a092679ea0e7807ae36f7965d065a649
/packages/apps/UnifiedEmail/src/com/android/mail/utils/AccountUtils.java
30e2c24b056542f3b1b438aeb798305d1226d0c8 07-Jan-2012 Andy Huang <ath@google.com> rename unified email's package name to com.android.mail

New code needs a new package name. Fixes IDE conflicts when
browsing.

Change-Id: I328484c6d6c71df077a05d2f7d6d1e85074107c2
/packages/apps/UnifiedEmail/src/com/android/mail/utils/AccountUtils.java