summaryrefslogtreecommitdiffstats
path: root/core/java/android/accounts/AccountManager.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* adding concept of features to accountsFred Quintana2009-04-201-17/+200
* AI 145177: phase two of the AccountManagerFred Quintana2009-04-081-142/+564
* Automated import from //branches/master/...@142414,142414Fred Quintana2009-03-241-0/+306