summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/am/ActivityStack.java
Commit message (Expand)AuthorAgeFilesLines
* Try again to fix issue #6912004:tap on gmail notification sends me to home sc...Dianne Hackborn2012-09-171-10/+24
* More multi-user stuff.Dianne Hackborn2012-09-151-32/+27
* Various fixes.Dianne Hackborn2012-09-091-30/+35
* Resolve the correct home intent for secondary usersAmith Yamasani2012-09-071-7/+5
* Remove Binder.getOrigCallingUid().Dianne Hackborn2012-08-311-1/+1
* am 1a907db0: am 862c3835: am 4b60a8d1: Merge "Added check of ActivityInfo lau...Dianne Hackborn2012-08-301-1/+2
|\
| * Added check of ActivityInfo launch mode when starting activity.Johan Viktorsson2012-08-151-1/+2
* | Start implementing concept of "running" users.Dianne Hackborn2012-08-281-4/+29
* | Multiprocess activity should be allowed to run on current userAmith Yamasani2012-08-211-2/+2
* | Rename UserId to UserHandle.Dianne Hackborn2012-08-161-4/+4
* | More mult-user API work.Dianne Hackborn2012-08-071-1/+2
* | Refactor Service code out of main ActivityManagerService class.Dianne Hackborn2012-08-061-1/+1
* | Introduce multiple displays with DisplayContent.Craig Mautner2012-08-021-2/+4
|/
* Fix issue #6745498: Cannot view consecutive event details from agenda viewDianne Hackborn2012-06-281-1/+4
* Merge "Fix issue #6381224: Initial emulator boot fails and shows a blank blac...Dianne Hackborn2012-06-251-15/+45
|\
| * Fix issue #6381224: Initial emulator boot fails and shows a blank black screen.Dianne Hackborn2012-06-251-15/+45
* | Fix issue #6717667: expanded notification actions don't work on the lock screenDianne Hackborn2012-06-251-4/+0
|/
* Fix issue #6636731: Mariner animation ring gets stuckDianne Hackborn2012-06-151-1/+3
* Don't finish noHistory="true" activities behind the lock screenChristopher Tate2012-06-141-4/+28
* Make sure to stop noHistory="true" activities properlyChristopher Tate2012-06-121-1/+3
* Work on issue #6579997: Mariner entrance animationDianne Hackborn2012-06-011-4/+16
* A few odds and ends.Dianne Hackborn2012-05-151-0/+5
* Fix issue #6284404: ArrayIndexOutOfBoundsException in...Dianne Hackborn2012-05-151-1/+5
* Fix a problem in finish affinity in Activity Manager.Amith Yamasani2012-05-151-1/+1
* Fix issue #6020164: Settings crashed on orientation change...Dianne Hackborn2012-05-141-6/+17
* Remove incorrect CLEAR_WHEN_TASK_RESET behavior.Craig Mautner2012-05-091-4/+0
* Fix issue #6319312: Consecutive call to Activity's onCreate()/onResume()...Dianne Hackborn2012-05-071-6/+43
* Add new Activity.finishAffinity() method.Dianne Hackborn2012-04-261-0/+45
* am b3a76660: am 78e62111: am fee88fdb: Merge "Issue: Foreground activity perf...Dianne Hackborn2012-04-241-1/+4
|\
| * Issue: Foreground activity performs [Resume] and [Pause] when any process die...p134512012-04-201-1/+4
* | Move SystemUI out of system UID.Jeff Sharkey2012-04-191-2/+7
* | Fix to custom scale animations.Dianne Hackborn2012-04-181-11/+18
* | Fix an NPE when launching an activity that's not found.Amith Yamasani2012-04-181-1/+1
* | Make sure persistent processes are not replicated for secondary users.Amith Yamasani2012-04-171-1/+5
* | Some small tweaks to improve memory management.Dianne Hackborn2012-04-101-25/+53
* | Add new thumbnail animation.Dianne Hackborn2012-03-231-5/+38
* | Package restrictions per userAmith Yamasani2012-03-221-7/+6
* | Start using the new activity options argument.Dianne Hackborn2012-03-191-6/+25
* | resolved conflicts for merge of 354e0346 to masterDianne Hackborn2012-03-161-1/+30
|\ \ | |/
| * Debugging code for #6169553: Make Phone launch fasterDianne Hackborn2012-03-151-2/+31
* | Fix swiping away recents to always kill processes.Dianne Hackborn2012-03-151-3/+8
* | Add new "options" argument to all startActivity APIs.Dianne Hackborn2012-03-141-77/+53
* | ActivityManager: add option to allow OpenGL trace.Siva Velusamy2012-03-121-4/+11
* | Merge "Make SyncManager and AccountManagerService multi-user aware."Amith Yamasani2012-03-081-0/+4
|\ \
| * | Make SyncManager and AccountManagerService multi-user aware.Amith Yamasani2012-03-081-0/+4
* | | Add new Intent API for associating a ClipData with an Intent.Dianne Hackborn2012-03-081-2/+2
|/ /
* | am 4953ec1c: am a2e0e3b5: am 27e20ccd: Merge "Fix issue #6073913: onActivityR...Dianne Hackborn2012-02-281-25/+30
|\ \ | |/
| * Fix issue #6073913: onActivityResult() not getting called...Dianne Hackborn2012-02-281-25/+30
* | Revert "Don't wait for current activity to pause before resuming next."Dianne Hackborn2012-02-161-118/+76
* | Move BroadcastQueue out of the ActivityManager class.Dianne Hackborn2012-02-101-7/+7