summaryrefslogtreecommitdiffstats
path: root/core/java/android/accounts
Commit message (Expand)AuthorAgeFilesLines
* Update account list on account picker activity resumeJatin Lodhia2012-09-131-117/+169
* Merge "Remove Binder.getOrigCallingUid()." into jb-mr1-devDianne Hackborn2012-08-311-10/+13
|\
| * Remove Binder.getOrigCallingUid().Dianne Hackborn2012-08-311-10/+13
* | Centralize the creation of the user system directoryAmith Yamasani2012-08-311-2/+2
|/
* Switch public APIs to use new UserHandle class for identifying users.Dianne Hackborn2012-08-171-1/+1
* UserHandle to UserSerialNo mappingAmith Yamasani2012-08-171-1/+1
* Rename UserId to UserHandle.Dianne Hackborn2012-08-161-6/+6
* User Manager service to manage users and query user detailsAmith Yamasani2012-08-111-6/+10
* Add APIs for interacting across users.Dianne Hackborn2012-08-021-1/+1
* Delay AccountManagerService initializationKenny Root2012-07-302-2/+10
* Added or fixed doctrings for required permissions.Nicolas Falliere2012-06-181-1/+2
* Fix bug where existing account not pre-checkedAlice Yang2012-05-311-16/+8
* Merge "Preserve account list in order of creation in the database." into jb-devAmith Yamasani2012-05-301-2/+3
|\
| * Preserve account list in order of creation in the database.Amith Yamasani2012-05-301-2/+3
* | Merge "Add an updateAppPermission() API call to the AccountManagerService AID...Fred Quintana2012-05-304-37/+124
|\ \
| * | Add an updateAppPermission() API call to the AccountManagerService AIDLFred Quintana2012-05-244-37/+124
| |/
* | New UI for account pickerAlice Yang2012-05-291-125/+115
|/
* Streamline the logic to add account.Carlos Valdivia2012-05-161-36/+50
* Merge "Don't migrate accounts.db if already migrated."Amith Yamasani2012-04-111-2/+5
|\
| * Don't migrate accounts.db if already migrated.Amith Yamasani2012-04-111-2/+5
* | Fix a race condition in SyncManager.onAccountsUpdated()Amith Yamasani2012-04-112-0/+74
|/
* User management and switchingAmith Yamasani2012-03-271-0/+30
* Merge "Fix an initialization ordering bug due to the userprofile changes."Fred Quintana2012-03-201-2/+2
|\
| * Fix an initialization ordering bug due to the userprofile changes.Fred Quintana2012-03-201-2/+2
* | Merge "Bind to the correct instance of the authenticator service."Amith Yamasani2012-03-191-1/+1
|\ \
| * | Bind to the correct instance of the authenticator service.Amith Yamasani2012-03-191-1/+1
| |/
* | Use renameTo safely when creating the user 0 account databaseMarc Blank2012-03-181-1/+10
|/
* Fix obvious typos under frameworks/base/coreKen Wakasa2012-03-091-1/+1
* Make SyncManager and AccountManagerService multi-user aware.Amith Yamasani2012-03-083-188/+317
* Use Map.Entry, not HashMap.EntryAndy McFadden2012-01-201-1/+2
* When in the Choose Account flow if the accounts list display was initiallyFred Quintana2011-11-151-1/+15
* Fixed a bug that causes AccountManager calls to hang forever, eventuallyFred Quintana2011-10-241-5/+19
* fix bug where the instance saving of the ChooseTypeAndAccountActivityFred Quintana2011-10-171-8/+6
* reworked the flow in the account chooserFred Quintana2011-10-122-37/+147
* Merge "b/5399355 StringIndexOutOfBoundsException from AccountManagerService"Costin Manolache2011-10-071-2/+6
|\
| * b/5399355 StringIndexOutOfBoundsException from AccountManagerServiceCostin Manolache2011-10-071-2/+6
* | Add DUMP permission checks to servicesKenny Root2011-09-291-0/+8
* | Fix a bug in the account chooser where relaunching an in-progress flowFred Quintana2011-09-272-45/+56
|/
* An extra is being written as one type and read as the wrong type.Fred Quintana2011-09-192-8/+8
* Fixed the javadoc for AccountManager.newChooseAccountIntent()Fred Quintana2011-09-191-6/+8
* Continuation of the unified account chooser flow.Fred Quintana2011-09-163-22/+106
* Add a generic account chooser/add account flow for apps.Fred Quintana2011-09-153-0/+534
* b/5316640 fix bundle addCostin Manolache2011-09-141-6/+14
* For consistency with getAuthToken, pass UID/PID for add account. Needed for c...Costin Manolache2011-09-122-32/+36
* Add a form of getAuthToken that both accepts an options Bundle andFred Quintana2011-09-081-0/+97
* Make the AbstractAccountAuthenticator return an error to the AccountManagerSe...Fred Quintana2011-06-231-73/+45
* Tolerate missing AccountManager resource, not just missing resource nameBrian Carlstrom2011-04-075-9/+33
* resolved conflicts for merge of 17f95e92 to honeycomb-plus-aosprepo sync2011-03-221-16/+0
|\
| * remove the code that clears the passwords when the simFred Quintana2011-03-071-91/+0
| * DO NOT MERGECostin Manolache2011-03-014-16/+135