summaryrefslogtreecommitdiff
path: root/core/java/android/accounts/ChooseAccountActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove account name from logs in ChooseAccount activities.Dmitry Dementyev2021-12-231-1/+1
| | | | | | Test: manual Bug: 207388203, 205130113 Change-Id: I25eeaa9e7f0b79703949bd91eb8cca04034e5ba7
* Protect account chooser activities against overlay.Dmitry Dementyev2020-12-141-0/+4
| | | | | | Bug: 172841550 Test: manual Change-Id: I3cd5a94386f15cf60a7fe3095b00815e4a6485ae
* Move launched activity info getter to ActivityClientControllerRiddle Hsu2020-12-081-13/+2
| | | | | | | | | | | | | | - Add getLaunchedFromUid and getLaunchedFromPackage into Activity because they are used in several places. - Move getActivityClassForToken to ActivityTaskManagerInternal# getActivityName because it is only used in system server. - Remove getPackageForToken because it is no longer used. Bug: 174041144 Bug: 174040691 Test: CtsWindowManagerDeviceTestCases Change-Id: Iac1581ac2271baf1ab1625ced6cc1f42bf05eaf5
* Moved some activities implementation to ActivityTaskManagerService (2/n)Wale Ogunwale2018-06-121-2/+3
| | | | | | | | | | | | | Second step in unifying the window hierarchy that is currently split within AM and WM packages. We move some of the API implementation for activities from ActivityManagerService.java to ActivityTaskManagerService.java. Test: Existing tests pass Test: go/wm-smoke-auto Bug: 80414790 Change-Id: I23dcd924493d8ad1e0b6e3a55386fd72b0146605
* Currently, when an account with USER_MANAGED_NOT_VISIBLE is chosensunjian2017-06-191-3/+37
| | | | | | | | | in ChooseAccountActivity, its visibility doesn't get updated. However, it is supposed to be updated to USER_MANAGED_VISIBLE. Bug: 62067445 Test: manual Change-Id: I2fb942a96d07dff06a53bc48a16ff337c50f3a26
* Remove unnecessary casts on calls to findViewByIdAlan Viverette2017-04-141-1/+1
| | | | | | | | Just frameworks/ this time. More paths to come. Bug: 24137209 Test: make -j32 Change-Id: Iff27abd26fa43296ac2fff8f534fc6742d2ae80c
* Implement Account Discovery API.Dmitry Dementyev2017-01-251-1/+3
| | | | | | | Inludes temporary flow for notifications filtered by accountType Bug: 33046496 Test: cts tests, manual tests. Change-Id: I2d767030e851579a0666efd7e243a1239af740c7
* Revert "Implement Account Discovery API."Dmitry Dementyev2017-01-091-3/+1
| | | | | | This reverts commit 58fa836210a2872e58e8890456c2cd14a4b0fd3d. Change-Id: Iffc9c5eb63db382b720b45ff5e8f1948db908a03
* Implement Account Discovery API.Dmitry Dementyev2017-01-061-1/+3
| | | | | | | Bug: https://b.corp.google.com/issues/33046496 Test: cts tests, manual tests. Change-Id: I03d1ae5dfa1577f191817aa7d508f6b4d0e625ed
* Add APIs for obtaining themed Drawable from Theme, ContextAlan Viverette2014-02-031-1/+1
| | | | | BUG: 12611005 Change-Id: Ic0057be4e4c2d0c61ce02a019b3f7d0625e3a016
* Tolerate missing AccountManager resource, not just missing resource nameBrian Carlstrom2011-04-071-1/+7
| | | | | | In addition to the primary change in the subject, also some minor cleanup of javadoc, typos, CloseGuard warning, etc found while working on a new AbstractAccountAuthenticator. Change-Id: I73f3408773a43a0021a15f8d051fd3dbbdf898a5
* Fix bug #3338957 (Account Picker and Account type picker need love)Fabrice Di Meglio2011-01-211-11/+109
| | | | | | - update UI to match design requirements Change-Id: Idb5dbea876eb7170a8c1f077a99cfe168d41f1e1
* fix a system crash that occurs when ChooseAccountActivity isFred Quintana2010-03-011-8/+9
| | | | | | restarted from the icicle http://b/issue?id=2352368
* account manager api review changesFred Quintana2009-10-051-7/+10
|
* do not merge: cherrypicked 3710f390968e683a0ad3adf0b517dfcade3564ce from ↵Fred Quintana2009-08-151-3/+3
| | | | master branch
* adding concept of features to accountsFred Quintana2009-04-201-0/+78