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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix issue #2492387: system server crash in WallpaperManagerService
Dianne Hackborn
2010-03-11
1
-0
/
+6
*
Add correct copyright headers to multiple files
Kenny Root
2010-03-11
18
-0
/
+287
*
Merge "Preserve widgets on upgrade. Bug #2464545"
Romain Guy
2010-03-11
1
-1
/
+6
|
\
|
*
Preserve widgets on upgrade.
Romain Guy
2010-03-11
1
-1
/
+6
*
|
Merge "Stop creating threads for tethering."
Robert Greenwalt
2010-03-11
2
-9
/
+13
|
\
\
|
*
|
Stop creating threads for tethering.
Robert Greenwalt
2010-03-11
2
-9
/
+13
*
|
|
Merge "Need to keep new package's cert when using original-package."
Dianne Hackborn
2010-03-11
1
-0
/
+4
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Need to keep new package's cert when using original-package.
Dianne Hackborn
2010-03-11
1
-0
/
+4
*
|
|
Merge "Support old/new package names for widgets."
Romain Guy
2010-03-11
1
-0
/
+10
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Support old/new package names for widgets.
Romain Guy
2010-03-11
1
-0
/
+10
*
|
|
Merge "Fix issue #2461567: Home screen redraw messed up"
Dianne Hackborn
2010-03-11
1
-4
/
+31
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Fix issue #2461567: Home screen redraw messed up
Dianne Hackborn
2010-03-11
1
-4
/
+31
|
|
/
*
|
Move boot log file writing into a background thread to avoid ANR.
Dan Egnor
2010-03-11
1
-32
/
+35
*
|
Merge "MountService: If USB cable is unplugged while UMS is active, clean up ...
San Mehat
2010-03-11
1
-0
/
+25
|
\
\
|
*
|
MountService: If USB cable is unplugged while UMS is active, clean up and rem...
San Mehat
2010-03-11
1
-0
/
+25
|
|
/
*
|
Turn off pulsing jogball while on a call.
Daniel Sandler
2010-03-11
1
-1
/
+8
|
/
*
Don't remove alarms for packages that are being updated.
Dianne Hackborn
2010-03-10
1
-0
/
+5
*
Applications should -not- be able to set preferred activities.
Dianne Hackborn
2010-03-10
1
-3
/
+7
*
Merge "Disable USB Tethering when UMS is active"
Robert Greenwalt
2010-03-10
1
-11
/
+31
|
\
|
*
Disable USB Tethering when UMS is active
Robert Greenwalt
2010-03-10
1
-11
/
+31
*
|
Merge "Fix rare NPE in DropBoxManagerService"
Dan Egnor
2010-03-10
1
-1
/
+3
|
\
\
|
*
|
Fix rare NPE in DropBoxManagerService
Dan Egnor
2010-03-10
1
-1
/
+3
*
|
|
Merge "Make HiPri work when already connected."
Robert Greenwalt
2010-03-10
1
-1
/
+3
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Make HiPri work when already connected.
Robert Greenwalt
2010-03-10
1
-1
/
+3
|
|
/
*
|
Merge "Further improvements to window management!"
Dianne Hackborn
2010-03-10
3
-245
/
+328
|
\
\
|
*
|
Further improvements to window management!
Dianne Hackborn
2010-03-10
3
-245
/
+328
|
|
/
*
|
Clean up native access from framework
Irfan Sheriff
2010-03-10
1
-10
/
+10
|
/
*
Rename ApplicationInfo.FLAG_ON_SDCARD to ApplicationInfo.FLAG_EXTERNAL_ST...
Suchi Amalapurapu
2010-03-10
1
-8
/
+8
*
Re-organize access to native interface through WifiStateTracker
Irfan Sheriff
2010-03-10
1
-154
/
+136
*
Merge "Fix NO_CONNECTIVITY flag in some cases."
Robert Greenwalt
2010-03-09
1
-0
/
+2
|
\
|
*
Fix NO_CONNECTIVITY flag in some cases.
Robert Greenwalt
2010-03-09
1
-0
/
+2
*
|
Merge "Don't let hidden keyguard interfere with button and screen brightness ...
Mike Lockwood
2010-03-09
1
-3
/
+4
|
\
\
|
*
|
Don't let hidden keyguard interfere with button and screen brightness overrides
Mike Lockwood
2010-03-09
1
-3
/
+4
*
|
|
Merge "Add new shutdown observer for MountService. Use new observer before re...
Mike Lockwood
2010-03-09
3
-73
/
+117
|
\
\
\
|
*
|
|
Add new shutdown observer for MountService.
Suchi Amalapurapu
2010-03-09
3
-73
/
+117
|
|
/
/
*
|
|
Re-add tethered notification to framework.
Robert Greenwalt
2010-03-09
1
-52
/
+109
|
|
/
|
/
|
*
|
Add conditions to check for updated system applications. Restrict them
Suchi Amalapurapu
2010-03-09
1
-4
/
+65
|
/
*
Merge "location: dump LocationProvider internal state"
Mike Lockwood
2010-03-08
1
-1
/
+10
|
\
|
*
location: dump LocationProvider internal state
Fred Fettinger
2010-03-07
1
-1
/
+10
*
|
Disable car mode should not require DISABLE_KEYGUARD permission
Tobias Haamel
2010-03-08
1
-0
/
+2
|
/
*
Refactor android.backup => android.app.backup
Christopher Tate
2010-03-05
7
-20
/
+20
*
Merge "Add null checks for strings"
Suchi Amalapurapu
2010-03-05
1
-41
/
+45
|
\
|
*
Add null checks for strings
Suchi Amalapurapu
2010-03-05
1
-41
/
+45
*
|
Keep screen on when in car mode and the device is powered.
Mike Lockwood
2010-03-05
1
-1
/
+41
*
|
Disable the keyguard when in car mode
Mike Lockwood
2010-03-05
1
-2
/
+25
|
/
*
Refactor car mode.
Dianne Hackborn
2010-03-05
3
-517
/
+642
*
Merge "Fix persisting flags for apps with data only Force gc's before deletin...
Suchi Amalapurapu
2010-03-05
1
-16
/
+30
|
\
|
*
Fix persisting flags for apps with data only
Suchi Amalapurapu
2010-03-04
1
-16
/
+30
*
|
fix NullPointerException if location is not set.
Bernd Holzhey
2010-03-05
1
-2
/
+11
*
|
Merge "Update framework tethering UI"
Robert Greenwalt
2010-03-04
1
-142
/
+0
|
\
\
[next]