summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/am
Commit message (Expand)AuthorAgeFilesLines
* Extend process observer to be usable for media routing.Dianne Hackborn2012-05-312-23/+146
* Merge "Maybe fix #6584979: Unable to launch share chooser activity from a Not...Dianne Hackborn2012-05-311-1/+2
|\
| * Maybe fix #6584979: Unable to launch share chooser activity from a Notificati...Dianne Hackborn2012-05-311-1/+2
* | Add time stamp to content provider connection.Dianne Hackborn2012-05-301-0/+7
|/
* A little debug code from issue #6516197: Places app not getting removed...Dianne Hackborn2012-05-291-4/+8
* Fix (mostly) issue #5109947: Race condition between retrieving a...Dianne Hackborn2012-05-295-233/+496
* Fix activity resolver, issues #6519130 and #6507239Dianne Hackborn2012-05-181-27/+12
* A few odds and ends.Dianne Hackborn2012-05-152-16/+26
* 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
* Merge "Making transition out of recents look better" into jb-devMichael Jurka2012-05-101-2/+6
|\
| * Making transition out of recents look betterMichael Jurka2012-05-091-2/+6
* | Add new API to find total RAM.Dianne Hackborn2012-05-091-0/+1
|/
* Add callback hack to find out when to load system properties.Dianne Hackborn2012-05-091-0/+25
* Remove incorrect CLEAR_WHEN_TASK_RESET behavior.Craig Mautner2012-05-091-4/+0
* Merge "Fix Issue 26574: Service's onStartCommand receiving incorrect flag..."...Dianne Hackborn2012-05-081-1/+1
|\
| * Fix Issue 26574: Service's onStartCommand receiving incorrect flag...Dianne Hackborn2012-05-081-1/+1
* | Merge "Disable input dispatch until boot finished." into jb-devJeff Brown2012-05-081-3/+11
|\ \ | |/ |/|
| * Disable input dispatch until boot finished.Jeff Brown2012-05-081-3/+11
* | Fix a bug in ActivityManagerService#navigateUpToAdam Powell2012-05-071-1/+1
* | Merge "Tweak anim API to automatically call Intent.setSourceBounds()." into j...Dianne Hackborn2012-05-072-1/+18
|\ \
| * | Tweak anim API to automatically call Intent.setSourceBounds().Dianne Hackborn2012-05-072-1/+18
| |/
* | Fix issue #6319312: Consecutive call to Activity's onCreate()/onResume()...Dianne Hackborn2012-05-072-8/+49
|/
* Merge "Clear ident in dismissKeyguardOnNextActivity()." into jb-devJeff Sharkey2012-04-301-5/+10
|\
| * Clear ident in dismissKeyguardOnNextActivity().Jeff Sharkey2012-04-301-5/+10
* | Merge "Fix a bug with updating extras in a PendingIntent with an intent stack...Adam Powell2012-04-301-1/+2
|\ \
| * | Fix a bug with updating extras in a PendingIntent with an intent stackAdam Powell2012-04-301-1/+2
| |/
* | Fix issue #6111771: Run-time Restart observed when signing in with an existin...Dianne Hackborn2012-04-301-2/+4
|/
* Add new Activity.finishAffinity() method.Dianne Hackborn2012-04-262-17/+54
* Merge "Fix issue #6373340: Cannot unlock to app if app was the..."Dianne Hackborn2012-04-241-0/+4
|\
| * Fix issue #6373340: Cannot unlock to app if app was the...Dianne Hackborn2012-04-241-0/+4
* | Merge "Check for valid records associated with activity tokens in ActivityMan...Adam Powell2012-04-241-1/+5
|\ \ | |/ |/|
| * Check for valid records associated with activity tokens inAdam Powell2012-04-241-1/+5
* | Merge "Add new signature-level permission to get details of tasks."Dianne Hackborn2012-04-241-0/+6
|\ \
| * | Add new signature-level permission to get details of tasks.Dianne Hackborn2012-04-241-0/+6
| |/
* | 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 handling of package changes to a background thread.Dianne Hackborn2012-04-191-1/+1
* | 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
* | Merge "Make sure persistent processes are not replicated for secondary users."Amith Yamasani2012-04-173-16/+51
|\ \
| * | Make sure persistent processes are not replicated for secondary users.Amith Yamasani2012-04-173-16/+51
* | | Add new scale-up window manager animation.Dianne Hackborn2012-04-161-0/+5
|/ /
* | Keep activities stopped while the lock screen is up.Dianne Hackborn2012-04-121-11/+64
* | Make dumpsys activity services work again.Amith Yamasani2012-04-121-14/+11
* | Merge "Some small tweaks to improve memory management."Dianne Hackborn2012-04-103-68/+104
|\ \
| * | Some small tweaks to improve memory management.Dianne Hackborn2012-04-103-68/+104
* | | Don't reuse StringBuilder outside of lock when dumping ANR.Jeff Brown2012-04-101-1/+1
|/ /