2662 Commits

Author SHA1 Message Date
Jeff Sharkey
97bbac1b33 am d9016b2c: Merge "Disable verbose RingtonePlayer debugging." into jb-dev
* commit 'd9016b2c949309bccfdc2871e1dba36136969a3f':
  Disable verbose RingtonePlayer debugging.
2012-05-15 12:45:29 -07:00
Jeff Sharkey
d9016b2c94 Merge "Disable verbose RingtonePlayer debugging." into jb-dev 2012-05-15 12:43:48 -07:00
Jeff Sharkey
b6e404a95f Disable verbose RingtonePlayer debugging.
Bug: 6491451
Change-Id: I41119599b5bbcc1a2bb717b3673e01e4b5366b9c
2012-05-15 11:36:11 -07:00
Chris Wren
d24286a1f4 am 66757217: Create separate dimensions for the notificaitons and notification rows. Use notification heights on layouts internal to the notificaitons. Use row heights where padding needs to be protected, on row layout decisions. Clean up values-xhdpi/dimens.xml since
* commit '66757217a6d8e6a156d15be55bf77940e2e6194b':
  Create separate dimensions for the notificaitons and notification rows. Use notification heights on layouts internal to the notificaitons. Use row heights where padding needs to be protected, on row layout decisions. Clean up values-xhdpi/dimens.xml since there is no longer a values-hdpi/dimens.xml.
2012-05-15 11:32:16 -07:00
Chris Wren
88a7212f4c am e9e37725: Update both views for rich notifications.
* commit 'e9e3772534f6410005ae3a61c415e71ac093e732':
  Update both views for rich notifications.
2012-05-15 11:32:15 -07:00
Jim Miller
9de7027433 am a5b2d487: Merge "Fix 6483412: Disable search from navbar while SUW is running" into jb-dev
* commit 'a5b2d487005e967eb43b5e077713d6f9bc819fe4':
  Fix 6483412: Disable search from navbar while SUW is running
2012-05-15 11:31:34 -07:00
Kenny Root
017c5f78d9 am 4ebaf0f1: Merge "Change thread priority for disk measurement to bg" into jb-dev
* commit '4ebaf0f1d4be34f475bb663784b40cf79b9d2184':
  Change thread priority for disk measurement to bg
2012-05-15 11:30:23 -07:00
Chris Wren
66757217a6 Create separate dimensions for the notificaitons and notification rows.
Use notification heights on layouts internal to the notificaitons.
Use row heights where padding needs to be protected, on row layout decisions.
Clean up values-xhdpi/dimens.xml since there is no longer a values-hdpi/dimens.xml.

Bug: 6475098
Bug: 6489095
Change-Id: I44750574c6e23336585a432a38c5f1ba183b6cbc
2012-05-15 07:01:53 -07:00
Chris Wren
e9e3772534 Update both views for rich notifications.
Bug: 6475141
Change-Id: I24a87285e6385673c4a08cfa66b211228982a62e
2012-05-15 07:01:12 -07:00
Eric Fischer
4a407d71bb am 8e96d581: Merge "Import translations. DO NOT MERGE" into jb-dev
* commit '8e96d58146b3cde7aef9dbebaa2c7a6fec2b5571':
  Import translations. DO NOT MERGE
2012-05-14 19:34:28 -07:00
Michael Jurka
99f7c923b0 am b5206761: Merge "Hide notification panel when launching recent apps" into jb-dev
* commit 'b520676175d265952afa7f35846c86663b4dc248':
  Hide notification panel when launching recent apps
2012-05-14 19:34:24 -07:00
Jim Miller
a5b2d48700 Merge "Fix 6483412: Disable search from navbar while SUW is running" into jb-dev 2012-05-14 18:56:53 -07:00
Kenny Root
4ebaf0f1d4 Merge "Change thread priority for disk measurement to bg" into jb-dev 2012-05-14 15:42:31 -07:00
Jim Miller
b4238e0c59 Fix 6483412: Disable search from navbar while SUW is running
This fixes a problem where navbar gestures were enabled during
SetupWizard.

There's no clear signal for handling this in StatusBar since there
are a number of flags that we might use to determine the availability
of the search gesture.

However, the UI design generally calls for the gesture to be available
when the home button is visible, so I think it makes sense to start
with that and enable others as we encounter issues.

Change-Id: I7b37964ae5b51bf803d5808605f1afe694a88464
2012-05-14 15:26:20 -07:00
Kenny Root
a69b7eb1fc Change thread priority for disk measurement to bg
Change the thread priority for all disk measurement and statfs calls to
background priority.

Also move the measurement fully into the measurement task since it makes
more sense.

Bug: 6332097
Change-Id: Iafc2151313ad9b14117daf67e933dccd32f68d54
2012-05-14 15:02:19 -07:00
Eric Fischer
8e96d58146 Merge "Import translations. DO NOT MERGE" into jb-dev 2012-05-14 14:51:41 -07:00
Michael Jurka
56a5783c02 Hide notification panel when launching recent apps
Bug: 6484280
Change-Id: Ib97af40979ccdd98aa2b8af6c1488b33b34bdf2b
2012-05-14 14:38:38 -07:00
Eric Fischer
fb7a89fe55 Import translations. DO NOT MERGE
Change-Id: I7ad9995da8405b20d50ecb211786ebc86469ea42
2012-05-14 13:30:10 -07:00
Jim Miller
8c11350366 am 5a588dbe: Merge "Fix 6486099: Fix clipping issues with MultiWaveView on phone/tablet" into jb-dev
* commit '5a588dbe6e3d246523d7c04258f0129ba37df069':
  Fix 6486099: Fix clipping issues with MultiWaveView on phone/tablet
2012-05-12 14:56:28 -07:00
Jim Miller
5a588dbe6e Merge "Fix 6486099: Fix clipping issues with MultiWaveView on phone/tablet" into jb-dev 2012-05-12 14:54:06 -07:00
Jim Miller
c6e523ea9b Fix 6486099: Fix clipping issues with MultiWaveView on phone/tablet
This fixes a problem where the bounds of the view weren't being
calculated properly when a separate outer radius was specified.

The code now takes the maximum of the ring drawable's width/height
and that specified in the resource files.

This gives it the best default look on all devices while still
allowing minor tweaks.

Change-Id: I5daa40ff4f14653c8cc89b39102816afb976e4f7
2012-05-12 14:23:23 -07:00
Michael Jurka
e4046724f6 am c8179e78: Merge "Improve transition out of recents" into jb-dev
* commit 'c8179e78052af3d68725e1160214a736f143f8a2':
  Improve transition out of recents
2012-05-12 14:03:56 -07:00
Michael Jurka
c8179e7805 Merge "Improve transition out of recents" into jb-dev 2012-05-12 14:01:43 -07:00
Jim Miller
73c0638726 am 76e07e77: Merge "Fix 6474712: Disable the google gesture on prime while notifications are open" into jb-dev
* commit '76e07e7767098a885365e4ae8c8bb51f6a8c3b09':
  Fix 6474712: Disable the google gesture on prime while notifications are open
2012-05-12 13:58:46 -07:00
Jim Miller
76e07e7767 Merge "Fix 6474712: Disable the google gesture on prime while notifications are open" into jb-dev 2012-05-12 13:55:55 -07:00
Jim Miller
670d9dd2d0 Fix 6474712: Disable the google gesture on prime while notifications are open
Change-Id: I7c40e7bf4859d60c54c186fc49b670397a4ea723
2012-05-12 13:45:35 -07:00
Michael Jurka
d5895a7e8a Improve transition out of recents
- During the transition, fade the bg to black
- Exiting activity fades to black
- Recents background no longer fades away, because
then it would fight against the fade to black
happening behind it
2012-05-12 13:24:58 -07:00
Jeff Brown
a48816375f am 58770232: Merge "Move power HAL interactions to PowerManagerService." into jb-dev
* commit '58770232216cd735afdfd3dd53151070e06de5ce':
  Move power HAL interactions to PowerManagerService.
2012-05-11 19:35:23 -07:00
Jeff Brown
5877023221 Merge "Move power HAL interactions to PowerManagerService." into jb-dev 2012-05-11 19:32:56 -07:00
Jeff Brown
7304c34382 Move power HAL interactions to PowerManagerService.
This refactoring sets the stage for a follow-on change that
will make use additional functions of the power HAL.

Moved functionality from android.os.Power into PowerManagerService.
None of these functions make sense being called outside of the
system server.  Moving them to the PowerManagerService makes it
easier to ensure that the power HAL is initialized exactly once.

Similarly, moved ShutdownThread out of the policy package and into
the services package where it can tie into the PowerManagerService
as needed.

Bug: 6435382
Change-Id: I958241bb124fb4410d96f5d5eb00ed68d60b29e5
2012-05-11 18:42:42 -07:00
Jim Miller
07827454ef am 2b5cebeb: Merge "Fix 6040870: Update MultiWaveView for new device" into jb-dev
* commit '2b5cebebb60c33fe864bed71778253837cbddb54':
  Fix 6040870: Update MultiWaveView for new device
2012-05-11 15:33:55 -07:00
Eric Fischer
9f382b093f am 42097f5c: Merge "Import translations. DO NOT MERGE" into jb-dev
* commit '42097f5c26551e81ca397f6ff787fdbe4046b59b':
  Import translations. DO NOT MERGE
2012-05-11 15:30:32 -07:00
Jim Miller
2b5cebebb6 Merge "Fix 6040870: Update MultiWaveView for new device" into jb-dev 2012-05-11 15:29:50 -07:00
Eric Fischer
42097f5c26 Merge "Import translations. DO NOT MERGE" into jb-dev 2012-05-11 15:28:35 -07:00
Eric Fischer
4de3538f2a Import translations. DO NOT MERGE
Change-Id: Id093bff086183247032385b05d314ea0ef7d3b8b
2012-05-11 14:09:53 -07:00
Jeff Brown
f4df93cec6 am 2f095760: Rename kcm attribute to keyboardLayout.
* commit '2f0957607411b99810226ad38d59cf18718b86d0':
  Rename kcm attribute to keyboardLayout.
2012-05-11 12:59:32 -07:00
Jeff Brown
2f09576074 Rename kcm attribute to keyboardLayout.
Bug: 6478076
Change-Id: I7fc0d8eb36d03a628d070f8fd6ea1e1464b1a163
2012-05-11 12:32:56 -07:00
Chris Wren
cef4dda471 am 156c7928: Merge "Don\'t allow notificaitons to be larger than 4U, even with actions. Limit BigText template to a fixed number of lines. Optimize layout of BigText and Inbox for expansion." into jb-dev
* commit '156c79289dec581536c0ee23ffaa355909827587':
  Don't allow notificaitons to be larger than 4U, even with actions. Limit BigText template to a fixed number of lines. Optimize layout of BigText and Inbox for expansion.
2012-05-11 09:30:29 -07:00
Chris Wren
156c79289d Merge "Don't allow notificaitons to be larger than 4U, even with actions. Limit BigText template to a fixed number of lines. Optimize layout of BigText and Inbox for expansion." into jb-dev 2012-05-11 09:28:08 -07:00
Andrew Flynn
1ba2f7bd48 am b23341e4: Merge "Move airplane icon to its own view" into jb-dev
* commit 'b23341e4c55667de6408f64206cb44c174d36121':
  Move airplane icon to its own view
2012-05-11 09:10:21 -07:00
Andrew Flynn
b23341e4c5 Merge "Move airplane icon to its own view" into jb-dev 2012-05-11 09:08:15 -07:00
Chris Wren
ca7b7d0566 Don't allow notificaitons to be larger than 4U, even with actions.
Limit BigText template to a fixed number of lines.
Optimize layout of BigText and Inbox for expansion.

Bug: 6457470
Change-Id: Ib7389e16e566df9f91347ca3fdd621916a12af9b
2012-05-11 09:00:45 -07:00
Daniel Sandler
b0c8102af4 am bf6e0ba9: Don\'t show rotation lock on phone-sized devices.
* commit 'bf6e0ba99dbfef44d3feb014ce7e530de800d7c2':
  Don't show rotation lock on phone-sized devices.
2012-05-11 08:23:38 -07:00
Daniel Sandler
bf6e0ba99d Don't show rotation lock on phone-sized devices.
Bug: 6476409
Change-Id: Ife4476ab08a96337fe78ef2892ac5d73f90b3e8c
2012-05-11 10:41:18 -04:00
Jim Miller
4c351d62e7 Fix 6040870: Update MultiWaveView for new device
This change allows more flexibility in target placement in MultiWaveView.
It now supports a new way of specifying chevron drawables that allows
them to be moved in directions corresponding to more than the four basic
directions (right, up, left, down).

Chevron drawables can now be updated in an overlay.

This change also adds a place holder and makes a minor tweak to the layout
on 720dp devices where the navbar buttons weren't centered.

Change-Id: Icd319ec5f276870380e27737c873e78f599ff751
2012-05-10 21:36:56 -07:00
Eric Fischer
2c914da6db am 4e90bb53: Merge "Import translations. DO NOT MERGE" into jb-dev
* commit '4e90bb536ae7430978eeef5c287b11a72ea4c023':
  Import translations. DO NOT MERGE
2012-05-10 15:42:59 -07:00
Eric Fischer
4e90bb536a Merge "Import translations. DO NOT MERGE" into jb-dev 2012-05-10 15:39:07 -07:00
Kenny Root
42a419b4c0 am 718af32a: Merge "Use long instead of int for file offsets" into jb-dev
* commit '718af32a191066822262ad05cdd525a09c66094f':
  Use long instead of int for file offsets
2012-05-10 14:57:34 -07:00
Kenny Root
718af32a19 Merge "Use long instead of int for file offsets" into jb-dev 2012-05-10 14:55:35 -07:00
Eric Fischer
19988c39b1 Import translations. DO NOT MERGE
Change-Id: I2d2f9e65ba6aa186fe3688d47159ba81fdd8a4da
2012-05-10 13:33:47 -07:00