summaryrefslogtreecommitdiff
path: root/core/java/android/app/ActivityManagerNative.java
Commit message (Expand)AuthorAgeFilesLines
* Fix issue #6717667: expanded notification actions don't work on the lock screenDianne Hackborn2012-06-251-0/+23
* Fix (mostly) issue #5109947: Race condition between retrieving a...Dianne Hackborn2012-05-291-12/+55
* Fix activity resolver, issues #6519130 and #6507239Dianne Hackborn2012-05-181-0/+22
* Add new Activity.finishAffinity() method.Dianne Hackborn2012-04-261-1/+22
* Keep activities stopped while the lock screen is up.Dianne Hackborn2012-04-121-1/+19
* Attribute alarm broadcast wakelocks to the senderChristopher Tate2012-04-061-0/+22
* TaskStackBuilder and Activity navigation features for frameworkAdam Powell2012-04-051-5/+67
* Show the current user in power menuAmith Yamasani2012-03-281-2/+23
* Merge "Include GIDs for unenforced permissions."Jeff Sharkey2012-03-231-0/+21
|\
| * Include GIDs for unenforced permissions.Jeff Sharkey2012-03-231-0/+21
* | Add new thumbnail animation.Dianne Hackborn2012-03-231-2/+10
|/
* Start using the new activity options argument.Dianne Hackborn2012-03-191-3/+11
* Add new "options" argument to all startActivity APIs.Dianne Hackborn2012-03-141-66/+100
* ActivityManager: add option to allow OpenGL trace.Siva Velusamy2012-03-121-8/+14
* Work on more low memory reporting to apps.Dianne Hackborn2012-03-061-1/+24
* Adding shell commands for modifying content.Svetoslav Ganov2012-02-151-2/+57
* Multi-user - wallpaper serviceAmith Yamasani2012-02-101-2/+4
* Some cruft removal.Dianne Hackborn2012-02-101-61/+0
* Multi-user - 1st major checkinAmith Yamasani2012-02-031-7/+14
* Add drop box reports of low memory.Dianne Hackborn2011-11-081-2/+19
* Fix issue #5173952: Opening a Notification From Lock Screen...Dianne Hackborn2011-09-231-0/+17
* Add progress dialog for booting after an upgrade.Dianne Hackborn2011-08-221-0/+21
* Add new am option to profile the launching of an activity.Dianne Hackborn2011-08-151-6/+35
* Improved memory use reporting.Dianne Hackborn2011-08-051-0/+22
* Ouput looper traces as traceview tracesRomain Guy2011-07-211-2/+2
* Add looper profiling to adb shell amRomain Guy2011-07-211-2/+4
* Fix issue #4976176: Font size setting does not persistDianne Hackborn2011-07-191-0/+20
* Fix issue #4902856: Don't let apps register non-explicit PendingIntentsDianne Hackborn2011-06-301-2/+27
* resolved conflicts for merge of 590ec479 to masterDianne Hackborn2011-05-311-1/+48
|\
| * Spiffy new compatibility mode UI.Dianne Hackborn2011-05-251-1/+48
* | Observe screen on/off events in NetworkPolicy.Jeff Sharkey2011-05-231-0/+38
* | resolved conflicts for merge of 0e59729b to masterDianne Hackborn2011-05-121-4/+68
|\|
| * New compat mode front end: UI and persistence.Dianne Hackborn2011-05-121-4/+68
* | resolved conflicts for merge of 05be6d6f to masterDianne Hackborn2011-05-091-0/+23
|\|
| * Better compat mode part one: start scaling windows.Dianne Hackborn2011-05-091-0/+23
* | Add APIs to remove tasks.Dianne Hackborn2011-04-121-0/+50
* | Merge "Package manager changes to store and update user information."Amith Yamasani2011-04-111-0/+22
|\ \
| * | Package manager changes to store and update user information.Amith Yamasani2011-04-111-0/+22
| |/
* | Merge "Rework thumbnails in activity manager."Dianne Hackborn2011-04-081-6/+6
|\ \
| * | Rework thumbnails in activity manager.Dianne Hackborn2011-04-081-6/+6
| |/
* / Remove the deprecated things from Config.java. These haven't been working sin...Joe Onorato2011-04-071-3/+2
|/
* Fix issue #3485923: Gmail crashDianne Hackborn2011-03-021-2/+4
* Rework thumbnail API to not suffer from IPC failures.Dianne Hackborn2011-02-161-0/+29
* Fix issue #3377999: Activities need to be stopped when sleepingDianne Hackborn2011-01-211-0/+19
* Rework activity lifecycle so onSaveInstanceState() is after onPause().Dianne Hackborn2010-12-081-7/+7
* Misc ActivityManagerNative cleanup.Brad Fitzpatrick2010-11-231-27/+24
* Implement issue #3221502: New APIs to support new back stack / task navigationDianne Hackborn2010-11-221-11/+80
* resolved conflicts for merge of efa4f7f8 to masterDianne Hackborn2010-10-081-23/+0
|\
| * Fix issue #3001368: API REVIEW: android.app.ActivityDianne Hackborn2010-10-051-23/+0
| * Allow all apps to call ContentResolver.getType().Dianne Hackborn2010-09-261-0/+23