summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/ActivityThread.java
Commit message (Expand)AuthorAgeFilesLines
* Allow acquiring ContentProviders across users.Jeff Sharkey2012-09-211-17/+47
* Merge "Fix issue #7196015: system_server deadlock during setup wizard" into j...Dianne Hackborn2012-09-201-41/+36
|\
| * Fix issue #7196015: system_server deadlock during setup wizardDianne Hackborn2012-09-191-41/+36
* | Push dropbox logging into libcore.Geremy Condra2012-09-191-1/+25
|/
* Try again to fix issue #6912004:tap on gmail notification sends me to home sc...Dianne Hackborn2012-09-171-4/+14
* Remove AndroidKeyStore from APIKenny Root2012-09-141-3/+0
* DO NOT MERGE Push event logging down into libcore.EventLoggerGeremy Condra2012-09-121-0/+11
* Include user identifier in external storage paths.Jeff Sharkey2012-09-111-0/+3
* Report the user id of every app to ddms.Siva Velusamy2012-09-101-3/+6
* Work around crash when display is removed.Jeff Brown2012-09-091-1/+9
* Add registering for explicit users.Dianne Hackborn2012-09-041-6/+8
* Initial draft of high-level multi-display APIs.Jeff Brown2012-08-311-24/+71
* Add initial multi-display support.Jeff Brown2012-08-291-1/+2
* Handle null cache directoryAmith Yamasani2012-08-231-4/+8
* am 8b97ee6d: am b0b4a704: Merge "ActivityThread: Avoid creating duplicate han...Dianne Hackborn2012-08-211-3/+4
|\
| * ActivityThread: Avoid creating duplicate handlers and reuse mHVairavan Srinivasan2012-08-181-3/+4
* | Merge "Add AndroidKeyStore provider for KeyStore API" into jb-mr1-devKenny Root2012-08-201-0/+4
|\ \
| * | Add AndroidKeyStore provider for KeyStore APIKenny Root2012-08-201-0/+4
* | | Refactor for multi-display support.Jeff Brown2012-08-191-12/+12
* | | Stub out display manager service implementation.Jeff Brown2012-08-191-0/+10
* | | Don't create cache directory for isolated processesAmith Yamasani2012-08-171-5/+6
|/ /
* | Rename UserId to UserHandle.Dianne Hackborn2012-08-161-3/+3
* | Add API to create new contexts with custom configurations.Dianne Hackborn2012-08-141-17/+64
* | We can now (kind-of) change screen density on the fly.Dianne Hackborn2012-08-031-11/+29
* | Start moving away from DisplayMetrics.DENSITY_DEVICE.Dianne Hackborn2012-08-011-9/+15
* | Refactor local window manager implementation.Jeff Brown2012-07-201-1/+4
|/
* Fix issue #6579824: Email crash observed after updating...Dianne Hackborn2012-05-301-1/+1
* Fix (mostly) issue #5109947: Race condition between retrieving a...Dianne Hackborn2012-05-291-166/+307
* Remove unused, obsolete debug codeRomain Guy2012-05-211-6/+0
* Fix issue #6284404: ArrayIndexOutOfBoundsException in...Dianne Hackborn2012-05-151-2/+9
* Fix issue #6020164: Settings crashed on orientation change...Dianne Hackborn2012-05-141-1/+1
* Add infrastructure for accessing "unstable" content providers.Dianne Hackborn2012-05-091-0/+8
* Merge "Fix bug #6408393 Character corruption is caused when locale is changed...Fabrice Di Meglio2012-05-081-0/+22
|\
| * Fix bug #6408393 Character corruption is caused when locale is changedFabrice Di Meglio2012-05-071-0/+22
* | Fix issue #6319312: Consecutive call to Activity's onCreate()/onResume()...Dianne Hackborn2012-05-071-4/+4
|/
* Set tmpdir to application cache directory.Jeff Sharkey2012-05-021-10/+12
* Add traces for window manager and activity manager.Dianne Hackborn2012-04-261-0/+61
* Invoke onTrimMemory with an EGL contextRomain Guy2012-04-231-3/+6
* Some small tweaks to improve memory management.Dianne Hackborn2012-04-101-7/+23
* Add support for native library paths with instrumentationBrian Carlstrom2012-04-021-0/+4
* Merge "Destroy the hardware renderer when ViewRootImpl's die is post-poned Bu...Romain Guy2012-03-231-35/+19
|\
| * Destroy the hardware renderer when ViewRootImpl's die is post-ponedRomain Guy2012-03-231-35/+19
* | Package restrictions per userAmith Yamasani2012-03-221-1/+1
|/
* Add new "options" argument to all startActivity APIs.Dianne Hackborn2012-03-141-1/+1
* ActivityManager: add option to allow OpenGL trace.Siva Velusamy2012-03-121-2/+9
* Merge "Allow disk I/O while performing dump()."Jeff Sharkey2012-03-021-24/+32
|\
| * Allow disk I/O while performing dump().Jeff Sharkey2012-03-021-24/+32
* | Merge "Allow webview to delete GL resource in a valid EGL context"Teng-Hui Zhu2012-03-011-1/+2
|\ \
| * | Allow webview to delete GL resource in a valid EGL contextTeng-Hui Zhu2012-03-011-1/+2
| |/
* | Wrap StrictMode changes in try/finally.Jeff Sharkey2012-02-291-28/+28
|/