index
:
frameworks_base.git
kitkat
lp5.0
lp5.1
mm6.0
n7.0
n7.1
o8.0
o8.1
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
t13.0_pre-rebase_jan22-23
u14.0
v15.0
w16.0
w16.1
w16.2
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
services
/
java
/
com
/
android
/
server
/
am
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Fix formatting in clearApplicationUserData exception message.
Alex Klyubin
2013-09-13
1
-3
/
+3
*
|
|
Implement #10744011: Serialize running of background services
Dianne Hackborn
2013-09-13
3
-157
/
+395
|
|
/
|
/
|
*
|
Merge "Revert services assist context in KitKat" into klp-dev
Adam Skory
2013-09-11
1
-94
/
+28
|
\
\
|
*
|
Revert services assist context in KitKat
Adam Skory
2013-09-11
1
-94
/
+28
*
|
|
Merge "Propagate input ANR reason to activity manager log." into klp-dev
Jeff Brown
2013-09-10
2
-10
/
+17
|
\
\
\
|
*
|
|
Propagate input ANR reason to activity manager log.
Jeff Brown
2013-09-10
2
-10
/
+17
*
|
|
|
Merge "When waiting for activity to finish don't reset" into klp-dev
Craig Mautner
2013-09-10
1
-1
/
+7
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
When waiting for activity to finish don't reset
Craig Mautner
2013-09-10
1
-1
/
+7
|
|
/
/
*
|
|
Merge "Do not enter resumeTopActivity recursively." into klp-dev
Craig Mautner
2013-09-09
1
-2
/
+4
|
\
\
\
|
*
|
|
Do not enter resumeTopActivity recursively.
Craig Mautner
2013-09-09
1
-2
/
+4
|
|
/
/
*
|
|
Merge "Fix issue #10671878: Proc stats needs to remove old data structures" i...
Dianne Hackborn
2013-09-09
4
-25
/
+82
|
\
\
\
|
*
|
|
Fix issue #10671878: Proc stats needs to remove old data structures
Dianne Hackborn
2013-09-09
4
-25
/
+82
|
|
/
/
*
/
/
Add PID to ANR logcat printout.
Eric Rowe
2013-09-09
1
-0
/
+1
|
/
/
*
|
Fix to show correct duration.
Dianne Hackborn
2013-09-06
1
-0
/
+1
*
|
Fix crash when dump() is called on ReceiverList
Evans Thomas
2013-09-04
1
-1
/
+1
*
|
Fix issue #10422349: Limit/change the battery history data in batterystats
Dianne Hackborn
2013-09-04
1
-2
/
+6
*
|
Merge "Fix issue #10427108: Google+ has long running process" into klp-dev
Dianne Hackborn
2013-09-04
1
-5
/
+3
|
\
\
|
*
|
Fix issue #10427108: Google+ has long running process
Dianne Hackborn
2013-09-03
1
-5
/
+3
*
|
|
Add provideAssistData attr to public.xml
Adam Skory
2013-09-04
1
-3
/
+4
|
/
/
*
|
Insert home task into history when sending to back.
Craig Mautner
2013-09-03
2
-16
/
+45
*
|
Reset activity's "return to home" flag on relaunch
Craig Mautner
2013-08-29
1
-2
/
+3
*
|
Add CancellationSignal support to file operations.
Jeff Sharkey
2013-08-23
1
-1
/
+1
*
|
Merge "Notify ViewRootImpl when it's safe to modify Canvas." into klp-dev
Craig Mautner
2013-08-19
1
-4
/
+8
|
\
\
|
*
|
Notify ViewRootImpl when it's safe to modify Canvas.
Craig Mautner
2013-08-19
1
-4
/
+8
*
|
|
Allow for more than one home app.
Craig Mautner
2013-08-17
3
-30
/
+41
|
/
/
*
|
Fix NPE in ActivityManagerService
Adam Skory
2013-08-13
1
-4
/
+2
*
|
Merge "Remove incorrect warning." into klp-dev
Craig Mautner
2013-08-12
1
-3
/
+0
|
\
\
|
*
|
Remove incorrect warning.
Craig Mautner
2013-08-12
1
-3
/
+0
*
|
|
Merge "API to discover granted Uri permissions." into klp-dev
Jeff Sharkey
2013-08-12
1
-9
/
+55
|
\
\
\
|
*
|
|
API to discover granted Uri permissions.
Jeff Sharkey
2013-08-11
1
-9
/
+55
*
|
|
|
Merge "Put animation background behind visible wallpaper" into klp-dev
Craig Mautner
2013-08-10
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Put animation background behind visible wallpaper
Craig Mautner
2013-08-10
1
-1
/
+1
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Allow bound processes to go PROCESS_STATE_TOP.
Dianne Hackborn
2013-08-09
1
-9
/
+29
*
|
|
|
More stuff I need for the proc stats UI.
Dianne Hackborn
2013-08-09
1
-0
/
+6
*
|
|
|
Add method for adding two ProcessStats objects together.
Dianne Hackborn
2013-08-09
1
-41
/
+2
|
|
/
/
|
/
|
|
*
|
|
Get ProcessStats callable from other processes.
Dianne Hackborn
2013-08-08
2
-31
/
+22
*
|
|
Developer option to force RTL layout
Amith Yamasani
2013-08-08
1
-0
/
+8
|
/
/
*
|
Merge "Extend assist context to foreground services"
Matt Casey
2013-08-08
1
-35
/
+104
|
\
\
|
*
|
Extend assist context to foreground services
Adam Skory
2013-08-07
1
-35
/
+104
*
|
|
Add PAC File support for proxy configuration
Jason Monk
2013-08-07
1
-1
/
+3
*
|
|
Add support for broadcast intents
Ben Gruver
2013-08-07
3
-8
/
+18
*
|
|
Pass in the ComponentName of the resolved service for service intents
Ben Gruver
2013-08-07
1
-2
/
+2
*
|
|
Add support for service intents
Ben Gruver
2013-08-08
2
-1
/
+5
*
|
|
Merge "Improve the logic for determining whether the caller is a system app"
Ben Gruver
2013-08-08
1
-2
/
+2
|
\
\
\
|
*
|
|
Improve the logic for determining whether the caller is a system app
Ben Gruver
2013-08-07
1
-2
/
+2
*
|
|
|
Merge "Compare tasks not activities."
Craig Mautner
2013-08-07
1
-1
/
+2
|
\
\
\
\
|
*
|
|
|
Compare tasks not activities.
Craig Mautner
2013-08-07
1
-1
/
+2
|
|
/
/
/
*
/
/
/
Start adding IPC calls to retrieve proc stat data.
Dianne Hackborn
2013-08-07
1
-2
/
+32
|
/
/
/
*
|
|
Merge "Refactor ProcessStats, ProcessTracker."
Dianne Hackborn
2013-08-06
9
-3228
/
+820
|
\
\
\
|
*
|
|
Refactor ProcessStats, ProcessTracker.
Dianne Hackborn
2013-08-06
9
-3228
/
+820
|
|
/
/
[prev]
[next]