| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Account contructors are no longer public and clients need
to use Account.builder().buildFrom(...) instead.
Change-Id: I8f072e893b49b64d962fa7a075e5c15364c4c05f
|
| |
|
|
|
|
| |
b/13249115
Change-Id: I5478b139cba9e3e37924c3af1c7a4f818a803fa3
|
| |
|
|
|
| |
Bug: 9565838
Change-Id: Ie3a380581e81c63aaa0764875c55bfdccd5f2b13
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
If there are none, then just go to "add account" screen
Change-Id: I3a9a0bfa919b84cc5183a6a8f0f11c762c02867a
|
| |
|
|
|
| |
fixes b/6805946 Existing account not shown in the "from" field and also in drop down after tap on compose
Change-Id: Ibd2018e6740432beca949bd30d43ca9a99b72c03
|
| |
|
|
| |
Change-Id: I6749a2db2fc96c0028e288ee692291d37a4c8feb
|
| |
|
|
|
|
|
|
| |
Changed ComposeActivity to only show accounts that have been
initialized
Bug: 6270010
Change-Id: Ia85ee0a1fb3baeab8b7e87599347cfc4027e3a61
|
| |
|
|
| |
Change-Id: I7d1079ab2a48c5c845dee2ceff281bdf00c70b0f
|
| |
|
|
|
| |
Bug: 6197382
Change-Id: I3cefd195edc2442e77e3a589f2ac35c5459f4e39
|
| |
|
|
|
|
| |
Strict mode issue fixed.
Change-Id: Ibd7d095b63331b5fe5bd5e1c95c3b0432e87e979
|
| |
|
|
|
|
|
| |
We need the account for capabilities, uris, etc., so just
pass it around when launching new activities/ fragments/ etc.
Change-Id: If05cae10a092679ea0e7807ae36f7965d065a649
|
|
|
New code needs a new package name. Fixes IDE conflicts when
browsing.
Change-Id: I328484c6d6c71df077a05d2f7d6d1e85074107c2
|