1. 79af1dd Switch public APIs to use new UserHandle class for identifying users. by Dianne Hackborn · 12 years ago
  2. 2a00329 UserHandle to UserSerialNo mapping by Amith Yamasani · 12 years ago
  3. f02b60a Rename UserId to UserHandle. by Dianne Hackborn · 12 years ago
  4. 258848d User Manager service to manage users and query user details by Amith Yamasani · 12 years ago
  5. b4163a6 Add APIs for interacting across users. by Dianne Hackborn · 12 years ago
  6. 26ff662 Delay AccountManagerService initialization by Kenny Root · 12 years ago
  7. 90f658e Merge "Preserve account list in order of creation in the database." into jb-dev by Amith Yamasani · 12 years ago
  8. b483a99 Preserve account list in order of creation in the database. by Amith Yamasani · 12 years ago
  9. d9640ec Add an updateAppPermission() API call to the AccountManagerService AIDL by Fred Quintana · 12 years ago
  10. 856fbbe Merge "Don't migrate accounts.db if already migrated." by Amith Yamasani · 12 years ago
  11. a23bb38 Don't migrate accounts.db if already migrated. by Amith Yamasani · 12 years ago
  12. f29f236 Fix a race condition in SyncManager.onAccountsUpdated() by Amith Yamasani · 12 years ago
  13. 1359360 User management and switching by Amith Yamasani · 12 years ago
  14. f57bdf3 Merge "Fix an initialization ordering bug due to the userprofile changes." by Fred Quintana · 12 years ago
  15. 70e6190 Fix an initialization ordering bug due to the userprofile changes. by Fred Quintana · 12 years ago
  16. 219be44 Merge "Bind to the correct instance of the authenticator service." by Amith Yamasani · 12 years ago
  17. 34daa75 Bind to the correct instance of the authenticator service. by Amith Yamasani · 12 years ago
  18. c6b0f99 Use renameTo safely when creating the user 0 account database by Marc Blank · 12 years ago
  19. 04e0d26 Make SyncManager and AccountManagerService multi-user aware. by Amith Yamasani · 12 years ago
  20. 2f36229 Use Map.Entry, not HashMap.Entry by Andy McFadden · 13 years ago
  21. 166466d Fixed a bug that causes AccountManager calls to hang forever, eventually by Fred Quintana · 13 years ago
  22. 6d288bd Merge "b/5399355 StringIndexOutOfBoundsException from AccountManagerService" by Costin Manolache · 13 years ago
  23. 85e7279 b/5399355 StringIndexOutOfBoundsException from AccountManagerService by Costin Manolache · 13 years ago
  24. 3abd75b Add DUMP permission checks to services by Kenny Root · 13 years ago
  25. b61e8fb For consistency with getAuthToken, pass UID/PID for add account. Needed for customizing the add account flow by Costin Manolache · 13 years ago
  26. 46703b0 Tolerate missing AccountManager resource, not just missing resource name by Brian Carlstrom · 13 years ago
  27. 9ab66ff resolved conflicts for merge of 17f95e92 to honeycomb-plus-aosp by repo sync · 13 years ago
  28. eedb4df remove the code that clears the passwords when the sim by Fred Quintana · 13 years ago
  29. f9f240e Fix a deadlock in AccountManagerService cause by different by Fred Quintana · 13 years ago
  30. ef419b2 DO NOT MERGE by Costin Manolache · 13 years ago
  31. 082aa9c Merge "Make the AccountManagerService clear old grants when the package that the grants refer to is no longer installed." by Fred Quintana · 13 years ago
  32. c1a4e5d Make the AccountManagerService clear old grants when the package by Fred Quintana · 13 years ago
  33. e3e5b09 remove the code that clears the passwords when the sim by Fred Quintana · 13 years ago
  34. 9d72be3 Add TelephonyManager.getCurrentPhoneType by Wink Saville · 14 years ago
  35. d606045 If 'customTokens', let authenticator handle notification. by Costin Manolache · 14 years ago
  36. f5ffe89 Token cache was not reset on password change by Costin Manolache · 14 years ago
  37. 9ec1736 Add back NEW_TASK flag. by Costin Manolache · 14 years ago
  38. c6684f9 Fix previous quick fix, LoginOptions is final. by Costin Manolache · 14 years ago
  39. 75b8fc7 Fix NPE, caller may not pass loginOptions. by Costin Manolache · 14 years ago
  40. 3b4fcbc Add ActivityManager#isRunningInTestHarness() public API. by Brett Chabot · 14 years ago
  41. afd2f54 remove the hack to delay the accounts changed intent for the first account by Fred Quintana · 14 years ago
  42. a40c630 Add a new attribute to auth descriptors to indicate custom handling of permission and token caching by Costin Manolache · 14 years ago
  43. 5d275bb Fix bug in permission grant system. by Costin Manolache · 14 years ago
  44. 5f383ad9 Fix bug in permission grant system. by Costin Manolache · 14 years ago
  45. 56285a6 add caching to the AccountManagerService by Fred Quintana · 14 years ago
  46. ec0c4f4 Remove notifications for account when account is removed. by Costin Manolache · 14 years ago
  47. 743dfad fix a bug where some accounts changed listeners don't see the new by Fred Quintana · 14 years ago
  48. 4d8ae85 Add needsOtaServiceProvisioning to Phone. by Wink Saville · 14 years ago
  49. 382601f check for nulls by Fred Quintana · 14 years ago
  50. c2e4691 - make the SyncManager add periodic syncs when it upgrades from a by Fred Quintana · 14 years ago
  51. 29e94b8 check if the binding to the authenticator has been disconnected by Fred Quintana · 14 years ago
  52. b38eb14 allow permission USE_CREDENTIALS for AccountManager.invalidateAuthToken as well as the previous MANAGE_ACCOUNTS by Fred Quintana · 14 years ago
  53. d4a9d6c - return the accounts when getAccountByTypeAndFeatures is by Fred Quintana · 14 years ago
  54. 8570f74 - fix the AccountManager documentation. http://b/2401790 by Fred Quintana · 14 years ago
  55. 751fdc0 only make AccountManager throw an exception on blocking calls in the UI thread if the application's SDK is froyo or later by Fred Quintana · 14 years ago
  56. 307da1a enhance the sync manager backoff logic and add support for retry-after by Fred Quintana · 15 years ago
  57. 3084a6f rename testHasFeatures to hasFeatures by Fred Quintana · 15 years ago
  58. bb68a4f add AccountManager.testHasFeatures() to make it easy to check if a given account has a set of features by Fred Quintana · 15 years ago
  59. 1060147 am 80410b55: am 42c98ada: Still use ro.monkey by Ying Wang · 15 years ago
  60. 42c98ad Still use ro.monkey by Ying Wang · 15 years ago
  61. 24c1006 am 5c529a0c: am 08fa1428: Rename ro.monkey to monkey.running by Ying Wang · 15 years ago
  62. 08fa142 Rename ro.monkey to monkey.running by Ying Wang · 15 years ago
  63. 0b95785 am 74f7b139: am f307ec5d: Merge change Iafa92b8f into eclair-mr2 by Fred Quintana · 15 years ago
  64. afa92b8 remove accounts for authenticators that are uninstalled by Fred Quintana · 15 years ago
  65. a8529f6 Encrypted File Systems Project. Installer modifications. by Oscar Montemayor · 15 years ago
  66. 735f455 resolved conflicts for merge of ae0cf6dc to eclair-mr2 by Fred Quintana · 15 years ago
  67. 5ebbb4a Make the RegisteredSErvices Cache not allow the registered service for a by Fred Quintana · 15 years ago
  68. 492dbe1 am 4388b988: Merge change Idc4c7714 into eclair by Costin Manolache · 15 years ago
  69. c81e43c resolved conflicts for merge 31957f1b to eclair-mr2 by Marco Nelissen · 15 years ago
  70. 88a211b Revert the changes that introduced new exception that wouldn't have occured before, applications don't seem to be able to handle them and we get crashes. by Costin Manolache · 15 years ago
  71. 31957f1 - add javadoc for the account manager by Fred Quintana · 15 years ago
  72. 885cfc2 make the password-clearing algorithm smarter by Doug Zongker · 15 years ago
  73. 1a23191 fix build by Fred Quintana · 15 years ago
  74. b839afc remove the bind helper and bind directly by Fred Quintana · 15 years ago
  75. 7fa8c50 make erase-password-on-SIM-change optional by Doug Zongker · 15 years ago
  76. f7ae77c account manager api review changes by Fred Quintana · 15 years ago
  77. 3348f14 Remove GAIA string by Costin Manolache · 15 years ago
  78. 1cd7d0e Implement the checkin option in AccountManagerService.dump() by Jason Parks · 15 years ago
  79. 50c05f3 Delay broadcasting ACCOUNTS_CHANGED until we're certain AndroidId is ready. by Jim Miller · 15 years ago
  80. 86bd084 do not use transactions for calls that just read the DB by Fred Quintana · 15 years ago
  81. 3ecd5f4 - Make the AccountManagerService delete accounts that by Fred Quintana · 15 years ago
  82. 6dfd138 remove the signin required notification as when the signin is successful by Fred Quintana · 15 years ago
  83. ee452ee Combine the "Permission Requested" title and subtitle into one string. by Eric Fischer · 15 years ago
  84. 33f889a change to use the new CALLER_IS_SYNCADAPTER flag by Fred Quintana · 15 years ago
  85. 27844c3 Enable log message for tracking issue #2092299. by Jim Miller · 15 years ago
  86. 5b46247 Fix some sign in errors. by jsh · 15 years ago
  87. 7be5964 - make it ok to modify the accounts before boot by Fred Quintana · 15 years ago
  88. ffd0cb0 do not merge: cherrypicked 3710f390968e683a0ad3adf0b517dfcade3564ce from master branch by Fred Quintana · 15 years ago
  89. d4a1d2e add account manager permission checking by Fred Quintana · 15 years ago
  90. 9788976 add icon and label to the authenticator description by Fred Quintana · 15 years ago
  91. 718d8a2 decouple SyncAdapter from ContentProvider by Fred Quintana · 15 years ago
  92. 3326920 adding concept of features to accounts by Fred Quintana · 15 years ago
  93. 26fc5eb AI 145535: reenable the signin notifications by Fred Quintana · 15 years ago
  94. a698f42 AI 145177: phase two of the AccountManager by Fred Quintana · 15 years ago
  95. 6030734 Automated import from //branches/master/...@142414,142414 by Fred Quintana · 15 years ago