1718 Commits

Author SHA1 Message Date
Jim Miller
cdb70af791 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.
2010-03-01 16:51:43 -08:00
Jim Miller
0d9f798e9f 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.
2010-02-25 21:33:48 -08:00
Jim Miller
c23024d327 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.
2010-02-25 20:14:06 -08:00
Dianne Hackborn
746c4c4464 Update to reflect android-common no longer in framework. 2010-02-24 20:03:34 -08:00
Daniel Sandler
aec967acab Move lockscreen sound effects to the system stream.
Bug: 2458106, 2451532
Change-Id: I01869e3fd461dc24aa3157bf38aba9d2967526ec
2010-02-22 15:11:05 -05:00
Daniel Sandler
f2d8e74c02 Suppress unlock noises while in-call.
Bug: 2458106
2010-02-22 13:27:55 -05:00
Jim Miller
43cfa0e2d3 Merge "Fix 2448345: Fix tactile feedback bug in password/PIN and pattern unlock." 2010-02-19 18:18:14 -08:00
Jim Miller
966b126ea7 Fix 2448345: Fix tactile feedback bug in password/PIN and pattern unlock. 2010-02-18 19:55:29 -08:00
Daniel Sandler
f129859ee8 Suppress screen lock sound effect on first boot.
Bug: 2453032
2010-02-18 11:42:36 -05:00
Jim Miller
015398f3fd Merge "Partial Fix for 2416967: Fix potential memory leak in PasswordUnlockScreen." 2010-02-16 23:30:40 -08:00
Jim Miller
42b432d84c 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.
2010-02-16 20:18:54 -08:00
Daniel Sandler
676074890e Merge "Support for lockscreen/keyguard sound effects." 2010-02-12 20:33:46 -08:00
Wink Saville
d13e213396 am 79484171: am f010b5d2: Change EndCallBehavior while in UTS test mode.
Merge commit '794841710d11f59fd1736d1c889cc9b91f38f78e'

* commit '794841710d11f59fd1736d1c889cc9b91f38f78e':
  Change EndCallBehavior while in UTS test mode.
2010-02-12 16:02:27 -08:00
Wink Saville
72c94b9f38 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.
2010-02-12 15:57:25 -08:00
Amith Yamasani
c33cb7117e 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.
2010-02-12 15:19:54 -08:00
Daniel Sandler
db783bdff3 Support for lockscreen/keyguard sound effects.
See sibling change to frameworks/base (including basic
lockscreen sounds).

Change-Id: I62bb16b90c47353a3ca4a531e7f7d5b446486dde
2010-02-12 16:36:00 -05:00
Dianne Hackborn
c777e071d1 Add pointer location to window manager. 2010-02-12 13:10:56 -08:00
Wink Saville
d2e6a33cb1 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
2010-02-12 12:12:06 -08:00
Adam Powell
18e5779ed6 Merge "Added haptic feedback support for scroll barriers" 2010-02-12 10:28:27 -08:00
Jim Miller
148e73eaed Fix 2431663: Ensure password field retains focus in PasswordUnlockScreen. 2010-02-11 15:44:01 -08:00
Adam Powell
9d86fafe63 Added haptic feedback support for scroll barriers 2010-02-10 11:40:31 -08:00
Jim Miller
668f06f34f Merge "Fix 2402303: Split Keyboard widget from LatinIME into reusable PasswordEntryKeyboardView" 2010-02-08 21:05:43 -08:00
Jim Miller
a781d01610 Fix 2402303: Split Keyboard widget from LatinIME into reusable 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-05 18:59:25 -08:00
Daniel Sandler
e5fbe9b912 New "device is locked" status bar icon, part 2.
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-05 17:04:47 -08:00
Mike Lockwood
28569306e3 Add implementation for ALLOW_LOCK_WHILE_SCREEN_ON flag to PhoneWindowManager
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-29 07:15:43 -05:00
Jim Miller
b3f615907d Fix 2402303: Show pmf3k in front of PIN/Password unlock screens.
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-28 13:17:11 -08:00
Jim Miller
92728a0974 am fe22c504: am f2be271d: Fix 2287263: Change carrier TextView to be 1 line 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-28 12:37:42 -08:00
Jean-Baptiste Queru
d8e1e74ddb resolved conflicts for merge of 27b0373f to master
Change-Id: I49fc5a1bf545814449f0c89c7a69ef75cf71d00c
2010-01-28 09:57:00 -08:00
Jean-Baptiste Queru
5704f326e0 resolved conflicts for merge of f05f7ab1 to master
Change-Id: Id39b4f1f0aefb387261bbe721050814d5517cea1
2010-01-28 08:15:50 -08:00
Jean-Baptiste Queru
70cdb408cb resolved conflicts for merge of 73f1d8e4 to master
Change-Id: I7a7b3cc68124a0cd3fde220e22a05a914b4c0fce
2010-01-28 08:08:35 -08:00
Jim Miller
37ca7defa9 Merge "Fix 2385283,2379269: report unlock attempt success/fail to DevicePolicyManager Reports success/fail for password, pattern and account unlock. Tweak pattern timeout a bit to avoid timeouts." 2010-01-27 19:08:31 -08:00
Jim Miller
6fe0f0e46d Fix 2385283,2379269: report unlock attempt success/fail to DevicePolicyManager
Reports success/fail for password, pattern and account unlock.
Tweak pattern timeout a bit to avoid timeouts.
2010-01-27 18:14:37 -08:00
The Android Open Source Project
33cafac65a am 44f9f23e: merge from open-source master
Merge commit '44f9f23ea227c62ce9250f49f5bf338cbb5f5dd7'

* commit '44f9f23ea227c62ce9250f49f5bf338cbb5f5dd7':
  Added missing media keycode (KEYCODE_MEDIA_REWIND), removed duplicate keycode (KEYCODE_MEDIA_PREVIOUS)
2010-01-27 16:15:13 -08:00
Jim Miller
f3b777a9ef am f2be271d: Fix 2287263: Change carrier TextView to be 1 line and marquee 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-22 20:23:32 -08:00
Jim Miller
5bfb2e0d7c 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().
2010-01-22 19:38:42 -08:00
John Wang
d6a9355031 am 36a6ec17: Merge "Update carrier display in lockscreen." into eclair
Merge commit '36a6ec17ba8dc655d0bd1d9bc92afb1699e3aafe' into eclair-plus-aosp

* commit '36a6ec17ba8dc655d0bd1d9bc92afb1699e3aafe':
  Update carrier display in lockscreen.
2010-01-22 10:24:27 -08:00
John Wang
d27fc88952 Merge "Update carrier display in lockscreen." into eclair 2010-01-22 10:08:23 -08:00
Mike Lockwood
85e70956eb am ccd5aeef: Workaround for a keyguard problem that appeared in the in call screen.
Merge commit 'ccd5aeef0bccfa7963a3dc5d33d467a1446865f1' into eclair-plus-aosp

* commit 'ccd5aeef0bccfa7963a3dc5d33d467a1446865f1':
  Workaround for a keyguard problem that appeared in the in call screen.
2010-01-21 18:27:50 -08:00
Jim Miller
79ebdf2142 am a3b4a811: Merge "Fix for 2292713: Remove workaround that hides SlidingTab 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-21 18:27:47 -08:00
John Wang
6e37055b07 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.
2010-01-21 17:30:07 -08:00
Mike Lockwood
3cdda0c3d7 am 5fdf6a91: am 5b2151ae: Do not turn off screen immediately after undocking.
Merge commit '5fdf6a917c563df953c5215fe00b6ae8fe70a501'

* commit '5fdf6a917c563df953c5215fe00b6ae8fe70a501':
  Do not turn off screen immediately after undocking.
2010-01-21 14:29:32 -08:00
Mike Lockwood
f3bfed513e 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>
2010-01-21 16:38:44 -05:00
The Android Open Source Project
9f686a4eb3 merge from open-source master 2010-01-21 11:21:25 -08:00
Jim Miller
9c20d0e91b Fix 2385283: Add DevicePolicyManager calls to LockScreen. 2010-01-20 15:00:23 -08:00
Jim Miller
dc893738d8 Merge "Fix for 2292713: Remove workaround that hides SlidingTab widget while internal state is inconsistent." into eclair 2010-01-15 17:20:35 -08:00
Jim Miller
3a1837e994 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.
2010-01-15 16:39:16 -08:00
Mike Lockwood
e224cefb3c Do not turn off screen immediately after undocking.
Change-Id: I1d01d141961d1e26d814a202745ce77678fd4518
BUG: 2356385

Signed-off-by: Mike Lockwood <lockwood@android.com>
2010-01-14 20:20:31 -05:00
Jim Miller
5e0f7ba8fa Fix 2332563: Add password-lock support to lockscreen 2010-01-11 15:51:43 -08:00
Romain Guy
cc6828c676 Deprecate fill_parent and introduce match_parent.
Bug: #2361749.
2010-01-08 15:06:37 -08:00
Ying Wang
79ac698217 am a6946bde: am 27517b21: Still use ro.monkey
Merge commit 'a6946bdedeaeb86b9f47a0e7e48cb2011540f3e7'

* commit 'a6946bdedeaeb86b9f47a0e7e48cb2011540f3e7':
  Still use ro.monkey
2010-01-06 13:57:46 -08:00