summaryrefslogtreecommitdiffstats
path: root/core/java/android/accounts/AccountManagerService.java
Commit message (Expand)AuthorAgeFilesLines
* Fix a deadlock in AccountManagerService cause by differentFred Quintana2011-03-011-318/+350
* Merge "Make the AccountManagerService clear old grants when the package that ...Fred Quintana2011-02-281-0/+35
|\
| * Make the AccountManagerService clear old grants when the packageFred Quintana2011-02-281-0/+35
* | remove the code that clears the passwords when the simFred Quintana2011-02-251-96/+0
|/
* Add TelephonyManager.getCurrentPhoneTypeWink Saville2011-02-011-1/+1
* If 'customTokens', let authenticator handle notification.Costin Manolache2011-01-251-1/+4
* Token cache was not reset on password changeCostin Manolache2011-01-191-0/+8
* Add back NEW_TASK flag.Costin Manolache2011-01-171-0/+4
* Fix previous quick fix, LoginOptions is final.Costin Manolache2011-01-141-4/+3
* Fix NPE, caller may not pass loginOptions.Costin Manolache2011-01-141-0/+3
* Add ActivityManager#isRunningInTestHarness() public API.Brett Chabot2011-01-091-4/+3
* remove the hack to delay the accounts changed intent for the first accountFred Quintana2010-12-171-17/+1
* Add a new attribute to auth descriptors to indicate custom handling of permis...Costin Manolache2010-12-171-4/+22
* Fix bug in permission grant system.Costin Manolache2010-12-071-13/+51
* add caching to the AccountManagerServiceFred Quintana2010-12-031-181/+425
* Remove notifications for account when account is removed.Costin Manolache2010-11-161-0/+12
* fix a bug where some accounts changed listeners don't see the newFred Quintana2010-07-151-16/+16
* Add needsOtaServiceProvisioning to Phone.Wink Saville2010-05-241-1/+1
* check for nullsFred Quintana2010-03-251-2/+37
* - make the SyncManager add periodic syncs when it upgrades from aFred Quintana2010-03-161-1/+1
* check if the binding to the authenticator has been disconnectedFred Quintana2010-03-101-1/+13
* allow permission USE_CREDENTIALS for AccountManager.invalidateAuthToken as we...Fred Quintana2010-02-241-10/+20
* - return the accounts when getAccountByTypeAndFeatures isFred Quintana2010-02-241-6/+19
* - fix the AccountManager documentation. http://b/2401790Fred Quintana2010-02-181-9/+23
* only make AccountManager throw an exception on blocking calls in the UI threa...Fred Quintana2010-02-091-1/+1
* enhance the sync manager backoff logic and add support for retry-afterFred Quintana2010-01-251-2/+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/+58
* am 80410b55: am 42c98ada: Still use ro.monkeyYing Wang2010-01-071-2/+1
|\
| * Still use ro.monkeyYing Wang2010-01-061-2/+1
* | am 5c529a0c: am 08fa1428: Rename ro.monkey to monkey.runningYing Wang2010-01-041-1/+1
|\ \ | |/
| * Rename ro.monkey to monkey.runningYing Wang2010-01-041-1/+1
* | am 74f7b139: am f307ec5d: Merge change Iafa92b8f into eclair-mr2Fred Quintana2009-12-021-0/+29
|\ \
| * | remove accounts for authenticators that are uninstalledFred Quintana2009-12-021-0/+29
* | | Encrypted File Systems Project. Installer modifications.Oscar Montemayor2009-11-241-1/+14
|/ /
* | resolved conflicts for merge of ae0cf6dc to eclair-mr2Fred Quintana2009-11-111-13/+8
|\ \ | |/
| * Make the RegisteredSErvices Cache not allow the registered service for aFred Quintana2009-11-101-13/+8
* | am 4388b988: Merge change Idc4c7714 into eclairCostin Manolache2009-10-291-64/+0
|\ \ | |/
| * Revert the changes that introduced new exception that wouldn't have occured b...Costin Manolache2009-10-291-64/+0
* | resolved conflicts for merge 31957f1b to eclair-mr2Marco Nelissen2009-10-291-17/+102
|\ \ | |/
| * - add javadoc for the account managerFred Quintana2009-10-281-17/+102
* | make the password-clearing algorithm smarterDoug Zongker2009-10-211-18/+58
* | fix buildFred Quintana2009-10-151-1/+1
* | remove the bind helper and bind directlyFred Quintana2009-10-141-17/+45
* | make erase-password-on-SIM-change optionalDoug Zongker2009-10-131-1/+5
|/
* account manager api review changesFred Quintana2009-10-051-52/+33
* Remove GAIA stringCostin Manolache2009-09-291-5/+11
* Implement the checkin option in AccountManagerService.dump()Jason Parks2009-09-291-8/+47
* Delay broadcasting ACCOUNTS_CHANGED until we're certain AndroidId is ready.Jim Miller2009-09-231-1/+19
* do not use transactions for calls that just read the DBFred Quintana2009-09-171-37/+18