Android-x86
Fork
Faire un don

  • R/O
  • HTTP
  • SSH
  • HTTPS

frameworks-policies-base: Listed des commits

frameworks/policies/base


RSS
Révision l'heure Auteur
730321a eclair-x86 2010-04-16 15:54:47 yisun

move the power off and reboot the upper positions

83bd970 2010-04-16 14:19:49 Yi Sun

make nicer keyguard window for PC

1f887dd 2010-04-16 14:19:47 Yi Sun

Disable the provision check

Sometimes, the value of provision changed randomly and cause
the keyguard to not show up. Disabling the provision check
for now until I find the real bug.

727752b 2010-04-16 14:19:29 Yi Sun

KeyguardViewMediator: fix a race condition

There could a race condition where the lock screen does not show up before
the machine went into sleep. Remove the screenon flag check so that machine
can go back to sleep after show the lock screen.

7602e49 2010-04-16 14:18:15 Kelly2.Blue

enable softkeyboard

0829965 2010-04-16 14:09:47 Yi Sun

make the mouse events wake event

f2a14b0 2010-04-16 12:52:52 Yi Sun

port sleep, wifi and volume mute support from mid policy to phone policy

669fd77 2010-04-16 12:47:18 Yi Sun

switch to use phone policy

1. force the status bar to show up in all the cases so that touch
only device can always use the touch events on the status bar to
simulate the menu,back and home key.
2. port the power dialog changes from mid policy.

f010b5d 2010-02-13 05:12:06 Wink Saville

Change EndCallBehavior while in UTS test mode.

When in UTS test mode this reverts the behavior
of the end key as it was in cupcake. When not in
UTS test mode the behavior is as before the change.

The UTS test mode is enabled when presist.sys.uts-test-mode is 1.

Bug: 2402366
Change-Id: I81359f3870a1e4da513f76c32aecdb7dfdf3bacf

1fb2a6c 2010-02-06 01:09:38 The Android Open Source Project

reconcile main tree with open-source eclair

dda74d1 2010-01-30 07:09:18 The Android Open Source Project

reconcile android-2.1_r1 snapshot

f2be271 2010-01-23 12:38:42 Jim Miller

Fix 2287263: Change carrier TextView to be 1 line and marquee if text is too long.

This is intended as a workaround for the long text lines introduced in https://android-git.corp.google.com/g/#change,38100.
Added explicit TextView.setColor() to workaround bug with TextView.setSelected().

36a6ec1 2010-01-23 03:08:23 John Wang

Merge "Update carrier display in lockscreen." into eclair

6a50307 2010-01-22 10:30:07 John Wang

Update carrier display in lockscreen.

For bug 2352904, lockscreen need clearly show "Emergency Calls Only" status no matter with SIM status.

The change is to show both SIM card status and carrier PLMN including "Emergency Calls Only" status.

ccd5aee 2010-01-22 06:38:44 Mike Lockwood

Workaround for a keyguard problem that appeared in the in call screen.

While in call, pressing the power key to turn off the screen caused the Home button
to no longer work after rewaking the screen due to the KeyguardViewMediator mHidden flag not being set.

Change-Id: I322317671b2e5e32de23ed524f6e4808b0334c12
BUG: 2382766

Signed-off-by: Mike Lockwood <lockwood@android.com>

a3b4a81 2010-01-16 10:20:35 Jim Miller

Merge "Fix for 2292713: Remove workaround that hides SlidingTab widget while internal state is inconsistent." into eclair

607d068 2010-01-16 09:39:16 Jim Miller

Fix for 2292713: Remove workaround that hides SlidingTab widget while internal state is inconsistent.

The previous workaround for this race condition prevented glitches by postponing drawing the SlidingTab until the internal state was consistent. Unfortunately, the InCallScreen seems to trigger this most of the time if the keyboard is open or the last application was in landscape mode.

Instead, we'll handle this separately in lockscreen.

5b2151a 2010-01-15 10:20:31 Mike Lockwood

Do not turn off screen immediately after undocking.

Change-Id: I1d01d141961d1e26d814a202745ce77678fd4518
BUG: 2356385

Signed-off-by: Mike Lockwood <lockwood@android.com>

9c832dd 2010-01-13 08:19:04 The Android Open Source Project

android-2.1_r1 snapshot

27517b2 2010-01-07 02:50:40 Ying Wang

Still use ro.monkey

http://b/issue?id=1681101

4d3a972 2010-01-05 04:57:30 Ying Wang

Rename ro.monkey to monkey.running

So that Monkey can set it before running and reset it after running.

4dbf514 2009-12-04 04:37:44 Dianne Hackborn

Fix issue #2302336: System dialogs are not being given a layer

Define a new dedicated layer for system dialogs and use it.

Change-Id: Iaa8b7a48617ae37ea3e83c9f77b1d357f750f5bc

db0ec64 2009-12-04 04:00:06 Android (Google) Code Review

Merge change I85572973 into eclair

* changes:
Do not show keyguard if screen is turned off by proximity sensor.

30429ac 2009-12-04 01:17:09 Daniel Sandler

Tiny code fix required for http://b/2260798 .

(We were trying to place the emergency call button beneath a
layout object that no longer exists, which is why it was
showing up at the top of the screen on top of other things.)

Change-Id: I10b8b90f0e5923edf5d672b822ee8da6e28933d2

4b9ebfa 2009-12-03 22:41:44 Mike Lockwood

Do not show keyguard if screen is turned off by proximity sensor.

Fixes bug b/2300622 (Proximity sensor always blows up the lock screen while in call)

Change-Id: I85572973c142a72b3bba0bb032e5d2f710b5e36c
Signed-off-by: Mike Lockwood <lockwood@android.com>

15ee33d 2009-12-03 03:50:45 Mike Lockwood

Revert "Fix problems with KeyguardManager.exitKeyguardSecurely() and the FLAG_SHOW_WHEN_LOCKED window manager flag."

We have a better solution for this in the Phone app.
This reverts commit b684251e8f1e85ea9483af2b80bc92f0fd8ded1c.

e7ef424 2009-12-02 15:56:24 Mike Lockwood

Fix volume keys when in-call and screen is off due to proximity sensor.

Fixes bug b/2297262 (Volume keys on passion don't work while in-call and phone is pressed to my ear)

Change-Id: I775daa24295482000f87273d1f84dd796fb0f4eb
Signed-off-by: Mike Lockwood <lockwood@android.com>

b684251 2009-12-02 15:56:13 Mike Lockwood

Fix problems with KeyguardManager.exitKeyguardSecurely() and the FLAG_SHOW_WHEN_LOCKED window manager flag.

Fixes b/2297221 ('Add call' button has no action, if call is answered on lockpattern screen)

Change-Id: I6df8f64dedc4d2d8b02f746213c7b1b336d6560e
Signed-off-by: Mike Lockwood <lockwood@android.com>

b64c72d 2009-11-29 10:58:22 Mike Lockwood

Fix bug 2290852: Screen wakes up in my pocket while listening to music

When the screen is off keyguard is open but hidden by another activity
make sure that non-waking events like volume key or track ball press
do not turn the screen back on.

Change-Id: Ie6b191360b903b54388a6f65680ccc3264a51dd8
Signed-off-by: Mike Lockwood <lockwood@android.com>

760d266 2009-11-25 07:00:23 Android (Google) Code Review

Merge change I9987ba41 into eclair

* changes:
Fix 2270597: Add callback to watch ringer state and update lock screen UI when it changes.

Afficher sur ancien navigateur de dépôt.