OSDN Git Service

android-x86/frameworks-base.git
11 years agoMerge "Rewind buffer before copying into it." into jb-mr1-dev
Marco Nelissen [Mon, 15 Oct 2012 17:00:15 +0000 (10:00 -0700)]
Merge "Rewind buffer before copying into it." into jb-mr1-dev

11 years agoMerge "delay onDreamingStarted() to work around asynchrony." into jb-mr1-dev
Chris Wren [Mon, 15 Oct 2012 16:06:36 +0000 (09:06 -0700)]
Merge "delay onDreamingStarted() to work around asynchrony." into jb-mr1-dev

11 years agoMinor layout tweaks and bug fix in keyguard
Jim Miller [Mon, 15 Oct 2012 09:10:57 +0000 (02:10 -0700)]
Minor layout tweaks and bug fix in keyguard

- fix wrong string in SIM PUK unlock
- use buttonBar style for "emergency" and "forgot pattern" buttons

Bug 7341237

Change-Id: Id5593b54c345e3f869b6febc8554da01e7cb319e

11 years agoMerge "Fixing issues with pattern recovery / account view (issue 7341237):" into...
Jim Miller [Mon, 15 Oct 2012 07:57:48 +0000 (00:57 -0700)]
Merge "Fixing issues with pattern recovery / account view (issue 7341237):" into jb-mr1-dev

11 years agoMerge "Cleanup on async disconnect and finalize" into jb-mr1-dev
Irfan Sheriff [Mon, 15 Oct 2012 05:58:48 +0000 (22:58 -0700)]
Merge "Cleanup on async disconnect and finalize" into jb-mr1-dev

11 years agoFixing issues with pattern recovery / account view (issue 7341237):
Adam Cohen [Mon, 15 Oct 2012 04:25:08 +0000 (21:25 -0700)]
Fixing issues with pattern recovery / account view (issue 7341237):

-> Recovery button should only appear if account present
-> Recovery button should appear at bottom
-> Account view should have emergency call button
-> Account view should not show the clock / status area

Change-Id: Id12e8219f3fc6ecb14e82c5ec6ea4b3e28ed772d

11 years agoFix for NPE with pattern recovery (issue 7341237)
Adam Cohen [Mon, 15 Oct 2012 00:26:31 +0000 (17:26 -0700)]
Fix for NPE with pattern recovery (issue 7341237)

-> Dealt with this NPE, and guarded against all related NPEs (which probably
   can't happen, but given the stakes of a system crash, this is safer).

Change-Id: I3c207839ae0279033b6f3dad791d710b19415439

11 years agoMerge "Disable security view transitions in keyguard" into jb-mr1-dev
Jim Miller [Sun, 14 Oct 2012 19:08:44 +0000 (12:08 -0700)]
Merge "Disable security view transitions in keyguard" into jb-mr1-dev

11 years agoMerge "Fix wallpaper not updating on initial boot." into jb-mr1-dev
Craig Mautner [Sun, 14 Oct 2012 18:25:22 +0000 (11:25 -0700)]
Merge "Fix wallpaper not updating on initial boot." into jb-mr1-dev

11 years agoDisable security view transitions in keyguard
Jim Miller [Sun, 14 Oct 2012 12:04:00 +0000 (05:04 -0700)]
Disable security view transitions in keyguard

Now that we have a single stage unlock, there's no need for the transition. This
was causing unnecessary flickering to happen in views where we add the security view
just after inflation, which triggers the animation.

Fixes bug 7343632

Change-Id: I5bb8e37df66e4d96f00719e318424d46bf0e2e5a

11 years agoMerge "Fix inability to start pattern outside view bounds (issue 7344325)" into jb...
Adam Cohen [Sun, 14 Oct 2012 03:40:33 +0000 (20:40 -0700)]
Merge "Fix inability to start pattern outside view bounds (issue 7344325)" into jb-mr1-dev

11 years agoFix inability to start pattern outside view bounds (issue 7344325)
Adam Cohen [Sun, 14 Oct 2012 03:24:26 +0000 (20:24 -0700)]
Fix inability to start pattern outside view bounds (issue 7344325)

-> At the same time, disabling the abilit to page the widget region
   and see the overscroll effect

Change-Id: Icd9d9e253404bfbfc411d8958f7c634ca4e37279

11 years agoMerge "Fix blank clock (issue 7344512)" into jb-mr1-dev
Adam Cohen [Sun, 14 Oct 2012 02:34:44 +0000 (19:34 -0700)]
Merge "Fix blank clock (issue 7344512)" into jb-mr1-dev

11 years agoMerge "Fix edge case with status message (issue 7343848)" into jb-mr1-dev
Adam Cohen [Sun, 14 Oct 2012 02:23:48 +0000 (19:23 -0700)]
Merge "Fix edge case with status message (issue 7343848)" into jb-mr1-dev

11 years agoFix blank clock (issue 7344512)
Adam Cohen [Sun, 14 Oct 2012 02:10:56 +0000 (19:10 -0700)]
Fix blank clock (issue 7344512)

Change-Id: Iad23f049fcc31ad8f08c99e7c3088e1523de1d45

11 years agoFix wallpaper not updating on initial boot.
Craig Mautner [Sat, 13 Oct 2012 22:40:28 +0000 (15:40 -0700)]
Fix wallpaper not updating on initial boot.

Update the wallpaper and redraw it unconditionally when the surface
changes. Previously we were not updating the wallpaper when the
surface changed which meant that it remained at the original surface
dimensions. Also, the indication that it was visible comes in too
late to display it cleanly without jank.

Bug: 7310334 fixed.
Change-Id: Ic2ae95ea0b0704183053da1d7a906818651c62c9

11 years agoFix edge case with status message (issue 7343848)
Adam Cohen [Sun, 14 Oct 2012 00:03:16 +0000 (17:03 -0700)]
Fix edge case with status message (issue 7343848)

-> When an unimportant message is set, we need to clear the security string
   so that battery / owner info takes precedence at that point.

Change-Id: I3f86b0c2cc8fb2fb0023fce77a7725d8ada96d9e

11 years agoMerge "Only showing important security messages in status area (issue 7341795)" into...
Adam Cohen [Sat, 13 Oct 2012 23:38:48 +0000 (16:38 -0700)]
Merge "Only showing important security messages in status area (issue 7341795)" into jb-mr1-dev

11 years agoOnly showing important security messages in status area (issue 7341795)
Adam Cohen [Sat, 13 Oct 2012 02:57:16 +0000 (19:57 -0700)]
Only showing important security messages in status area (issue 7341795)

Change-Id: Ie2fcd4dd7130b4684223d0442f50e76435f61768

11 years agoNo, that's German for "The Quick Settings, The".
Daniel Sandler [Sat, 13 Oct 2012 19:17:45 +0000 (15:17 -0400)]
No, that's German for "The Quick Settings, The".

Bug: ???????
Change-Id: I24ffb21b1566d98c9df6db48c4062390757cd8bc

11 years agoMerge "Fix keyguard dimensions; IME state for password view; layouts" into jb-mr1-dev
Adam Powell [Sat, 13 Oct 2012 08:44:13 +0000 (01:44 -0700)]
Merge "Fix keyguard dimensions; IME state for password view; layouts" into jb-mr1-dev

11 years agoFix keyguard dimensions; IME state for password view; layouts
Adam Powell [Sat, 13 Oct 2012 05:02:27 +0000 (22:02 -0700)]
Fix keyguard dimensions; IME state for password view; layouts

Fix a bug where ordering during inflation caused us not to set a
keyguard callback early enough to properly modify window flags. Add a
gross hack to work around this for now.

Fix status layouts to scale a bit more gracefully in the presence of
an IME.

Fix password layouts to scale more gracefully in the presence of an
IME

Bug 7343312
Bug 7341795
Bug 7342963
Bug 7343089

Change-Id: Ifb2c06defef11e8f7f9d0e09855632ed491bb31c

11 years agoMerge "Partial fix for blank widget page" into jb-mr1-dev
Jim Miller [Sat, 13 Oct 2012 08:16:31 +0000 (01:16 -0700)]
Merge "Partial fix for blank widget page" into jb-mr1-dev

11 years agoMerge "Disable loading widgets in single-stage keyguard" into jb-mr1-dev
Jim Miller [Sat, 13 Oct 2012 07:29:15 +0000 (00:29 -0700)]
Merge "Disable loading widgets in single-stage keyguard" into jb-mr1-dev

11 years agoMerge "Fix offsets for glowpad on keyguard" into jb-mr1-dev
Adam Powell [Sat, 13 Oct 2012 02:57:06 +0000 (19:57 -0700)]
Merge "Fix offsets for glowpad on keyguard" into jb-mr1-dev

11 years agoFix offsets for glowpad on keyguard
Adam Powell [Sat, 13 Oct 2012 02:20:10 +0000 (19:20 -0700)]
Fix offsets for glowpad on keyguard

Bug 7342491

Change-Id: Id9733070c28a85c47ac8b982768e47a4254bd825

11 years agoMerge "Fix cycle detection for SGs." into jb-mr1-dev
Jason Sams [Sat, 13 Oct 2012 02:02:55 +0000 (19:02 -0700)]
Merge "Fix cycle detection for SGs." into jb-mr1-dev

11 years agoMerge "Port ImageProcessing to Filterscript." into jb-mr1-dev
Jason Sams [Sat, 13 Oct 2012 02:01:37 +0000 (19:01 -0700)]
Merge "Port ImageProcessing to Filterscript." into jb-mr1-dev

11 years agoMerge "Fix crash in ImageProcessing blend test" into jb-mr1-dev
Jason Sams [Sat, 13 Oct 2012 02:00:19 +0000 (19:00 -0700)]
Merge "Fix crash in ImageProcessing blend test" into jb-mr1-dev

11 years agoMerge "Simplify fused location provider." into jb-mr1-dev
Victoria Lease [Sat, 13 Oct 2012 01:58:36 +0000 (18:58 -0700)]
Merge "Simplify fused location provider." into jb-mr1-dev

11 years agoMerge "Fix bug #7334966 Padding is still broken in RTL languages" into jb-mr1-dev
Fabrice Di Meglio [Sat, 13 Oct 2012 01:25:44 +0000 (18:25 -0700)]
Merge "Fix bug #7334966 Padding is still broken in RTL languages" into jb-mr1-dev

11 years agoDisable loading widgets in single-stage keyguard
Jim Miller [Fri, 12 Oct 2012 21:45:34 +0000 (14:45 -0700)]
Disable loading widgets in single-stage keyguard

Change-Id: I8975c3a8e6ba060987fda2d0d4b9fc8dc0686d06

11 years agoMerge "Revert fix to issue #6880627: PendingIntent.getService() returns..." into...
Dianne Hackborn [Sat, 13 Oct 2012 00:43:45 +0000 (17:43 -0700)]
Merge "Revert fix to issue #6880627: PendingIntent.getService() returns..." into jb-mr1-dev

11 years agoMerge "Use black bg in recents if using live wallpaper" into jb-mr1-dev
Michael Jurka [Fri, 12 Oct 2012 23:41:47 +0000 (16:41 -0700)]
Merge "Use black bg in recents if using live wallpaper" into jb-mr1-dev

11 years agoMerge "use BufferedInputStream in readTextFile" into jb-mr1-dev
Guang Zhu [Fri, 12 Oct 2012 23:30:32 +0000 (16:30 -0700)]
Merge "use BufferedInputStream in readTextFile" into jb-mr1-dev

11 years agoUse black bg in recents if using live wallpaper
Michael Jurka [Tue, 9 Oct 2012 22:00:21 +0000 (00:00 +0200)]
Use black bg in recents if using live wallpaper

Bug: 7282784

Change-Id: I686f8f0e36e3414ad30d23de80cbbfb2868069d4

11 years agoFix bug #7334966 Padding is still broken in RTL languages
Fabrice Di Meglio [Thu, 11 Oct 2012 23:27:37 +0000 (16:27 -0700)]
Fix bug #7334966 Padding is still broken in RTL languages

- do correct resolution and reset propagation for all RTL properties (padding and drawables included)
- fix CheckedTextView padding too

Change-Id: Ie603683a2324b2a6ef2c03633d01d5726c883b90

11 years agouse BufferedInputStream in readTextFile
Guang Zhu [Fri, 12 Oct 2012 22:50:44 +0000 (15:50 -0700)]
use BufferedInputStream in readTextFile

With FileInputStream, using assumption of bytes read (as
returned by read function) not matching buffer size as EOF is
not correct, we hit this when reading from /proc in some cases.

BufferedInputStream's behavior matches that assumption due to
its implementation.

Bug: 7342759
Change-Id: Ibb06dbe1fbe33f6f880524f7555ff5542889ea50

11 years agodelay onDreamingStarted() to work around asynchrony.
Chris Wren [Thu, 11 Oct 2012 07:07:20 +0000 (03:07 -0400)]
delay onDreamingStarted() to work around asynchrony.

Bug: 7328682
Change-Id: I86144b0b34eade332543244bb3aff5f9695ff7f7

11 years agoMerge "Keep QS brightness slider icon in sync." into jb-mr1-dev
John Spurlock [Fri, 12 Oct 2012 22:30:29 +0000 (15:30 -0700)]
Merge "Keep QS brightness slider icon in sync." into jb-mr1-dev

11 years agoRevert fix to issue #6880627: PendingIntent.getService() returns...
Dianne Hackborn [Fri, 12 Oct 2012 22:25:20 +0000 (15:25 -0700)]
Revert fix to issue #6880627: PendingIntent.getService() returns...

...stale intent of force stopped app

Fixing this caused other problems elsewhere that we don't have time
to address at this point.

Fixes issue #7338275: Tapping clock home screen widget doesn't open
alarms anymore

Change-Id: Iedc1fae5f62b6ead28d1895d709591358e5d6634

11 years agoSimplify fused location provider.
Victoria Lease [Fri, 12 Oct 2012 21:52:34 +0000 (14:52 -0700)]
Simplify fused location provider.

The previous location fusion algorithm produced very poor results
outdoors, where stale-but-accurate network locations had too much
influence over the final fused location.

I swapped the previous fusion algorithm out with an algorithm
that has been well-tested elsewhere and should produce superior
results.

Bug: 7341419
Change-Id: Iba71950a07907cbf26429c4e377b5e2ed91ba302

11 years agoMerge "Align carrier info for glowpad keyguard screen" into jb-mr1-dev
Adam Powell [Fri, 12 Oct 2012 22:11:51 +0000 (15:11 -0700)]
Merge "Align carrier info for glowpad keyguard screen" into jb-mr1-dev

11 years agoMerge "Make all lockscreen widgets follow haptic flag." into jb-mr1-dev
Jeff Sharkey [Fri, 12 Oct 2012 21:59:29 +0000 (14:59 -0700)]
Merge "Make all lockscreen widgets follow haptic flag." into jb-mr1-dev

11 years agoPort ImageProcessing to Filterscript.
Stephen Hines [Thu, 11 Oct 2012 23:12:46 +0000 (16:12 -0700)]
Port ImageProcessing to Filterscript.

This enables testing of the Filterscript front-end for llvm-rs-cc.

Bug: 7166741
Change-Id: I90bda9d2710c6652336a8c112b5654c5da3d14e4

11 years agoAlign carrier info for glowpad keyguard screen
Adam Powell [Fri, 12 Oct 2012 21:41:04 +0000 (14:41 -0700)]
Align carrier info for glowpad keyguard screen

Bug 7317728

Change-Id: I0788c6555e2443026d0533e14b544a5daf810937

11 years agoFix crash in ImageProcessing blend test
Jason Sams [Fri, 12 Oct 2012 21:30:23 +0000 (14:30 -0700)]
Fix crash in ImageProcessing blend test

The blend test would use a stale context
when running all tests.

bug 7327728

Change-Id: I5802b9b382d8893419efe86d33fdfeeb27729e31

11 years agoMake all lockscreen widgets follow haptic flag.
Jeff Sharkey [Fri, 12 Oct 2012 21:26:31 +0000 (14:26 -0700)]
Make all lockscreen widgets follow haptic flag.

Bug: 7337006
Change-Id: I782e498b7528e612c4b06a75b77f5521c951cbd6

11 years agoam 5dc7ac74: am a7b56a20: am e249763d: small update to Toast guide, flatten sidenav...
Scott Main [Fri, 12 Oct 2012 21:17:03 +0000 (14:17 -0700)]
am 5dc7ac74: am a7b56a20: am e249763d: small update to Toast guide, flatten sidenav for notifications/toasts, new screenshots for notifications

* commit '5dc7ac745300fb043267a0c9235244a115507c51':
  small update to Toast guide, flatten sidenav for notifications/toasts, new screenshots for notifications

11 years agoam a7b56a20: am e249763d: small update to Toast guide, flatten sidenav for notificati...
Scott Main [Fri, 12 Oct 2012 21:14:46 +0000 (14:14 -0700)]
am a7b56a20: am e249763d: small update to Toast guide, flatten sidenav for notifications/toasts, new screenshots for notifications

* commit 'a7b56a20ec80699371359cdd6f459a7eaec67185':
  small update to Toast guide, flatten sidenav for notifications/toasts, new screenshots for notifications

11 years agoam e249763d: small update to Toast guide, flatten sidenav for notifications/toasts...
Scott Main [Fri, 12 Oct 2012 21:12:07 +0000 (14:12 -0700)]
am e249763d: small update to Toast guide, flatten sidenav for notifications/toasts, new screenshots for notifications

* commit 'e249763db18bb445e93f493046946c13185aa09d':
  small update to Toast guide, flatten sidenav for notifications/toasts, new screenshots for notifications

11 years agoMerge "Don't alter accessibility JS APIs unless a page is about to load." into jb...
Charles Chen [Fri, 12 Oct 2012 20:46:08 +0000 (13:46 -0700)]
Merge "Don't alter accessibility JS APIs unless a page is about to load." into jb-mr1-dev

11 years agoMerge "fix wrong read size in ToColor_S4444_Opaque" into jb-mr1-dev
Keun young Park [Fri, 12 Oct 2012 20:41:19 +0000 (13:41 -0700)]
Merge "fix wrong read size in ToColor_S4444_Opaque" into jb-mr1-dev

11 years agoMerge "Suppressing Face Unlock during phone call - fix b/7339069" into jb-mr1-dev
Danielle Millett [Fri, 12 Oct 2012 20:16:37 +0000 (13:16 -0700)]
Merge "Suppressing Face Unlock during phone call - fix b/7339069" into jb-mr1-dev

11 years agoMerge "update info about usb debugging for mr1 changes bug: 7333465 bug: 7318666...
Scott Main [Fri, 12 Oct 2012 20:13:44 +0000 (13:13 -0700)]
Merge "update info about usb debugging for mr1 changes bug: 7333465 bug: 7318666" into jb-mr1-dev

11 years agoMerge "Temporarily disable multiuser for specific builds" into jb-mr1-dev
Amith Yamasani [Fri, 12 Oct 2012 20:13:25 +0000 (13:13 -0700)]
Merge "Temporarily disable multiuser for specific builds" into jb-mr1-dev

11 years agoupdate info about usb debugging for mr1 changes
Scott Main [Thu, 11 Oct 2012 21:37:59 +0000 (14:37 -0700)]
update info about usb debugging for mr1 changes
bug: 7333465 bug: 7318666

Change-Id: If657d5c31f3c0d418448d916d22ce865b2691db2

11 years agoMerge "fix stroke sub-hairline threshold" into jb-mr1-dev
Chris Craik [Fri, 12 Oct 2012 20:00:58 +0000 (13:00 -0700)]
Merge "fix stroke sub-hairline threshold" into jb-mr1-dev

11 years agoSuppressing Face Unlock during phone call - fix b/7339069
Danielle Millett [Fri, 12 Oct 2012 18:55:44 +0000 (14:55 -0400)]
Suppressing Face Unlock during phone call - fix b/7339069

Now that there isn't a swipe before launching face unlock, face unlock
needs to be suppressed during a phone call.  If it isn't it will popup
on top of the phone call screen.

Change-Id: Id6c4165bf4df606ebf396c151f1c80603d5abca3

11 years agofix stroke sub-hairline threshold
Chris Craik [Fri, 12 Oct 2012 18:31:37 +0000 (11:31 -0700)]
fix stroke sub-hairline threshold

bug:7339943

Change-Id: I4051a03f4cd5bd2c313840208540601fb7a056e2

11 years agoTemporarily disable multiuser for specific builds
Amith Yamasani [Fri, 12 Oct 2012 19:44:49 +0000 (12:44 -0700)]
Temporarily disable multiuser for specific builds

Enable switching through power menu for other builds

Change-Id: I0bd8450583e078b0a83fb639337427ab84db5ab8

11 years agoMerge "Fix bug 7338736. Only starting FUL if the screen is on" into jb-mr1-dev
Uriel Rodriguez [Fri, 12 Oct 2012 19:28:49 +0000 (12:28 -0700)]
Merge "Fix bug 7338736. Only starting FUL if the screen is on" into jb-mr1-dev

11 years agoKeep QS brightness slider icon in sync.
John Spurlock [Fri, 12 Oct 2012 19:24:36 +0000 (15:24 -0400)]
Keep QS brightness slider icon in sync.

It now reflects auto-on or auto-off as it changes.

Bug:7303599
Change-Id: I1b1bd6a0545950795f83449c3778e91afa9d04a5

11 years agoFix bug 7338736. Only starting FUL if the screen is on
Uriel Rodriguez [Fri, 12 Oct 2012 19:00:48 +0000 (15:00 -0400)]
Fix bug 7338736. Only starting FUL if the screen is on

Change-Id: Id767cf1394218a7e9dccabcdd9aae5af27b493b1

11 years agoMerge "Pm command to get maximum users." into jb-mr1-dev
Jeff Sharkey [Fri, 12 Oct 2012 19:14:18 +0000 (12:14 -0700)]
Merge "Pm command to get maximum users." into jb-mr1-dev

11 years agoFix cycle detection for SGs.
Tim Murray [Fri, 12 Oct 2012 19:02:18 +0000 (12:02 -0700)]
Fix cycle detection for SGs.

bug 7318821

Change-Id: I695d7230551d8512c6c3f0c31c57f12498da7036

11 years agosmall update to Toast guide, flatten sidenav for notifications/toasts,
Scott Main [Fri, 12 Oct 2012 19:06:10 +0000 (12:06 -0700)]
small update to Toast guide, flatten sidenav for notifications/toasts,
new screenshots for notifications

Change-Id: I0c02e9e6db70a60ca299ff7f0caa7c8276b7ab68

11 years agoDon't alter accessibility JS APIs unless a page is about to load.
alanv [Fri, 12 Oct 2012 18:42:37 +0000 (11:42 -0700)]
Don't alter accessibility JS APIs unless a page is about to load.

Previously we were adding and removing the APIs on window attach and
detach, but a page's life cycle is not related to attach/detach. This
patch also ensures that ChromeVox is not null before calling. Includes
formatting fixes and extra comments in the waitForResultTimedLocked
method to improve readability. Fixes parsing of integer resultId, which
was being parsed using Long.

Bug: 7328348
Change-Id: I6b81a8e4d8209f8e99419da9b8250abe57e25048

11 years agoMerge "Fix bug #7325609 FragmentBreadCrumbs should be RTL-aware" into jb-mr1-dev
Fabrice Di Meglio [Fri, 12 Oct 2012 18:39:22 +0000 (11:39 -0700)]
Merge "Fix bug #7325609 FragmentBreadCrumbs should be RTL-aware" into jb-mr1-dev

11 years agofix wrong read size in ToColor_S4444_Opaque
Keun young Park [Fri, 12 Oct 2012 18:36:13 +0000 (11:36 -0700)]
fix wrong read size in ToColor_S4444_Opaque

- S4444 takes 16bits, not 32bits
- This caused sporadic failure in CTS BitmapFactoryTest#testDecodeStream4

Bug: 7179389
Change-Id: Ib36a3a569b3149d74f36ae67a069a7b65a72e895

11 years agoRewind buffer before copying into it.
Marco Nelissen [Fri, 12 Oct 2012 18:13:10 +0000 (11:13 -0700)]
Rewind buffer before copying into it.

b/7334897

Change-Id: I83f795cb662d0845314bfb80b9a27ae45b2a0517

11 years agoMerge "Change keyguard to use single-stage unlock." into jb-mr1-dev
Mike Cleron [Fri, 12 Oct 2012 18:07:51 +0000 (11:07 -0700)]
Merge "Change keyguard to use single-stage unlock." into jb-mr1-dev

11 years agoPm command to get maximum users.
Jeff Sharkey [Fri, 12 Oct 2012 17:44:47 +0000 (10:44 -0700)]
Pm command to get maximum users.

Used to drive CTS tests.  Also print success message when removing
a user.

Bug: 7334718
Change-Id: Ia3886ddf860cd000ce567b0fed2ef0a4e2a2295c

11 years agoMerge "Import translations. DO NOT MERGE" into jb-mr1-dev
Baligh Uddin [Fri, 12 Oct 2012 16:29:54 +0000 (09:29 -0700)]
Merge "Import translations. DO NOT MERGE" into jb-mr1-dev

11 years agoChange keyguard to use single-stage unlock.
Jim Miller [Fri, 12 Oct 2012 03:40:01 +0000 (20:40 -0700)]
Change keyguard to use single-stage unlock.

Change-Id: Ica175a90ef4400941c7c4f05a494003b85d5e88c

11 years agoMerge "Revert "Always show emergency button on selector view screen in keyguard....
Patrick Brady [Fri, 12 Oct 2012 06:04:34 +0000 (23:04 -0700)]
Merge "Revert "Always show emergency button on selector view screen in keyguard."  I'm reverting for now while we sort out the actual requirements.  Sorry for the thrash, Jaggies.  I'll handle re-adding it if needed." into jb-mr1-dev

11 years agoMerge "Import translations. DO NOT MERGE" into jb-mr1-dev
Baligh Uddin [Fri, 12 Oct 2012 04:25:02 +0000 (21:25 -0700)]
Merge "Import translations. DO NOT MERGE" into jb-mr1-dev

11 years agoRevert "Always show emergency button on selector view screen in keyguard." I'm rever...
Patrick Brady [Fri, 12 Oct 2012 04:09:14 +0000 (21:09 -0700)]
Revert "Always show emergency button on selector view screen in keyguard."  I'm reverting for now while we sort out the actual requirements.  Sorry for the thrash, Jaggies.  I'll handle re-adding it if needed.

This reverts commit 43c5b5568539dd1726fff75f7bee7eb481f87844

Change-Id: I2289658d3afaea9d1655b1811f49435de6c130e1

11 years agoMerge "New alarm ringtones" into jb-mr1-dev
Isaac Katzenelson [Fri, 12 Oct 2012 03:40:47 +0000 (20:40 -0700)]
Merge "New alarm ringtones" into jb-mr1-dev

11 years agoNew alarm ringtones
Isaac Katzenelson [Fri, 12 Oct 2012 02:55:53 +0000 (19:55 -0700)]
New alarm ringtones

Bug: 7299078

Adding 2 new sound files, replacing 3 more.
Added a new makefile with the 2 new files.

Change-Id: I417dd6cfe8ae575fcb2cefbe4fd7f59b762c708b

11 years agoMerge "DOCUMENTATION ONLY: try to clarify gravity vs layout_gravity" into jb-mr1-dev
Christopher Tate [Fri, 12 Oct 2012 02:23:06 +0000 (19:23 -0700)]
Merge "DOCUMENTATION ONLY: try to clarify gravity vs layout_gravity" into jb-mr1-dev

11 years agoFix bug #7325609 FragmentBreadCrumbs should be RTL-aware
Fabrice Di Meglio [Thu, 11 Oct 2012 02:11:47 +0000 (19:11 -0700)]
Fix bug #7325609 FragmentBreadCrumbs should be RTL-aware

- add horizontal gravity support
- use gravity for doing layout depending on layout direction

Change-Id: I562e824d15da9b00e1392f125b293aee21f8ee16

11 years agoImport translations. DO NOT MERGE
Baligh Uddin [Fri, 12 Oct 2012 01:45:04 +0000 (18:45 -0700)]
Import translations. DO NOT MERGE

Change-Id: I7f9b815759c2f9f2e2d41811df14dfc8f9370da8
Auto-generated-cl: translation import

11 years agoPartial fix for blank widget page
Jim Miller [Fri, 12 Oct 2012 01:26:30 +0000 (18:26 -0700)]
Partial fix for blank widget page

The code really shouldn't select the page until after the view has been
removed and had a chance to measure itself.  The fix is to post a message
to select the correct widget page.

Bug 7334209

Change-Id: I5c2d59b00b3c502893da6000154ce6cdc79ecc1c

11 years agoImport translations. DO NOT MERGE
Baligh Uddin [Fri, 12 Oct 2012 01:30:04 +0000 (18:30 -0700)]
Import translations. DO NOT MERGE

Change-Id: I4ef6935d25a8428069225adb3648701e93fd9c17
Auto-generated-cl: translation import

11 years agoMerge "Center text selection point to avoid rounding glitches" into jb-mr1-dev
John Reck [Fri, 12 Oct 2012 01:25:55 +0000 (18:25 -0700)]
Merge "Center text selection point to avoid rounding glitches" into jb-mr1-dev

11 years agoMerge "Always show emergency button on selector view screen in keyguard." into jb...
Jim Miller [Fri, 12 Oct 2012 01:21:12 +0000 (18:21 -0700)]
Merge "Always show emergency button on selector view screen in keyguard." into jb-mr1-dev

11 years agoDOCUMENTATION ONLY: try to clarify gravity vs layout_gravity
Christopher Tate [Fri, 12 Oct 2012 01:14:23 +0000 (18:14 -0700)]
DOCUMENTATION ONLY: try to clarify gravity vs layout_gravity

Based on 3rd party developer observation, this is a source of much
confusion and layout mistakes.

Change-Id: I2cb6ae1540fe2444582403d9100478ebe02df985

11 years agoCenter text selection point to avoid rounding glitches
John Reck [Fri, 12 Oct 2012 00:34:42 +0000 (17:34 -0700)]
Center text selection point to avoid rounding glitches

 Bug: 7313424

Change-Id: I5356bec61e3d1244b506486300f059aa0bba6d9e

11 years agoAlways show emergency button on selector view screen in keyguard.
Jim Miller [Fri, 12 Oct 2012 00:53:10 +0000 (17:53 -0700)]
Always show emergency button on selector view screen in keyguard.

Bug 7276760

Change-Id: I685aadc3535defa5e83fb514a3c333b48526312e

11 years agoam 54a1e4d4: am 5832d1ce: am 01154bda: DOC CHANGE: Notifications Guide
Joe Malin [Fri, 12 Oct 2012 00:42:46 +0000 (17:42 -0700)]
am 54a1e4d4: am 5832d1ce: am 01154bda: DOC CHANGE: Notifications Guide

* commit '54a1e4d4c4216af987c7b769723cd2e59ca2c233':
  DOC CHANGE: Notifications Guide

11 years agoam 5832d1ce: am 01154bda: DOC CHANGE: Notifications Guide
Joe Malin [Fri, 12 Oct 2012 00:40:46 +0000 (17:40 -0700)]
am 5832d1ce: am 01154bda: DOC CHANGE: Notifications Guide

* commit '5832d1ce7240c056a1e85a49549635b60711a5c6':
  DOC CHANGE: Notifications Guide

11 years agoam 01154bda: DOC CHANGE: Notifications Guide
Joe Malin [Fri, 12 Oct 2012 00:38:46 +0000 (17:38 -0700)]
am 01154bda: DOC CHANGE: Notifications Guide

* commit '01154bdae9d6f3d1fbed3169ffa194d51045c9cf':
  DOC CHANGE: Notifications Guide

11 years agoMerge "Update compatibility library tests" into jb-mr1-dev
Stephen Hines [Fri, 12 Oct 2012 00:26:21 +0000 (17:26 -0700)]
Merge "Update compatibility library tests" into jb-mr1-dev

11 years agoMerge "Print newly generated userId." into jb-mr1-dev
Jeff Sharkey [Fri, 12 Oct 2012 00:23:22 +0000 (17:23 -0700)]
Merge "Print newly generated userId." into jb-mr1-dev

11 years agoMerge "Return ApplicationInfo with requested userId." into jb-mr1-dev
Jeff Sharkey [Fri, 12 Oct 2012 00:21:22 +0000 (17:21 -0700)]
Merge "Return ApplicationInfo with requested userId." into jb-mr1-dev

11 years agoMerge "Do not launch Somnambulator as a dock app." into jb-mr1-dev
Jeff Brown [Fri, 12 Oct 2012 00:17:06 +0000 (17:17 -0700)]
Merge "Do not launch Somnambulator as a dock app." into jb-mr1-dev

11 years agoMerge "Check whether ChromeVox is ready before attempting to call it." into jb-mr1-dev
Svetoslav Ganov [Fri, 12 Oct 2012 00:12:22 +0000 (17:12 -0700)]
Merge "Check whether ChromeVox is ready before attempting to call it." into jb-mr1-dev

11 years agoMerge "This is wrong since it fixed the symptom not the problem. Alan is uploading...
Svetoslav Ganov [Fri, 12 Oct 2012 00:12:07 +0000 (17:12 -0700)]
Merge "This is wrong since it fixed the symptom not the problem. Alan is uploading a correct patch." into jb-mr1-dev

11 years agoDOC CHANGE: Notifications Guide
Joe Malin [Fri, 24 Aug 2012 16:49:50 +0000 (09:49 -0700)]
DOC CHANGE: Notifications Guide

Change-Id: I7968e933b0fdc5b1de1aa24acbad4f65f183ca42