1. b690762 Remove hidden shared account methods from AccountManager.java by Dmitry Dementyev · 4 years, 7 months ago
  2. c665fed docs: Added consent notice re. getAccounts() by Kevin Hufnagle · 4 years, 10 months ago
  3. 31755f9 Limit access to suspected false positives. by Mathew Inwood · 6 years ago
  4. 16d6975 Document AccountManager method failures for locked user. by Dmitry Dementyev · 6 years ago
  5. 1fde99a Add @UnsupportedAppUsage annotations by Mathew Inwood · 6 years ago
  6. ad357d1 Pass in the user defined by Context. by Jeff Sharkey · 6 years ago
  7. ce8db99 Add more IntDef prefixes for auto-documenting. by Jeff Sharkey · 7 years ago
  8. c9117dd Merge "Fix AddAccountSettings memory leak" am: 104501fa29 am: c17b4e5a14 by Fyodor Kupolov · 7 years ago
  9. f58793c Fix AddAccountSettings memory leak by tiansiming · 7 years ago
  10. 67f9d50 Fix broken javadocs. by Jeff Sharkey · 7 years ago
  11. 87d0c3c Improve documentation for custome token. by sunjian · 7 years ago
  12. f1946ba Merge "Fix visibility issue in AccountManager.getAuthTokenByFeatures." into oc-dev by Jian Sun · 7 years ago
  13. f29d549 Fix visibility issue in AccountManager.getAuthTokenByFeatures. by sunjian · 7 years ago
  14. d86b8fe Annotate @SystemApi with required permissions. by Jeff Sharkey · 7 years ago
  15. 85d8a34 Update AccountManager visibility JavaDoc. by Dmitry Dementyev · 7 years ago
  16. cbe1bd1 Use invalid package names for special keys in AccountManager. by Dmitry Dementyev · 7 years ago
  17. b6a7dc0 Update PACKAGE_REMOVED broadcast. by Dmitry Dementyev · 7 years ago
  18. a461e30 Add ACTION_ACCOUNT_REMOVED to Account Manager. by Dmitry Dementyev · 7 years ago
  19. d6f0672 Make visible only accounts for which authenticator supports contacts operations by Dmitry Dementyev · 7 years ago
  20. 0f8bba0 Update AccountManager JavaDoc. by Dmitry Dementyev · 7 years ago
  21. 8882d88 Implement runtime account update notifications. by Dmitry Dementyev · 7 years ago
  22. 32ee8ee Create new BroadcastBehavior annotation. by Jeff Sharkey · 7 years ago
  23. 06f32e0 Update AccountManager getAccountVisibility method to better handle default cases. by Dmitry Dementyev · 7 years ago
  24. f88ebeb Use correct packageName for checking if it belongs to callingUid. by Sudheer Shanka · 7 years ago
  25. e366f82 Update Account Discovery API. by Dmitry Dementyev · 7 years ago
  26. 01985ff Implement Account Discovery API. by Dmitry Dementyev · 7 years ago
  27. 2ae6409 Update Account Manager to use latest version of account discovery API. by Dmitry Dementyev · 8 years ago
  28. 2e22cfb Revert "Implement Account Discovery API." by Dmitry Dementyev · 8 years ago
  29. 58fa8362 Implement Account Discovery API. by Dmitry Dementyev · 8 years ago
  30. 5274547 Update account visibility API. by Dmitry Dementyev · 8 years ago
  31. d469612 Update strings by Svet Ganov · 8 years ago
  32. c1c0d1c Use tokens instead of account access trackers by Svet Ganov · 8 years ago
  33. f6d424f1 While-list apps to access account if already saw it by Svet Ganov · 8 years ago
  34. 890a210 resolve merge conflicts of eeeebd3 to master by Svet Ganov · 8 years ago
  35. eeeebd3 Only sync adapters with access can see an account - framework am: 5cb2973495 by Svetoslav Ganov · 8 years ago
  36. 5cb2973 Only sync adapters with access can see an account - framework by Svetoslav Ganov · 8 years ago
  37. 368aa19 Only return password for account session flow if the caller is signed by Hongming Jin · 8 years ago
  38. 5edff3b Account Manager Push API by Tejas Khorana · 8 years ago
  39. 8b44275 AccountManager: Make account session APIs public api. by Hongming Jin · 8 years ago
  40. 5a2dccb Merge "introduce GET_PASSWORD_PRIVILEDGED permission." into nyc-dev am: bb5e52f by Carlos Valdivia · 8 years ago
  41. 51b651a introduce GET_PASSWORD_PRIVILEDGED permission. by Carlos Valdivia · 8 years ago
  42. 0f0fba7 Merge "Revert "Permissions: Get rid of GET_ACCOUNTS"" into nyc-dev by Ian Pedowitz · 8 years ago
  43. 358e51f Revert "Permissions: Get rid of GET_ACCOUNTS" by Ian Pedowitz · 8 years ago
  44. 71dfb16 Merge "Permissions: Get rid of GET_ACCOUNTS" into nyc-dev am: 658e4c5ece by Carlos Valdivia · 8 years ago
  45. d396005 Permissions: Get rid of GET_ACCOUNTS by Carlos Valdivia · 8 years ago
  46. 917fe2f Merge "When system server goes down, crash apps more." into nyc-dev by Jeff Sharkey · 8 years ago
  47. f888056 When system server goes down, crash apps more. by Jeff Sharkey · 8 years ago
  48. f2c5157 Merge "onAccountsUpdated shouldn\'t be called back after listener unregistered" by Amith Yamasani · 8 years ago
  49. bf33bd4 Revert "Permissions: Get rid of GET_ACCOUNTS" by Carlos Valdivia · 8 years ago
  50. 3cdbc80 Merge "Permissions: Get rid of GET_ACCOUNTS" by Carlos Valdivia · 8 years ago
  51. 0b84b45 AccountManager: add finishSessionAsUser api. by Sandra Kwan · 8 years ago
  52. 918c55a Permissions: Get rid of GET_ACCOUNTS by Carlos Valdivia · 9 years ago
  53. 390c9d2 AccountManager: add isCredentialsUpdateSuggested API. by Sandra Kwan · 9 years ago
  54. 1274787 User creation with an intent by Amith Yamasani · 9 years ago
  55. a578d11 AccountManager: make account session APIs SystemApi. by Sandra Kwan · 9 years ago
  56. 8d3e159 onAccountsUpdated shouldn't be called back after listener unregistered by Hiroaki Kuriyama · 9 years ago
  57. 920f6ef AccountManager: add finishSession(...) API. by Sandra Kwan · 9 years ago
  58. e68c37e AccountManager: add startUpdateCredentials API. by Sandra Kwan · 9 years ago
  59. 7881228 AccountManager: add startAddAccount API. by Sandra Kwan · 9 years ago
  60. 02cb6e7 Added --restricted option for create-user command by Fyodor Kupolov · 9 years ago
  61. 9249a90 Revert "Added --restricted option for create-user command" by Bart Sears · 9 years ago
  62. 737b216 Added --restricted option for create-user command by Fyodor Kupolov · 9 years ago
  63. f3f02ac Add get_accounts app op by Svetoslav · 9 years ago
  64. ce852dd Add get_accounts app op by Svetoslav · 9 years ago
  65. 75f68ce Clean up USER_OWNER in AccountManager by Xiaohui Chen · 9 years ago
  66. 6cc066d Revert "Revert "Permissions: GET_ACCOUNTS permission cleanup"" by Ian Pedowitz · 9 years ago
  67. 845d14d Revert "Permissions: GET_ACCOUNTS permission cleanup" by Ian Pedowitz · 9 years ago
  68. 26ae600 Merge "Permissions: GET_ACCOUNTS permission cleanup" into mnc-dev by Carlos Valdivia · 9 years ago
  69. e7ed827 Permissions: GET_ACCOUNTS permission cleanup by Carlos Valdivia · 9 years ago
  70. 210bace [Improve docs for AccountManager] by Simranjit Singh Kohli · 9 years ago
  71. 3c9c71d Prevent null allowableAccounts from crashing by Craig Lafayette · 9 years ago
  72. a3db8ac Revert "Revert "Security: AccountChooser shouldn't auto reveal accounts."" by Carlos Valdivia · 9 years ago
  73. f2d248d Revert "Security: AccountChooser shouldn't auto reveal accounts." by Baligh Uddin · 9 years ago
  74. c3b3f46 Security: AccountChooser shouldn't auto reveal accounts. by Carlos Valdivia · 9 years ago
  75. c37ee22 Tweak GET_ACCOUNTS behavior and improve memory. by Carlos Valdivia · 9 years ago
  76. 0b8a7c0 [Modify LastAuthenticatedTimestamp behaviour]: by Simranjit Singh Kohli · 9 years ago
  77. 6eb73a5 Revert "Revert "Permissions: Fix account related permissions."" by Carlos Valdivia · 9 years ago
  78. dcddc47 Revert "Permissions: Fix account related permissions." by Carlos Valdivia · 9 years ago
  79. ffb4602 Permissions: Fix account related permissions. by Carlos Valdivia · 9 years ago
  80. 734f8fb [ChooseAccount/AccountManager.newChooseAccountIntent Bug Fixes] by Simranjit Singh Kohli · 9 years ago
  81. 80b530a Add permission annotations on the AccountManager by Tor Norbye · 9 years ago
  82. 1663b44 [Update API]: by Simranjit Singh Kohli · 9 years ago
  83. 6c7c4ad [Auth:Last Credentials Timing] : Introducing API by Simranjit Singh Kohli · 9 years ago
  84. 22dc3b7 New AccountManager method to copy accounts between users. by Esteban Talavera · 10 years ago
  85. 8778f99 [RemoveAccount API]: Adding support for intent. by Simranjit Singh Kohli · 10 years ago
  86. f193b9a Allow authenticators to rename accounts. by Carlos Valdivia · 10 years ago
  87. 999d394 Ads per-user APIs to manage accounts through the AccountManager by Alexandra Gherghina · 10 years ago
  88. c1cf161 Modifies APIs for retrieving managed profile accounts. by Alexandra Gherghina · 10 years ago
  89. 423f8a8 am 2618ac55: am a37bda7b: am 468d82bb: am 6bf45dc7: am b6a35268: B9257437: Typo in javadoc for AccountManager by Joe Malin · 11 years ago
  90. b6a3526 B9257437: Typo in javadoc for AccountManager by Joe Malin · 11 years ago
  91. 3b458ad Improve API and documentation by Amith Yamasani · 11 years ago
  92. 27db468 Block access to accounts for limited users. by Amith Yamasani · 11 years ago
  93. 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
  94. f783ce5 Doc update: incorrect method name by kmccormick · 11 years ago
  95. 3df7d69 AccountManager changes for profile seeding. by Jatin Lodhia · 11 years ago
  96. df2e92a Application restrictions API by Amith Yamasani · 11 years ago
  97. 12b8e13 Move the account picker class name to a config resource. by Amith Yamasani · 11 years ago
  98. 67df64b Shared accounts and sharing of apps by Amith Yamasani · 12 years ago
  99. 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
  100. 2c7bc26 Authenticate correct user's account when pattern fails multiple times. by Amith Yamasani · 12 years ago