index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
accounts
Commit message (
Expand
)
Author
Age
Files
Lines
*
Authenticate correct user's account when pattern fails multiple times.
Amith Yamasani
2012-11-05
3
-10
/
+55
*
Defer more Account actions until user starting.
Jeff Sharkey
2012-10-17
1
-1
/
+0
*
Include all accounts in dumpsys.
Jeff Sharkey
2012-10-10
1
-17
/
+53
*
Fix build, only invalidate when creating user.
Jeff Sharkey
2012-10-10
1
-2
/
+1
*
Make RegisteredServicesCache multi-user aware.
Jeff Sharkey
2012-10-09
3
-81
/
+74
*
Fix issue #7214090: Need to be able to post notifications to all users
Dianne Hackborn
2012-09-24
1
-15
/
+23
*
Update account list on account picker activity resume
Jatin Lodhia
2012-09-13
1
-117
/
+169
*
Merge "Remove Binder.getOrigCallingUid()." into jb-mr1-dev
Dianne Hackborn
2012-08-31
1
-10
/
+13
|
\
|
*
Remove Binder.getOrigCallingUid().
Dianne Hackborn
2012-08-31
1
-10
/
+13
*
|
Centralize the creation of the user system directory
Amith Yamasani
2012-08-31
1
-2
/
+2
|
/
*
Switch public APIs to use new UserHandle class for identifying users.
Dianne Hackborn
2012-08-17
1
-1
/
+1
*
UserHandle to UserSerialNo mapping
Amith Yamasani
2012-08-17
1
-1
/
+1
*
Rename UserId to UserHandle.
Dianne Hackborn
2012-08-16
1
-6
/
+6
*
User Manager service to manage users and query user details
Amith Yamasani
2012-08-11
1
-6
/
+10
*
Add APIs for interacting across users.
Dianne Hackborn
2012-08-02
1
-1
/
+1
*
Delay AccountManagerService initialization
Kenny Root
2012-07-30
2
-2
/
+10
*
Added or fixed doctrings for required permissions.
Nicolas Falliere
2012-06-18
1
-1
/
+2
*
Fix bug where existing account not pre-checked
Alice Yang
2012-05-31
1
-16
/
+8
*
Merge "Preserve account list in order of creation in the database." into jb-dev
Amith Yamasani
2012-05-30
1
-2
/
+3
|
\
|
*
Preserve account list in order of creation in the database.
Amith Yamasani
2012-05-30
1
-2
/
+3
*
|
Merge "Add an updateAppPermission() API call to the AccountManagerService AID...
Fred Quintana
2012-05-30
4
-37
/
+124
|
\
\
|
*
|
Add an updateAppPermission() API call to the AccountManagerService AIDL
Fred Quintana
2012-05-24
4
-37
/
+124
|
|
/
*
|
New UI for account picker
Alice Yang
2012-05-29
1
-125
/
+115
|
/
*
Streamline the logic to add account.
Carlos Valdivia
2012-05-16
1
-36
/
+50
*
Merge "Don't migrate accounts.db if already migrated."
Amith Yamasani
2012-04-11
1
-2
/
+5
|
\
|
*
Don't migrate accounts.db if already migrated.
Amith Yamasani
2012-04-11
1
-2
/
+5
*
|
Fix a race condition in SyncManager.onAccountsUpdated()
Amith Yamasani
2012-04-11
2
-0
/
+74
|
/
*
User management and switching
Amith Yamasani
2012-03-27
1
-0
/
+30
*
Merge "Fix an initialization ordering bug due to the userprofile changes."
Fred Quintana
2012-03-20
1
-2
/
+2
|
\
|
*
Fix an initialization ordering bug due to the userprofile changes.
Fred Quintana
2012-03-20
1
-2
/
+2
*
|
Merge "Bind to the correct instance of the authenticator service."
Amith Yamasani
2012-03-19
1
-1
/
+1
|
\
\
|
*
|
Bind to the correct instance of the authenticator service.
Amith Yamasani
2012-03-19
1
-1
/
+1
|
|
/
*
|
Use renameTo safely when creating the user 0 account database
Marc Blank
2012-03-18
1
-1
/
+10
|
/
*
Fix obvious typos under frameworks/base/core
Ken Wakasa
2012-03-09
1
-1
/
+1
*
Make SyncManager and AccountManagerService multi-user aware.
Amith Yamasani
2012-03-08
3
-188
/
+317
*
Use Map.Entry, not HashMap.Entry
Andy McFadden
2012-01-20
1
-1
/
+2
*
When in the Choose Account flow if the accounts list display was initially
Fred Quintana
2011-11-15
1
-1
/
+15
*
Fixed a bug that causes AccountManager calls to hang forever, eventually
Fred Quintana
2011-10-24
1
-5
/
+19
*
fix bug where the instance saving of the ChooseTypeAndAccountActivity
Fred Quintana
2011-10-17
1
-8
/
+6
*
reworked the flow in the account chooser
Fred Quintana
2011-10-12
2
-37
/
+147
*
Merge "b/5399355 StringIndexOutOfBoundsException from AccountManagerService"
Costin Manolache
2011-10-07
1
-2
/
+6
|
\
|
*
b/5399355 StringIndexOutOfBoundsException from AccountManagerService
Costin Manolache
2011-10-07
1
-2
/
+6
*
|
Add DUMP permission checks to services
Kenny Root
2011-09-29
1
-0
/
+8
*
|
Fix a bug in the account chooser where relaunching an in-progress flow
Fred Quintana
2011-09-27
2
-45
/
+56
|
/
*
An extra is being written as one type and read as the wrong type.
Fred Quintana
2011-09-19
2
-8
/
+8
*
Fixed the javadoc for AccountManager.newChooseAccountIntent()
Fred Quintana
2011-09-19
1
-6
/
+8
*
Continuation of the unified account chooser flow.
Fred Quintana
2011-09-16
3
-22
/
+106
*
Add a generic account chooser/add account flow for apps.
Fred Quintana
2011-09-15
3
-0
/
+534
*
b/5316640 fix bundle add
Costin Manolache
2011-09-14
1
-6
/
+14
*
For consistency with getAuthToken, pass UID/PID for add account. Needed for c...
Costin Manolache
2011-09-12
2
-32
/
+36
[next]