summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-02-18Suppress screen lock sound effect on first boot.Daniel Sandler
Bug: 2453032
2010-02-16Merge "Partial Fix for 2416967: Fix potential memory leak in ↵Jim Miller
PasswordUnlockScreen."
2010-02-16Partial Fix for 2416967: Fix potential memory leak in PasswordUnlockScreen.Jim Miller
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.
2010-02-12Merge "Support for lockscreen/keyguard sound effects."Daniel Sandler
2010-02-12am 79484171: am f010b5d2: Change EndCallBehavior while in UTS test mode.Wink Saville
Merge commit '794841710d11f59fd1736d1c889cc9b91f38f78e' * commit '794841710d11f59fd1736d1c889cc9b91f38f78e': Change EndCallBehavior while in UTS test mode.
2010-02-12am f010b5d2: Change EndCallBehavior while in UTS test mode.Wink Saville
Merge commit 'f010b5d26f1e1c93b93576995e76ffd63db2f96e' into eclair-plus-aosp * commit 'f010b5d26f1e1c93b93576995e76ffd63db2f96e': Change EndCallBehavior while in UTS test mode.
2010-02-12Add a new KEYBOARD_TAP haptic feedback type for very short, low-latency ↵Amith Yamasani
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.
2010-02-12Support for lockscreen/keyguard sound effects.Daniel Sandler
See sibling change to frameworks/base (including basic lockscreen sounds). Change-Id: I62bb16b90c47353a3ca4a531e7f7d5b446486dde
2010-02-12Add pointer location to window manager.Dianne Hackborn
2010-02-12Change EndCallBehavior while in UTS test mode.android-cts-2.1_r5android-cts-2.1_r4android-cts-2.1_r3android-cts-2.1_r2eclairWink Saville
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
2010-02-12Merge "Added haptic feedback support for scroll barriers"Adam Powell
2010-02-11Fix 2431663: Ensure password field retains focus in PasswordUnlockScreen.Jim Miller
2010-02-10Added haptic feedback support for scroll barriersAdam Powell
2010-02-08Merge "Fix 2402303: Split Keyboard widget from LatinIME into reusable ↵Jim Miller
PasswordEntryKeyboardView"
2010-02-05Fix 2402303: Split Keyboard widget from LatinIME into reusable ↵Jim Miller
PasswordEntryKeyboardView - Added new PasswordEntryKeyboardView to internal/widgets. Widget supports: - alpha mode with symbols (latin-1 only). - a numeric keyboard - IME emulation that applies keyboard input to arbitrary top-level view widget. - Added new transparent assets to framework resources. - Modified Keyguard and Keyguard layouts to use new PasswordEntryKeyboardView.
2010-02-05New "device is locked" status bar icon, part 2.Daniel Sandler
Shown whenever the secure lockscreen is (a) visible, or (b) active but hidden due to a FLAG_SHOW_WHEN_LOCKED Activity. Change-Id: I0e08a952904cc4728621953a42806edf26eb8e46
2010-02-05am c5908853: am 1fb2a6cd: reconcile main tree with open-source eclairThe Android Open Source Project
Merge commit 'c5908853dfd8ea68e81a17e4d57b1fdf76349373' * commit 'c5908853dfd8ea68e81a17e4d57b1fdf76349373': android-2.1_r1 snapshot
2010-02-05am 1fb2a6cd: reconcile main tree with open-source eclairThe Android Open Source Project
Merge commit '1fb2a6cd4c27847f8de8369b497f37d3d47c622f' into eclair-plus-aosp * commit '1fb2a6cd4c27847f8de8369b497f37d3d47c622f': android-2.1_r1 snapshot
2010-02-05reconcile main tree with open-source eclairandroid-sdk-tools_r5The Android Open Source Project
2010-01-29reconcile android-2.1_r1 snapshotThe Android Open Source Project
2010-01-29Add implementation for ALLOW_LOCK_WHILE_SCREEN_ON flag to PhoneWindowManagerMike Lockwood
This allows the lockscreen to activate after the normal screen timeout while the screen is on. Needed for dock apps, screen savers, etc. Change-Id: I25c3579e4363c2b19d503fdbd45d2ff41cdd11bb Signed-off-by: Mike Lockwood <lockwood@android.com>
2010-01-28Fix 2402303: Show pmf3k in front of PIN/Password unlock screens.Jim Miller
This came down to a decision; if we want to show other information (owner id, current playing song, etc.) as well as continue to have an easy way to silence the device, we need to have two unlock screens in these cases. We simply don't have enough room on these screens to show anything but the unlock widget and a small bit of text. This change *does not* affect pattern unlock, which will continue to be a single unlock screen.
2010-01-28am fe22c504: am f2be271d: Fix 2287263: Change carrier TextView to be 1 line ↵Jim Miller
and marquee if text is too long. Merge commit 'fe22c50410029eaf37f3e8e910a8c5fdd5769c70' * commit 'fe22c50410029eaf37f3e8e910a8c5fdd5769c70': Fix 2287263: Change carrier TextView to be 1 line and marquee if text is too long.
2010-01-28resolved conflicts for merge of 27b0373f to masterJean-Baptiste Queru
Change-Id: I49fc5a1bf545814449f0c89c7a69ef75cf71d00c
2010-01-28resolved conflicts for merge of f05f7ab1 to masterJean-Baptiste Queru
Change-Id: Id39b4f1f0aefb387261bbe721050814d5517cea1
2010-01-28resolved conflicts for merge of 73f1d8e4 to masterJean-Baptiste Queru
Change-Id: I7a7b3cc68124a0cd3fde220e22a05a914b4c0fce
2010-01-27Merge "Fix 2385283,2379269: report unlock attempt success/fail to ↵Jim Miller
DevicePolicyManager Reports success/fail for password, pattern and account unlock. Tweak pattern timeout a bit to avoid timeouts."
2010-01-27Fix 2385283,2379269: report unlock attempt success/fail to DevicePolicyManagerJim Miller
Reports success/fail for password, pattern and account unlock. Tweak pattern timeout a bit to avoid timeouts.
2010-01-27am 44f9f23e: merge from open-source masterThe Android Open Source Project
Merge commit '44f9f23ea227c62ce9250f49f5bf338cbb5f5dd7' * commit '44f9f23ea227c62ce9250f49f5bf338cbb5f5dd7': Added missing media keycode (KEYCODE_MEDIA_REWIND), removed duplicate keycode (KEYCODE_MEDIA_PREVIOUS)
2010-01-22am f2be271d: Fix 2287263: Change carrier TextView to be 1 line and marquee ↵Jim Miller
if text is too long. Merge commit 'f2be271d1dd84d09ee55041d61ac9b2b4ed4ba31' into eclair-plus-aosp * commit 'f2be271d1dd84d09ee55041d61ac9b2b4ed4ba31': Fix 2287263: Change carrier TextView to be 1 line and marquee if text is too long.
2010-01-22Fix 2287263: Change carrier TextView to be 1 line and marquee if text is too ↵android-2.1_r2.1sandroid-2.1_r2.1p2android-2.1_r2.1pandroid-2.1_r2eclair-sholes-release2eclair-releaseeclair-passion-releaseJim Miller
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().
2010-01-22am 36a6ec17: Merge "Update carrier display in lockscreen." into eclairJohn Wang
Merge commit '36a6ec17ba8dc655d0bd1d9bc92afb1699e3aafe' into eclair-plus-aosp * commit '36a6ec17ba8dc655d0bd1d9bc92afb1699e3aafe': Update carrier display in lockscreen.
2010-01-22Merge "Update carrier display in lockscreen." into eclairJohn Wang
2010-01-21am ccd5aeef: Workaround for a keyguard problem that appeared in the in call ↵Mike Lockwood
screen. Merge commit 'ccd5aeef0bccfa7963a3dc5d33d467a1446865f1' into eclair-plus-aosp * commit 'ccd5aeef0bccfa7963a3dc5d33d467a1446865f1': Workaround for a keyguard problem that appeared in the in call screen.
2010-01-21am a3b4a811: Merge "Fix for 2292713: Remove workaround that hides SlidingTab ↵Jim Miller
widget while internal state is inconsistent." into eclair Merge commit 'a3b4a8111c47852e212032008732e143636151e4' into eclair-plus-aosp * commit 'a3b4a8111c47852e212032008732e143636151e4': Fix for 2292713: Remove workaround that hides SlidingTab widget while internal state is inconsistent.
2010-01-21Update carrier display in lockscreen.John Wang
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.
2010-01-21am 5fdf6a91: am 5b2151ae: Do not turn off screen immediately after undocking.Mike Lockwood
Merge commit '5fdf6a917c563df953c5215fe00b6ae8fe70a501' * commit '5fdf6a917c563df953c5215fe00b6ae8fe70a501': Do not turn off screen immediately after undocking.
2010-01-21Workaround for a keyguard problem that appeared in the in call screen.Mike Lockwood
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>
2010-01-21merge from open-source masterThe Android Open Source Project
2010-01-20Fix 2385283: Add DevicePolicyManager calls to LockScreen.Jim Miller
2010-01-15Merge "Fix for 2292713: Remove workaround that hides SlidingTab widget while ↵Jim Miller
internal state is inconsistent." into eclair
2010-01-15Fix for 2292713: Remove workaround that hides SlidingTab widget while ↵Jim Miller
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.
2010-01-14am 5b2151ae: Do not turn off screen immediately after undocking.Mike Lockwood
Merge commit '5b2151ae8654f63bd25e05e87f872ec6f78f0519' into eclair-plus-aosp * commit '5b2151ae8654f63bd25e05e87f872ec6f78f0519': Do not turn off screen immediately after undocking.
2010-01-14Do not turn off screen immediately after undocking.Mike Lockwood
Change-Id: I1d01d141961d1e26d814a202745ce77678fd4518 BUG: 2356385 Signed-off-by: Mike Lockwood <lockwood@android.com>
2010-01-12android-2.1_r1 snapshotThe Android Open Source Project
2010-01-11Fix 2332563: Add password-lock support to lockscreenJim Miller
2010-01-08Deprecate fill_parent and introduce match_parent.Romain Guy
Bug: #2361749.
2010-01-06am a6946bde: am 27517b21: Still use ro.monkeyYing Wang
Merge commit 'a6946bdedeaeb86b9f47a0e7e48cb2011540f3e7' * commit 'a6946bdedeaeb86b9f47a0e7e48cb2011540f3e7': Still use ro.monkey
2010-01-06am 27517b21: Still use ro.monkeyYing Wang
Merge commit '27517b2158a7fcdae13ff02d4cbefa79afbdb838' into eclair-plus-aosp * commit '27517b2158a7fcdae13ff02d4cbefa79afbdb838': Still use ro.monkey
2010-01-06Still use ro.monkeyYing Wang
http://b/issue?id=1681101