Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
frameworks_base
/
435e7dfd922510bbc081800d0c6092ea52ed9cd1
/
services
/
java
/
com
/
android
/
server
/
am
0077512
Merge "Notify ViewRootImpl when it's safe to modify Canvas." into klp-dev
by Craig Mautner
· 13 years ago
bc57cd1
Notify ViewRootImpl when it's safe to modify Canvas.
by Craig Mautner
· 13 years ago
e428a7f
Allow for more than one home app.
by Craig Mautner
· 13 years ago
164c2ed
Fix NPE in ActivityManagerService
by Adam Skory
· 13 years ago
b6da911
Merge "Remove incorrect warning." into klp-dev
by Craig Mautner
· 13 years ago
6157470
Remove incorrect warning.
by Craig Mautner
· 13 years ago
998cfa2
Merge "API to discover granted Uri permissions." into klp-dev
by Jeff Sharkey
· 13 years ago
08da7a1
API to discover granted Uri permissions.
by Jeff Sharkey
· 13 years ago
0dd303c
Merge "Put animation background behind visible wallpaper" into klp-dev
by Craig Mautner
· 13 years ago
6201c2a
Put animation background behind visible wallpaper
by Craig Mautner
· 13 years ago
d9545a9
Allow bound processes to go PROCESS_STATE_TOP.
by Dianne Hackborn
· 13 years ago
69cb00b
More stuff I need for the proc stats UI.
by Dianne Hackborn
· 13 years ago
60444fd
Add method for adding two ProcessStats objects together.
by Dianne Hackborn
· 13 years ago
8a0de58
Get ProcessStats callable from other processes.
by Dianne Hackborn
· 13 years ago
d8415f4
Developer option to force RTL layout
by Amith Yamasani
· 13 years ago
77ece7b
Merge "Extend assist context to foreground services"
by Matt Casey
· 13 years ago
602b232
Add PAC File support for proxy configuration
by Jason Monk
· 13 years ago
49660c7
Add support for broadcast intents
by Ben Gruver
· 13 years ago
f5323fe
Pass in the ComponentName of the resolved service for service intents
by Ben Gruver
· 13 years ago
b622379
Add support for service intents
by Ben Gruver
· 13 years ago
e64ff1b
Merge "Improve the logic for determining whether the caller is a system app"
by Ben Gruver
· 13 years ago
dd72c9e
Improve the logic for determining whether the caller is a system app
by Ben Gruver
· 13 years ago
9a04435
Merge "Compare tasks not activities."
by Craig Mautner
· 13 years ago
d0f964f
Compare tasks not activities.
by Craig Mautner
· 13 years ago
23fb6e8
Start adding IPC calls to retrieve proc stat data.
by Dianne Hackborn
· 13 years ago
dfc7fd7
Extend assist context to foreground services
by Adam Skory
· 13 years ago
614b4c4
Merge "Refactor ProcessStats, ProcessTracker."
by Dianne Hackborn
· 13 years ago
d293224
Refactor ProcessStats, ProcessTracker.
by Dianne Hackborn
· 13 years ago
4373232
Merge "Extend clearing of mLastPausedActivity."
by Craig Mautner
· 13 years ago
0f92274
Extend clearing of mLastPausedActivity.
by Craig Mautner
· 13 years ago
254798f
Merge "Add a new process state for "service restarting"."
by Dianne Hackborn
· 13 years ago
f140fd9
Clear last paused activity.
by Craig Mautner
· 13 years ago
8eea0fc
Add a new process state for "service restarting".
by Dianne Hackborn
· 13 years ago
f1cca18
Try to improve PSS collection.
by Dianne Hackborn
· 13 years ago
805f52d
Report more memory tuning info.
by Dianne Hackborn
· 13 years ago
a752469
Merge "Make WebViewProvider constants private"
by Jonathan Dixon
· 13 years ago
635a6d5
Fix some oom tuning and display size stuff.
by Dianne Hackborn
· 13 years ago
09397ba
Make WebViewProvider constants private
by Jonathan Dixon
· 13 years ago
bf36ee2
Allow services to execute in the background scheduling group.
by Dianne Hackborn
· 13 years ago
ddb1428
Merge "set the extra_free_kbytes kernel vm tunable"
by Colin Cross
· 13 years ago
59d80a5
set the extra_free_kbytes kernel vm tunable
by Colin Cross
· 13 years ago
244f5d2
Proc stats: include information about config.
by Dianne Hackborn
· 13 years ago
fcdad6f
add overlays to override lowmemorykiller adjustment values
by Colin Cross
· 13 years ago
85df4e0
Fix another problem with procstats bucketing.
by Dianne Hackborn
· 13 years ago
eb54cc7
Merge "Fix bug that was causing us to lose total memory buckets."
by Dianne Hackborn
· 13 years ago
bd754f4
Fix bug that was causing us to lose total memory buckets.
by Dianne Hackborn
· 13 years ago
7aee681
Merge "Set task and activity types when adding to task."
by Craig Mautner
· 13 years ago
2c1faed
Set task and activity types when adding to task.
by Craig Mautner
· 13 years ago
57a7f59
Add "adb shell am restart" command.
by Dianne Hackborn
· 13 years ago
8817610
Remove stopping activity from activities to stop
by Craig Mautner
· 13 years ago
acb837f
Merge "Fix home activity and user switch interactions."
by Craig Mautner
· 13 years ago
ac6f843
Fix home activity and user switch interactions.
by Craig Mautner
· 13 years ago
5408ae8
Merge "Use virtual screen size to determine lowmemorykiller tuning"
by Colin Cross
· 13 years ago
637dbfc
Use virtual screen size to determine lowmemorykiller tuning
by Colin Cross
· 13 years ago
8585d68
Fix issue #9913990: Background processes are being added to...
by Dianne Hackborn
· 13 years ago
cdae0f3
Merge "Switch proc stats to use new process state constants."
by Dianne Hackborn
· 13 years ago
0a880d0
Merge "Increase swappiness of processes when memcgroups are enabled"
by Rom Lemarchand
· 13 years ago
c823051
Switch proc stats to use new process state constants.
by Dianne Hackborn
· 13 years ago
5534ba9
Increase swappiness of processes when memcgroups are enabled
by Rom Lemarchand
· 13 years ago
a413dc0
Add new proc state constants and delivery.
by Dianne Hackborn
· 13 years ago
cf117164
Reduce some event log noise:
by Dianne Hackborn
· 13 years ago
ed41159
Fix build
by Amith Yamasani
· 13 years ago
abee69b
am 8361a9f7: am 1a1a7c08: am 06a441de: Merge "Pass along the user id to AttributeCache requests" into jb-mr2-dev
by Amith Yamasani
· 13 years ago
8361a9f
am 1a1a7c08: am 06a441de: Merge "Pass along the user id to AttributeCache requests" into jb-mr2-dev
by Amith Yamasani
· 13 years ago
9865ef1
Merge "Add -c option to meminfo to dump a compact form."
by Dianne Hackborn
· 13 years ago
20cdcee
Add -c option to meminfo to dump a compact form.
by Dianne Hackborn
· 13 years ago
4befbec
Pass along the user id to AttributeCache requests
by Amith Yamasani
· 13 years ago
fb20eb4
Merge "Add convertToTranslucent to API."
by Craig Mautner
· 13 years ago
1304f4a
Add new location monitoring op, make some of app ops public.
by Dianne Hackborn
· 13 years ago
5eda9b3
Add convertToTranslucent to API.
by Craig Mautner
· 13 years ago
a4cc205
More procstats work.
by Dianne Hackborn
· 13 years ago
785a221
Merge "Move mLaunchingActivity from stack to supervisor."
by Craig Mautner
· 13 years ago
7ea5bd4
Move mLaunchingActivity from stack to supervisor.
by Craig Mautner
· 13 years ago
cee04b5
Add traces for app launch / fully drawn times.
by Dianne Hackborn
· 13 years ago
169c803
Improve how procstats history/checkins are managed.
by Dianne Hackborn
· 13 years ago
2286cdc
Misc memory stuff.
by Dianne Hackborn
· 13 years ago
bae8614
Merge "Fix issue #9611000: Random run-time restarts"
by Dianne Hackborn
· 13 years ago
89d62fb
Merge "Set focus to launcher activity on return."
by Craig Mautner
· 13 years ago
0d71de2
Fix issue #9611000: Random run-time restarts
by Dianne Hackborn
· 13 years ago
904a857
More work on procstats: save/restore state, fixes.
by Dianne Hackborn
· 13 years ago
a8a90e0
Set focus to launcher activity on return.
by Craig Mautner
· 13 years ago
2179a52
Merge "Start really collecting PSS data for process stats."
by Dianne Hackborn
· 13 years ago
cfc837f
Start really collecting PSS data for process stats.
by Dianne Hackborn
· 13 years ago
5729b81
Merge "Add API to convert translucent Activity to opaque."
by Craig Mautner
· 13 years ago
97e1d53
Merge "Fix issue #9586838: Crash after waking up Hammerhead device"
by Dianne Hackborn
· 13 years ago
ebe8306
Fix issue #9586838: Crash after waking up Hammerhead device
by Dianne Hackborn
· 13 years ago
8cbafbe
Merge "Add debug for specific bug."
by Craig Mautner
· 13 years ago
e7c58b6
Add debug for specific bug.
by Craig Mautner
· 13 years ago
053f61d
Work on issue #9586838: Crash after waking up Hammerhead device
by Dianne Hackborn
· 13 years ago
b4e1249
Add new ActivityManager.isLowRamDevice().
by Dianne Hackborn
· 13 years ago
13ac041
Update procstats to start collecting/reporting pss.
by Dianne Hackborn
· 13 years ago
4addfc5
Add API to convert translucent Activity to opaque.
by Craig Mautner
· 13 years ago
d982851
Merge "Use FastPrintWriter... everywhere."
by Dianne Hackborn
· 13 years ago
8c84109
Use FastPrintWriter... everywhere.
by Dianne Hackborn
· 13 years ago
a3f62a8
Merge "When an app dies launch home conditionally."
by Craig Mautner
· 13 years ago
37f748d
When an app dies launch home conditionally.
by Craig Mautner
· 13 years ago
3af16b2
Merge "Improve FastPrintWriter."
by Dianne Hackborn
· 13 years ago
e5a9c92
Improve FastPrintWriter.
by Dianne Hackborn
· 13 years ago
7a78b39
Merge "Fix unnecessary and harmful task movement."
by Craig Mautner
· 13 years ago
f0ac5c8
Fix unnecessary and harmful task movement.
by Craig Mautner
· 13 years ago
Next »