1. 86e0935 am ebb97455: am 62dee3d8: am 0fca2a3e: Merge "Fix build, only invalidate when creating user." into jb-mr1-dev by Jeff Sharkey · 12 years ago
  2. 4a55653 am abd0c099: am 45ed828a: am c85e16ca: Merge "Make RegisteredServicesCache multi-user aware." into jb-mr1-dev by Jeff Sharkey · 12 years ago
  3. 9d0791b Fix build, only invalidate when creating user. by Jeff Sharkey · 12 years ago
  4. 6ab72d7 Make RegisteredServicesCache multi-user aware. by Jeff Sharkey · 12 years ago
  5. d6a2666 am 1f7a6220: am cd11b223: Merge "Fix issue #7214090: Need to be able to post notifications to all users" into jb-mr1-dev by Dianne Hackborn · 12 years ago
  6. 50cdf7c3 Fix issue #7214090: Need to be able to post notifications to all users by Dianne Hackborn · 12 years ago
  7. dbef28a am 4dc67287: am 836033d6: Merge "Update account list on account picker activity resume" into jb-mr1-dev by Jatin Lodhia · 12 years ago
  8. 8d16778 Update account list on account picker activity resume by Jatin Lodhia · 12 years ago
  9. 0d42d54 Merge "Fix docs typo: startActivityWithResult should be startActivityForResult." by Mark Fickett · 12 years ago
  10. ab249e0 Fix docs typo: startActivityWithResult should be startActivityForResult. by Mark Fickett · 12 years ago
  11. 2701f32 Merge "Remove Binder.getOrigCallingUid()." into jb-mr1-dev by Dianne Hackborn · 12 years ago
  12. 61f5737 Centralize the creation of the user system directory by Amith Yamasani · 12 years ago
  13. 4120375 Remove Binder.getOrigCallingUid(). by Dianne Hackborn · 12 years ago
  14. 79af1dd Switch public APIs to use new UserHandle class for identifying users. by Dianne Hackborn · 12 years ago
  15. 2a00329 UserHandle to UserSerialNo mapping by Amith Yamasani · 12 years ago
  16. f02b60a Rename UserId to UserHandle. by Dianne Hackborn · 12 years ago
  17. 258848d User Manager service to manage users and query user details by Amith Yamasani · 12 years ago
  18. b4163a6 Add APIs for interacting across users. by Dianne Hackborn · 12 years ago
  19. 26ff662 Delay AccountManagerService initialization by Kenny Root · 12 years ago
  20. 9530e3a Added or fixed doctrings for required permissions. by Nicolas Falliere · 12 years ago
  21. 6cab5e8 Fix bug where existing account not pre-checked by Alice Yang · 12 years ago
  22. 90f658e Merge "Preserve account list in order of creation in the database." into jb-dev by Amith Yamasani · 12 years ago
  23. b483a99 Preserve account list in order of creation in the database. by Amith Yamasani · 12 years ago
  24. 3c144c3 Merge "Add an updateAppPermission() API call to the AccountManagerService AIDL and have the GrantCredentialsPermissionActivity call that instead of a static so that it can be made to run in a different process than the AccountManagerService. Protect this call by checking that the caller has the same UID as the system process." into jb-dev by Fred Quintana · 12 years ago
  25. 727c599 New UI for account picker by Alice Yang · 12 years ago
  26. d9640ec Add an updateAppPermission() API call to the AccountManagerService AIDL by Fred Quintana · 12 years ago
  27. cf0a881 Streamline the logic to add account. by Carlos Valdivia · 12 years ago
  28. 856fbbe Merge "Don't migrate accounts.db if already migrated." by Amith Yamasani · 12 years ago
  29. a23bb38 Don't migrate accounts.db if already migrated. by Amith Yamasani · 12 years ago
  30. f29f236 Fix a race condition in SyncManager.onAccountsUpdated() by Amith Yamasani · 12 years ago
  31. 1359360 User management and switching by Amith Yamasani · 12 years ago
  32. f57bdf3 Merge "Fix an initialization ordering bug due to the userprofile changes." by Fred Quintana · 12 years ago
  33. 70e6190 Fix an initialization ordering bug due to the userprofile changes. by Fred Quintana · 12 years ago
  34. 219be44 Merge "Bind to the correct instance of the authenticator service." by Amith Yamasani · 12 years ago
  35. 34daa75 Bind to the correct instance of the authenticator service. by Amith Yamasani · 12 years ago
  36. c6b0f99 Use renameTo safely when creating the user 0 account database by Marc Blank · 12 years ago
  37. f76a50c Fix obvious typos under frameworks/base/core by Ken Wakasa · 12 years ago
  38. 04e0d26 Make SyncManager and AccountManagerService multi-user aware. by Amith Yamasani · 12 years ago
  39. 2f36229 Use Map.Entry, not HashMap.Entry by Andy McFadden · 13 years ago
  40. 2becf93 When in the Choose Account flow if the accounts list display was initially by Fred Quintana · 13 years ago
  41. 166466d Fixed a bug that causes AccountManager calls to hang forever, eventually by Fred Quintana · 13 years ago
  42. 01df6a8 fix bug where the instance saving of the ChooseTypeAndAccountActivity by Fred Quintana · 13 years ago
  43. e9095bd reworked the flow in the account chooser by Fred Quintana · 13 years ago
  44. 6d288bd Merge "b/5399355 StringIndexOutOfBoundsException from AccountManagerService" by Costin Manolache · 13 years ago
  45. 85e7279 b/5399355 StringIndexOutOfBoundsException from AccountManagerService by Costin Manolache · 13 years ago
  46. 3abd75b Add DUMP permission checks to services by Kenny Root · 13 years ago
  47. 9bbdd0b Fix a bug in the account chooser where relaunching an in-progress flow by Fred Quintana · 13 years ago
  48. a77253a An extra is being written as one type and read as the wrong type. by Fred Quintana · 13 years ago
  49. d88324d Fixed the javadoc for AccountManager.newChooseAccountIntent() by Fred Quintana · 13 years ago
  50. b04fe4e Continuation of the unified account chooser flow. by Fred Quintana · 13 years ago
  51. 1121bb5 Add a generic account chooser/add account flow for apps. by Fred Quintana · 13 years ago
  52. e5847ad b/5316640 fix bundle add by Costin Manolache · 13 years ago
  53. b61e8fb For consistency with getAuthToken, pass UID/PID for add account. Needed for customizing the add account flow by Costin Manolache · 13 years ago
  54. ad93a32 Add a form of getAuthToken that both accepts an options Bundle and by Fred Quintana · 13 years ago
  55. 5d1a0c3 Make the AbstractAccountAuthenticator return an error to the AccountManagerService by Fred Quintana · 13 years ago
  56. 46703b0 Tolerate missing AccountManager resource, not just missing resource name by Brian Carlstrom · 13 years ago
  57. 9ab66ff resolved conflicts for merge of 17f95e92 to honeycomb-plus-aosp by repo sync · 13 years ago
  58. eedb4df remove the code that clears the passwords when the sim by Fred Quintana · 13 years ago
  59. f9f240e Fix a deadlock in AccountManagerService cause by different by Fred Quintana · 13 years ago
  60. ef419b2 DO NOT MERGE by Costin Manolache · 13 years ago
  61. 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
  62. c1a4e5d Make the AccountManagerService clear old grants when the package by Fred Quintana · 13 years ago
  63. e3e5b09 remove the code that clears the passwords when the sim by Fred Quintana · 13 years ago
  64. 9d72be3 Add TelephonyManager.getCurrentPhoneType by Wink Saville · 14 years ago
  65. b324911 Merge "If 'customTokens', let authenticator handle notification." into honeycomb by Costin Manolache · 14 years ago
  66. d606045 If 'customTokens', let authenticator handle notification. by Costin Manolache · 14 years ago
  67. c91466f Fix bug 3378333 - Holo-style layout for granting permissions by Adam Powell · 14 years ago
  68. 795f135 Fix bug #3338957 (Account Picker and Account type picker need love) by Fabrice Di Meglio · 14 years ago
  69. f5ffe89 Token cache was not reset on password change by Costin Manolache · 14 years ago
  70. 9ec1736 Add back NEW_TASK flag. by Costin Manolache · 14 years ago
  71. c6684f9 Fix previous quick fix, LoginOptions is final. by Costin Manolache · 14 years ago
  72. 75b8fc7 Fix NPE, caller may not pass loginOptions. by Costin Manolache · 14 years ago
  73. 3b4fcbc Add ActivityManager#isRunningInTestHarness() public API. by Brett Chabot · 14 years ago
  74. afd2f54 remove the hack to delay the accounts changed intent for the first account by Fred Quintana · 14 years ago
  75. a40c630 Add a new attribute to auth descriptors to indicate custom handling of permission and token caching by Costin Manolache · 14 years ago
  76. 5d275bb Fix bug in permission grant system. by Costin Manolache · 14 years ago
  77. 5f383ad9 Fix bug in permission grant system. by Costin Manolache · 14 years ago
  78. 56285a6 add caching to the AccountManagerService by Fred Quintana · 14 years ago
  79. ec0c4f4 Remove notifications for account when account is removed. by Costin Manolache · 14 years ago
  80. 1ddf340 am 6f50a956: am 799f2bb0: am b37bca9e: Merge "COMMENT ONLY change to fix some formatting glitches and (more importantly) clarify issues surrounding removed accounts." into froyo by Dan Egnor · 14 years ago
  81. 799f2bb am b37bca9e: Merge "COMMENT ONLY change to fix some formatting glitches and (more importantly) clarify issues surrounding removed accounts." into froyo by Dan Egnor · 14 years ago
  82. 8e4378b COMMENT ONLY change to fix some formatting glitches and by Dan Egnor · 14 years ago
  83. 743dfad fix a bug where some accounts changed listeners don't see the new by Fred Quintana · 14 years ago
  84. 4d8ae85 Add needsOtaServiceProvisioning to Phone. by Wink Saville · 14 years ago
  85. cb3f6e9 am 2aa2f78e: am e8b1971c: Merge "allow null authtokens to invalidateAuthToken" into froyo by Fred Quintana · 14 years ago
  86. f35b68f allow null authtokens to invalidateAuthToken by Fred Quintana · 14 years ago
  87. 1f4df90 DO NOT MERGE by Oscar Montemayor · 14 years ago
  88. 382601f check for nulls by Fred Quintana · 14 years ago
  89. c2e4691 - make the SyncManager add periodic syncs when it upgrades from a by Fred Quintana · 14 years ago
  90. 15a4d2f Add correct copyright headers to multiple files by Kenny Root · 14 years ago
  91. 29e94b8 check if the binding to the authenticator has been disconnected by Fred Quintana · 14 years ago
  92. f0fd843 - add verbose logging to the authenticator by Fred Quintana · 14 years ago
  93. bcfcafe Merge "Defend against an unexpected null bundle that causes blockingGetAuthToken() to throw an NPE." by Fred Quintana · 14 years ago
  94. 96580e0 Defend against an unexpected null bundle that causes blockingGetAuthToken() to throw an NPE. by Fred Quintana · 14 years ago
  95. 20cb56e Fix some bugs. by Dianne Hackborn · 14 years ago
  96. ec8f9b6 Fix misspelling in JavaDoc tag by Kenny Root · 14 years ago
  97. 2622261 fix a system crash that occurs when ChooseAccountActivity is by Fred Quintana · 14 years ago
  98. b38eb14 allow permission USE_CREDENTIALS for AccountManager.invalidateAuthToken as well as the previous MANAGE_ACCOUNTS by Fred Quintana · 14 years ago
  99. 4855965 Merge "- return the accounts when getAccountByTypeAndFeatures is passed a null or empty features set, http://b/issue?id=2467165 - clear the authtokens when the password changes" by Fred Quintana · 14 years ago
  100. d4a9d6c - return the accounts when getAccountByTypeAndFeatures is by Fred Quintana · 14 years ago