summaryrefslogtreecommitdiff
path: root/src/com/android/mail/utils/AccountUtils.java
Commit message (Collapse)AuthorAgeFilesLines
* Delegate Account creation to builder class.Ray Chen2014-07-161-2/+2
| | | | | | | Account contructors are no longer public and clients need to use Account.builder().buildFrom(...) instead. Change-Id: I8f072e893b49b64d962fa7a075e5c15364c4c05f
* Get rid of Account#nameTony Mantler2014-03-031-3/+3
| | | | | | b/13249115 Change-Id: I5478b139cba9e3e37924c3af1c7a4f818a803fa3
* Clean up a bunch of warningsScott Kennedy2013-06-251-2/+1
| | | | | Bug: 9565838 Change-Id: Ie3a380581e81c63aaa0764875c55bfdccd5f2b13
* Prevent spurious Waiting from being shownPaul Westbrook2012-09-261-4/+1
| | | | | | | | | | | | | | | 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
* Check for active accounts in composeMindy Pereira2012-08-141-0/+25
| | | | | | If there are none, then just go to "add account" screen Change-Id: I3a9a0bfa919b84cc5183a6a8f0f11c762c02867a
* Correct the check to see if an account is synced.Mindy Pereira2012-07-121-1/+1
| | | | | fixes b/6805946 Existing account not shown in the "from" field and also in drop down after tap on compose Change-Id: Ibd2018e6740432beca949bd30d43ca9a99b72c03
* Enable compose service when an account is synced.Mindy Pereira2012-07-111-0/+1
| | | | Change-Id: I6749a2db2fc96c0028e288ee692291d37a4c8feb
* Add a "not synced" state on accountPaul Westbrook2012-04-101-3/+4
| | | | | | | | Changed ComposeActivity to only show accounts that have been initialized Bug: 6270010 Change-Id: Ia85ee0a1fb3baeab8b7e87599347cfc4027e3a61
* Rename AccountCacheProvider -> MailAppProviderPaul Westbrook2012-03-221-2/+2
| | | | Change-Id: I7d1079ab2a48c5c845dee2ceff281bdf00c70b0f
* Fix crash when Compose is triggered from external appPaul Westbrook2012-03-201-7/+6
| | | | | Bug: 6197382 Change-Id: I3cefd195edc2442e77e3a589f2ac35c5459f4e39
* Send was being aborted because the cursor was not being closed.Mindy Pereira2012-03-021-6/+13
| | | | | | Strict mode issue fixed. Change-Id: Ibd7d095b63331b5fe5bd5e1c95c3b0432e87e979
* Pass the account around instead of just hte account name.Mindy Pereira2012-01-091-11/+13
| | | | | | | We need the account for capabilities, uris, etc., so just pass it around when launching new activities/ fragments/ etc. Change-Id: If05cae10a092679ea0e7807ae36f7965d065a649
* rename unified email's package name to com.android.mailAndy Huang2012-01-061-0/+87
New code needs a new package name. Fixes IDE conflicts when browsing. Change-Id: I328484c6d6c71df077a05d2f7d6d1e85074107c2