index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
services
/
java
/
com
/
android
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor ActivityManagerService activity stack.
Dianne Hackborn
2010-06-25
4
-3605
/
+3766
*
Merge "Make bad notifications crash their application." into gingerbread
Dianne Hackborn
2010-06-24
3
-8
/
+82
|
\
|
*
Make bad notifications crash their application.
Dianne Hackborn
2010-06-24
3
-8
/
+82
*
|
am 5827d3ea: Merge "Properly note the current active restore set\'s token" in...
Dianne Hackborn
2010-06-24
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Properly note the current active restore set's token
Christopher Tate
2010-06-24
1
-1
/
+1
*
|
Some ActivityThread/ActivityManager cleanup.
Dianne Hackborn
2010-06-24
9
-264
/
+265
*
|
Add APIs for finding heavy-weight apps.
Dianne Hackborn
2010-06-24
1
-0
/
+3
*
|
Add a new UEventObserver subclass to broadcast an Intent whe USB state changes.
Mike Lockwood
2010-06-24
2
-1
/
+209
*
|
Merge "Fix bug 2772728 with the suggested fix. I wasn't able to reproduce it...
Joe Onorato
2010-06-23
1
-0
/
+1
|
\
\
|
*
|
Fix bug 2772728 with the suggested fix. I wasn't able to reproduce it though.
Joe Onorato
2010-06-16
1
-0
/
+1
*
|
|
Immersive activity API.
Daniel Sandler
2010-06-23
2
-0
/
+34
*
|
|
GPS: remove GpsEventThread from GpsLocationProvider
Mike Lockwood
2010-06-22
1
-53
/
+3
*
|
|
More native input event dispatching.
Jeff Brown
2010-06-21
3
-255
/
+476
*
|
|
Fix NPE during ANRs.
Brad Fitzpatrick
2010-06-21
1
-1
/
+1
*
|
|
am 57f4503e: Work on issue # 2778549: Idle FRF72 is awake 18 mins more than E...
Dianne Hackborn
2010-06-17
1
-11
/
+57
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Work on issue # 2778549: Idle FRF72 is awake 18 mins more than ERE27 in 13hr ...
Dianne Hackborn
2010-06-17
1
-11
/
+57
*
|
|
Various improvements to battery stats collection
Dianne Hackborn
2010-06-16
2
-31
/
+21
|
|
/
|
/
|
*
|
StrictMode: implement the log-to-DropBox option
Brad Fitzpatrick
2010-06-14
1
-4
/
+35
*
|
am 46b9ac0a: Native input dispatch rewrite work in progress.
Jeff Brown
2010-06-13
4
-54
/
+1042
|
\
\
|
*
|
Native input dispatch rewrite work in progress.
Jeff Brown
2010-06-13
4
-54
/
+1042
*
|
|
More StrictMode work, handling violations in ActivityManagerService.
Brad Fitzpatrick
2010-06-11
3
-20
/
+22
*
|
|
Dont persist config on failure
Irfan Sheriff
2010-06-11
1
-2
/
+3
|
/
/
*
|
Adjust activity manager process OOM adj.
Dianne Hackborn
2010-06-11
2
-51
/
+93
*
|
am f4a502a2: Merge "Don\'t adjust lights if screen or button brightness is ch...
Mike Lockwood
2010-06-10
1
-2
/
+8
|
\
\
|
|
/
|
*
Merge "Don't adjust lights if screen or button brightness is changed when the...
Mike Lockwood
2010-06-10
1
-2
/
+8
|
|
\
|
|
*
Don't adjust lights if screen or button brightness is changed when the screen...
Mike Lockwood
2010-06-10
1
-2
/
+8
*
|
|
Introduce "StrictMode"
Brad Fitzpatrick
2010-06-10
2
-0
/
+151
*
|
|
am 8f2ca788: Merge "Fix bug 2757693 - Multi-touch coordinates can jump when a...
Adam Powell
2010-06-10
1
-0
/
+2
|
\
\
\
|
|
/
/
|
*
|
Merge "Fix bug 2757693 - Multi-touch coordinates can jump when a finger goes ...
Adam Powell
2010-06-10
1
-0
/
+2
|
|
\
\
|
|
*
|
Fix bug 2757693 - Multi-touch coordinates can jump when a finger goes down.
Adam Powell
2010-06-09
1
-0
/
+2
|
*
|
|
do not merge: cherry-picked 929b4855b8208d36272769e8eeaa6cd2823b94c0 from mas...
Nick Kralevich
2010-06-10
1
-1
/
+6
|
|
/
/
*
|
|
Merge "Fix a problem with leaking UDP sockets." into kraken
Nick Kralevich
2010-06-09
1
-1
/
+6
|
\
\
\
|
*
|
|
Fix a problem with leaking UDP sockets.
Nick Kralevich
2010-06-09
1
-1
/
+6
*
|
|
|
Move the status bar icon list, hopefully for the last time.
Joe Onorato
2010-06-09
1
-1
/
+1
*
|
|
|
Call into the notification manager when the panel is revealed.
Joe Onorato
2010-06-09
1
-22
/
+5
*
|
|
|
Move status_bar_latest_event and LatestItemView into SystemUI.apk.
Joe Onorato
2010-06-09
6
-43
/
+3
*
|
|
|
Start the status bar service based on a configuration option, instead of tram...
Joe Onorato
2010-06-09
1
-6
/
+7
*
|
|
|
Require the STATUS_BAR_SERVICE permission for something to be the status bar.
Joe Onorato
2010-06-09
1
-1
/
+15
*
|
|
|
Handle errors inflating notifications (and their icons).
Joe Onorato
2010-06-09
2
-0
/
+13
*
|
|
|
Cap the number of notifications that a given package can post.
Joe Onorato
2010-06-09
1
-0
/
+22
*
|
|
|
Move the usb mass storage notification & activity into SystemUI.apk.
Joe Onorato
2010-06-09
2
-667
/
+0
*
|
|
|
am 75b6a6b9: Merge "Fix 2737842: Disable KeguardManager API if device policy ...
Jim Miller
2010-06-08
2
-37
/
+68
|
\
\
\
\
|
|
/
/
/
|
/
|
/
/
|
|
/
/
|
*
|
Fix 2737842: Disable KeguardManager API if device policy is enabled
Jim Miller
2010-06-08
2
-37
/
+68
|
|
/
*
|
am bde25c20: Merge "Fix 2737842: disable keyguard API when device policy is e...
Jim Miller
2010-06-07
1
-18
/
+43
|
\
\
|
|
/
|
*
Merge "Fix 2737842: disable keyguard API when device policy is enabled." into...
Jim Miller
2010-06-07
1
-18
/
+43
|
|
\
|
|
*
Fix 2737842: disable keyguard API when device policy is enabled.
Jim Miller
2010-06-07
1
-18
/
+43
*
|
|
am ac24d23c: Merge "Don\'t bring up Launcher until after boot complete" into ...
Christopher Tate
2010-06-07
1
-1
/
+1
|
\
\
\
|
|
/
/
|
*
|
Merge "Don't bring up Launcher until after boot complete" into froyo
Christopher Tate
2010-06-07
1
-1
/
+1
|
|
\
\
|
|
*
|
Don't bring up Launcher until after boot complete
Christopher Tate
2010-06-07
1
-1
/
+1
|
|
|
/
*
|
|
am d1d9047d: Merge "Fix issue #2749322: addPackageToPreferred throws Security...
Dianne Hackborn
2010-06-07
1
-6
/
+2
|
\
\
\
|
|
/
/
[next]