Ying Wang
2f8ee7448d
Merge "Import translations. DO NOT MERGE" into jb-dev
2012-06-15 14:18:13 -07:00
Ying Wang
51a0ea208b
Import translations. DO NOT MERGE
...
Change-Id: I3634d090275ecbd789e89266910ede4e4e1d8566
2012-06-15 13:06:55 -07:00
Daniel Sandler
6e6f54f706
am c82a664c: am 708f0739: Merge "Hide "no internet connection" when connected some other way." into jb-dev
...
* commit 'c82a664ca34885251edcfd044c142ab79e787f9c':
Hide "no internet connection" when connected some other way.
2012-06-15 11:52:24 -07:00
Daniel Sandler
c82a664ca3
am 708f0739: Merge "Hide "no internet connection" when connected some other way." into jb-dev
...
* commit '708f0739a54c2505921df4366a3ae301ba1edb20':
Hide "no internet connection" when connected some other way.
2012-06-15 11:49:46 -07:00
Daniel Sandler
708f0739a5
Merge "Hide "no internet connection" when connected some other way." into jb-dev
2012-06-15 11:46:35 -07:00
Daniel Sandler
67234c4b87
Hide "no internet connection" when connected some other way.
...
We now track whether the device is connected at all, and use
this to suppress the disconnected message in the mobile
status string (we previously just looked at wifi
connectivity).
So, if a device is attached via ethernet:
- On wifi-only devices, the combined label is shown in the
notification panel, so you'll see "ETHERNET" (this comes
straight from EthernetDataTracker; at some point we need
localized strings and icons).
- On mobile-data devices (phones), the notification panel
only shows the mobile data label, which will be
suppressed, so you'll see nothing at all.
Bug: 6648292
Change-Id: I9841eaeffe50a4f046afbdc09d80c5bd4d78a839
2012-06-15 13:21:16 -04:00
Daniel Sandler
a136e2aeed
am 02a56e16: am 2fc45503: Merge "Concatenate SPN and PLMN with a pipe." into jb-dev
...
* commit '02a56e169678ed6cf500f173c7475cc005bf5473':
Concatenate SPN and PLMN with a pipe.
2012-06-15 09:22:16 -07:00
Daniel Sandler
02a56e1696
am 2fc45503: Merge "Concatenate SPN and PLMN with a pipe." into jb-dev
...
* commit '2fc45503dd653095c0476146e5560d13bb968975':
Concatenate SPN and PLMN with a pipe.
2012-06-15 09:19:34 -07:00
Daniel Sandler
2fc45503dd
Merge "Concatenate SPN and PLMN with a pipe." into jb-dev
2012-06-15 09:17:03 -07:00
Daniel Sandler
8b96a660e5
Concatenate SPN and PLMN with a pipe.
...
Prior change 199020 fixes it for instances of CarrierLabel;
this fixes it for customers of NetworkController.
Bug: 6639047
Change-Id: I69dada2298f4a3caf453f43d847cdb32fe7eaa9f
2012-06-14 23:54:55 -04:00
Daniel Sandler
90e76aaac7
am 8ce090d9: am 68a808bc: Merge "Show even fewer notifications in Setup." into jb-dev
...
* commit '8ce090d936efc65dd68ba9fc15f99e1029cf58f2':
Show even fewer notifications in Setup.
2012-06-14 18:30:31 -07:00
Daniel Sandler
8ce090d936
am 68a808bc: Merge "Show even fewer notifications in Setup." into jb-dev
...
* commit '68a808bc702f03536bd0cf3e2556127e364119d6':
Show even fewer notifications in Setup.
2012-06-14 16:09:30 -07:00
Daniel Sandler
68a808bc70
Merge "Show even fewer notifications in Setup." into jb-dev
2012-06-14 16:07:45 -07:00
Michael Jurka
69be9f7dee
am 2e820417: am a676cdab: Merge "Tweak recents launch app animation" into jb-dev
...
* commit '2e820417d6f06272b6408d8c015ac45f18677a06':
Tweak recents launch app animation
2012-06-14 14:51:34 -07:00
Romain Guy
01b76dcbdd
am 06116b08: am a989b334: Merge "Don\'t create a giant layer for all notifications Bug #6642475 " into jb-dev
...
* commit '06116b08dad51923672dde2d884baf0e0dc70d2e':
Don't create a giant layer for all notifications Bug #6642475
2012-06-14 14:51:30 -07:00
Michael Jurka
2e820417d6
am a676cdab: Merge "Tweak recents launch app animation" into jb-dev
...
* commit 'a676cdab11ace948a054b5ca342727a3d0eb29b2':
Tweak recents launch app animation
2012-06-14 14:46:38 -07:00
Romain Guy
06116b08da
am a989b334: Merge "Don\'t create a giant layer for all notifications Bug #6642475 " into jb-dev
...
* commit 'a989b334fd097114ce1016ce1668597a213a441c':
Don't create a giant layer for all notifications Bug #6642475
2012-06-14 14:46:35 -07:00
Michael Jurka
a676cdab11
Merge "Tweak recents launch app animation" into jb-dev
2012-06-14 14:33:55 -07:00
Romain Guy
a989b334fd
Merge "Don't create a giant layer for all notifications Bug #6642475 " into jb-dev
2012-06-14 14:32:07 -07:00
Romain Guy
54ab347fdd
Don't create a giant layer for all notifications
...
Bug #6642475
When expanding the status bar, create one layer per notification instead of
a single giant layer for the pile of notifications. This prevents layer
creation failure when the total height of the notifications is larger
than the maximum allowed texture size in OpenGL ES 2.0.
This change only enables layers on notifications that will be visible
once the notification area is fully expanded.
Change-Id: I3c791a66cf5ac0973f3a65cfcd84b95209d580f3
2012-06-14 14:25:08 -07:00
Daniel Sandler
590d515d91
Show even fewer notifications in Setup.
...
Restricting to pkg="android" didn't filter out things like
open wifi networks, etc. So now we have a whitelist:
notifications must be sent the "android" pseudo-package,
*and* they must have one of these "kind" tags:
- android.system.imeswitcher (IME switcher, needed by SUW)
- android.system.update (OTAs)
Note that OTAs currently use a fullScreenIntent, so they
bypass this logic anyway, but for consistency's sake we now
allow OTA icons in the status bar explicitly.
Bug: 6645469
Change-Id: Ib2e2f22d7a0817a1acaf8137ed4f3c7d3ddf8af5
2012-06-14 16:10:13 -04:00
Michael Jurka
b9a38c57fc
Tweak recents launch app animation
...
- Sometimes the black background would flash; changing
animation durations to make this much less likely
- Fixing issue in Recents where we sometimes forgot
to disable drawing caches on views after enabling them
2012-06-14 11:57:50 -07:00
Michael Jurka
8c3ce3b6ca
am cf6e1455: am 71fc205d: Merge "Change snap behavior for lock screen" into jb-dev
...
* commit 'cf6e14558f693ae215d5030ce562a649b4cb973f':
Change snap behavior for lock screen
2012-06-14 11:47:58 -07:00
Michael Jurka
cf6e14558f
am 71fc205d: Merge "Change snap behavior for lock screen" into jb-dev
...
* commit '71fc205d11490872927e279c4a0cfa3176b15f20':
Change snap behavior for lock screen
2012-06-14 11:41:55 -07:00
Jeff Brown
2c89d171fa
am fc959a38: am 9e197141: Merge "Add new ASSIST key and map it to the global assist intent." into jb-dev
...
* commit 'fc959a389564f2ffef9c4ceba0b1ff119dd53933':
Add new ASSIST key and map it to the global assist intent.
2012-06-14 11:40:10 -07:00
Michael Jurka
71fc205d11
Merge "Change snap behavior for lock screen" into jb-dev
2012-06-14 11:39:21 -07:00
Jeff Brown
fc959a3895
am 9e197141: Merge "Add new ASSIST key and map it to the global assist intent." into jb-dev
...
* commit '9e197141f8249e36d3f19aeda332ae40dac7da05':
Add new ASSIST key and map it to the global assist intent.
2012-06-14 11:33:31 -07:00
Jeff Brown
9e197141f8
Merge "Add new ASSIST key and map it to the global assist intent." into jb-dev
2012-06-14 11:28:52 -07:00
Michael Jurka
53f109bf49
Change snap behavior for lock screen
...
Use angle and distance from center, rather than
distance from target.
Change-Id: Ic970bc4b05d341dbb6aab334e3f630794f2a211c
2012-06-14 10:56:33 -07:00
John Spurlock
02b6801480
am ba51978e: am 8385adc9: Merge "NavBar: Slippery on the unsecured lock screen." into jb-dev
...
* commit 'ba51978e9e7e20126dc74efa7ce631ad6780838a':
NavBar: Slippery on the unsecured lock screen.
2012-06-14 10:34:39 -07:00
Daniel Sandler
cce05d2fe7
am 544a0fc1: am a1d40e47: Merge "Remove an unnecessary animation." into jb-dev
...
* commit '544a0fc17056618f5fdebe29061dcea4ef70d610':
Remove an unnecessary animation.
2012-06-14 10:34:22 -07:00
Chris Wren
b279f42feb
am 6c3641ae: am c07dc743: Merge "enable touch feedback on notification title." into jb-dev
...
* commit '6c3641ae5adb323600a06fa1f1108f9c0829d89e':
enable touch feedback on notification title.
2012-06-14 10:34:08 -07:00
Chris Wren
75731c8e82
am 87009a12: am a54c01ec: Merge "Invert the sense of the two-figner direction on tablets." into jb-dev
...
* commit '87009a123e1be96d8b0d931b7479f7731428379a':
Invert the sense of the two-figner direction on tablets.
2012-06-14 10:34:05 -07:00
John Spurlock
ba51978e9e
am 8385adc9: Merge "NavBar: Slippery on the unsecured lock screen." into jb-dev
...
* commit '8385adc9600c63bc2d55d6d745eec4d018e0ed0f':
NavBar: Slippery on the unsecured lock screen.
2012-06-14 08:56:02 -07:00
John Spurlock
8385adc960
Merge "NavBar: Slippery on the unsecured lock screen." into jb-dev
2012-06-14 08:53:12 -07:00
Daniel Sandler
544a0fc170
am a1d40e47: Merge "Remove an unnecessary animation." into jb-dev
...
* commit 'a1d40e47f6aa976da584136ea6f6ba76e7046d11':
Remove an unnecessary animation.
2012-06-14 07:18:53 -07:00
Daniel Sandler
a1d40e47f6
Merge "Remove an unnecessary animation." into jb-dev
2012-06-14 07:15:29 -07:00
John Spurlock
d5ef54658b
NavBar: Slippery on the unsecured lock screen.
...
The NavBar is always non-slippery, except when:
- the notification shade is showing
- the 3 buttons (back,home,recents) are disabled
Also fix unrelated bug that ignored the "show panel delay"
before the first config change.
Bug: 6614842
Change-Id: Ib40adaef122b563809398fdebbd8a88d8f0c7ffd
2012-06-14 10:01:48 -04:00
Chris Wren
6c3641ae5a
am c07dc743: Merge "enable touch feedback on notification title." into jb-dev
...
* commit 'c07dc74374d05cc35f73a933c980a0ef974a7b58':
enable touch feedback on notification title.
2012-06-14 05:49:39 -07:00
Chris Wren
87009a123e
am a54c01ec: Merge "Invert the sense of the two-figner direction on tablets." into jb-dev
...
* commit 'a54c01eccbb9256fd7bcecf7b2f398a7e2ef0041':
Invert the sense of the two-figner direction on tablets.
2012-06-14 05:49:35 -07:00
Chris Wren
c07dc74374
Merge "enable touch feedback on notification title." into jb-dev
2012-06-14 05:47:08 -07:00
Chris Wren
a54c01eccb
Merge "Invert the sense of the two-figner direction on tablets." into jb-dev
2012-06-14 05:46:49 -07:00
Jeff Brown
de7a8ead24
Add new ASSIST key and map it to the global assist intent.
...
Moved some duplicate code from SearchPanelView and LockScreen
over to SearchManager to avoid creating yet another copy of it
in PhoneWindowManager.
Bug: 6594275
Change-Id: Ib4ebcd6817639d17548952ab2ce7cb876c05777c
2012-06-14 04:16:26 -07:00
Chris Wren
ebdc5b81d6
enable touch feedback on notification title.
...
Bug: 6646294
Change-Id: I8ef6fa104dabe280a45258181aa2ed597e433fca
2012-06-13 12:10:55 -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 Wren
5150407678
am febadce5: am 4d12ec42: remove obsolete notificaiton pane visibility code.
...
* commit 'febadce5a866e1b2958a83500251255b5b0085ad':
remove obsolete notificaiton pane visibility code.
2012-06-13 10:26:25 -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
Jim Miller
79cb9b52e8
am 5f190731: am 955a0169: Fix 6613962: Update keyguard to use new GlowPadView UX design.
...
* commit '5f1907316e0085073a314dcfa41bfb35a7f31f9f':
Fix 6613962: Update keyguard to use new GlowPadView UX design.
2012-06-12 19:47:37 -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