470 Commits

Author SHA1 Message Date
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
fabc9b6a6c am 5b2151ae: Do not turn off screen immediately after undocking.
Merge commit '5b2151ae8654f63bd25e05e87f872ec6f78f0519' into eclair-plus-aosp

* commit '5b2151ae8654f63bd25e05e87f872ec6f78f0519':
  Do not turn off screen immediately after undocking.
2010-01-14 17:24:48 -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
Ying Wang
2530ee3b58 am 27517b21: Still use ro.monkey
Merge commit '27517b2158a7fcdae13ff02d4cbefa79afbdb838' into eclair-plus-aosp

* commit '27517b2158a7fcdae13ff02d4cbefa79afbdb838':
  Still use ro.monkey
2010-01-06 13:46:00 -08:00
Ying Wang
bb2e5c91fb Still use ro.monkey
http://b/issue?id=1681101
2010-01-06 09:50:40 -08:00
Johan Redestig
2e2a3d0a4b Added missing media keycode (KEYCODE_MEDIA_REWIND), removed duplicate keycode (KEYCODE_MEDIA_PREVIOUS) 2010-01-05 08:45:33 +01:00
Jim Miller
0e425247d6 Merge "Fix 2338170: Fix a bug where adding a SAML account would cause the fallback unlock to break." 2010-01-04 18:02:09 -08:00
Ying Wang
975d3d047d am 596a4233: am 4d3a9728: Rename ro.monkey to monkey.running
Merge commit '596a4233846492ee3c3d63fd7c7cf56796960c92'

* commit '596a4233846492ee3c3d63fd7c7cf56796960c92':
  Rename ro.monkey to monkey.running
2010-01-04 13:49:30 -08:00
Ying Wang
5595f76d76 am 4d3a9728: Rename ro.monkey to monkey.running
Merge commit '4d3a9728c27ff8959b8da93325b52e8ff7b67b12' into eclair-plus-aosp

* commit '4d3a9728c27ff8959b8da93325b52e8ff7b67b12':
  Rename ro.monkey to monkey.running
2010-01-04 12:58:49 -08:00
Ying Wang
a3a430e467 Rename ro.monkey to monkey.running
So that Monkey can set it before running and reset it after running.
2010-01-04 11:57:30 -08:00
Jim Miller
18c5947544 Fix 2338170: Fix a bug where adding a SAML account would cause the fallback unlock to break.
Adding a SAML account to the system would cause the current test to fail because it expected to have
only one account on the system. Instead, ensure that the device has at lease one non-SAML account.

Fixed update bug where having a single SAML account still showed the "Forgot pattern" button.

Tested:
- Wipe device and add pattern lock
- Add SAML account, verify "forgot pattern" doesn't appear.
- Add GAIA account, verify "forgot pattern" appears.
- Wipe device and add pattern lock
- Add GAIA account, verify "forgot pattern" appears
- Add SAML account, verify "forgot pattern" doesn't go away.
2009-12-22 14:15:20 -08:00
Dianne Hackborn
0874372554 Don't perform app transition if app is not currently visible.
Tell the window manager if we are not visible due to the lock screen
or status bar.
2009-12-21 15:31:05 -08:00
Dianne Hackborn
c0888c34bc am b728c072: am ab4b6c42: Add replace flag to a few more broadcasts.
Merge commit 'b728c072e98ee560dc97744c85d914bd550a8a43'

* commit 'b728c072e98ee560dc97744c85d914bd550a8a43':
  Add replace flag to a few more broadcasts.
2009-12-16 08:07:00 -08:00
Dianne Hackborn
76a3372ef6 am ab4b6c42: Add replace flag to a few more broadcasts.
Merge commit 'ab4b6c42d78b3d8230d8b444e301f2691884980e' into eclair-mr2-plus-aosp

* commit 'ab4b6c42d78b3d8230d8b444e301f2691884980e':
  Add replace flag to a few more broadcasts.
2009-12-15 10:45:34 -08:00
Android Git Automerger
42dcef5a09 Merge commit 'goog/eclair-plus-aosp' 2009-12-15 00:44:44 -08:00
Dianne Hackborn
818ba11cd6 Add replace flag to a few more broadcasts. 2009-12-11 11:12:02 -08:00
Daniel Sandler
8b59cdaf2f am c6ee16fc: am 3d22e182: Prevent NPE in recent apps dialog.
Merge commit 'c6ee16fc0e8b14c373d54cf89c29d7faa4930d1c'

* commit 'c6ee16fc0e8b14c373d54cf89c29d7faa4930d1c':
  Prevent NPE in recent apps dialog.
2009-12-10 14:38:22 -08:00
Daniel Sandler
2b1cb555b7 am beae79df: am 97467c6f: Move emergency call button to top-right when no SIM.
Merge commit 'beae79dfcac8ba09069a80b4f129feb8b585b480'

* commit 'beae79dfcac8ba09069a80b4f129feb8b585b480':
  Move emergency call button to top-right when no SIM.
2009-12-10 06:57:14 -08:00
Daniel Sandler
f4415ebf73 am 3d22e182: Prevent NPE in recent apps dialog.
Merge commit '3d22e1825b86567048117207ee0654d59fef69a6' into eclair-mr2-plus-aosp

* commit '3d22e1825b86567048117207ee0654d59fef69a6':
  Prevent NPE in recent apps dialog.
2009-12-09 16:51:29 -08:00
Daniel Sandler
75c7e4ee2f am 97467c6f: Move emergency call button to top-right when no SIM.
Merge commit '97467c6fd99f67bb0a7024533ea8cc1626c41ac8' into eclair-mr2-plus-aosp

* commit '97467c6fd99f67bb0a7024533ea8cc1626c41ac8':
  Move emergency call button to top-right when no SIM.
2009-12-09 15:45:06 -08:00
Daniel Sandler
75cbfcdf36 Prevent NPE in recent apps dialog.
Bug: 2284111
2009-12-08 14:06:31 -05:00
Daniel Sandler
e124693251 Move emergency call button to top-right when no SIM.
Also allows lockscreen's toasts to restore the previous text
in the status TextView, which is necessary for this UI. Also
added color to the toasts (another UI ask).

In conjunction with change Ifea65fb9.

http://b/2260798
2009-12-07 15:53:35 -05:00
Dianne Hackborn
1f7f966cd8 am 2d7f5931: am 3e5eceb9: am 4dbf514c: Fix issue #2302336: System dialogs are not being given a layer
Merge commit '2d7f59319ad81139b826dff79e97cf7263832014'

* commit '2d7f59319ad81139b826dff79e97cf7263832014':
  Fix issue #2302336: System dialogs are not being given a layer
2009-12-04 04:24:14 -08:00
Mike Lockwood
e9b89add4d am d1fc1c07: am 57932798: am db0ec648: Merge change I85572973 into eclair
Merge commit 'd1fc1c077b96b1f7f7a58318bd2fc2449315ed84'

* commit 'd1fc1c077b96b1f7f7a58318bd2fc2449315ed84':
  Do not show keyguard if screen is turned off by proximity sensor.
2009-12-04 04:24:10 -08:00
Daniel Sandler
f196882a25 am e0c42dae: am c4663ee2: am 30429ac6: Tiny code fix required for http://b/2260798 .
Merge commit 'e0c42dae95fd6bc6605875d697e105fa0dbdd0a0'

* commit 'e0c42dae95fd6bc6605875d697e105fa0dbdd0a0':
  Tiny code fix required for http://b/2260798 .
2009-12-04 04:06:20 -08:00
Dianne Hackborn
9d95b98518 am 3e5eceb9: am 4dbf514c: Fix issue #2302336: System dialogs are not being given a layer
Merge commit '3e5eceb93ccdb00296e96154cbc0491a5516538b' into eclair-mr2-plus-aosp

* commit '3e5eceb93ccdb00296e96154cbc0491a5516538b':
  Fix issue #2302336: System dialogs are not being given a layer
2009-12-03 16:37:56 -08:00
Mike Lockwood
1738c5f7fa am 57932798: am db0ec648: Merge change I85572973 into eclair
Merge commit '57932798cf11d72e656fd6e315b83e2c571cd129' into eclair-mr2-plus-aosp

* commit '57932798cf11d72e656fd6e315b83e2c571cd129':
  Do not show keyguard if screen is turned off by proximity sensor.
2009-12-03 16:32:16 -08:00