Commit Graph

15913 Commits

Author SHA1 Message Date
Jason Monk
d78cdb1d3a am bf3d1af3: SettingsLib: Fix wifi crash during settings index
* commit 'bf3d1af3d8bd32f410aa5cc44ccdc1df593ef210':
  SettingsLib: Fix wifi crash during settings index
2015-05-22 15:38:52 +00:00
Jason Monk
bf3d1af3d8 SettingsLib: Fix wifi crash during settings index
and test it

Bug: 21365029
Change-Id: I9a914773577dcbe591b41c9114ba4d078b5e7369
2015-05-22 11:26:34 -04:00
Selim Cinek
83394b25d0 am 79d79c45: The heads up now have a margin on top and don\'t stick to the edge
* commit '79d79c455beecf7a70460575ab21d9bf49767e2c':
  The heads up now have a margin on top and don't stick to the edge
2015-05-21 23:45:21 +00:00
Selim Cinek
d8b06a6dd5 am ffa6eb87: Fixed a crash with HUN notifications
* commit 'ffa6eb8791b65d3959682ee187124c1a06d28884':
  Fixed a crash with HUN notifications
2015-05-21 23:45:16 +00:00
Selim Cinek
79d79c455b The heads up now have a margin on top and don't stick to the edge
Bug: 21337754
Change-Id: I199bc0732df62eadc2458db12a7c1059da988020
2015-05-21 23:38:30 +00:00
Selim Cinek
ffa6eb8791 Fixed a crash with HUN notifications
Bug: 20925733
Change-Id: Id96c9e476d9faa770b5bcd3c35213dd0debdeaea
2015-05-21 23:35:52 +00:00
Jorim Jaggi
471829eac0 am eb8f11a8: Keep status bar visible when animating in negative heights
* commit 'eb8f11a8657a1509d6c00b3c6f34547f803bbe67':
  Keep status bar visible when animating in negative heights
2015-05-21 20:39:01 +00:00
Steve McKay
08226358a1 am 4f95bade: Merge "[mnc-dev] Hide list/grid menu items for copy dest action...in mnc-dev!" into mnc-dev
* commit '4f95badec267c53f76475869b17f6bbccc66d406':
  [mnc-dev] Hide list/grid menu items for copy dest action...in mnc-dev!
2015-05-21 20:38:57 +00:00
Jorim Jaggi
eb8f11a865 Keep status bar visible when animating in negative heights
So we don't accidentally invoke bouncer and introduce jank
when expanding again.

Bug: 18502113
Change-Id: I0206cf1f48779d0d0fc661cb27852e2d202245ba
2015-05-21 20:29:05 +00:00
Steve McKay
4f95badec2 Merge "[mnc-dev] Hide list/grid menu items for copy dest action...in mnc-dev!" into mnc-dev 2015-05-21 20:27:37 +00:00
Steve McKay
574b4bcd1b [mnc-dev] Hide list/grid menu items for copy dest action...in mnc-dev!
BUG=21259006
Change-Id: Ic31dfa1a1cffa4340769c08db3e3cb3fb46e31d5
(cherry picked from commit e04e02d027)
2015-05-21 20:15:31 +00:00
Selim Cinek
15b95445b2 am 0cce531f: Fixed a bug where a notification could get below the empty shade view
* commit '0cce531f2e4d67f9a4d8f55009a35bcc8498718e':
  Fixed a bug where a notification could get below the empty shade view
2015-05-21 19:00:08 +00:00
Selim Cinek
0cce531f2e Fixed a bug where a notification could get below the empty shade view
This lead to a temporary flash when a notification came in with
the empty shade view being visible.

Bug: 20972545
Change-Id: I2b06f63dd43bf53bb2d1da0cddb635a709663f71
2015-05-21 18:51:44 +00:00
Xiyuan Xia
6994443edb am e695b59e: Merge "Do not show soft keyboard when locked out on keyguard UI" into mnc-dev
* commit 'e695b59eb586eeda064b715b5e35f4e491039e33':
  Do not show soft keyboard when locked out on keyguard UI
2015-05-21 16:22:41 +00:00
Xiyuan Xia
e695b59eb5 Merge "Do not show soft keyboard when locked out on keyguard UI" into mnc-dev 2015-05-21 16:15:51 +00:00
Baligh Uddin
376723e219 Merge "Import translations. DO NOT MERGE" into mnc-dev 2015-05-21 13:20:17 +00:00
Baligh Uddin
39effd54d7 Merge "Import translations. DO NOT MERGE" into mnc-dev 2015-05-21 13:20:12 +00:00
Geoff Mendal
dc038f3246 Import translations. DO NOT MERGE
Change-Id: Ibc636bc980ceaead21d2eaf2dd813de284341ab0
Auto-generated-cl: translation import
2015-05-21 06:10:03 -07:00
Baligh Uddin
e68fed4568 Import translations. DO NOT MERGE
Change-Id: Ie0f7cbb03d74e7c84ed90084d69a3d663f41214b
Auto-generated-cl: translation import
2015-05-20 21:59:08 -07:00
Baligh Uddin
7ded358368 Import translations. DO NOT MERGE
Change-Id: I2e800db526beb320e54c5f80ba8f8bf6a81391e0
Auto-generated-cl: translation import
2015-05-20 21:54:23 -07:00
John Spurlock
8e08dd2de8 am dbf2cd16: Merge "Volume: Include a11y bit in dialog dump." into mnc-dev
* commit 'dbf2cd16606d6696cc961426a4e41412f43c8cc0':
  Volume: Include a11y bit in dialog dump.
2015-05-21 03:42:05 +00:00
John Spurlock
dbf2cd1660 Merge "Volume: Include a11y bit in dialog dump." into mnc-dev 2015-05-21 03:35:12 +00:00
John Spurlock
84ee67ce70 Volume: Include a11y bit in dialog dump.
Bug: 21340132
Change-Id: Ie9a347e7e0f08c7019b4a483a3a87a8cba6f37da
2015-05-20 23:33:43 -04:00
Xiyuan Xia
de26ea65a8 Do not show soft keyboard when locked out on keyguard UI
- Split password entry enabled and input enabled into two states;
- Disable input during lock check;
- Disable password entry when locked out;
- Don't show soft keyboard if password entry is disabled on resume;
- Auto show soft keyboard when password entry becomes enabled;

Bug:20542149
Change-Id: Iffe3f205776143ac21e25e337d5b7a0e6994ebf2
2015-05-21 01:39:08 +00:00
Adrian Roos
a5ddb8e382 am 770e9895: Merge "Fix ObservableScrollView\'s cancel dispatch" into mnc-dev
* commit '770e98953e27573d24578008810eeb44c0755995':
  Fix ObservableScrollView's cancel dispatch
2015-05-21 01:24:42 +00:00
Jim Miller
60ce06db20 am 0a17fb4e: Merge "Move from native FingerprintService implementation to fingerprintd" into mnc-dev
* commit '0a17fb4e562d5375f795ee1301c4aba86443e023':
  Move from native FingerprintService implementation to fingerprintd
2015-05-21 01:13:11 +00:00
Adrian Roos
770e98953e Merge "Fix ObservableScrollView's cancel dispatch" into mnc-dev 2015-05-21 01:13:00 +00:00
Adrian Roos
5c82e340c3 Fix ObservableScrollView's cancel dispatch
Bug: 21239185
Change-Id: I8005556a2a6fcd8981e615a6f5537a1d7e9ce6a7
2015-05-20 18:08:58 -07:00
Jim Miller
0a17fb4e56 Merge "Move from native FingerprintService implementation to fingerprintd" into mnc-dev 2015-05-21 00:57:44 +00:00
Svetoslav
61d910583d am eff64986: Merge "Do not call out of the settings provider with a lock held" into mnc-dev
* commit 'eff649862be8db389cf8480efa50ca1106dd2117':
  Do not call out of the settings provider with a lock held
2015-05-21 00:45:41 +00:00
Svetoslav
eff649862b Merge "Do not call out of the settings provider with a lock held" into mnc-dev 2015-05-21 00:35:13 +00:00
Svetoslav
7ec28e8513 Do not call out of the settings provider with a lock held
bug:20443441

Change-Id: I704520b75f5deaeeb1b4098cda0783c667e8cdd1
2015-05-20 17:24:13 -07:00
Jim Miller
be67542182 Move from native FingerprintService implementation to fingerprintd
This adds a new service, fingerprintd, that manages fingerprint
hardware from a separate process.  It provides a binder interface that
FingerprintManager uses to talk to the fingerprint HAL.

Change-Id: I84d8e407c1f1a7d1a396e246c382459ad38810ae
2015-05-20 14:56:06 -07:00
Jorim Jaggi
66f3af5849 am f14c40f9: Adjust clock size to spec
* commit 'f14c40f911e3dd874d28c3a4c6810bed6201c5ba':
  Adjust clock size to spec
2015-05-20 21:51:40 +00:00
Jorim Jaggi
f14c40f911 Adjust clock size to spec
Bug: 21111048
Change-Id: I73c6e57421dec4d929e5f87d812b5c2c495d250d
2015-05-20 21:33:30 +00:00
Joseph Wen
f29a315e8c am 5e686160: Merge "Update the Statement Service. DO NOT MERGE" into mnc-dev
* commit '5e6861605b09221d5e996d9460223e18a733ee9e':
  Update the Statement Service. DO NOT MERGE
2015-05-20 21:21:57 +00:00
Joseph Wen
8c7d99c2b7 Update the Statement Service. DO NOT MERGE
For security reason, disallow HTTP include files if the source asset is
a HTTPS site or an Android app.
Change the include statement field name from "delegate" to "include".

Bug: 20323096
Change-Id: Ifc12b61657c9c89a670b9d7c3220853321c15dea
2015-05-20 16:37:51 -04:00
Jason Monk
aa488cb835 am e15cecc9: Merge "Don\'t crash in bugreport on devices without BT" into mnc-dev
* commit 'e15cecc90cbe0b7ae39e524e612fb6043324bad8':
  Don't crash in bugreport on devices without BT
2015-05-20 13:28:53 +00:00
Jason Monk
e15cecc90c Merge "Don't crash in bugreport on devices without BT" into mnc-dev 2015-05-20 13:16:02 +00:00
Adrian Roos
6a28532a22 am 1bbe3d4b: Merge "Fix user switcher ripple emanation point" into mnc-dev
* commit '1bbe3d4b75f2ab4afe6344ee778058eaf530e3f5':
  Fix user switcher ripple emanation point
2015-05-20 00:50:23 +00:00
Adrian Roos
1bbe3d4b75 Merge "Fix user switcher ripple emanation point" into mnc-dev 2015-05-20 00:43:47 +00:00
Daichi Hirono
15a5593309 am b7d072f4: Merge "DocumentUI: Plish the design of footer bottons." into mnc-dev
* commit 'b7d072f42fd4fcb2e6e2d7a88ede2d4cee05127c':
  DocumentUI: Plish the design of footer bottons.
2015-05-19 22:34:38 +00:00
Daichi Hirono
b7d072f42f Merge "DocumentUI: Plish the design of footer bottons." into mnc-dev 2015-05-19 22:20:43 +00:00
Jeff Sharkey
2d5d8926ea am 891230b5: Merge "Push initial disk state, handle empty media." into mnc-dev
* commit '891230b59e36f8220885d6c1f5c9be98370ee2ca':
  Push initial disk state, handle empty media.
2015-05-19 22:13:40 +00:00
Jeff Sharkey
f5a6bd7538 Push initial disk state, handle empty media.
Stash volume count from last scan, and use it to push initial storage
notifications state when listener is first attached.

Also omit disks with invalid size, which usually means they're an
empty slot with no media.

Bug: 20503551
Change-Id: I75097035aebaad70ba32437179a863f6a0910aa5
2015-05-19 14:57:22 -07:00
Jason Monk
09389a9b58 Don't crash in bugreport on devices without BT
Bug: 21160862
Change-Id: Ia3295fc6ebbd8ad1b5d03c70c89370d09f9cbb03
2015-05-19 16:33:14 -04:00
Selim Cinek
29436d38e6 am 4a21a7fa: Fixed Focusability issues with heads up
* commit '4a21a7fab6c0cca2c668650969e9af50c9c5068e':
  Fixed Focusability issues with heads up
2015-05-19 19:39:10 +00:00
Selim Cinek
4a21a7fab6 Fixed Focusability issues with heads up
The panel was focusable when a heads up came in which
lead to several bugs. Sometimes the user was not able to
type anymore and focus listeners fired.

Bug: 21153703
Bug: 20892889
Change-Id: Iab86e651ef827767225ca092bb2c1e3fe1ddf385
2015-05-19 19:27:43 +00:00
Adrian Roos
970be5313a Fix user switcher ripple emanation point
Bug: 18444431
Change-Id: I35b053b151ba1e6e326d3a6c2bd2c3c8e3ad8c28
2015-05-19 12:11:48 -07:00
Jason Monk
b632ee0cad am bf45b3f4: Merge "SysUI: Move BT receivers to bg" into mnc-dev
* commit 'bf45b3f4263768a420d92b320c5fb19697f5e9fb':
  SysUI: Move BT receivers to bg
2015-05-19 18:03:12 +00:00