1. a8868bf Fix another AddAccountSettings memory leak by tiansiming · 7 years ago
  2. 5fdb88c Merge "Use noteOpNoThrow instead in AMS" into oc-mr1-dev am: d3293ab4c5 by Tony Mak · 7 years ago
  3. 58f2815 Use noteOpNoThrow instead in AMS by Tony Mak · 7 years ago
  4. 9e4e96d Fix typo in removeAccountExplicitly log message by Brandon Weeks · 7 years ago
  5. cdd685c Use all certs for computing package signing sha256 by Svetoslav Ganov · 7 years ago
  6. 6e6af8a Fix Android O: AccountManager API not working in managed profile. am: 9ae597b6f2 by sunjian · 7 years ago
  7. 9ae597b6 Fix Android O: AccountManager API not working in managed profile. by sunjian · 7 years ago
  8. 6d14d77 dump visiblity table in dumpsys accounts by Tony Mak · 7 years ago
  9. 945c97e Purge user data on ACTION_USER_REMOVED by Fyodor Kupolov · 7 years ago
  10. 18f0ca9 Don't lock database when token is read from customToken cache in AccountManagerService. by Dmitry Dementyev · 7 years ago
  11. bdabd40 Currently, when an account with USER_MANAGED_NOT_VISIBLE is chosen by sunjian · 7 years ago
  12. d722e78 KEY_INTENT shouldn't grant permissions. by Jeff Sharkey · 7 years ago
  13. da93f30 Merge "Notify registered packages of visible accounts change when authenticators get uninstalled." into oc-dev by Jian Sun · 7 years ago
  14. 066aa5e Notify registered packages of visible accounts change when by sunjian · 7 years ago
  15. b6fb6f2 Update AccountManagerService side logic for .getAccountsByTypeForPackage with null type. am: d62dc39dc5 by sunjian · 7 years ago
  16. d62dc39 Update AccountManagerService side logic for .getAccountsByTypeForPackage by sunjian · 7 years ago
  17. 2ca9937 Merge "Fix visibility issue in AccountManager.getAuthTokenByFeatures." into oc-dev am: f1946baae7 by Jian Sun · 7 years ago
  18. f29d549 Fix visibility issue in AccountManager.getAuthTokenByFeatures. by sunjian · 7 years ago
  19. 932f0e60 Merge "Close logging statement when stopping user" by TreeHugger Robot · 7 years ago
  20. 56e158f Close logging statement when stopping user by Fyodor Kupolov · 7 years ago
  21. c7770d6 accounts: resolve error-prone warnings by Andrew Scull · 7 years ago
  22. 1827f12 Merge "Don't request account access for apps if it is explictly made not visible to them." into oc-dev by TreeHugger Robot · 7 years ago
  23. 7b3ea13 Don't request account access for apps if it is explictly made not visible to them. by Dmitry Dementyev · 7 years ago
  24. ce25ed2 Close databases in onStop user by Fyodor Kupolov · 7 years ago
  25. cbe1bd1 Use invalid package names for special keys in AccountManager. by Dmitry Dementyev · 7 years ago
  26. b6a7dc0 Update PACKAGE_REMOVED broadcast. by Dmitry Dementyev · 7 years ago
  27. fea6f7b Remove long standing debug code by Julia Reynolds · 7 years ago
  28. a461e30 Add ACTION_ACCOUNT_REMOVED to Account Manager. by Dmitry Dementyev · 7 years ago
  29. d6f0672 Make visible only accounts for which authenticator supports contacts operations by Dmitry Dementyev · 7 years ago
  30. 5c80deb Clear calling identity before getUserAccounts in AccountManagerService by Dmitry Dementyev · 7 years ago
  31. 717a881 standardize account manager notification IDs by Chris Wren · 7 years ago
  32. fe9a53b Consistent dump() permission checking. by Jeff Sharkey · 7 years ago
  33. 4411625 Merge "standardize system notification IDs" into oc-dev by Chris Wren · 7 years ago
  34. 282cfef standardize system notification IDs by Chris Wren · 7 years ago
  35. cfd0e95d Merge "Optimized locking for get/setUserData" into oc-dev by Fyodor Kupolov · 7 years ago
  36. 16bedd4 Do not hold locks when calling getAccounts by Fyodor Kupolov · 7 years ago
  37. 3d73499 Optimized locking for get/setUserData by Fyodor Kupolov · 7 years ago
  38. 9ac40f1 Only use cacheLock when it's needed by Fyodor Kupolov · 7 years ago
  39. 8cd927d Introduced additional lock - dbLock by Fyodor Kupolov · 7 years ago
  40. 71fa526 Add cache for Account Visibility values. by Dmitry Dementyev · 7 years ago
  41. db61e6f Merge "Remove conversion from uid to package name getAccountsFromCacheLocked" by Dmitry Dementyev · 7 years ago
  42. 57064b0 Merge "Do not check targetSdkVersion if only one package" by TreeHugger Robot · 7 years ago
  43. 3560f84 AccountManagerService send pkg uid when creating notification channel by Geoffrey Pitsch · 7 years ago
  44. 16e3789 Remove conversion from uid to package name getAccountsFromCacheLocked by Dmitry Dementyev · 7 years ago
  45. 892fc8d Do not check targetSdkVersion if only one package by Fyodor Kupolov · 7 years ago
  46. da59692 Merge "Move Accounts NotificationChannel earlier, before clearCallingIdentity" by TreeHugger Robot · 7 years ago
  47. 8882d88 Implement runtime account update notifications. by Dmitry Dementyev · 7 years ago
  48. 4d0f085 Move Accounts NotificationChannel earlier, before clearCallingIdentity by Geoffrey Pitsch · 7 years ago
  49. ef1ab44 Merge "Handle stopped users in onCleanupUser" by Fyodor Kupolov · 7 years ago
  50. b9da4e4 Handle stopped users in onCleanupUser by Fyodor Kupolov · 7 years ago
  51. 538d5a3 Merge "Allows AccountManager to start exported activities." by Dmitry Dementyev · 7 years ago
  52. d5210ba Allows AccountManager to start exported activities. by Dmitry Dementyev · 7 years ago
  53. 7cceabc Merge "Use opPackageName to filter accounts in getAccountsAsUserForPakage method." by Dmitry Dementyev · 7 years ago
  54. 5159f43 Use opPackageName to filter accounts in getAccountsAsUserForPakage method. by Dmitry Dementyev · 7 years ago
  55. 0b67642 Use correct package name in AccountManagerService ACTION_PACKAGE_REMOVED by Dmitry Dementyev · 7 years ago
  56. c34a48d Use LinedHashMap in AccountManagerService to return accounts in the by Dmitry Dementyev · 7 years ago
  57. af759c5 Channels for Frameworks notifications by Geoffrey Pitsch · 7 years ago
  58. bded68f Send LOGIN_ACCOUNTS_CHANGED broadcast to manifest receivers by Christopher Tate · 7 years ago
  59. 06f32e0 Update AccountManager getAccountVisibility method to better handle default cases. by Dmitry Dementyev · 7 years ago
  60. 876f266 Merge "Fix AccountManagerService caused by empty package names list." by TreeHugger Robot · 7 years ago
  61. 5e46e57 Fix AccountManagerService caused by empty package names list. by Dmitry Dementyev · 7 years ago
  62. f88ebeb Use correct packageName for checking if it belongs to callingUid. by Sudheer Shanka · 7 years ago
  63. f794c8d GET_ACCOUNTS_PRIVILEGED permission check for Account Discovery API. by Dmitry Dementyev · 7 years ago
  64. 6fe34fcb Fix AccountsDb update. by Dmitry Dementyev · 7 years ago
  65. e366f82 Update Account Discovery API. by Dmitry Dementyev · 7 years ago
  66. 01985ff Implement Account Discovery API. by Dmitry Dementyev · 7 years ago
  67. 2ae6409 Update Account Manager to use latest version of account discovery API. by Dmitry Dementyev · 8 years ago
  68. 2e22cfb Revert "Implement Account Discovery API." by Dmitry Dementyev · 8 years ago
  69. 58fa8362 Implement Account Discovery API. by Dmitry Dementyev · 8 years ago
  70. 5274547 Update account visibility API. by Dmitry Dementyev · 8 years ago
  71. 98e9e85 Always delete from CE table in removeAccountInternal by Fyodor Kupolov · 8 years ago
  72. 3f5de07 Merge "Add visibility table to account manager database." by TreeHugger Robot · 8 years ago
  73. e576862 Add visibility table to account manager database. by Dmitry Dementyev · 8 years ago
  74. cf50dcf Correctly update database during account rename. by Dmitry Dementyev · 8 years ago
  75. dc589ac Update usage of ActivityManagerNative. by Sudheer Shanka · 8 years ago
  76. 79d138e Tests for AccountsDb by Fyodor Kupolov · 8 years ago
  77. 00de49e Introduced AccountDb API replacing helpers by Fyodor Kupolov · 8 years ago
  78. da99380 Added dependency injection for testing by Fyodor Kupolov · 8 years ago
  79. 33d2417 Merge "Use tokens instead of account access trackers" by TreeHugger Robot · 8 years ago
  80. c1c0d1c Use tokens instead of account access trackers by Svet Ganov · 8 years ago
  81. 5c4a512 Fix a bad merge by Svet Ganov · 8 years ago
  82. 1ce0161 Extracted persistence layer into a separate class by Fyodor Kupolov · 8 years ago
  83. 746aa69 Merge "Add access tracker to renamed accounts" by TreeHugger Robot · 8 years ago
  84. 5d09c99 Backup account access grants by Svet Ganov · 8 years ago
  85. 57f6259 Add access tracker to renamed accounts by Svetoslav Ganov · 8 years ago
  86. f6d424f1 While-list apps to access account if already saw it by Svet Ganov · 8 years ago
  87. f7d8df1 Don't crash in AccountManagerService if a uid has no packages by Nicolas Prevot · 8 years ago
  88. 0f149f4 Update services info before returning authenticators am: 814464894c am: 7540b79fee am: 69192b00e6 by Fyodor Kupolov · 8 years ago
  89. ecbe89d Use correct UID checks and proper database lookup am: 7ee37f48dc am: dc33730c05 by Svetoslav Ganov · 8 years ago
  90. 8873aa3 Do not start new threads in AccountManagerService by Fyodor Kupolov · 8 years ago
  91. 7540b79 Update services info before returning authenticators am: 814464894c by Fyodor Kupolov · 8 years ago
  92. 8144648 Update services info before returning authenticators by Fyodor Kupolov · 8 years ago
  93. 7ee37f4 Use correct UID checks and proper database lookup by Svetoslav Ganov · 8 years ago
  94. 9a79a4b Merge "resolve merge conflicts of eeeebd3 to master" by Svetoslav Ganov · 8 years ago
  95. 14fc197 In AccountManagerService, don't crash if there's no dpm. by Nicolas Prevot · 8 years ago
  96. 890a210 resolve merge conflicts of eeeebd3 to master by Svet Ganov · 8 years ago
  97. 5cb2973 Only sync adapters with access can see an account - framework by Svetoslav Ganov · 8 years ago
  98. 368aa19 Only return password for account session flow if the caller is signed by Hongming Jin · 8 years ago
  99. 1e8a94b Extracted persistence logic into AccountsDbUtils by Fyodor Kupolov · 8 years ago
  100. 69990d9 Fixed isAccountVisible and Visibility Constraints by Tejas Khorana · 8 years ago