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
*
Merge change 27078 into eclair
Android (Google) Code Review
2009-09-25
1
-1
/
+7
|
\
|
*
Fix generic build boot sequence.
David 'Digit' Turner
2009-09-25
1
-1
/
+7
*
|
A variety of work on animations.
Dianne Hackborn
2009-09-25
2
-108
/
+354
|
/
*
Merge change 26935 into eclair
Android (Google) Code Review
2009-09-25
1
-0
/
+2
|
\
|
*
Fix bug 2129190
Mike Cleron
2009-09-24
1
-0
/
+2
*
|
Disallow concurrent backups; consult transport requestBackupTime()
Christopher Tate
2009-09-24
1
-14
/
+44
|
/
*
Clear the device's data from the transport when backup is disabled
Christopher Tate
2009-09-24
1
-18
/
+236
*
Fix issue #2133206: dialogs/menus should auto-dismiss when screen turns off
Dianne Hackborn
2009-09-23
2
-0
/
+24
*
Merge change 26717 into eclair
Android (Google) Code Review
2009-09-23
1
-8
/
+12
|
\
|
*
Newer animations.
Dianne Hackborn
2009-09-23
1
-8
/
+12
*
|
Fix widget stopListening NPE.
Ken Shirriff
2009-09-23
1
-2
/
+4
|
/
*
Fix bug where onStartCommand() was never called with a null intent.
Dianne Hackborn
2009-09-23
1
-1
/
+1
*
Dock screen on config can now select AC or USB.
Dianne Hackborn
2009-09-22
1
-22
/
+23
*
If backup fails, reenqueue all of the affected packages for next time.
Christopher Tate
2009-09-22
1
-6
/
+25
*
Various fixes and improvements to window, activity.
Dianne Hackborn
2009-09-22
2
-21
/
+78
*
Merge change 26379 into eclair
Android (Google) Code Review
2009-09-22
1
-1
/
+1
|
\
|
*
Add parameter for the restore set (device id) data is being restored from to ...
Dan Egnor
2009-09-22
1
-1
/
+1
*
|
PowerManager: Require proximity sensor value be less than Sensor.getMaximumRa...
Mike Lockwood
2009-09-22
1
-1
/
+3
|
/
*
Merge change 26290 into eclair
Android (Google) Code Review
2009-09-21
1
-63
/
+70
|
\
|
*
Make IBackupTransport.finishBackup() also return an int code, since it too can
Dan Egnor
2009-09-21
1
-63
/
+70
*
|
Don't wake up the screen as soon as the lid opens.
Dianne Hackborn
2009-09-21
1
-3
/
+4
*
|
Turn animations on by default.
Dianne Hackborn
2009-09-21
2
-42
/
+94
|
/
*
Reset backup tracking in response to transport data-wipe notification
Christopher Tate
2009-09-21
1
-6
/
+70
*
Fix NPE crash-loop when cpufreq not available in the kernel.
Brad Fitzpatrick
2009-09-21
1
-16
/
+19
*
Merge change 26103 into eclair
Android (Google) Code Review
2009-09-20
1
-2
/
+12
|
\
|
*
Handle restore of the original naive wallpaper backup schema
Christopher Tate
2009-09-20
1
-2
/
+12
*
|
Track CPU speed stepping to get more accurate CPU cost per app.
Amith Yamasani
2009-09-20
3
-1
/
+83
|
/
*
Fix up the first-backup-ever tracking
Christopher Tate
2009-09-20
1
-19
/
+24
*
Add an 'init everything' operation to the first backup pass
Christopher Tate
2009-09-20
1
-3
/
+16
*
Merge change 25938 into eclair
Android (Google) Code Review
2009-09-20
1
-0
/
+4
|
\
|
*
Don't require WAKE_LOCK permission to enable wifi
Robert Greenwalt
2009-09-19
1
-0
/
+4
*
|
Merge change 25944 into eclair
Android (Google) Code Review
2009-09-20
1
-9
/
+15
|
\
\
|
*
|
Wake the screen if the proximity wakelock is released while the proximity sen...
Mike Lockwood
2009-09-20
1
-9
/
+15
*
|
|
Change the broadcast intent for dock state changes from a sticky broadcast to
Mike LeBeau
2009-09-19
1
-25
/
+48
|
|
/
|
/
|
*
|
Add better APIs for the battery status, and other cleanup.
Dianne Hackborn
2009-09-19
1
-11
/
+10
*
|
Fix transformation on windows.
Dianne Hackborn
2009-09-18
1
-1
/
+2
|
/
*
Merge change 25628 into eclair
Android (Google) Code Review
2009-09-18
1
-1
/
+11
|
\
|
*
Inefficient but correct fix for 2122381: call finishBackup after every perfor...
Dan Egnor
2009-09-17
1
-1
/
+11
*
|
Merge change 25752 into eclair
Android (Google) Code Review
2009-09-18
1
-0
/
+7
|
\
\
|
*
|
Add a Gservices setting to controll the app error reporting feature.
Jacek Surazski
2009-09-18
1
-0
/
+7
*
|
|
Show the live wallpaper on the lock screen.
Dianne Hackborn
2009-09-18
1
-10
/
+36
|
/
/
*
|
Fix issue #2093608: Calendar widget takes a few seconds to launch
Dianne Hackborn
2009-09-17
2
-5
/
+13
*
|
Report NO_CONNECTIVITY when failover net unavail
Robert Greenwalt
2009-09-17
1
-0
/
+2
*
|
Merge change 25626 into eclair
Android (Google) Code Review
2009-09-17
1
-1
/
+4
|
\
\
|
|
/
|
/
|
|
*
Check if rename of current settings file was successful before persisting
Suchi Amalapurapu
2009-09-17
1
-1
/
+4
*
|
Merge change 25526 into eclair
Android (Google) Code Review
2009-09-17
1
-15
/
+6
|
\
\
|
*
|
Add API to retrieve memory used by running processes.
Dianne Hackborn
2009-09-17
1
-15
/
+6
|
|
/
*
|
Merge change 25490 into eclair
Android (Google) Code Review
2009-09-17
1
-3
/
+0
|
\
\
|
|
/
|
/
|
|
*
Revert "Don't activate keyguard if screen is turned off while proximity senso...
Mike Lockwood
2009-09-17
1
-3
/
+0
*
|
LocationManagerService: Take fix accuracy into account in proximity zone logic.
Yusuf T. Mobile
2009-09-17
1
-3
/
+4
|
/
[next]