summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/ContextImpl.java
Commit message (Expand)AuthorAgeFilesLines
* Allow acquiring ContentProviders across users.Jeff Sharkey2012-09-211-23/+36
* Multi-user MTP.Jeff Sharkey2012-09-181-16/+17
* Set up default (random) Android IDs for all usersChristopher Tate2012-09-111-1/+1
* More multi-user stuff:Dianne Hackborn2012-09-071-1/+1
* Add registering for explicit users.Dianne Hackborn2012-09-041-4/+22
* Merge "Remove Binder.getOrigCallingUid()." into jb-mr1-devDianne Hackborn2012-08-311-7/+7
|\
| * Remove Binder.getOrigCallingUid().Dianne Hackborn2012-08-311-7/+7
* | Initial draft of high-level multi-display APIs.Jeff Brown2012-08-311-6/+44
|/
* Improve multi-user broadcasts.Dianne Hackborn2012-08-301-2/+76
* Add initial multi-display support.Jeff Brown2012-08-291-4/+5
* Keep track of whether an app is installed for each user.Dianne Hackborn2012-08-241-3/+13
* Merge "Fix issue #7016987: Unable to attach a picture in gmail/emaill compose...Dianne Hackborn2012-08-231-8/+1
|\
| * Fix issue #7016987: Unable to attach a picture in gmail/emaill composer action.Dianne Hackborn2012-08-231-8/+1
* | Handle null cache directoryAmith Yamasani2012-08-231-1/+1
|/
* Refactor for multi-display support.Jeff Brown2012-08-191-2/+9
* Switch public APIs to use new UserHandle class for identifying users.Dianne Hackborn2012-08-171-8/+10
* Rename UserId to UserHandle.Dianne Hackborn2012-08-161-2/+2
* Power manager rewrite.Jeff Brown2012-08-151-1/+2
* Add API to create new contexts with custom configurations.Dianne Hackborn2012-08-141-8/+14
* User Manager service to manage users and query user detailsAmith Yamasani2012-08-111-0/+21
* Start the correct settings from the status bar.Amith Yamasani2012-08-081-0/+12
* More mult-user API work.Dianne Hackborn2012-08-071-14/+46
* Add APIs for interacting across users.Dianne Hackborn2012-08-021-2/+1
* Add display manager skeleton.Jeff Brown2012-07-251-0/+6
* Merge "Update WifiManager API"Irfan Sheriff2012-07-251-1/+1
|\
| * Update WifiManager APIIrfan Sheriff2012-07-241-1/+1
* | Refactor local window manager implementation.Jeff Brown2012-07-201-1/+2
|/
* Merge "Changes to Bluetooth Service structure."Matthew Xie2012-07-161-0/+6
|\
| * Changes to Bluetooth Service structure.Jaikumar Ganesh2012-07-131-0/+6
* | Improve geofencing: throttle location updates with distance to fence.Nick Pelly2012-07-161-3/+3
|/
* Merge "Fail immediately if bindService() is passed a null ServiceConnection"Christopher Tate2012-06-181-0/+6
|\
| * Fail immediately if bindService() is passed a null ServiceConnectionChristopher Tate2012-06-181-0/+6
* | Rework media router to be per-context with global process state.Dianne Hackborn2012-06-111-0/+6
|/
* Fix (mostly) issue #5109947: Race condition between retrieving a...Dianne Hackborn2012-05-291-5/+10
* Add infrastructure for accessing "unstable" content providers.Dianne Hackborn2012-05-091-0/+10
* API review fixesIrfan Sheriff2012-05-091-1/+1
* System context should inherit base package name.Jeff Sharkey2012-04-221-1/+3
* Refactor SensorManager to move non-API bits into a subclass.Jeff Brown2012-04-161-1/+2
* Extract Vibrator implementation from interface.Jeff Brown2012-04-131-2/+2
* Request key maps from input manager service.Jeff Brown2012-04-101-3/+3
* Move some APIs from window manager to input manager.Jeff Brown2012-04-051-3/+4
* Merge "Initial commit of InputManager and keyboard layout API."Jeff Brown2012-04-051-0/+6
|\
| * Initial commit of InputManager and keyboard layout API.Jeff Brown2012-04-051-0/+6
* | Add initial framework for DNS service discoveryIrfan Sheriff2012-04-041-0/+10
|/
* Support enabling WAL using a flag when DB is opened.Jeff Brown2012-03-231-5/+6
* Add new "options" argument to all startActivity APIs.Dianne Hackborn2012-03-141-4/+21
* Add an API for deleting databases.Jeff Brown2012-03-011-1/+1
* Fix Power Control widgetAmith Yamasani2012-02-161-0/+13
* Multi-user - wallpaper serviceAmith Yamasani2012-02-101-1/+7
* New Serial Manager API:Mike Lockwood2012-02-101-0/+8