1. e342309 Fix account filtering for specific package name by Amith Yamasani · 11 years ago
  2. d20ea2f Don't allow non-authorized apps to access auth tokens by Amith Yamasani · 11 years ago
  3. 3b458ad Improve API and documentation by Amith Yamasani · 11 years ago
  4. 23c8b96 Show an error dialog when account type is requested on a limited user by Amith Yamasani · 11 years ago
  5. f4c240e Fixed a NPE in AccountManagerService by Mita Yun · 11 years ago
  6. 5be347b Add new primary accounts to secondary limited users by Amith Yamasani · 11 years ago
  7. 27db468 Block access to accounts for limited users. by Amith Yamasani · 11 years ago
  8. ce66fd7 Merge "AccountManager changes for profile seeding." into jb-mr2-dev by Jatin Lodhia · 11 years ago
  9. 3df7d69 AccountManager changes for profile seeding. by Jatin Lodhia · 11 years ago
  10. e494a81 Merge "Restricted account visibility" into jb-mr2-dev by Amith Yamasani · 11 years ago
  11. 0ac1fc9 Restricted account visibility by Amith Yamasani · 11 years ago
  12. a12fccf Add user restrictions for bluetooth, sideloading, usb file transfer by Maggie Benthall · 11 years ago
  13. 71e6c69 Device Owner, a special kind of device admin by Amith Yamasani · 11 years ago
  14. df2e92a Application restrictions API by Amith Yamasani · 11 years ago
  15. 67df64b Shared accounts and sharing of apps by Amith Yamasani · 12 years ago
  16. e4cf734 Starting point for User Restrictions API by Amith Yamasani · 12 years ago
  17. 27b89e6 Rename bindService to bindServiceAsUser to follow convention. by Amith Yamasani · 12 years ago
  18. 7a96c39 Move lingering services to services.jar. by Jeff Sharkey · 12 years ago[Renamed (99%) from core/java/android/accounts/AccountManagerService.java]
  19. 2c7bc26 Authenticate correct user's account when pattern fails multiple times. by Amith Yamasani · 12 years ago
  20. e4996bb Defer more Account actions until user starting. by Jeff Sharkey · 12 years ago
  21. 6eb9620 Include all accounts in dumpsys. by Jeff Sharkey · 12 years ago
  22. 9d0791b Fix build, only invalidate when creating user. by Jeff Sharkey · 12 years ago
  23. 6ab72d7 Make RegisteredServicesCache multi-user aware. by Jeff Sharkey · 12 years ago
  24. 50cdf7c3 Fix issue #7214090: Need to be able to post notifications to all users by Dianne Hackborn · 12 years ago
  25. 2701f32 Merge "Remove Binder.getOrigCallingUid()." into jb-mr1-dev by Dianne Hackborn · 12 years ago
  26. 61f5737 Centralize the creation of the user system directory by Amith Yamasani · 12 years ago
  27. 4120375 Remove Binder.getOrigCallingUid(). by Dianne Hackborn · 12 years ago
  28. 79af1dd Switch public APIs to use new UserHandle class for identifying users. by Dianne Hackborn · 12 years ago
  29. 2a00329 UserHandle to UserSerialNo mapping by Amith Yamasani · 12 years ago
  30. f02b60a Rename UserId to UserHandle. by Dianne Hackborn · 12 years ago
  31. 258848d User Manager service to manage users and query user details by Amith Yamasani · 12 years ago
  32. b4163a6 Add APIs for interacting across users. by Dianne Hackborn · 12 years ago
  33. 26ff662 Delay AccountManagerService initialization by Kenny Root · 12 years ago
  34. 90f658e Merge "Preserve account list in order of creation in the database." into jb-dev by Amith Yamasani · 12 years ago
  35. b483a99 Preserve account list in order of creation in the database. by Amith Yamasani · 12 years ago
  36. d9640ec Add an updateAppPermission() API call to the AccountManagerService AIDL by Fred Quintana · 12 years ago
  37. 856fbbe Merge "Don't migrate accounts.db if already migrated." by Amith Yamasani · 12 years ago
  38. a23bb38 Don't migrate accounts.db if already migrated. by Amith Yamasani · 12 years ago
  39. f29f236 Fix a race condition in SyncManager.onAccountsUpdated() by Amith Yamasani · 12 years ago
  40. 1359360 User management and switching by Amith Yamasani · 12 years ago
  41. f57bdf3 Merge "Fix an initialization ordering bug due to the userprofile changes." by Fred Quintana · 12 years ago
  42. 70e6190 Fix an initialization ordering bug due to the userprofile changes. by Fred Quintana · 12 years ago
  43. 219be44 Merge "Bind to the correct instance of the authenticator service." by Amith Yamasani · 12 years ago
  44. 34daa75 Bind to the correct instance of the authenticator service. by Amith Yamasani · 12 years ago
  45. c6b0f99 Use renameTo safely when creating the user 0 account database by Marc Blank · 12 years ago
  46. 04e0d26 Make SyncManager and AccountManagerService multi-user aware. by Amith Yamasani · 12 years ago
  47. 2f36229 Use Map.Entry, not HashMap.Entry by Andy McFadden · 13 years ago
  48. 166466d Fixed a bug that causes AccountManager calls to hang forever, eventually by Fred Quintana · 13 years ago
  49. 6d288bd Merge "b/5399355 StringIndexOutOfBoundsException from AccountManagerService" by Costin Manolache · 13 years ago
  50. 85e7279 b/5399355 StringIndexOutOfBoundsException from AccountManagerService by Costin Manolache · 13 years ago
  51. 3abd75b Add DUMP permission checks to services by Kenny Root · 13 years ago
  52. b61e8fb For consistency with getAuthToken, pass UID/PID for add account. Needed for customizing the add account flow by Costin Manolache · 13 years ago
  53. 46703b0 Tolerate missing AccountManager resource, not just missing resource name by Brian Carlstrom · 13 years ago
  54. 9ab66ff resolved conflicts for merge of 17f95e92 to honeycomb-plus-aosp by repo sync · 13 years ago
  55. eedb4df remove the code that clears the passwords when the sim by Fred Quintana · 13 years ago
  56. f9f240e Fix a deadlock in AccountManagerService cause by different by Fred Quintana · 13 years ago
  57. ef419b2 DO NOT MERGE by Costin Manolache · 13 years ago
  58. 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
  59. c1a4e5d Make the AccountManagerService clear old grants when the package by Fred Quintana · 13 years ago
  60. e3e5b09 remove the code that clears the passwords when the sim by Fred Quintana · 13 years ago
  61. 9d72be3 Add TelephonyManager.getCurrentPhoneType by Wink Saville · 13 years ago
  62. d606045 If 'customTokens', let authenticator handle notification. by Costin Manolache · 14 years ago
  63. f5ffe89 Token cache was not reset on password change by Costin Manolache · 14 years ago
  64. 9ec1736 Add back NEW_TASK flag. by Costin Manolache · 14 years ago
  65. c6684f9 Fix previous quick fix, LoginOptions is final. by Costin Manolache · 14 years ago
  66. 75b8fc7 Fix NPE, caller may not pass loginOptions. by Costin Manolache · 14 years ago
  67. 3b4fcbc Add ActivityManager#isRunningInTestHarness() public API. by Brett Chabot · 14 years ago
  68. afd2f54 remove the hack to delay the accounts changed intent for the first account by Fred Quintana · 14 years ago
  69. a40c630 Add a new attribute to auth descriptors to indicate custom handling of permission and token caching by Costin Manolache · 14 years ago
  70. 5d275bb Fix bug in permission grant system. by Costin Manolache · 14 years ago
  71. 5f383ad9 Fix bug in permission grant system. by Costin Manolache · 14 years ago
  72. 56285a6 add caching to the AccountManagerService by Fred Quintana · 14 years ago
  73. ec0c4f4 Remove notifications for account when account is removed. by Costin Manolache · 14 years ago
  74. 743dfad fix a bug where some accounts changed listeners don't see the new by Fred Quintana · 14 years ago
  75. 4d8ae85 Add needsOtaServiceProvisioning to Phone. by Wink Saville · 14 years ago
  76. 382601f check for nulls by Fred Quintana · 14 years ago
  77. c2e4691 - make the SyncManager add periodic syncs when it upgrades from a by Fred Quintana · 14 years ago
  78. 29e94b8 check if the binding to the authenticator has been disconnected by Fred Quintana · 14 years ago
  79. b38eb14 allow permission USE_CREDENTIALS for AccountManager.invalidateAuthToken as well as the previous MANAGE_ACCOUNTS by Fred Quintana · 14 years ago
  80. d4a9d6c - return the accounts when getAccountByTypeAndFeatures is by Fred Quintana · 14 years ago
  81. 8570f74 - fix the AccountManager documentation. http://b/2401790 by Fred Quintana · 14 years ago
  82. 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
  83. 307da1a enhance the sync manager backoff logic and add support for retry-after by Fred Quintana · 15 years ago
  84. 3084a6f rename testHasFeatures to hasFeatures by Fred Quintana · 15 years ago
  85. 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
  86. 1060147 am 80410b55: am 42c98ada: Still use ro.monkey by Ying Wang · 15 years ago
  87. 42c98ad Still use ro.monkey by Ying Wang · 15 years ago
  88. 24c1006 am 5c529a0c: am 08fa1428: Rename ro.monkey to monkey.running by Ying Wang · 15 years ago
  89. 08fa142 Rename ro.monkey to monkey.running by Ying Wang · 15 years ago
  90. 0b95785 am 74f7b139: am f307ec5d: Merge change Iafa92b8f into eclair-mr2 by Fred Quintana · 15 years ago
  91. afa92b8 remove accounts for authenticators that are uninstalled by Fred Quintana · 15 years ago
  92. a8529f6 Encrypted File Systems Project. Installer modifications. by Oscar Montemayor · 15 years ago
  93. 735f455 resolved conflicts for merge of ae0cf6dc to eclair-mr2 by Fred Quintana · 15 years ago
  94. 5ebbb4a Make the RegisteredSErvices Cache not allow the registered service for a by Fred Quintana · 15 years ago
  95. 492dbe1 am 4388b988: Merge change Idc4c7714 into eclair by Costin Manolache · 15 years ago
  96. c81e43c resolved conflicts for merge 31957f1b to eclair-mr2 by Marco Nelissen · 15 years ago
  97. 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
  98. 31957f1 - add javadoc for the account manager by Fred Quintana · 15 years ago
  99. 885cfc23 make the password-clearing algorithm smarter by Doug Zongker · 15 years ago
  100. 1a23191 fix build by Fred Quintana · 15 years ago