summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/am
Commit message (Expand)AuthorAgeFilesLines
* Revert fix to issue #6880627: PendingIntent.getService() returns...Dianne Hackborn2012-10-121-36/+42
* Further work on issue #7307399: Framework needs a new pre-user-shutdown...Dianne Hackborn2012-10-094-46/+117
* Fix issue #7311376: Add API to allow apps to know if they are...Dianne Hackborn2012-10-091-9/+38
* Framework side of issue #7302511: GCM client needs to use new framework API...Dianne Hackborn2012-10-082-15/+83
* Merge "Fix resource reading for secondary users" into jb-mr1-devAmith Yamasani2012-10-072-0/+2
|\
| * Fix resource reading for secondary usersAmith Yamasani2012-10-072-0/+2
* | Merge "Adds showWhenLocked attribute to Activities." into jb-mr1-devCraig Mautner2012-10-072-8/+16
|\ \ | |/ |/|
| * Adds showWhenLocked attribute to Activities.Craig Mautner2012-10-062-8/+16
* | Plumbing to allow keyguard to be shown with user switcher (issue 7175023)Adam Cohen2012-10-041-1/+5
|/
* Fix issue #6968859: home not exiting an ANR'd dreamDianne Hackborn2012-10-0411-19/+78
* Merge "Fix issue #7226101: Secure image capture takes 5 seconds to start" int...Dianne Hackborn2012-10-012-101/+113
|\
| * Fix issue #7226101: Secure image capture takes 5 seconds to startDianne Hackborn2012-10-012-101/+113
* | Fix broadcast to a specific userAmith Yamasani2012-10-011-1/+1
|/
* Merge "Fix issue #7211769 and #7244492, thrash around on #7226656." into jb-m...Dianne Hackborn2012-09-284-29/+109
|\
| * Fix issue #7211769 and #7244492, thrash around on #7226656.Dianne Hackborn2012-09-284-29/+109
* | Remove user switcher from long-press power menuAmith Yamasani2012-09-281-0/+1
|/
* Migrate more Secure settings to Global.Jeff Sharkey2012-09-271-2/+2
* Fix issue #7232952: Settings crash on tapping on Downloaded apps on a seconda...Dianne Hackborn2012-09-261-2/+3
* Maybe fix issue #7211766: bindService() to User u0 While u10 is...Dianne Hackborn2012-09-2613-157/+291
* Update references to migrated global settings.Jeff Brown2012-09-251-4/+4
* Fix buildAmith Yamasani2012-09-251-1/+1
* Merge into jb-mr1-devJean-Baptiste Queru2012-09-251-3/+6
|\
| * AppInfo from Notifications for secondary usersAmith Yamasani2012-09-241-3/+6
* | Fix issue #7215984: java.lang.RuntimeException: Unable to create...Dianne Hackborn2012-09-242-46/+24
|/
* Fix issue #7214090: Need to be able to post notifications to all usersDianne Hackborn2012-09-242-5/+22
* Merge "Allow acquiring ContentProviders across users." into jb-mr1-devJeff Sharkey2012-09-231-9/+9
|\
| * Allow acquiring ContentProviders across users.Jeff Sharkey2012-09-211-9/+9
* | Merge "Fix issue #7209355, #7214271." into jb-mr1-devDianne Hackborn2012-09-231-3/+2
|\ \
| * | Fix issue #7209355, #7214271.Dianne Hackborn2012-09-231-3/+2
| |/
* | Fix issue #7214462: Some recent thumbnails are black.Dianne Hackborn2012-09-211-1/+4
|/
* Query users excluding any being removedAmith Yamasani2012-09-202-5/+1
* Implement multi-user PackageMonitor.Dianne Hackborn2012-09-202-8/+43
* Merge "Fix deadlock in LockPatternUtils by using local id." into jb-mr1-devDianne Hackborn2012-09-191-1/+3
|\
| * Fix deadlock in LockPatternUtils by using local id.Craig Mautner2012-09-191-1/+3
* | Merge "Switch to showing top-most thumbnail of recent apps." into jb-mr1-devDianne Hackborn2012-09-194-26/+54
|\ \ | |/ |/|
| * Switch to showing top-most thumbnail of recent apps.Dianne Hackborn2012-09-194-26/+54
* | Merge "Don't allow more than 3 actively running users at a time." into jb-mr1...Dianne Hackborn2012-09-181-41/+76
|\ \
| * | Don't allow more than 3 actively running users at a time.Dianne Hackborn2012-09-181-41/+76
| |/
* | Multi-user MTP.Jeff Sharkey2012-09-181-3/+5
|/
* Merge "Fix dumb bug merging receivers for multiple users." into jb-mr1-devDianne Hackborn2012-09-172-5/+7
|\
| * Fix dumb bug merging receivers for multiple users.Dianne Hackborn2012-09-172-5/+7
* | Try again to fix issue #6912004:tap on gmail notification sends me to home sc...Dianne Hackborn2012-09-172-20/+40
|/
* Fix issue #7175553: GRANT_URI_PERMISSION doesn't apper to work on secondary userDianne Hackborn2012-09-161-2/+2
* More multi-user stuff.Dianne Hackborn2012-09-152-97/+291
* Merge "Use shared app gid for forward-locked processes" into jb-mr1-devKenny Root2012-09-131-1/+14
|\
| * Use shared app gid for forward-locked processesKenny Root2012-09-111-1/+14
* | Fix service binding for singleUser servicesAmith Yamasani2012-09-121-6/+0
|/
* Animations for user switching.Dianne Hackborn2012-09-101-0/+6
* Flesh out multi-user in am commands.Dianne Hackborn2012-09-102-106/+127
* Various fixes.Dianne Hackborn2012-09-095-69/+94