summaryrefslogtreecommitdiffstats
path: root/core/java/android/accounts
Commit message (Expand)AuthorAgeFilesLines
* New AccountManager method to copy accounts between users.Esteban Talavera2014-11-142-0/+36
* [RemoveAccount API]: Adding support for intent.Simranjit Singh Kohli2014-11-072-15/+119
* Update string for account manager failuresAlexandra Gherghina2014-07-281-15/+0
* Allow authenticators to rename accounts.Carlos Valdivia2014-07-212-0/+72
* Ads per-user APIs to manage accounts through the AccountManagerAlexandra Gherghina2014-07-174-7/+81
* Modifies APIs for retrieving managed profile accounts.Alexandra Gherghina2014-06-122-2/+46
* Add APIs for obtaining themed Drawable from Theme, ContextAlan Viverette2014-02-032-2/+2
* Remove unused imports from frameworks/base.John Spurlock2013-11-203-6/+0
* am 8811154e: am 423f8a8c: am 2618ac55: am a37bda7b: am 468d82bb: am 6bf45dc7:...Joe Malin2013-06-031-1/+1
|\
| * am 2618ac55: am a37bda7b: am 468d82bb: am 6bf45dc7: am b6a35268: B9257437: Ty...Joe Malin2013-06-031-1/+1
| |\
| | * B9257437: Typo in javadoc for AccountManagerJoe Malin2013-06-031-1/+1
* | | UX compliance for error messagesAmith Yamasani2013-05-301-5/+14
|/ /
* | Merge "Improve API and documentation" into jb-mr2-devAmith Yamasani2013-04-192-0/+18
|\ \
| * | Improve API and documentationAmith Yamasani2013-04-192-0/+18
* | | Fix NPE when restarting ChooseTypeAndAccountActiivty.Carlos Valdivia2013-04-191-2/+3
|/ /
* | Show an error dialog when account type is requested on a limited userAmith Yamasani2013-04-101-0/+40
* | Block access to accounts for limited users.Amith Yamasani2013-03-303-10/+65
* | am 6eebd6e6: am 6f50c846: am d2c1e947: am 39f864b1: am 5018688b: Merge "Doc u...kmccormick2013-03-291-1/+1
|\ \ | |/
| * Doc update: incorrect method namekmccormick2013-03-291-1/+1
* | AccountManager changes for profile seeding.Jatin Lodhia2013-03-281-2/+3
* | Application restrictions APIAmith Yamasani2013-03-201-1/+4
* | Move the account picker class name to a config resource.Amith Yamasani2013-03-141-3/+12
* | Make account cloning API publicAmith Yamasani2013-03-081-2/+0
* | Shared accounts and sharing of appsAmith Yamasani2013-03-064-0/+151
* | Move lingering services to services.jar.Jeff Sharkey2012-12-114-2706/+1
* | am cb5cb740: am aecee8a9: am 717797db: am f763b717: Merge "Authenticate corre...Amith Yamasani2012-11-083-10/+55
|\ \ | |/
| * Authenticate correct user's account when pattern fails multiple times.Amith Yamasani2012-11-053-10/+55
* | am 9fb2695c: am 628025fd: am bd4f2181: Merge "Defer more Account actions unti...Jeff Sharkey2012-10-181-1/+0
|\ \ | |/
| * Defer more Account actions until user starting.Jeff Sharkey2012-10-171-1/+0
* | am cd25032d: am 21973701: am 0dd0b144: Merge "Include all accounts in dumpsys...Jeff Sharkey2012-10-101-17/+53
|\ \ | |/
| * Include all accounts in dumpsys.Jeff Sharkey2012-10-101-17/+53
* | am ebb97455: am 62dee3d8: am 0fca2a3e: Merge "Fix build, only invalidate when...Jeff Sharkey2012-10-101-2/+1
|\ \ | |/
| * Fix build, only invalidate when creating user.Jeff Sharkey2012-10-101-2/+1
* | am abd0c099: am 45ed828a: am c85e16ca: Merge "Make RegisteredServicesCache mu...Jeff Sharkey2012-10-103-81/+74
|\ \ | |/
| * Make RegisteredServicesCache multi-user aware.Jeff Sharkey2012-10-093-81/+74
* | am 1f7a6220: am cd11b223: Merge "Fix issue #7214090: Need to be able to post ...Dianne Hackborn2012-09-241-15/+23
|\ \ | |/
| * Fix issue #7214090: Need to be able to post notifications to all usersDianne Hackborn2012-09-241-15/+23
* | am 4dc67287: am 836033d6: Merge "Update account list on account picker activi...Jatin Lodhia2012-09-171-117/+169
|\ \ | |/
| * Update account list on account picker activity resumeJatin Lodhia2012-09-131-117/+169
* | Merge "Fix docs typo: startActivityWithResult should be startActivityForResult."Mark Fickett2012-09-051-1/+1
|\ \ | |/ |/|
| * Fix docs typo: startActivityWithResult should be startActivityForResult.Mark Fickett2012-09-051-1/+1
* | Merge "Remove Binder.getOrigCallingUid()." into jb-mr1-devDianne Hackborn2012-08-311-10/+13
|\ \
| * | Remove Binder.getOrigCallingUid().Dianne Hackborn2012-08-311-10/+13
* | | Centralize the creation of the user system directoryAmith Yamasani2012-08-311-2/+2
|/ /
* | Switch public APIs to use new UserHandle class for identifying users.Dianne Hackborn2012-08-171-1/+1
* | UserHandle to UserSerialNo mappingAmith Yamasani2012-08-171-1/+1
|/
* Rename UserId to UserHandle.Dianne Hackborn2012-08-161-6/+6
* User Manager service to manage users and query user detailsAmith Yamasani2012-08-111-6/+10
* Add APIs for interacting across users.Dianne Hackborn2012-08-021-1/+1
* Delay AccountManagerService initializationKenny Root2012-07-302-2/+10