Adam Powell
6c14359074
am 4b4a947b: Merge "MediaRouter dialog" into jb-dev
...
* commit '4b4a947b5e4913d7f8b7df15d3a7cdf8f343471f':
MediaRouter dialog
2012-06-13 14:05:24 -07:00
Adam Powell
4b4a947b5e
Merge "MediaRouter dialog" into jb-dev
2012-06-13 14:02:53 -07:00
Eric Fischer
cc7baa28f2
am 82134f76: Merge "Import translations. DO NOT MERGE" into jb-dev
...
* commit '82134f76936be049cc4b23a894ba7decc1d59952':
Import translations. DO NOT MERGE
2012-06-13 12:35:18 -07:00
Eric Fischer
82134f7693
Merge "Import translations. DO NOT MERGE" into jb-dev
2012-06-13 12:32:00 -07:00
Chris Wren
ebdc5b81d6
enable touch feedback on notification title.
...
Bug: 6646294
Change-Id: I8ef6fa104dabe280a45258181aa2ed597e433fca
2012-06-13 12:10:55 -07:00
Jeff Sharkey
ba55c5c579
am 96321890: Merge "Clear identity when snoozing limit." into jb-dev
...
* commit '963218905ab31ccd2cf7ff57d372b185624543a4':
Clear identity when snoozing limit.
2012-06-13 12:10:41 -07:00
Jeff Sharkey
963218905a
Merge "Clear identity when snoozing limit." into jb-dev
2012-06-13 12:06:10 -07:00
Eric Fischer
1d4062c746
Import translations. DO NOT MERGE
...
Change-Id: Ic1cf133bf3f6b25be1bc748595024f973c0f0deb
2012-06-13 12:05:16 -07:00
Adam Powell
70e11e50ee
MediaRouter dialog
...
Add the dialog behavior for MediaRouteActionProvider/MediaRouteButton.
Still TODO:
* Switch audio icon based on source; speaker/bt/user
* Rig up volume slider
* Rig up item icons
* Rig up group button for groupable categories
* Make grouping work
Change-Id: I3f992516b184d5ae940ddb7bbb7f94ff58914589
2012-06-13 11:42:10 -07:00
John Reck
a8ae3e94c4
Call WebView.performLongClick instead of performLongClick()
...
Bug: 6656538
Due to the WebView/WebViewClassic refactor we need to call
WebView.performLongClick instead of performLongClick directly
to allow subclasses to override performLongClick
Change-Id: I9b580217fbafc82d03e63eabfdda9f5bad98db0f
2012-06-13 10:58:34 -07:00
Jean-Baptiste Queru
a49b7fed91
am cfe75518: (-s ours) am 9b2b0527: Merge "Only check ARCH_ARM_HAVE_ARMV7A if TARGET_ARCH is arm"
...
* commit 'cfe75518ef23efede1359274c91c732c0ac7ccf3':
Only check ARCH_ARM_HAVE_ARMV7A if TARGET_ARCH is arm
2012-06-13 10:55:13 -07:00
Jean-Baptiste Queru
cfe75518ef
am 9b2b0527: Merge "Only check ARCH_ARM_HAVE_ARMV7A if TARGET_ARCH is arm"
...
* commit '9b2b0527ccbc00e2befa2b8554a7e045f5168203':
Only check ARCH_ARM_HAVE_ARMV7A if TARGET_ARCH is arm
2012-06-13 10:47:52 -07:00
Chris Craik
06d6204a2e
am d772c487: Merge "Fix attachFunctor path to ignore delay" into jb-dev
...
* commit 'd772c4878e2207795e92b26a462fd02bca7e3c2e':
Fix attachFunctor path to ignore delay
2012-06-13 10:43:19 -07:00
Daniel Sandler
66d92f8109
Remove an unnecessary animation.
...
When the notification panel is full-width (small devices
like phones) we can just leave the icons showing all the
time, which saves a little CPU during the
performance-critical shade expand operation.
On sw600dp devices we continue to use DISABLE_SYSTEM_INFO to
smoothly hide the status bar when the notification panel
appears (and show it when the panel is dismissed).
Bug: 6555172
Change-Id: I59a1226549dd1e51c375c3972b47079c1ee856b0
2012-06-13 13:40:15 -04:00
Chris Craik
d772c4878e
Merge "Fix attachFunctor path to ignore delay" into jb-dev
2012-06-13 10:34:59 -07:00
Jean-Baptiste Queru
9b2b0527cc
Merge "Only check ARCH_ARM_HAVE_ARMV7A if TARGET_ARCH is arm"
2012-06-13 10:34:03 -07:00
Chris Wren
febadce5a8
am 4d12ec42: remove obsolete notificaiton pane visibility code.
...
* commit '4d12ec42bbd52c1127808d3b8d38bf0a1cdbb0ae':
remove obsolete notificaiton pane visibility code.
2012-06-13 10:21:41 -07:00
Chris Wren
4d12ec42bb
remove obsolete notificaiton pane visibility code.
...
Bug: 6647263
Change-Id: I634f17c608effe215b9ec4241355fd7cc8860d8e
2012-06-13 12:20:05 -04:00
Daniel Sandler
916ad91c38
Remove line3 in big notification unless there's text to show.
...
If you have no subText or summaryText in a big template, but
you *do* have a number, the overflow bar (below the big text
or inbox or whatever) would have shown; now it does not.
Bug: 6657006
Change-Id: Ib2af2712da3a98227bd8d697560893adbdc427e9
2012-06-13 12:17:07 -04:00
Craig Mautner
507a2ee12b
Update wallpaper visibility at time of hide/show.
...
Call the Window client method dispatchAppVisibility when hiding or
showing wallpaper rather than wait until the next call to
performLayoutAndPlaceSurfaces.
Fixes bug 6645473.
Change-Id: I363f69f8db0affff92308e11ce52546401959d8f
2012-06-13 08:39:38 -07:00
Daniel Sandler
e63d952a92
am 7d2e8960: Merge ""Two actions ought to be enough for anybody."" into jb-dev
...
* commit '7d2e8960d0fcebf924c60dbd0f6934368ceb80e3':
"Two actions ought to be enough for anybody."
2012-06-13 07:10:03 -07:00
Daniel Sandler
7d2e8960d0
Merge ""Two actions ought to be enough for anybody."" into jb-dev
2012-06-13 07:07:02 -07:00
Jeff Sharkey
6c0b4f393a
Clear identity when snoozing limit.
...
Continues to check MANAGE_NETWORK_POLICY permission. This allows
SystemUI to invoke snoozeLimit() without CONNECTIVITY_INTERNAL.
Bug: 6653091
Change-Id: I464bf62b79f2647c6b6db151251a0036897d0cc0
2012-06-12 21:06:30 -07:00
Jim Miller
84f13dafa9
am cbf026fc: Fix 6641800: Remove unnecessary padding below status view
...
* commit 'cbf026fc1f595c4e13d411bc61d5008eaf7b460c':
Fix 6641800: Remove unnecessary padding below status view
2012-06-12 20:20:06 -07:00
Jim Miller
cbf026fc1f
Fix 6641800: Remove unnecessary padding below status view
...
This fixes a bug on a 600dp device where the owner info text
was clipped.
Change-Id: I5293b6c1f508307dc55b23d6e2f219e9fa735693
2012-06-12 19:56:34 -07:00
Jim Miller
5f1907316e
am 955a0169: Fix 6613962: Update keyguard to use new GlowPadView UX design.
...
* commit '955a016922ea49f154d190b054a202559b41a4d3':
Fix 6613962: Update keyguard to use new GlowPadView UX design.
2012-06-12 19:41:44 -07:00
Craig Mautner
2ec541fa4b
Do not hide animating window behind keyguard.
...
The transition from clock to keyguard when restarting the device
was janky. The cause was that the clock app was animating away
which kept the adjustWallpaperWindowsLocked() method from setting
the keyguard as the new mWallpaperTarget. At the same time the
WindowAnimator saw that the keyguard was readyToDisplay() which
set mForceHiding true causing the clock to become hidden. Since
the clock was mWallpaperTarget the wallpaper was hidden at the
same time.
This fix does not allow mForceHiding to hide an animating
window.
Fixes bug 6649988.
Change-Id: Ie5cb0dfcc987d5ee1ad2351cf520629b8e301a2b
2012-06-12 19:18:21 -07:00
Jim Miller
955a016922
Fix 6613962: Update keyguard to use new GlowPadView UX design.
...
Change-Id: I4f1ef3107e5550f7df9dcb412943a84b66432b7d
2012-06-12 19:16:08 -07:00
Craig Mautner
1d48ca51de
am 1c958102: Merge "Set detached wallpaper on the scale up animation." into jb-dev
...
* commit '1c9581023ced89a209fca9c4e40305f8e0859732':
Set detached wallpaper on the scale up animation.
2012-06-12 19:06:46 -07:00
Craig Mautner
1c9581023c
Merge "Set detached wallpaper on the scale up animation." into jb-dev
2012-06-12 19:04:01 -07:00
Jeff Sharkey
9eabf916dc
am f6f7f1d2: Low disk space string change, surface state.
...
* commit 'f6f7f1d2dc6e8fad5d6ff9a56af9929488873b4f':
Low disk space string change, surface state.
2012-06-12 18:36:07 -07:00
Chris Craik
cb82b942c8
Fix attachFunctor path to ignore delay
...
Don't defer functor invocation when calling attach functor directly.
bug:6653638
Change-Id: Ifffc027df16612f380f39b82b7d0a4411d53b4ea
2012-06-12 17:55:18 -07:00
Jeff Sharkey
f6f7f1d2dc
Low disk space string change, surface state.
...
Surface current low disk state through IPackageManager for use in
Settings app.
Bug: 6576409
Change-Id: I9ae9ce99a2faa3015a237036c03567d1ae11628f
2012-06-12 17:12:08 -07:00
Jeff Brown
b8b29fa7f1
am fdcac45b: Merge "Print extended SQLite error code." into jb-dev
...
* commit 'fdcac45b6767caaac70c30fd974dce61119f79d7':
Print extended SQLite error code.
2012-06-12 16:09:34 -07:00
Jeff Brown
fdcac45b67
Merge "Print extended SQLite error code." into jb-dev
2012-06-12 16:06:03 -07:00
Robert Greenwalt
8cdfd60d27
am 15319ded: am 460abe97: Merge "Add support for Caller Name Display"
...
* commit '15319ded1545dbb266273439063caf6ca23629f5':
Add support for Caller Name Display
2012-06-12 15:58:10 -07:00
Robert Greenwalt
15319ded15
am 460abe97: Merge "Add support for Caller Name Display"
...
* commit '460abe97b06fd42cc37bdebb7f0ad4a7ef0e8bde':
Add support for Caller Name Display
2012-06-12 15:53:59 -07:00
Craig Mautner
a803371535
Set detached wallpaper on the scale up animation.
...
This keeps the background wallpaper from disappearing when expanding an
app that has a wallpaper background (e.g. clock).
Fixes bug 6649988. The second half of the bug, the first half will be
reissued as a new bug.
Change-Id: I209c9038469e4133586a927c92ef64ae43fb937f
2012-06-12 15:50:45 -07:00
Craig Mautner
12f0104ec7
am 4d6a0df3: Merge "Do not cancel animations when switching." into jb-dev
...
* commit '4d6a0df37930309f8e138499785483d9dcadf7d9':
Do not cancel animations when switching.
2012-06-12 15:48:34 -07:00
Craig Mautner
4d6a0df379
Merge "Do not cancel animations when switching." into jb-dev
2012-06-12 15:45:37 -07:00
Jeff Brown
ca309f212d
Print extended SQLite error code.
...
Bug: 6538393
Change-Id: I2b010c6a1127887717af67ec588c3df8bf41afe6
2012-06-12 15:39:09 -07:00
Robert Greenwalt
460abe97b0
Merge "Add support for Caller Name Display"
2012-06-12 15:17:39 -07:00
James Dong
05fee7bddb
am 085c4825: Merge "Add NOTICE and MODULE_LICENSE_APACH2 to libvideoeditor_jni.so" into jb-dev
...
* commit '085c4825897bbbfa0f8564c2de45f74d7bea4029':
Add NOTICE and MODULE_LICENSE_APACH2 to libvideoeditor_jni.so
2012-06-12 14:22:59 -07:00
James Dong
085c482589
Merge "Add NOTICE and MODULE_LICENSE_APACH2 to libvideoeditor_jni.so" into jb-dev
2012-06-12 14:20:31 -07:00
James Dong
c6693f6fee
Add NOTICE and MODULE_LICENSE_APACH2 to libvideoeditor_jni.so
...
Change-Id: Ibe37c2e6ede6143dc4e27c6072867bc58aa1c08a
related-to-bug: 6647465
2012-06-12 14:05:14 -07:00
Chris Wren
9b2cd15f0f
Invert the sense of the two-figner direction on tablets.
...
Bug: 6506376
Change-Id: Ife336c6695608f14554e18e32ea35f118d7f12e2
2012-06-12 16:41:54 -04:00
Christopher Tate
4d3448db54
am 4cabbef8: Merge "Make sure to stop noHistory="true" activities properly" into jb-dev
...
* commit '4cabbef8266c909997cf608d008920f5a2f49937':
Make sure to stop noHistory="true" activities properly
2012-06-12 13:41:31 -07:00
Christopher Tate
4cabbef826
Merge "Make sure to stop noHistory="true" activities properly" into jb-dev
2012-06-12 13:38:56 -07:00
John Spurlock
980d7b45ff
am 36eeb6a5: Merge "StatusBar: Respond properly to global expand message" into jb-dev
...
* commit '36eeb6a5be895bfba0405d34062d0db5b118a329':
StatusBar: Respond properly to global expand message
2012-06-12 13:31:30 -07:00
John Spurlock
36eeb6a5be
Merge "StatusBar: Respond properly to global expand message" into jb-dev
2012-06-12 13:29:09 -07:00