87600 Commits

Author SHA1 Message Date
Jim Miller
1deaf3c710 am 87d57952: Minor layout tweaks and bug fix in keyguard
* commit '87d57952af662a94637c1519b2189e22456af2db':
  Minor layout tweaks and bug fix in keyguard
2012-10-15 02:31:04 -07:00
Jim Miller
87d57952af 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
2012-10-15 02:10:57 -07:00
Jim Miller
63b977de7e am 14bb25a3: Merge "Fixing issues with pattern recovery / account view (issue 7341237):" into jb-mr1-dev
* commit '14bb25a3864d38da8f2b73180db649039558a37b':
  Fixing issues with pattern recovery / account view (issue 7341237):
2012-10-15 00:59:54 -07:00
Jim Miller
14bb25a386 Merge "Fixing issues with pattern recovery / account view (issue 7341237):" into jb-mr1-dev 2012-10-15 00:57:49 -07:00
Irfan Sheriff
2afe06114c am e6e81004: Merge "Cleanup on async disconnect and finalize" into jb-mr1-dev
* commit 'e6e810048ea85e48ec74f6a9e0b18f5dd3d475e1':
  Cleanup on async disconnect and finalize
2012-10-14 23:01:09 -07:00
Irfan Sheriff
e6e810048e Merge "Cleanup on async disconnect and finalize" into jb-mr1-dev 2012-10-14 22:58:49 -07:00
Adam Cohen
6f131416ba 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
2012-10-14 21:25:08 -07:00
Adam Cohen
18e9575cad am 6dbf8610: Fix for NPE with pattern recovery (issue 7341237)
* commit '6dbf8610e94c1b41e0124577101d6369fd204ad3':
  Fix for NPE with pattern recovery (issue 7341237)
2012-10-14 17:43:28 -07:00
Adam Cohen
6dbf8610e9 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
2012-10-14 17:26:31 -07:00
Jim Miller
1ea9545586 am 66e93076: Merge "Disable security view transitions in keyguard" into jb-mr1-dev
* commit '66e9307645449c50a5a53140cc408c114f5b78fe':
  Disable security view transitions in keyguard
2012-10-14 12:11:37 -07:00
Jim Miller
66e9307645 Merge "Disable security view transitions in keyguard" into jb-mr1-dev 2012-10-14 12:08:45 -07:00
Craig Mautner
f93afcde55 am 27c0773c: Merge "Fix wallpaper not updating on initial boot." into jb-mr1-dev
* commit '27c0773c34001c02cb7e2a6ae6e085ee3ed150cf':
  Fix wallpaper not updating on initial boot.
2012-10-14 11:27:40 -07:00
Craig Mautner
27c0773c34 Merge "Fix wallpaper not updating on initial boot." into jb-mr1-dev 2012-10-14 11:25:23 -07:00
Jim Miller
68c2489457 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
2012-10-14 05:07:14 -07:00
Adam Cohen
002ab676ef am 3b9f9bce: Merge "Fix inability to start pattern outside view bounds (issue 7344325)" into jb-mr1-dev
* commit '3b9f9bceeaff0fe23f68f24d604158f614053dcf':
  Fix inability to start pattern outside view bounds (issue 7344325)
2012-10-13 20:43:18 -07:00
Adam Cohen
3b9f9bceea Merge "Fix inability to start pattern outside view bounds (issue 7344325)" into jb-mr1-dev 2012-10-13 20:40:33 -07:00
Adam Cohen
258d9fc6c6 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
2012-10-13 20:24:26 -07:00
Adam Cohen
48b3e3063b am c4c56222: Merge "Fix blank clock (issue 7344512)" into jb-mr1-dev
* commit 'c4c562223b0246d2cbb973d0b0ab63f860798475':
  Fix blank clock (issue 7344512)
2012-10-13 19:36:58 -07:00
Adam Cohen
c4c562223b Merge "Fix blank clock (issue 7344512)" into jb-mr1-dev 2012-10-13 19:34:45 -07:00
Adam Cohen
2e71e3f167 am 33387b1b: Merge "Fix edge case with status message (issue 7343848)" into jb-mr1-dev
* commit '33387b1bee6813ea2f5cf82c7244dc90453a7c2c':
  Fix edge case with status message (issue 7343848)
2012-10-13 19:26:45 -07:00
Adam Cohen
33387b1bee Merge "Fix edge case with status message (issue 7343848)" into jb-mr1-dev 2012-10-13 19:23:49 -07:00
Adam Cohen
7e39410f95 Fix blank clock (issue 7344512)
Change-Id: Iad23f049fcc31ad8f08c99e7c3088e1523de1d45
2012-10-13 19:10:56 -07:00
Craig Mautner
c92f150af0 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
2012-10-13 17:55:26 -07:00
Adam Cohen
61ccc162a0 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
2012-10-13 17:04:44 -07:00
Adam Cohen
30621122e5 am 32f9e8ff: Merge "Only showing important security messages in status area (issue 7341795)" into jb-mr1-dev
* commit '32f9e8ffdd552aef550cd21c97d792b421cb12f9':
  Only showing important security messages in status area (issue 7341795)
2012-10-13 16:41:21 -07:00
Adam Cohen
32f9e8ffdd Merge "Only showing important security messages in status area (issue 7341795)" into jb-mr1-dev 2012-10-13 16:38:48 -07:00
Adam Cohen
0a4f900463 Only showing important security messages in status area (issue 7341795)
Change-Id: Ie2fcd4dd7130b4684223d0442f50e76435f61768
2012-10-13 16:33:27 -07:00
Daniel Sandler
7fcc9b1781 am e111ad30: No, that\'s German for "The Quick Settings, The".
* commit 'e111ad300d614a0f94e30f96ae664a1de578c48a':
  No, that's German for "The Quick Settings, The".
2012-10-13 15:11:01 -07:00
Daniel Sandler
e111ad300d No, that's German for "The Quick Settings, The".
Bug: ???????
Change-Id: I24ffb21b1566d98c9df6db48c4062390757cd8bc
2012-10-13 17:23:47 -04:00
Adam Powell
13b82d668d am 85341a76: Merge "Fix keyguard dimensions; IME state for password view; layouts" into jb-mr1-dev
* commit '85341a76677abcccee757f7982b48b3bec2dcf63':
  Fix keyguard dimensions; IME state for password view; layouts
2012-10-13 01:46:14 -07:00
Adam Powell
85341a7667 Merge "Fix keyguard dimensions; IME state for password view; layouts" into jb-mr1-dev 2012-10-13 01:44:13 -07:00
Adam Powell
70bc9f24ce 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
2012-10-13 01:25:51 -07:00
Jim Miller
14c64ab214 am 211a18e2: Merge "Partial fix for blank widget page" into jb-mr1-dev
* commit '211a18e2d6548ffc4657b8199661a1764f1008e0':
  Partial fix for blank widget page
2012-10-13 01:18:03 -07:00
Jim Miller
211a18e2d6 Merge "Partial fix for blank widget page" into jb-mr1-dev 2012-10-13 01:16:32 -07:00
Jim Miller
b42bf69411 am 28dc64b8: Merge "Disable loading widgets in single-stage keyguard" into jb-mr1-dev
* commit '28dc64b86b6648d8b38eb202531e20560e1298bc':
  Disable loading widgets in single-stage keyguard
2012-10-13 00:30:47 -07:00
Jim Miller
28dc64b86b Merge "Disable loading widgets in single-stage keyguard" into jb-mr1-dev 2012-10-13 00:29:16 -07:00
Adam Powell
eda02c7e32 am 308b1a66: Merge "Fix offsets for glowpad on keyguard" into jb-mr1-dev
* commit '308b1a66b2d109feb509998bd50557ac7e6c90f4':
  Fix offsets for glowpad on keyguard
2012-10-12 19:59:28 -07:00
Adam Powell
308b1a66b2 Merge "Fix offsets for glowpad on keyguard" into jb-mr1-dev 2012-10-12 19:57:15 -07:00
Adam Powell
f8b93b5503 Fix offsets for glowpad on keyguard
Bug 7342491

Change-Id: Id9733070c28a85c47ac8b982768e47a4254bd825
2012-10-12 19:33:49 -07:00
Jason Sams
08dd6d1f0e am 56754193: Merge "Fix cycle detection for SGs." into jb-mr1-dev
* commit '5675419356793a546e58482a51e245ee34500758':
  Fix cycle detection for SGs.
2012-10-12 19:07:12 -07:00
Jason Sams
d473f83a3e am 10542ec3: Merge "Port ImageProcessing to Filterscript." into jb-mr1-dev
* commit '10542ec336f006b5ff311ab53f43750ea9d84838':
  Port ImageProcessing to Filterscript.
2012-10-12 19:04:26 -07:00
Jason Sams
5675419356 Merge "Fix cycle detection for SGs." into jb-mr1-dev 2012-10-12 19:02:56 -07:00
Jason Sams
7f2083fe48 am 73db36e6: Merge "Fix crash in ImageProcessing blend test" into jb-mr1-dev
* commit '73db36e6d8e4ad89c710783b66b99064e483b614':
  Fix crash in ImageProcessing blend test
2012-10-12 19:02:43 -07:00
Jason Sams
10542ec336 Merge "Port ImageProcessing to Filterscript." into jb-mr1-dev 2012-10-12 19:01:38 -07:00
Victoria Lease
04bb190c54 am f402fa46: Merge "Simplify fused location provider." into jb-mr1-dev
* commit 'f402fa46257f4ef61ce1e91901dfb44ff5f7f87c':
  Simplify fused location provider.
2012-10-12 19:01:07 -07:00
Jason Sams
73db36e6d8 Merge "Fix crash in ImageProcessing blend test" into jb-mr1-dev 2012-10-12 19:00:21 -07:00
Victoria Lease
f402fa4625 Merge "Simplify fused location provider." into jb-mr1-dev 2012-10-12 18:58:37 -07:00
Fabrice Di Meglio
b65b5133e7 am f9307c5c: Merge "Fix bug #7334966 Padding is still broken in RTL languages" into jb-mr1-dev
* commit 'f9307c5c00bd3e8338bd478fec67a0190d515558':
  Fix bug #7334966 Padding is still broken in RTL languages
2012-10-12 18:28:33 -07:00
Fabrice Di Meglio
f9307c5c00 Merge "Fix bug #7334966 Padding is still broken in RTL languages" into jb-mr1-dev 2012-10-12 18:25:55 -07:00
Jim Miller
ea06c3ed6f Disable loading widgets in single-stage keyguard
Change-Id: I8975c3a8e6ba060987fda2d0d4b9fc8dc0686d06
2012-10-12 17:55:07 -07:00