summaryrefslogtreecommitdiffstats
path: root/core/java/android/accounts/AccountManager.java
Commit message (Expand)AuthorAgeFilesLines
* Improve API and documentationAmith Yamasani2013-04-191-0/+17
* Block access to accounts for limited users.Amith Yamasani2013-03-301-2/+19
* am 6eebd6e6: am 6f50c846: am d2c1e947: am 39f864b1: am 5018688b: Merge "Doc u...kmccormick2013-03-291-1/+1
|\
| * Doc update: incorrect method namekmccormick2013-03-291-1/+1
* | AccountManager changes for profile seeding.Jatin Lodhia2013-03-281-2/+3
* | Application restrictions APIAmith Yamasani2013-03-201-1/+4
* | Move the account picker class name to a config resource.Amith Yamasani2013-03-141-3/+12
* | Shared accounts and sharing of appsAmith Yamasani2013-03-061-0/+51
* | am cb5cb740: am aecee8a9: am 717797db: am f763b717: Merge "Authenticate corre...Amith Yamasani2012-11-081-3/+25
|\ \ | |/
| * Authenticate correct user's account when pattern fails multiple times.Amith Yamasani2012-11-051-3/+25
* | Fix docs typo: startActivityWithResult should be startActivityForResult.Mark Fickett2012-09-051-1/+1
|/
* Added or fixed doctrings for required permissions.Nicolas Falliere2012-06-181-1/+2
* Add an updateAppPermission() API call to the AccountManagerService AIDLFred Quintana2012-05-241-0/+49
* Fixed the javadoc for AccountManager.newChooseAccountIntent()Fred Quintana2011-09-191-6/+8
* Continuation of the unified account chooser flow.Fred Quintana2011-09-161-4/+25
* Add a generic account chooser/add account flow for apps.Fred Quintana2011-09-151-0/+40
* 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-121-14/+19
* Add a form of getAuthToken that both accepts an options Bundle andFred Quintana2011-09-081-0/+97
* Tolerate missing AccountManager resource, not just missing resource nameBrian Carlstrom2011-04-071-1/+2
* If 'customTokens', let authenticator handle notification.Costin Manolache2011-01-251-0/+7
* Add a new attribute to auth descriptors to indicate custom handling of permis...Costin Manolache2010-12-171-0/+6
* COMMENT ONLY change to fix some formatting glitches andDan Egnor2010-08-021-69/+73
* allow null authtokens to invalidateAuthTokenFred Quintana2010-04-011-4/+5
* check for nullsFred Quintana2010-03-251-44/+34
* - add verbose logging to the authenticatorFred Quintana2010-03-091-1/+32
* Defend against an unexpected null bundle that causes blockingGetAuthToken() t...Fred Quintana2010-03-041-0/+19
* allow permission USE_CREDENTIALS for AccountManager.invalidateAuthToken as we...Fred Quintana2010-02-241-1/+2
* fix some minor javadoc errors in AccountManagerDoug Zongker2010-02-231-4/+2
* Update AccountManager's javadoc.Dan Egnor2010-02-231-684/+766
* - fix the AccountManager documentation. http://b/2401790Fred Quintana2010-02-181-7/+212
* only make AccountManager throw an exception on blocking calls in the UI threa...Fred Quintana2010-02-091-1/+4
* - change the SyncManager to retry MANUAL syncs that encounter a soft errorFred Quintana2010-02-081-10/+11
* add sync pollingFred Quintana2010-02-051-5/+9
* rename testHasFeatures to hasFeaturesFred Quintana2010-01-151-2/+2
* add AccountManager.testHasFeatures() to make it easy to check if a given acco...Fred Quintana2010-01-141-0/+41
* Revert the changes that introduced new exception that wouldn't have occured b...Costin Manolache2009-10-291-12/+26
* - add javadoc for the account managerFred Quintana2009-10-281-12/+33
* update account manager javadocFred Quintana2009-10-221-14/+460
* fix a javadoc build breakageFred Quintana2009-10-051-2/+1
* account manager api review changesFred Quintana2009-10-051-64/+80
* Make removeOnAccountsUpdateListener cope with null handlers.Bryan Mawhinney2009-09-241-1/+2
* - make an AccountManager per context, not one per processFred Quintana2009-09-221-0/+4
* If disk-full, don't crash the system server. Still todo: when we have disk we...Costin Manolache2009-09-101-1/+11
* I am getting tired of the java doc warnings, so fix them.Dianne Hackborn2009-08-241-0/+1
* do not merge: cherrypicked 3710f390968e683a0ad3adf0b517dfcade3564ce from mast...Fred Quintana2009-08-151-494/+269
* add account manager permission checkingFred Quintana2009-07-231-0/+7
* add icon and label to the authenticator descriptionFred Quintana2009-06-151-5/+5
* change the IsolatedContext to have a test version of the AccountManager that ...Fred Quintana2009-04-271-0/+9
* change the sync framework and users to understand AccountFred Quintana2009-04-231-10/+163