1. 8eea3ea Add APIs for obtaining themed Drawable from Theme, Context by Alan Viverette · 11 years ago
  2. 6090995 Remove unused imports from frameworks/base. by John Spurlock · 11 years ago
  3. 64f2227 am 8811154e: am 423f8a8c: am 2618ac55: am a37bda7b: am 468d82bb: am 6bf45dc7: am b6a35268: B9257437: Typo in javadoc for AccountManager by Joe Malin · 11 years ago
  4. 423f8a8 am 2618ac55: am a37bda7b: am 468d82bb: am 6bf45dc7: am b6a35268: B9257437: Typo in javadoc for AccountManager by Joe Malin · 11 years ago
  5. b6a3526 B9257437: Typo in javadoc for AccountManager by Joe Malin · 11 years ago
  6. 5a3915b UX compliance for error messages by Amith Yamasani · 11 years ago
  7. e37c8f7 Merge "Improve API and documentation" into jb-mr2-dev by Amith Yamasani · 11 years ago
  8. 3b458ad Improve API and documentation by Amith Yamasani · 11 years ago
  9. 1b64c9d Fix NPE when restarting ChooseTypeAndAccountActiivty. by Carlos Valdivia · 11 years ago
  10. 23c8b96 Show an error dialog when account type is requested on a limited user by Amith Yamasani · 11 years ago
  11. 27db468 Block access to accounts for limited users. by Amith Yamasani · 11 years ago
  12. da160ec am 6eebd6e6: am 6f50c846: am d2c1e947: am 39f864b1: am 5018688b: Merge "Doc update: incorrect method name" into jb-mr1.1-docs by kmccormick · 11 years ago
  13. f783ce5 Doc update: incorrect method name by kmccormick · 11 years ago
  14. 3df7d69 AccountManager changes for profile seeding. by Jatin Lodhia · 11 years ago
  15. df2e92a Application restrictions API by Amith Yamasani · 12 years ago
  16. 12b8e13 Move the account picker class name to a config resource. by Amith Yamasani · 12 years ago
  17. c8a1ff4 Make account cloning API public by Amith Yamasani · 12 years ago
  18. 67df64b Shared accounts and sharing of apps by Amith Yamasani · 12 years ago
  19. 7a96c39 Move lingering services to services.jar. by Jeff Sharkey · 12 years ago
  20. cb2f707 am cb5cb740: am aecee8a9: am 717797db: am f763b717: Merge "Authenticate correct user\'s account when pattern fails multiple times." into jb-mr1-dev by Amith Yamasani · 12 years ago
  21. 2c7bc26 Authenticate correct user's account when pattern fails multiple times. by Amith Yamasani · 12 years ago
  22. b97c91d am 9fb2695c: am 628025fd: am bd4f2181: Merge "Defer more Account actions until user starting." into jb-mr1-dev by Jeff Sharkey · 12 years ago
  23. e4996bb Defer more Account actions until user starting. by Jeff Sharkey · 12 years ago
  24. 5a5b3b4 am cd25032d: am 21973701: am 0dd0b144: Merge "Include all accounts in dumpsys." into jb-mr1-dev by Jeff Sharkey · 12 years ago
  25. 6eb9620 Include all accounts in dumpsys. by Jeff Sharkey · 12 years ago
  26. 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
  27. 4a55653 am abd0c099: am 45ed828a: am c85e16ca: Merge "Make RegisteredServicesCache multi-user aware." into jb-mr1-dev by Jeff Sharkey · 12 years ago
  28. 9d0791b Fix build, only invalidate when creating user. by Jeff Sharkey · 12 years ago
  29. 6ab72d7 Make RegisteredServicesCache multi-user aware. by Jeff Sharkey · 12 years ago
  30. 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
  31. 50cdf7c3 Fix issue #7214090: Need to be able to post notifications to all users by Dianne Hackborn · 12 years ago
  32. dbef28a am 4dc67287: am 836033d6: Merge "Update account list on account picker activity resume" into jb-mr1-dev by Jatin Lodhia · 12 years ago
  33. 8d16778 Update account list on account picker activity resume by Jatin Lodhia · 12 years ago
  34. 0d42d54 Merge "Fix docs typo: startActivityWithResult should be startActivityForResult." by Mark Fickett · 12 years ago
  35. ab249e0 Fix docs typo: startActivityWithResult should be startActivityForResult. by Mark Fickett · 12 years ago
  36. 2701f32 Merge "Remove Binder.getOrigCallingUid()." into jb-mr1-dev by Dianne Hackborn · 12 years ago
  37. 61f5737 Centralize the creation of the user system directory by Amith Yamasani · 12 years ago
  38. 4120375 Remove Binder.getOrigCallingUid(). by Dianne Hackborn · 12 years ago
  39. 79af1dd Switch public APIs to use new UserHandle class for identifying users. by Dianne Hackborn · 12 years ago
  40. 2a00329 UserHandle to UserSerialNo mapping by Amith Yamasani · 12 years ago
  41. f02b60a Rename UserId to UserHandle. by Dianne Hackborn · 12 years ago
  42. 258848d User Manager service to manage users and query user details by Amith Yamasani · 12 years ago
  43. b4163a6 Add APIs for interacting across users. by Dianne Hackborn · 12 years ago
  44. 26ff662 Delay AccountManagerService initialization by Kenny Root · 12 years ago
  45. 9530e3a Added or fixed doctrings for required permissions. by Nicolas Falliere · 12 years ago
  46. 6cab5e8 Fix bug where existing account not pre-checked by Alice Yang · 12 years ago
  47. 90f658e Merge "Preserve account list in order of creation in the database." into jb-dev by Amith Yamasani · 12 years ago
  48. b483a99 Preserve account list in order of creation in the database. by Amith Yamasani · 12 years ago
  49. 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
  50. 727c599 New UI for account picker by Alice Yang · 12 years ago
  51. d9640ec Add an updateAppPermission() API call to the AccountManagerService AIDL by Fred Quintana · 12 years ago
  52. cf0a881 Streamline the logic to add account. by Carlos Valdivia · 12 years ago
  53. 856fbbe Merge "Don't migrate accounts.db if already migrated." by Amith Yamasani · 12 years ago
  54. a23bb38 Don't migrate accounts.db if already migrated. by Amith Yamasani · 12 years ago
  55. f29f236 Fix a race condition in SyncManager.onAccountsUpdated() by Amith Yamasani · 12 years ago
  56. 1359360 User management and switching by Amith Yamasani · 13 years ago
  57. f57bdf3 Merge "Fix an initialization ordering bug due to the userprofile changes." by Fred Quintana · 13 years ago
  58. 70e6190 Fix an initialization ordering bug due to the userprofile changes. by Fred Quintana · 13 years ago
  59. 219be44 Merge "Bind to the correct instance of the authenticator service." by Amith Yamasani · 13 years ago
  60. 34daa75 Bind to the correct instance of the authenticator service. by Amith Yamasani · 13 years ago
  61. c6b0f99 Use renameTo safely when creating the user 0 account database by Marc Blank · 13 years ago
  62. f76a50c Fix obvious typos under frameworks/base/core by Ken Wakasa · 13 years ago
  63. 04e0d26 Make SyncManager and AccountManagerService multi-user aware. by Amith Yamasani · 13 years ago
  64. 2f36229 Use Map.Entry, not HashMap.Entry by Andy McFadden · 13 years ago
  65. 2becf93 When in the Choose Account flow if the accounts list display was initially by Fred Quintana · 13 years ago
  66. 166466d Fixed a bug that causes AccountManager calls to hang forever, eventually by Fred Quintana · 13 years ago
  67. 01df6a8 fix bug where the instance saving of the ChooseTypeAndAccountActivity by Fred Quintana · 13 years ago
  68. e9095bd reworked the flow in the account chooser by Fred Quintana · 13 years ago
  69. 6d288bd Merge "b/5399355 StringIndexOutOfBoundsException from AccountManagerService" by Costin Manolache · 13 years ago
  70. 85e7279 b/5399355 StringIndexOutOfBoundsException from AccountManagerService by Costin Manolache · 13 years ago
  71. 3abd75b Add DUMP permission checks to services by Kenny Root · 13 years ago
  72. 9bbdd0b Fix a bug in the account chooser where relaunching an in-progress flow by Fred Quintana · 13 years ago
  73. a77253a An extra is being written as one type and read as the wrong type. by Fred Quintana · 13 years ago
  74. d88324d Fixed the javadoc for AccountManager.newChooseAccountIntent() by Fred Quintana · 13 years ago
  75. b04fe4e Continuation of the unified account chooser flow. by Fred Quintana · 13 years ago
  76. 1121bb5 Add a generic account chooser/add account flow for apps. by Fred Quintana · 13 years ago
  77. e5847ad b/5316640 fix bundle add by Costin Manolache · 13 years ago
  78. b61e8fb For consistency with getAuthToken, pass UID/PID for add account. Needed for customizing the add account flow by Costin Manolache · 13 years ago
  79. ad93a32 Add a form of getAuthToken that both accepts an options Bundle and by Fred Quintana · 13 years ago
  80. 5d1a0c3 Make the AbstractAccountAuthenticator return an error to the AccountManagerService by Fred Quintana · 13 years ago
  81. 46703b0 Tolerate missing AccountManager resource, not just missing resource name by Brian Carlstrom · 13 years ago
  82. 9ab66ff resolved conflicts for merge of 17f95e92 to honeycomb-plus-aosp by repo sync · 14 years ago
  83. eedb4df remove the code that clears the passwords when the sim by Fred Quintana · 14 years ago
  84. f9f240e Fix a deadlock in AccountManagerService cause by different by Fred Quintana · 14 years ago
  85. ef419b2 DO NOT MERGE by Costin Manolache · 14 years ago
  86. 082aa9c Merge "Make the AccountManagerService clear old grants when the package that the grants refer to is no longer installed." by Fred Quintana · 14 years ago
  87. c1a4e5d Make the AccountManagerService clear old grants when the package by Fred Quintana · 14 years ago
  88. e3e5b09 remove the code that clears the passwords when the sim by Fred Quintana · 14 years ago
  89. 9d72be3 Add TelephonyManager.getCurrentPhoneType by Wink Saville · 14 years ago
  90. b324911 Merge "If 'customTokens', let authenticator handle notification." into honeycomb by Costin Manolache · 14 years ago
  91. d606045 If 'customTokens', let authenticator handle notification. by Costin Manolache · 14 years ago
  92. c91466f Fix bug 3378333 - Holo-style layout for granting permissions by Adam Powell · 14 years ago
  93. 795f135 Fix bug #3338957 (Account Picker and Account type picker need love) by Fabrice Di Meglio · 14 years ago
  94. f5ffe89 Token cache was not reset on password change by Costin Manolache · 14 years ago
  95. 9ec1736 Add back NEW_TASK flag. by Costin Manolache · 14 years ago
  96. c6684f9 Fix previous quick fix, LoginOptions is final. by Costin Manolache · 14 years ago
  97. 75b8fc7 Fix NPE, caller may not pass loginOptions. by Costin Manolache · 14 years ago
  98. 3b4fcbc Add ActivityManager#isRunningInTestHarness() public API. by Brett Chabot · 14 years ago
  99. afd2f54 remove the hack to delay the accounts changed intent for the first account by Fred Quintana · 14 years ago
  100. a40c630 Add a new attribute to auth descriptors to indicate custom handling of permission and token caching by Costin Manolache · 14 years ago