Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
frameworks_base
/
2bd83c00a0c72d3f6bd929c4df5fe83ee31b4704
/
services
/
java
/
com
/
android
/
server
/
am
e4a5951
Fix issue #3154576: battery stats checkin should include UID -> packages+ map
by Dianne Hackborn
· 16 years ago
5383f50
Fix issue #3122240: Expose xlarge in GB.
by Dianne Hackborn
· 16 years ago
4249917
Implement issue #3094621 and #3094609 - wipe sd card
by Dianne Hackborn
· 16 years ago
2d3f159
Add support for secure system overlays. (DO NOT MERGE)
by Jeff Brown
· 16 years ago
8bdf593
Work on issue #3101415: Crespo apps seem to have their UID changed over time.
by Dianne Hackborn
· 16 years ago
efb5810
Debug logs for issue #3101415: Apps seem to have their UID changed over time.
by Dianne Hackborn
· 16 years ago
ba0492d
Fix issue #3089800: adb shell am -W causes ActivityManager crash
by Dianne Hackborn
· 16 years ago
043fcd9
Work on issue #3062691: GPS enable bypass via com.android.settings.widget.SettingsAppWidgetProvider
by Dianne Hackborn
· 16 years ago
3c4c2b7
Fix issue #3001368: API REVIEW: android.app.Activity
by Dianne Hackborn
· 16 years ago
54e570f
Make it easier to figure out whether an app can go on sd card.
by Dianne Hackborn
· 16 years ago
cef65ee
Rub in a little 'ol log-b-gone.
by Dianne Hackborn
· 16 years ago
48058e8
Fixes to granting URI permissions - take into account path perms.
by Dianne Hackborn
· 16 years ago
8313fc7
Allow all apps to call ContentResolver.getType().
by Dianne Hackborn
· 16 years ago
4d94a76
Fixed some timeout and lock reentrance issues with broadcasts.
by Jeff Brown
· 16 years ago
cbb7b05
Merge "Crash apps when they provide bad notifications instead of crashing the system process." into gingerbread
by Joe Onorato
· 16 years ago
eaa07187
Crash apps when they provide bad notifications instead of crashing the system process.
by Joe Onorato
· 16 years ago
287952c
Fix issue #3022508: Crash during media scan
by Dianne Hackborn
· 16 years ago
0674069
Fix a deadlock I ran into.
by Dianne Hackborn
· 16 years ago
034093a4
Fix issue #2999757: "Application Redirected" dialogue showing up erratically
by Dianne Hackborn
· 16 years ago
8891fdc
Fix #2999258: ANR in Settings after every reboot
by Dianne Hackborn
· 16 years ago
ce2ef76
Some battery improvements:
by Dianne Hackborn
· 16 years ago
58e0eef
Improve power tracking of WIFI use.
by Dianne Hackborn
· 16 years ago
536ee09
Merge "Fix name shadowing bug with revoking URI permissions." into gingerbread
by Steve Howard
· 16 years ago
0de8ddb
Fix name shadowing bug with revoking URI permissions.
by Steve Howard
· 16 years ago
8c5755a
Work on issue #2991868: A toast pops up informing users...
by Dianne Hackborn
· 16 years ago
7e9f4eb
Track client requests through location manager.
by Dianne Hackborn
· 16 years ago
1e02d36
Enable strictmode logging in system_server & add a lock.
by Brad Fitzpatrick
· 16 years ago
0dad364a
Add toast when an app intercepts the launch of another app.
by Dianne Hackborn
· 16 years ago
0d903a8
People holding partial wake locks now get blamed for CPU usage.
by Dianne Hackborn
· 16 years ago
482566e
These are not ready to be exposed. Also rename them to be better.
by Dianne Hackborn
· 16 years ago
a1c69e0
Fix a small bug when granting permissions through activity results.
by Dianne Hackborn
· 16 years ago
6b1afeb
Improve debug output when an ANR happens.
by Dianne Hackborn
· 16 years ago
d02bdaa
Remove experimental immersive mode support. DO NOT MERGE
by Daniel Sandler
· 16 years ago
02486b1
Hide heavy-weight API.
by Dianne Hackborn
· 16 years ago
7e26964
Don't retain global ref to last inflated context.
by Dianne Hackborn
· 16 years ago
43d9ac8
Fix a fun bug with multiple service bindings from an activity.
by Dianne Hackborn
· 16 years ago
39792d2
Fix bugs with granting permissions through onNewIntent().
by Dianne Hackborn
· 16 years ago
b424b63
Fix issue #2845673: android:exported="false" is not obeyed
by Dianne Hackborn
· 16 years ago
1ebccf5
Fix problems with determining when to kill apps for wake usage.
by Dianne Hackborn
· 16 years ago
9adb9c3
Various battery info things:
by Dianne Hackborn
· 16 years ago
f4c454b
New system property "sys.boot_completed" set to 1 when boot completed.
by Dianne Hackborn
· 16 years ago
9b87770
Merge "Fix crash when startForeground posts a broken Notification." into gingerbread
by Daniel Sandler
· 16 years ago
d0a2f86
Fix crash when startForeground posts a broken Notification.
by Daniel Sandler
· 16 years ago
389a916
Usage Stats: don't block writing stats to disk.
by Brad Fitzpatrick
· 16 years ago
cb9ceb1
StrictMode: time violations in Binder calls
by Brad Fitzpatrick
· 16 years ago
e73eb53
Cap the size of StrictMode buffering we do before calling DropBox.
by Brad Fitzpatrick
· 16 years ago
14bfa39
Infrastructure to report running services to developer.
by Dianne Hackborn
· 16 years ago
ad13b98
StrictMode: batch drop box writes for system apps
by Brad Fitzpatrick
· 16 years ago
160edb3
Add ability to guard a thread against setting its own prio to bg
by Christopher Tate
· 16 years ago
c27181c
Remove memory monitoring from the system watchdog
by Christopher Tate
· 16 years ago
50dc3bc
Refactor ActivityManagerService activity stack.
by Dianne Hackborn
· 16 years ago
9d39d0c
Make bad notifications crash their application.
by Dianne Hackborn
· 16 years ago
01e4cfc
Some ActivityThread/ActivityManager cleanup.
by Dianne Hackborn
· 16 years ago
baf42c6
Add APIs for finding heavy-weight apps.
by Dianne Hackborn
· 16 years ago
69a4817
Immersive activity API.
by Daniel Sandler
· 16 years ago
04b243d
Fix NPE during ANRs.
by Brad Fitzpatrick
· 16 years ago
6b7b484
Various improvements to battery stats collection
by Dianne Hackborn
· 16 years ago
143666f
StrictMode: implement the log-to-DropBox option
by Brad Fitzpatrick
· 16 years ago
46d4238
More StrictMode work, handling violations in ActivityManagerService.
by Brad Fitzpatrick
· 16 years ago
32907cf
Adjust activity manager process OOM adj.
by Dianne Hackborn
· 16 years ago
438d059
Introduce "StrictMode"
by Brad Fitzpatrick
· 16 years ago
8a7fa44
am ac24d23c: Merge "Don\'t bring up Launcher until after boot complete" into froyo
by Christopher Tate
· 16 years ago
04c0af8
Don't bring up Launcher until after boot complete
by Christopher Tate
· 16 years ago
b7bb3b3
Fix bug in reporting a processes's dependent component.
by Dianne Hackborn
· 16 years ago
860755f
Add support for heavy-weight applications.
by Dianne Hackborn
· 16 years ago
6ee412d
Also dump system process threads halfway through the watchdog interval
by Christopher Tate
· 16 years ago
acf8474
Don't enforce broadcast timeouts for PRE_BOOT_COMPLETED broadcasts.
by Jeff Hamilton
· 16 years ago
6f86c0e
Fix issue #2676378: Activity Manager Crash on FRF40
by Dianne Hackborn
· 16 years ago
906497c
Hopefully fix issue #2662536: Why is launcher being killed?
by Dianne Hackborn
· 16 years ago
4416c3d
Fix issue #2643754: Launcher is caching widget layouts for too long
by Dianne Hackborn
· 16 years ago
149427c
Fix issue #2621809: Kill! Kill! Kill!
by Dianne Hackborn
· 16 years ago
8633e68e
Fix issue #2619247: Music sometimes stops playing when navigation talks
by Dianne Hackborn
· 16 years ago
b213d10
Reduce lock contention, removing unnecessary synchronization.
by Brad Fitzpatrick
· 16 years ago
01fad4a
Ease contention on the mProcessStatsThread mutex in updateCpuStats.
by Brad Fitzpatrick
· 16 years ago
b67fa45
Fix issue #258640: Automatic propagation of FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET
by Dianne Hackborn
· 16 years ago
399cccb
Fix issue #593153: Broadcast time out when sending...
by Dianne Hackborn
· 16 years ago
53d9264d
Fix issue #2555171: Switching to app immediately after unmounting...
by Dianne Hackborn
· 16 years ago
472ad87
Fix issue #2528537: android.os.DeadObjectException
by Dianne Hackborn
· 16 years ago
f83c555
Fix issue #2561067: Screen Display half faded...
by Dianne Hackborn
· 16 years ago
e252246
Fix issue #2547337: switching night modes
by Dianne Hackborn
· 16 years ago
ad5499d
Hopefully get rid of some ANRs.
by Dianne Hackborn
· 16 years ago
d49258f
Fix issue #2544466: Car Home brightness icon comes and goes while phone is in car dock in FRE83
by Dianne Hackborn
· 16 years ago
f7f5dda
Add new activity manager method to get list of running applications installed on sdcard.
by Suchi Amalapurapu
· 16 years ago
2ccda4d
Improve switching to car mode, retain night mode option.
by Dianne Hackborn
· 16 years ago
e99bb5f
Add new method call back in MountService.
by Suchi Amalapurapu
· 16 years ago
4cee725
Use atomic++ rather than lock/++/unlock in the input dispatch code path
by Christopher Tate
· 16 years ago
1afd1c9
Maybe fix issue #2457218: Corrupt batterystats.bin file preventing phone boot - LIBtt68127
by Dianne Hackborn
· 16 years ago
d4310ac
Rework permissions to be retained when an app is temporarily uninstalled.
by Dianne Hackborn
· 16 years ago
5c83a5f
resolved conflicts for merge of 2ecce34f to master
by Dianne Hackborn
· 16 years ago
061d58a
Fix problem with starting a translucent activity in onCreate().
by Dianne Hackborn
· 16 years ago
a455d19
Record some logcat output with crashes, ANRs, etc..
by Dan Egnor
· 16 years ago
b62f959
Fix problems with new PowerManager.reboot() implementation.
by Mike Lockwood
· 16 years ago
2ecce34
Synchronize access to *Locked() functions
by Josh Bartel
· 16 years ago
b8b11a0
Further improvements to window management!
by Dianne Hackborn
· 16 years ago
7f20874
Rename functions which ought to be named *Locked()
by Josh Bartel
· 16 years ago
4528186
Refactor android.backup => android.app.backup
by Christopher Tate
· 16 years ago
9bdc94b
Improve watchdog diagnostics.
by Dan Egnor
· 16 years ago
20cb56e
Fix some bugs.
by Dianne Hackborn
· 16 years ago
5d3bea6
fix the build
by Joe Onorato
· 16 years ago
8a9b220
Switch the services library to using the new Slog
by Joe Onorato
· 16 years ago
Next »