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
dcfaf97 2010-03-06 05:46:24 Mike Lockwood

Move dock wakelock code to UiModeManagerService.

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

7771ef0 2010-03-06 03:58:34 Dianne Hackborn

Update to use new dock broadcasts.

ae2c9ae 2010-03-05 23:34:52 Daniel Sandler

Use new vibrate icon in power menu.

Change-Id: I54725ae73bac731a2078a9c61d75d77c0cbb3680

ccd8264 2010-03-05 06:26:17 Jim Miller

Fix 2420689: Fix bug that prevents pattern unlock from showing lockout dialog.

This fixes the problem where the lockout dialog wasn't showing. It also fixes a problem
where the "forgot pattern" button would stop working.

b693873 2010-03-03 16:32:01 Dianne Hackborn

Fix issue #2445481: onNewIntent is called twice if SEARCH button is "long-pressed"

b65d331 2010-03-03 10:24:48 Jim Miller

Fix 2481917: allows keyboards with overlapping qwerty/numeric keys to work w/o requiring hitting the <alt> key.

Some devices have a qwerty layout without separate numeric keys. This makes PIN entry painful.
The workaround is to set an explicit numeric key listener when in numeric mode.

98625cb 2010-03-03 06:00:17 Jim Miller

Merge "Fix 2447470: always update the battery status when it's below the threshold."

888b24a 2010-03-02 14:43:11 Dianne Hackborn

Pointer location in framework, no longer need to link common.

32069dc 2010-03-02 10:16:11 Daniel Sandler

Support refined vibrate/silent behavior.

See change I14cf91b0 for explanation and required framework
support.

Bug: 2457183
Change-Id: I09ad7d697ff17c24fc41744ed70add214d132bd3

90ad1c5 2010-03-02 09:51:43 Jim Miller

Fix 2447470: always update the battery status when it's below the threshold.

Previously, the battery percentage was only shown when the battery level
transitioned below the LOW_BATTERY_THRESHOLD (20%). This change makes it so it gets updated
whenever we get a battery status update where the level is below LOW_BATTERY_THRESHOLD.

Note: this only applies to the pattern unlock screen.

50bb8c4 2010-02-26 14:33:48 Jim Miller

Fix 2468960: Make sure unlock screen gets updated when SIM state changes.

Added code to let us lazily re-create the unlock screen when the SIM
status changes. This fixes a bug where we sometimes show the Pattern/Password unlock
instead of the SIM PIN unlock due to an ordering issue with recent changes
to the telephony layer SIM update logic. It now correctly re-evaluates the SIM state
and updates the UI accordingly.

571b97d 2010-02-26 14:05:59 Jim Miller

Merge "Fix 2336057: Provide a way for the user to return to a call from LockScreen."

3261cc5 2010-02-26 14:04:58 Jim Miller

Fix 2336057: Provide a way for the user to return to a call from LockScreen.

This makes the "Emergency call" button dual-purpose. If there's a call in progress,
the button will show "Return to call" and take them back to the call.

648ac0f 2010-02-26 13:14:06 Jim Miller

Fix 2336057: Provide a way for the user to return to a call from LockScreen.

This makes the "Emergency call" button dual-purpose. If there's a call in progress,
the button will show "Return to call" and take them back to the call.

2cf49f3 2010-02-25 13:03:34 Dianne Hackborn

Update to reflect android-common no longer in framework.

f2c82c5 2010-02-23 05:11:05 Daniel Sandler

Move lockscreen sound effects to the system stream.

Bug: 2458106, 2451532
Change-Id: I01869e3fd461dc24aa3157bf38aba9d2967526ec

4de49ec 2010-02-23 03:27:55 Daniel Sandler

Suppress unlock noises while in-call.

Bug: 2458106

93815e6 2010-02-20 11:18:14 Jim Miller

Merge "Fix 2448345: Fix tactile feedback bug in password/PIN and pattern unlock."

c09f878 2010-02-19 12:55:29 Jim Miller

Fix 2448345: Fix tactile feedback bug in password/PIN and pattern unlock.

75eca96 2010-02-19 01:42:36 Daniel Sandler

Suppress screen lock sound effect on first boot.

Bug: 2453032

c9d00d2 2010-02-17 16:30:40 Jim Miller

Merge "Partial Fix for 2416967: Fix potential memory leak in PasswordUnlockScreen."

40642e5 2010-02-17 13:18:54 Jim Miller

Partial Fix for 2416967: Fix potential memory leak in PasswordUnlockScreen.

PasswordUnlockScreen was previously registering for multiple callbacks which *sometimes*
caused a memory leak because a reference stuck around in the callback list. I wasn't able to
track down the cause, but it looks like an interaction between switching between various lockscreen
modes and ordering of CONFIGURATION_CHANGED events.

I found one instance where the callback was being registered twice (fixed). However, I'm
still able to reproduce the bug but far less frequently.

As a workaround, I've added code to prevent adding additional callbacks and added logging to
detect when a callback is already registered.

Also fixed an instance where we'd recreate the password unlock screen in LockPatternKeyguardView.updateScreen()
so it should be quite a bit faster switching orientations now.

Renamed UnlockScreen.java to PatternUnlockScreen.java for consistency.

31601a5 2010-02-13 13:33:46 Daniel Sandler

Merge "Support for lockscreen/keyguard sound effects."

afb01e0 2010-02-13 09:02:27 Wink Saville

am 79484171: am f010b5d2: Change EndCallBehavior while in UTS test mode.

Merge commit '794841710d11f59fd1736d1c889cc9b91f38f78e'

* commit '794841710d11f59fd1736d1c889cc9b91f38f78e':
Change EndCallBehavior while in UTS test mode.

7948417 2010-02-13 08:57:25 Wink Saville

am f010b5d2: Change EndCallBehavior while in UTS test mode.

Merge commit 'f010b5d26f1e1c93b93576995e76ffd63db2f96e' into eclair-plus-aosp

* commit 'f010b5d26f1e1c93b93576995e76ffd63db2f96e':
Change EndCallBehavior while in UTS test mode.

91971c3 2010-02-13 08:19:54 Amith Yamasani

Add a new KEYBOARD_TAP haptic feedback type for very short, low-latency vibration.

The minimum value varies from device to device, so this is useful for defining
the shortest and most efficient vibration. The VibratorService creates a Thread
when playing back vibration patterns, so this allows you to avoid thread creation
and associated scheduling delays by specifying a one-shot duration in the config
file.

f3f1c09 2010-02-13 06:36:00 Daniel Sandler

Support for lockscreen/keyguard sound effects.

See sibling change to frameworks/base (including basic
lockscreen sounds).

Change-Id: I62bb16b90c47353a3ca4a531e7f7d5b446486dde

a64ca83 2010-02-13 06:10:56 Dianne Hackborn

Add pointer location to window manager.

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

78a0b6d 2010-02-13 03:28:27 Adam Powell

Merge "Added haptic feedback support for scroll barriers"

Afficher sur ancien navigateur de dépôt.