• Home
  • History
  • Annotate
  • only in /frameworks/base/packages/SystemUI/
History log of /frameworks/base/packages/SystemUI/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9f2532bf1215dffb4058d1b01834b3a0a7272fdc 04-Dec-2012 Daniel Sandler <dsandler@android.com> Merge "Reduce false swipe-closed gestures in status bar panels." into jb-mr1.1-dev
f87488095e49028eb3be5a8a53a372e38eba537c 03-Dec-2012 Daniel Sandler <dsandler@android.com> Merge "Show alarm tile for the current user." into jb-mr1.1-dev
0f92a8083d6f6a0d5827c6688599456edb27dcd0 03-Dec-2012 Daniel Sandler <dsandler@android.com> Show alarm tile for the current user.

We were already refreshing the tile on user switch, but we
were only pulling the information (and observing changes)
for the owner.

Bug: 7596329
Change-Id: I33959af405bc79037b5b1321631d993bea65772f
rc/com/android/systemui/statusbar/phone/QuickSettingsModel.java
025b43cd51580701221ad74d24276498418fce37 03-Dec-2012 Daniel Sandler <dsandler@android.com> Merge "Fix rounding error when drawing panel handles." into jb-mr1.1-dev
076324ae191469737afa5bbec577a718f3a31886 30-Nov-2012 Daniel Sandler <dsandler@android.com> Fix rounding error when drawing panel handles.

Bug: 7649037
Change-Id: If8d9fa5f3852729207c31c95cfd68ef54ff47d7d
rc/com/android/systemui/statusbar/phone/NotificationPanelView.java
rc/com/android/systemui/statusbar/phone/SettingsPanelView.java
6f7654d6658f1bd0eb9e6658aaf77aae23ac26df 30-Nov-2012 Daniel Sandler <dsandler@android.com> Reduce false swipe-closed gestures in status bar panels.

VelocityTracker is a powerful tool---too powerful, in this
case, because many devices (I'm looking at you, Nexus 7)
have touchscreens that report total garbage on takeoff and
landing.

PanelView now uses its own incredibly crude velocity tracker
called FlingTracker, which implements a short sliding window
of the last 8 motion events (7 intervals) over which touch
velocity is averaged. There's also a little bias toward more
recent touch events so that the overall velocity of small
circular gestures will tend to favor the exit tangent.

The end result is a primitive low-pass filter on touch
velocity that should help us avoid situations where one (or
even two!) stray MotionEvents at the end of a gesture won't
invalidate the overall thrust.

Bug: 7422342
Change-Id: Idae38d1957727e400493324af4eee357ba5baa27
rc/com/android/systemui/statusbar/phone/PanelView.java
0a6620e8615ade341336730a5aa9f0e62a295c9f 30-Nov-2012 Daniel Sandler <dsandler@android.com> Merge "Suppress quick settings if setup has not been completed." into jb-mr1.1-dev
386165a3ae09b150165e8e7c310e194231071271 30-Nov-2012 Daniel Sandler <dsandler@android.com> Merge "Only show "charging" if the battery is really charging." into jb-mr1.1-dev
a8ef3b044ebf197c20de693640ecf266d8ddedc5 29-Nov-2012 Daniel Sandler <dsandler@android.com> Suppress quick settings if setup has not been completed.

The button was already hidden, but there are lots of other
ways to get into QS that should check for USER_SETUP.

Bug: 7638795
Change-Id: Ib6c48fc02e833670768e7dc76e25c38097b88c18
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
fe0e1e445fe697d59baf5736da20356a4e548fc9 29-Nov-2012 Daniel Sandler <dsandler@android.com> Only show "charging" if the battery is really charging.

If there's a charge problem (battery health/temperature out
of spec, or low charging current), the lockscreen and status
bar should not indicate that charging is occurring.

(Previously we showed "Charging" and a lightning bolt any
time the device was plugged in.)

Bug: 7509976
Change-Id: I27ec0e2cec1307fbc6ef262dd5181a4db6d3bed0
rc/com/android/systemui/statusbar/policy/BatteryController.java
154e2d7d2c6c5a316b5471d56c86174dd9ca5e86 29-Nov-2012 Daniel Sandler <dsandler@android.com> Merge "Flush the clock format when the locale changes." into jb-mr1.1-dev
43b23c6c6920287bfdb94be9a2a2fa7028a63e28 29-Nov-2012 Daniel Sandler <dsandler@android.com> Flush the clock format when the locale changes.

Bug: 7569120
Change-Id: If85ff36c7fac8b07f10b7077afd23255a145db1c
rc/com/android/systemui/statusbar/policy/Clock.java
68e0da7e397f6808a90509615c08c62bb00af6ba 29-Nov-2012 Dianne Hackborn <hackbod@google.com> Merge "Quiet down a lot of logging." into jb-mr1.1-dev
40e9f2922cae76ffcbc521481e5be8e80e8744ef 28-Nov-2012 Dianne Hackborn <hackbod@google.com> Quiet down a lot of logging.

Also fix a little problem where the USER_STARTED broadcasts
were not being sent as ordered broadcasts(!).

Change-Id: I3aa3e0a9b3900967cdd2d115ee103371b0a50c41
rc/com/android/systemui/usb/StorageNotification.java
5bff551710d2f2b9d7c6ea814b18b042ee0fe663 28-Nov-2012 Daniel Sandler <dsandler@android.com> Merge "Refresh the status bar clock format on user switch." into jb-mr1.1-dev
09a526faf311f77017f37af3fe8aba45bc2c32fb 27-Nov-2012 Michael Jurka <mikejurka@google.com> Merge "Fix bug: swiped apps in Recents come back on rotate" into jb-mr1.1-dev
2b847c39336024a958742195de4f406e7aa79540 27-Nov-2012 Winson Chung <winsonc@google.com> Merge "Removing unecessary additional lock metadata from QuickSettings user tile." into jb-mr1.1-dev
ab972a6dce0d3d75fa9db2b5f9c0a88505e237fd 27-Nov-2012 Michael Jurka <mikejurka@google.com> Merge "Fix bug where icon animation is sometimes skipped" into jb-mr1.1-dev
e57922cc7d96620cab0c296e93b2b9b3a471c331 27-Nov-2012 Michael Jurka <mikejurka@google.com> Fix bug: swiped apps in Recents come back on rotate

Bug: 7409398
rc/com/android/systemui/recent/RecentTasksLoader.java
rc/com/android/systemui/recent/RecentsPanelView.java
f7614fc7442e9cf2df89d4230af3f56f03a74c6e 26-Nov-2012 Winson Chung <winsonc@google.com> Removing unecessary additional lock metadata from QuickSettings user tile.

Change-Id: I89ec94385eb3cdd46ad6942bf8989fb04d5c0370
rc/com/android/systemui/statusbar/phone/QuickSettings.java
53d96599788a21867887422ed140dc9a6dd8919d 26-Nov-2012 Daniel Sandler <dsandler@android.com> Merge "Allow long-press on Wifi and Bluetooth tiles to toggle." into jb-mr1.1-dev
d894c8cdd127975d97aaa7709454f0f4b4a7f91e 21-Nov-2012 Michael Jurka <mikejurka@google.com> Fix bug where icon animation is sometimes skipped

Bug: 7406230
Bug: 7406304

Change-Id: I9058acffa6587a5f8e757f1031750a8ba578c635
rc/com/android/systemui/recent/RecentsHorizontalScrollView.java
rc/com/android/systemui/recent/RecentsPanelView.java
rc/com/android/systemui/recent/RecentsVerticalScrollView.java
ce4f5e5c7094781434a67fe887efb8d798663c65 19-Nov-2012 Daniel Sandler <dsandler@android.com> Refresh the status bar clock format on user switch.

Bug: 7490931
Change-Id: Ifad46ec7cee40aa5a622ee2621fc425835366e32
rc/com/android/systemui/statusbar/policy/Clock.java
5052805cc06dc794b91eb9daa1249fed4efe6eb9 08-Nov-2012 Daniel Sandler <dsandler@android.com> Show mobile data RSSI for devices that support it.

The new test is more general, allowing mobile RSSI to be
shown on devices without voice telephony.

Bug: 7490266
Change-Id: Ib5b243c0d92e74fe4385989c3a6c16edd00a9ec9
rc/com/android/systemui/statusbar/phone/QuickSettings.java
rc/com/android/systemui/statusbar/phone/QuickSettingsModel.java
f3cd8e5e388da71b6ebf014a2c56307c2ec11079 16-Nov-2012 Baligh Uddin <baligh@google.com> Import translations. DO NOT MERGE

Change-Id: I8fdaf22a9c0ab1552d379501f7fde119064d49b8
Auto-generated-cl: translation import
es/values-el/strings.xml
ab51002847ea3dcdc0ba14eb330ab9ec292a9789 23-Oct-2012 Daniel Sandler <dsandler@android.com> Allow long-press on Wifi and Bluetooth tiles to toggle.

Bug: 7395607
Change-Id: Ia929dc2cb12eef221fe6f0214ec44c3dc98b0597
rc/com/android/systemui/statusbar/phone/QuickSettings.java
389392590178fde1195c2c43f8c540eef5202779 15-Nov-2012 Baligh Uddin <baligh@google.com> am c3b6ee60: Merge "Import translations. DO NOT MERGE" into jb-mr1-dev

* commit 'c3b6ee6068f7970c2a7f9da6f784adc2e6b2bceb':
Import translations. DO NOT MERGE
dd0ffba856a76191630b9494cb32f7e1251a4924 14-Nov-2012 Baligh Uddin <baligh@google.com> Import translations. DO NOT MERGE

Change-Id: I28291cc43ab74267b771dacf7dc570447a4a3dcf
Auto-generated-cl: translation import
es/values-sv/strings.xml
c120b6e99ab9982b046772e8d41cf4f27e9f1026 13-Nov-2012 Jim Miller <jaggies@google.com> Fix "keyguard unresponsive" bug

This fixes a bug where the code would pop up SearchPanelView and never
close it. The result is that the overlapping window would absorb all input
events and effectively prevent the user from entering their pin/pattern/password.

The fix is to replace ImageView with KeyButtonView to make the behavior consistent
with how it's handle in home screen.

Fixes bug 7520075

Change-Id: I461bf2844c023fd7a2dffca1177cc5951f30dba0
es/layout-sw600dp/navigation_bar.xml
es/layout/navigation_bar.xml
ba52aff41b602a68cbe7baed1aeb1adf42f34139 09-Nov-2012 Baligh Uddin <baligh@google.com> Import translations. DO NOT MERGE

Change-Id: I293bcd411943a50960328eb2ef836f4b9ba2295e
Auto-generated-cl: translation import
es/values-vi/strings.xml
a46a74fcd61d2b4e72b6027625a471f10b21b1c9 08-Nov-2012 Dianne Hackborn <hackbod@google.com> Merge "Remove extraneous logs." into jb-mr1-dev
7ff30113de68539ec840c524b8f1561f938f96c5 08-Nov-2012 Dianne Hackborn <hackbod@google.com> Remove extraneous logs.

Change-Id: I4c47d36748de91bd6fddc419afbf59552bf63e9a
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
7a73344bbe1636fd01a8b551b0b539168a9a9987 08-Nov-2012 John Spurlock <jspurlock@google.com> Minimal fix for stuck google now.

Bug:7500409
Change-Id: I1570d72e08fbe520ac07eed2ee40b6571fa1fe3c
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
bac6d4bf3c92e4f8e9b4e720688a8d816984b2c9 08-Nov-2012 Jim Miller <jaggies@google.com> Fix bug where SearchPanel wasn't launching assist intent when keyguard is gone.

Fixes bug 7499778

Change-Id: I450755b8839717f0f13241cb57f0015cf78569d9
rc/com/android/systemui/SearchPanelView.java
4eeb4f664ac6b5901a8e874dcf70c0382295f792 08-Nov-2012 Jim Miller <jaggies@google.com> Add mechanism to kick keyguard to show the assistant

Fixes bug 7499778

Change-Id: Ic9ea514feb489feeee6716f40bdb9792842f9515
rc/com/android/systemui/SearchPanelView.java
f837e4149ed74a4c6813b8082e26c9cf7480ae2a 08-Nov-2012 Daniel Sandler <dsandler@android.com> New asset for assist affordance on lockscreen.

Bug: 7468726
Change-Id: Ia906256f667597ac92b07ee0f5b967048b5e25d5
es/drawable-hdpi/search_light.png
es/drawable-mdpi/search_light.png
es/drawable-xhdpi/search_light.png
es/layout-sw600dp/navigation_bar.xml
es/layout/navigation_bar.xml
972dd431f81432f1bbb33d2e7f34fcd5f4764870 07-Nov-2012 Sascha Prueter <saschap@google.com> Merge "Final icon for notifications panel" into jb-mr1-dev
506fd3b02ef4b036aceb66db76ca93c55254bfcf 07-Nov-2012 John Spurlock <jspurlock@google.com> Merge "Low battery dialog should use UserHandle.CURRENT." into jb-mr1-dev
a40ec75eb3be19b35d10071e93c5b0997eafb0d0 07-Nov-2012 Baligh Uddin <baligh@google.com> Merge "Import translations. DO NOT MERGE" into jb-mr1-lockscreen-dev
f55769fefaeda9b3892c44262ca328f36505b919 07-Nov-2012 John Spurlock <jspurlock@google.com> Low battery dialog should use UserHandle.CURRENT.

Bug:7493313
Change-Id: Ie753633c550e4ce679fbb6f9e0c6adf56392ec87
rc/com/android/systemui/power/PowerUI.java
f5525b99673b38dc86a0215f61f565e3dcabba1b 06-Nov-2012 Baligh Uddin <baligh@google.com> Import translations. DO NOT MERGE

Change-Id: Ic647d879dc7392501863f4531f048b17faa1fd07
Auto-generated-cl: translation import
es/values-de/strings.xml
es/values-fi/strings.xml
es/values-pt/strings.xml
es/values-zh-rTW/strings.xml
207d548ccf34f7feaa9164ebfa8f81679cb0d55f 06-Nov-2012 Daniel Sandler <dsandler@android.com> Show the assist ring on center-button longpress on lockscreen.

Bug: 7480028
Change-Id: I4c8013e984c2591faf3bc8fe2048abf69d545b6c
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
b1df8bc62a0ae774b9504c8c3514de62a9e88e8d 06-Nov-2012 Daniel Sandler <dsandler@android.com> Final icon for notifications panel

Bug: 7474127
Change-Id: I391ef8d607142ab9007439479aebb39e1bfb55f2
es/drawable-hdpi/ic_notify_open_normal.png
es/drawable-hdpi/ic_notify_open_pressed.png
es/drawable-mdpi/ic_notify_open_normal.png
es/drawable-mdpi/ic_notify_open_pressed.png
es/drawable-xhdpi/ic_notify_open_normal.png
es/drawable-xhdpi/ic_notify_open_pressed.png
es/drawable/ic_notifications.xml
79417e8912c6b91f55c4b7fd3bdd9b68b3a76abb 02-Nov-2012 Baligh Uddin <baligh@google.com> Merge "Import translations. DO NOT MERGE" into jb-mr1-lockscreen-dev
a9b468248dde3e9b6b1971e7c580b82a308820bd 02-Nov-2012 John Spurlock <jspurlock@google.com> Disable disable back if using an alternate back icon.

This enables the IME down chevron even if back would otherwise
be disabled.

Bug:7453424
Change-Id: Ia007df256124c617b86983bfe6958f790bd6a544
rc/com/android/systemui/statusbar/phone/NavigationBarView.java
e506ae188b51e2e4344fd9a00d8a9a586dfc04b2 02-Nov-2012 Baligh Uddin <baligh@google.com> Import translations. DO NOT MERGE

Change-Id: Ib2e0bbc19617066ac205c54676eddb8c71e71ae8
Auto-generated-cl: translation import
es/values-af/strings.xml
es/values-ar/strings.xml
es/values-sw/strings.xml
e8b0c0e702cd962bd670450ee1c56e79a5cf8a51 31-Oct-2012 Baligh Uddin <baligh@google.com> Merge "Import translations. DO NOT MERGE" into jb-mr1-lockscreen-dev
ad0ceadf27f4b671c02a117c540b9d12d52cef65 31-Oct-2012 Baligh Uddin <baligh@google.com> Import translations. DO NOT MERGE

Change-Id: I93ab875ed71833efc99917a6474f1401fb47c263
Auto-generated-cl: translation import
es/values-da/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-fr/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-sw/strings.xml
0bd6f96ff0b5f29b08205518c4060f0d38a9cdcc 31-Oct-2012 Svetoslav Ganov <svetoslavganov@google.com> Merge "Fixing view accessibility classification for recents." into jb-mr1-dev
c7c972d832ff1e8e51e0b6c5f1ea9ed506d0c911 31-Oct-2012 Casey Burkhardt <caseyburkhardt@google.com> Fixing view accessibility classification for recents.

Change-Id: I0324fe322d97ee35105d7d71442fa79663e0fdfa
Bug: 7438790
es/layout-land/status_bar_recent_panel.xml
es/layout/status_bar_recent_panel.xml
es/layout/system_bar_recent_panel.xml
aac4d9fe55f0baabc5a90c6ffc18dd0502ee7799 30-Oct-2012 Amith Yamasani <yamasani@google.com> QS uses nickname for multiuser and profile name for singleuser.

Bug: 7400662
Change-Id: I3299ee70acaa7341ec11b4774426e22182ffd170
rc/com/android/systemui/statusbar/phone/QuickSettings.java
9ba407e3af9ab9a6598dcd56f872cdbb6e647f03 29-Oct-2012 Baligh Uddin <baligh@google.com> Import translations. DO NOT MERGE

Change-Id: Ideb9e258dada5d4f7fcc570ffe4d514597b04f30
Auto-generated-cl: translation import
es/values-ca/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-zh-rCN/strings.xml
4e18b212e1fb79a5e6d5fe922c72bc7ccd3257eb 28-Oct-2012 Baligh Uddin <baligh@google.com> Import translations. DO NOT MERGE

Change-Id: I509278fa008655515eb76f60440baa9debfa4b48
Auto-generated-cl: translation import
es/values-af/strings.xml
es/values-am/strings.xml
es/values-ar/strings.xml
es/values-be/strings.xml
es/values-bg/strings.xml
es/values-ca/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-fr/strings.xml
es/values-in/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-ms/strings.xml
es/values-nb/strings.xml
es/values-pt/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
50e1f9eb9333451f0e07b1878b5a78bbcdec27ab 26-Oct-2012 Daniel Sandler <dsandler@android.com> Merge "Final icon for (Day)dreams." into jb-mr1-dev
b055aa8ec000fd62e4ce6456eac277463aacd7d2 26-Oct-2012 Daniel Sandler <dsandler@android.com> Final icon for (Day)dreams.

Bug: 7395321
Change-Id: I20ec252a1bf69664a6687016d281ad680d76a48f
ndroidManifest.xml
es/mipmap-hdpi/ic_dreams.png
es/mipmap-hdpi/ic_launcher_dreams.png
es/mipmap-mdpi/ic_dreams.png
es/mipmap-mdpi/ic_launcher_dreams.png
es/mipmap-xhdpi/ic_dreams.png
es/mipmap-xhdpi/ic_launcher_dreams.png
rc/com/android/systemui/Somnambulator.java
b3975088b6f10d45ed5589f10887a4bc12fe942c 25-Oct-2012 Chet Haase <chet@google.com> am 9023cf91: Merge "Set wallpaper bitmap reference to null before reloading" into jb-mr1-dev

* commit '9023cf91018c75a179d04256fd4e306065528117':
Set wallpaper bitmap reference to null before reloading
9023cf91018c75a179d04256fd4e306065528117 25-Oct-2012 Chet Haase <chet@google.com> Merge "Set wallpaper bitmap reference to null before reloading" into jb-mr1-dev
589a6af173c10738d2a83c69a9dda36579cc739d 25-Oct-2012 Chet Haase <chet@google.com> Set wallpaper bitmap reference to null before reloading

Give the GC a chance to collect the current bitmap if it needs to,
as it allocates memory for the next one. This helps avoid OOM situations
that can sometimes occur in extreme circumstances (huge bitmaps)

Also set the default_wallpaper to the right default size.

Issue #7352961 Wallpaper edge is cut-off while scrolling through home page

Change-Id: If76b55061d04b29af7f66a6162e307b8b53bf4ae
rc/com/android/systemui/ImageWallpaper.java
c3fc32228679e6d32f3194e676508c67e6332d92 25-Oct-2012 Daniel Sandler <dsandler@android.com> Fix Google Now on lockscreen.

We can't make the navbar slippery anymore if lockscreen is
going to intercept all the touches. :)

Bug: 7413021
Change-Id: I1658262e43c37d0b1a554cda434ac43c0a0a86c0
rc/com/android/systemui/statusbar/phone/NavigationBarView.java
38c904a6bc3cc215940ec0d8f96cda9376ff0133 25-Oct-2012 Daniel Sandler <dsandler@android.com> Merge changes Ia0c2450f,I0fac062f into jb-mr1-dev

* changes:
Be a little more lenient with panel-open gestures.
Missing copyright headers.
de18c8bf218c0ce9fb50e0361bc87a6bd47da03b 24-Oct-2012 Baligh Uddin <baligh@google.com> Import translations. DO NOT MERGE

Change-Id: I3717e675767f545d33b89efc85909a2d172808b8
Auto-generated-cl: translation import
es/values-af/strings.xml
es/values-am/strings.xml
es/values-ar/strings.xml
es/values-be/strings.xml
es/values-bg/strings.xml
es/values-ca/strings.xml
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-en-rGB/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-et/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hi/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-it/strings.xml
es/values-iw/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-ms/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-rm/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv/strings.xml
es/values-sw/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
es/values-zu/strings.xml
be2cf3206eb6fdc81cb5619ce36e3f9d5a9e9c15 24-Oct-2012 Daniel Sandler <dsandler@android.com> Be a little more lenient with panel-open gestures.

The code would not consider any drag that did not complete
the "peek" distance (the distance the panel opens when you
press and hold on the status bar; on tablets this is
statusbarheight + closehandleheight, and on phones it's
headerheight + closehandleheight) as a candidate for a
fling, and set that drag's effective velocity to 0.

This CL just removes that check. Now a fling must meet the
minimum linear velocity and minimum Y distance thresholds
(100dp/sec and 20dp, respectively) to change the position of
the panel (closed->open or open->closed).

Bug: 7390976
Change-Id: Ia0c2450f9fdf3f27b890aab240a155dad1ab052f
rc/com/android/systemui/statusbar/phone/PanelView.java
50a531337e7d6d49b40a1c96636962507ccf6c61 24-Oct-2012 Daniel Sandler <dsandler@android.com> Missing copyright headers.

Change-Id: I0fac062ffa52fc21f32d25d3f0a38e263e701c46
rc/com/android/systemui/BeanBagDream.java
rc/com/android/systemui/statusbar/RotationToggle.java
rc/com/android/systemui/statusbar/phone/PanelBar.java
rc/com/android/systemui/statusbar/phone/PanelHolder.java
rc/com/android/systemui/statusbar/phone/PanelView.java
rc/com/android/systemui/statusbar/policy/CurrentUserTracker.java
c63aa9621821b3f1e32292362cce76cd1899d932 24-Oct-2012 Hiroshi Lockheimer <hiroshi@google.com> Merge "Fix NPE." into jb-mr1-dev
1a3bdd5097e83659590895991904bbc6250cd5f2 24-Oct-2012 Daniel Sandler <dsandler@android.com> Fix NPE.

Bug: 7401286
Change-Id: I45334c4b2263bb611952b7dd949f5df98556377d
rc/com/android/systemui/statusbar/phone/StatusBarWindowView.java
a665df573e16d79dfd327c8b9a51176a0edde5c7 24-Oct-2012 Michael Jurka <mikejurka@google.com> Merge "Use lighter background for Recents" into jb-mr1-dev
9ed2bebe096d825f855c1e84c298f57ba4cccd75 24-Oct-2012 Michael Jurka <mikejurka@google.com> Use lighter background for Recents

Also, re-enable gradient on tablets
(gradient will be disabled in device-specific
overlays on devices that don't render it well)

Bug: 7381275
es/drawable-sw600dp/status_bar_recents_background.xml
es/drawable/status_bar_recents_background.xml
8ed482224ccd9d43fbb7544379a9bb7c10554419 23-Oct-2012 Baligh Uddin <baligh@google.com> Merge "Import translations. DO NOT MERGE" into jb-mr1-dev
8cd4ef8f7b08ff5739308b0c7a3f70e69328fea6 23-Oct-2012 Baligh Uddin <baligh@google.com> Import translations. DO NOT MERGE

Change-Id: I349b6bc4c17141a0ac74e50b573382a2cf694f7e
Auto-generated-cl: translation import
es/values-it/strings.xml
365ece1dd04df936b51e739ba3dde5fb94b3e527 23-Oct-2012 Daniel Sandler <dsandler@android.com> Merge "Dreams/Sleep Mode is now Daydreams." into jb-mr1-dev
0058f4ed50e5b4bfc8361c18b87115160d7132bb 23-Oct-2012 Daniel Sandler <dsandler@android.com> Merge "Reset ExpandHelper when the panel is collapsed." into jb-mr1-dev
ac47ff70c322614ff2ca9ad82fe41338daf55877 23-Oct-2012 Daniel Sandler <dsandler@android.com> Reset ExpandHelper when the panel is collapsed.

Fixes a rather unpleasant bug in which the ExpandHelper
could get locked in "expanding" mode if the panel was closed
(for example, with the back button) while you were in the
middle of an expand gesture. In this situation ExpandHelper
would hungrily eat all future touch events destined for the
notification panel, making it impossible to click or even
clear any notifications.

Bug: 7330828
Change-Id: I9c493db5e8fd8ef1aca53f77820780d60fa4e5a7
rc/com/android/systemui/ExpandHelper.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/phone/StatusBarWindowView.java
780a13b0f43fa5590bb22dc399d9faaf316d66f5 23-Oct-2012 John Spurlock <jspurlock@google.com> Merge "Fix nav bar glitch when quickly turning screen off then on." into jb-mr1-dev
bd9cafa433f068335e37a60a7f44bd40ecab2f95 23-Oct-2012 Daniel Sandler <dsandler@android.com> Dreams/Sleep Mode is now Daydreams.

Bug: 7395321
Change-Id: I3173cd9205df94217911a2d432d1be1db9e3d539
ndroidManifest.xml
es/mipmap-hdpi/ic_daydreams.png
es/mipmap-mdpi/ic_daydreams.png
es/mipmap-xhdpi/ic_daydreams.png
es/values/strings.xml
rc/com/android/systemui/Somnambulator.java
0b828ee0d53980d6f5ce62248cab57f177921fa8 23-Oct-2012 Amith Yamasani <yamasani@google.com> Merge "Set the correct flags for brightness dialog to show on all users" into jb-mr1-dev
4ce82df5cc95826d499252f897573f79b514a347 23-Oct-2012 Michael Jurka <mikejurka@google.com> Merge "Solve issue where labels in Recents were blank" into jb-mr1-dev
fe09ad80bcc5c175281ee748b977b7797e38e759 22-Oct-2012 Michael Jurka <mikejurka@google.com> Solve issue where labels in Recents were blank

Bug: 7352816

Change-Id: Ic0d7f35191ce973a71744aa6ea81351b7bdb8d50
rc/com/android/systemui/recent/RecentsPanelView.java
7ecdc7fd9b2800d094170df0cf68fc646e92eb42 23-Oct-2012 Amith Yamasani <yamasani@google.com> Set the correct flags for brightness dialog to show on all users

Earlier fix was writing to the wrong flags.

Bug: 7393822
Change-Id: Ifd51fb30de00be6de381980a05f2769c4283b515
rc/com/android/systemui/statusbar/phone/QuickSettings.java
1bbd49d72eee001137b6d6e6ab3f353fe2c0433c 19-Oct-2012 John Spurlock <jspurlock@google.com> Fix nav bar glitch when quickly turning screen off then on.

Keyguard now disables all navbar buttons when turning screen off
instead of only recents.

Navbar is told about screen off/on and disables the layout transition
animation on screen off - if the user quickly turns the screen back
on they do not see the end of the fade out animation.

Bug:7377776
Change-Id: I96a050d58c6c9ce8537f50408655006fadbfcd4f
rc/com/android/systemui/statusbar/phone/NavigationBarView.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
d07f8d0b373fa4581c6b11738931c8f9fbd79ac7 22-Oct-2012 Svetoslav Ganov <svetoslavganov@google.com> Merge "Re-fixing content descritpion on quick settings toggle. Bug: 7362316" into jb-mr1-dev
a4be1b2bcdc768708f594b69923986617a367820 22-Oct-2012 Daniel Sandler <dsandler@android.com> Merge "Fix empty notification panel." into jb-mr1-dev
564c03dac59ecd2255bba658b254fd1f5672ec22 22-Oct-2012 Daniel Sandler <dsandler@android.com> Merge "Really hide the settings button on tablets." into jb-mr1-dev
50bc4f5a7c78b949f466891094851bfca9a3f613 22-Oct-2012 Daniel Sandler <dsandler@android.com> Fix empty notification panel.

If the panel closed before the flip animation completed, you
would have had a bad time.

Bug: 7391510
Change-Id: I45c29de45b718bc63e7be1a5544c1f73ac6f46e0
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
7382a025a73064164ab81a7800cebcec3677af25 22-Oct-2012 Daniel Sandler <dsandler@android.com> Really hide the settings button on tablets.

Bug: 7382185
Change-Id: Id452e2499ba2089b8cfb0071b6aedf6d1d917b35
es/layout/status_bar_expanded_header.xml
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
2a430cccc2a801da72e212d5c5b6a63676e4860c 22-Oct-2012 Michael Jurka <mikejurka@google.com> Add NPE check to fix crash in Recents

Bug: 7383315
rc/com/android/systemui/recent/RecentTasksLoader.java
cc0106cd99831ce7d3715e3c85e5b3e6c5c6ca78 22-Oct-2012 Daniel Sandler <dsandler@android.com> Merge "Properly show emoji in the notification ticker." into jb-mr1-dev
3c84c9bc7a3ecded5d268f6ec75d8578fd78617a 22-Oct-2012 Daniel Sandler <dsandler@android.com> Merge "Show brightness dialog for all users." into jb-mr1-dev
2dd0c3a576925be4b5f0438a57af626e6e162e0e 22-Oct-2012 Daniel Sandler <dsandler@android.com> Merge "New lockscreen: allow search gesture from nav bar." into jb-mr1-dev
4be114b6d42ffa6e77f5e031f239b1ca2fbbb724 20-Oct-2012 Casey Burkhardt <caseyburkhardt@google.com> Re-fixing content descritpion on quick settings toggle.
Bug: 7362316

Change-Id: I6d4afbcbfbe3e38a6bdd080bc60409854de08251
es/layout/status_bar_expanded_header.xml
d5483c3157a28e2ebc05a0c918df8a2be0a7fc89 19-Oct-2012 Daniel Sandler <dsandler@android.com> New lockscreen: allow search gesture from nav bar.

Show a lights-out pip if home is invisible but search is
still OK.

Change-Id: Ifc69c12296cc8e8cf7c89dd06173d7abf499a878
es/layout-sw600dp/navigation_bar.xml
es/layout/navigation_bar.xml
rc/com/android/systemui/SearchPanelView.java
rc/com/android/systemui/statusbar/DelegateViewHelper.java
rc/com/android/systemui/statusbar/phone/NavigationBarView.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
b9d36649ca458cb5326a144fd88e26b92efba728 19-Oct-2012 Daniel Sandler <dsandler@android.com> Properly show emoji in the notification ticker.

Add an emoji test to StatusBarTest (working around some
difficulties in actually putting high-Unicode chars in the
layout xml).

Bug: 7378383
Change-Id: Ifce9844b26f67d2799521623e5161aa4dad69ed1
rc/com/android/systemui/statusbar/phone/Ticker.java
833808d0c69be8533759afdaa8ca4c004835f6a0 19-Oct-2012 Michael Jurka <mikejurka@google.com> Fix transition into Recents with live wallpaper

Fixes regression introduced by:
738cfc91053fc888397ec2d139e0798f8c95b3ca
(Fixing wallpaper flash when going in/out of Recents)
rc/com/android/systemui/recent/RecentsActivity.java
rc/com/android/systemui/statusbar/BaseStatusBar.java
e9687ba8bdccc27f98fe1dcdc48faac0c0de4c18 19-Oct-2012 Michael Jurka <mikejurka@google.com> Merge "Fixing wallpaper flash when going in/out of Recents" into jb-mr1-dev
738cfc91053fc888397ec2d139e0798f8c95b3ca 19-Oct-2012 Michael Jurka <mikejurka@google.com> Fixing wallpaper flash when going in/out of Recents

Bug: 7372516
Bug: 7216872

Change-Id: I2a2308a85caf9f2ad2d382c709e5f8867bd060be
ndroidManifest.xml
es/anim/recents_launch_from_launcher_enter.xml
es/anim/recents_launch_from_launcher_exit.xml
es/anim/wallpaper_recents_launch_from_launcher_enter.xml
es/anim/wallpaper_recents_launch_from_launcher_exit.xml
es/values/styles.xml
rc/com/android/systemui/statusbar/BaseStatusBar.java
80343f646f9686528212f82163a77ef48e30f4c3 18-Oct-2012 Michael Jurka <mikejurka@google.com> Fix recents animations for secondary users

Bug: 7361640

Change-Id: Ibd177bf01758fb8706b82dcf3bf234e052c38aa3
ndroidManifest.xml
rc/com/android/systemui/SystemUIApplication.java
rc/com/android/systemui/recent/RecentTasksLoader.java
rc/com/android/systemui/recent/RecentsActivity.java
rc/com/android/systemui/recent/RecentsPanelView.java
rc/com/android/systemui/recent/RecentsPreloadReceiver.java
rc/com/android/systemui/statusbar/BaseStatusBar.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
8d9a1f66d9d3dbbd45a56d441a746ec11dba7645 19-Oct-2012 Jeff Sharkey <jsharkey@android.com> More migration to Global settings.

Bug: 7375796
Change-Id: I3954ce141ad30073896090a28eee743ba15fd736
rc/com/android/systemui/BootReceiver.java
rc/com/android/systemui/power/PowerUI.java
5f0d976b37b919b74509b6f22e4ad3fa56422f6c 18-Oct-2012 Chet Haase <chet@google.com> Track size changes correctly for static wallpapers

Previous logic compared the surface size to the bitmap size to determine
whether to reload the bitmap. This was based on an assumption that the bitmap
would be created at the same sizea s the surface. However, the process of
how those sizes get determined is different for surfaces and wallpapers, causing
an occasional issue where the bitmap gets reloaded frequently, every time the wallpaper
is asked to redraw, even though it always gets recreated at the same size.

New logic checks previous surface dimensions against current surface dimensions to
determine whether the bitmap should be reloaded; we really only want to reload
it when the surface size changes.

Issue #7373200 pause when toggling between All Apps and Home screen; Home button stays illuminated for a long time

Change-Id: I108777b72bd42616ad7cf8274af1b3e6b2ed94e7
rc/com/android/systemui/ImageWallpaper.java
18937b22099723447388547a2d67f25bde6bdb10 18-Oct-2012 Chet Haase <chet@google.com> Merge "Stop reloading wallpaper bitmap" into jb-mr1-dev
591a12ac0da833e87098715de9547ebefd8cf6c6 18-Oct-2012 Daniel Sandler <dsandler@android.com> Show brightness dialog for all users.

Bug: 7373670
Change-Id: Ibeaa65580c7513d1562b1cfac8cee428fbc63098
rc/com/android/systemui/statusbar/phone/QuickSettings.java
6a377f3094cf1e8e49e0138e01972e6d5d0ec2a0 18-Oct-2012 Daniel Sandler <dsandler@android.com> Merge "Fix glitch when using settings pulldown then switching to notifications." into jb-mr1-dev
8481ac8fe99e080a83e6bd5e4f1e656d3b950083 18-Oct-2012 Chet Haase <chet@google.com> Stop reloading wallpaper bitmap

Typo in ImageWallpaper made a dimension check incorrect.

Issue#7373200 pause when toggling between All Apps and Home screen; Home button stays illuminated for a long time

Change-Id: I82763ac8c9ed564eba904f552975ab20c8aef932
rc/com/android/systemui/ImageWallpaper.java
341aa8e0e8753ddb5eca22311e7d671e0518f326 18-Oct-2012 Michael Jurka <mikejurka@google.com> Merge "Potential fix for bug 7352816" into jb-mr1-dev
720a34d60ac466913a46ad3d757553b72ec50404 18-Oct-2012 Daniel Sandler <dsandler@android.com> Fix glitch when using settings pulldown then switching to notifications.

Bug: 7348917
Change-Id: I65b51bb161934300da9ca0ebf4b184886e3e81df
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
a4c356cad7de0ef30faeaeadacd21b6eae913541 18-Oct-2012 Daniel Sandler <dsandler@android.com> Merge "Add missing layout params" into jb-mr1-dev
c1dc37cba785d990cabfd4e27edadd18975f8751 18-Oct-2012 Daniel Sandler <dsandler@android.com> Merge "You can only use the 2-finger shortcut when opening the panel." into jb-mr1-dev
36c06ae04adb0b4b6ea88b4d116e5dd32f1952bc 18-Oct-2012 Daniel Sandler <dsandler@android.com> Add missing layout params

Bug: 7370474
Change-Id: I632832be22c492f006d76bfa821fd9aa48569f67
es/layout/quick_settings_brightness_dialog.xml
e663925f855ab4390a0e0bd3c9713ca948076ec1 17-Oct-2012 Mike Cleron <mcleron@google.com> Merge "Show clear all when returning from flip quick settings." into jb-mr1-dev
f249efcf3709b0feace01b9e3875cfd64b4d061e 17-Oct-2012 Daniel Sandler <dsandler@android.com> Show clear all when returning from flip quick settings.

Bug: 7367906
Change-Id: I3c6d227d223f11c60a44ceee4cdf698aa2a0acc9
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
2017a056624e747ac91f8203728960a27da0b95a 17-Oct-2012 Daniel Sandler <dsandler@android.com> You can only use the 2-finger shortcut when opening the panel.

Bug: 7348917
Change-Id: I585c57f5eede72801fe1547d774c75256a0824b0
rc/com/android/systemui/statusbar/phone/NotificationPanelView.java
966496f5d57979102749ed3e4f96cbfd07aa397c 17-Oct-2012 Svetoslav Ganov <svetoslavganov@google.com> Merge "More descriptive content description for quick settings toggle. Bug: 7362316 Change-Id: I7829402793e407e7ca483e1de2583df3b6c235bf" into jb-mr1-dev
26f544aef2b28412d4185b22e5c5660f4293f21b 17-Oct-2012 Daniel Sandler <dsandler@android.com> Merge "For Matias." into jb-mr1-dev
b702e5df25a4537e8471d9b14c3cff4f3d2cb468 17-Oct-2012 Daniel Sandler <dsandler@android.com> Merge "Fix Bluetooth QS tile." into jb-mr1-dev
025e7cb4a186092692e76456e4c4404ab4103fe8 17-Oct-2012 Daniel Sandler <dsandler@android.com> Fade out the notification/settings panels just before close.

Bug: 7362346
Change-Id: I437a98f4400c0a14b038c268ccf78a322d992681
rc/com/android/systemui/statusbar/phone/PhoneStatusBarView.java
6e2810bb981582a235f27c70885ee55bf71f0174 17-Oct-2012 Daniel Sandler <dsandler@android.com> Fixes for QS:

- don't show clear all on the settings page if a
notification comes in
- delay makeExpandedInvisible when all panels are collapsed
to ensure that the last frame of panel animation can show
in its entirety

Bug: 7362346
Change-Id: I5303f03ea5ee654e222aff0b62ab69f98dc16978
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBarView.java
ebaefec787ce09e715fc782f9fc2ba4556605e0e 17-Oct-2012 Daniel Sandler <dsandler@android.com> Fix Bluetooth QS tile.

Changes in the connection state were causing QuickSettings
to clobber the enabled state of the adapter.

Bug: 7365388
Change-Id: I9611cb492d143bc9e7246c3e210664705586a85d
rc/com/android/systemui/statusbar/phone/QuickSettings.java
040c2e4ace25a45bc701821da4fa786e6dd75ead 17-Oct-2012 Daniel Sandler <dsandler@android.com> For Matias.

<3, dsandler.

Bug: 7348917
Change-Id: I193a94ab82a9e59068c95624c2e8d375543f71f7
rc/com/android/systemui/statusbar/phone/NotificationPanelView.java
rc/com/android/systemui/statusbar/phone/PanelBar.java
rc/com/android/systemui/statusbar/phone/PanelView.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
a924076b4f4f8bb77142c928cb7ca24f684c2818 17-Oct-2012 Michael Jurka <mikejurka@google.com> Potential fix for bug 7352816
rc/com/android/systemui/recent/RecentsPanelView.java
91ffeddb8b6ceec9a18ae34f88bd56560335de7f 17-Oct-2012 Daniel Sandler <dsandler@android.com> Hide settings button from tablet notification panel.

Bug: 7363279
Change-Id: I90f4286a596527485c462773f2553ed4986f60b2
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
b6454adb6c36290550105dd7e085c0d97e07c46f 17-Oct-2012 Daniel Sandler <dsandler@android.com> Merge "Quickening." into jb-mr1-dev
c39848793c4067f2597d1ee8f0b6966b4c4e0bef 17-Oct-2012 Baligh Uddin <baligh@google.com> Merge "Import translations. DO NOT MERGE" into jb-mr1-dev
3679bf58fb2f59745b416b26126b7e2a673c54d8 17-Oct-2012 Daniel Sandler <dsandler@android.com> Quickening.

+ Baseline align all header elements.
+ Make clock clickable.
+ Remove clock tile.
+ Reorder tiles.
+ Hide status bar behind panel on phones.
+ Make status bar peek animation show the whole header on phones.
+ Stop hiding status bar bits on phones.

Bug: 7350584 // baseline align header, make clock clickable,
Bug: 7351760 // hide status bar behind panel
Change-Id: I888752b64c56e80c3f5581fd8ee1cfd7c50eab7c
es/drawable-hdpi/ic_notifications.png
es/drawable-hdpi/ic_notifications2.png
es/drawable-hdpi/ic_notifications_normal.png
es/drawable-hdpi/ic_notify_clear_normal.png
es/drawable-hdpi/ic_notify_clear_pressed.png
es/drawable-hdpi/ic_notify_open_normal.png
es/drawable-hdpi/ic_notify_open_pressed.png
es/drawable-hdpi/ic_notify_quicksettings_normal.png
es/drawable-hdpi/ic_notify_quicksettings_pressed.png
es/drawable-mdpi/ic_notifications.png
es/drawable-mdpi/ic_notifications2.png
es/drawable-mdpi/ic_notifications_normal.png
es/drawable-mdpi/ic_notify_clear_normal.png
es/drawable-mdpi/ic_notify_clear_pressed.png
es/drawable-mdpi/ic_notify_open_normal.png
es/drawable-mdpi/ic_notify_open_pressed.png
es/drawable-mdpi/ic_notify_quicksettings_normal.png
es/drawable-mdpi/ic_notify_quicksettings_pressed.png
es/drawable-xhdpi/ic_notifications.png
es/drawable-xhdpi/ic_notifications2.png
es/drawable-xhdpi/ic_notifications_normal.png
es/drawable-xhdpi/ic_notify_clear_normal.png
es/drawable-xhdpi/ic_notify_clear_pressed.png
es/drawable-xhdpi/ic_notify_open_normal.png
es/drawable-xhdpi/ic_notify_open_pressed.png
es/drawable-xhdpi/ic_notify_quicksettings_normal.png
es/drawable-xhdpi/ic_notify_quicksettings_pressed.png
es/drawable/ic_notifications.xml
es/drawable/ic_notify_quicksettings.xml
es/layout/status_bar_expanded.xml
es/layout/status_bar_expanded_header.xml
es/layout/super_status_bar.xml
es/values-sw600dp/dimens.xml
es/values/dimens.xml
rc/com/android/systemui/statusbar/phone/PanelView.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBarView.java
rc/com/android/systemui/statusbar/phone/QuickSettings.java
0312d6d94a8ef9cf933d5437e42b19855254251d 17-Oct-2012 Casey Burkhardt <caseyburkhardt@google.com> More descriptive content description for quick settings toggle.
Bug: 7362316
Change-Id: I7829402793e407e7ca483e1de2583df3b6c235bf
es/layout/system_bar_notification_panel_title.xml
fe3376b41aa48b6894afad9b977170bc658a6ac1 17-Oct-2012 Daniel Sandler <dsandler@android.com> Fix NPE in quick settings tiles.

Bug: 7360759
Change-Id: I5b000e063baa1b7e2dddaa25be5b9bcdafa1a974
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
3045e62679a523e352be94fd839a27275e87c379 16-Oct-2012 Baligh Uddin <baligh@google.com> Import translations. DO NOT MERGE

Change-Id: I7c26f20a77ec622563c5dcdad7a96c347005a789
Auto-generated-cl: translation import
es/values-ar/strings.xml
es/values-be/strings.xml
es/values-bg/strings.xml
es/values-cs/strings.xml
es/values-de/strings.xml
es/values-es-rUS/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hi/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-iw/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-ms/strings.xml
es/values-pl/strings.xml
es/values-pt/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
2f20081f9fd734e466147bf1091d06cc7331458c 11-Oct-2012 Chet Haase <chet@google.com> Avoid redundant wallpaper loading/drawing

Switching users causes wallpapers to get recreated 3 times. Other operations
like startup and rotation cause similar redundant load/draw operations. This change
tracks the various attributes that tell us when we really need to reload
and redraw, causing only one of these expensive operation per one of these
switches.

Issue #7334664 Wallpaper draws several times when switching users

Change-Id: Ic3072ef3a7eaf622d8632e87e34f50999f716c39
rc/com/android/systemui/ImageWallpaper.java
4682cf02b42f75876f14f512e874c3e798b09c9c 16-Oct-2012 Baligh Uddin <baligh@google.com> Merge "Import translations. DO NOT MERGE" into jb-mr1-dev
18ea8f29909e7e80a8c5dc63b86678d89b7e5664 16-Oct-2012 Daniel Sandler <dsandler@android.com> Merge "Flipping quick settings!" into jb-mr1-dev
101784e5605338f22e32f587ffcaa09b582d556c 15-Oct-2012 Daniel Sandler <dsandler@android.com> Flipping quick settings!

Bug: 7348917 ╰(°□°╰)
Change-Id: I16923d6d920913a4bd0d78666587ac579ac18da5
es/drawable-hdpi/ic_notifications.png
es/drawable-hdpi/ic_notifications2.png
es/drawable-hdpi/ic_notify_quicksettings_normal.png
es/drawable-hdpi/ic_notify_quicksettings_pressed.png
es/drawable-mdpi/ic_notifications.png
es/drawable-mdpi/ic_notifications2.png
es/drawable-mdpi/ic_notify_quicksettings_normal.png
es/drawable-mdpi/ic_notify_quicksettings_pressed.png
es/drawable-xhdpi/ic_notifications.png
es/drawable-xhdpi/ic_notifications2.png
es/drawable-xhdpi/ic_notify_quicksettings_normal.png
es/drawable-xhdpi/ic_notify_quicksettings_pressed.png
es/drawable/ic_notifications.xml
es/drawable/ic_notify_button_bg.xml
es/drawable/ic_notify_clear.xml
es/drawable/ic_notify_settings.xml
es/layout/flip_settings.xml
es/layout/status_bar_expanded.xml
es/layout/status_bar_expanded_header.xml
es/values-sw600dp/config.xml
es/values/config.xml
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/phone/QuickSettings.java
rc/com/android/systemui/statusbar/phone/SettingsPanelView.java
rc/com/android/systemui/statusbar/phone/StatusBarWindowView.java
8efca54693b1fa956eede0367fffe8bb0d3531f0 16-Oct-2012 Romain Guy <romainguy@google.com> Ensure we always request conformant OpenGL ES 2.0 contexts

Change-Id: I6b9d6f2dace02ad28baef6811007302b8e552a54
rc/com/android/systemui/ImageWallpaper.java
27c0773c34001c02cb7e2a6ae6e085ee3ed150cf 14-Oct-2012 Craig Mautner <cmautner@google.com> Merge "Fix wallpaper not updating on initial boot." into jb-mr1-dev
c92f150af0fb93b677a4ec6e2aca1b9a9bdd8760 14-Oct-2012 Craig Mautner <cmautner@google.com> 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
rc/com/android/systemui/ImageWallpaper.java
e111ad300d614a0f94e30f96ae664a1de578c48a 13-Oct-2012 Daniel Sandler <dsandler@android.com> No, that's German for "The Quick Settings, The".

Bug: ???????
Change-Id: I24ffb21b1566d98c9df6db48c4062390757cd8bc
es/drawable-hdpi/ic_notify_settings_normal.png
es/drawable-hdpi/ic_notify_settings_pressed.png
es/drawable-mdpi/ic_notify_settings_normal.png
es/drawable-mdpi/ic_notify_settings_pressed.png
es/drawable-xhdpi/ic_notify_settings_normal.png
es/drawable-xhdpi/ic_notify_settings_pressed.png
es/drawable/ic_notify_settings.xml
es/layout/status_bar_expanded_header.xml
es/layout/super_status_bar.xml
es/values-sw600dp/config.xml
es/values/config.xml
es/values/ids.xml
rc/com/android/systemui/statusbar/phone/PanelBar.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBarView.java
f15005ee3926302588d19f1be6ad4a62b3e691b4 13-Oct-2012 Michael Jurka <mikejurka@google.com> Merge "Use black bg in recents if using live wallpaper" into jb-mr1-dev
071316e5612ae1554309912ad4ad4680b80c718d 10-Oct-2012 Michael Jurka <mikejurka@google.com> Use black bg in recents if using live wallpaper

Bug: 7282784

Change-Id: I686f8f0e36e3414ad30d23de80cbbfb2868069d4
es/anim/recent_app_enter.xml
es/anim/recent_app_leave.xml
es/anim/recents_launch_from_launcher_enter.xml
es/anim/recents_launch_from_launcher_exit.xml
es/anim/recents_return_to_launcher_enter.xml
es/anim/recents_return_to_launcher_exit.xml
es/values/dimens.xml
rc/com/android/systemui/recent/RecentsActivity.java
rc/com/android/systemui/recent/RecentsPanelView.java
rc/com/android/systemui/statusbar/BaseStatusBar.java
0c63d78a0ff3f577ec70e106c2326a3140f4b45a 13-Oct-2012 John Spurlock <jspurlock@google.com> Merge "Keep QS brightness slider icon in sync." into jb-mr1-dev
95cccb9d6175cb80d9312fadbe40cf7c4ec9f949 12-Oct-2012 Jeff Sharkey <jsharkey@android.com> Merge "Make all lockscreen widgets follow haptic flag." into jb-mr1-dev
723a725e790d269f32980116e775d3d7f0037865 12-Oct-2012 Jeff Sharkey <jsharkey@android.com> Make all lockscreen widgets follow haptic flag.

Bug: 7337006
Change-Id: I782e498b7528e612c4b06a75b77f5521c951cbd6
rc/com/android/systemui/SearchPanelView.java
f5bc42dbf881403820e6fcebbb2aa428849547dc 12-Oct-2012 John Spurlock <jspurlock@google.com> Keep QS brightness slider icon in sync.

It now reflects auto-on or auto-off as it changes.

Bug:7303599
Change-Id: I1b1bd6a0545950795f83449c3778e91afa9d04a5
rc/com/android/systemui/statusbar/phone/QuickSettings.java
rc/com/android/systemui/statusbar/policy/BrightnessController.java
rc/com/android/systemui/statusbar/tablet/SettingsView.java
280af6fcd55a45bf54927cbbe3a82af40bb18469 12-Oct-2012 Baligh Uddin <baligh@google.com> Import translations. DO NOT MERGE

Change-Id: Ie01452a6610e660cafc04e8d7fb509bed42de802
Auto-generated-cl: translation import
es/values-af/strings.xml
es/values-am/strings.xml
es/values-ca/strings.xml
es/values-da/strings.xml
es/values-el/strings.xml
es/values-en-rGB/strings.xml
es/values-es/strings.xml
es/values-et/strings.xml
es/values-it/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pt-rPT/strings.xml
es/values-sw/strings.xml
es/values-zu/strings.xml
a1ecd5a30cd7f93beed0943ff403227d04d9b34c 12-Oct-2012 Baligh Uddin <baligh@google.com> Merge "Import translations. DO NOT MERGE" into jb-mr1-dev
d3dc37d34e1dfa2b22805f6d89d9756529c36d6d 12-Oct-2012 Baligh Uddin <baligh@google.com> Import translations. DO NOT MERGE

Change-Id: I7f9b815759c2f9f2e2d41811df14dfc8f9370da8
Auto-generated-cl: translation import
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-vi/strings.xml
es/values-zh-rTW/strings.xml
3da6c219a8b1acebbfd8a56ee31b5d91d0425dc4 12-Oct-2012 Jeff Brown <jeffbrown@google.com> Merge "Do not launch Somnambulator as a dock app." into jb-mr1-dev
11159e9a785a143c9f3765bdf5a5ccfd77842d7a 12-Oct-2012 Jeff Brown <jeffbrown@google.com> Do not launch Somnambulator as a dock app.

Fixes a black flash that occurred when the device was docked
because the UiModeManagerService was launching the Somnambulator
to start the dream when docked. This caused an unnecessary
activity transition and could in fact make dreaming less
reliable than if the UiModeManagerService started the dream itself.

Moved common code from UiModeManagerService and Somnambulator
to Sandman to ensure it is kept in sync.

Bug: 7328545
Change-Id: I46102784e2ab1acc0241d43a48abf0581278af24
rc/com/android/systemui/Somnambulator.java
853a1ceae056d773a41716a8a586118be1fa9dac 11-Oct-2012 Chris Wren <cwren@android.com> Merge "Copy date format style from keyguard." into jb-mr1-dev
5fb18aa57541710597ccef39423b255017e2915e 11-Oct-2012 Chris Wren <cwren@android.com> Copy date format style from keyguard.

Bug: 7312660
Change-Id: Ia5e728758bd1f2caa039ea6b8f8fa9abcc9f8417
es/layout/status_bar_expanded_header.xml
es/values/donottranslate.xml
rc/com/android/systemui/statusbar/policy/DateView.java
1cd614c62c400091093a662cd331d268991f9e3f 11-Oct-2012 Winson Chung <winsonc@google.com> Merge "Ignore dying users when testing for number of users on device. (Bug 7332248)" into jb-mr1-dev
061a4de86d79d3ead3f297fa3fde4692446af5e4 11-Oct-2012 Chris Wren <cwren@android.com> Merge "resolve conflicting assumptions from the merge." into jb-mr1-dev
ada86cba3c1eed749872401ddf676aaff85a8846 11-Oct-2012 Winson Chung <winsonc@google.com> Ignore dying users when testing for number of users on device. (Bug 7332248)

Change-Id: Id5cc0aacba716db5c2306fd72a51ac7cffc4149e
rc/com/android/systemui/statusbar/phone/QuickSettings.java
ff97e6e8412d9985938e715fcd1030adba328d4b 11-Oct-2012 Daniel Sandler <dsandler@android.com> Merge "New icon for quick settings button." into jb-mr1-dev
e6a69ddc67eccf48d52bc5a402d9060157b26065 11-Oct-2012 Daniel Sandler <dsandler@android.com> New icon for quick settings button.

Bug: 7319756
Change-Id: I864cc7938f94c87f5d7e18657fb6ac5f083e15d9
es/drawable-hdpi/ic_notify_quicksettings_normal.png
es/drawable-hdpi/ic_notify_quicksettings_pressed.png
es/drawable-mdpi/ic_notify_quicksettings_normal.png
es/drawable-mdpi/ic_notify_quicksettings_pressed.png
es/drawable-xhdpi/ic_notify_quicksettings_normal.png
es/drawable-xhdpi/ic_notify_quicksettings_pressed.png
092ad66a571d95cad20003daeac4c1119352b854 11-Oct-2012 Daniel Sandler <dsandler@android.com> Merge changes Ic860de75,I8b2d6c7a into jb-mr1-dev

* changes:
Remove notification/quicksettings explanation cling.
Remove the double-swipe to access quick settings on phones.
524dcb7e5ef636856a67ff0345475a6975a2ca0b 11-Oct-2012 Baligh Uddin <baligh@google.com> Merge "Import translations. DO NOT MERGE" into jb-mr1-dev
ace0bd77438c89578ff821a86ff1ae91f8000ed3 11-Oct-2012 Daniel Sandler <dsandler@android.com> Remove notification/quicksettings explanation cling.

Bug: 7319756
Change-Id: Ic860de7579079596d0e4c3412cf0fa1ccaadc3e1
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
efb0faf1c043777762eecfef87ec575632c365e1 10-Oct-2012 Daniel Sandler <dsandler@android.com> Remove the double-swipe to access quick settings on phones.

On the plus side, the settings button is back!

Now that we have two buttons on the right-hand side it's
more important than ever that the notification panel header
not allow errant taps to go all the way back to the
notification panel, where they will drag/close it.

Bug: 7319756 // remove double-swipe
Bug: 7217201 // finally make the notification header black
Change-Id: I8b2d6c7a7cfaaed2bfbcd61fb45db9f234cb002d
es/drawable-hdpi/notification_header_bg.9.png
es/drawable-mdpi/notification_header_bg.9.png
es/drawable-xhdpi/notification_header_bg.9.png
es/layout/status_bar_expanded_header.xml
es/values/colors.xml
rc/com/android/systemui/statusbar/phone/PanelBar.java
rc/com/android/systemui/statusbar/phone/PanelView.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBarView.java
e1f4ebf559f7ddbfe19ea9a1823a62f3d8b80d71 11-Oct-2012 Chet Haase <chet@google.com> Merge "Cache wallpaper bitmap to avoid re-loading on rotation" into jb-mr1-dev
6c179ad82d45a33389e65d89305ed0919042674f 11-Oct-2012 Daniel Sandler <dsandler@android.com> Merge "Dismiss keyguard for brightness QS tile." into jb-mr1-dev
cea520747f344204a78db9d3f7f1abe3f695f49f 11-Oct-2012 Chris Wren <cwren@android.com> resolve conflicting assumptions from the merge.

Bug: 7300843
Change-Id: I5894fba34550d1b98f6cbe5ca808820b70e19819
rc/com/android/systemui/ExpandHelper.java
c61d70ec46bc44344a419a0a15ccbecd1f8f1a2d 11-Oct-2012 Chet Haase <chet@google.com> Cache wallpaper bitmap to avoid re-loading on rotation

Screen rotations force static wallpapers to get recreated. One of the things
that happens is that the underlying bitmap resource is loaded. This can be quite
expensive for large bitmaps (which is the case on large-display devices).
A simple optimization is to retain the bitmap in the wallpaper process, to avoid
this re-loading step. We still re-draw and re-upload the texture, but at least
we don't re-load the thing.

Issue #7324823 Manta wallpaper decode performance is atrocious

Change-Id: I0748e275a55992d13704a7dec5910d2dbdc9e2a4
rc/com/android/systemui/ImageWallpaper.java
57899f83d704e30b0360360a60f7069ec20689ed 10-Oct-2012 Baligh Uddin <baligh@google.com> Import translations. DO NOT MERGE

Change-Id: I498e980ee2d318ae66848a36786e435f2c09412b
Auto-generated-cl: translation import
es/values-af/strings.xml
es/values-am/strings.xml
es/values-ar/strings.xml
es/values-be/strings.xml
es/values-bg/strings.xml
es/values-ca/strings.xml
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-en-rGB/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-et/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hi/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-it/strings.xml
es/values-iw/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-ms/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-rm/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv/strings.xml
es/values-sw/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
es/values-zu/strings.xml
30417507821413bda6dc5868c68d1e9b5a7bced6 10-Oct-2012 Daniel Sandler <dsandler@android.com> Merge "Fixing issue where Quick Settings user profile was not showing name or default picture. (Bug 7308719)" into jb-mr1-dev
d7059dfb9b9d6540c4b2765558e8ca4784c4ef6e 10-Oct-2012 Casey Burkhardt <caseyburkhardt@google.com> Properly label RecentsActivity for accessibility.
Bug: 7229886

Change-Id: I440c7e9b9ef3272e287d5d4d58bcfc0e8d0735ac
ndroidManifest.xml
es/values/strings.xml
7a6355b679e68d6e8cf7ccc54586abc9000f62bb 09-Oct-2012 Winson Chung <winsonc@google.com> Fixing issue where Quick Settings user profile was not showing name or default picture. (Bug 7308719)

Change-Id: Idbaf377d1cd086cf5d8244d6c7ca084145ccf217
rc/com/android/systemui/statusbar/phone/QuickSettings.java
7ed267f53852aa18aacb605297e56f88d7c08333 09-Oct-2012 Michael Jurka <mikejurka@google.com> Fix one case where recents is sometimes not visible

Bug: 7299653
rc/com/android/systemui/recent/RecentsActivity.java
rc/com/android/systemui/recent/RecentsPanelView.java
b64c3dd22410cd829a9f03ce935a598f79224f10 09-Oct-2012 Daniel Sandler <dsandler@android.com> Dismiss keyguard for brightness QS tile.

Bugreport, too.

Bug: 7296769
Change-Id: I28b2f1cf4a1bf2ebfcff37a6188f33a44b7d2165
rc/com/android/systemui/statusbar/phone/QuickSettings.java
e70bf65423056c2f336602aa9b3942ea446225e4 09-Oct-2012 Baligh Uddin <baligh@google.com> Merge "Import translations. DO NOT MERGE" into jb-mr1-dev
3c576d9b65da496f58c73e30ddc9c1d1dc41096e 09-Oct-2012 Baligh Uddin <baligh@google.com> Import translations. DO NOT MERGE

Change-Id: Idd93f9399dcd2466e3d6d84bee4b536a8a41b476
Auto-generated-cl: translation import
es/values-af/strings.xml
es/values-am/strings.xml
es/values-ar/strings.xml
es/values-be/strings.xml
es/values-bg/strings.xml
es/values-ca/strings.xml
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-en-rGB/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-et/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hi/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-it/strings.xml
es/values-iw/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-ms/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-rm/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv/strings.xml
es/values-sw/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
es/values-zu/strings.xml
bac221ff0b9e1406f95f23c9a5c3b580ece10eab 04-Oct-2012 Casey Burkhardt <caseyburkhardt@google.com> Accessibility enhancements within quick settings and notification shade.

Change-Id: I377c389abe3ce2285a620e60f4c8de4727f4f5c9
Bug: 7229886
es/values/strings.xml
rc/com/android/systemui/statusbar/BaseStatusBar.java
rc/com/android/systemui/statusbar/phone/NotificationPanelView.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBarView.java
rc/com/android/systemui/statusbar/phone/QuickSettings.java
rc/com/android/systemui/statusbar/phone/QuickSettingsModel.java
rc/com/android/systemui/statusbar/phone/SettingsPanelView.java
rc/com/android/systemui/statusbar/policy/AccessibilityContentDescriptions.java
rc/com/android/systemui/statusbar/policy/NetworkController.java
f895f3cbfcadb2179a290f249e66788cd17b40d4 08-Oct-2012 Baligh Uddin <baligh@google.com> Merge "Import translations. DO NOT MERGE" into jb-mr1-dev
de8e3b122bbbd61aa35fd5cd4fe2fc86cd6f0040 08-Oct-2012 Daniel Sandler <dsandler@android.com> Merge "Fix NPE if pulling down QS quickly on very first boot." into jb-mr1-dev
9d09824a66e3a9785f3f05929bc9139da108efe4 08-Oct-2012 Daniel Sandler <dsandler@android.com> Fix NPE if pulling down QS quickly on very first boot.

The cling interception code can interfere with the touch
stream to the point that PanelView might get an ACTION_UP or
_CANCEL without a corresponding ACTION_DOWN, causing
problems.

Bug: 7301742
Change-Id: Idd5074c2544b3238517655ab3c068966bae9f912
rc/com/android/systemui/statusbar/phone/PanelView.java
33a8bd8c40ac3c19674043b1cf3e232a3220868f 08-Oct-2012 Daniel Sandler <dsandler@android.com> Merge "New icon for "Sleep now."" into jb-mr1-dev
118f484424f3e5649833df42a7e613f41b2b2ecd 08-Oct-2012 Daniel Sandler <dsandler@android.com> Fix NPE on devices without notification panel help clings.

Bug: 7302657
Change-Id: Ia161ea2ef74ef1dfbab55dacaa7274ebc2d66439
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
db43f4722de6e5635c55a063a709b489e7ff27a6 08-Oct-2012 Adam Powell <adamp@google.com> QuickSettings - fail gracefully if we can't query the profile data

Fix a bug where QuickSettings couldn't get the user info tile data
when starting up encrypted. Since the system will be restarted once
the password is entered, it will be loaded properly once unlocked.

Bug 7301192

Change-Id: I6455df1d2bc33d375a1af8f2efb42dbdeb38f056
rc/com/android/systemui/statusbar/phone/QuickSettings.java
b88311685c84fe4a5b763c510cc630c9d4b1d036 07-Oct-2012 Daniel Sandler <dsandler@android.com> Merge "Notification & settings panel help." into jb-mr1-dev
af3f32d9a460b663d8f757f771cb220cc78b190a 07-Oct-2012 Daniel Sandler <dsandler@android.com> New icon for "Sleep now."

Should only be shown in the docking intent chooser, but if
you use AnyCut to link to the Somnambulator you'll see it
there as well.

Bug: 7267723
Change-Id: I4be7572e4785f35b4ac1ad91d03a617d5d2fe3c1
ndroidManifest.xml
es/mipmap-hdpi/ic_launcher_dreams.png
es/mipmap-mdpi/ic_launcher_dreams.png
es/mipmap-xhdpi/ic_launcher_dreams.png
rc/com/android/systemui/Somnambulator.java
b17a726f2fb1066060b5646d35233d26222e8721 05-Oct-2012 Daniel Sandler <dsandler@android.com> Notification & settings panel help.

Comes up the first time you touch the status bar; explains
where quick settings is, and even allows you to swipe down
to try it (instead of touching "OK").

Bug: 7209412
Change-Id: I72b1a91902e64b4623e0fcaf1555dc703870b59f
es/drawable-hdpi/arrow_dashed.png
es/drawable-hdpi/btn_cling_normal.9.png
es/drawable-hdpi/btn_cling_pressed.9.png
es/drawable-mdpi/arrow_dashed.png
es/drawable-mdpi/btn_cling_normal.9.png
es/drawable-mdpi/btn_cling_pressed.9.png
es/drawable-xhdpi/arrow_dashed.png
es/drawable-xhdpi/btn_cling_normal.9.png
es/drawable-xhdpi/btn_cling_pressed.9.png
es/drawable/cling_button_bg.xml
es/layout-land/status_bar_help.xml
es/layout/status_bar_help.xml
es/layout/super_status_bar.xml
es/values/strings.xml
es/values/styles.xml
rc/com/android/systemui/statusbar/phone/PanelView.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/policy/Prefs.java
786d10921b2c525ed22b78ec40ae2554eec85912 07-Oct-2012 Adam Powell <adamp@google.com> Merge "Quick settings user display and switching" into jb-mr1-dev
7711260e4959686bb1d6f177a843c2108bb04710 07-Oct-2012 John Spurlock <jspurlock@google.com> Merge "Keep quick settings brightness icon/dialog level in sync." into jb-mr1-dev
fc6825b1b709e9c73e4c872c8eab5dfab3d1ee08 07-Oct-2012 John Spurlock <jspurlock@google.com> Merge "Update quick settings wireless display tile per spec." into jb-mr1-dev
48f37ec8c98a6281dbf067d1740a3bc4953ed26f 05-Oct-2012 John Spurlock <jspurlock@google.com> Keep quick settings brightness icon/dialog level in sync.

We now listen for brightness changes and update the icon appropriately.
Note there are still only two icon states in QS (auto-on and auto-off).

We also listen for user switches, since the brightness setting is per-user.

The manual brightness level is now kept in sync with level set in Settings.

This change is tightly scoped to brightness only. Any other
QS bugs should be triaged separately.

Bug:7283805
Change-Id: Ibaf8fe94e98f65cc02efe7fcddf4f38370fdb09f
rc/com/android/systemui/statusbar/phone/QuickSettingsModel.java
rc/com/android/systemui/statusbar/policy/BrightnessController.java
rc/com/android/systemui/statusbar/policy/CurrentUserTracker.java
rc/com/android/systemui/statusbar/policy/ToggleSlider.java
rc/com/android/systemui/statusbar/policy/VolumeController.java
6f2a3d298205522f2e799800dace0e6c345dd4d3 06-Oct-2012 Adam Powell <adamp@google.com> Quick settings user display and switching

Load user information for the current user and display in quick
settings tile. Name is pulled from the contacts DB from the "Me"
profile, which will override the raw name on the system user if
needed.

Open the user switcher on the lock screen if this tile is clicked and
there is more than one user registered on the system. If there is only
one user, show the "Me" quick contact card.

Darken the background protection behind the user's name on the QS tile
layout so that it's readable against very light profile pic
backgrounds.

Bug 7175023
Bug 7257997

Change-Id: Ia1e7dd7af72dbd49113a827f9228e0a32e20a0dc
es/layout/quick_settings_tile_user.xml
rc/com/android/systemui/statusbar/phone/QuickSettings.java
2874a54068af1e7de3c1c046cc0061412daafaf8 06-Oct-2012 Craig Mautner <cmautner@google.com> Merge "Add flag for displaying non-user's Windows to user." into jb-mr1-dev
88400d3a31139c40c4014faf86c243647087ef6c 30-Sep-2012 Craig Mautner <cmautner@google.com> Add flag for displaying non-user's Windows to user.

Created a new flag that indicates that a window should be shown
to all users. For the flag to be valid the owner of the window
must have system permissions.

Also separated system window types into those that show to all
users (e.g. StatusBar, Keyguard, ....) and those that appear only
to the owning users (e.g. Drag, ANR, TOAST, ...). Those that appear
only to their owner can override their default behavior using
the new flag (e.g. LowBattery).

Fixes bug 7211965.

Change-Id: I1fdca25d57b7b523f0c7f8bceb819af656c388d4
rc/com/android/systemui/power/PowerUI.java
3ea5fc2ae6cd7ad4f8b7f204509ab848b13ce462 05-Oct-2012 Baligh Uddin <baligh@google.com> Import translations. DO NOT MERGE

Change-Id: I9206f7e07e3ea7f6a8b90fa59989b4754a51f646
Auto-generated-cl: translation import
es/values-de/strings.xml
es/values-fr/strings.xml
es/values-ms/strings.xml
es/values-pt/strings.xml
01e2f4f522db91d1a2ece24b503ca1375c55ec2e 05-Oct-2012 John Spurlock <jspurlock@google.com> Update quick settings wireless display tile per spec.

Bug:7178216
Change-Id: If917033930b0ba5a3ca0c7c8f574b069d5ecac6d
es/drawable-hdpi/ic_qs_mirroring.png
es/drawable-hdpi/ic_qs_mirroring_notconnected.png
es/drawable-hdpi/ic_qs_remote_display.png
es/drawable-hdpi/ic_qs_remote_display_connected.png
es/drawable-mdpi/ic_qs_mirroring.png
es/drawable-mdpi/ic_qs_mirroring_notconnected.png
es/drawable-mdpi/ic_qs_remote_display.png
es/drawable-mdpi/ic_qs_remote_display_connected.png
es/drawable-xhdpi/ic_qs_mirroring.png
es/drawable-xhdpi/ic_qs_mirroring_notconnected.png
es/drawable-xhdpi/ic_qs_remote_display.png
es/drawable-xhdpi/ic_qs_remote_display_connected.png
es/layout/quick_settings_tile_wifi_display.xml
es/values/strings.xml
rc/com/android/systemui/statusbar/phone/QuickSettings.java
rc/com/android/systemui/statusbar/phone/QuickSettingsModel.java
c38bbc391ae4ec5945d5fa408da3994552f775eb 05-Oct-2012 Daniel Sandler <dsandler@android.com> Lubricate a sticky notification panel.

If the panel was left open when the screen was turned off,
in some cases it might get stuck in an "open" state (the
panel's expanded height would be nonzero) although the
status bar window is in fact fully collapsed (due to
makeExpandedInvisible). The next time the user would go to
open the panel, things would be in an inconsistent state and
the panel wouldn't come down (on phones, the settings panel
would be attempted, but still nothing would happen).

This was easiest to reproduce on the keyguard (turn on
screen, pull down panel, turn off screen).

Bug: 7260868
Change-Id: Iec0000ba020e5a519eb5b4d42ac273b6689a18bd
rc/com/android/systemui/statusbar/phone/PanelBar.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
a801f68624636a4f1fdb71c4aef97a59d5dbb731 05-Oct-2012 Daniel Sandler <dsandler@android.com> Restore rubberbanding on initial pulldown.

Broken by change Id93d6a00.

Bug: 7286201
Change-Id: I4155076df09d548aa00ae3793f78e6c154cde5f1
rc/com/android/systemui/statusbar/phone/PanelView.java
2a04e740973c7a0781263d4a351c249449f556ec 05-Oct-2012 Daniel Sandler <dsandler@android.com> Merge "Updated clock hands for Quick Settings." into jb-mr1-dev
96b248affa9adb3ec1529d0cb90234ab07a07dee 05-Oct-2012 Daniel Sandler <dsandler@android.com> Updated clock hands for Quick Settings.

Bug: 7281063
Change-Id: I03e7ca236c8cdc809e112e2e844a0006e73ab504
es/drawable-hdpi/ic_qs_clock_hour.png
es/drawable-hdpi/ic_qs_clock_minute.png
es/drawable-mdpi/ic_qs_clock_hour.png
es/drawable-mdpi/ic_qs_clock_minute.png
es/drawable-xhdpi/ic_qs_clock_hour.png
es/drawable-xhdpi/ic_qs_clock_minute.png
b29088540b2ecb3046277fbeb5ee1c87abe74d95 05-Oct-2012 Baligh Uddin <baligh@google.com> Merge "Import translations. DO NOT MERGE" into jb-mr1-dev
f5e2b2c26c37d839e6559319d311b62598c6dade 05-Oct-2012 Daniel Sandler <dsandler@android.com> Merge "DreamService API revisions." into jb-mr1-dev
2d78490292090eeab84694330978c9ad7fad2d37 04-Oct-2012 Daniel Sandler <dsandler@android.com> DreamService API revisions.

Reduce reliance on Service interface overrides, instead
steering clients to the DreamService-specific lifecycle
hooks:

onAttachedToWindow .. onDreamingStarted ..
onDreamingStopped .. onDetachedFromWindow

The old Dream.java is finally gone now too.

Bug: 7281802
Change-Id: Ib7802c3397fde60ad1132fa49831da182eef4d7a
rc/com/android/systemui/BeanBagDream.java
fb442c8398c5fe79c7bdde469c1e62247613d0a3 04-Oct-2012 Baligh Uddin <baligh@google.com> Import translations. DO NOT MERGE

Change-Id: Ia8a06130c50c0d369a188f0b780399b51f998f3a
Auto-generated-cl: translation import
es/values-bg/strings.xml
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-et/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hi/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-pl/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
es/values-zu/strings.xml
3c008f26ca4f72344b672065b861a3e39812e3a0 04-Oct-2012 John Spurlock <jspurlock@google.com> Merge "Disable quick settings panel in setup wizard (user 0)." into jb-mr1-dev
c30b6da804483e65eddda059e971727e1c80b7bf 04-Oct-2012 Daniel Sandler <dsandler@android.com> Merge "Bring back the notification panel handle peek animation." into jb-mr1-dev
0c1b75c17b79979e0f210b5bf03226d1091a4c21 04-Oct-2012 Daniel Sandler <dsandler@android.com> Bring back the notification panel handle peek animation.

Bug: 7286201
Change-Id: Id93d6a00689ffb7f97e89af935460b1debec3850
es/layout/quick_settings.xml
es/layout/status_bar_expanded.xml
rc/com/android/systemui/statusbar/phone/PanelView.java
0a890b3ce2d1b67c3bada85528c46045d3cd6230 04-Oct-2012 Daniel Sandler <dsandler@android.com> Merge "Remove Start Dreaming^W^W Sleep Now 1x1 widget." into jb-mr1-dev
7aa88f7aad3ec0c1345e84e1fbf8ee54115b2b17 04-Oct-2012 Daniel Sandler <dsandler@android.com> Remove Start Dreaming^W^W Sleep Now 1x1 widget.

If you need its functionality for testing:

$ adb shell am start -n com.android.systemui/.Somnambulator

Bug: 7267723
Change-Id: I9e0dd9d020e251d1ced4377329436ea46c3a8af5
ndroidManifest.xml
b3f55fdef6659b836d97e6859e89a9427b97cc67 04-Oct-2012 Baligh Uddin <baligh@google.com> Merge "Import translations. DO NOT MERGE" into jb-mr1-dev
e4e8c5619c3951e5af79648f82f1dc9bbb1104d2 04-Oct-2012 John Spurlock <jspurlock@google.com> Disable quick settings panel in setup wizard (user 0).

Already fixed for additional users, but not the main user.

Bug:7285805
Change-Id: I1ab29470e23b0d06cd21919c72be72c092c86b2c
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
6295ef325102bed3d12e54020acb8728bc2976a0 04-Oct-2012 Chris Wren <cwren@android.com> Merge "hide the redundant clock when the notification shade is open." into jb-mr1-dev
5120adbee7631a947b9b9d1513632a5bb9a01a5b 04-Oct-2012 Baligh Uddin <baligh@google.com> Import translations. DO NOT MERGE

Change-Id: I3948ca1d5441099dae59c6e0b95e3f53acc47437
Auto-generated-cl: translation import
es/values-af/strings.xml
es/values-am/strings.xml
es/values-ar/strings.xml
es/values-be/strings.xml
es/values-bg/strings.xml
es/values-ca/strings.xml
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-en-rGB/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-et/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hi/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-it/strings.xml
es/values-iw/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-ms/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-rm/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv/strings.xml
es/values-sw/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
es/values-zu/strings.xml
88c3a51123bf39988c33c9074289fddff0e0fec8 04-Oct-2012 Daniel Sandler <dsandler@android.com> Merge "Fix a bug in double-swiping panels..." into jb-mr1-dev
4377d1494cab30ab299f6065cf6857df7367db3b 11-Sep-2012 Daniel Sandler <dsandler@android.com> Port unmerged notification changes from jb-dev to jb-mr1-dev

Bug 7150006

Single finger notification expansion.

If you liked these changes...

Change Ie4e79aa5
Change I8a6f8606
Change I824937e9
Change I957b6d50

You'll love this one!

Conflicts:
packages/SystemUI/res/values/config.xml
packages/SystemUI/res/values/dimens.xml

Fix notification gestures.

Broken by recent changes to ScaleGestureDetector, which we
were using incorrectly.

Conflicts:
packages/SystemUI/res/values/config.xml
packages/SystemUI/res/values/dimens.xml

Change-Id: Ie534c5b2d320296531a36a9b1c22f9dd6901e0b8
es/layout/status_bar_expanded.xml
es/values/config.xml
es/values/dimens.xml
rc/com/android/systemui/ExpandHelper.java
85db803e7c6baf3b596bf366f71d3bcd08879fc4 03-Oct-2012 Chris Wren <cwren@android.com> hide the redundant clock when the notification shade is open.

Bug: 7204705
Change-Id: I88ef58938c5e96c4828dbda5d93f9874535b212f
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
750bb9bff9fccf94f4bbf5945e10ce3f76534e7f 03-Oct-2012 Daniel Sandler <dsandler@android.com> Fix a bug in double-swiping panels...

...that could cause them both to be shown at once.

Bug: 7179458
Change-Id: I32e51bd6d4f5773d0f4f5d3e99a84d299cd4b766
rc/com/android/systemui/statusbar/phone/PanelView.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBarView.java
76366938242282e37863e1fd8b7fa16e7fd554c1 03-Oct-2012 Daniel Sandler <dsandler@android.com> Merge "Increase the anti-jitter threshold for status bar flings." into jb-mr1-dev
db9a37627835192f582f6c3755aafbc4d0f8e090 03-Oct-2012 Daniel Sandler <dsandler@android.com> Increase the anti-jitter threshold for status bar flings.

You must move the panel at least 20dp overall, or at a speed
of 150dp/sec or more (actually quite easy; most normal
flings are 500dp/s or more) for it to be considered a fling.

Bug: 7179458
Change-Id: Ic1f4edc641cd2aa1cde89b2ee02eefdf5a0cc044
es/values/dimens.xml
rc/com/android/systemui/statusbar/phone/PanelView.java
4b576e39f0ae8fb595843a6e442e39ca90dad51a 03-Oct-2012 Chris Wren <cwren@android.com> Merge "change string for wifi not connected state." into jb-mr1-dev
daab6af91d4e0f7bd13679f01a982dbe57c88bf0 03-Oct-2012 Chris Wren <cwren@android.com> change string for wifi not connected state.

Bug: 7217026
Change-Id: I8b593b85fe32f37880ee1a0b3ef869b36e80ba5b
rc/com/android/systemui/statusbar/phone/QuickSettingsModel.java
cbfcf5a329b0d4de11581adf4ee6dadee7be07cf 03-Oct-2012 Daniel Sandler <dsandler@android.com> Merge "Panel physics changes." into jb-mr1-dev
67eab79051eea2d4f8fda4a2a698900ffacfb557 02-Oct-2012 Daniel Sandler <dsandler@android.com> Panel physics changes.

- You can start pulling down another panel before the first
one has fully expanded. (Protip: tap many times on the
statusbar to invoke Schwarzenegger Mode.)
- When starting to pull down a panel, other panels are
immediately sent running (rather than placing them on a
literal seesaw).
- Rubberbanding is a little less aggressive: if it looks
like you're moving your finger upward, we'll just close
the panel outright rather than sticking to the bottom of
the visible content. (tablets only)
- This has some implications for the background fade; you'll
see a brief increase in brightness as you swap panels
because the fade fraction is based on the sum of all the
panels' fractional visibility. At times there will not be
enough "panel" visible, in the aggregate, to justify
holding the fade steady.

Bug: 7260868 // can't pull down panel, possibly fixed
Bug: 7204435 // double-swipe for QS
Bug: 7179458 // fling & rubberbanding heuristics
Bug: 7172453 // collapse other panels when dragging a new one
Bug: 7221970 // grabbing a flying panel causes twitching
Change-Id: Iad7c1f92c4edab9102cdda45605ef0ead4cc16c5
rc/com/android/systemui/statusbar/phone/PanelBar.java
rc/com/android/systemui/statusbar/phone/PanelHolder.java
rc/com/android/systemui/statusbar/phone/PanelView.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBarView.java
dfef9b09c92897d2a758d711881639e04fcbf270 03-Oct-2012 Baligh Uddin <baligh@google.com> Merge "Revert "Import translations. DO NOT MERGE"" into jb-mr1-dev
f97262bf3e0c7c047fcb5b4ac3f9270c7369b3dc 03-Oct-2012 Baligh Uddin <baligh@google.com> Revert "Import translations. DO NOT MERGE"

This reverts commit 4736039f3347675796a4d7e589584da3d1af275e

Change-Id: Ie271f9a3872578cea458389a5ba7ccaf93beff29
es/values-af/strings.xml
es/values-am/strings.xml
es/values-ar/strings.xml
es/values-be/strings.xml
es/values-bg/strings.xml
es/values-ca/strings.xml
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-en-rGB/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-et/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hi/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-it/strings.xml
es/values-iw/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-ms/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-rm/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv/strings.xml
es/values-sw/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
es/values-zu/strings.xml
3edcf5ee908d4e96030dabbd673fbb457c400607 03-Oct-2012 Chris Wren <cwren@android.com> Merge "make bluetooth iconography consistent with other quicksettings icons." into jb-mr1-dev
b2a7d27bbee0b982f7769747b9780b8262cb75f1 03-Oct-2012 Chris Wren <cwren@android.com> make bluetooth iconography consistent with other quicksettings icons.

Bug: 7217026
Change-Id: I880ee26e1d92ffa49885cf53b8dbab6b13887423
es/drawable-hdpi/ic_qs_bluetooth_not_connected.png
es/drawable-hdpi/ic_qs_bluetooth_off.png
es/drawable-hdpi/ic_qs_bluetooth_on.png
es/drawable-mdpi/ic_qs_bluetooth_not_connected.png
es/drawable-mdpi/ic_qs_bluetooth_off.png
es/drawable-mdpi/ic_qs_bluetooth_on.png
es/drawable-xhdpi/ic_qs_bluetooth_not_connected.png
es/drawable-xhdpi/ic_qs_bluetooth_off.png
es/drawable-xhdpi/ic_qs_bluetooth_on.png
rc/com/android/systemui/statusbar/phone/QuickSettings.java
rc/com/android/systemui/statusbar/phone/QuickSettingsModel.java
6303084a50933de80d6e27d76052f3e5f9e6e312 03-Oct-2012 Baligh Uddin <baligh@google.com> Merge "Import translations. DO NOT MERGE" into jb-mr1-dev
d14508f8c483f1b5c14e8f25b43ad5714b445e28 03-Oct-2012 Daniel Sandler <dsandler@android.com> Merge "Disable statusbar pulldown gesture tracking." into jb-mr1-dev
151f00d8f06e207038125f227b42f06a25d5e0a0 03-Oct-2012 Daniel Sandler <dsandler@android.com> Disable statusbar pulldown gesture tracking.

Bug: 7164602
Change-Id: Ie6569a7a8a9f462e844ef3088098c3256653f630
rc/com/android/systemui/statusbar/phone/NotificationPanelView.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/phone/SettingsPanelView.java
1fd3474585e2f2c5c87572e8b1c6c0c05b718b1a 03-Oct-2012 Daniel Sandler <dsandler@android.com> Merge "Allow QS to be closed via drag on background." into jb-mr1-dev
e5f7ec0576a25abc7a9754c72d61d86a251347e2 03-Oct-2012 Daniel Sandler <dsandler@android.com> Allow QS to be closed via drag on background.

This was already working fine for the area of the panel
below the ScrollView, but intuitively it seems that dragging
in the unused portion of a partially-filled row would behave
the same way. Because it's part of the scrolling content,
though, drags in that region are (correctly) interpreted by
the ScrollView as scrolling requests.

The new QuickSettingsScrollView works around this by
ignoring touch events if its contents are too small to be
scrolled. So in the common case (QS tiles on a phone) you
will be able to drag in any empty area and have your taps
interpreted by the PanelView (which hands them off to the
handle to collapse the view).

We don't handle drags in empty areas when there are too many
tiles to show on-screen, and really, it's impossible to do
so: this gesture should then definitely be interpreted as a
scroll.

Bug: 7203193
Change-Id: I4cfcb029481a88d3604c7105185e8bcb7dbde8a5
es/layout/quick_settings.xml
rc/com/android/systemui/statusbar/phone/QuickSettingsScrollView.java
211f2309ab7feec435d8d64b732d17110d4ba999 03-Oct-2012 Michael Jurka <mikejurka@google.com> Merge "Fix Recents dismiss/back button behavior" into jb-mr1-dev
e5923631f06406f5f5e23a3a2ab4b24bb53a9094 03-Oct-2012 Michael Jurka <mikejurka@google.com> Fix Recents dismiss/back button behavior

Bug: 7238675
Change-Id: Ic97c38d5559b90c08a32751091d2587d4abfd534
rc/com/android/systemui/recent/RecentsActivity.java
rc/com/android/systemui/recent/RecentsHorizontalScrollView.java
rc/com/android/systemui/recent/RecentsPanelView.java
rc/com/android/systemui/recent/RecentsVerticalScrollView.java
1ed299f822b22998b7236e3147d8cf4707bced08 03-Oct-2012 Jeff Sharkey <jsharkey@android.com> Merge "Make USB services multi-user aware." into jb-mr1-dev
fc3f24b4b60c10e0d3f41f70df37e11ea311cc2c 02-Oct-2012 Jeff Sharkey <jsharkey@android.com> Make USB services multi-user aware.

USB settings are now isolated per-user, since they revolve around
installed packages. User-specific settings are returned based on
calling user, or referenced by UserHandle passed to SystemUI. Each
settings Context is wrapped as a specific user, so all broadcasts are
sent correctly. Upgrades any existing USB settings to OWNER.

Physical events, like new devices, are routed to the currently active
user. Switch to using AtomicFile when persisting settings.

Bug: 7244888
Change-Id: I8a723ad3d55ac1bff99276c5f3a3f5e8f013432f
rc/com/android/systemui/usb/UsbAccessoryUriActivity.java
rc/com/android/systemui/usb/UsbConfirmActivity.java
rc/com/android/systemui/usb/UsbPermissionActivity.java
rc/com/android/systemui/usb/UsbResolverActivity.java
4736039f3347675796a4d7e589584da3d1af275e 02-Oct-2012 Baligh Uddin <baligh@google.com> Import translations. DO NOT MERGE

Change-Id: I40d09593fab0006cbe483fae9267ca93148a215b
Auto-generated-cl: translation import
es/values-af/strings.xml
es/values-am/strings.xml
es/values-ar/strings.xml
es/values-be/strings.xml
es/values-bg/strings.xml
es/values-ca/strings.xml
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-en-rGB/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-et/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hi/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-it/strings.xml
es/values-iw/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-ms/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-rm/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv/strings.xml
es/values-sw/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
es/values-zu/strings.xml
ec9b13dc489ee3d92d985336b500afafadee0cd8 02-Oct-2012 John Spurlock <jspurlock@google.com> Merge "Disable quick settings for users until USER_SETUP_COMPLETE." into jb-mr1-dev
6ac833c9e3ccdf586c24ccf18560d5e223ba0734 02-Oct-2012 Chris Wren <cwren@android.com> Merge "re-use status bar DateView in QuickSettings." into jb-mr1-dev
fb4a113a29f432b69b5ec9e3cc3143674c67ffac 02-Oct-2012 Michael Jurka <mikejurka@google.com> Merge "Fix jump cut when dismissing items in Recents" into jb-mr1-dev
919adac28bd6a9888c3bbd53a1736f260bc76bbf 02-Oct-2012 John Spurlock <jspurlock@google.com> Disable quick settings for users until USER_SETUP_COMPLETE.

If the current user has not yet made it through the setup wizard,
disable the quick settings panel entirely.

Use Settings.Secure.USER_SETUP_COMPLETE as the signal. This is a
per-user setting, so be careful to observe only on the current user's
behalf.

Bug:6712493
Change-Id: I3076a8a550165a9eeccf7fb129d470ef4ddeaed4
rc/com/android/systemui/statusbar/phone/PanelBar.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
841594b2dbb4445ea84d9c9d617d5db3a28bb04b 02-Oct-2012 Michael Jurka <mikejurka@google.com> Fix jump cut when dismissing items in Recents

(fixing horizontal scroll view in this CL... whoops).

Bug: 7070897
Change-Id: I3a63799ce7f3d9a50869755ee3289e641fa82fa4
rc/com/android/systemui/recent/RecentsHorizontalScrollView.java
f175525be4107649581259d04711f9ead905d447 02-Oct-2012 Michael Jurka <mikejurka@google.com> Merge "Fix bug 7138446: Icon blips in during Recents animation" into jb-mr1-dev
141efcb5b633f76056260f6763652270931853f3 02-Oct-2012 Michael Jurka <mikejurka@google.com> Merge "Fix jump cut when dismissing items in Recents" into jb-mr1-dev
9bdaada95c481b8164417696649a1ffb584552f1 01-Oct-2012 Michael Jurka <mikejurka@google.com> Fix bug 7138446: Icon blips in during Recents animation

Add animation where icon and description of the
primary activity fades and translates in

Change-Id: Ie21b5302ac9e58ee6af219b7cde98d12a8e82697
es/layout-land/status_bar_recent_item.xml
es/layout/status_bar_recent_item.xml
es/values/dimens.xml
rc/com/android/systemui/SystemUIApplication.java
rc/com/android/systemui/recent/RecentsActivity.java
rc/com/android/systemui/recent/RecentsPanelView.java
rc/com/android/systemui/statusbar/BaseStatusBar.java
9c022dff03561422965b50bebc496c5b7803dcd3 02-Oct-2012 Chris Wren <cwren@android.com> re-use status bar DateView in QuickSettings.

Bug: 7221083
Change-Id: Ic1cb7118d8e5f83a8e5e1101a609791a1e0fbab1
es/layout/quick_settings_tile_time.xml
rc/com/android/systemui/statusbar/policy/QuickSettingsDateView.java
b531c81cdb262bfb75d1637c12ef22f06fbd4968 02-Oct-2012 Daniel Sandler <dsandler@android.com> Merge "Introduce ACTION_QUICK_CLOCK for the QS time tile." into jb-mr1-dev
6aa06b969f92a93c1c4c7ce883d6746824a198fc 02-Oct-2012 Daniel Sandler <dsandler@android.com> Merge "Fix notifications dismiss button." into jb-mr1-dev
a64544748d503f8c63f59410a968ebaee37ad696 02-Oct-2012 Chris Wren <cwren@android.com> renaming Sleep Mode feature.

Bug: 7267485
Change-Id: If54495436f0df1c0bf90f9bb77b043e40884bbd7
es/values/strings.xml
60a835101f7c8fe061d92be2384e8f85d4a434ea 02-Oct-2012 Daniel Sandler <dsandler@android.com> Fix notifications dismiss button.

The handle (which is now being drawn by the window and not by itself)
was floating over it.

Bug: 7267529
Change-Id: Ia8902f64ac81616c640bc42400272933063852f4
es/layout/status_bar_expanded.xml
9a0890c109b6c861e6ed7f76e123e5999c4acf5a 02-Oct-2012 Michael Jurka <mikejurka@google.com> Fix jump cut when dismissing items in Recents

Bug: 7070897
rc/com/android/systemui/recent/RecentsVerticalScrollView.java
2868059d93d572c0db2ca13541c44bdb5e7e7b62 02-Oct-2012 Casey Burkhardt <caseyburkhardt@google.com> Hiding appropriate nodes for accessibility in recents.
Bug: 6855305
Change-Id: I2c9fac2cfc777f912ff78283bbe6b3a9666f17c6
es/layout-land/status_bar_recent_item.xml
es/layout-land/status_bar_recent_panel.xml
es/layout/status_bar_recent_item.xml
es/layout/status_bar_recent_panel.xml
es/layout/system_bar_recent_item.xml
es/layout/system_bar_recent_panel.xml
3750db176adbaf3f9779df5eadf335f673b2ac4f 02-Oct-2012 Victoria Lease <violets@google.com> Merge "Route GPS notifications to all users." into jb-mr1-dev
9f5ed35d8afd23ecf5fea7e0a641a11feb039fdd 02-Oct-2012 Baligh Uddin <baligh@google.com> Merge "Import translations. DO NOT MERGE" into jb-mr1-dev
ba30ac6aa7bc4df030292c62c9f38fac0a65b79e 01-Oct-2012 Craig Mautner <cmautner@google.com> Merge "Redraw static wallpapers when a redraw is needed." into jb-mr1-dev
078e3602d62caa3a862c2edb821193479e655c44 01-Oct-2012 Baligh Uddin <baligh@google.com> Import translations. DO NOT MERGE

Change-Id: I308e24566207070a79765cf957c1d1e62760ba3f
Auto-generated-cl: translation import
es/values-es-rUS/strings.xml
es/values-ru/strings.xml
es/values-zh-rCN/strings.xml
es/values-zu/strings.xml
2e7d25b91f6f9185d447c99b2eabeab6bf735079 01-Oct-2012 Daniel Sandler <dsandler@android.com> Introduce ACTION_QUICK_CLOCK for the QS time tile.

By default it will still go to Date/Time Settings (see
change Ib430f0c5) but 3Ps can hook it for other useful
things.

Bug: 7264806
Change-Id: Ic561dbeb5cc0738372c079b3eb52749c44b3cf0d
rc/com/android/systemui/statusbar/phone/QuickSettings.java
825b33073f90dc08ef5f0c1036ae9a1555da8f20 01-Oct-2012 Daniel Sandler <dsandler@android.com> Repair lights out mode.

Broken by change I5662269b.

Bug: 7263523
Change-Id: Iae77d12c91443aecfed3e6461b5206208de4ddf7
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
aca0c757e6ea1e369807701083271546d851cdfb 01-Oct-2012 Daniel Sandler <dsandler@android.com> Fix IME tile related crash

Bug: 7246375
Change-Id: I374ed201ea4870fb7397d075baed09524061030d
rc/com/android/systemui/statusbar/phone/QuickSettingsModel.java
b5174cc2cf4345d51be86ec803f05163c2c9b2d8 01-Oct-2012 Baligh Uddin <baligh@google.com> Merge "Import translations. DO NOT MERGE" into jb-mr1-dev
fb729c7b4420eacbc65a958beb53511ff59ba3e6 01-Oct-2012 Craig Mautner <cmautner@google.com> Redraw static wallpapers when a redraw is needed.

Bug: 7242944
Change-Id: I913e3486de77468e73da79b4d83be3cf4f1547dd
rc/com/android/systemui/ImageWallpaper.java
38389b6cf7bd2ef49d2bd20ff1bca8677596590e 30-Sep-2012 Victoria Lease <violets@google.com> Route GPS notifications to all users.

This takes the easy way around notifying the correct users
about GPS state transitions by notifying ALL the users(!).

I've also laid groundwork for proper multiuser support in
LocationManager and did a tiny bit of cleanup in
GpsNetInitiatedHandler while I was looking at notifications.

Bug: 7213552
Change-Id: I2d6dc65c459e55d110ac0f5f79ae7a87ad638ede
rc/com/android/systemui/statusbar/policy/LocationController.java
dd68da887a87fdc193b67f4fb0bf407294cf2977 01-Oct-2012 Daniel Sandler <dsandler@android.com> Remove IME tile from Quick Settings.

It will remain a transient notification.

Bug: 7246375
Change-Id: I34e262816c6f000d1ae64c41982ff9cc48e378e6
rc/com/android/systemui/statusbar/phone/QuickSettings.java
a60d4bb4f75f0d63b325740b64ca8d2ec6264f6a 01-Oct-2012 Daniel Sandler <dsandler@android.com> Assets were drawn in the wrong timezone.

Bug: 7258384
Change-Id: I62eaeaceb304789ced8027d2b17543a68d5eeca1
es/drawable-hdpi/ic_qs_clock_hour.png
es/drawable-mdpi/ic_qs_clock_hour.png
es/drawable-xhdpi/ic_qs_clock_hour.png
154bc0631a6f3a2e980394e4509666ca508e64b3 01-Oct-2012 Alan Smithee <dsandler@android.com> Tapping the clock now takes you to date/time settings.

Bug: 7175168
Change-Id: Ib430f0c5765cc6e474ed9a2a2a09e6a127cacf3c
rc/com/android/systemui/statusbar/phone/QuickSettings.java
be87e2f5885b28145a788fd31d1fb5ae88a71100 29-Sep-2012 Dianne Hackborn <hackbod@google.com> Fix issue #7255954: API Review: rename Dream to DreamService

Change-Id: I89ecf2c3ec4fef09c0495aa68de11576f9cfd872
ndroidManifest.xml
rc/com/android/systemui/BeanBagDream.java
rc/com/android/systemui/Somnambulator.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
3ff8e1a80058e5557d13693d3223e1aa011c0038 29-Sep-2012 Dianne Hackborn <hackbod@google.com> Merge "Fix issue #7211769 and #7244492, thrash around on #7226656." into jb-mr1-dev
d4ac8d7b3de27a9f0e4c6af2496ca71d794e42d1 28-Sep-2012 Dianne Hackborn <hackbod@google.com> Fix issue #7211769 and #7244492, thrash around on #7226656.

Issue #7211769: Crash dialog from background user has non-working "report"

The report button now launches the issue reporter for the correct user.
Also for crashes on background users, either disable the report button,
or simply don't show the dialog depending on the build config.

Issue #7244492: Bugreport button in Quick Settings doesn't actually do anything

Now they do.

Issue #7226656: second user seeing primary user's apps

I haven't had any success at reproducing this. I have tried to tighten up
the path where we create the user to ensure nothing could cause the
user's applications to be accessed before the user it fully created and thus
make them installed... but I can't convince myself that is the actual problem.

Also tightened up the user switch code to use forground broadcasts for all
of the updates about the switch (since this is really a foreground operation),
added a facility to have BOOT_COMPELTED broadcasts not get launched for
secondary users and use that on a few key system receivers, fixed some debug
output.

Change-Id: Iadf8f8e4878a86def2e495e9d0dc40c4fb347021
ndroidManifest.xml
rc/com/android/systemui/statusbar/phone/QuickSettings.java
073a32d5ef8b3589b8315550dca837ae872d4be7 28-Sep-2012 Daniel Sandler <dsandler@android.com> Merge "Fix occasional re-posting of ticker text." into jb-mr1-dev
f59a90c24788d6d67a492aa5a9d8efbf350bbd7e 28-Sep-2012 Daniel Sandler <dsandler@android.com> Fix occasional re-posting of ticker text.

Bug: 6992707
Change-Id: Ib289d742c2fb24d2c201d597349fa86ad8ce4a28
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
1d74a5a46da373ec46f2d040bd8e7824a22896b2 28-Sep-2012 Winson Chung <winsonc@google.com> Adding missing file in previous change (Bug 7252771)

Change-Id: I5f37a45b7c07d56cad850d90232f39a027e65ba7
rc/com/android/systemui/statusbar/phone/QuickSettings.java
56f2e63217fe68eef5ccfa36cf9f52599db4d7e2 28-Sep-2012 Baligh Uddin <baligh@google.com> Import translations. DO NOT MERGE

Change-Id: I621c7a7eeefbe29fe52656a8716c1a2efea71e73
Auto-generated-cl: translation import
es/values-af/strings.xml
es/values-ca/strings.xml
es/values-da/strings.xml
es/values-et/strings.xml
es/values-nb/strings.xml
es/values-pt/strings.xml
es/values-ru/strings.xml
es/values-sv/strings.xml
f80ad90f0b269e31d9450b9fa33f4dc3e4a507c7 28-Sep-2012 Daniel Sandler <dsandler@android.com> Merge "Add the SystemUI's dream-starter as a DESK_DOCK app." into jb-mr1-dev
6e061919f313f787c91047bebdfb95fdb756d6bb 28-Sep-2012 Daniel Sandler <dsandler@android.com> Merge "Prop the tablet notification panel open a bit." into jb-mr1-dev
0dc2b81ce1400ae23faa5cc386caeef235856307 28-Sep-2012 Daniel Sandler <dsandler@android.com> Merge "Cleanup internal status bar APIs." into jb-mr1-dev
e680f5483f845e2c9f75b80358599b5d654a9f8b 28-Sep-2012 Daniel Sandler <dsandler@android.com> Prop the tablet notification panel open a bit.

It will now occupy at least 40% of the screen, vertically.

Bug: 7069227
Change-Id: I540388f6988bee591aee5b7aee1e4d25d08fad96
es/values-sw600dp/dimens.xml
es/values/dimens.xml
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
3a12029a3bb6a6d59b3ab65fa923ce96f9f15c26 28-Sep-2012 Daniel Sandler <dsandler@android.com> Add the SystemUI's dream-starter as a DESK_DOCK app.

The circle is complete: dock mode is back, and it will
launch Dreams by default.

Bug: 7163049
Change-Id: I3c681ac701d65b03f882d92d06389d4528e34747
ndroidManifest.xml
rc/com/android/systemui/Somnambulator.java
195b6e1239efad691e93eeed881001656d07056f 28-Sep-2012 Daniel Sandler <dsandler@android.com> Merge "Fix panel handles on large screens." into jb-mr1-dev
97298cdcc0e699912288191c28bebe895759e75e 28-Sep-2012 Romain Guy <romainguy@google.com> Merge "Fix recents animation in landscape Bug #7250041" into jb-mr1-dev
4b416885ac357d025858b8b7b45a489e97048eee 28-Sep-2012 Romain Guy <romainguy@google.com> Fix recents animation in landscape
Bug #7250041

Change-Id: I0d7d85aa6a9444ac5dc2451be816f8387036e068
es/layout-land/status_bar_recent_panel.xml
1f04fddabfea67e0c2be4342c5fcd479c2327a93 28-Sep-2012 Baligh Uddin <baligh@google.com> Import translations. DO NOT MERGE

Change-Id: Ibdc8249324fd79240a6fec9cba9b2c22435f549c
Auto-generated-cl: translation import
es/values-af/strings.xml
es/values-am/strings.xml
es/values-ar/strings.xml
es/values-be/strings.xml
es/values-bg/strings.xml
es/values-cs/strings.xml
es/values-de/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hi/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-it/strings.xml
es/values-iw/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-lv/strings.xml
es/values-ms/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sw/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
es/values-zu/strings.xml
ded653b168b19f6061889907d4f562d764c5559b 28-Sep-2012 Jeff Sharkey <jsharkey@android.com> Fix "system" resources; more context user work.

Special-case "system" resources, since it doesn't have an
ApplicationInfo. Also switch Context and PackageManager to using
the wrapped UserHandle for outgoing calls.

Bug: 7242361
Change-Id: I1ecd2a4752399a6dce2de97c59bd5545996c9a99
rc/com/android/systemui/statusbar/StatusBarIconView.java
5e08af03a3dffff8b8fc098790e5133589601d8f 22-Sep-2012 Christopher Tate <ctate@google.com> Respect per-user rotation lock et alia

Various per-user settings such as rotation lock are relevant to the
singleton PhoneWindowManager object. We now listen for user-switch
broadcasts and reconfigure the active state based on the newly-
active user's settings.

The RotationPolicy toolset has also been updated to do the right
thing, as has the Quick Settings UI.

Bug 7213638

Change-Id: Iee2109e48df550b4c979d3f9c91b5d2b71a6a08e
rc/com/android/systemui/statusbar/BaseStatusBar.java
rc/com/android/systemui/statusbar/phone/QuickSettings.java
rc/com/android/systemui/statusbar/phone/QuickSettingsModel.java
rc/com/android/systemui/statusbar/policy/AutoRotateController.java
efba3235fcd5b71e17de13edd4be9819970014a9 28-Sep-2012 Winson Chung <winsonc@google.com> Fixing various QS issues. (Bug 7217102)

- Certain tiles were not updating strings based on configuration changes
- Updating bluetooth icon
- Fixing issue where QuickContacts is not being launched per-user

Change-Id: I5936e856b5454d608f9c7ddb6b81d9b566bb03ea
es/drawable-hdpi/ic_qs_bluetooth_off.png
es/drawable-hdpi/ic_qs_bluetooth_on.png
es/drawable-mdpi/ic_qs_bluetooth_off.png
es/drawable-mdpi/ic_qs_bluetooth_on.png
es/drawable-xhdpi/ic_qs_bluetooth_off.png
es/drawable-xhdpi/ic_qs_bluetooth_on.png
es/layout/quick_settings_tile_airplane.xml
es/layout/quick_settings_tile_bluetooth.xml
es/layout/quick_settings_tile_brightness.xml
es/layout/quick_settings_tile_rotation_lock.xml
es/layout/quick_settings_tile_settings.xml
es/layout/quick_settings_tile_user.xml
es/values-sw380dp/dimens.xml
rc/com/android/systemui/statusbar/phone/QuickSettings.java
rc/com/android/systemui/statusbar/phone/QuickSettingsModel.java
13522a2e40730a0703fd7f185b7fb9be8ae37ab6 27-Sep-2012 Daniel Sandler <dsandler@android.com> Fix panel handles on large screens.

Bug: 7171620
Change-Id: If8445210fe654aa0b8ba508f4e6f93ad6d4fca14
es/layout/quick_settings.xml
es/layout/status_bar_expanded.xml
es/values/dimens.xml
rc/com/android/systemui/statusbar/phone/CloseDragHandle.java
rc/com/android/systemui/statusbar/phone/NotificationPanelView.java
rc/com/android/systemui/statusbar/phone/PanelView.java
rc/com/android/systemui/statusbar/phone/SettingsPanelView.java
11cf178100e71d3f9f34ab5865e03a277c5eadaa 27-Sep-2012 Daniel Sandler <dsandler@android.com> Cleanup internal status bar APIs.

IStatusBarService.collapseQuickSettings is gone;
collapseNotifications is now collapsePanels, which does what
collapse() used to do. Similarly,
IStatusBar.animateCollapseQuickSettings is now simply
IStatusBar.animateCollapse().

Bug: 7245229
Change-Id: Id157d2fdf34926d3c85ffa8b81c741a5359aede4
rc/com/android/systemui/SearchPanelView.java
rc/com/android/systemui/statusbar/BaseStatusBar.java
rc/com/android/systemui/statusbar/CommandQueue.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/phone/QuickSettings.java
rc/com/android/systemui/statusbar/phone/StatusBarWindowView.java
rc/com/android/systemui/statusbar/tablet/NotificationPanel.java
rc/com/android/systemui/statusbar/tablet/SettingsView.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
rc/com/android/systemui/statusbar/tv/TvStatusBar.java
6c805cb53d2c03056722b7ae672bb94c9f71ce71 27-Sep-2012 Baligh Uddin <baligh@google.com> Merge "Import translations. DO NOT MERGE" into jb-mr1-dev
4735a1e12cf240e12141b2a81475a52ffb0f7513 27-Sep-2012 Daniel Sandler <dsandler@android.com> Merge "New notification/settings panel handle assets." into jb-mr1-dev
4e32ba7ce7330b530d62570b6a8b6e50b5cf405e 26-Sep-2012 Daniel Sandler <dsandler@android.com> New notification/settings panel handle assets.

Bug: 7171620
Change-Id: Ie6bc31345eafe91c03ca2bd09399419e54831f33
es/drawable-hdpi/status_bar_close_off.9.png
es/drawable-hdpi/status_bar_close_on.9.png
es/drawable-mdpi/status_bar_close_off.9.png
es/drawable-mdpi/status_bar_close_on.9.png
es/drawable-xhdpi/status_bar_close_off.9.png
es/drawable-xhdpi/status_bar_close_on.9.png
43d1c2dbce73e7af467a557185b9e1454abfa7ad 27-Sep-2012 Baligh Uddin <baligh@google.com> Import translations. DO NOT MERGE

Change-Id: Id53f9a240b652c58886b3c46323ce84d14bfc168
Auto-generated-cl: translation import
es/values-af/strings.xml
es/values-am/strings.xml
es/values-ar/strings.xml
es/values-be/strings.xml
es/values-bg/strings.xml
es/values-ca/strings.xml
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-en-rGB/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-et/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hi/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-it/strings.xml
es/values-iw/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-ms/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-rm/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv/strings.xml
es/values-sw/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
es/values-zu/strings.xml
62c82e4d92cc0b856059f905d81885f7808a0e7d 26-Sep-2012 Jeff Brown <jeffbrown@google.com> Make DreamManagerService more robust.

Clearly isolated the DreamManagerService and DreamController
responsibilities. DreamManagerService contains just enough logic to
manage the global synchronous behaviors. All of the asynchronous
behaviors are in DreamController.

Added a new PowerManager function called nap() to request the device
to start napping. If it is a good time to nap, then the
PowerManagerService will call startDream() on the DreamManagerService
to start dreaming.

Fixed a possible multi-user issue by explicitly tracking for
which user a dream service is being started and stopping dreams
when the current user changes. The user id is also passed to
bindService() to ensure that the dream has the right environment.

Fix interactions with docks and the UI mode manager. It is
important that we always send the ACTION_DOCK_EVENT broadcast
to the system so that it can configure audio routing and the like.
When docked, the UI mode manager starts a dock app if there is
one, otherwise it starts a dream.

This change resolves issues with dreams started for reasons other
than a user activity timeout.

Bug: 7204211
Change-Id: I3193cc8190982c0836319176fa2e9c4dcad9c01f
rc/com/android/systemui/Somnambulator.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
1951db86f527ff4e8c2ddf4306779ce956cd372d 26-Sep-2012 Jeff Sharkey <jsharkey@android.com> Merge "Multi-user ringtone playback." into jb-mr1-dev
65c4a2b26cd8776b0927e9b0e07ecf53bd31b627 26-Sep-2012 Jeff Sharkey <jsharkey@android.com> Multi-user ringtone playback.

Change RingtonePlayer to open content:// Uris based on requesting
UserHandle. Grant SystemUI visibility to all emulated storage so
it can play ringtones for apps without READ_EXTERNAL_STORAGE.

Resolve canonical file:// Uris before passing out of source app,
replacing any /emulated_legacy/-style paths with user-specific
variant so they can be opened by SystemUI. Calling for RemoteViews,
Ringtones, and Notifications.

Bug: 7202982
Change-Id: Ibf0eca8df80c1486711144a7b648f464aadfe099
ndroidManifest.xml
rc/com/android/systemui/media/RingtonePlayer.java
2fd6cb043901c1bfbf5f566d13522cc3c1c21fb4 26-Sep-2012 Svetoslav Ganov <svetoslavganov@google.com> Merge "Fixing the build" into jb-mr1-dev
063158561e5ce9d07db4900b6bd5add5ba795d91 26-Sep-2012 Svetoslav Ganov <svetoslavganov@google.com> Fixing the build

Change-Id: Ia3a7051bf26001da019b08d1b718d0a63d6c7919
rc/com/android/systemui/statusbar/phone/QuickSettings.java
b32e221699201cb647beae3fe0a1771fd5a41cf4 26-Sep-2012 Jeff Brown <jeffbrown@google.com> Merge changes I332f020f,I632648ac into jb-mr1-dev

* changes:
Update references to migrated global settings.
Handle user switched for settings changes.
282c51d3912995308901b45d22d1801eec50df41 26-Sep-2012 Winson Chung <winsonc@google.com> Merge "Updating time/alarm tiles, fixing issue with empty space under QuickSettings (Bug 7205141, Bug 7222371)" into jb-mr1-dev
c91fb5875bfd7f91d50d6fe939873872b53c8b2f 26-Sep-2012 Svetoslav Ganov <svetoslavganov@google.com> Merge "Adding a global accessibility action to open quick settings." into jb-mr1-dev
c86b23b9a6bc4763ff3fbe8d0ae8a9b2e21a1649 24-Sep-2012 Winson Chung <winsonc@google.com> Updating time/alarm tiles, fixing issue with empty space under QuickSettings (Bug 7205141, Bug 7222371)

Change-Id: If42308a0bbc4a31ffb7f5f0b66063c3b1418ca3e
es/drawable-hdpi/ic_qs_clock_circle.png
es/drawable-hdpi/ic_qs_clock_hour.png
es/drawable-hdpi/ic_qs_clock_minute.png
es/drawable-mdpi/ic_qs_clock_circle.png
es/drawable-mdpi/ic_qs_clock_hour.png
es/drawable-mdpi/ic_qs_clock_minute.png
es/drawable-xhdpi/ic_qs_clock_circle.png
es/drawable-xhdpi/ic_qs_clock_hour.png
es/drawable-xhdpi/ic_qs_clock_minute.png
es/drawable/qs_tile_background.xml
es/layout/quick_settings_tile_alarm.xml
es/layout/quick_settings_tile_time.xml
es/values/dimens.xml
es/values/styles.xml
rc/com/android/systemui/statusbar/phone/QuickSettings.java
rc/com/android/systemui/statusbar/phone/QuickSettingsContainerView.java
rc/com/android/systemui/statusbar/phone/QuickSettingsModel.java
99f19db697e02caaf8bbbe4284244027dae000b5 26-Sep-2012 Michael Jurka <mikejurka@google.com> Merge "Fix 7216326: Recents has a "dead zone" on tablets" into jb-mr1-dev
76218b8a16f0ca6dfd74b9041979d7df5bbe5f81 26-Sep-2012 Michael Jurka <mikejurka@google.com> Fix 7216326: Recents has a "dead zone" on tablets
es/values-sw720dp/dimens.xml
e20a177d3f147f3011647c3bdab401f90b2c5d1d 26-Sep-2012 Svetoslav Ganov <svetoslavganov@google.com> Adding a global accessibility action to open quick settings.

1. Added APIs for opening the quick settings to the StatusBarManagerService
and the local StatausBarManager. The new APIs are protected by the old
EXPAND_STATUS_BAR permission.
Renamed the expand* and collapse* non-public APIs that are expanding
the notifications to expandNotifications* collapseNotifications* to
better convey what they do given that this change adds
expandQuickSettings* and collapseQuickSettings*.
Added a global action to the accessibility layer to expand the quick
settings which is calling into the new status bar manager APIs.

bug:7030487

Change-Id: Ic7b46e1a132f1c0d71355f18e7c5a9a2424171c3
rc/com/android/systemui/SearchPanelView.java
rc/com/android/systemui/statusbar/BaseStatusBar.java
rc/com/android/systemui/statusbar/CommandQueue.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/phone/StatusBarWindowView.java
rc/com/android/systemui/statusbar/tablet/NotificationPanel.java
rc/com/android/systemui/statusbar/tablet/SettingsView.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
rc/com/android/systemui/statusbar/tv/TvStatusBar.java
150443a99f87e02f7a0ec6af622e741814fa0190 26-Sep-2012 Michael Jurka <mikejurka@google.com> Merge "Fix 7216870: recents relaunches dismissed activity" into jb-mr1-dev
98edc951712823dbf5db2b7e9c203a0e98fc616b 25-Sep-2012 Amith Yamasani <yamasani@google.com> Load resources for the correct user

For apps that are only installed on secondary users, the SystemUI is
unable to see them by default. Added some methods to explicitly pass the
userId of the user the resources are requested for by the StatusBarIcon

Bug: 7214384

Also fix binding to remote views

Bug: 7192802

Change-Id: I5d6c5f624aa37fb231f3467f9764c8d99077a91d
rc/com/android/systemui/statusbar/BaseStatusBar.java
rc/com/android/systemui/statusbar/StatusBarIconView.java
rc/com/android/systemui/statusbar/phone/Ticker.java
rc/com/android/systemui/statusbar/tablet/TabletTicker.java
bf6f6f9de72c9fd15e6bda9f228c05a9b37d6324 26-Sep-2012 Jeff Brown <jeffbrown@google.com> Update references to migrated global settings.

Fixed one setting that was migrated but not marked deprecated.

Removed a hidden setting that is no longer used by the new
power manager service.

Bug: 7231172
Change-Id: I332f020f876a18d519a1a20598a172f1c98036f7
rc/com/android/systemui/statusbar/BaseStatusBar.java
rc/com/android/systemui/usb/StorageNotification.java
b1c4ab5c2afea1f0797ee397df6512366128d980 25-Sep-2012 Baligh Uddin <baligh@google.com> Merge "Import translations. DO NOT MERGE" into jb-mr1-dev
3df0e3467f2b166a18348611603a900f24e908c3 25-Sep-2012 Baligh Uddin <baligh@google.com> Import translations. DO NOT MERGE

Change-Id: I11ec4fc53b9af6b332260ffe8ee1e2503699be04
Auto-generated-cl: translation import
es/values-af/strings.xml
es/values-ar/strings.xml
es/values-be/strings.xml
es/values-bg/strings.xml
es/values-ca/strings.xml
es/values-cs/strings.xml
es/values-de/strings.xml
es/values-en-rGB/strings.xml
es/values-et/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hi/strings.xml
es/values-hr/strings.xml
es/values-in/strings.xml
es/values-it/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-lv/strings.xml
es/values-ms/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sr/strings.xml
es/values-sv/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
es/values-zu/strings.xml
08e8d8462d3bc4070e1e9fd9328199cc522b2c25 25-Sep-2012 Michael Jurka <mikejurka@google.com> Fix 7216870: recents relaunches dismissed activity
rc/com/android/systemui/recent/RecentsActivity.java
rc/com/android/systemui/recent/RecentsPanelView.java
ade54e5b36c6e209342533cbb531acce204ac8a9 25-Sep-2012 Romain Guy <romainguy@google.com> Merge "Fix recents animation in landscape on tablet" into jb-mr1-dev
a752e7c8091ee3976ab17852d498d39309da0ed0 25-Sep-2012 Romain Guy <romainguy@google.com> Fix recents animation in landscape on tablet

Change-Id: I8b550c38fb5392d7d0b7f72ba565256ad2751cc3
es/layout-land/status_bar_recent_panel.xml
89ba270c6663c4f2c8076e21fa1a9f79a43e0b06 25-Sep-2012 Winson Chung <winsonc@google.com> Merge "Fixing various QS issues. (Bug 7216908, Bug 7217154)" into jb-mr1-dev
173bae2c674b2bc25cf376cbb4e150bd86703049 25-Sep-2012 Daniel Sandler <dsandler@android.com> Improvements to notification/settings panels:

A) Hide icons corresponding to the active panel with a
downward push animation. Notes:
1. this animation will now apply any time the status bar
icons are disabled via DISABLE_NOTIFICATION_ICONS.
2. DISABLE_SYSTEM_INFO will now only hide the right hand
icons (system status icons, battery, clock). But you
weren't using it anyway, right?

B) Stop pulling down the panels in response to just a touch
on the status bar. (That should never have worked.) In
general, we now require that a fling proceed more than
10dp to be treated as a fling with velocity (as opposed
to a v=0 fling, or "let-go").

C) If a panel is pulled down more than halfway and then let
go with v=0, it is expanded. If less than halfway, it is
contracted. (Helps fix B) above, plus it just makes good
sense.)

Bug: 7211541 (A)
Bug: 7227237 (B)
Bug: 7228541 (B)
Change-Id: I5662269b753376804bf629239835dc212716d5c3
es/layout/status_bar.xml
es/values/dimens.xml
rc/com/android/systemui/statusbar/phone/PanelBar.java
rc/com/android/systemui/statusbar/phone/PanelView.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
f4b5ab193c95675c07b8e361846d21d79571da0e 25-Sep-2012 Winson Chung <winsonc@google.com> Fixing various QS issues. (Bug 7216908, Bug 7217154)

- Making distinction between wifi not connected and unavailable
- Removing periods from carrier names
- Updating airplane mode icons

Change-Id: I8a629f07375faaa34a1b5ebeb307605f12f75173
es/drawable-hdpi/ic_qs_airplane_off.png
es/drawable-hdpi/ic_qs_airplane_on.png
es/drawable-mdpi/ic_qs_airplane_off.png
es/drawable-mdpi/ic_qs_airplane_on.png
es/drawable-xhdpi/ic_qs_airplane_off.png
es/drawable-xhdpi/ic_qs_airplane_on.png
es/values/strings.xml
rc/com/android/systemui/statusbar/phone/QuickSettings.java
rc/com/android/systemui/statusbar/phone/QuickSettingsContainerView.java
rc/com/android/systemui/statusbar/phone/QuickSettingsModel.java
3b772c6b6754aede43cbc849b89e91b399d6828d 25-Sep-2012 Jean-Baptiste Queru <jbq@google.com> Merge into jb-mr1-dev

Change-Id: Idc74e8e0f3cea76b995f4262428006949708ce32
b8d4c9ff22f114983a088281f0859bc94c1ea7db 25-Sep-2012 Jean-Baptiste Queru <jbq@google.com> Merge into jb-mr1-dev

Change-Id: Iaee05ce2bc5103c46fe9a148ad166f694c246c2f
7e886bc3f72a38266f7323534ee62e963c198518 25-Sep-2012 Jean-Baptiste Queru <jbq@google.com> Merge into jb-mr1-dev

Change-Id: I2e1eee6976ef4682c9f8daffed699ee4c59060c3
03de511af7224f9b868d90662cd8330f4feb425b 25-Sep-2012 Romain Guy <romainguy@google.com> Fix graphics glitch and layouts in recents on 10" display

Change-Id: I7fa58a84d4e899ea995aa680ee550b5ddb30b6a6
es/layout-land/status_bar_recent_panel.xml
a7546e3623b678966af148eb5ab82bcc5ad3052d 25-Sep-2012 Jean-Baptiste Queru <jbq@google.com> Merge into jb-mr1-dev - do not merge

Change-Id: I3582e3a68c6c38569884e9a903b5230bf890e7fa
7951c459aefeb012638477b762e19b792ecbe009 25-Sep-2012 Jean-Baptiste Queru <jbq@google.com> Merge into jb-mr1-dev

Change-Id: Ifc2328e30a52c2baebc1322c9b161104dcf21618
5a8aefa6c8ab2f129bc6477a49cd0876ec5d72fa 25-Sep-2012 Daniel Sandler <dsandler@android.com> No more double-swiping to toggle panels on tablets.

This also fixes up the drag regions so that quick settings
is only assigned the right 1/3 of the display (or 100dp,
whichever is larger). It had been that more than half of the
status bar, when dragged, would pull down QS.

Bug: 7217002
Change-Id: I515b6e19deab305b99784c7287d8f04fa9b22dc7
es/values-sw600dp/dimens.xml
es/values/dimens.xml
rc/com/android/systemui/statusbar/phone/PhoneStatusBarView.java
666d47502b7a4cf410dc36cac5d42e43f3bc3701 25-Sep-2012 Daniel Sandler <dsandler@android.com> Return carrier label to notification panel.

If it makes you feel any better, it was there all along...

Bug: 7027535
Change-Id: Ib1add55f1bfe1958e15fa6a2960a821ccfb9d949
es/layout/status_bar_expanded.xml
ea7e91514ee1968d15713e82a5cca745e2c46a05 25-Sep-2012 Amith Yamasani <yamasani@google.com> AppInfo from Notifications for secondary users

Required wiring up startActivitiesAsUser()

Bug: 7224950

Also fix a bug in navigateUp in secondary user

Change-Id: I114ae2de0457362d62e899fdb94b12239a3eb778
rc/com/android/systemui/statusbar/BaseStatusBar.java
482410de94ad159feaff9529bdda275ee69cf002 25-Sep-2012 Chris Wren <cwren@android.com> reduce notification pad on large displays.

Bug:7053073
Change-Id: Icbb98ba31b79e25ca37757bf6e898f2575c0e487
es/values-sw720dp/dimens.xml
0988524683662bd497ae6ceeca034120bca394ff 24-Sep-2012 Michael Jurka <mikejurka@google.com> Fix build

Change-Id: I476664d9c0116fb4b135d443dd36ee7ebe3c25f4
rc/com/android/systemui/statusbar/phone/QuickSettings.java
598cfcad42c117a05c4a6f3f75c415b1146170d1 24-Sep-2012 Daniel Sandler <dsandler@android.com> Merge "Properly launch quicksettings activities." into jb-mr1-dev
583fab5e99290861225c76f5c210d5963268114b 24-Sep-2012 Baligh Uddin <baligh@google.com> Import translations. DO NOT MERGE

Change-Id: I54dbefbe0ed8fc87bc3f0f8123f4c5185f125192
Auto-generated-cl: translation import
es/values-af/strings.xml
es/values-am/strings.xml
es/values-ar/strings.xml
es/values-be/strings.xml
es/values-bg/strings.xml
es/values-ca/strings.xml
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-en-rGB/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-et/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hi/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-it/strings.xml
es/values-iw/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-ms/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-rm/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv/strings.xml
es/values-sw/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
es/values-zu/strings.xml
cd11b223f3d23ca0f92b53808f7e1cce928c2a7b 24-Sep-2012 Dianne Hackborn <hackbod@google.com> Merge "Fix issue #7214090: Need to be able to post notifications to all users" into jb-mr1-dev
50cdf7c3069eb2cf82acbad73c322b7a5f3af4b1 24-Sep-2012 Dianne Hackborn <hackbod@google.com> Fix issue #7214090: Need to be able to post notifications to all users

Also fix a bunch of system services that should be doing this. And
while doing that, found I needed to fix PendingIntent to evaluate
USER_CURRENT at the point of sending, not creation.

Note that this may end up with us having some notification shown to
non-primary users that lead to settings UI that should only be for
the primary user (such as the vpn notification). I'm not sure what
to do about this, maybe we need a different UI to come up there or
something, but showing the actual notification for those users at
least seems less broken than not telling them at all.

Change-Id: Iffc51e2d7c847e3d05064d292ab93937646a1ab7
rc/com/android/systemui/statusbar/BaseStatusBar.java
rc/com/android/systemui/usb/StorageNotification.java
2ce1ae8e63b7ef1b3a4cf7497265db24f6cebcdb 24-Sep-2012 John Spurlock <jspurlock@google.com> Merge "Migrate away from lightsOut() in BeanBagDream." into jb-mr1-dev
3ffdcc70c28d7a2abbb4f248d32d70d45d61fd44 23-Sep-2012 Daniel Sandler <dsandler@android.com> Properly launch quicksettings activities.

- As current user
- Dismissing keyguard if necessary
- Dismissing all status bar windows and panels

Also move some QS-specific stuff out of PanelView and into
SettingsPanelView.

Bug: 7217006
Change-Id: I4d8ac84cc0f43e78f70553599c3207305c4f5c74
rc/com/android/systemui/statusbar/BaseStatusBar.java
rc/com/android/systemui/statusbar/phone/PanelView.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/phone/QuickSettings.java
rc/com/android/systemui/statusbar/phone/SettingsPanelView.java
11820f7386ce86fd89e9e6b49d9231dce6e1ed07 23-Sep-2012 Jeff Sharkey <jsharkey@android.com> Merge "Allow acquiring ContentProviders across users." into jb-mr1-dev
b939e35274334d1f5e71a526efe8d235eb6d7387 23-Sep-2012 Dianne Hackborn <hackbod@google.com> Merge "Fix issue #7209355, #7214271." into jb-mr1-dev
8da429e80d1778d7bcfbfbd64355c70fb466b3ce 23-Sep-2012 Dianne Hackborn <hackbod@google.com> Fix issue #7209355, #7214271.

Issue #7209355: Intent on the secondary user results in an intent picker
in the Primary user.
Issue #7214271: Crash in system UI

Also fix a bug where I recently broke the removeTask() operation in the
activity manager where it would remove the wrong task.

Change-Id: I448c73a0e83a78d9d8d96b4629658c169888d275
rc/com/android/systemui/recent/RecentsPanelView.java
c4b16f1acb3b81c7bdee36b48de01cd5d7a96d5b 22-Sep-2012 Winson Chung <winsonc@google.com> Merge "Fixing various QuickSettings issues (Bug 7210343, Bug 7174839, Bug 7174738)" into jb-mr1-dev
6d51571835737c7502a2e111ee9dc2527ebad984 21-Sep-2012 Jeff Sharkey <jsharkey@android.com> Allow acquiring ContentProviders across users.

Otherwise services like SystemUI will always open content://-style
Uris as USER_OWNER. Surfaces through createPackageContextAsUser()
which points all ContentResolver operations towards a given user.

Start using in RemoteViews, so that Notifications correctly resolve
image Uris to the sending user. Also add user support for "content"
shell tool.

Bug: 7202982
Change-Id: I8cb7fb8a812e825bb0b5833799dba87055ff8699
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
34563e2dc58812d65309eb2056674e10bf9b8f07 22-Sep-2012 Winson Chung <winsonc@google.com> Fixing various QuickSettings issues (Bug 7210343, Bug 7174839, Bug 7174738)

- Using startActivityFromUser() for multiuser settings intents
- Show Wifi/Bluetooth Off labels when they are off
- Removing quotes from SSID name
- Only showing the IME tile under the same conditions that the notification is showing
- Making tile labels uppercase

Change-Id: Ic4a085cda600da019eab259b22c9041d1a0b5d29
es/drawable-hdpi/ic_qs_airplane_off.png
es/drawable-hdpi/ic_qs_alarm_on.png
es/drawable-hdpi/ic_qs_auto_rotate.png
es/drawable-hdpi/ic_qs_battery_bang_orange.png
es/drawable-hdpi/ic_qs_battery_bang_red.png
es/drawable-hdpi/ic_qs_battery_bang_white.png
es/drawable-hdpi/ic_qs_battery_bolt.png
es/drawable-hdpi/ic_qs_bluetooth_off.png
es/drawable-hdpi/ic_qs_brightness_auto_off.png
es/drawable-hdpi/ic_qs_brightness_auto_on.png
es/drawable-hdpi/ic_qs_ime.png
es/drawable-hdpi/ic_qs_mirroring_notconnected.png
es/drawable-hdpi/ic_qs_settings.png
es/drawable-hdpi/ic_qs_signal_1.png
es/drawable-hdpi/ic_qs_signal_1x.png
es/drawable-hdpi/ic_qs_signal_2.png
es/drawable-hdpi/ic_qs_signal_3.png
es/drawable-hdpi/ic_qs_signal_3g.png
es/drawable-hdpi/ic_qs_signal_4.png
es/drawable-hdpi/ic_qs_signal_4g.png
es/drawable-hdpi/ic_qs_signal_e.png
es/drawable-hdpi/ic_qs_signal_g.png
es/drawable-hdpi/ic_qs_signal_h.png
es/drawable-hdpi/ic_qs_signal_in.png
es/drawable-hdpi/ic_qs_signal_inout.png
es/drawable-hdpi/ic_qs_signal_no_network.png
es/drawable-hdpi/ic_qs_signal_no_signal.png
es/drawable-hdpi/ic_qs_signal_out.png
es/drawable-hdpi/ic_qs_signal_r.png
es/drawable-hdpi/ic_qs_wifi_1.png
es/drawable-hdpi/ic_qs_wifi_2.png
es/drawable-hdpi/ic_qs_wifi_3.png
es/drawable-hdpi/ic_qs_wifi_4.png
es/drawable-hdpi/ic_qs_wifi_in.png
es/drawable-hdpi/ic_qs_wifi_inout.png
es/drawable-hdpi/ic_qs_wifi_no_network.png
es/drawable-hdpi/ic_qs_wifi_out.png
es/drawable-mdpi/ic_qs_airplane_off.png
es/drawable-mdpi/ic_qs_alarm_on.png
es/drawable-mdpi/ic_qs_auto_rotate.png
es/drawable-mdpi/ic_qs_battery_bang_orange.png
es/drawable-mdpi/ic_qs_battery_bang_red.png
es/drawable-mdpi/ic_qs_battery_bang_white.png
es/drawable-mdpi/ic_qs_battery_bolt.png
es/drawable-mdpi/ic_qs_bluetooth_off.png
es/drawable-mdpi/ic_qs_brightness_auto_off.png
es/drawable-mdpi/ic_qs_brightness_auto_on.png
es/drawable-mdpi/ic_qs_ime.png
es/drawable-mdpi/ic_qs_mirroring_notconnected.png
es/drawable-mdpi/ic_qs_settings.png
es/drawable-mdpi/ic_qs_signal_1.png
es/drawable-mdpi/ic_qs_signal_1x.png
es/drawable-mdpi/ic_qs_signal_2.png
es/drawable-mdpi/ic_qs_signal_3.png
es/drawable-mdpi/ic_qs_signal_3g.png
es/drawable-mdpi/ic_qs_signal_4.png
es/drawable-mdpi/ic_qs_signal_4g.png
es/drawable-mdpi/ic_qs_signal_e.png
es/drawable-mdpi/ic_qs_signal_g.png
es/drawable-mdpi/ic_qs_signal_h.png
es/drawable-mdpi/ic_qs_signal_in.png
es/drawable-mdpi/ic_qs_signal_inout.png
es/drawable-mdpi/ic_qs_signal_no_network.png
es/drawable-mdpi/ic_qs_signal_no_signal.png
es/drawable-mdpi/ic_qs_signal_out.png
es/drawable-mdpi/ic_qs_signal_r.png
es/drawable-mdpi/ic_qs_wifi_1.png
es/drawable-mdpi/ic_qs_wifi_2.png
es/drawable-mdpi/ic_qs_wifi_3.png
es/drawable-mdpi/ic_qs_wifi_4.png
es/drawable-mdpi/ic_qs_wifi_in.png
es/drawable-mdpi/ic_qs_wifi_inout.png
es/drawable-mdpi/ic_qs_wifi_no_network.png
es/drawable-mdpi/ic_qs_wifi_out.png
es/drawable-xhdpi/ic_qs_airplane_off.png
es/drawable-xhdpi/ic_qs_alarm_on.png
es/drawable-xhdpi/ic_qs_auto_rotate.png
es/drawable-xhdpi/ic_qs_battery_bang_orange.png
es/drawable-xhdpi/ic_qs_battery_bang_red.png
es/drawable-xhdpi/ic_qs_battery_bang_white.png
es/drawable-xhdpi/ic_qs_battery_bolt.png
es/drawable-xhdpi/ic_qs_bluetooth_off.png
es/drawable-xhdpi/ic_qs_brightness_auto_off.png
es/drawable-xhdpi/ic_qs_brightness_auto_on.png
es/drawable-xhdpi/ic_qs_ime.png
es/drawable-xhdpi/ic_qs_mirroring_notconnected.png
es/drawable-xhdpi/ic_qs_settings.png
es/drawable-xhdpi/ic_qs_signal_1.png
es/drawable-xhdpi/ic_qs_signal_1x.png
es/drawable-xhdpi/ic_qs_signal_2.png
es/drawable-xhdpi/ic_qs_signal_3.png
es/drawable-xhdpi/ic_qs_signal_3g.png
es/drawable-xhdpi/ic_qs_signal_4.png
es/drawable-xhdpi/ic_qs_signal_4g.png
es/drawable-xhdpi/ic_qs_signal_e.png
es/drawable-xhdpi/ic_qs_signal_g.png
es/drawable-xhdpi/ic_qs_signal_h.png
es/drawable-xhdpi/ic_qs_signal_in.png
es/drawable-xhdpi/ic_qs_signal_inout.png
es/drawable-xhdpi/ic_qs_signal_no_network.png
es/drawable-xhdpi/ic_qs_signal_no_signal.png
es/drawable-xhdpi/ic_qs_signal_out.png
es/drawable-xhdpi/ic_qs_signal_r.png
es/drawable-xhdpi/ic_qs_wifi_1.png
es/drawable-xhdpi/ic_qs_wifi_2.png
es/drawable-xhdpi/ic_qs_wifi_3.png
es/drawable-xhdpi/ic_qs_wifi_4.png
es/drawable-xhdpi/ic_qs_wifi_in.png
es/drawable-xhdpi/ic_qs_wifi_inout.png
es/drawable-xhdpi/ic_qs_wifi_no_network.png
es/drawable-xhdpi/ic_qs_wifi_out.png
es/values-sw600dp/styles.xml
es/values/strings.xml
es/values/styles.xml
rc/com/android/systemui/statusbar/phone/QuickSettings.java
rc/com/android/systemui/statusbar/phone/QuickSettingsModel.java
0a5c5567f2d7e203d95c80a8d3353d0acd98b5f9 22-Sep-2012 Svetoslav Ganov <svetoslavganov@google.com> Merge "Multi-user support for the accessibility layer." into jb-mr1-dev
58d37b55bd228032355360ea3303e46a804e0516 18-Sep-2012 Svetoslav Ganov <svetoslavganov@google.com> Multi-user support for the accessibility layer.

1. This change converts the accessibility manager service to
maintain a state per user. When the user changes the services
for the user that is going away are disconnected, the local
accessibility managers in the processes for this user are
disabled, the state is swapped with the new user's one, and
the new user state is refreshed.

This change updates all calls into the system to use their
user specific versions when applicable. For example, regisetring
content observers, package monitors, calls into other system
services, etc.

There are some components that are shared across users such
as UI created by the system process and the SystemUI package.
Such components are managed as a global state shared across
all users and are updated accordingly on a user switch. Since
the SystemUI is running in a normal app process this change
adds hidden APIs on the local window manager to allow the
SystemUI to notify the accessibility layer that it will run
accross users.

Calls to AccessibiltyManager's isEnabled(), isTouchExplorationEnabled()
and sendAccessibilityEvent return false or a are a nop for a
background user sice he should not send accessibility events,
and should not perform touch exploration.

Update the internal accessibility tests due to changes in the
AccessibilityManager.

This change also fixes several issues that were encountered
such as calling out the accessibility manager service with a
lock held.

Removed some incorrect debugging code from the TouchExplorer
that was leading to a system crash.

bug:6967373

Change-Id: I2cf32ffdee1d827a8197ae4ce717dc0ff798b259
rc/com/android/systemui/SystemUIService.java
2be31d890a4ac8f4f6af4d09ed076eaea8d45925 21-Sep-2012 Baligh Uddin <baligh@google.com> Import translations. DO NOT MERGE

Change-Id: I84b2f0c629da551293130a0a31024b4bf8172d56
Auto-generated-cl: translation import
es/values-af/strings.xml
es/values-am/strings.xml
es/values-ar/strings.xml
es/values-be/strings.xml
es/values-bg/strings.xml
es/values-ca/strings.xml
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-en-rGB/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-et/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hi/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-it/strings.xml
es/values-iw/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-ms/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-rm/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv/strings.xml
es/values-sw/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
es/values-zu/strings.xml
268118df8a120f04a2f00e46ab0436ea03b68f99 21-Sep-2012 John Spurlock <jspurlock@google.com> Migrate away from lightsOut() in BeanBagDream.

Bug:7211867
Change-Id: Ic81a61e368b44fa22db4fffac912219d9f2ca951
rc/com/android/systemui/BeanBagDream.java
3ed6f9456a60cb3a2cf4166a7fa19e30b9bbd972 21-Sep-2012 Winson Chung <winsonc@google.com> Showing QuickContacts card, adding brightness bar timeout and width, fixing wifi display icon visibility. (Bug 7186309, Bug 7175023)

Change-Id: Iea717e97bf90301bef68b06e1a35644e24ab029d
es/layout/quick_settings.xml
es/layout/quick_settings_brightness_dialog.xml
es/values-land/styles.xml
es/values-sw600dp/styles.xml
es/values/config.xml
es/values/dimens.xml
es/values/styles.xml
rc/com/android/systemui/statusbar/phone/QuickSettings.java
rc/com/android/systemui/statusbar/phone/QuickSettingsModel.java
537d47f510ce49acee09516ed5dde680d910ff94 21-Sep-2012 Baligh Uddin <baligh@google.com> Merge "Import translations. DO NOT MERGE" into jb-mr1-dev
ced8d21f5abf46d128264a3039f7a84155d2b9dc 13-Sep-2012 Daniel Sandler <dsandler@android.com> Add string for 'Ethernet'.

Bug: 6676469
Change-Id: Icbeb3e96b8580850a8392f443dc277488631bcab
es/values/strings.xml
rc/com/android/systemui/statusbar/policy/NetworkController.java
1227233b6fcb9a6ef1aee8daa34bc3e18191f0db 21-Sep-2012 Daniel Sandler <dsandler@android.com> Merge "Bugreport in Quick Settings (if you turn it on)." into jb-mr1-dev
a2facc33cd8f8a717561ceb02efcbaf3c92a1bbe 21-Sep-2012 Daniel Sandler <dsandler@android.com> Merge "Fix the seesaw behavior on the status panels." into jb-mr1-dev
c19d4488eaf7bd54f5c01f0f7aca0003ed9f099b 19-Sep-2012 Daniel Sandler <dsandler@android.com> Bugreport in Quick Settings (if you turn it on).

Bug: 7190871
Change-Id: I8d10f18daed08aac1878cf6ba8937855d9494abd
es/layout/quick_settings_tile_bugreport.xml
rc/com/android/systemui/statusbar/phone/QuickSettings.java
rc/com/android/systemui/statusbar/phone/QuickSettingsModel.java
d3724b951e1fdd48bd5accc29e5dff2102efdf3e 21-Sep-2012 Dianne Hackborn <hackbod@google.com> Merge "Don't load views before onResume called." into jb-mr1-dev
776dbf230f176a219b0a4fc4d39ffcf74fd2555b 21-Sep-2012 Baligh Uddin <baligh@google.com> Import translations. DO NOT MERGE

Change-Id: I5e352f655b608f7db3ceb81c92170448580559f0
Auto-generated-cl: translation import
es/values-af/strings.xml
es/values-am/strings.xml
es/values-ar/strings.xml
es/values-be/strings.xml
es/values-bg/strings.xml
es/values-ca/strings.xml
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-en-rGB/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-et/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hi/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-it/strings.xml
es/values-iw/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-ms/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-rm/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv/strings.xml
es/values-sw/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
es/values-zu/strings.xml
ca6da00f6c5381ce21b45bcea4381e8b33f84252 20-Sep-2012 Craig Mautner <cmautner@google.com> Don't load views before onResume called.

Views were being kicked off when RecentsTaskLoader was being started
from BaseStatusBar.toggleRecentsActivity. Then RecentTasksLoader called
RecentsPanelView.onTasksLoaded which invalidated the Adapter and loaded
the item views. All this before window manager had determined that the
Activity should be rotated and providing a new Configuration.

This fix waits for the Activity to resume before allowing the Adapter
to be invalidated.

Fixes bug 7138698.

Change-Id: I0df67ff2e07a0e0b69cc3b52e9843f90ce763704
rc/com/android/systemui/recent/RecentsActivity.java
rc/com/android/systemui/recent/RecentsPanelView.java
198a0306e5b0ef6b02d61e299a4b4ab4c1c2cdc8 17-Aug-2012 Daniel Sandler <dsandler@android.com> Fix the seesaw behavior on the status panels.

The code in onMeasure that attempts to accommodate changing
child boundaries (i.e. an expanding/collapsing notification)
was locking the window size to the child measurement, even
though another window was trying to seesaw it closed. We now
only activate the rubberband behavior when the size of the
children changes, not on each onMeasure().

Lots of other small fixes to the panel expansion logic, too,
including ensuring that the expanded fraction doesn't jump
to 1.0f when the panel content hasn't been laid out yet
(causing the entire screen to become dim for a second thanks
to PhoneStatusBarView.panelExpansionChanged).

This change also restores the ability of Binder clients
(such as accessibility systems) to expand and collapse the
status bar.

Bug: 7008196
Bug: 6995518
Bug: 6628429
Change-Id: Ib0244a27aef2b4dbe19be98f7e039a9d38f1b80e
rc/com/android/systemui/statusbar/BaseStatusBar.java
rc/com/android/systemui/statusbar/phone/PanelBar.java
rc/com/android/systemui/statusbar/phone/PanelView.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBarView.java
rc/com/android/systemui/statusbar/phone/StatusBarWindowView.java
e0de5bfff2e74ee566ac2d053052de09aa25e54b 20-Sep-2012 John Spurlock <jspurlock@google.com> Merge "Fire "dreaming started" and "dreaming stopped" broadcasts." into jb-mr1-dev
89d5546d7fd3a3bb19820c42e8b4527013dd6545 19-Sep-2012 Jeff Brown <jeffbrown@google.com> Add support for remembering Wifi display devices.

Add a setting to globally disable Wifi display.

Fixed a bug where the wifi display broadcast receiver
was running on the wrong thread.

Removed the wifi-display QuickSettings dialog, all functionality
has been moved to Settings.

Bug: 7178216
Bug: 7192799
Change-Id: I9796baac8245d664cf28fa147b9ed978d81d8ab9
es/layout/wifi_display_dialog.xml
es/values/strings.xml
rc/com/android/systemui/statusbar/phone/QuickSettings.java
rc/com/android/systemui/statusbar/phone/QuickSettingsModel.java
c8d33ad10ed668419dbc644624863aa1df793141 20-Sep-2012 Baligh Uddin <baligh@google.com> Import translations. DO NOT MERGE

Change-Id: If5bb36909e7536aedb40b72ba0899568dce7264c
Auto-generated-cl: translation import
es/values-el/strings.xml
es/values-en-rGB/strings.xml
es/values-et/strings.xml
es/values-fr/strings.xml
es/values-iw/strings.xml
es/values-nl/strings.xml
es/values-ru/strings.xml
es/values-sv/strings.xml
es/values-uk/strings.xml
es/values-zh-rCN/strings.xml
es/values-zu/strings.xml
f4f6b4c8b0fcf77d46567f13b409255948fe107b 25-Aug-2012 John Spurlock <jspurlock@google.com> Fire "dreaming started" and "dreaming stopped" broadcasts.

Dream manager now fires broadcast intents when entering + exiting
dreamland (except when testing).

Power manager can now listen for dreams ending, using polling only
as a backstop.

Also:
- Bullet-proof dream-manager/dream against known failure modes
- Add new read/write dream permissions
- Refactor dream-manager to delegate work + state management into
a new DreamController class, via a handler

Bug:6999949
Bug:7152024
Change-Id: I986bb7812209d8c95ae1d660a5eee5998a7b08b1
ndroidManifest.xml
09ad0832e0c28fa43a2e2bf53bef87df39bd4416 19-Sep-2012 Dianne Hackborn <hackbod@google.com> Merge "Switch to showing top-most thumbnail of recent apps." into jb-mr1-dev
15491c6a728131e322c45bc440500a8a78e4a410 19-Sep-2012 Dianne Hackborn <hackbod@google.com> Switch to showing top-most thumbnail of recent apps.

The way it should have been, and with the new recents enter animation
the way it must be.

Added a new method to retrieve this thumbnail, since it would be less
efficient to use the existing API (which always returns the "base"
thumbnail). Probably at some point that existing API should be tweaked
to always return the top thumbnail instead, but that is for a later time.

Also removed code that would clear the thumbnail associated with an
activity when it is resumed. I don't think there should ever be a
reason to clear a thumbnail -- it's much better to have *something*
for the task, even if it is a little out of date.

Change-Id: I83e6ca6403eb2df5e4de3009dfe8c210e8cf8d5b
rc/com/android/systemui/recent/RecentTasksLoader.java
7b6ec1f6fd4f2858063d2d441b6118ac22da5569 19-Sep-2012 Baligh Uddin <baligh@google.com> Merge "Import translations. DO NOT MERGE" into jb-mr1-dev
688ca4708bad4a7c829758449664f08be48fa246 19-Sep-2012 Winson Chung <winsonc@google.com> Merge "Fixing crash in emulator due to no BluetoothAdapter. (Bug 7188166)" into jb-mr1-dev
84dbf462f8593d2df93012b23e027c7f1d4394c7 18-Sep-2012 Winson Chung <winsonc@google.com> Fixing crash in emulator due to no BluetoothAdapter. (Bug 7188166)

Change-Id: I63fe4b229a8a460170df153e71b7ad65655dfad1
rc/com/android/systemui/statusbar/policy/BluetoothController.java
63bcc14c433b754c234bb593e6fdeaf08db1b106 18-Sep-2012 Daniel Sandler <dsandler@android.com> Merge "Remove settings and rotation buttons from notification panel." into jb-mr1-dev
76a10e86ca3be549b2026f702783eaa220c970db 18-Sep-2012 Baligh Uddin <baligh@google.com> Import translations. DO NOT MERGE

Change-Id: I52f25aba49edd4070c02b351adefeeb764e15866
Auto-generated-cl: translation import
es/values-af/strings.xml
es/values-am/strings.xml
es/values-ar/strings.xml
es/values-be/strings.xml
es/values-bg/strings.xml
es/values-ca/strings.xml
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-en-rGB/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-et/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hi/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-it/strings.xml
es/values-iw/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-ms/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-rm/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv/strings.xml
es/values-sw/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
es/values-zu/strings.xml
f9c6a10d3f5b6e9f478c31e3f989358edcc62db0 17-Sep-2012 Winson Chung <winsonc@google.com> Merge "Making QS scrollable and making numerous tweaks." into jb-mr1-dev
5f623011db42fc7bd6fb8e57becd7a8eeb23a915 14-Sep-2012 Winson Chung <winsonc@google.com> Making QS scrollable and making numerous tweaks.

- Updating new assets (all line up)
- Updating brightness tile to reflect auto state
- Fixing network tile asset colors
- Adding press feedback

Change-Id: I857f141258eefec65243454cb69905cbd2a10bf6
es/drawable-hdpi/ic_qs_airplane_off.png
es/drawable-hdpi/ic_qs_airplane_on.png
es/drawable-hdpi/ic_qs_auto_rotate.png
es/drawable-hdpi/ic_qs_battery_0.png
es/drawable-hdpi/ic_qs_battery_100.png
es/drawable-hdpi/ic_qs_battery_15.png
es/drawable-hdpi/ic_qs_battery_28.png
es/drawable-hdpi/ic_qs_battery_43.png
es/drawable-hdpi/ic_qs_battery_57.png
es/drawable-hdpi/ic_qs_battery_71.png
es/drawable-hdpi/ic_qs_battery_85.png
es/drawable-hdpi/ic_qs_battery_charge_0.png
es/drawable-hdpi/ic_qs_battery_charge_100.png
es/drawable-hdpi/ic_qs_battery_charge_15.png
es/drawable-hdpi/ic_qs_battery_charge_28.png
es/drawable-hdpi/ic_qs_battery_charge_43.png
es/drawable-hdpi/ic_qs_battery_charge_57.png
es/drawable-hdpi/ic_qs_battery_charge_71.png
es/drawable-hdpi/ic_qs_battery_charge_85.png
es/drawable-hdpi/ic_qs_battery_unknown.png
es/drawable-hdpi/ic_qs_bluetooth_off.png
es/drawable-hdpi/ic_qs_bluetooth_on.png
es/drawable-hdpi/ic_qs_brightness_auto_off.png
es/drawable-hdpi/ic_qs_brightness_auto_on.png
es/drawable-hdpi/ic_qs_default_user.png
es/drawable-hdpi/ic_qs_ime.png
es/drawable-hdpi/ic_qs_location.png
es/drawable-hdpi/ic_qs_mirroring.png
es/drawable-hdpi/ic_qs_rotation_locked.png
es/drawable-hdpi/ic_qs_settings.png
es/drawable-hdpi/ic_qs_signal_0.png
es/drawable-hdpi/ic_qs_signal_1.png
es/drawable-hdpi/ic_qs_signal_1x.png
es/drawable-hdpi/ic_qs_signal_2.png
es/drawable-hdpi/ic_qs_signal_3.png
es/drawable-hdpi/ic_qs_signal_3g.png
es/drawable-hdpi/ic_qs_signal_4.png
es/drawable-hdpi/ic_qs_signal_4g.png
es/drawable-hdpi/ic_qs_signal_e.png
es/drawable-hdpi/ic_qs_signal_full_1.png
es/drawable-hdpi/ic_qs_signal_full_1x.png
es/drawable-hdpi/ic_qs_signal_full_2.png
es/drawable-hdpi/ic_qs_signal_full_3.png
es/drawable-hdpi/ic_qs_signal_full_3g.png
es/drawable-hdpi/ic_qs_signal_full_4.png
es/drawable-hdpi/ic_qs_signal_full_e.png
es/drawable-hdpi/ic_qs_signal_full_g.png
es/drawable-hdpi/ic_qs_signal_full_h.png
es/drawable-hdpi/ic_qs_signal_full_r.png
es/drawable-hdpi/ic_qs_signal_g.png
es/drawable-hdpi/ic_qs_signal_h.png
es/drawable-hdpi/ic_qs_signal_in.png
es/drawable-hdpi/ic_qs_signal_inout.png
es/drawable-hdpi/ic_qs_signal_no_signal.png
es/drawable-hdpi/ic_qs_signal_out.png
es/drawable-hdpi/ic_qs_signal_r.png
es/drawable-hdpi/ic_qs_usb_device.png
es/drawable-hdpi/ic_qs_wifi_0.png
es/drawable-hdpi/ic_qs_wifi_1.png
es/drawable-hdpi/ic_qs_wifi_2.png
es/drawable-hdpi/ic_qs_wifi_3.png
es/drawable-hdpi/ic_qs_wifi_4.png
es/drawable-hdpi/ic_qs_wifi_full_1.png
es/drawable-hdpi/ic_qs_wifi_full_2.png
es/drawable-hdpi/ic_qs_wifi_full_3.png
es/drawable-hdpi/ic_qs_wifi_full_4.png
es/drawable-hdpi/ic_qs_wifi_in.png
es/drawable-hdpi/ic_qs_wifi_inout.png
es/drawable-hdpi/ic_qs_wifi_no_network.png
es/drawable-hdpi/ic_qs_wifi_out.png
es/drawable-mdpi/ic_qs_airplane_off.png
es/drawable-mdpi/ic_qs_airplane_on.png
es/drawable-mdpi/ic_qs_auto_rotate.png
es/drawable-mdpi/ic_qs_battery_0.png
es/drawable-mdpi/ic_qs_battery_100.png
es/drawable-mdpi/ic_qs_battery_15.png
es/drawable-mdpi/ic_qs_battery_28.png
es/drawable-mdpi/ic_qs_battery_43.png
es/drawable-mdpi/ic_qs_battery_57.png
es/drawable-mdpi/ic_qs_battery_71.png
es/drawable-mdpi/ic_qs_battery_85.png
es/drawable-mdpi/ic_qs_battery_charge_0.png
es/drawable-mdpi/ic_qs_battery_charge_100.png
es/drawable-mdpi/ic_qs_battery_charge_15.png
es/drawable-mdpi/ic_qs_battery_charge_28.png
es/drawable-mdpi/ic_qs_battery_charge_43.png
es/drawable-mdpi/ic_qs_battery_charge_57.png
es/drawable-mdpi/ic_qs_battery_charge_71.png
es/drawable-mdpi/ic_qs_battery_charge_85.png
es/drawable-mdpi/ic_qs_battery_unknown.png
es/drawable-mdpi/ic_qs_bluetooth_off.png
es/drawable-mdpi/ic_qs_bluetooth_on.png
es/drawable-mdpi/ic_qs_brightness_auto_off.png
es/drawable-mdpi/ic_qs_brightness_auto_on.png
es/drawable-mdpi/ic_qs_default_user.png
es/drawable-mdpi/ic_qs_ime.png
es/drawable-mdpi/ic_qs_location.png
es/drawable-mdpi/ic_qs_mirroring.png
es/drawable-mdpi/ic_qs_rotation_locked.png
es/drawable-mdpi/ic_qs_settings.png
es/drawable-mdpi/ic_qs_signal_0.png
es/drawable-mdpi/ic_qs_signal_1.png
es/drawable-mdpi/ic_qs_signal_1x.png
es/drawable-mdpi/ic_qs_signal_2.png
es/drawable-mdpi/ic_qs_signal_3.png
es/drawable-mdpi/ic_qs_signal_3g.png
es/drawable-mdpi/ic_qs_signal_4.png
es/drawable-mdpi/ic_qs_signal_4g.png
es/drawable-mdpi/ic_qs_signal_e.png
es/drawable-mdpi/ic_qs_signal_full_1.png
es/drawable-mdpi/ic_qs_signal_full_1x.png
es/drawable-mdpi/ic_qs_signal_full_2.png
es/drawable-mdpi/ic_qs_signal_full_3.png
es/drawable-mdpi/ic_qs_signal_full_3g.png
es/drawable-mdpi/ic_qs_signal_full_4.png
es/drawable-mdpi/ic_qs_signal_full_e.png
es/drawable-mdpi/ic_qs_signal_full_g.png
es/drawable-mdpi/ic_qs_signal_full_h.png
es/drawable-mdpi/ic_qs_signal_full_r.png
es/drawable-mdpi/ic_qs_signal_g.png
es/drawable-mdpi/ic_qs_signal_h.png
es/drawable-mdpi/ic_qs_signal_in.png
es/drawable-mdpi/ic_qs_signal_inout.png
es/drawable-mdpi/ic_qs_signal_no_signal.png
es/drawable-mdpi/ic_qs_signal_out.png
es/drawable-mdpi/ic_qs_signal_r.png
es/drawable-mdpi/ic_qs_usb_device.png
es/drawable-mdpi/ic_qs_wifi_0.png
es/drawable-mdpi/ic_qs_wifi_1.png
es/drawable-mdpi/ic_qs_wifi_2.png
es/drawable-mdpi/ic_qs_wifi_3.png
es/drawable-mdpi/ic_qs_wifi_4.png
es/drawable-mdpi/ic_qs_wifi_full_1.png
es/drawable-mdpi/ic_qs_wifi_full_2.png
es/drawable-mdpi/ic_qs_wifi_full_3.png
es/drawable-mdpi/ic_qs_wifi_full_4.png
es/drawable-mdpi/ic_qs_wifi_in.png
es/drawable-mdpi/ic_qs_wifi_inout.png
es/drawable-mdpi/ic_qs_wifi_no_network.png
es/drawable-mdpi/ic_qs_wifi_out.png
es/drawable-xhdpi/ic_qs_airplane_off.png
es/drawable-xhdpi/ic_qs_airplane_on.png
es/drawable-xhdpi/ic_qs_auto_rotate.png
es/drawable-xhdpi/ic_qs_battery_0.png
es/drawable-xhdpi/ic_qs_battery_100.png
es/drawable-xhdpi/ic_qs_battery_15.png
es/drawable-xhdpi/ic_qs_battery_28.png
es/drawable-xhdpi/ic_qs_battery_43.png
es/drawable-xhdpi/ic_qs_battery_57.png
es/drawable-xhdpi/ic_qs_battery_71.png
es/drawable-xhdpi/ic_qs_battery_85.png
es/drawable-xhdpi/ic_qs_battery_charge_0.png
es/drawable-xhdpi/ic_qs_battery_charge_100.png
es/drawable-xhdpi/ic_qs_battery_charge_15.png
es/drawable-xhdpi/ic_qs_battery_charge_28.png
es/drawable-xhdpi/ic_qs_battery_charge_43.png
es/drawable-xhdpi/ic_qs_battery_charge_57.png
es/drawable-xhdpi/ic_qs_battery_charge_71.png
es/drawable-xhdpi/ic_qs_battery_charge_85.png
es/drawable-xhdpi/ic_qs_battery_unknown.png
es/drawable-xhdpi/ic_qs_bluetooth_off.png
es/drawable-xhdpi/ic_qs_bluetooth_on.png
es/drawable-xhdpi/ic_qs_brightness_auto_off.png
es/drawable-xhdpi/ic_qs_brightness_auto_on.png
es/drawable-xhdpi/ic_qs_default_user.png
es/drawable-xhdpi/ic_qs_ime.png
es/drawable-xhdpi/ic_qs_location.png
es/drawable-xhdpi/ic_qs_mirroring.png
es/drawable-xhdpi/ic_qs_rotation_locked.png
es/drawable-xhdpi/ic_qs_settings.png
es/drawable-xhdpi/ic_qs_signal_0.png
es/drawable-xhdpi/ic_qs_signal_1.png
es/drawable-xhdpi/ic_qs_signal_1x.png
es/drawable-xhdpi/ic_qs_signal_2.png
es/drawable-xhdpi/ic_qs_signal_3.png
es/drawable-xhdpi/ic_qs_signal_3g.png
es/drawable-xhdpi/ic_qs_signal_4.png
es/drawable-xhdpi/ic_qs_signal_4g.png
es/drawable-xhdpi/ic_qs_signal_e.png
es/drawable-xhdpi/ic_qs_signal_full_1.png
es/drawable-xhdpi/ic_qs_signal_full_1x.png
es/drawable-xhdpi/ic_qs_signal_full_2.png
es/drawable-xhdpi/ic_qs_signal_full_3.png
es/drawable-xhdpi/ic_qs_signal_full_3g.png
es/drawable-xhdpi/ic_qs_signal_full_4.png
es/drawable-xhdpi/ic_qs_signal_full_e.png
es/drawable-xhdpi/ic_qs_signal_full_g.png
es/drawable-xhdpi/ic_qs_signal_full_h.png
es/drawable-xhdpi/ic_qs_signal_full_r.png
es/drawable-xhdpi/ic_qs_signal_g.png
es/drawable-xhdpi/ic_qs_signal_h.png
es/drawable-xhdpi/ic_qs_signal_in.png
es/drawable-xhdpi/ic_qs_signal_inout.png
es/drawable-xhdpi/ic_qs_signal_no_signal.png
es/drawable-xhdpi/ic_qs_signal_out.png
es/drawable-xhdpi/ic_qs_signal_r.png
es/drawable-xhdpi/ic_qs_usb_device.png
es/drawable-xhdpi/ic_qs_wifi_0.png
es/drawable-xhdpi/ic_qs_wifi_1.png
es/drawable-xhdpi/ic_qs_wifi_2.png
es/drawable-xhdpi/ic_qs_wifi_3.png
es/drawable-xhdpi/ic_qs_wifi_4.png
es/drawable-xhdpi/ic_qs_wifi_full_1.png
es/drawable-xhdpi/ic_qs_wifi_full_2.png
es/drawable-xhdpi/ic_qs_wifi_full_3.png
es/drawable-xhdpi/ic_qs_wifi_full_4.png
es/drawable-xhdpi/ic_qs_wifi_in.png
es/drawable-xhdpi/ic_qs_wifi_inout.png
es/drawable-xhdpi/ic_qs_wifi_no_network.png
es/drawable-xhdpi/ic_qs_wifi_out.png
es/drawable/qs_tile_background.xml
es/layout/quick_settings.xml
es/layout/quick_settings_brightness_dialog.xml
es/layout/quick_settings_tile.xml
es/layout/quick_settings_tile_brightness.xml
es/layout/quick_settings_tile_user.xml
es/values/strings.xml
rc/com/android/systemui/statusbar/phone/QuickSettings.java
rc/com/android/systemui/statusbar/phone/QuickSettingsModel.java
rc/com/android/systemui/statusbar/policy/BluetoothController.java
rc/com/android/systemui/statusbar/policy/BrightnessController.java
rc/com/android/systemui/statusbar/policy/NetworkController.java
rc/com/android/systemui/statusbar/policy/TelephonyIcons.java
rc/com/android/systemui/statusbar/policy/WifiIcons.java
7109aad6a17dbf8a4292477671b60f155effab38 17-Sep-2012 Michael Jurka <mikejurka@google.com> Merge "Fix issue where recents would not show up sometimes" into jb-mr1-dev
cbe69206c0046d3f4c1f385425e69751d7048156 13-Sep-2012 Michael Jurka <mikejurka@google.com> Fix issue where recents would not show up sometimes

Change-Id: Iea78f447b71ae23630c76c8982e69c780eef9df6
rc/com/android/systemui/recent/RecentsActivity.java
5dbeb6a8ff8ae30f59ba8335c2354b883302428e 17-Sep-2012 Baligh Uddin <baligh@google.com> Merge "Import translations. DO NOT MERGE" into jb-mr1-dev
9d7657c5b569e503a65f1bbe5f0e93309bf33342 17-Sep-2012 Siva Velusamy <vsiva@google.com> Merge "PhoneStatusBar: Fix NPE while accessing quick settings." into jb-mr1-dev
6e5fe432f38f6ba8734a2b242f74c4df805223f9 16-Sep-2012 Daniel Sandler <dsandler@android.com> Remove settings and rotation buttons from notification panel.

Thanks to quick settings, these are redundant.

Bug: 7142026
Change-Id: If38abda3635c4f11a7fa7fa221f4d821f998e445
es/layout/status_bar_expanded_header.xml
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
8dd9206abbca6d143e3874abf46eca67f5340b31 15-Sep-2012 Daniel Sandler <dsandler@android.com> Fix NPE in rotation lock QS.

Bug: 7172228
Change-Id: I3ac35e18fe7ce5af13ee4c54dabae80df696c819
rc/com/android/systemui/statusbar/phone/QuickSettingsModel.java
537421bed204a3a0cb8160a9be8a61d67c2c25f4 14-Sep-2012 Siva Velusamy <vsiva@google.com> PhoneStatusBar: Fix NPE while accessing quick settings.

Fixes Bug 7137026

Change-Id: Id156cf8ebb1a31202015a167185a6588283128f8
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
4f49d9450fe919868f9a9a9a44db59ca2497150c 14-Sep-2012 Winson Chung <winsonc@google.com> Adding data type overlay to network tile.

Change-Id: Iae3c188e2f7f03bd1ebaddc756021be312ddb0aa
es/layout/quick_settings_tile_rssi.xml
rc/com/android/systemui/statusbar/phone/QuickSettings.java
rc/com/android/systemui/statusbar/phone/QuickSettingsModel.java
rc/com/android/systemui/statusbar/policy/NetworkController.java
4a0c3b1ff02307c7a1104a15ee045d7c1bb2f454 14-Sep-2012 Baligh Uddin <baligh@google.com> Import translations. DO NOT MERGE

Change-Id: Ie3512f874a89b0d99d4533a9d0620aaa5b85b555
Auto-generated-cl: translation import
es/values-af/strings.xml
es/values-am/strings.xml
es/values-ar/strings.xml
es/values-be/strings.xml
es/values-bg/strings.xml
es/values-ca/strings.xml
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-en-rGB/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-et/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hi/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-it/strings.xml
es/values-iw/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-ms/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-rm/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv/strings.xml
es/values-sw/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
es/values-zu/strings.xml
49321ec4fb30ab0c709c1e808701f63f38f8cbe7 14-Sep-2012 Winson Chung <winsonc@google.com> Merge "Suppress ExpandHelper on quick settings." into jb-mr1-dev
d4726d062e277b360046609f35e1aa8572e8e364 14-Sep-2012 Winson Chung <winsonc@google.com> Adding rotation lock tile to quick settings (on tablets).

Change-Id: Ia68c07051acc1f0f42dde0b1322db034b5d54506
es/layout/quick_settings_tile_rotation_lock.xml
es/values-sw600dp/config.xml
es/values/config.xml
es/values/strings.xml
rc/com/android/systemui/statusbar/phone/QuickSettings.java
rc/com/android/systemui/statusbar/phone/QuickSettingsModel.java
1a5efec6a0ee9034b715a576f5ed108668069d25 14-Sep-2012 Baligh Uddin <baligh@google.com> Merge "Import translations. DO NOT MERGE" into jb-mr1-dev
ed1395f3981193c762e436cd1db725ce70022e43 14-Sep-2012 Winson Chung <winsonc@google.com> Updating Wifi/Mobile tiles to reflect actual connection state with new assets.

Change-Id: Ic1cd78c77f94f1c9cf9bbc1bcea3082ca536d94c
es/values-sw600dp/config.xml
es/values/styles.xml
rc/com/android/systemui/statusbar/phone/QuickSettingsModel.java
rc/com/android/systemui/statusbar/policy/NetworkController.java
rc/com/android/systemui/statusbar/policy/TelephonyIcons.java
rc/com/android/systemui/statusbar/policy/WifiIcons.java
eaa5ab01a122ceb907a2bead35077331d604021b 14-Sep-2012 Winson Chung <winsonc@google.com> Updating assets, fixing Battery tile to show proper states.

Change-Id: I0df6d62f57e8034f17d6add31416b050af8a0c15
es/drawable-hdpi/ic_qs_airplane_enabled.png
es/drawable-hdpi/ic_qs_airplane_normal.png
es/drawable-hdpi/ic_qs_airplane_off.png
es/drawable-hdpi/ic_qs_airplane_on.png
es/drawable-hdpi/ic_qs_alarm_on.png
es/drawable-hdpi/ic_qs_auto_rotate.png
es/drawable-hdpi/ic_qs_battery_0.png
es/drawable-hdpi/ic_qs_battery_100.png
es/drawable-hdpi/ic_qs_battery_15.png
es/drawable-hdpi/ic_qs_battery_28.png
es/drawable-hdpi/ic_qs_battery_43.png
es/drawable-hdpi/ic_qs_battery_57.png
es/drawable-hdpi/ic_qs_battery_71.png
es/drawable-hdpi/ic_qs_battery_85.png
es/drawable-hdpi/ic_qs_battery_charge_0.png
es/drawable-hdpi/ic_qs_battery_charge_100.png
es/drawable-hdpi/ic_qs_battery_charge_15.png
es/drawable-hdpi/ic_qs_battery_charge_28.png
es/drawable-hdpi/ic_qs_battery_charge_43.png
es/drawable-hdpi/ic_qs_battery_charge_57.png
es/drawable-hdpi/ic_qs_battery_charge_71.png
es/drawable-hdpi/ic_qs_battery_charge_85.png
es/drawable-hdpi/ic_qs_battery_unknown.png
es/drawable-hdpi/ic_qs_bluetooth_enabled.png
es/drawable-hdpi/ic_qs_bluetooth_normal.png
es/drawable-hdpi/ic_qs_bluetooth_off.png
es/drawable-hdpi/ic_qs_bluetooth_on.png
es/drawable-hdpi/ic_qs_brightness_auto_off.png
es/drawable-hdpi/ic_qs_brightness_auto_on.png
es/drawable-hdpi/ic_qs_ime.png
es/drawable-hdpi/ic_qs_location.png
es/drawable-hdpi/ic_qs_mirroring.png
es/drawable-hdpi/ic_qs_rotation_locked.png
es/drawable-hdpi/ic_qs_rssi_enabled.png
es/drawable-hdpi/ic_qs_rssi_normal.png
es/drawable-hdpi/ic_qs_settings.png
es/drawable-hdpi/ic_qs_signal_0.png
es/drawable-hdpi/ic_qs_signal_1.png
es/drawable-hdpi/ic_qs_signal_1x.png
es/drawable-hdpi/ic_qs_signal_2.png
es/drawable-hdpi/ic_qs_signal_3.png
es/drawable-hdpi/ic_qs_signal_3g.png
es/drawable-hdpi/ic_qs_signal_4.png
es/drawable-hdpi/ic_qs_signal_4g.png
es/drawable-hdpi/ic_qs_signal_e.png
es/drawable-hdpi/ic_qs_signal_full_0.png
es/drawable-hdpi/ic_qs_signal_full_1.png
es/drawable-hdpi/ic_qs_signal_full_1x.png
es/drawable-hdpi/ic_qs_signal_full_2.png
es/drawable-hdpi/ic_qs_signal_full_3.png
es/drawable-hdpi/ic_qs_signal_full_3g.png
es/drawable-hdpi/ic_qs_signal_full_4.png
es/drawable-hdpi/ic_qs_signal_full_4g.png
es/drawable-hdpi/ic_qs_signal_full_e.png
es/drawable-hdpi/ic_qs_signal_full_g.png
es/drawable-hdpi/ic_qs_signal_full_h.png
es/drawable-hdpi/ic_qs_signal_g.png
es/drawable-hdpi/ic_qs_signal_h.png
es/drawable-hdpi/ic_qs_signal_in.png
es/drawable-hdpi/ic_qs_signal_inout.png
es/drawable-hdpi/ic_qs_signal_no_signal.png
es/drawable-hdpi/ic_qs_signal_out.png
es/drawable-hdpi/ic_qs_signal_r.png
es/drawable-hdpi/ic_qs_usb_device.png
es/drawable-hdpi/ic_qs_wifi_1.png
es/drawable-hdpi/ic_qs_wifi_2.png
es/drawable-hdpi/ic_qs_wifi_3.png
es/drawable-hdpi/ic_qs_wifi_4.png
es/drawable-hdpi/ic_qs_wifi_enabled.png
es/drawable-hdpi/ic_qs_wifi_in.png
es/drawable-hdpi/ic_qs_wifi_inout.png
es/drawable-hdpi/ic_qs_wifi_no_network.png
es/drawable-hdpi/ic_qs_wifi_normal.png
es/drawable-hdpi/ic_qs_wifi_not_connected.png
es/drawable-hdpi/ic_qs_wifi_out.png
es/drawable-mdpi/ic_qs_airplane_enabled.png
es/drawable-mdpi/ic_qs_airplane_normal.png
es/drawable-mdpi/ic_qs_airplane_off.png
es/drawable-mdpi/ic_qs_airplane_on.png
es/drawable-mdpi/ic_qs_alarm_on.png
es/drawable-mdpi/ic_qs_auto_rotate.png
es/drawable-mdpi/ic_qs_battery_0.png
es/drawable-mdpi/ic_qs_battery_100.png
es/drawable-mdpi/ic_qs_battery_15.png
es/drawable-mdpi/ic_qs_battery_28.png
es/drawable-mdpi/ic_qs_battery_43.png
es/drawable-mdpi/ic_qs_battery_57.png
es/drawable-mdpi/ic_qs_battery_71.png
es/drawable-mdpi/ic_qs_battery_85.png
es/drawable-mdpi/ic_qs_battery_charge_0.png
es/drawable-mdpi/ic_qs_battery_charge_100.png
es/drawable-mdpi/ic_qs_battery_charge_15.png
es/drawable-mdpi/ic_qs_battery_charge_28.png
es/drawable-mdpi/ic_qs_battery_charge_43.png
es/drawable-mdpi/ic_qs_battery_charge_57.png
es/drawable-mdpi/ic_qs_battery_charge_71.png
es/drawable-mdpi/ic_qs_battery_charge_85.png
es/drawable-mdpi/ic_qs_battery_unknown.png
es/drawable-mdpi/ic_qs_bluetooth_enabled.png
es/drawable-mdpi/ic_qs_bluetooth_normal.png
es/drawable-mdpi/ic_qs_bluetooth_off.png
es/drawable-mdpi/ic_qs_bluetooth_on.png
es/drawable-mdpi/ic_qs_brightness_auto_off.png
es/drawable-mdpi/ic_qs_brightness_auto_on.png
es/drawable-mdpi/ic_qs_ime.png
es/drawable-mdpi/ic_qs_location.png
es/drawable-mdpi/ic_qs_mirroring.png
es/drawable-mdpi/ic_qs_rotation_locked.png
es/drawable-mdpi/ic_qs_rssi_enabled.png
es/drawable-mdpi/ic_qs_rssi_normal.png
es/drawable-mdpi/ic_qs_settings.png
es/drawable-mdpi/ic_qs_signal_0.png
es/drawable-mdpi/ic_qs_signal_1.png
es/drawable-mdpi/ic_qs_signal_1x.png
es/drawable-mdpi/ic_qs_signal_2.png
es/drawable-mdpi/ic_qs_signal_3.png
es/drawable-mdpi/ic_qs_signal_3g.png
es/drawable-mdpi/ic_qs_signal_4.png
es/drawable-mdpi/ic_qs_signal_4g.png
es/drawable-mdpi/ic_qs_signal_e.png
es/drawable-mdpi/ic_qs_signal_full_0.png
es/drawable-mdpi/ic_qs_signal_full_1.png
es/drawable-mdpi/ic_qs_signal_full_1x.png
es/drawable-mdpi/ic_qs_signal_full_2.png
es/drawable-mdpi/ic_qs_signal_full_3.png
es/drawable-mdpi/ic_qs_signal_full_3g.png
es/drawable-mdpi/ic_qs_signal_full_4.png
es/drawable-mdpi/ic_qs_signal_full_4g.png
es/drawable-mdpi/ic_qs_signal_full_e.png
es/drawable-mdpi/ic_qs_signal_full_g.png
es/drawable-mdpi/ic_qs_signal_full_h.png
es/drawable-mdpi/ic_qs_signal_g.png
es/drawable-mdpi/ic_qs_signal_h.png
es/drawable-mdpi/ic_qs_signal_in.png
es/drawable-mdpi/ic_qs_signal_inout.png
es/drawable-mdpi/ic_qs_signal_no_signal.png
es/drawable-mdpi/ic_qs_signal_out.png
es/drawable-mdpi/ic_qs_signal_r.png
es/drawable-mdpi/ic_qs_usb_device.png
es/drawable-mdpi/ic_qs_wifi_1.png
es/drawable-mdpi/ic_qs_wifi_2.png
es/drawable-mdpi/ic_qs_wifi_3.png
es/drawable-mdpi/ic_qs_wifi_4.png
es/drawable-mdpi/ic_qs_wifi_enabled.png
es/drawable-mdpi/ic_qs_wifi_in.png
es/drawable-mdpi/ic_qs_wifi_inout.png
es/drawable-mdpi/ic_qs_wifi_no_network.png
es/drawable-mdpi/ic_qs_wifi_normal.png
es/drawable-mdpi/ic_qs_wifi_not_connected.png
es/drawable-mdpi/ic_qs_wifi_out.png
es/drawable-xhdpi/ic_qs_airplane_enabled.png
es/drawable-xhdpi/ic_qs_airplane_normal.png
es/drawable-xhdpi/ic_qs_airplane_off.png
es/drawable-xhdpi/ic_qs_airplane_on.png
es/drawable-xhdpi/ic_qs_alarm_on.png
es/drawable-xhdpi/ic_qs_auto_rotate.png
es/drawable-xhdpi/ic_qs_battery_0.png
es/drawable-xhdpi/ic_qs_battery_100.png
es/drawable-xhdpi/ic_qs_battery_15.png
es/drawable-xhdpi/ic_qs_battery_28.png
es/drawable-xhdpi/ic_qs_battery_43.png
es/drawable-xhdpi/ic_qs_battery_57.png
es/drawable-xhdpi/ic_qs_battery_71.png
es/drawable-xhdpi/ic_qs_battery_85.png
es/drawable-xhdpi/ic_qs_battery_charge_0.png
es/drawable-xhdpi/ic_qs_battery_charge_100.png
es/drawable-xhdpi/ic_qs_battery_charge_15.png
es/drawable-xhdpi/ic_qs_battery_charge_28.png
es/drawable-xhdpi/ic_qs_battery_charge_43.png
es/drawable-xhdpi/ic_qs_battery_charge_57.png
es/drawable-xhdpi/ic_qs_battery_charge_71.png
es/drawable-xhdpi/ic_qs_battery_charge_85.png
es/drawable-xhdpi/ic_qs_battery_unknown.png
es/drawable-xhdpi/ic_qs_bluetooth_enabled.png
es/drawable-xhdpi/ic_qs_bluetooth_normal.png
es/drawable-xhdpi/ic_qs_bluetooth_off.png
es/drawable-xhdpi/ic_qs_bluetooth_on.png
es/drawable-xhdpi/ic_qs_brightness_auto_off.png
es/drawable-xhdpi/ic_qs_brightness_auto_on.png
es/drawable-xhdpi/ic_qs_ime.png
es/drawable-xhdpi/ic_qs_location.png
es/drawable-xhdpi/ic_qs_mirroring.png
es/drawable-xhdpi/ic_qs_rotation_locked.png
es/drawable-xhdpi/ic_qs_rssi_enabled.png
es/drawable-xhdpi/ic_qs_rssi_normal.png
es/drawable-xhdpi/ic_qs_settings.png
es/drawable-xhdpi/ic_qs_signal_0.png
es/drawable-xhdpi/ic_qs_signal_1.png
es/drawable-xhdpi/ic_qs_signal_1x.png
es/drawable-xhdpi/ic_qs_signal_2.png
es/drawable-xhdpi/ic_qs_signal_3.png
es/drawable-xhdpi/ic_qs_signal_3g.png
es/drawable-xhdpi/ic_qs_signal_4.png
es/drawable-xhdpi/ic_qs_signal_4g.png
es/drawable-xhdpi/ic_qs_signal_e.png
es/drawable-xhdpi/ic_qs_signal_full_0.png
es/drawable-xhdpi/ic_qs_signal_full_1.png
es/drawable-xhdpi/ic_qs_signal_full_1x.png
es/drawable-xhdpi/ic_qs_signal_full_2.png
es/drawable-xhdpi/ic_qs_signal_full_3.png
es/drawable-xhdpi/ic_qs_signal_full_3g.png
es/drawable-xhdpi/ic_qs_signal_full_4.png
es/drawable-xhdpi/ic_qs_signal_full_4g.png
es/drawable-xhdpi/ic_qs_signal_full_e.png
es/drawable-xhdpi/ic_qs_signal_full_g.png
es/drawable-xhdpi/ic_qs_signal_full_h.png
es/drawable-xhdpi/ic_qs_signal_g.png
es/drawable-xhdpi/ic_qs_signal_h.png
es/drawable-xhdpi/ic_qs_signal_in.png
es/drawable-xhdpi/ic_qs_signal_inout.png
es/drawable-xhdpi/ic_qs_signal_no_signal.png
es/drawable-xhdpi/ic_qs_signal_out.png
es/drawable-xhdpi/ic_qs_signal_r.png
es/drawable-xhdpi/ic_qs_usb_device.png
es/drawable-xhdpi/ic_qs_wifi_1.png
es/drawable-xhdpi/ic_qs_wifi_2.png
es/drawable-xhdpi/ic_qs_wifi_3.png
es/drawable-xhdpi/ic_qs_wifi_4.png
es/drawable-xhdpi/ic_qs_wifi_enabled.png
es/drawable-xhdpi/ic_qs_wifi_in.png
es/drawable-xhdpi/ic_qs_wifi_inout.png
es/drawable-xhdpi/ic_qs_wifi_no_network.png
es/drawable-xhdpi/ic_qs_wifi_normal.png
es/drawable-xhdpi/ic_qs_wifi_not_connected.png
es/drawable-xhdpi/ic_qs_wifi_out.png
es/drawable/qs_sys_battery.xml
es/drawable/qs_sys_battery_charging.xml
es/layout/quick_settings_tile_airplane.xml
es/layout/quick_settings_tile_battery.xml
es/layout/quick_settings_tile_bluetooth.xml
es/layout/quick_settings_tile_brightness.xml
es/layout/quick_settings_tile_ime.xml
es/layout/quick_settings_tile_location.xml
es/layout/quick_settings_tile_media.xml
es/layout/quick_settings_tile_rssi.xml
es/layout/quick_settings_tile_settings.xml
es/layout/quick_settings_tile_time.xml
es/layout/quick_settings_tile_user.xml
es/layout/quick_settings_tile_wifi.xml
es/layout/quick_settings_tile_wifi_display.xml
es/values/strings.xml
es/values/styles.xml
rc/com/android/systemui/statusbar/phone/QuickSettings.java
rc/com/android/systemui/statusbar/phone/QuickSettingsContainerView.java
rc/com/android/systemui/statusbar/phone/QuickSettingsModel.java
38ba12cbdfb395d9f51301c9dc326763ce8264da 13-Sep-2012 Baligh Uddin <baligh@google.com> Import translations. DO NOT MERGE

Change-Id: I45ff6d7cc265f5125ee3c651613f558182717b69
Auto-generated-cl: translation import
es/values-af/strings.xml
es/values-am/strings.xml
es/values-ar/strings.xml
es/values-be/strings.xml
es/values-bg/strings.xml
es/values-ca/strings.xml
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-en-rGB/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-et/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hi/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-it/strings.xml
es/values-iw/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-ms/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-rm/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv/strings.xml
es/values-sw/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
es/values-zu/strings.xml
86398b694697f504798ccda129df578e231e2274 13-Sep-2012 Michael Jurka <mikejurka@google.com> Merge "Fix crash in recents" into jb-mr1-dev
482f159dc46c2aab5990b4a12294623d28447e2e 13-Sep-2012 Michael Jurka <mikejurka@google.com> Fix crash in recents

Bug: 7128044

Change-Id: Icaec50ef9dfbc5da78d71925215c3363f58d7d3d
rc/com/android/systemui/recent/RecentsActivity.java
rc/com/android/systemui/recent/RecentsPanelView.java
b4e56edde684c2a09cb225c99571fddb39b43b34 13-Sep-2012 Daniel Sandler <dsandler@android.com> Suppress ExpandHelper on quick settings.

Bug: 7004997
Change-Id: I423de03022982d9f87451eb3fb5ffdca818cac8a
rc/com/android/systemui/statusbar/phone/PanelView.java
rc/com/android/systemui/statusbar/phone/StatusBarWindowView.java
2a4057d2e915a0726d8775a196374e320a9f15dc 13-Sep-2012 Winson Chung <winsonc@google.com> Updating IME tile with proper subtype name.

Change-Id: Ie7fed20873f51e3b2b4def14532df00d71762418
es/values/strings.xml
rc/com/android/systemui/statusbar/phone/QuickSettings.java
rc/com/android/systemui/statusbar/phone/QuickSettingsModel.java
43229d707515ce51c52f63e15257960c6d29162c 13-Sep-2012 Winson Chung <winsonc@google.com> Adding IME tile.

- Adding checks for telephony before showing RSSI tile

Change-Id: I1dc4fb7a07d9693d8c6a96678ac9d4ff9abafe44
es/layout/quick_settings_tile_ime.xml
rc/com/android/systemui/statusbar/phone/PanelView.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/phone/QuickSettings.java
rc/com/android/systemui/statusbar/phone/QuickSettingsModel.java
rc/com/android/systemui/statusbar/phone/SettingsPanelView.java
709c542b6758d2e40ed15ab8aa2a2dc0e52a342d 12-Sep-2012 Winson Chung <winsonc@google.com> Merge "Fixing crash in emulator due to missing bluetooth." into jb-mr1-dev
6072b00b6291b3c8e816fa7bd837c2cbba2f055b 12-Sep-2012 Winson Chung <winsonc@google.com> Fixing crash in emulator due to missing bluetooth.

Change-Id: I0f652198cc759fac44f0de1729fcb52f515071a3
rc/com/android/systemui/statusbar/phone/QuickSettings.java
rc/com/android/systemui/statusbar/phone/QuickSettingsModel.java
45f6aaa5585fd4c0f97ea9904b7d84b8e57ac120 29-Aug-2012 Benoit Goby <benoit@android.com> UsbDebuggingActivity: Strings update after review

Bug: 7056209
Change-Id: I447b021973332414e5e57a3b7066bf25dfccb628
es/values/strings.xml
db425bbb283d5345616c5bb762b9650a7ff19980 11-Sep-2012 Winson Chung <winsonc@google.com> Merge "Fixing issue with Airplane Mode. (Bug 7141144)" into jb-mr1-dev
08b1cc847524f66fd1d8c8d9065bf81bdd1fb04a 11-Sep-2012 Winson Chung <winsonc@google.com> Fixing issue with Airplane Mode. (Bug 7141144)

Change-Id: I83e2bdd5e8b0e0c732e8d46c47f8619daa0c7c02
ndroidManifest.xml
rc/com/android/systemui/statusbar/phone/QuickSettingsModel.java
1679b368004239a81734ca4b5f5e2487597b8f52 11-Sep-2012 Winson Chung <winsonc@google.com> Adding brightness dialog to quick settings.

Change-Id: I81f640138057c26320d41f70c7f47a518fc1bd4a
es/layout/quick_settings_brightness_dialog.xml
es/values/strings.xml
rc/com/android/systemui/statusbar/phone/QuickSettings.java
e641b6a99cabad7076e10694a5b1b30f449de462 11-Sep-2012 Winson Chung <winsonc@google.com> Adding alarm to quick settings.

- Cleaning up some code

Change-Id: Iaea2077084ba16b4fb4d47c8b2df5da6983ceb91
es/layout/quick_settings_tile_time.xml
es/values/styles.xml
rc/com/android/systemui/statusbar/phone/QuickSettings.java
rc/com/android/systemui/statusbar/phone/QuickSettingsModel.java
rc/com/android/systemui/statusbar/policy/LocationController.java
c09cdce1b05075da808ae080b9905a14a3e1e627 11-Sep-2012 Christopher Tate <ctate@google.com> Update airplane-mode manipulation for the new Settings namespace

Quick Settings and global actions (aka longpress-Power) toggles are
included in this CL. The Settings app manipulations are updated in
a different CL because that's a different git package.

Bug 7132230

Change-Id: I50838f5e8d7b25a750d2bcae90bf384b09816dbb
rc/com/android/systemui/statusbar/phone/QuickSettings.java
rc/com/android/systemui/statusbar/policy/AirplaneModeController.java
rc/com/android/systemui/statusbar/policy/NetworkController.java
996be340817b8c45a595a79bf79c44ac7c52ef4b 10-Sep-2012 Baligh Uddin <baligh@google.com> Merge "Import translations. DO NOT MERGE" into jb-mr1-dev
7c07cdd6682c269629646542af8a9be5f14a06cd 10-Sep-2012 Baligh Uddin <baligh@google.com> Import translations. DO NOT MERGE

Change-Id: I2996f36103f8089ab115bc87c175d4c1ca6e4625
Auto-generated-cl: translation import
es/values-af/strings.xml
es/values-am/strings.xml
es/values-ar/strings.xml
es/values-be/strings.xml
es/values-bg/strings.xml
es/values-ca/strings.xml
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-en-rGB/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-et/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hi/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-it/strings.xml
es/values-iw/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-ms/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-rm/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv/strings.xml
es/values-sw/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
es/values-zu/strings.xml
61e36836b7302c8ccd30c0c07ac14d087f873c8e 10-Sep-2012 John Spurlock <jspurlock@google.com> Notifications: Hide ticker updates from background users.

We should only update the notification ticker area when
the notification is for the current user.

Bug:6924835
Change-Id: Ieaccbd8c972b3d0f62c74d29d42e0fa77ec3148c
rc/com/android/systemui/statusbar/BaseStatusBar.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
7a8cce3d8a6fb781d840ddf60324a301f5a3f2d9 10-Sep-2012 Jeff Brown <jeffbrown@google.com> Handle case where user info might not be available.

The CursorLoader can return a null cursor if the query
failed for some reason. This may happen in certain states
where the provider is not available.

Bug: 7133411
Change-Id: Id7b383bca45a61bc8726ba9f6115cbbc07e5d0b4
rc/com/android/systemui/statusbar/phone/QuickSettings.java
21c7153d30071dcbeb92daa1fd48ed181e42aef3 09-Sep-2012 Jeff Brown <jeffbrown@google.com> Disable wifi display API when the adapter is not registered.

Bug: 7132341
Change-Id: I46d859082077afd2c8adc829ad285977dff80d07
rc/com/android/systemui/statusbar/phone/QuickSettings.java
508257bdfcd6cd3a85e55eb7addaf7eb43a61618 09-Sep-2012 Jeff Brown <jeffbrown@google.com> Add skeleton Wifi-Display tile in QS.

Pop up a little dialog when the tile is touched with options
to connect, scan and disconnect.

Change-Id: Ic9e28344899310692ace36c322974df175f82e08
ndroidManifest.xml
es/layout/quick_settings_tile_wifi_display.xml
es/layout/wifi_display_dialog.xml
es/values/strings.xml
rc/com/android/systemui/statusbar/phone/QuickSettings.java
d63c59786509aadd6a8d0c5cb45ed696339f16b7 06-Sep-2012 Winson Chung <winsonc@google.com> Initial changes to add QuickSettings.

Change-Id: If510f74d6046929e5e8a794c6dc2fddb15a03d6b
ndroidManifest.xml
es/drawable-hdpi/ic_qs_airplane_enabled.png
es/drawable-hdpi/ic_qs_airplane_normal.png
es/drawable-hdpi/ic_qs_bluetooth_enabled.png
es/drawable-hdpi/ic_qs_bluetooth_normal.png
es/drawable-hdpi/ic_qs_rssi_enabled.png
es/drawable-hdpi/ic_qs_rssi_normal.png
es/drawable-hdpi/ic_qs_wifi_enabled.png
es/drawable-hdpi/ic_qs_wifi_normal.png
es/drawable-mdpi/ic_qs_airplane_enabled.png
es/drawable-mdpi/ic_qs_airplane_normal.png
es/drawable-mdpi/ic_qs_bluetooth_enabled.png
es/drawable-mdpi/ic_qs_bluetooth_normal.png
es/drawable-mdpi/ic_qs_rssi_enabled.png
es/drawable-mdpi/ic_qs_rssi_normal.png
es/drawable-mdpi/ic_qs_wifi_enabled.png
es/drawable-mdpi/ic_qs_wifi_normal.png
es/drawable-xhdpi/ic_qs_airplane_enabled.png
es/drawable-xhdpi/ic_qs_airplane_normal.png
es/drawable-xhdpi/ic_qs_bluetooth_enabled.png
es/drawable-xhdpi/ic_qs_bluetooth_normal.png
es/drawable-xhdpi/ic_qs_rssi_enabled.png
es/drawable-xhdpi/ic_qs_rssi_normal.png
es/drawable-xhdpi/ic_qs_wifi_enabled.png
es/drawable-xhdpi/ic_qs_wifi_normal.png
es/drawable/ic_qs_battery.xml
es/layout/quick_settings.xml
es/layout/quick_settings_tile.xml
es/layout/quick_settings_tile_airplane.xml
es/layout/quick_settings_tile_battery.xml
es/layout/quick_settings_tile_bluetooth.xml
es/layout/quick_settings_tile_brightness.xml
es/layout/quick_settings_tile_ime.xml
es/layout/quick_settings_tile_location.xml
es/layout/quick_settings_tile_media.xml
es/layout/quick_settings_tile_rssi.xml
es/layout/quick_settings_tile_settings.xml
es/layout/quick_settings_tile_time.xml
es/layout/quick_settings_tile_user.xml
es/layout/quick_settings_tile_wifi.xml
es/layout/quick_settings_tile_wifi_display.xml
es/values-land/config.xml
es/values-land/dimens.xml
es/values/config.xml
es/values/dimens.xml
es/values/strings.xml
es/values/styles.xml
rc/com/android/systemui/statusbar/phone/PanelView.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/phone/QuickSettings.java
rc/com/android/systemui/statusbar/phone/QuickSettingsContainerView.java
rc/com/android/systemui/statusbar/phone/QuickSettingsTileView.java
rc/com/android/systemui/statusbar/phone/SettingsPanelView.java
rc/com/android/systemui/statusbar/policy/BatteryController.java
rc/com/android/systemui/statusbar/policy/BluetoothController.java
rc/com/android/systemui/statusbar/policy/DateView.java
rc/com/android/systemui/statusbar/policy/LocationController.java
rc/com/android/systemui/statusbar/policy/NetworkController.java
rc/com/android/systemui/statusbar/policy/QuickSettingsDateView.java
6f7c139137e12cabfad3922f42f48c53906388a7 06-Sep-2012 Baligh Uddin <baligh@google.com> Merge "Import translations. DO NOT MERGE" into jb-mr1-dev
40e86a56da7a39bc899ca78a69258199c2640420 06-Sep-2012 Daniel Sandler <dsandler@android.com> Merge "New "Start dreams" launcher shortcut." into jb-mr1-dev
32f6fd55b1bcabc97945827d88d60ba48edf1a40 06-Sep-2012 Daniel Sandler <dsandler@android.com> New "Start dreams" launcher shortcut.

Change-Id: Ice46fc8b99dae615e421ccf4eb6ca6f2a76cbe5f
ndroidManifest.xml
es/mipmap-hdpi/ic_dreams.png
es/mipmap-mdpi/ic_dreams.png
es/mipmap-xhdpi/ic_dreams.png
es/values/strings.xml
rc/com/android/systemui/Somnambulator.java
4848f42f65082340b98da2628761e59567d19d9d 06-Sep-2012 Michael Jurka <mikejurka@google.com> Merge "Fixing issue where recents items would go dim" into jb-mr1-dev
14895405c18ce96927564fe454af8686f3d76854 05-Sep-2012 Michael Jurka <mikejurka@google.com> Fixing issue where recents items would go dim

Bug: 6772614
Change-Id: I2f57f001d91d6cb445c58ac705e6c3ad1fa70dd3
es/drawable/recents_thumbnail_fg.xml
es/drawable/recents_thumbnail_no_press.xml
f6bdb634c2bcbad4784433435ec8f18a7e03d96a 05-Sep-2012 Baligh Uddin <baligh@google.com> Import translations. DO NOT MERGE

Change-Id: I0825c7b01d6c6a75e18de2531364c7fab66238bf
Auto-generated-cl: translation import
es/values-af/strings.xml
es/values-am/strings.xml
es/values-ar/strings.xml
es/values-be/strings.xml
es/values-bg/strings.xml
es/values-ca/strings.xml
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-en-rGB/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-et/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hi/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-it/strings.xml
es/values-iw/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-ms/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-rm/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv/strings.xml
es/values-sw/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
es/values-zu/strings.xml
fd5494b8ef91e8a909622c3bf45dac7537254b41 05-Sep-2012 Daniel Sandler <dsandler@android.com> Merge changes I4ef284da,Ie8cc69bd into jb-mr1-dev

* changes:
Make the SystemUI stop the screen saver when a full-screen notification is posted.
Do not play sounds or vibes for background users' notifications.
5a426f6c4ac67a52768c56b97d35808dc11905c8 05-Sep-2012 Daniel Sandler <dsandler@android.com> Merge "Full-height panels on phones." into jb-mr1-dev
bf526d14f3252b8a5c123291e4cd8b1c51346560 05-Sep-2012 Daniel Sandler <dsandler@android.com> Full-height panels on phones.

The dynamic carrier label is also back for those devices.

Finally, allow the panel to be dragged just by touching the
(newly reopened) empty area.

Bug: 6999596
Change-Id: I65f2867f1bd1977270de0bcedd32cb7141fcb6b1
es/layout-sw600dp/carrier_label.xml
es/layout/carrier_label.xml
es/layout/quick_settings.xml
es/layout/status_bar_expanded.xml
es/layout/super_status_bar.xml
rc/com/android/systemui/statusbar/phone/PanelView.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
78770167cec711e6259734c18cd17ad248eea759 05-Sep-2012 Michael Jurka <mikejurka@google.com> Merge "Fixing preloading recents for all devices" into jb-mr1-dev
c9ce0abe29baecc540c48f4913255a71586bcfd3 04-Sep-2012 Daniel Sandler <dsandler@android.com> Make the SystemUI stop the screen saver when a full-screen notification is posted.

This keeps all the fullScreenIntent logic (including
multiuser implications) in one place.

Change-Id: I4ef284daf90464f105780ade1d971e9e081fbbb5
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
d0d4bb84595d48116b3751b14efbc39388a78882 04-Sep-2012 Michael Jurka <mikejurka@google.com> Fixing preloading recents for all devices

- Fixed for tablets and phones with hard nav buttons

Change-Id: I1dc2249376b3f376c283598f5cef6e326b191ace
rc/com/android/systemui/recent/RecentTasksLoader.java
rc/com/android/systemui/statusbar/BaseStatusBar.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
881f0b1ee0e712e7309555826a4e5426238dcefe 05-Sep-2012 Michael Jurka <mikejurka@google.com> Remove unneeded imports
rc/com/android/systemui/ImageWallpaper.java
rc/com/android/systemui/recent/RecentTasksLoader.java
rc/com/android/systemui/recent/RecentsPanelView.java
8481980495b7b27b1f5834e6ed44cc33f9f5567a 05-Sep-2012 Michael Jurka <mikejurka@google.com> Merge "Porting old code for min alpha for items in recents" into jb-mr1-dev
a1730fa4f18adfb044645163a6e7bb1d405c593f 05-Sep-2012 Michael Jurka <mikejurka@google.com> Merge "Debug code for window transition crash" into jb-mr1-dev
e32bb6c9c6c27fc8d9df513994d996ceb1f226f4 04-Sep-2012 Daniel Sandler <dsandler@android.com> Merge "Only show the BeanFlinger screensaver to the worthy." into jb-mr1-dev
d9d00c1c2dec5ea5b4999fd504d12510a57dd60f 04-Sep-2012 Baligh Uddin <baligh@google.com> Merge "Import translations. DO NOT MERGE" into jb-mr1-dev
adf0b215908f8fd921fcb734b9809c806cb67042 04-Sep-2012 Michael Jurka <mikejurka@google.com> Porting old code for min alpha for items in recents

Change-Id: I68dce175b3a2c0263c5df1ef787c28d6c622e879
es/values-sw720dp/config.xml
es/values/config.xml
rc/com/android/systemui/recent/RecentsActivity.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
a4dd30174d8f0b385cfb37258c583afcb725794c 04-Sep-2012 Michael Jurka <mikejurka@google.com> Debug code for window transition crash

https://b.corp.google.com/7060284

- Throw exception before we try to start window
transition with null thumb
- also remove some old unneeded debug code

Change-Id: Ic9693372724cbfaa4c4cb2594128ca10677d9d8f
rc/com/android/systemui/recent/RecentsPanelView.java
rc/com/android/systemui/statusbar/BaseStatusBar.java
4120375d46091df8527bb701882e056fbb0e6b06 31-Aug-2012 Dianne Hackborn <hackbod@google.com> Remove Binder.getOrigCallingUid().

Replaced all remaining places that used it with explicit user
specification.

While doing this, I ran into stuff that was creating PendingIntent
objects (that now need to specify the explicit user they are for),
which are also posting notifications... but have no way to specify
the user for the notification.

So the notification manager in the system process now also gets a
formal concept of a user associated with the notification, which
is passed in to all the necessary aidl calls. I also removed the
old deprecated aidl interface for posting/cancelling notifications,
since we now always need a user supplied.

There is more work that needs to be done here, though. For example
I think we need to be able to specify USER_ALL for a notification that
should be shown to all users (such as low storage or low battery).
Along with that, the PendingIntent creation needs to be tweaked to
be able to handle USER_CURRENT by evaluating the user at the point the
pending intent is sent.

That's for another change, however.

Change-Id: I468e14dce8def0e13e0870571e7c31ed32b6310c
rc/com/android/systemui/statusbar/policy/LocationController.java
0bcf4adcde601aff7d3894de2603e1f2cae41f1a 31-Aug-2012 Daniel Sandler <dsandler@android.com> Only show the BeanFlinger screensaver to the worthy.

(That is: you must have discovered the flying-jellybeans
easter egg to gain permanent access to the Dreams version of
same.)

Change-Id: I65ce39c0ab5b61f492a3637e3c31b3c91f4f0f89
ndroidManifest.xml
es/values/strings.xml
rc/com/android/systemui/BeanBag.java
8c890f8a69ea1e6f8f7fe989a610ffe738e91866 31-Aug-2012 Daniel Sandler <dsandler@android.com> Merge "Work around instability of Display.getRotation()." into jb-mr1-dev
7f3cf9586ef51d6a870d941e56a0f12471cbbad2 31-Aug-2012 Daniel Sandler <dsandler@android.com> Work around instability of Display.getRotation().

Ensures that the navigation buttons are properly oriented
each time the screen comes on.

Bug: 7086018
Change-Id: Iac6243792a8c64001ff7409108fb892bd470e4c4
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
6beee2694c523c39ee9200508996e64fa6e64348 31-Aug-2012 Sascha Prueter <saschap@google.com> am a3503f26: am 6ee6615d: Merge "Revert "Update Back softkey icon Bug: 6020915"" into jb-dev

* commit 'a3503f2688c69b49a309763d8da7e7c04327d6d7':
Revert "Update Back softkey icon Bug: 6020915"
a3503f2688c69b49a309763d8da7e7c04327d6d7 31-Aug-2012 Sascha Prueter <saschap@google.com> am 6ee6615d: Merge "Revert "Update Back softkey icon Bug: 6020915"" into jb-dev

* commit '6ee6615d8f923a68021d04dc06b20d72c3f8498a':
Revert "Update Back softkey icon Bug: 6020915"
f14f01cc26830459e4e4e0a601e5b5f810e0ca5f 31-Aug-2012 Sascha Prueter <saschap@google.com> Revert "Update Back softkey icon Bug: 6020915"

This reverts commit 962daf9b1c4b12aff68a137472b6a7f4db123c65

Change-Id: If60099643336e35fe5bf7dcbf68a419bcd7ebae3
es/drawable-hdpi/ic_sysbar_back.png
es/drawable-hdpi/ic_sysbar_back_land.png
es/drawable-mdpi/ic_sysbar_back.png
es/drawable-mdpi/ic_sysbar_back_land.png
es/drawable-sw600dp-hdpi/ic_sysbar_back.png
es/drawable-sw600dp-mdpi/ic_sysbar_back.png
es/drawable-sw600dp-xhdpi/ic_sysbar_back.png
es/drawable-xhdpi/ic_sysbar_back.png
es/drawable-xhdpi/ic_sysbar_back_land.png
aed83ee84f4e1857e3192cb00473058fa49e58d5 31-Aug-2012 Baligh Uddin <baligh@google.com> Import translations. DO NOT MERGE

Change-Id: If32fc3d101fae6ecb8ec9199e632f9fac6eacf53
Auto-generated-cl: translation import
es/values-fa/strings.xml
es/values-iw/strings.xml
73365695e4d169126c6932df8e8e932aefe6aaca 30-Aug-2012 Dianne Hackborn <hackbod@google.com> Merge "Improve multi-user broadcasts." into jb-mr1-dev
5ac72a29593ab9a20337a2225df52bdf4754be02 30-Aug-2012 Dianne Hackborn <hackbod@google.com> Improve multi-user broadcasts.

You can now use ALL and CURRENT when sending broadcasts, to specify
where the broadcast goes.

Sticky broadcasts are now correctly separated per user, and registered
receivers are filtered based on the requested target user.

New Context APIs for more kinds of sending broadcasts as users.

Updating a bunch of system code that sends broadcasts to explicitly
specify which user the broadcast goes to.

Made a single version of the code for interpreting the requested
target user ID that all entries to activity manager (start activity,
send broadcast, start service) use.

Change-Id: Ie29f02dd5242ef8c8fa56c54593a315cd2574e1c
rc/com/android/systemui/statusbar/policy/AirplaneModeController.java
25bb8eec2d63add7d43d357c26f9792ae6156a92 30-Aug-2012 Daniel Sandler <dsandler@android.com> Turn off deadzone flash, replacing it with logcat.

Change-Id: I30db97e5c3a6ef3a06e6065ccf087a7f6d1f9286
es/values/config.xml
rc/com/android/systemui/statusbar/policy/DeadZone.java
8601e8b3ab3b166166543baaab663224b787d68f 30-Aug-2012 Daniel Sandler <dsandler@android.com> Merge "Expand the navbar dead zone briefly after touches elsewhere." into jb-mr1-dev
c26185bb7b30508a1940eb452af64b6d8661915f 29-Aug-2012 Daniel Sandler <dsandler@android.com> Expand the navbar dead zone briefly after touches elsewhere.

For now, each time the dead zone captures a touch, it will
flash to let you know that's what happened. We should
probably turn this off before shipping.

Note also that this currently only expands the navbar on
ACTION_DOWN elsewhere in the UI (because this is the only
time ACTION_OUTSIDE is generated); this isn't perfect and
we'll need to do some mucking about with the input system to
get information about ongoing drags or additional pointers
down, but this CL is a good start and introduces the general
mechanism for expanding and contracting the dead zone.

Change-Id: I43e63aed1e541fd07d83fde4d66bcb5be89b69d2
es/layout-sw600dp/navigation_bar.xml
es/layout/navigation_bar.xml
es/values/attrs.xml
es/values/config.xml
es/values/dimens.xml
rc/com/android/systemui/statusbar/phone/NavigationBarView.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/policy/DeadZone.java
7af0c166f01f80dbe28339c46b1d381837f92b73 29-Aug-2012 Amith Yamasani <yamasani@google.com> Merge "Fix recents list for multiuser" into jb-mr1-dev
d2e99565f5377a9afa839eab738b10e7b5e0a761 29-Aug-2012 Amith Yamasani <yamasani@google.com> Fix recents list for multiuser

Since the Recents is now an activity running in the respective user's sandbox,
it shouldn't use the special API to get the current user's recent tasks.
Otherwise it causes all users to fetch the state of the current foreground user
instead of their own recents.

Change-Id: Ice8c2978e6a7ae71c44666c79a19ac07a2cbea1b
rc/com/android/systemui/recent/RecentTasksLoader.java
97d8f83818d36397805a8844ce5d71ce3a5fe069 29-Aug-2012 Baligh Uddin <baligh@google.com> Merge "Import translations. DO NOT MERGE" into jb-mr1-dev
0d43c567cea30e6fb7af0f7adadb1c620339c0f5 28-Aug-2012 Daniel Sandler <dsandler@android.com> am 393e3170: am ad955fe8: Merge "SystemUI: Fix data activity overlay not being removed when data is disabled"

* commit '393e3170b3f52a3e191554ffd8c8f81821ba2074':
SystemUI: Fix data activity overlay not being removed when data is disabled
0d51d679b2638e159edd29ad0c71d6bca68aa2cb 28-Aug-2012 Baligh Uddin <baligh@google.com> Import translations. DO NOT MERGE

Change-Id: I4739f1d06aba86718416cde965590fe9535bde51
Auto-generated-cl: translation import
es/values-hi/strings.xml
es/values-th/strings.xml
393e3170b3f52a3e191554ffd8c8f81821ba2074 28-Aug-2012 Daniel Sandler <dsandler@android.com> am ad955fe8: Merge "SystemUI: Fix data activity overlay not being removed when data is disabled"

* commit 'ad955fe87f44b43dbb2842fdcbe4e62900b5a07f':
SystemUI: Fix data activity overlay not being removed when data is disabled
ad955fe87f44b43dbb2842fdcbe4e62900b5a07f 28-Aug-2012 Daniel Sandler <dsandler@android.com> Merge "SystemUI: Fix data activity overlay not being removed when data is disabled"
d4114d1aa3664c8cf7a249df46423a6da8a79739 27-Aug-2012 Baligh Uddin <baligh@google.com> Import translations. DO NOT MERGE

Change-Id: Ief33e8fa1f5852b5fd221fafc7bc2f7407aca6d1
Auto-generated-cl: translation import
es/values-am/strings.xml
es/values-es-rUS/strings.xml
es/values-hr/strings.xml
es/values-iw/strings.xml
es/values-sw/strings.xml
es/values-vi/strings.xml
68cff8c117b18136de8f652782b364fc48f25a84 27-Aug-2012 John Spurlock <jspurlock@google.com> Merge "Beans in space." into jb-mr1-dev
f07439fba4d96c45c3bc873ffbb497cf3fffb744 25-Aug-2012 John Spurlock <jspurlock@google.com> Beans in space.

Quick example dream reusing the JB bean bag view.

Change-Id: Iad3ecedc9ba2c258bd33fcfbba2e3fc48382bdc8
ndroidManifest.xml
rc/com/android/systemui/BeanBagDream.java
6208c6da634cf4d2d9cd2770d19ed1b49f950e24 24-Aug-2012 Baligh Uddin <baligh@google.com> Import translations. DO NOT MERGE

Change-Id: I34bae2ebf2fbf14c76d13c4e2e38c2aa25b3f6d9
Auto-generated-cl: translation import
es/values-ru/strings.xml
b8ea2f59e2727020ac211d5b6f6d421314546439 24-Aug-2012 Chris Wren <cwren@android.com> [phones] Only allow double-flick opening of the quicksettings panel.

Bug: 7043587
Change-Id: I39d208626c477e8c081c9d81c3124eb631152998
es/values/dimens.xml
rc/com/android/systemui/statusbar/phone/PhoneStatusBarView.java
3081c71a8310a0148d8739a53c7689f63905e307 24-Aug-2012 Baligh Uddin <baligh@google.com> Import translations. DO NOT MERGE

Change-Id: Ie2c09a688d76f2886909461362de765820d3e255
Auto-generated-cl: translation import
es/values-ms/strings.xml
es/values-pt/strings.xml
es/values-zh-rCN/strings.xml
fd9619f647a618b7bded59875186d1bcdde32ba1 23-Aug-2012 Justin Ho <justinho@google.com> am 3bc03666: am 72404a82: Merge "Update Back softkey icon Bug: 6020915" into jb-dev

* commit '3bc03666ccd322f8ebc0c303dabe920b2ae6944c':
Update Back softkey icon Bug: 6020915
03f482c34d7e0d2917e7f53006ee2fc9736e8773 23-Aug-2012 Michael Jurka <mikejurka@google.com> Merge "Recents: apps scale down to thumbnails now" into jb-mr1-dev
cb2522c86d75fff277dc38ec7e444a5b5f5130ea 13-Apr-2012 Michael Jurka <mikejurka@google.com> Recents: apps scale down to thumbnails now

As a part of this change, Recents is now an
activity.

Known issues:
* Jank: jump-cut as app icon appears suddenly
after the aniamtion
* Preloading recents is broken on phones without
soft nav bar and on tablets
* Thumbnail window from animation lingers/flashes
sometimes

Change-Id: Ie6f991f3c2e1e67f9ed84eb6adba9174ed957248
ndroidManifest.xml
es/layout-land/status_bar_recent_panel.xml
es/layout/status_bar_recent_panel.xml
es/layout/system_bar_recent_panel.xml
es/values/dimens.xml
rc/com/android/systemui/SystemUIApplication.java
rc/com/android/systemui/recent/Choreographer.java
rc/com/android/systemui/recent/RecentTasksLoader.java
rc/com/android/systemui/recent/RecentsActivity.java
rc/com/android/systemui/recent/RecentsHorizontalScrollView.java
rc/com/android/systemui/recent/RecentsPanelView.java
rc/com/android/systemui/recent/RecentsVerticalScrollView.java
rc/com/android/systemui/statusbar/BaseStatusBar.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
rc/com/android/systemui/statusbar/tv/TvStatusBar.java
48df87298a072dc94559528f678d952cf66ce5e5 23-Aug-2012 Baligh Uddin <baligh@google.com> Merge "Import translations. DO NOT MERGE" into jb-mr1-dev
3bc03666ccd322f8ebc0c303dabe920b2ae6944c 22-Aug-2012 Justin Ho <justinho@google.com> am 72404a82: Merge "Update Back softkey icon Bug: 6020915" into jb-dev

* commit '72404a82d30ff0631a31aed93f221c1fdf210888':
Update Back softkey icon Bug: 6020915
ae1c2d1c15c89663d8b3ed6e5a3fc62a6d79a75e 22-Aug-2012 Baligh Uddin <baligh@google.com> Import translations. DO NOT MERGE

Change-Id: I56235165dab3db350e0f5918f4f9bca8f33be611
Auto-generated-cl: translation import
es/values-af/strings.xml
es/values-am/strings.xml
es/values-ar/strings.xml
es/values-bg/strings.xml
es/values-cs/strings.xml
es/values-es-rUS/strings.xml
es/values-et/strings.xml
es/values-fa/strings.xml
es/values-fr/strings.xml
es/values-hi/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sr/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr/strings.xml
es/values-vi/strings.xml
es/values-zh-rTW/strings.xml
es/values-zu/strings.xml
4d179dc6ccf3eb118767e94b803484abe9552537 22-Aug-2012 Chet Haase <chet@google.com> Fix animation of notification handle bar when panel changes height

The notification panel uses LayoutTransition to animate changes to
the list of notifications. This works for the items themselves as
items are added or removed; the new/old items animate in/out and the
existing items animate to make or remove space.

But the handle at the bottom of the list (the gray translucent line) does
not play well with these changes. For example, when an item is swiped away
the handle snaps into its new location before the rest of the items have
finished animating.

The problem comes from a constraint of LayoutTransition; it handles changes
to the container it operates on, and to the parent hierarchy all the way up
to the root. However, it cannot animate changes to siblings of the parents.
So when the list resizes due to item changes, the handle (which is in a sibling
of the list) does not animate this change, but just reacts instantly.

The fix is to draw the handle not as a view itself, but rather as part of the
parent container of the list. So as the list animates a resize, the container will
also animate, and any graphics in the container will animate along with it.
No matter what size the container of the list is, the line will be drawn at
the bottom of it.

Issue #7024902 Notification panel animation incorrect when swiping notification out

Change-Id: Ifc412cb6bcdc6ead35993b0320364a2a95a16e11
es/layout/status_bar_expanded.xml
rc/com/android/systemui/statusbar/phone/NotificationPanelView.java
962daf9b1c4b12aff68a137472b6a7f4db123c65 21-Aug-2012 Justin Ho <justinho@google.com> Update Back softkey icon
Bug: 6020915

Change-Id: I780f09bd1e99a10b2189ab253dd1a082118a385d
es/drawable-hdpi/ic_sysbar_back.png
es/drawable-hdpi/ic_sysbar_back_land.png
es/drawable-mdpi/ic_sysbar_back.png
es/drawable-mdpi/ic_sysbar_back_land.png
es/drawable-sw600dp-hdpi/ic_sysbar_back.png
es/drawable-sw600dp-mdpi/ic_sysbar_back.png
es/drawable-sw600dp-xhdpi/ic_sysbar_back.png
es/drawable-xhdpi/ic_sysbar_back.png
es/drawable-xhdpi/ic_sysbar_back_land.png
66bcbb9e39f6c877210e7aa46b8e5d38fd79070a 21-Aug-2012 Chet Haase <chet@google.com> Merge "Fix notification panel bug which prevented proper resizing" into jb-mr1-dev
11780f2f66bde673d04672f52c1b3867ecb72ad1 21-Aug-2012 Baligh Uddin <baligh@google.com> Import translations. DO NOT MERGE

Change-Id: Ie9c95838e61ce5fffd21db7cd63f393a7ec2735e
Auto-generated-cl: translation import
es/values-af/strings.xml
es/values-am/strings.xml
es/values-ar/strings.xml
es/values-be/strings.xml
es/values-bg/strings.xml
es/values-ca/strings.xml
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-en-rGB/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-et/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hi/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-it/strings.xml
es/values-iw/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-ms/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-rm/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv/strings.xml
es/values-sw/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
es/values-zu/strings.xml
179ec6d0bc9963ffc065a4e7983743bb5e4ce9fe 21-Aug-2012 Chet Haase <chet@google.com> Fix notification panel bug which prevented proper resizing

When the notification panel is opened larger than the list's length,
the penl is put into a "rubber band" mode, to animate the bottom of the
panel back to the end of the list. But the rubber band mode is never
unset, which causes an improper result if another notification is ended,
preventing the panel from resizing to the new, appropriate size of the list.

Fix is to unset the rubber banding flag when the snapping animation finishes.

Issue #6992133 Notification bar does not drop down completely in Mako

Change-Id: Id93918086353f58d6eb6bb071556f08eb2e2706e
rc/com/android/systemui/statusbar/phone/PanelView.java
4e68bd420b6cfdbeadb5e69aa6448665b2da762b 26-Apr-2012 Benoit Goby <benoit@android.com> Add UsbDebuggingManager and UsbDebuggingActivity

The UsbDebuggingManager listens to adbd requests and displays a dialog
when the public key authentification fails, for the user to confirm if it
wants to allow USB debugging from the attached host. If the user chooses
to always allow USB debugging, the UsbDebuggingManager writes the public
key to adbd's config file so that the public key authenfication succeeds
next time.

Change-Id: I115c828331d8e326c380844ee33915d5dff22260
ndroidManifest.xml
es/values/strings.xml
rc/com/android/systemui/usb/UsbDebuggingActivity.java
98365d7663cbd82979a5700faf0050220b01084d 20-Aug-2012 Jeff Brown <jeffbrown@google.com> Refactor for multi-display support.

Split WindowManagerImpl into two parts, the WindowManager
interface implementation remains where it is but the global
communications with the window manager are now handled by
the WindowManagerGlobal class. This change greatly simplifies
the challenge of having separate WindowManager instances
for each Context.

Removed WindowManagerImpl.getDefault(). This represents the
bulk of this change. Most of the usages of this method were
either to perform global functions (now handled by WindowManagerGlobal)
or to obtain the default display (now handled by DisplayManager).

Explicitly associate each new window with a display and make
the Display object available to the View hierarchy.

Add stubs for some new display manager API features.

Start to split apart the concepts of display id and layer stack.
since they operate at different layers of abstraction.
While it's true that each logical display uniquely corresponds to a
surface flinger layer stack, it is not necessarily the case that
they must use the same ids. Added Display.getLayerStack()
and started using it in places where it was relatively easy to do.

Change-Id: I29ed909114dec86807c4d3a5059c3fa0358bea61
rc/com/android/systemui/ImageWallpaper.java
rc/com/android/systemui/SystemUIService.java
rc/com/android/systemui/UniverseBackground.java
rc/com/android/systemui/recent/RecentsPanelView.java
rc/com/android/systemui/statusbar/BaseStatusBar.java
rc/com/android/systemui/statusbar/phone/NavigationBarView.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBarView.java
rc/com/android/systemui/statusbar/tablet/ShirtPocket.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
rc/com/android/systemui/statusbar/tablet/TabletTicker.java
d2ae85d41ec1651dd1bf4c33fe31833ba5c5cff5 17-Aug-2012 Michael Jurka <mikejurka@google.com> Merge "Adding a thumbnail scale down animation" into jb-mr1-dev
79af1dd54c16cde063152922b42c96d72ae9eca8 17-Aug-2012 Dianne Hackborn <hackbod@google.com> Switch public APIs to use new UserHandle class for identifying users.

Gets rid of "yet another integer" confusion.

Change-Id: Id07ea7307aea7c62f0087c6663a1f1c08e2e5dee
rc/com/android/systemui/SearchPanelView.java
rc/com/android/systemui/recent/RecentsPanelView.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/tablet/SettingsView.java
2a00329c6d55c6cd9166e01963d7410e95d80d21 15-Aug-2012 Amith Yamasani <yamasani@google.com> UserHandle to UserSerialNo mapping

Use AtomicFile for usermanager files.

Added a MANAGE_USERS permission that apps (signature permission) can use
to create/query/modify/remove users.

Change-Id: I5cf232232d0539e7508df8ec9b216e29c2351cd9
ndroidManifest.xml
rc/com/android/systemui/statusbar/BaseStatusBar.java
5050813f15a1d39d49cb8eca5a3aa6df43c4d450 16-Aug-2012 Daniel Sandler <dsandler@android.com> Allow the panels to be temporarily dragged past their contents.

Once the user lets go, restore the "correct" height of the
panel.

Bug: 6999596
Change-Id: I2db393873cee876cf17fea25c9d25fe5e3a78424
es/layout/status_bar_expanded.xml
rc/com/android/systemui/statusbar/phone/PanelBar.java
rc/com/android/systemui/statusbar/phone/PanelView.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBarView.java
rc/com/android/systemui/statusbar/policy/NotificationRowLayout.java
3fd688fa50b518ca0b2bf0932dc7ab7197da6b1d 16-Aug-2012 Daniel Sandler <dsandler@android.com> Merge changes Ifad4bd65,I6a4b7d69 into jb-mr1-dev

* changes:
Turn off an assert.
Fix crash in SystemUI.
f02b60aa4f367516f40cf3d60fffae0c6fe3e1b8 16-Aug-2012 Dianne Hackborn <hackbod@google.com> Rename UserId to UserHandle.

This is the start of turning this into a formal public API.

Change-Id: I5786d2c320f1de41a06ed5d0f65adb68967287a0
rc/com/android/systemui/SearchPanelView.java
rc/com/android/systemui/recent/RecentTasksLoader.java
rc/com/android/systemui/recent/RecentsPanelView.java
rc/com/android/systemui/statusbar/BaseStatusBar.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/tablet/SettingsView.java
fa71962948092786c5190f39fd25ce3d55a4e287 16-Aug-2012 Daniel Sandler <dsandler@android.com> Turn off an assert.

Change-Id: Ifad4bd65ddcedc6e2dd018695fd37ddbf9163e80
rc/com/android/systemui/statusbar/GestureRecorder.java
5a35a0d560ccc5582f26c33534bf22c5c0d169b7 16-Aug-2012 Daniel Sandler <dsandler@android.com> Fix crash in SystemUI.

It looks like we were end()ing the main timing animation in
the middle of the animation (and too many times, at that).

Bug: 6992223
Change-Id: I6a4b7d692171baa73f6211c7843e164b05383a30
rc/com/android/systemui/statusbar/phone/PanelView.java
1e8feef1faca7d2f14bf459691dbe724c8cf5c88 16-Aug-2012 Daniel Sandler <dsandler@android.com> Fix status bar disabling.

Bug: 6998403
Change-Id: I8a47e694f2f3914ef5cf0d180b0309783148c627
rc/com/android/systemui/statusbar/phone/PanelBar.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBarView.java
832cb229cd748505c90f74ae8154fc3557d61a73 13-Apr-2012 Michael Jurka <mikejurka@google.com> Adding a thumbnail scale down animation

Recents animation will temporarily look a bit
wrong, but a subsequent change will fix this.
rc/com/android/systemui/recent/RecentsPanelView.java
228916713db16dd536a8f3d7256b5726a2eaeb2b 16-Aug-2012 Daniel Sandler <dsandler@android.com> Merge "Multiuser support for notifications, take 1." into jb-mr1-dev
b9301c3a686df05950710ec80e2cd691c3082871 14-Aug-2012 Daniel Sandler <dsandler@android.com> Multiuser support for notifications, take 1.

Notifications for background users are hidden from the
panel and status bar.

Still need to add a concept of "any user" notifications (for
things coming from the system) and notification visibility
controls (for access to icons + possibly masked text of
a background user's notifications).

Change-Id: Iba121f35a6c25c2e1c44db029d776a5a59a6a008
ndroidManifest.xml
es/layout/status_bar_expanded_header.xml
es/layout/status_bar_notification_row.xml
rc/com/android/systemui/statusbar/BaseStatusBar.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
cf591db04914d8ceadd982451b325bd8c4817086 15-Aug-2012 Daniel Sandler <dsandler@android.com> Confine the quick settings trigger to the right third of the status bar.

Pulling down anywhere on the status bar when a panel is
already showing will switch to the other panel.

Also adjust gesture recorder output to track the settings
panel and annotate it separately.

Change-Id: I0ca3b395b5f2c6c8767237126bce26d0e8c9b8c0
es/layout/quick_settings.xml
rc/com/android/systemui/statusbar/phone/NotificationPanelView.java
rc/com/android/systemui/statusbar/phone/PanelBar.java
rc/com/android/systemui/statusbar/phone/PanelView.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBarView.java
rc/com/android/systemui/statusbar/phone/SettingsPanelView.java
978f853d189c1857190b4a2e200c7a283e31ca14 15-Aug-2012 Daniel Sandler <dsandler@android.com> Fix situations where the panel wouldn't descend.

Change-Id: I41c1d6a973b2693487062f3a5fbf922ff2025897
rc/com/android/systemui/statusbar/phone/PanelBar.java
rc/com/android/systemui/statusbar/phone/PanelView.java
2db99c56f74013ee51950ac53062536be2edcd14 15-Aug-2012 Daniel Sandler <dsandler@android.com> Merge "Turn off chatty logging for everyone." into jb-mr1-dev
194b6e971668ea32124bdc1b0f534fcb3e06ef9f 15-Aug-2012 Jeff Brown <jeffbrown@google.com> Merge "Power manager rewrite." into jb-mr1-dev
bf4aa9d5bc34df144afcab45e8045d34a0ac090a 15-Aug-2012 Daniel Sandler <dsandler@android.com> Turn off chatty logging for everyone.

Change-Id: I6c6f48012df8a551ae4f2b2a9cd2713184234763
rc/com/android/systemui/statusbar/phone/PanelBar.java
rc/com/android/systemui/statusbar/phone/PanelView.java
8e72c9e19cfb0b6c1463fa841f1dd02be8f3b4e1 15-Aug-2012 Daniel Sandler <dsandler@android.com> Quick settings come to all Android devices.

I mean, real soon now.

Change-Id: I9a15b49f271e7ae06eb48a402f58270d8adccbf4
es/drawable-nodpi/qs_coming_soon.png
es/layout-sw600dp/super_status_bar.xml
es/layout/quick_settings.xml
es/layout/super_status_bar.xml
es/values-sw600dp-land/dimens.xml
es/values-sw600dp/dimens.xml
es/values/dimens.xml
rc/com/android/systemui/statusbar/phone/PanelBar.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBarView.java
9630704ed3b265f008a8f64ec60a33cf9dcd3345 28-Jul-2012 Jeff Brown <jeffbrown@google.com> Power manager rewrite.

The major goal of this rewrite is to make it easier to implement
power management policies correctly. According, the new
implementation primarily uses state-based rather than event-based
triggers for applying changes to the current power state.

For example, when an application requests that the proximity
sensor be used to manage the screen state (by way of a wake lock),
the power manager makes note of the fact that the set of
wake locks changed. Then it executes a common update function
that recalculates the entire state, first looking at wake locks,
then considering user activity, and eventually determining whether
the screen should be turned on or off. At this point it may
make a request to a component called the DisplayPowerController
to asynchronously update the display's powe state. Likewise,
DisplayPowerController makes note of the updated power request
and schedules its own update function to figure out what needs
to be changed.

The big benefit of this approach is that it's easy to mutate
multiple properties of the power state simultaneously then
apply their joint effects together all at once. Transitions
between states are detected and resolved by the update in
a consistent manner.

The new power manager service has is implemented as a set of
loosely coupled components. For the most part, information
only flows one way through these components (by issuing a
request to that component) although some components support
sending a message back to indicate when the work has been
completed. For example, the DisplayPowerController posts
a callback runnable asynchronously to tell the PowerManagerService
when the display is ready. An important feature of this
approach is that each component neatly encapsulates its
state and maintains its own invariants. Moreover, we do
not need to worry about deadlocks or awkward mutual exclusion
semantics because most of the requests are asynchronous.

The benefits of this design are especially apparent in
the implementation of the screen on / off and brightness
control animations which are able to take advantage of
framework features like properties, ObjectAnimator
and Choreographer.

The screen on / off animation is now the responsibility
of the power manager (instead of surface flinger). This change
makes it much easier to ensure that the animation is properly
coordinated with other power state changes and eliminates
the cause of race conditions in the older implementation.

The because of the userActivity() function has been changed
so that it never wakes the device from sleep. This change
removes ambiguity around forcing or disabling user activity
for various purposes. To wake the device, use wakeUp().
To put it to sleep, use goToSleep(). Simple.

The power manager service interface and API has been significantly
simplified and consolidated. Also fixed some inconsistencies
related to how the minimum and maximum screen brightness setting
was presented in brightness control widgets and enforced behind
the scenes.

At present the following features are implemented:

- Wake locks.
- User activity.
- Wake up / go to sleep.
- Power state broadcasts.
- Battery stats and event log notifications.
- Dreams.
- Proximity screen off.
- Animated screen on / off transitions.
- Auto-dimming.
- Auto-brightness control for the screen backlight with
different timeouts for ramping up versus ramping down.
- Auto-on when plugged or unplugged.
- Stay on when plugged.
- Device administration maximum user activity timeout.
- Application controlled brightness via window manager.

The following features are not yet implemented:

- Reduced user activity timeout for the key guard.
- Reduced user activity timeout for the phone application.
- Coordinating screen on barriers with the window manager.
- Preventing auto-rotation during power state changes.
- Auto-brightness adjustment setting (feature was disabled
in previous version of the power manager service pending
an improved UI design so leaving it out for now).
- Interpolated brightness control (a proposed new scheme
for more compactly specifying auto-brightness levels
in config.xml).
- Button / keyboard backlight control.
- Change window manager to associated WorkSource with
KEEP_SCREEN_ON_FLAG wake lock instead of talking
directly to the battery stats service.
- Optionally support animating screen brightness when
turning on/off instead of playing electron beam animation
(config_animateScreenLights).

Change-Id: I1d7a52e98f0449f76d70bf421f6a7f245957d1d7
rc/com/android/systemui/statusbar/policy/BrightnessController.java
07d1b289041c67d42e1ad3fc9343833d8a781998 15-Aug-2012 Amith Yamasani <yamasani@google.com> Merge "Launch ASSIST intent on the current user" into jb-mr1-dev
41f71dc814e89546110c57b7ee73c87f31aaba4e 14-Aug-2012 Daniel Sandler <dsandler@android.com> Merge "Use a color resource to specify the dim behind panels." into jb-mr1-dev
e7237fceb1cd17af006815c4338fe8e4a7971ff7 14-Aug-2012 Daniel Sandler <dsandler@android.com> Fix bug with swipe-to-dismiss.

(Clearing all notifications prevents notifications from
being subsequently swiped away.)

Change-Id: Ia15704c390d95f16675e2eea6040379099f44430
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/policy/NotificationRowLayout.java
c1d07a4bd26c0ecf87bfa151ae43cb92c0c73791 14-Aug-2012 Amith Yamasani <yamasani@google.com> Launch ASSIST intent on the current user

Lockscreen and statusbar now launch the intent on the current user.
Make sure that the intent resolution is made to the package manager
for the specific user, as the app could have been disabled for that
user or may have an alternative app installed.

Change-Id: I93b0f972d6c7e8880b146da83dc3d08a68fe7e51
rc/com/android/systemui/SearchPanelView.java
5333400bd5c825cff5a4a481dde9c5530e6b8ef1 03-Aug-2012 Madan Ankapura <mankapur@sta.samsung.com> show 3G icon for CDMA/1xRTT

when config_showMin3G is enabled to true in a CDMA device

Change-Id: I79a4fa200dc406fc7f9f4527165046541961ef69
Signed-off-by: Madan Ankapura <mankapur@sta.samsung.com>
rc/com/android/systemui/statusbar/policy/NetworkController.java
1c1edaa5f127d814058271ee4827fc0fe4a8de44 14-Aug-2012 Daniel Sandler <dsandler@android.com> Use a color resource to specify the dim behind panels.

Change-Id: I551d9969dc1f4032f26fd94cf9719f07873abb5e
es/values/colors.xml
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBarView.java
08d05e3d1d6ade6924266296033981a96b47d5fb 08-Aug-2012 Daniel Sandler <dsandler@android.com> New status bar capable of multiple sliding panels.

There are some visual glitches but almost everything should
be put back pretty much where it was.

Change-Id: I2f9b0591d44599b07bd83f03c4e09e6dd98e1448
es/layout-sw600dp/super_status_bar.xml
es/layout/status_bar_expanded.xml
es/layout/super_status_bar.xml
rc/com/android/systemui/statusbar/phone/NotificationPanelView.java
rc/com/android/systemui/statusbar/phone/PanelBar.java
rc/com/android/systemui/statusbar/phone/PanelHolder.java
rc/com/android/systemui/statusbar/phone/PanelView.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBarView.java
rc/com/android/systemui/statusbar/phone/StatusBarWindowView.java
rc/com/android/systemui/statusbar/policy/Clock.java
258848d2ae04f447ff1c18023fa76b139fcc0862 11-Aug-2012 Amith Yamasani <yamasani@google.com> User Manager service to manage users and query user details

Moved a bunch of methods from PackageManager to UserManager.

Fix launching of activities from recents to correct user.

Guest creation APIs

Change-Id: I0733405e6eb2829675665e225c759d6baa2b708f
rc/com/android/systemui/recent/RecentsPanelView.java
747a9e986c634bc25be3f44c333d7c6ecd44158e 10-Aug-2012 Daniel Sandler <dsandler@android.com> Capture orientation change data in the gesture log.

Change-Id: I19719f82f1b6b6563b33edc85b4a8a259d04ba0c
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
a2fbe53f1e59a9b015d27213fbc8588883f4d408 10-Aug-2012 Daniel Sandler <dsandler@android.com> More termination conditions for Dreams.

Default implementation of Dreams will finish() on KEYCODE_BACK.

PhoneStatusBar will awaken() from any Dream when the Home key is pressed.

Change-Id: I55e2a5d533a7fb93debc4c54514dba3b9098f009
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
8264408f5995534f8e3147b001664ea0df52aaa5 03-Aug-2012 Amith Yamasani <yamasani@google.com> Start the correct settings from the status bar.

Added a new method to Context: startActivityAsUser() requiring the
INTERACT_ACROSS_USERS_FULL permission.

Show the correct Recents list, based on current user.
Added a getRecentTasksForUser() in ActivityManager. Hidden and requires
the INTERACT_ACROSS_USERS_FULL permission.

Change-Id: If5b56465efdd3ead36601a3b51ed4af157bbf35c
ndroidManifest.xml
rc/com/android/systemui/recent/RecentTasksLoader.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/tablet/SettingsView.java
336b31c28ab282595fbf649eaf053f0811034dd9 08-Aug-2012 Jason Simmons <jsimmons@google.com> Merge "Add an empty stub status bar service implementation" into jb-mr1-dev
acad183238ad13774dba38c403ed553c2427027e 18-Feb-2012 Christopher Tate <ctate@google.com> Add an empty stub status bar service implementation

For kiosk-type devices that do not present any navigation UI. This allows
for clean selection of the implementation based on resource overlays,
without the need for the tablet or phone status bar implementations to
accomodate the desired behaviors.

Bug 5824373

Change-Id: Idcec70eef437904edda452b69e5eb7a3cc7094f7
(cherry picked from commit 5717f80927944c141f059162ecd69649488f8049 in ics-aah)

Signed-off-by: Mike J. Chen <mjchen@google.com>
roguard.flags
rc/com/android/systemui/statusbar/tv/TvStatusBar.java
f6a341248d65a5637445941bc320f27673496f71 06-Aug-2012 Daniel Sandler <dsandler@android.com> Move lots of layout-port/ resources to layout/ .

The framework is no longer letting us skate by without a
default (unqualified) for of each resource; in particular,
the land/port aspect of the configuration appears to be
binding much later than it used to.

Bug: 6937365
Change-Id: I6bf72c76e707548168fefa9466dc196ffde33ab3
es/layout-port/status_bar_recent_item.xml
es/layout-port/status_bar_recent_panel.xml
es/layout-port/status_bar_search_panel.xml
es/layout/status_bar_recent_item.xml
es/layout/status_bar_recent_panel.xml
es/layout/status_bar_search_panel.xml
es/values-port/arrays.xml
es/values-port/config.xml
es/values-port/dimens.xml
es/values-port/strings.xml
es/values/arrays.xml
es/values/config.xml
es/values/dimens.xml
bb01fd01118d34d5f91c83881b0bf95dd74d6159 04-Aug-2012 Wink Saville <wink@google.com> am 1971df5d: am e20a19cb: Merge "show 3G icon for CDMA/1xRTT"

* commit '1971df5d4296f077cccff704201057a32b733235':
show 3G icon for CDMA/1xRTT
1971df5d4296f077cccff704201057a32b733235 04-Aug-2012 Wink Saville <wink@google.com> am e20a19cb: Merge "show 3G icon for CDMA/1xRTT"

* commit 'e20a19cb541f8621f04be0f3d3501f2fc51a0e82':
show 3G icon for CDMA/1xRTT
5345c310af8363948cee6a91d11add3ec51e8a9c 03-Aug-2012 Chris Wren <cwren@android.com> Merge "Don't allow the status bar to collapse things we're touching." into jb-mr1-dev
68cad3a0faf0cad9cba81a13e2cde75ca6ae528e 03-Aug-2012 Madan Ankapura <mankapur@sta.samsung.com> show 3G icon for CDMA/1xRTT

when config_showMin3G is enabled to true in a CDMA device

Change-Id: I79a4fa200dc406fc7f9f4527165046541961ef69
Signed-off-by: Madan Ankapura <mankapur@sta.samsung.com>
rc/com/android/systemui/statusbar/policy/NetworkController.java
25dd892ce9dc7d83970a3aa55f25ec8e110dfe84 03-Aug-2012 Svetoslav Ganov <svetoslavganov@google.com> am e1c47324: am 9a59f6e0: Merge "Notification panel on tablet does not handle back and home key events." into jb-dev

* commit 'e1c47324fc22f86f378cb6ccc51e4554eec5156b':
Notification panel on tablet does not handle back and home key events.
e1c47324fc22f86f378cb6ccc51e4554eec5156b 03-Aug-2012 Svetoslav Ganov <svetoslavganov@google.com> am 9a59f6e0: Merge "Notification panel on tablet does not handle back and home key events." into jb-dev

* commit '9a59f6e02fdcabbf2debd5b836b01f7b22a4b21a':
Notification panel on tablet does not handle back and home key events.
3ddab0dcc1039137f05a28ff86477601a223a0fa 02-Aug-2012 Chris Wren <cwren@android.com> Don't allow the status bar to collapse things we're touching.

Bug: 6538918
Change-Id: Ie4e79aa593ac2097d0e6402f84816df934160687
es/values/ids.xml
rc/com/android/systemui/ExpandHelper.java
rc/com/android/systemui/statusbar/BaseStatusBar.java
rc/com/android/systemui/statusbar/NotificationData.java
rc/com/android/systemui/statusbar/policy/NotificationRowLayout.java
73b9c29b8b856d15e8798a876a85766c263f01f2 31-Jul-2012 Svetoslav Ganov <svetoslavganov@google.com> Notification panel on tablet does not handle back and home key events.

1. Notification panel on tablet does not handle back and home key events and
as a result the notification panel stays open. Hence, after opening the
notifications panel, pressing the back key on a keyboard will move back
in the app instead closing the panel. Same happens for the home key.
The expected behavior is if the panel is open the back button will dismiss
it and the key should be consumed by the panel. The home key should hide
the panel and the key should not be consumed by the panel so the system
can do the right thing.

bug:6902903

Change-Id: I06e8ceea1f51b998e6703d70dcb3a24128d5a581
rc/com/android/systemui/statusbar/tablet/NotificationPanel.java
86d00fb40ae5cd01ce5a2e228e6de777eae6dee8 01-Aug-2012 Chris Wren <cwren@android.com> Venetian blinds policy for one-finger notification expansion.

Bug: 6538918
Change-Id: I8a6f860684b2477571f69eb4a79a5c106251b1a8
es/values/dimens.xml
rc/com/android/systemui/ExpandHelper.java
rc/com/android/systemui/statusbar/policy/NotificationRowLayout.java
3d30590bc4874de32f7b04fa3e5db1f95f71de1d 03-Apr-2012 Pawit Pornkitprasan <p.pawit@gmail.com> SystemUI: Fix data activity overlay not being removed when data is disabled

If mobile data connection is disabled while there is active data
activity, the data activity overlay will not be removed and will
be stuck there. This patch fixes that.

Change-Id: I4cc1a14bb2e2d85687752657608e5989adfe9af1
rc/com/android/systemui/statusbar/policy/NetworkController.java
fbf30896653b7a3eb09ea110b1ef4c21c1059977 28-Jul-2012 Daniel Sandler <dsandler@android.com> am 5cb62df6: am dd4ef49f: Persistent \'emergency calls\' banner in the notification panel.

* commit '5cb62df6bdac4aaab7a1c1b1ef849ec213ff028b':
Persistent 'emergency calls' banner in the notification panel.
5cb62df6bdac4aaab7a1c1b1ef849ec213ff028b 28-Jul-2012 Daniel Sandler <dsandler@android.com> am dd4ef49f: Persistent \'emergency calls\' banner in the notification panel.

* commit 'dd4ef49f4545dad2a6503d29e129472aba5392fc':
Persistent 'emergency calls' banner in the notification panel.
dd4ef49f4545dad2a6503d29e129472aba5392fc 27-Jul-2012 Daniel Sandler <dsandler@android.com> Persistent 'emergency calls' banner in the notification panel.

While carrier info (or SSID for devices without mobile data)
will still be shown in a floating text view at the bottom of
the notification shade, emergency-calls-only mode will now
be shown in the notification panel header so that it cannot
be obscured by notifications.

Change-Id: I714b6801be2b9b631b86b51d229440445eff5e76
es/layout/status_bar_expanded.xml
es/values/styles.xml
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/policy/NetworkController.java
1fbfd263adae76f5233ce9b7db9c3a88d517cfb6 26-Jul-2012 Daniel Sandler <dsandler@android.com> am 08b7e785: am 7da1ad69: am c524ca27: Merge "Fix NPE on some phones at startup." into jb-dev

* commit '08b7e78597b06b3801d909c9e9ca1538ed9fc355':
Fix NPE on some phones at startup.
a7a83cef85c1696859fc65e529e38452c2a65b88 26-Jul-2012 Daniel Sandler <dsandler@android.com> am 19351d5e: am f5221a86: am cb1aec34: Remove old unused DreamsDockLauncher.

* commit '19351d5e7a4b3bc95424f4ca5dded79b9826bd63':
Remove old unused DreamsDockLauncher.
08b7e78597b06b3801d909c9e9ca1538ed9fc355 26-Jul-2012 Daniel Sandler <dsandler@android.com> am 7da1ad69: am c524ca27: Merge "Fix NPE on some phones at startup." into jb-dev

* commit '7da1ad699989db8417ce54eb26697eae4a30f634':
Fix NPE on some phones at startup.
19351d5e7a4b3bc95424f4ca5dded79b9826bd63 26-Jul-2012 Daniel Sandler <dsandler@android.com> am f5221a86: am cb1aec34: Remove old unused DreamsDockLauncher.

* commit 'f5221a86c4a7e0e0454732f6a4b95a33bbf334f2':
Remove old unused DreamsDockLauncher.
a8b9defade5b937d4ad64f9aff4bca792298f43c 23-Jul-2012 Jeff Brown <jeffbrown@google.com> Stop using raw display size except in window manager.

We don't actually need the raw size in these places.
The logical size is good enough.

Starting to move dependencies on surface flinger
and window manager out of the Display class.

Change-Id: I2065bee8e5bf7f42c5a452dd1e8479e40ebb0d37
rc/com/android/systemui/statusbar/phone/NavigationBarView.java
7da1ad699989db8417ce54eb26697eae4a30f634 25-Jul-2012 Daniel Sandler <dsandler@android.com> am c524ca27: Merge "Fix NPE on some phones at startup." into jb-dev

* commit 'c524ca275add1c84ef4e1e5c105058f44cac5efb':
Fix NPE on some phones at startup.
c524ca275add1c84ef4e1e5c105058f44cac5efb 25-Jul-2012 Daniel Sandler <dsandler@android.com> Merge "Fix NPE on some phones at startup." into jb-dev
75fcac4eebdf7ff68a534e9af1664c571f40ef30 25-Jul-2012 Daniel Sandler <dsandler@android.com> Fix NPE.

Bug: 6878563
Change-Id: I9a2afed6e2b517c2d6b54cea3d812fb84835fb00
rc/com/android/systemui/statusbar/GestureRecorder.java
f5221a86c4a7e0e0454732f6a4b95a33bbf334f2 25-Jul-2012 Daniel Sandler <dsandler@android.com> am cb1aec34: Remove old unused DreamsDockLauncher.

* commit 'cb1aec3403115467d1298fcabd45137eb483a1fe':
Remove old unused DreamsDockLauncher.
9af376e57ad83d43cd1d326c295ea90b225f2983 25-Jul-2012 Daniel Sandler <dsandler@android.com> Fix NPE on some phones at startup.

Bug: 6877589
Change-Id: I65ff37b4cf6b59a72a7aa665f252f5fb34f3b183
rc/com/android/systemui/statusbar/policy/NetworkController.java
cb1aec3403115467d1298fcabd45137eb483a1fe 25-Jul-2012 Daniel Sandler <dsandler@android.com> Remove old unused DreamsDockLauncher.

Bug: 6802065
Change-Id: I403b02ca7c78bb90eed712b3b6f846a4a6d68f8b
ndroidManifest.xml
rc/com/android/systemui/DreamsDockLauncher.java
9014345ddae564ce15bbc247ffbdb7c19dd8fbbf 25-Jul-2012 Daniel Sandler <dsandler@android.com> am 7d1ef0ce: am 3ee47ae7: Merge "Fix 6804479: "Emergency calls only" in notification shade" into jb-dev

* commit '7d1ef0cee7c61dea18216a80a00d437109b698d5':
Fix 6804479: "Emergency calls only" in notification shade
7d1ef0cee7c61dea18216a80a00d437109b698d5 25-Jul-2012 Daniel Sandler <dsandler@android.com> am 3ee47ae7: Merge "Fix 6804479: "Emergency calls only" in notification shade" into jb-dev

* commit '3ee47ae7ee0d0afc0a2bbe71636c31483b5502cd':
Fix 6804479: "Emergency calls only" in notification shade
0ae29275b863b865c7734f14a4427906134b95b1 24-Jul-2012 Daniel Sandler <dsandler@android.com> Fix 6804479: "Emergency calls only" in notification shade

Add an additional codepath to the "no connectivity" logic in
NetworkController to allow the PLMN bubble up from the
GsmServiceStateTracker, where R.string.emergency_calls_only
is returned if we're in emergency call mode.

Bug: 6804479
Change-Id: I0a77261e4393cc0dc32bae3e631ef196b2342f06
rc/com/android/systemui/statusbar/policy/NetworkController.java
f33efd9c06102a13ae96532e9db35a18ffe4366c 25-Jul-2012 Jim Miller <jaggies@google.com> Merge "Fix 6847667: remove custom layout for 720dp device"
76ae16be0cb733b0c0553e3b99aa0a796dc15879 25-Jul-2012 Jim Miller <jaggies@google.com> Fix 6847667: remove custom layout for 720dp device

The navigation buttons for the old 720dp device used to be left-justified.
They're now centered. This change removes the 720dp configuration and
restores it to the original 600dp behavior, which is centered.

Change-Id: I98a2905bd015e12df74ab1f91551da0b0aecf805
es/layout-sw720dp/status_bar_search_panel.xml
780d668bee92ecdef6e08d92fc227f92425a58c8 24-Jul-2012 Daniel Sandler <dsandler@android.com> Pressure info in captured gestures.

Change-Id: If72f8d5ea0cb748f60357441153d5fb8ac1b8143
rc/com/android/systemui/statusbar/GestureRecorder.java
3380534a62abf20b4509db6068ac02b1b880712f 23-Jul-2012 Daniel Sandler <dsandler@android.com> Collecting some data on notification panel gestures.

Look for it in /sdcard/statusbar_gestures.dat, in "JSON
lines" format: one list of gestures per line; each gesture
is itself a list of objects representing motion events and
tags (annotations).

Exploded example:

[ // list of gestures
[ // this starts a gesture
{"type":"motion",
"time":1347697, // in SystemClock.uptimeMillis() base,
// like MotionEvents
"action":"down", // down, up, move, cancel, else numeric
"x":277.61,
"y":1.00
},
{"type":"tag",
"time":1347701,
"tag":"tracking", // "tracking" or "fling"
"info":"collapsed" // extra stuff
},
... // more events
],
... // more gestures
]
// newline
[ // another list of gestures
...
]
...

Change-Id: Ifacbf03749c879cd82fb899289fb79a4bdd4fc3b
rc/com/android/systemui/statusbar/GestureRecorder.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
7056cefb176945e78fd613ff1f85d4db03d31942 23-Jul-2012 Ying Wang <wangying@google.com> Import translations. DO NOT MERGE

Change-Id: I0d23965b0c760e9d0970c4a404ae3b8ae1921054
Auto-generated-cl: translation import
es/values-fa/strings.xml
es/values-sw/strings.xml
0fc5b2bea09a6d320884c5b12577caf426f547c1 19-Jul-2012 Adam Powell <adamp@google.com> Fun with Up navigation

For activities with a null taskAffinity, simply finish the current task.
(They probably shouldn't have specified a parentActivityName anyway.)

When launching into app info from ResolverActivity, launch the app info
page in the current task with FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET. Back
will return to the resolver, and Up will jump to Settings.

When launching into app info from RecentsPanelView or BaseStatusBar,
since this is a system affordance akin to notifications or widgets,
build the full task stack for the app info activity with
TaskStackBuilder and launch it as a new task.

Change-Id: I73b1941d0f52bd8b30382b5e17edd8ceb058c70d
rc/com/android/systemui/recent/RecentsPanelView.java
rc/com/android/systemui/statusbar/BaseStatusBar.java
d290c9d1a4189cd8d5b2942468226a869d4405b6 19-Jul-2012 Daniel Sandler <dsandler@android.com> am f22beb3f: am 0038ec11: Merge "Fix stuck status bars." into jb-dev

* commit 'f22beb3f2fae39568d1576254e4733c089da16f3':
Fix stuck status bars.
f22beb3f2fae39568d1576254e4733c089da16f3 19-Jul-2012 Daniel Sandler <dsandler@android.com> am 0038ec11: Merge "Fix stuck status bars." into jb-dev

* commit '0038ec1107baf179a54a2f10b6643f918b1e7059':
Fix stuck status bars.
0038ec1107baf179a54a2f10b6643f918b1e7059 18-Jul-2012 Daniel Sandler <dsandler@android.com> Merge "Fix stuck status bars." into jb-dev
69b34dc1aa169591ecd156847b5bed45e5532a90 18-Jul-2012 John Spurlock <jspurlock@google.com> Fix systemui crash on Xoom startup

Make new bugdroid drawable available to non-hdpi device builds.
(moved to no-dpi for now)

It was getting optimized out during the build process.

Bug: 6828023
Change-Id: I31ac6ce2f50edc7f65d37b4b0f7513dd33a8b22d
es/drawable-hdpi/bugdroid.png
es/drawable-nodpi/bugdroid.png
ed930e5ad537eb63b3b96fd583025bf4269da16f 03-Jul-2012 Daniel Sandler <dsandler@android.com> Fix stuck status bars.

An odd little bit of logic (attempting to defend against
the status bar getting stuck on orientation change) was
ironically causing it to get stuck if the bar was closed
twice in very rapid succession (which can happen if you
manage to click the settings button as the panel is about to
close).

Other tweaks to help defend against this sort of problem in
the future:

- When the screen goes off, immediately collapse the
notification panel (without animation)
- When completing panel collapse, force the height of the
expanded view to 0 (in case it ended up some other way by
this point).
- Reduce a weird little glitch when you start
animateCollapse() in the middle of a reveal animation.
(The panel would jump to full height.)

Bug: 6765842
Change-Id: I233467c73e130f64401333319943289cbf3daa56
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
33034b13cae1429d526722374bd39be3f9605ae4 10-Jul-2012 Wink Saville <wink@google.com> Create telephony-common and mms-common - DO NOT MERGE

These have been created to reduce the size and complexity
of frameworks/base.

mms-common was created by moving all of
frameworks/base/core/java/com/google/android/mms
to:
frameworks/opt/mms

telephony-common was created by moving some of
frameworks/base/telephony
to:
frameworks/opt/telephony

Change-Id: If6cb3c6ff952767fc10210f923dc0e4b343cd4ad
ndroid.mk
rc/com/android/systemui/statusbar/phone/CarrierLabel.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBarPolicy.java
rc/com/android/systemui/statusbar/policy/NetworkController.java
215f806482bd8bde4f265f4c90adbb74ff7e8c8f 16-Jul-2012 Ying Wang <wangying@google.com> Merge "Import translations. DO NOT MERGE"
a45a568616edd6461f2387f5c7045b6b6aa8af0f 16-Jul-2012 Ying Wang <wangying@google.com> Import translations. DO NOT MERGE

Change-Id: I7b2ac5e0d46af6ba80cb6ad1cb38b143f9e4a4a5
Auto-generated-cl: translation import
es/values-fa/strings.xml
ef863701ae20f985439abacd84dceac130804cbc 11-Jul-2012 Daniel Sandler <dsandler@android.com> Switch to split status/nav bars on all device sizes.

Change-Id: Ie76aa4bdfd76e4a0ffb3949424ab28ef86ec54a1
es/drawable-sw720dp-hdpi/ic_sysbar_alarm.png
es/drawable-sw720dp-hdpi/ic_sysbar_battery_0.png
es/drawable-sw720dp-hdpi/ic_sysbar_battery_100.png
es/drawable-sw720dp-hdpi/ic_sysbar_battery_15.png
es/drawable-sw720dp-hdpi/ic_sysbar_battery_28.png
es/drawable-sw720dp-hdpi/ic_sysbar_battery_43.png
es/drawable-sw720dp-hdpi/ic_sysbar_battery_57.png
es/drawable-sw720dp-hdpi/ic_sysbar_battery_71.png
es/drawable-sw720dp-hdpi/ic_sysbar_battery_85.png
es/drawable-sw720dp-hdpi/ic_sysbar_battery_charge_anim0.png
es/drawable-sw720dp-hdpi/ic_sysbar_battery_charge_anim100.png
es/drawable-sw720dp-hdpi/ic_sysbar_battery_charge_anim15.png
es/drawable-sw720dp-hdpi/ic_sysbar_battery_charge_anim28.png
es/drawable-sw720dp-hdpi/ic_sysbar_battery_charge_anim43.png
es/drawable-sw720dp-hdpi/ic_sysbar_battery_charge_anim57.png
es/drawable-sw720dp-hdpi/ic_sysbar_battery_charge_anim71.png
es/drawable-sw720dp-hdpi/ic_sysbar_battery_charge_anim85.png
es/drawable-sw720dp-hdpi/ic_sysbar_data_bluetooth.png
es/drawable-sw720dp-hdpi/ic_sysbar_data_bluetooth_connected.png
es/drawable-sw720dp-hdpi/ic_sysbar_data_connected_1x.png
es/drawable-sw720dp-hdpi/ic_sysbar_data_connected_3g.png
es/drawable-sw720dp-hdpi/ic_sysbar_data_connected_4g.png
es/drawable-sw720dp-hdpi/ic_sysbar_data_connected_e.png
es/drawable-sw720dp-hdpi/ic_sysbar_data_connected_g.png
es/drawable-sw720dp-hdpi/ic_sysbar_data_connected_h.png
es/drawable-sw720dp-hdpi/ic_sysbar_data_connected_roam.png
es/drawable-sw720dp-hdpi/ic_sysbar_data_fully_connected_1x.png
es/drawable-sw720dp-hdpi/ic_sysbar_data_fully_connected_3g.png
es/drawable-sw720dp-hdpi/ic_sysbar_data_fully_connected_4g.png
es/drawable-sw720dp-hdpi/ic_sysbar_data_fully_connected_e.png
es/drawable-sw720dp-hdpi/ic_sysbar_data_fully_connected_g.png
es/drawable-sw720dp-hdpi/ic_sysbar_data_fully_connected_h.png
es/drawable-sw720dp-hdpi/ic_sysbar_signal_0.png
es/drawable-sw720dp-hdpi/ic_sysbar_signal_0_fully.png
es/drawable-sw720dp-hdpi/ic_sysbar_signal_1.png
es/drawable-sw720dp-hdpi/ic_sysbar_signal_1_fully.png
es/drawable-sw720dp-hdpi/ic_sysbar_signal_2.png
es/drawable-sw720dp-hdpi/ic_sysbar_signal_2_fully.png
es/drawable-sw720dp-hdpi/ic_sysbar_signal_3.png
es/drawable-sw720dp-hdpi/ic_sysbar_signal_3_fully.png
es/drawable-sw720dp-hdpi/ic_sysbar_signal_4.png
es/drawable-sw720dp-hdpi/ic_sysbar_signal_4_fully.png
es/drawable-sw720dp-hdpi/ic_sysbar_signal_flightmode.png
es/drawable-sw720dp-hdpi/ic_sysbar_signal_in.png
es/drawable-sw720dp-hdpi/ic_sysbar_signal_inout.png
es/drawable-sw720dp-hdpi/ic_sysbar_signal_null.png
es/drawable-sw720dp-hdpi/ic_sysbar_signal_out.png
es/drawable-sw720dp-hdpi/ic_sysbar_wifi_in.png
es/drawable-sw720dp-hdpi/ic_sysbar_wifi_inout.png
es/drawable-sw720dp-hdpi/ic_sysbar_wifi_out.png
es/drawable-sw720dp-hdpi/ic_sysbar_wifi_signal_0.png
es/drawable-sw720dp-hdpi/ic_sysbar_wifi_signal_1.png
es/drawable-sw720dp-hdpi/ic_sysbar_wifi_signal_1_fully.png
es/drawable-sw720dp-hdpi/ic_sysbar_wifi_signal_2.png
es/drawable-sw720dp-hdpi/ic_sysbar_wifi_signal_2_fully.png
es/drawable-sw720dp-hdpi/ic_sysbar_wifi_signal_3.png
es/drawable-sw720dp-hdpi/ic_sysbar_wifi_signal_3_fully.png
es/drawable-sw720dp-hdpi/ic_sysbar_wifi_signal_4.png
es/drawable-sw720dp-hdpi/ic_sysbar_wifi_signal_4_fully.png
es/drawable-sw720dp-hdpi/ic_sysbar_wifi_signal_null.png
es/drawable-sw720dp-hdpi/notification_panel_bg.9.png
es/drawable-sw720dp-hdpi/stat_sys_alarm.png
es/drawable-sw720dp-hdpi/stat_sys_battery_0.png
es/drawable-sw720dp-hdpi/stat_sys_battery_100.png
es/drawable-sw720dp-hdpi/stat_sys_battery_15.png
es/drawable-sw720dp-hdpi/stat_sys_battery_28.png
es/drawable-sw720dp-hdpi/stat_sys_battery_43.png
es/drawable-sw720dp-hdpi/stat_sys_battery_57.png
es/drawable-sw720dp-hdpi/stat_sys_battery_71.png
es/drawable-sw720dp-hdpi/stat_sys_battery_85.png
es/drawable-sw720dp-hdpi/stat_sys_battery_charge_anim0.png
es/drawable-sw720dp-hdpi/stat_sys_battery_charge_anim100.png
es/drawable-sw720dp-hdpi/stat_sys_battery_charge_anim15.png
es/drawable-sw720dp-hdpi/stat_sys_battery_charge_anim28.png
es/drawable-sw720dp-hdpi/stat_sys_battery_charge_anim43.png
es/drawable-sw720dp-hdpi/stat_sys_battery_charge_anim57.png
es/drawable-sw720dp-hdpi/stat_sys_battery_charge_anim71.png
es/drawable-sw720dp-hdpi/stat_sys_battery_charge_anim85.png
es/drawable-sw720dp-hdpi/stat_sys_data_bluetooth.png
es/drawable-sw720dp-hdpi/stat_sys_data_bluetooth_connected.png
es/drawable-sw720dp-hdpi/stat_sys_data_connected_1x.png
es/drawable-sw720dp-hdpi/stat_sys_data_connected_3g.png
es/drawable-sw720dp-hdpi/stat_sys_data_connected_4g.png
es/drawable-sw720dp-hdpi/stat_sys_data_connected_e.png
es/drawable-sw720dp-hdpi/stat_sys_data_connected_g.png
es/drawable-sw720dp-hdpi/stat_sys_data_connected_h.png
es/drawable-sw720dp-hdpi/stat_sys_data_connected_roam.png
es/drawable-sw720dp-hdpi/stat_sys_data_fully_connected_1x.png
es/drawable-sw720dp-hdpi/stat_sys_data_fully_connected_3g.png
es/drawable-sw720dp-hdpi/stat_sys_data_fully_connected_4g.png
es/drawable-sw720dp-hdpi/stat_sys_data_fully_connected_e.png
es/drawable-sw720dp-hdpi/stat_sys_data_fully_connected_g.png
es/drawable-sw720dp-hdpi/stat_sys_data_fully_connected_h.png
es/drawable-sw720dp-hdpi/stat_sys_signal_0.png
es/drawable-sw720dp-hdpi/stat_sys_signal_0_fully.png
es/drawable-sw720dp-hdpi/stat_sys_signal_1.png
es/drawable-sw720dp-hdpi/stat_sys_signal_1_fully.png
es/drawable-sw720dp-hdpi/stat_sys_signal_2.png
es/drawable-sw720dp-hdpi/stat_sys_signal_2_fully.png
es/drawable-sw720dp-hdpi/stat_sys_signal_3.png
es/drawable-sw720dp-hdpi/stat_sys_signal_3_fully.png
es/drawable-sw720dp-hdpi/stat_sys_signal_4.png
es/drawable-sw720dp-hdpi/stat_sys_signal_4_fully.png
es/drawable-sw720dp-hdpi/stat_sys_signal_flightmode.png
es/drawable-sw720dp-hdpi/stat_sys_signal_in.png
es/drawable-sw720dp-hdpi/stat_sys_signal_inout.png
es/drawable-sw720dp-hdpi/stat_sys_signal_null.png
es/drawable-sw720dp-hdpi/stat_sys_signal_out.png
es/drawable-sw720dp-hdpi/stat_sys_wifi_in.png
es/drawable-sw720dp-hdpi/stat_sys_wifi_inout.png
es/drawable-sw720dp-hdpi/stat_sys_wifi_out.png
es/drawable-sw720dp-hdpi/stat_sys_wifi_signal_0.png
es/drawable-sw720dp-hdpi/stat_sys_wifi_signal_1.png
es/drawable-sw720dp-hdpi/stat_sys_wifi_signal_1_fully.png
es/drawable-sw720dp-hdpi/stat_sys_wifi_signal_2.png
es/drawable-sw720dp-hdpi/stat_sys_wifi_signal_2_fully.png
es/drawable-sw720dp-hdpi/stat_sys_wifi_signal_3.png
es/drawable-sw720dp-hdpi/stat_sys_wifi_signal_3_fully.png
es/drawable-sw720dp-hdpi/stat_sys_wifi_signal_4.png
es/drawable-sw720dp-hdpi/stat_sys_wifi_signal_4_fully.png
es/drawable-sw720dp-hdpi/stat_sys_wifi_signal_null.png
es/drawable-sw720dp-hdpi/sysbar_notification_panel_bg.9.png
es/drawable-sw720dp-mdpi/ic_sysbar_alarm.png
es/drawable-sw720dp-mdpi/ic_sysbar_battery_0.png
es/drawable-sw720dp-mdpi/ic_sysbar_battery_100.png
es/drawable-sw720dp-mdpi/ic_sysbar_battery_15.png
es/drawable-sw720dp-mdpi/ic_sysbar_battery_28.png
es/drawable-sw720dp-mdpi/ic_sysbar_battery_43.png
es/drawable-sw720dp-mdpi/ic_sysbar_battery_57.png
es/drawable-sw720dp-mdpi/ic_sysbar_battery_71.png
es/drawable-sw720dp-mdpi/ic_sysbar_battery_85.png
es/drawable-sw720dp-mdpi/ic_sysbar_battery_charge_anim0.png
es/drawable-sw720dp-mdpi/ic_sysbar_battery_charge_anim100.png
es/drawable-sw720dp-mdpi/ic_sysbar_battery_charge_anim15.png
es/drawable-sw720dp-mdpi/ic_sysbar_battery_charge_anim28.png
es/drawable-sw720dp-mdpi/ic_sysbar_battery_charge_anim43.png
es/drawable-sw720dp-mdpi/ic_sysbar_battery_charge_anim57.png
es/drawable-sw720dp-mdpi/ic_sysbar_battery_charge_anim71.png
es/drawable-sw720dp-mdpi/ic_sysbar_battery_charge_anim85.png
es/drawable-sw720dp-mdpi/ic_sysbar_data_bluetooth.png
es/drawable-sw720dp-mdpi/ic_sysbar_data_bluetooth_connected.png
es/drawable-sw720dp-mdpi/ic_sysbar_data_connected_1x.png
es/drawable-sw720dp-mdpi/ic_sysbar_data_connected_3g.png
es/drawable-sw720dp-mdpi/ic_sysbar_data_connected_4g.png
es/drawable-sw720dp-mdpi/ic_sysbar_data_connected_e.png
es/drawable-sw720dp-mdpi/ic_sysbar_data_connected_g.png
es/drawable-sw720dp-mdpi/ic_sysbar_data_connected_h.png
es/drawable-sw720dp-mdpi/ic_sysbar_data_connected_roam.png
es/drawable-sw720dp-mdpi/ic_sysbar_data_fully_connected_1x.png
es/drawable-sw720dp-mdpi/ic_sysbar_data_fully_connected_3g.png
es/drawable-sw720dp-mdpi/ic_sysbar_data_fully_connected_4g.png
es/drawable-sw720dp-mdpi/ic_sysbar_data_fully_connected_e.png
es/drawable-sw720dp-mdpi/ic_sysbar_data_fully_connected_g.png
es/drawable-sw720dp-mdpi/ic_sysbar_data_fully_connected_h.png
es/drawable-sw720dp-mdpi/ic_sysbar_signal_0.png
es/drawable-sw720dp-mdpi/ic_sysbar_signal_0_fully.png
es/drawable-sw720dp-mdpi/ic_sysbar_signal_1.png
es/drawable-sw720dp-mdpi/ic_sysbar_signal_1_fully.png
es/drawable-sw720dp-mdpi/ic_sysbar_signal_2.png
es/drawable-sw720dp-mdpi/ic_sysbar_signal_2_fully.png
es/drawable-sw720dp-mdpi/ic_sysbar_signal_3.png
es/drawable-sw720dp-mdpi/ic_sysbar_signal_3_fully.png
es/drawable-sw720dp-mdpi/ic_sysbar_signal_4.png
es/drawable-sw720dp-mdpi/ic_sysbar_signal_4_fully.png
es/drawable-sw720dp-mdpi/ic_sysbar_signal_flightmode.png
es/drawable-sw720dp-mdpi/ic_sysbar_signal_in.png
es/drawable-sw720dp-mdpi/ic_sysbar_signal_inout.png
es/drawable-sw720dp-mdpi/ic_sysbar_signal_null.png
es/drawable-sw720dp-mdpi/ic_sysbar_signal_out.png
es/drawable-sw720dp-mdpi/ic_sysbar_wifi_in.png
es/drawable-sw720dp-mdpi/ic_sysbar_wifi_inout.png
es/drawable-sw720dp-mdpi/ic_sysbar_wifi_out.png
es/drawable-sw720dp-mdpi/ic_sysbar_wifi_signal_0.png
es/drawable-sw720dp-mdpi/ic_sysbar_wifi_signal_1.png
es/drawable-sw720dp-mdpi/ic_sysbar_wifi_signal_1_fully.png
es/drawable-sw720dp-mdpi/ic_sysbar_wifi_signal_2.png
es/drawable-sw720dp-mdpi/ic_sysbar_wifi_signal_2_fully.png
es/drawable-sw720dp-mdpi/ic_sysbar_wifi_signal_3.png
es/drawable-sw720dp-mdpi/ic_sysbar_wifi_signal_3_fully.png
es/drawable-sw720dp-mdpi/ic_sysbar_wifi_signal_4.png
es/drawable-sw720dp-mdpi/ic_sysbar_wifi_signal_4_fully.png
es/drawable-sw720dp-mdpi/ic_sysbar_wifi_signal_null.png
es/drawable-sw720dp-mdpi/notification_panel_bg.9.png
es/drawable-sw720dp-mdpi/stat_sys_alarm.png
es/drawable-sw720dp-mdpi/stat_sys_battery_0.png
es/drawable-sw720dp-mdpi/stat_sys_battery_100.png
es/drawable-sw720dp-mdpi/stat_sys_battery_15.png
es/drawable-sw720dp-mdpi/stat_sys_battery_28.png
es/drawable-sw720dp-mdpi/stat_sys_battery_43.png
es/drawable-sw720dp-mdpi/stat_sys_battery_57.png
es/drawable-sw720dp-mdpi/stat_sys_battery_71.png
es/drawable-sw720dp-mdpi/stat_sys_battery_85.png
es/drawable-sw720dp-mdpi/stat_sys_battery_charge_anim0.png
es/drawable-sw720dp-mdpi/stat_sys_battery_charge_anim100.png
es/drawable-sw720dp-mdpi/stat_sys_battery_charge_anim15.png
es/drawable-sw720dp-mdpi/stat_sys_battery_charge_anim28.png
es/drawable-sw720dp-mdpi/stat_sys_battery_charge_anim43.png
es/drawable-sw720dp-mdpi/stat_sys_battery_charge_anim57.png
es/drawable-sw720dp-mdpi/stat_sys_battery_charge_anim71.png
es/drawable-sw720dp-mdpi/stat_sys_battery_charge_anim85.png
es/drawable-sw720dp-mdpi/stat_sys_data_bluetooth.png
es/drawable-sw720dp-mdpi/stat_sys_data_bluetooth_connected.png
es/drawable-sw720dp-mdpi/stat_sys_data_connected_1x.png
es/drawable-sw720dp-mdpi/stat_sys_data_connected_3g.png
es/drawable-sw720dp-mdpi/stat_sys_data_connected_4g.png
es/drawable-sw720dp-mdpi/stat_sys_data_connected_e.png
es/drawable-sw720dp-mdpi/stat_sys_data_connected_g.png
es/drawable-sw720dp-mdpi/stat_sys_data_connected_h.png
es/drawable-sw720dp-mdpi/stat_sys_data_connected_roam.png
es/drawable-sw720dp-mdpi/stat_sys_data_fully_connected_1x.png
es/drawable-sw720dp-mdpi/stat_sys_data_fully_connected_3g.png
es/drawable-sw720dp-mdpi/stat_sys_data_fully_connected_4g.png
es/drawable-sw720dp-mdpi/stat_sys_data_fully_connected_e.png
es/drawable-sw720dp-mdpi/stat_sys_data_fully_connected_g.png
es/drawable-sw720dp-mdpi/stat_sys_data_fully_connected_h.png
es/drawable-sw720dp-mdpi/stat_sys_signal_0.png
es/drawable-sw720dp-mdpi/stat_sys_signal_0_fully.png
es/drawable-sw720dp-mdpi/stat_sys_signal_1.png
es/drawable-sw720dp-mdpi/stat_sys_signal_1_fully.png
es/drawable-sw720dp-mdpi/stat_sys_signal_2.png
es/drawable-sw720dp-mdpi/stat_sys_signal_2_fully.png
es/drawable-sw720dp-mdpi/stat_sys_signal_3.png
es/drawable-sw720dp-mdpi/stat_sys_signal_3_fully.png
es/drawable-sw720dp-mdpi/stat_sys_signal_4.png
es/drawable-sw720dp-mdpi/stat_sys_signal_4_fully.png
es/drawable-sw720dp-mdpi/stat_sys_signal_flightmode.png
es/drawable-sw720dp-mdpi/stat_sys_signal_in.png
es/drawable-sw720dp-mdpi/stat_sys_signal_inout.png
es/drawable-sw720dp-mdpi/stat_sys_signal_null.png
es/drawable-sw720dp-mdpi/stat_sys_signal_out.png
es/drawable-sw720dp-mdpi/stat_sys_wifi_in.png
es/drawable-sw720dp-mdpi/stat_sys_wifi_inout.png
es/drawable-sw720dp-mdpi/stat_sys_wifi_out.png
es/drawable-sw720dp-mdpi/stat_sys_wifi_signal_0.png
es/drawable-sw720dp-mdpi/stat_sys_wifi_signal_1.png
es/drawable-sw720dp-mdpi/stat_sys_wifi_signal_1_fully.png
es/drawable-sw720dp-mdpi/stat_sys_wifi_signal_2.png
es/drawable-sw720dp-mdpi/stat_sys_wifi_signal_2_fully.png
es/drawable-sw720dp-mdpi/stat_sys_wifi_signal_3.png
es/drawable-sw720dp-mdpi/stat_sys_wifi_signal_3_fully.png
es/drawable-sw720dp-mdpi/stat_sys_wifi_signal_4.png
es/drawable-sw720dp-mdpi/stat_sys_wifi_signal_4_fully.png
es/drawable-sw720dp-mdpi/stat_sys_wifi_signal_null.png
es/drawable-sw720dp-mdpi/sysbar_notification_panel_bg.9.png
es/drawable-sw720dp-tvdpi/notification_panel_bg.9.png
es/drawable-sw720dp-tvdpi/sysbar_notification_panel_bg.9.png
es/drawable-sw720dp-xhdpi/ic_sysbar_alarm.png
es/drawable-sw720dp-xhdpi/ic_sysbar_battery_0.png
es/drawable-sw720dp-xhdpi/ic_sysbar_battery_100.png
es/drawable-sw720dp-xhdpi/ic_sysbar_battery_15.png
es/drawable-sw720dp-xhdpi/ic_sysbar_battery_28.png
es/drawable-sw720dp-xhdpi/ic_sysbar_battery_43.png
es/drawable-sw720dp-xhdpi/ic_sysbar_battery_57.png
es/drawable-sw720dp-xhdpi/ic_sysbar_battery_71.png
es/drawable-sw720dp-xhdpi/ic_sysbar_battery_85.png
es/drawable-sw720dp-xhdpi/ic_sysbar_battery_charge_anim0.png
es/drawable-sw720dp-xhdpi/ic_sysbar_battery_charge_anim100.png
es/drawable-sw720dp-xhdpi/ic_sysbar_battery_charge_anim15.png
es/drawable-sw720dp-xhdpi/ic_sysbar_battery_charge_anim28.png
es/drawable-sw720dp-xhdpi/ic_sysbar_battery_charge_anim43.png
es/drawable-sw720dp-xhdpi/ic_sysbar_battery_charge_anim57.png
es/drawable-sw720dp-xhdpi/ic_sysbar_battery_charge_anim71.png
es/drawable-sw720dp-xhdpi/ic_sysbar_battery_charge_anim85.png
es/drawable-sw720dp-xhdpi/ic_sysbar_data_bluetooth.png
es/drawable-sw720dp-xhdpi/ic_sysbar_data_bluetooth_connected.png
es/drawable-sw720dp-xhdpi/ic_sysbar_data_connected_1x.png
es/drawable-sw720dp-xhdpi/ic_sysbar_data_connected_3g.png
es/drawable-sw720dp-xhdpi/ic_sysbar_data_connected_4g.png
es/drawable-sw720dp-xhdpi/ic_sysbar_data_connected_e.png
es/drawable-sw720dp-xhdpi/ic_sysbar_data_connected_g.png
es/drawable-sw720dp-xhdpi/ic_sysbar_data_connected_h.png
es/drawable-sw720dp-xhdpi/ic_sysbar_data_connected_roam.png
es/drawable-sw720dp-xhdpi/ic_sysbar_data_fully_connected_1x.png
es/drawable-sw720dp-xhdpi/ic_sysbar_data_fully_connected_3g.png
es/drawable-sw720dp-xhdpi/ic_sysbar_data_fully_connected_4g.png
es/drawable-sw720dp-xhdpi/ic_sysbar_data_fully_connected_e.png
es/drawable-sw720dp-xhdpi/ic_sysbar_data_fully_connected_g.png
es/drawable-sw720dp-xhdpi/ic_sysbar_data_fully_connected_h.png
es/drawable-sw720dp-xhdpi/ic_sysbar_signal_0.png
es/drawable-sw720dp-xhdpi/ic_sysbar_signal_0_fully.png
es/drawable-sw720dp-xhdpi/ic_sysbar_signal_1.png
es/drawable-sw720dp-xhdpi/ic_sysbar_signal_1_fully.png
es/drawable-sw720dp-xhdpi/ic_sysbar_signal_2.png
es/drawable-sw720dp-xhdpi/ic_sysbar_signal_2_fully.png
es/drawable-sw720dp-xhdpi/ic_sysbar_signal_3.png
es/drawable-sw720dp-xhdpi/ic_sysbar_signal_3_fully.png
es/drawable-sw720dp-xhdpi/ic_sysbar_signal_4.png
es/drawable-sw720dp-xhdpi/ic_sysbar_signal_4_fully.png
es/drawable-sw720dp-xhdpi/ic_sysbar_signal_flightmode.png
es/drawable-sw720dp-xhdpi/ic_sysbar_signal_in.png
es/drawable-sw720dp-xhdpi/ic_sysbar_signal_inout.png
es/drawable-sw720dp-xhdpi/ic_sysbar_signal_null.png
es/drawable-sw720dp-xhdpi/ic_sysbar_signal_out.png
es/drawable-sw720dp-xhdpi/ic_sysbar_wifi_in.png
es/drawable-sw720dp-xhdpi/ic_sysbar_wifi_inout.png
es/drawable-sw720dp-xhdpi/ic_sysbar_wifi_out.png
es/drawable-sw720dp-xhdpi/ic_sysbar_wifi_signal_0.png
es/drawable-sw720dp-xhdpi/ic_sysbar_wifi_signal_1.png
es/drawable-sw720dp-xhdpi/ic_sysbar_wifi_signal_1_fully.png
es/drawable-sw720dp-xhdpi/ic_sysbar_wifi_signal_2.png
es/drawable-sw720dp-xhdpi/ic_sysbar_wifi_signal_2_fully.png
es/drawable-sw720dp-xhdpi/ic_sysbar_wifi_signal_3.png
es/drawable-sw720dp-xhdpi/ic_sysbar_wifi_signal_3_fully.png
es/drawable-sw720dp-xhdpi/ic_sysbar_wifi_signal_4.png
es/drawable-sw720dp-xhdpi/ic_sysbar_wifi_signal_4_fully.png
es/drawable-sw720dp-xhdpi/ic_sysbar_wifi_signal_null.png
es/drawable-sw720dp-xhdpi/notification_panel_bg.9.png
es/drawable-sw720dp-xhdpi/stat_sys_alarm.png
es/drawable-sw720dp-xhdpi/stat_sys_battery_0.png
es/drawable-sw720dp-xhdpi/stat_sys_battery_100.png
es/drawable-sw720dp-xhdpi/stat_sys_battery_15.png
es/drawable-sw720dp-xhdpi/stat_sys_battery_28.png
es/drawable-sw720dp-xhdpi/stat_sys_battery_43.png
es/drawable-sw720dp-xhdpi/stat_sys_battery_57.png
es/drawable-sw720dp-xhdpi/stat_sys_battery_71.png
es/drawable-sw720dp-xhdpi/stat_sys_battery_85.png
es/drawable-sw720dp-xhdpi/stat_sys_battery_charge_anim0.png
es/drawable-sw720dp-xhdpi/stat_sys_battery_charge_anim100.png
es/drawable-sw720dp-xhdpi/stat_sys_battery_charge_anim15.png
es/drawable-sw720dp-xhdpi/stat_sys_battery_charge_anim28.png
es/drawable-sw720dp-xhdpi/stat_sys_battery_charge_anim43.png
es/drawable-sw720dp-xhdpi/stat_sys_battery_charge_anim57.png
es/drawable-sw720dp-xhdpi/stat_sys_battery_charge_anim71.png
es/drawable-sw720dp-xhdpi/stat_sys_battery_charge_anim85.png
es/drawable-sw720dp-xhdpi/stat_sys_data_bluetooth.png
es/drawable-sw720dp-xhdpi/stat_sys_data_bluetooth_connected.png
es/drawable-sw720dp-xhdpi/stat_sys_data_connected_1x.png
es/drawable-sw720dp-xhdpi/stat_sys_data_connected_3g.png
es/drawable-sw720dp-xhdpi/stat_sys_data_connected_4g.png
es/drawable-sw720dp-xhdpi/stat_sys_data_connected_e.png
es/drawable-sw720dp-xhdpi/stat_sys_data_connected_g.png
es/drawable-sw720dp-xhdpi/stat_sys_data_connected_h.png
es/drawable-sw720dp-xhdpi/stat_sys_data_connected_roam.png
es/drawable-sw720dp-xhdpi/stat_sys_data_fully_connected_1x.png
es/drawable-sw720dp-xhdpi/stat_sys_data_fully_connected_3g.png
es/drawable-sw720dp-xhdpi/stat_sys_data_fully_connected_4g.png
es/drawable-sw720dp-xhdpi/stat_sys_data_fully_connected_e.png
es/drawable-sw720dp-xhdpi/stat_sys_data_fully_connected_g.png
es/drawable-sw720dp-xhdpi/stat_sys_data_fully_connected_h.png
es/drawable-sw720dp-xhdpi/stat_sys_signal_0.png
es/drawable-sw720dp-xhdpi/stat_sys_signal_0_fully.png
es/drawable-sw720dp-xhdpi/stat_sys_signal_1.png
es/drawable-sw720dp-xhdpi/stat_sys_signal_1_fully.png
es/drawable-sw720dp-xhdpi/stat_sys_signal_2.png
es/drawable-sw720dp-xhdpi/stat_sys_signal_2_fully.png
es/drawable-sw720dp-xhdpi/stat_sys_signal_3.png
es/drawable-sw720dp-xhdpi/stat_sys_signal_3_fully.png
es/drawable-sw720dp-xhdpi/stat_sys_signal_4.png
es/drawable-sw720dp-xhdpi/stat_sys_signal_4_fully.png
es/drawable-sw720dp-xhdpi/stat_sys_signal_flightmode.png
es/drawable-sw720dp-xhdpi/stat_sys_signal_in.png
es/drawable-sw720dp-xhdpi/stat_sys_signal_inout.png
es/drawable-sw720dp-xhdpi/stat_sys_signal_null.png
es/drawable-sw720dp-xhdpi/stat_sys_signal_out.png
es/drawable-sw720dp-xhdpi/stat_sys_wifi_in.png
es/drawable-sw720dp-xhdpi/stat_sys_wifi_inout.png
es/drawable-sw720dp-xhdpi/stat_sys_wifi_out.png
es/drawable-sw720dp-xhdpi/stat_sys_wifi_signal_0.png
es/drawable-sw720dp-xhdpi/stat_sys_wifi_signal_1.png
es/drawable-sw720dp-xhdpi/stat_sys_wifi_signal_1_fully.png
es/drawable-sw720dp-xhdpi/stat_sys_wifi_signal_2.png
es/drawable-sw720dp-xhdpi/stat_sys_wifi_signal_2_fully.png
es/drawable-sw720dp-xhdpi/stat_sys_wifi_signal_3.png
es/drawable-sw720dp-xhdpi/stat_sys_wifi_signal_3_fully.png
es/drawable-sw720dp-xhdpi/stat_sys_wifi_signal_4.png
es/drawable-sw720dp-xhdpi/stat_sys_wifi_signal_4_fully.png
es/drawable-sw720dp-xhdpi/stat_sys_wifi_signal_null.png
es/drawable-sw720dp-xhdpi/sysbar_notification_panel_bg.9.png
es/layout/system_bar_notification_panel_title.xml
es/layout/system_bar_settings_view.xml
es/values-sw720dp-port/dimens.xml
es/values-sw720dp/config.xml
es/values-sw720dp/dimens.xml
es/values-sw720dp/styles.xml
bb033ea3620a2c30f85a91986aa09a37960c8366 10-Jul-2012 Greg Hackmann <ghackmann@google.com> Don't force RGB-565 for tablet status bar

RGBX-8888 is preferred on some devices because the HW composer doesn't
support RGB-565. SurfaceFlinger can map PixelFormat.OPAQUE to RGB-565
or RGBX-8888 depending on the NO_RGBX_8888 flag.

Change-Id: I6848b11f694188b606a5547b6dd386d933e30601
Signed-off-by: Greg Hackmann <ghackmann@google.com>
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
bc6db8eaa86cab1d91e529e0142f62d68fd4d684 13-Jul-2012 Ying Wang <wangying@google.com> Import translations. DO NOT MERGE

Change-Id: I8c0c4a930f757e2dd0edd581fe6b815c845dd984
Auto-generated-cl: translation import
es/values-fa/strings.xml
a9becd0099ae44a6e11b63b2d0c0a84eca07a23a 12-Jul-2012 Ying Wang <wangying@google.com> am c03f0a15: Merge "Import translations. DO NOT MERGE" into jb-dev

* commit 'c03f0a15578223208b48c1d946872d22a233ede4':
Import translations. DO NOT MERGE
0b92f42cb9c3eb28d656ce201599b4ffa7d2cd84 12-Jul-2012 Ying Wang <wangying@google.com> Import translations. DO NOT MERGE

Change-Id: Ie9da13842e58295df016befa6da667a7ac9a426d
Auto-generated-cl: translation import
es/values-fa/strings.xml
d792ef71cbb77fd8d3082941d59501325b440132 12-Jul-2012 Ying Wang <wangying@google.com> Import translations. DO NOT MERGE

Change-Id: I11573dc6817d3ef1756ecb6c889e83129317d239
Auto-generated-cl: translation import
es/values-fa/strings.xml
5362f17ff5e8e06601b172bd86c26027ced9780c 12-Jul-2012 Wink Saville <wink@google.com> Merge commit '1b003ef0' into mit

* commit '1b003ef0':
Create telephony-common and mms-common

Change-Id: Ie8876541dbe7f4c933cf7d69910dd204538bc975
a639b311e93ad14d9ee5c2b2c215ed2d86c32d2a 10-Jul-2012 Wink Saville <wink@google.com> Create telephony-common and mms-common

These have been created to reduce the size and complexity
of frameworks/base.

mms-common was created by moving all of
frameworks/base/core/java/com/google/android/mms
to:
frameworks/opt/mms

telephony-common was created by moving some of
frameworks/base/telephony
to:
frameworks/opt/telephony

Change-Id: If6cb3c6ff952767fc10210f923dc0e4b343cd4ad
ndroid.mk
rc/com/android/systemui/statusbar/phone/CarrierLabel.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBarPolicy.java
rc/com/android/systemui/statusbar/policy/NetworkController.java
d59bf6491c70c843f7b755d8bd919189f697ac78 11-Jul-2012 Justin Ho <justinho@google.com> am b64e0f97: am 1b637fba: Merge "Remove gradients from navbar glow highlights." into jb-dev

* commit 'b64e0f971d03237a4fc6af101e76db669fb2fd15':
Remove gradients from navbar glow highlights.
b64e0f971d03237a4fc6af101e76db669fb2fd15 11-Jul-2012 Justin Ho <justinho@google.com> am 1b637fba: Merge "Remove gradients from navbar glow highlights." into jb-dev

* commit '1b637fbad4de204f737e2617da04eed7b334e945':
Remove gradients from navbar glow highlights.
25a916d6bc20ec217fe6a204e8d12f6e0151aead 11-Jul-2012 Daniel Sandler <dsandler@android.com> Remove gradients from navbar glow highlights.

Should reduce unsightly banding.

Bug: 6789484
Change-Id: I1bd552d571651ff614a867c2e52b8532b6e22749
es/drawable-hdpi/ic_sysbar_highlight.png
es/drawable-hdpi/ic_sysbar_highlight_land.png
es/drawable-mdpi/ic_sysbar_highlight.png
es/drawable-mdpi/ic_sysbar_highlight_land.png
es/drawable-sw600dp-hdpi/ic_sysbar_highlight.png
es/drawable-sw600dp-hdpi/ic_sysbar_highlight_land.png
es/drawable-sw600dp-mdpi/ic_sysbar_highlight.png
es/drawable-sw600dp-mdpi/ic_sysbar_highlight_land.png
es/drawable-sw600dp-xhdpi/ic_sysbar_highlight.png
es/drawable-sw600dp-xhdpi/ic_sysbar_highlight_land.png
es/drawable-xhdpi/ic_sysbar_highlight.png
es/drawable-xhdpi/ic_sysbar_highlight_land.png
99d8fae5a0ae597ae4b4f6b338b19943787d478a 10-Jul-2012 Jim Miller <jaggies@google.com> Merge "Minor cleanup of left overs from GlowPadView integration."
7893217fc0b4fc33146e26c9d674468534132773 09-Jul-2012 Ying Wang <wangying@google.com> Import translations. DO NOT MERGE

Change-Id: I2890a480cd440ac12b72399d5c0337b861427d9b
Auto-generated-cl: translation import
es/values-sk/strings.xml
3d0abf449032519165424037cf36b05809b2ab37 03-Jul-2012 Daniel Sandler <dsandler@android.com> am 97270ce8: am 5d0c689b: Merge "Logs to track bug 6765842." into jb-dev

* commit '97270ce8ce17d77f773a2cafa9176afd73cc6f84':
Logs to track bug 6765842.
97270ce8ce17d77f773a2cafa9176afd73cc6f84 03-Jul-2012 Daniel Sandler <dsandler@android.com> am 5d0c689b: Merge "Logs to track bug 6765842." into jb-dev

* commit '5d0c689b9b98be1b9be4d535ddb6f73142fd9b25':
Logs to track bug 6765842.
fdbac77e829b7575e0986b7919ff545bae2144fe 03-Jul-2012 Daniel Sandler <dsandler@android.com> Logs to track bug 6765842.

It looks like we can get into a state where the notification
panel gets un-expanded, leaving an unsightly mess where your
status bar should be.

This change adds some additional info to the dumpsys output.

Bug: 6765842
Change-Id: Iecf2480bc7bdf5bb737863c0cbf9ad07d8523c0c
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
22881d06e2a51742bc3d3f77b62a035dad4d1a2f 02-Jul-2012 Eric Fischer <enf@google.com> Import translations. DO NOT MERGE

Change-Id: I71a10d97e9593fa75fe913fb78e3c579636d73cd
Auto-generated-cl: translation import
es/values-ms/strings.xml
es/values-pt/strings.xml
a592d224732a06c3776a41df37a52bac4c64a654 30-Jun-2012 Jim Miller <jaggies@google.com> Minor cleanup of left overs from GlowPadView integration.

- remove unused "chevron" assets
- reduce memory footprint in SystemUI by not loading unused handle drawable.

Change-Id: Iad1799d1a8a764c6abb4201520aa47ba84d33c38
es/drawable/navbar_search_handle.xml
es/layout-land/status_bar_search_panel.xml
es/layout-port/status_bar_search_panel.xml
es/layout-sw600dp/status_bar_search_panel.xml
es/layout-sw720dp/status_bar_search_panel.xml
67992907ef29983e8a670efe53a9e73f3cd8efc3 29-Jun-2012 Ying Wang <wangying@google.com> Import translations. DO NOT MERGE

Change-Id: I0c5a7b310930b1197642c981768a39112c4eb562
Auto-generated-cl: translation import
es/values-af/strings.xml
es/values-am/strings.xml
es/values-be/strings.xml
es/values-bg/strings.xml
es/values-cs/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-et/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-hi/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-nb/strings.xml
es/values-pl/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
acc3da02e84aa541c829ec0650a7dcace16e5df0 29-Jun-2012 Dianne Hackborn <hackbod@google.com> am 4be93bbe: am 074b54fb: Merge "Maybe fix issue #6756472: Share button is not defocusing the shade" into jb-dev

* commit '4be93bbe911c1a4471f81f0e261e9b13d9212c36':
Maybe fix issue #6756472: Share button is not defocusing the shade
4be93bbe911c1a4471f81f0e261e9b13d9212c36 29-Jun-2012 Dianne Hackborn <hackbod@google.com> am 074b54fb: Merge "Maybe fix issue #6756472: Share button is not defocusing the shade" into jb-dev

* commit '074b54fbc0b6254c0ba308e0cf2e86c1cc929348':
Maybe fix issue #6756472: Share button is not defocusing the shade
a19402165000e9513f3097e10df2b7ebc8dbe1d4 29-Jun-2012 Dianne Hackborn <hackbod@google.com> Maybe fix issue #6756472: Share button is not defocusing the shade

I got this reproduce a few times, then wasn't able to. I made this
change and then couldn't reproduce it. Maybe it fixed it.

The change here is to explicitly pass in the handler class to
apply() and reapply(), instead of relying it being set as a member of
the RemoteViews class. This is much cleaner and more explicitly about
setting that for the click callbacks.

Bug: 6756472
Change-Id: I8d029c3836501df3206c433838124b4be3890a8b
rc/com/android/systemui/statusbar/BaseStatusBar.java
4f329cb77df5c53a677e5f2bcf695f6cdbe06658 28-Jun-2012 Michael Jurka <mikejurka@google.com> Merge "Fix warnings and remove dead code"
a600fd9ba76e7916f18521447446671f0e431560 26-Jun-2012 Michael Jurka <mikejurka@google.com> Fix warnings and remove dead code

Change-Id: Ifd1bcd8f5be181b115910f2f8918e1e50975a790
rc/com/android/systemui/recent/Choreographer.java
rc/com/android/systemui/recent/RecentTasksLoader.java
rc/com/android/systemui/recent/RecentsHorizontalScrollView.java
rc/com/android/systemui/recent/RecentsScrollViewPerformanceHelper.java
rc/com/android/systemui/recent/RecentsVerticalScrollView.java
rc/com/android/systemui/screenshot/GlobalScreenshot.java
rc/com/android/systemui/statusbar/BaseStatusBar.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
a2efe4359c538aec0a3d36b49b56e41bdf0a297a 28-Jun-2012 Eric Fischer <enf@google.com> Merge "Import translations. DO NOT MERGE"
3f2ccf5620c69ac295ba6afd50cbe56d786bc354 28-Jun-2012 Eric Fischer <enf@google.com> Import translations. DO NOT MERGE

Change-Id: I9bb9193fdc8ad49606c4897fc29cd73fe5c649fa
Auto-generated-cl: translation import
es/values-ar/strings.xml
es/values-ca/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-en-rGB/strings.xml
es/values-fr/strings.xml
es/values-it/strings.xml
es/values-iw/strings.xml
es/values-nl/strings.xml
es/values-pt-rPT/strings.xml
es/values-sw/strings.xml
es/values-zu/strings.xml
5d77bd93b6963e47c5b76d412e7dc3ae0073a9ad 28-Jun-2012 Chris Wren <cwren@android.com> am 29a5e4a3: am 2761ccd4: Merge "Retain expanded state across more than one violent update." into jb-dev

* commit '29a5e4a3831e5bd38552fae33801fe25f4042591':
Retain expanded state across more than one violent update.
29a5e4a3831e5bd38552fae33801fe25f4042591 28-Jun-2012 Chris Wren <cwren@android.com> am 2761ccd4: Merge "Retain expanded state across more than one violent update." into jb-dev

* commit '2761ccd4799971b7ad696f6f94036ca16113c78d':
Retain expanded state across more than one violent update.
2761ccd4799971b7ad696f6f94036ca16113c78d 28-Jun-2012 Chris Wren <cwren@android.com> Merge "Retain expanded state across more than one violent update." into jb-dev
5ae1ea8400d576b90f0ef02b2f10201d74729be6 28-Jun-2012 Chris Wren <cwren@android.com> Retain expanded state across more than one violent update.

Bug: 6680363
Change-Id: Iebf2387fc5c8774c1c001dde5a4608d4e60720aa
rc/com/android/systemui/statusbar/BaseStatusBar.java
rc/com/android/systemui/statusbar/NotificationData.java
caa24911393c97d6c84ef709520a42c0b817b360 28-Jun-2012 Daniel Sandler <dsandler@android.com> am 51f755ab: am 9a8a28aa: Merge "Fix #6750492: NPE in tablet status bar" into jb-dev

* commit '51f755abfd31e8a41d6121cbeaa7a0727f0ea0ad':
Fix #6750492: NPE in tablet status bar
51f755abfd31e8a41d6121cbeaa7a0727f0ea0ad 28-Jun-2012 Daniel Sandler <dsandler@android.com> am 9a8a28aa: Merge "Fix #6750492: NPE in tablet status bar" into jb-dev

* commit '9a8a28aa72b9a4ebeaff3b30c497ce9bb5046083':
Fix #6750492: NPE in tablet status bar
9a8a28aa72b9a4ebeaff3b30c497ce9bb5046083 28-Jun-2012 Daniel Sandler <dsandler@android.com> Merge "Fix #6750492: NPE in tablet status bar" into jb-dev
1101f37c4705c21e3a264732a23dbd75a4ae9709 28-Jun-2012 Dianne Hackborn <hackbod@google.com> am 19910f1f: am e680c722: Merge "Fix issue #6706369: Sometimes the "App info" popup shows..." into jb-dev

* commit '19910f1f1a250aa1e93d011e5404c837f1308546':
Fix issue #6706369: Sometimes the "App info" popup shows...
19910f1f1a250aa1e93d011e5404c837f1308546 28-Jun-2012 Dianne Hackborn <hackbod@google.com> am e680c722: Merge "Fix issue #6706369: Sometimes the "App info" popup shows..." into jb-dev

* commit 'e680c72211434777d50c1e20e6c06b5a3cdc3207':
Fix issue #6706369: Sometimes the "App info" popup shows...
e680c72211434777d50c1e20e6c06b5a3cdc3207 28-Jun-2012 Dianne Hackborn <hackbod@google.com> Merge "Fix issue #6706369: Sometimes the "App info" popup shows..." into jb-dev
15986c66cb04608f21f70ccd6e9d0bfc390f55c7 28-Jun-2012 Daniel Sandler <dsandler@android.com> Fix #6750492: NPE in tablet status bar

Pull down a bugfix from BaseStatusBar.

Bug: 6750492
Change-Id: I9bd04e3a800d4dd2222844d2848208d611b60fe0
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
4aa86813d1bfd56cbd0901a746799bf40e3ab96e 28-Jun-2012 Chris Wren <cwren@android.com> am a9ee110c: am 89304586: Merge "Retain expanded state across violent updates." into jb-dev

* commit 'a9ee110cd955a57ecec725f1357711876a418d2c':
Retain expanded state across violent updates.
a9ee110cd955a57ecec725f1357711876a418d2c 28-Jun-2012 Chris Wren <cwren@android.com> am 89304586: Merge "Retain expanded state across violent updates." into jb-dev

* commit '8930458639527448429362255af96e94f5aba5ed':
Retain expanded state across violent updates.
8930458639527448429362255af96e94f5aba5ed 28-Jun-2012 Chris Wren <cwren@android.com> Merge "Retain expanded state across violent updates." into jb-dev
c9433ecb51772cc41394cbb1a05e8e25a382dbeb 27-Jun-2012 Chris Wren <cwren@android.com> Retain expanded state across violent updates.

Bug: 6680363
Change-Id: I81e3b3a4e15b4ed240af62ad1023d4bbd9aaa646
rc/com/android/systemui/statusbar/BaseStatusBar.java
c6c05ed4ed9a6a6efeda54d3d7dcfd2f9f4e7af1 27-Jun-2012 Ying Wang <wangying@google.com> Merge "Import translations. DO NOT MERGE"
76f80a590b6f9670472af581df5c5c6e1837beae 27-Jun-2012 Ying Wang <wangying@google.com> Import translations. DO NOT MERGE

Change-Id: I8bf6a70aa52c82f902b7ac5d1df629656a2b19c5
es/values-af/strings.xml
es/values-am/strings.xml
es/values-ar/strings.xml
es/values-be/strings.xml
es/values-bg/strings.xml
es/values-ca/strings.xml
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-en-rGB/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-et/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hi/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-it/strings.xml
es/values-iw/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-ms/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-rm/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv/strings.xml
es/values-sw/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
es/values-zu/strings.xml
4c3cc7d4c9657df75d2e3e88cfe75017c15c37e1 27-Jun-2012 John Spurlock <jspurlock@google.com> am 928c8877: am c6a2fa8c: Merge "Disable assist gesture when keyguard is active" into jb-dev

* commit '928c88774db7d89036aef0f4286f7414b3a597f3':
Disable assist gesture when keyguard is active
928c88774db7d89036aef0f4286f7414b3a597f3 27-Jun-2012 John Spurlock <jspurlock@google.com> am c6a2fa8c: Merge "Disable assist gesture when keyguard is active" into jb-dev

* commit 'c6a2fa8cba32f5310a052cea2307b898f0522fab':
Disable assist gesture when keyguard is active
67ad368d4d549b431d826936e40a679099fefec8 26-Jun-2012 John Spurlock <jspurlock@google.com> Disable assist gesture when keyguard is active

Prevent search gesture from firing when keyguard is in restricted input mode,
e.g. in Emergency Dialer. Also disable the Home touch listener in this mode to
avoid bringing up the ring. Affects both phone and tablets.

Bug: 6723749
Change-Id: I60f0aebfcce4cf7f66798ee1212ea326bdad3ef0
rc/com/android/systemui/statusbar/BaseStatusBar.java
rc/com/android/systemui/statusbar/DelegateViewHelper.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
ca6f644e4effdb87d5b3bc6a3a40f8016dc9d568 27-Jun-2012 Dianne Hackborn <hackbod@google.com> Fix build.

Change-Id: I9e363c1c01716d2eee7a4339690d285dc92a2d32
es/drawable-hdpi/bugdroid.png
0e5416f661a01221a3b22a3e4764e2505af64488 27-Jun-2012 Dianne Hackborn <hackbod@google.com> Merge "Use two fingers to work some magic..."
7f3b379e995651a6ff76d02dddca87b3acdc157e 27-Jun-2012 Dianne Hackborn <hackbod@google.com> Fix issue #6706369: Sometimes the "App info" popup shows...

...even though I don't long press

When you start scrolling from a point between two notification
items, only the first down goes to SwipeHelper.onInterceptTouchEvent(),
and the following events go to SwipeHelper.onTouchEvent(). However
when we call SwipeHelper.onTouchEvent(), we immediately bail if we are
not in the drag state, so we never clear the pending long press event.

Bug: 6706369
Change-Id: Icc46fba62fe7ee334d8d62ac39195d7c3aeff705
rc/com/android/systemui/SwipeHelper.java
48d4ab73d5b60b677cbf6d4887a67e52e62fa20b 26-Jun-2012 John Spurlock <jspurlock@google.com> am 59bd7c2f: am 64b7a3e9: Merge "TabletStatusBar: Lights-out shadow view should be taller" into jb-dev

* commit '59bd7c2f4e5f1e2aedf9a8ca578561c13e4b6be3':
TabletStatusBar: Lights-out shadow view should be taller
59bd7c2f4e5f1e2aedf9a8ca578561c13e4b6be3 26-Jun-2012 John Spurlock <jspurlock@google.com> am 64b7a3e9: Merge "TabletStatusBar: Lights-out shadow view should be taller" into jb-dev

* commit '64b7a3e99526550aacd95f1dbd35487df7375ac6':
TabletStatusBar: Lights-out shadow view should be taller
64b7a3e99526550aacd95f1dbd35487df7375ac6 26-Jun-2012 John Spurlock <jspurlock@google.com> Merge "TabletStatusBar: Lights-out shadow view should be taller" into jb-dev
a4b7f2f75e7803193429ec1179fb5e2eb1c6fbda 21-May-2012 Dianne Hackborn <hackbod@google.com> Use two fingers to work some magic...

Change-Id: Ibcb3dbd3d158c22da8277e544d81fb47eadccd49
es/layout/universe.xml
es/values/strings.xml
rc/com/android/systemui/UniverseBackground.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBarView.java
rc/com/android/systemui/statusbar/phone/StatusBarWindowView.java
e6c2d62efb65fa7b4681d29ad0710df56bf9002b 26-Jun-2012 Dianne Hackborn <hackbod@google.com> am 9906e784: am 17990395: Merge "Fix issue #6717667: expanded notification actions don\'t work on the lock screen" into jb-dev

* commit '9906e784faca2cc8388a04fdc544722ea93d51be':
Fix issue #6717667: expanded notification actions don't work on the lock screen
9906e784faca2cc8388a04fdc544722ea93d51be 26-Jun-2012 Dianne Hackborn <hackbod@google.com> am 17990395: Merge "Fix issue #6717667: expanded notification actions don\'t work on the lock screen" into jb-dev

* commit '17990395bc62f8ce1bae4f1880899f231a8e613b':
Fix issue #6717667: expanded notification actions don't work on the lock screen
17990395bc62f8ce1bae4f1880899f231a8e613b 26-Jun-2012 Dianne Hackborn <hackbod@google.com> Merge "Fix issue #6717667: expanded notification actions don't work on the lock screen" into jb-dev
9ac704fe1c7f3d6aa02ca85927b26bfdc4fd004d 26-Jun-2012 John Spurlock <jspurlock@google.com> am 4415838b: am b032f9fc: Merge "TabletStatusBar: Hide notifications during Setup Wizard" into jb-dev

* commit '4415838b4b7014cee4a4bd1bfaeafa39d177a503':
TabletStatusBar: Hide notifications during Setup Wizard
4415838b4b7014cee4a4bd1bfaeafa39d177a503 26-Jun-2012 John Spurlock <jspurlock@google.com> am b032f9fc: Merge "TabletStatusBar: Hide notifications during Setup Wizard" into jb-dev

* commit 'b032f9fc9d32ff4e73f8323573ca2c5e427e7a74':
TabletStatusBar: Hide notifications during Setup Wizard
1927ae8a56a010919a7535231fa0f7db70f7e152 23-Jun-2012 Dianne Hackborn <hackbod@google.com> Fix issue #6717667: expanded notification actions don't work on the lock screen

FLAG_ACTIVITY_CLOSE_SYSTEM_DIALOGS was a mistake.

Instead, and the infrastructure for the status bar to take care
of closing and hiding things itself when you press these buttons,
just like it does for the main Intent of the notification.

Bug: 6717667
Change-Id: I1b22186e0cedc05f46a1a3ec78053a72afaf61b1
rc/com/android/systemui/screenshot/GlobalScreenshot.java
rc/com/android/systemui/statusbar/BaseStatusBar.java
988e6b7b13d8c3e5c6503792ea37fb5678535a7c 25-Jun-2012 John Spurlock <jspurlock@google.com> TabletStatusBar: Lights-out shadow view should be taller

The lights-out shadow view is now the same height as the system bar.
This makes for a better looking animation (no cropping) and positions
the dots in the right place.

Bug: 6722791
Change-Id: Ifc2cc1586cd72a81a7bb801442be4fa4e03da2a5
es/layout/system_bar.xml
3623128d13839b48693245a64448fb2dabc1977f 23-Jun-2012 John Spurlock <jspurlock@google.com> TabletStatusBar: Hide notifications during Setup Wizard

Protect tablet users going through the initial setup wizard from trapping
themselves in Settings before the setup wizard is complete. A similar change
was already made for phones, so use the same logic.

Also hide quick-settings button (another way to get trapped in Settings) and
associated panel click handler. Remove clear button since we're no longer
showing notification items.

Bug: 6704080
Change-Id: If7148cde9d18f493627f8367fd4b39d22e0d5ef1
rc/com/android/systemui/statusbar/BaseStatusBar.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/tablet/NotificationPanel.java
rc/com/android/systemui/statusbar/tablet/NotificationPanelTitle.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
0adefbd1d1356614b8b341448640747346d77dcc 22-Jun-2012 Michael Jurka <mikejurka@google.com> Merge "Remove duplicate code to update wallpaper"
ef46aa157be555349ae3762db7953a3ae48087f8 22-Jun-2012 Chris Wren <cwren@android.com> am 70a7be07: am ed5cc0e1: revert I057b7ac0 now that the layouts are the expected height.

* commit '70a7be0799bd1af77c0bcf2472d9c7e46f53c3c1':
revert I057b7ac0 now that the layouts are the expected height.
70a7be0799bd1af77c0bcf2472d9c7e46f53c3c1 21-Jun-2012 Chris Wren <cwren@android.com> am ed5cc0e1: revert I057b7ac0 now that the layouts are the expected height.

* commit 'ed5cc0e1f7648962f5c93e1277d282be75bcd537':
revert I057b7ac0 now that the layouts are the expected height.
ed5cc0e1f7648962f5c93e1277d282be75bcd537 21-Jun-2012 Chris Wren <cwren@android.com> revert I057b7ac0 now that the layouts are the expected height.

Bug: 6546766
Change-Id: I736290b897b864228ecc3e46d86ef566efda1efd
rc/com/android/systemui/statusbar/BaseStatusBar.java
40d4676eab24e104728981bf1059d2211fbf28d1 21-Jun-2012 Michael Jurka <mikejurka@google.com> Remove duplicate code to update wallpaper
rc/com/android/systemui/ImageWallpaper.java
5b0128c5717895de15bca85f097e3ac29ab3db4b 21-Jun-2012 Hiroshi Lockheimer <hiroshi@google.com> am e5934259: am b342cdd7: Merge "made the pressed state white" into jb-dev

* commit 'e5934259fc80b13ee6f54309fa23ee1889cb501a':
made the pressed state white
e5934259fc80b13ee6f54309fa23ee1889cb501a 21-Jun-2012 Hiroshi Lockheimer <hiroshi@google.com> am b342cdd7: Merge "made the pressed state white" into jb-dev

* commit 'b342cdd7ba333d5cec8a85dc093f55751bc37c3c':
made the pressed state white
e2bd3fac1c5c57cc34f8541539341840455ad1a7 20-Jun-2012 Richard Ngo <richardngo@google.com> made the pressed state white

Change-Id: Ic30f6f9aa574731ff1ed52364262c0d9b795dca0
es/drawable-hdpi/ic_sysbar_highlight.png
es/drawable-hdpi/ic_sysbar_highlight_land.png
es/drawable-mdpi/ic_sysbar_highlight.png
es/drawable-mdpi/ic_sysbar_highlight_land.png
es/drawable-sw600dp-hdpi/ic_sysbar_highlight.png
es/drawable-sw600dp-hdpi/ic_sysbar_highlight_land.png
es/drawable-sw600dp-mdpi/ic_sysbar_highlight.png
es/drawable-sw600dp-mdpi/ic_sysbar_highlight_land.png
es/drawable-sw600dp-xhdpi/ic_sysbar_highlight.png
es/drawable-sw600dp-xhdpi/ic_sysbar_highlight_land.png
es/drawable-xhdpi/ic_sysbar_highlight.png
es/drawable-xhdpi/ic_sysbar_highlight_land.png
e46647d28467ee9e88aafe2951a5736f494235da 20-Jun-2012 Chris Wren <cwren@android.com> disable debug mode on ExpandHelper

Change-Id: I97520643d754e29ea295d868cbbb79b76ef74f3a
rc/com/android/systemui/ExpandHelper.java
8b007ed42387f570b342e8fa48027de0743b44ab 20-Jun-2012 Chris Wren <cwren@android.com> Merge "One-finger notificaiton open: pop the next item too."
01b8e660efeb85756020435b4098cd593b458b50 20-Jun-2012 Jim Miller <jaggies@google.com> am 904f26bd: am f7e820bb: Merge "Fix 6693743: update animation ring for keyguard and search panel" into jb-dev

* commit '904f26bd2684f64ac8b3c41394f09c4143a600b5':
Fix 6693743: update animation ring for keyguard and search panel
904f26bd2684f64ac8b3c41394f09c4143a600b5 20-Jun-2012 Jim Miller <jaggies@google.com> am f7e820bb: Merge "Fix 6693743: update animation ring for keyguard and search panel" into jb-dev

* commit 'f7e820bbc9d23e0657bbd6252fe285ba08a2551a':
Fix 6693743: update animation ring for keyguard and search panel
f7e820bbc9d23e0657bbd6252fe285ba08a2551a 20-Jun-2012 Jim Miller <jaggies@google.com> Merge "Fix 6693743: update animation ring for keyguard and search panel" into jb-dev
a7da8afe6dc866786acab8b06524d0079caa3fd7 20-Jun-2012 Jim Miller <jaggies@google.com> Fix 6693743: update animation ring for keyguard and search panel

This is a partial revert of change Ibce96f45eb6a94582c694108b99e243fd57b1955.

This change:
- shows the expanding ring animation on keyguard and navbar search
- disables the first ping wave animation on both.
- restores the outer ring

Change-Id: I429d23a49ca2868dc00872b8b8fde000d6a53a6d
es/drawable/navbar_search_outerring.xml
es/layout-land/status_bar_search_panel.xml
es/layout-port/status_bar_search_panel.xml
es/layout-sw600dp/status_bar_search_panel.xml
es/layout-sw720dp/status_bar_search_panel.xml
3c148f106f6625ce247a2c7211682c3a1df89bc9 19-Jun-2012 Chris Wren <cwren@android.com> One-finger notificaiton open: pop the next item too.

Bug: 6538918
Change-Id: I957b6d50220c57b588b43825767f24ecee862754
es/layout/status_bar_expanded.xml
es/layout/system_bar_notification_panel.xml
es/values/dimens.xml
rc/com/android/systemui/ExpandHelper.java
rc/com/android/systemui/statusbar/policy/NotificationRowLayout.java
9ec426aba68d2f08130a6756006e075468b54e53 20-Jun-2012 Jim Miller <jaggies@google.com> am 2b7df368: am cab997b2: Merge "Fix 6667238: allow market apps to support ACTION_ASSIST" into jb-dev

* commit '2b7df3686f24a5a653a6609556dd98210324f7bd':
Fix 6667238: allow market apps to support ACTION_ASSIST
2b7df3686f24a5a653a6609556dd98210324f7bd 20-Jun-2012 Jim Miller <jaggies@google.com> am cab997b2: Merge "Fix 6667238: allow market apps to support ACTION_ASSIST" into jb-dev

* commit 'cab997b2020ddb67158397dccadd28d91a7710d0':
Fix 6667238: allow market apps to support ACTION_ASSIST
45308b1b3b1582d048845df2ee5301241e52a5cf 19-Jun-2012 Jim Miller <jaggies@google.com> Fix 6667238: allow market apps to support ACTION_ASSIST

This change allows market apps and 3rd parties to supply an activity
that responds to ACTION_ASSIST (e.g. market apps).

It also adds a test app to respond to the ASSIST intent and force
the intent disambiguation dialog to appear.

Change-Id: I5a78863c6a9546d18c66275187d178f6a1c9ee17
rc/com/android/systemui/SearchPanelView.java
b4e2c48b4d75e7d68209412152011441fb6deda3 15-Jun-2012 Chris Wren <cwren@android.com> open notifications near the top with a single finger.

Bug: 6538918
Change-Id: I824937e9acd8f20449c31f8d83dbd90ecbb75ef0
es/layout/status_bar_expanded.xml
es/layout/system_bar_notification_panel.xml
es/values/config.xml
es/values/dimens.xml
rc/com/android/systemui/ExpandHelper.java
rc/com/android/systemui/statusbar/phone/StatusBarWindowView.java
60fd2b2de286f3543cf9db9550db9083211ca5ea 19-Jun-2012 Jim Miller <jaggies@google.com> am ddbc85cb: Merge "Fix 6683092: tune GlowPadView wave animation" into jb-dev

* commit 'ddbc85cbfdc8ac6ed02b104f0e9c46018a0e1c53':
Fix 6683092: tune GlowPadView wave animation
5892e2ec253465a46b346fc813a21b412ae85e2e 19-Jun-2012 Jim Miller <jaggies@google.com> Fix 6683092: tune GlowPadView wave animation

This adds some aesthetic changes to the wave animation for GlowPadView:
- wave shape is no longer symmetric
- disable expand in keyguard
- enable expand in SearchPanelView (when mAlwaysTrackFinger == true)
- if a current wave animation isn't finished yet, don't start a new one
- various timing changes

Change-Id: Ibce96f45eb6a94582c694108b99e243fd57b1955
es/layout-land/status_bar_search_panel.xml
es/layout-port/status_bar_search_panel.xml
es/layout-sw600dp/status_bar_search_panel.xml
es/layout-sw720dp/status_bar_search_panel.xml
a10b1a738dfa8fcf094fec555e7d85dba179f5fc 18-Jun-2012 Jim Miller <jaggies@google.com> am 12da2c5e: Merge "Fix 6665117: ACTION_ASSIST visual improvements" into jb-dev

* commit '12da2c5eeeadd6c23da5d3003d0da3b6b73d5052':
Fix 6665117: ACTION_ASSIST visual improvements
12da2c5eeeadd6c23da5d3003d0da3b6b73d5052 18-Jun-2012 Jim Miller <jaggies@google.com> Merge "Fix 6665117: ACTION_ASSIST visual improvements" into jb-dev
6177c0fb4f3181866654bd18e02f263f95175fe9 18-Jun-2012 Daniel Sandler <dsandler@android.com> am 9fba9925: Merge "Turn off debug logs." into jb-dev

* commit '9fba9925c58f1b34792cd9edc8ad93b22e772f5b':
Turn off debug logs.
9fba9925c58f1b34792cd9edc8ad93b22e772f5b 18-Jun-2012 Daniel Sandler <dsandler@android.com> Merge "Turn off debug logs." into jb-dev
32cd40e604591c460e9a35059f8d8c75b21ccd3e 18-Jun-2012 Justin Ho <justinho@google.com> am 1c1ece1b: Merge "Increasing brightness for notification icons and navigation bar icons Bug: 6612414" into jb-dev

* commit '1c1ece1bd2ecfa6eacd1a1de8f529e81415f165d':
Increasing brightness for notification icons and navigation bar icons Bug: 6612414
4f36ed500f975e1be1dd1246707db60332eaa374 18-Jun-2012 Ying Wang <wangying@google.com> am 2f8ee744: Merge "Import translations. DO NOT MERGE" into jb-dev

* commit '2f8ee7448d6a47178802f9bf00d9e1403b7e7ef9':
Import translations. DO NOT MERGE
7a1a406b24c235ce59c13126d20cfb101c4e2777 18-Jun-2012 Daniel Sandler <dsandler@android.com> Turn off debug logs.

Also switch to Slog, which is more appropriate for framework
logging.

Bug: 6684167
Change-Id: I829de86702a9952ce42ec9967c8d493529253426
rc/com/android/systemui/ExpandHelper.java
9345b12b6572d3c2211c0b856bd90034be92bc0a 16-Jun-2012 Christian Robertson <robertsonc@google.com> Increasing brightness for notification icons and navigation bar icons
Bug: 6612414

Change-Id: I5ab60f60f5bf502b3b15c30207047285db611ae3
es/values/dimens.xml
rc/com/android/systemui/statusbar/policy/KeyButtonView.java
20039ad17b94873ee40fdd61c3d1d1aa590010df 16-Jun-2012 Jim Miller <jaggies@google.com> Fix 6665117: ACTION_ASSIST visual improvements

- add generic icon for search providers that don't supply one
- change alpha weighting factor for glow
- don't show ring background

Change-Id: I86c86dc2d623c25ec7b91e206fac8ad9cd60faac
es/drawable/navbar_search_outerring.xml
es/values-land/arrays.xml
es/values-port/arrays.xml
es/values-sw600dp/arrays.xml
rc/com/android/systemui/SearchPanelView.java
2f8ee7448d6a47178802f9bf00d9e1403b7e7ef9 15-Jun-2012 Ying Wang <wangying@google.com> Merge "Import translations. DO NOT MERGE" into jb-dev
51a0ea208bdd534ffa46ba492d7e4cbd137db8cd 15-Jun-2012 Ying Wang <wangying@google.com> Import translations. DO NOT MERGE

Change-Id: I3634d090275ecbd789e89266910ede4e4e1d8566
es/values-es/strings.xml
c82a664ca34885251edcfd044c142ab79e787f9c 15-Jun-2012 Daniel Sandler <dsandler@android.com> 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.
708f0739a54c2505921df4366a3ae301ba1edb20 15-Jun-2012 Daniel Sandler <dsandler@android.com> Merge "Hide "no internet connection" when connected some other way." into jb-dev
67234c4b87f767a8d5ebbd1ab6bc803f7fe8504c 15-Jun-2012 Daniel Sandler <dsandler@android.com> 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
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/policy/NetworkController.java
02a56e169678ed6cf500f173c7475cc005bf5473 15-Jun-2012 Daniel Sandler <dsandler@android.com> am 2fc45503: Merge "Concatenate SPN and PLMN with a pipe." into jb-dev

* commit '2fc45503dd653095c0476146e5560d13bb968975':
Concatenate SPN and PLMN with a pipe.
2fc45503dd653095c0476146e5560d13bb968975 15-Jun-2012 Daniel Sandler <dsandler@android.com> Merge "Concatenate SPN and PLMN with a pipe." into jb-dev
8b96a660e56811e18090714408068603ebad0457 15-Jun-2012 Daniel Sandler <dsandler@android.com> 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
es/values/strings.xml
8ce090d936efc65dd68ba9fc15f99e1029cf58f2 15-Jun-2012 Daniel Sandler <dsandler@android.com> am 68a808bc: Merge "Show even fewer notifications in Setup." into jb-dev

* commit '68a808bc702f03536bd0cf3e2556127e364119d6':
Show even fewer notifications in Setup.
68a808bc702f03536bd0cf3e2556127e364119d6 15-Jun-2012 Daniel Sandler <dsandler@android.com> Merge "Show even fewer notifications in Setup." into jb-dev
2e820417d6f06272b6408d8c015ac45f18677a06 14-Jun-2012 Michael Jurka <mikejurka@google.com> am a676cdab: Merge "Tweak recents launch app animation" into jb-dev

* commit 'a676cdab11ace948a054b5ca342727a3d0eb29b2':
Tweak recents launch app animation
06116b08dad51923672dde2d884baf0e0dc70d2e 14-Jun-2012 Romain Guy <romainguy@google.com> 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
a676cdab11ace948a054b5ca342727a3d0eb29b2 14-Jun-2012 Michael Jurka <mikejurka@google.com> Merge "Tweak recents launch app animation" into jb-dev
a989b334fd097114ce1016ce1668597a213a441c 14-Jun-2012 Romain Guy <romainguy@google.com> Merge "Don't create a giant layer for all notifications Bug #6642475" into jb-dev
54ab347fdde0e4d14d923cca80e5bcc7b879fc52 14-Jun-2012 Romain Guy <romainguy@google.com> 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
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
590d515d912396a0c293d78529ac0dbc224400bf 14-Jun-2012 Daniel Sandler <dsandler@android.com> 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
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
b9a38c57fc47858eb16f4a8b7aa3d3dc9b98166c 14-Jun-2012 Michael Jurka <mikejurka@google.com> 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
rc/com/android/systemui/recent/RecentsPanelView.java
cf6e14558f693ae215d5030ce562a649b4cb973f 14-Jun-2012 Michael Jurka <mikejurka@google.com> am 71fc205d: Merge "Change snap behavior for lock screen" into jb-dev

* commit '71fc205d11490872927e279c4a0cfa3176b15f20':
Change snap behavior for lock screen
71fc205d11490872927e279c4a0cfa3176b15f20 14-Jun-2012 Michael Jurka <mikejurka@google.com> Merge "Change snap behavior for lock screen" into jb-dev
fc959a389564f2ffef9c4ceba0b1ff119dd53933 14-Jun-2012 Jeff Brown <jeffbrown@google.com> 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.
9e197141f8249e36d3f19aeda332ae40dac7da05 14-Jun-2012 Jeff Brown <jeffbrown@google.com> Merge "Add new ASSIST key and map it to the global assist intent." into jb-dev
53f109bf4923e111e796014e6701a14e5bfa5d1a 14-Jun-2012 Michael Jurka <mikejurka@google.com> Change snap behavior for lock screen

Use angle and distance from center, rather than
distance from target.

Change-Id: Ic970bc4b05d341dbb6aab334e3f630794f2a211c
es/layout-land/status_bar_search_panel.xml
es/layout-port/status_bar_search_panel.xml
es/layout-sw600dp/status_bar_search_panel.xml
es/layout-sw720dp/status_bar_search_panel.xml
es/values/dimens.xml
ba51978e9e7e20126dc74efa7ce631ad6780838a 14-Jun-2012 John Spurlock <jspurlock@google.com> am 8385adc9: Merge "NavBar: Slippery on the unsecured lock screen." into jb-dev

* commit '8385adc9600c63bc2d55d6d745eec4d018e0ed0f':
NavBar: Slippery on the unsecured lock screen.
8385adc9600c63bc2d55d6d745eec4d018e0ed0f 14-Jun-2012 John Spurlock <jspurlock@google.com> Merge "NavBar: Slippery on the unsecured lock screen." into jb-dev
544a0fc17056618f5fdebe29061dcea4ef70d610 14-Jun-2012 Daniel Sandler <dsandler@android.com> am a1d40e47: Merge "Remove an unnecessary animation." into jb-dev

* commit 'a1d40e47f6aa976da584136ea6f6ba76e7046d11':
Remove an unnecessary animation.
a1d40e47f6aa976da584136ea6f6ba76e7046d11 14-Jun-2012 Daniel Sandler <dsandler@android.com> Merge "Remove an unnecessary animation." into jb-dev
d5ef54658ba7f869b1558df656772eebc3fb7328 13-Jun-2012 John Spurlock <jspurlock@google.com> 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
rc/com/android/systemui/statusbar/phone/NavigationBarView.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
6c3641ae5adb323600a06fa1f1108f9c0829d89e 14-Jun-2012 Chris Wren <cwren@android.com> am c07dc743: Merge "enable touch feedback on notification title." into jb-dev

* commit 'c07dc74374d05cc35f73a933c980a0ef974a7b58':
enable touch feedback on notification title.
87009a123e1be96d8b0d931b7479f7731428379a 14-Jun-2012 Chris Wren <cwren@android.com> 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.
c07dc74374d05cc35f73a933c980a0ef974a7b58 14-Jun-2012 Chris Wren <cwren@android.com> Merge "enable touch feedback on notification title." into jb-dev
a54c01eccbb9256fd7bcecf7b2f398a7e2ef0041 14-Jun-2012 Chris Wren <cwren@android.com> Merge "Invert the sense of the two-figner direction on tablets." into jb-dev
de7a8ead2467a4a152a5a9b2416c8048f1b48bbb 14-Jun-2012 Jeff Brown <jeffbrown@google.com> 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
rc/com/android/systemui/SearchPanelView.java
ebdc5b81d63f925665fecdc1fcd25c47ab0cfd5b 13-Jun-2012 Chris Wren <cwren@android.com> enable touch feedback on notification title.

Bug: 6646294
Change-Id: I8ef6fa104dabe280a45258181aa2ed597e433fca
es/drawable/system_bar_notification_header_bg.xml
es/layout/system_bar_notification_panel_title.xml
66d92f81093e648186b31d0416555ec05aff0e0b 13-Jun-2012 Daniel Sandler <dsandler@android.com> 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
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
febadce5a866e1b2958a83500251255b5b0085ad 13-Jun-2012 Chris Wren <cwren@android.com> am 4d12ec42: remove obsolete notificaiton pane visibility code.

* commit '4d12ec42bbd52c1127808d3b8d38bf0a1cdbb0ae':
remove obsolete notificaiton pane visibility code.
4d12ec42bbd52c1127808d3b8d38bf0a1cdbb0ae 13-Jun-2012 Chris Wren <cwren@android.com> remove obsolete notificaiton pane visibility code.

Bug: 6647263
Change-Id: I634f17c608effe215b9ec4241355fd7cc8860d8e
rc/com/android/systemui/statusbar/tablet/NotificationPanel.java
5f1907316e0085073a314dcfa41bfb35a7f31f9f 13-Jun-2012 Jim Miller <jaggies@google.com> am 955a0169: Fix 6613962: Update keyguard to use new GlowPadView UX design.

* commit '955a016922ea49f154d190b054a202559b41a4d3':
Fix 6613962: Update keyguard to use new GlowPadView UX design.
955a016922ea49f154d190b054a202559b41a4d3 12-Jun-2012 Jim Miller <jaggies@google.com> Fix 6613962: Update keyguard to use new GlowPadView UX design.

Change-Id: I4f1ef3107e5550f7df9dcb412943a84b66432b7d
es/drawable-hdpi/navbar_search_bg_scrim.9.png
es/drawable-mdpi/navbar_search_bg_scrim.9.png
es/drawable-xhdpi/navbar_search_bg_scrim.9.png
es/layout-land/status_bar_search_panel.xml
es/layout-port/status_bar_search_panel.xml
es/layout-sw600dp/status_bar_search_panel.xml
es/layout-sw720dp/status_bar_search_panel.xml
es/values-sw600dp/dimens.xml
es/values/dimens.xml
rc/com/android/systemui/SearchPanelView.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
9b2cd15f0fed990f532f35590c2a2896b90dc7fc 11-Jun-2012 Chris Wren <cwren@android.com> Invert the sense of the two-figner direction on tablets.

Bug: 6506376
Change-Id: Ife336c6695608f14554e18e32ea35f118d7f12e2
rc/com/android/systemui/ExpandHelper.java
rc/com/android/systemui/statusbar/phone/StatusBarWindowView.java
rc/com/android/systemui/statusbar/tablet/NotificationPanel.java
980d7b45ffef0f747e4cb3020c3c8a1e421b5f9e 12-Jun-2012 John Spurlock <jspurlock@google.com> am 36eeb6a5: Merge "StatusBar: Respond properly to global expand message" into jb-dev

* commit '36eeb6a5be895bfba0405d34062d0db5b118a329':
StatusBar: Respond properly to global expand message
36eeb6a5be895bfba0405d34062d0db5b118a329 12-Jun-2012 John Spurlock <jspurlock@google.com> Merge "StatusBar: Respond properly to global expand message" into jb-dev
2aaa68e8391a1ba68d333cd298e53196ade0cf1e 12-Jun-2012 Daniel Sandler <dsandler@android.com> am 56b135b9: Merge "Put PLMN and SPN on one line in the notification panel." into jb-dev

* commit '56b135b91051664ae9027f50e9f20b7fcf6565ba':
Put PLMN and SPN on one line in the notification panel.
2e6f14dbd8c5d2a702da4735e4e348720de9c204 12-Jun-2012 Daniel Sandler <dsandler@android.com> am 2c1a4c05: Merge "Suppress header flash when collapsing notifications panel." into jb-dev

* commit '2c1a4c05b83e0461169bb846765ae415b4e79fcf':
Suppress header flash when collapsing notifications panel.
823e20284588f785b96764ba24efb7b8f63895d7 12-Jun-2012 Michael Jurka <mikejurka@google.com> am 64dbcd64: Merge "Tweak recents out animation a bit more" into jb-dev

* commit '64dbcd64be34f83e51229891da865ca047b4f5f4':
Tweak recents out animation a bit more
0b986a7b3d93a6a33d723d2d2d432e946b0ef331 12-Jun-2012 Mathias Agopian <mathias@google.com> am 0d8eba64: Merge "Enable HW accelerated window shade for all devices" into jb-dev

* commit '0d8eba64b2ee2921915e0f6793ddd2d8f44e2428':
Enable HW accelerated window shade for all devices
56b135b91051664ae9027f50e9f20b7fcf6565ba 12-Jun-2012 Daniel Sandler <dsandler@android.com> Merge "Put PLMN and SPN on one line in the notification panel." into jb-dev
2c1a4c05b83e0461169bb846765ae415b4e79fcf 12-Jun-2012 Daniel Sandler <dsandler@android.com> Merge "Suppress header flash when collapsing notifications panel." into jb-dev
8506149f613f3f98bbbf6675ed9c36dd32d4ce4f 11-Jun-2012 John Spurlock <jspurlock@google.com> StatusBar: Respond properly to global expand message

Fix timing issue in PhoneStatusBar#animateExpand(). Also, notification panel
drag handle (when expanded) reflects movement immediately.

To test animateExpand():
$ adb shell service call statusbar 1

Bug: 6629916
Change-Id: I22bb09fc4c9d97c93ba8d7aed8921b60f5ebd610
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
64dbcd64be34f83e51229891da865ca047b4f5f4 12-Jun-2012 Michael Jurka <mikejurka@google.com> Merge "Tweak recents out animation a bit more" into jb-dev
c016aaaa42f2d7f758bb6d973f035285e3d3dd87 06-Jun-2012 Michael Jurka <mikejurka@google.com> Tweak recents out animation a bit more

Bug: 6490204

-Fading to black in the recents layer
-Tweaking duration and interpolators
-Removing some unnecessary debug exceptions (Bug: 6642072)

Change-Id: Iba18fade7f874078111fc1d79a81830ee07617d4
es/layout-land/status_bar_recent_panel.xml
es/layout-port/status_bar_recent_panel.xml
es/layout/system_bar_recent_panel.xml
rc/com/android/systemui/recent/Choreographer.java
rc/com/android/systemui/recent/RecentsPanelView.java
rc/com/android/systemui/recent/RecentsVerticalScrollView.java
rc/com/android/systemui/statusbar/BaseStatusBar.java
0d8eba64b2ee2921915e0f6793ddd2d8f44e2428 11-Jun-2012 Mathias Agopian <mathias@google.com> Merge "Enable HW accelerated window shade for all devices" into jb-dev
18ac7826ae037990551e8dae6870affaaca0599f 11-Jun-2012 Daniel Sandler <dsandler@android.com> Put PLMN and SPN on one line in the notification panel.

We now match the keyguard's presentation: either plmn, or
spn, or "plmn|spn" (concatenated with a pipe).

Bug: 6639047
Change-Id: Ia6ae9085fbf2fe9fa4465a6f7825cb997db5e6c5
rc/com/android/systemui/statusbar/phone/CarrierLabel.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
e5011a3ad4186a39f07bd155784a0b3eba404274 11-Jun-2012 Daniel Sandler <dsandler@android.com> Suppress header flash when collapsing notifications panel.

LayoutTransition is poking through and it shouldn't be.

This change also fixes a few related animation glitches
around the carrier label and fling velocity.

Bug: 6628429
Change-Id: I6655c9f9a8c95c7abd9c6d7099957cb229b86d5a
es/values/dimens.xml
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/policy/NotificationRowLayout.java
87efc0ac2e54afead8c0a28892b82045b40ae85d 08-Jun-2012 Chris Wren <cwren@android.com> am 7cd46429: Merge "apply Jellybean styling to tablet system bar and panel" into jb-dev

* commit '7cd464292bc1012a46479898b0ee69c5e38dfe35':
apply Jellybean styling to tablet system bar and panel
7cd464292bc1012a46479898b0ee69c5e38dfe35 08-Jun-2012 Chris Wren <cwren@android.com> Merge "apply Jellybean styling to tablet system bar and panel" into jb-dev
a8b5f65f90251b0ed8aa8ae67e0c4cf1fbdcb6f6 08-Jun-2012 Gilles Debunne <debunne@google.com> am 4d94ecb2: Merge "Added a tvdpi specific background 9 patch" into jb-dev

* commit '4d94ecb223866b695db64065ed62b6773aa47d07':
Added a tvdpi specific background 9 patch
4d94ecb223866b695db64065ed62b6773aa47d07 08-Jun-2012 Gilles Debunne <debunne@google.com> Merge "Added a tvdpi specific background 9 patch" into jb-dev
1e8f65d9895d1be27d6e537eb2fce7ea0dd41666 07-Jun-2012 Chris Wren <cwren@android.com> apply Jellybean styling to tablet system bar and panel

Bug: 6546070
Change-Id: I933883857747931388026e0beefcf092a00d531a
es/drawable-sw720dp-hdpi/notify_panel_notify_bg.9.png
es/drawable-sw720dp-mdpi/notify_panel_notify_bg.9.png
es/drawable-sw720dp-xhdpi/notify_panel_notify_bg.9.png
es/layout/system_bar_notification_area.xml
es/layout/system_bar_notification_panel.xml
es/layout/system_bar_notification_panel_title.xml
es/values-sw720dp/styles.xml
rc/com/android/systemui/statusbar/tablet/HoloClock.java
rc/com/android/systemui/statusbar/tablet/NotificationPanel.java
rc/com/android/systemui/statusbar/tablet/NotificationPanelTitle.java
af56345cf844c266ac9b4296173f4173246185e7 07-Jun-2012 Chris Wren <cwren@android.com> am 059537e7: Merge "Back from the dead: Carrier name, background dimming." into jb-dev

* commit '059537e7924a5547849b537bf0e50d2f814b80a5':
Back from the dead: Carrier name, background dimming.
77b924e5f9f8a0ac05a23b4db7798f4e8d2005eb 07-Jun-2012 Chris Wren <cwren@android.com> am 8a718889: Merge "Fix notification icon fading." into jb-dev

* commit '8a71888975aba851edc8916b189f4c73daa1926b':
Fix notification icon fading.
059537e7924a5547849b537bf0e50d2f814b80a5 07-Jun-2012 Chris Wren <cwren@android.com> Merge "Back from the dead: Carrier name, background dimming." into jb-dev
67e7d90376150042b9f464e8ca44f4b3a032f11c 06-Jun-2012 Daniel Sandler <dsandler@android.com> Fix notification icon fading.

Bug: 6581738
Change-Id: I547cae03533d9a9e6cf1d15e4b47845f61eee072
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
3d32a24adf02cecca86ec16ac8827ce195daeaec 05-Jun-2012 Daniel Sandler <dsandler@android.com> Back from the dead: Carrier name, background dimming.

Unlike previous versions of Android, we now show the current
wifi SSID in the carrier label if connected to wifi.

Bug: 6612419
Bug: 6620626
Change-Id: Ifb5ba8efe6dd387e960efc6a9b1da69a08e97d96
es/layout/status_bar_expanded.xml
es/values/dimens.xml
es/values/styles.xml
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/policy/NetworkController.java
rc/com/android/systemui/statusbar/policy/NotificationRowLayout.java
rc/com/android/systemui/statusbar/policy/OnSizeChangedListener.java
b2a334acbf03fdf3e0094f88b9d77f5b8d0ce8af 07-Jun-2012 Gilles Debunne <debunne@google.com> Added a tvdpi specific background 9 patch

Bug 6612759

Change-Id: If006b254b100ab9fcf8f31b500945c787b4c7b36
es/drawable-sw600dp-tvdpi/notification_panel_bg.9.png
es/drawable-sw720dp-tvdpi/notification_panel_bg.9.png
es/drawable-tvdpi/notification_panel_bg.9.png
f330b53955461e0fca01a5ca6f6d90429815a30a 06-Jun-2012 Michael Jurka <mikejurka@google.com> am a2c628fb: Merge "Fix bug 6499508" into jb-dev

* commit 'a2c628fb402610ce65371fb06d5adaf7eaf9df9b':
Fix bug 6499508
a2c628fb402610ce65371fb06d5adaf7eaf9df9b 06-Jun-2012 Michael Jurka <mikejurka@google.com> Merge "Fix bug 6499508" into jb-dev
5926668f2e7dc7f245db13b194e0595cd1c1d82d 06-Jun-2012 Daniel Sandler <dsandler@android.com> am 622976ba: Merge "New background for notification panel header." into jb-dev

* commit '622976ba775ed2b2cebe83ec1e60e1db6db89e2a':
New background for notification panel header.
d1a040c3e1dc30b26f4dfee8c9de2c802ac134b8 06-Jun-2012 Michael Jurka <mikejurka@google.com> Fix bug 6499508

Using a HashSet for the recycled views, instead of an ArrayList, to ensure items are not double-added
rc/com/android/systemui/recent/RecentsHorizontalScrollView.java
rc/com/android/systemui/recent/RecentsVerticalScrollView.java
4bd3a127d2cf6c98934738a6e681248af8d4033d 04-Jun-2012 Daniel Sandler <dsandler@android.com> New background for notification panel header.

Bug: 6593364
Change-Id: Ifc0a9c17cbb413316d9a06d9b29cf4ca843c2103
es/drawable-hdpi/notification_header_bg.9.png
es/drawable-mdpi/notification_header_bg.9.png
es/drawable-xhdpi/notification_header_bg.9.png
es/layout/status_bar_expanded_header.xml
es/values/colors.xml
0901fda2fe59715e9522a7a190ed260b435fea24 23-May-2012 Romain Guy <romainguy@google.com> Enable HW accelerated window shade for all devices

Change-Id: I78ca9a192ae97e3160d3cf17a61856f60c64807c
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
eef4bc08137f2324e2974c282992ff546df99e54 06-Jun-2012 Jeff Brown <jeffbrown@google.com> am 615fd3df: Merge "Implement new rotation policy." into jb-dev

* commit '615fd3dff2e369d8b786abcfe41b6da988e41001':
Implement new rotation policy.
615fd3dff2e369d8b786abcfe41b6da988e41001 06-Jun-2012 Jeff Brown <jeffbrown@google.com> Merge "Implement new rotation policy." into jb-dev
207673cdbb536b9bdd9ff7f9ce953c5485d11f5a 06-Jun-2012 Jeff Brown <jeffbrown@google.com> Implement new rotation policy.

Rotation lock does not override NOSENSOR mode anymore.

Centralize the rotation policy settings into a new class shared by
the System UI and Settings applications.

Add a new setting to specify whether rotation-lock is being hidden
because the "auto-rotate screen" option has been toggled in the
Accessibility settings panel.

Bug: 6523269
Change-Id: I15173280d25bc5d101e89a9c65913aefc53fc33a
es/layout-sw600dp/status_bar_expanded_header.xml
es/layout/status_bar_expanded_header.xml
es/layout/system_bar_settings_view.xml
rc/com/android/systemui/statusbar/RotationToggle.java
rc/com/android/systemui/statusbar/policy/AutoRotateController.java
rc/com/android/systemui/statusbar/tablet/SettingsView.java
77de176b52046c562b5cc1526c007ba03e34e2ac 05-Jun-2012 John Spurlock <jspurlock@google.com> am fc6902b6: Merge "StatusBar: Improve framerate on reveal animation." into jb-dev

* commit 'fc6902b66e3319279d88247b5610e0f45e9a5ada':
StatusBar: Improve framerate on reveal animation.
fc6902b66e3319279d88247b5610e0f45e9a5ada 05-Jun-2012 John Spurlock <jspurlock@google.com> Merge "StatusBar: Improve framerate on reveal animation." into jb-dev
412850067104be9654e98ac65b6f00ff9f62427f 05-Jun-2012 Michael Jurka <mikejurka@google.com> am da741b4f: Merge "Adding more logging for bug: 6499508" into jb-dev

* commit 'da741b4f2437458394a05421c50b7f11995181fa':
Adding more logging for bug: 6499508
804df70112204a492730a5632e4524fddf0e4f48 01-Jun-2012 John Spurlock <jspurlock@google.com> StatusBar: Improve framerate on reveal animation.

Ensure reveal animation runs after notification panel is completely drawn.
Align minimum close handle position to proper height with new super status bar.

Bug: 6555172
Change-Id: I7ae978caa1f28932ee56f65484b18330a4406b80
es/layout-sw600dp/super_status_bar.xml
es/layout/status_bar_expanded.xml
es/layout/super_status_bar.xml
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
a9265805dcec7d94cc78243dcd016765759f9a14 05-Jun-2012 Michael Jurka <mikejurka@google.com> Adding more logging for bug: 6499508

Change-Id: Iffc099e7de8b1d24bb33f1df6e17df7a099bfcb2
rc/com/android/systemui/recent/RecentsVerticalScrollView.java
b536cf936d6ff68981e9b24e41388d08ab54b7a8 05-Jun-2012 Michael Jurka <mikejurka@google.com> am a3404be9: Merge "Change Recents background to solid color on sw600dp devices" into jb-dev

* commit 'a3404be930883c420bc551d881e5f29a2e3dd2cd':
Change Recents background to solid color on sw600dp devices
a3404be930883c420bc551d881e5f29a2e3dd2cd 05-Jun-2012 Michael Jurka <mikejurka@google.com> Merge "Change Recents background to solid color on sw600dp devices" into jb-dev
f3abbad5a72171a796c7200600383940c882285a 04-Jun-2012 Michael Jurka <mikejurka@google.com> Change Recents background to solid color on sw600dp devices

Bug: 6572502
es/drawable-sw600dp/status_bar_recents_background.xml
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
5a70063f7ea8c910eefb025018ef02e84ff319f0 04-Jun-2012 Dianne Hackborn <hackbod@google.com> am 6593be0c: Merge "Work on issue #6579997: Mariner entrance animation" into jb-dev

* commit '6593be0c200f69d932e40e05e9df54b89c157c48':
Work on issue #6579997: Mariner entrance animation
6593be0c200f69d932e40e05e9df54b89c157c48 04-Jun-2012 Dianne Hackborn <hackbod@google.com> Merge "Work on issue #6579997: Mariner entrance animation" into jb-dev
419c7c3d0d129c634f7c631d009aff7987727b46 03-Jun-2012 Daniel Sandler <dsandler@android.com> am a764816b: Merge "Hide notifications until the device is provisioned." into jb-dev

* commit 'a764816b1ae961218bd7c628ab9f0ad384eab8cd':
Hide notifications until the device is provisioned.
a764816b1ae961218bd7c628ab9f0ad384eab8cd 03-Jun-2012 Daniel Sandler <dsandler@android.com> Merge "Hide notifications until the device is provisioned." into jb-dev
0962d3729bc241f23bb2adbd066b46caa28db12d 03-Jun-2012 Michael Jurka <mikejurka@google.com> am 1f3c11b7: Merge "Add more logging for bug 6499508 (getting warmer!)" into jb-dev

* commit '1f3c11b7952d92ebbafa71bf0904b8137edfd440':
Add more logging for bug 6499508 (getting warmer!)
586a119c6f30e8a69f910200afacf1ced6ef44b3 03-Jun-2012 Michael Jurka <mikejurka@google.com> am e766e1f5: Merge "Reduce recents memory usage" into jb-dev

* commit 'e766e1f57b00910442b52d7d11ba808a6b212459':
Reduce recents memory usage
1f3c11b7952d92ebbafa71bf0904b8137edfd440 03-Jun-2012 Michael Jurka <mikejurka@google.com> Merge "Add more logging for bug 6499508 (getting warmer!)" into jb-dev
e766e1f57b00910442b52d7d11ba808a6b212459 03-Jun-2012 Michael Jurka <mikejurka@google.com> Merge "Reduce recents memory usage" into jb-dev
a8c42f1aaa184ed9b30c747ca03b5d7159a3fb20 02-Jun-2012 Jim Miller <jaggies@google.com> am 94a8ae09: Merge "Fix 6592932: add means to replace assist icon from given package" into jb-dev

* commit '94a8ae09bea03ec2ca5563601e28a196d41bb6b6':
Fix 6592932: add means to replace assist icon from given package
94a8ae09bea03ec2ca5563601e28a196d41bb6b6 02-Jun-2012 Jim Miller <jaggies@google.com> Merge "Fix 6592932: add means to replace assist icon from given package" into jb-dev
84375876fcef73c5fa9c3de205c7db908ee14e15 02-Jun-2012 Dianne Hackborn <hackbod@google.com> Work on issue #6579997: Mariner entrance animation

Add a new variation of ActivityOptions that allows you to
supply custom animation resources and get a callback when the
animation starts.

Use this in SearchPanelView to determine when to start hiding
the search panel instead of having a fixed delay.

Fix some issues in the activity manager where we would cancel
the options in cases where we should actually keep them to give
to the window manager for a transition. (Basically when the
activity being started is not actually ending up launched, but
just results in a shift in the activity stack.)

Note that this is not quite what the design calls for -- the
entire search UI is waiting and then disappearing when the
animation starts, instead of the ring first disappearing while
waiting for the time to fade out the circle.

Change-Id: Iee9a404ba530908d73cdbd4a9d0d2907ac03428f
es/anim/search_launch_enter.xml
rc/com/android/systemui/SearchPanelView.java
1f199f1d04e6ab8929a9cdcf8d5fc5583e735879 02-Jun-2012 Daniel Sandler <dsandler@android.com> am 0a19dba5: Merge "Present a one-time chooser when sharing screenshots." into jb-dev

* commit '0a19dba545d25760839399e4bc8ece6d9cc888da':
Present a one-time chooser when sharing screenshots.
dcf1251c92eb1920c4f955c893f9fa36a7ae67fb 02-Jun-2012 Raph Levien <raph@google.com> am 79f7381f: Merge "Fix bug 6596440: NPE when pulling down notification window" into jb-dev

* commit '79f7381f8b4e9a462d012740c2a902ae3de8a6b0':
Fix bug 6596440: NPE when pulling down notification window
0a19dba545d25760839399e4bc8ece6d9cc888da 01-Jun-2012 Daniel Sandler <dsandler@android.com> Merge "Present a one-time chooser when sharing screenshots." into jb-dev
26cda27d2e6f1341514943b39a4da1e55ba2197e 22-May-2012 Daniel Sandler <dsandler@android.com> Hide notifications until the device is provisioned.

During Setup (0 == Settings.Secure.DEVICE_PROVISIONED)
there's no reason to show notifications, unless they're
coming from the platform (and therefore essential to the
setup process), like the IME switcher.

We also disable the settings button and ticker while the
device is not provisioned.

Bug: 6355011
Change-Id: I1522f0c0fed3f2f95a36bd71d051248e12f0a1f8
rc/com/android/systemui/statusbar/BaseStatusBar.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
3294b6b09b2f52cb44005720051c32c9c851fc9f 01-Jun-2012 Jim Miller <jaggies@google.com> Fix 6592932: add means to replace assist icon from given package

This provides the means to replace the assist icon shown in keyguard and the
navigation gesture for assist. It's done by adding metadata called
"com.android.systemui.action_assist_icon" to the activity that handles
android.intent.action.ASSIST. It should point to a StateListDrawable
in that package with the required states. For example:

<meta-data android:name="com.android.systemui.action_assist_icon"
android:resource="@drawable/ic_android_systemui_action_assist" />

And then something like this in drawable/ic_android_systemui_action_assist.xml :

<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_enabled="true"
android:state_active="false"
android:state_focused="false"
android:drawable="@drawable/ic_action_assist_normal" />
<item android:state_enabled="true"
android:state_active="true"
android:state_focused="false"
android:drawable="@drawable/ic_action_assist_activated" />
<item android:state_enabled="true"
android:state_active="false"
android:state_focused="true"
android:drawable="@drawable/ic_action_assist_focused" />
</selector>

Change-Id: Ibc29360e179fed68253ff06a07b1bb2b982d0dab
rc/com/android/systemui/SearchPanelView.java
046fddff5beabd21b9e9e0c6ae24ba11ab444f0d 31-May-2012 Daniel Sandler <dsandler@android.com> Present a one-time chooser when sharing screenshots.

Bug: 6561747
Change-Id: I0ee98d10e6927a9166e643a4a965285a62379a9b
rc/com/android/systemui/screenshot/GlobalScreenshot.java
79f7381f8b4e9a462d012740c2a902ae3de8a6b0 01-Jun-2012 Raph Levien <raph@google.com> Merge "Fix bug 6596440: NPE when pulling down notification window" into jb-dev
311a961a9a9f29d365954302202e27b82853485a 01-Jun-2012 Raph Levien <raph@google.com> Fix bug 6596440: NPE when pulling down notification window

Pulling down the notification window set the navigation bar view to
"slippery", but this view is NULL on some devices such as Crespo.
The fix simply makes it a no-op in this case.

Change-Id: I720a257c1715febda5932d50906c5dddbca2b312
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
4ba77f165c0814dbb4a4bce7fdffef160912ae41 01-Jun-2012 Andrew Flynn <flynn@google.com> am ef3a8021: Merge "Refresh signal cluster for airplane switch." into jb-dev

* commit 'ef3a8021e412b33db817789a9c1869022b5c901b':
Refresh signal cluster for airplane switch.
ef3a8021e412b33db817789a9c1869022b5c901b 01-Jun-2012 Andrew Flynn <flynn@google.com> Merge "Refresh signal cluster for airplane switch." into jb-dev
4f500b8592f1ce6ba54891071a2f9da00fcfd5fd 01-Jun-2012 Michael Jurka <mikejurka@google.com> Add more logging for bug 6499508 (getting warmer!)

Change-Id: Id55c6e9641508804d7f4a1b83e1251ea960d4aa5
rc/com/android/systemui/recent/RecentsPanelView.java
261277e1783ccebe5cb40763f8ef20d988dfe4ca 01-Jun-2012 Michael Jurka <mikejurka@google.com> Reduce recents memory usage

Change-Id: I7e50bc1987dd75b1fbbe4e91d13490ae1faa6cb8
rc/com/android/systemui/recent/RecentsHorizontalScrollView.java
rc/com/android/systemui/recent/RecentsScrollViewPerformanceHelper.java
rc/com/android/systemui/recent/RecentsVerticalScrollView.java
0fa9d2d03f2825e22408cda65a9bbb88a43d9a31 01-Jun-2012 Andrew Flynn <flynn@google.com> Refresh signal cluster for airplane switch.

This fixes a bug where if Airplane mode on/off is the only icon
that is changing in the signal cluster (for example, someone on
a wifi-only device has wifi turned on in airplane mode, so wifi
icon is not changing), this will refresh the signal cluster.

Bug: 6531918
Change-Id: I7a440b84c9dfa0b300b81d14426b99fd48fad06c
rc/com/android/systemui/statusbar/policy/NetworkController.java
359822c586afb667b7ef51a2786cdd33bd4a3942 31-May-2012 Jim Miller <jaggies@google.com> am 593b4446: Merge "Fix 6583164: Make navbar slippery when shade is open" into jb-dev

* commit '593b4446fd5cac974b86988cbd03f5a8c1a4862d':
Fix 6583164: Make navbar slippery when shade is open
593b4446fd5cac974b86988cbd03f5a8c1a4862d 31-May-2012 Jim Miller <jaggies@google.com> Merge "Fix 6583164: Make navbar slippery when shade is open" into jb-dev
b490c3e64d4671133eb5e2c7a263f38879ef0ce3 31-May-2012 Jim Miller <jaggies@google.com> Fix 6583164: Make navbar slippery when shade is open

Change-Id: Ie7bc726dd292b8b363c155492fb620e49a123f05
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
60dbc3c05c644ae057c4946f1229387e60be8cb3 31-May-2012 John Spurlock <jspurlock@google.com> am e857632a: Merge "Dock: Renable desk-dock apps" into jb-dev

* commit 'e857632abd994bd1e4a649afb4231f3a97763828':
Dock: Renable desk-dock apps
e857632abd994bd1e4a649afb4231f3a97763828 31-May-2012 John Spurlock <jspurlock@google.com> Merge "Dock: Renable desk-dock apps" into jb-dev
64846efd6dfeb70303caa1d495fdad08a13eadce 31-May-2012 Daniel Sandler <dsandler@android.com> am 43cee47d: Merge "Simpler background art for notification panels." into jb-dev

* commit '43cee47d4f813e43a59f907bfea030f157853fd2':
Simpler background art for notification panels.
43cee47d4f813e43a59f907bfea030f157853fd2 31-May-2012 Daniel Sandler <dsandler@android.com> Merge "Simpler background art for notification panels." into jb-dev
1534a66ee997a978dd99d2e105f0febccf709cbd 30-May-2012 Daniel Sandler <dsandler@android.com> Simpler background art for notification panels.

Bug: 6515559 // banding due to gradient
Bug: 6563738 // 9-patch self-overlap issues
Change-Id: Iab180e4ad1e92e1c780d54fd609ad8989a07c775
es/drawable-hdpi/notification_panel_bg.9.png
es/drawable-mdpi/notification_panel_bg.9.png
es/drawable-sw600dp-hdpi/notification_panel_bg.9.png
es/drawable-sw600dp-mdpi/notification_panel_bg.9.png
es/drawable-sw600dp-xhdpi/notification_panel_bg.9.png
es/drawable-sw720dp-hdpi/notification_panel_bg.9.png
es/drawable-sw720dp-mdpi/notification_panel_bg.9.png
es/drawable-sw720dp-xhdpi/notification_panel_bg.9.png
es/drawable-xhdpi/notification_panel_bg.9.png
6ac15eeb8a88e0b0a7c81e8b8ec6b07099fddbc5 30-May-2012 Michael Jurka <mikejurka@google.com> am 67130247: Merge "Fix issue where "No recent apps" showed initially before loading thumbnails" into jb-dev

* commit '6713024727039004fa1f59a5ad4cad1f3c5f57f4':
Fix issue where "No recent apps" showed initially before loading thumbnails
6713024727039004fa1f59a5ad4cad1f3c5f57f4 30-May-2012 Michael Jurka <mikejurka@google.com> Merge "Fix issue where "No recent apps" showed initially before loading thumbnails" into jb-dev
afeaa4eb0e907a47f17cf4399ed8ba69e70397d9 30-May-2012 Eric Fischer <enf@google.com> am 75856e96: Merge "Import translations. DO NOT MERGE" into jb-dev

* commit '75856e969149fb2e221ece014670fdc39562747e':
Import translations. DO NOT MERGE
75856e969149fb2e221ece014670fdc39562747e 30-May-2012 Eric Fischer <enf@google.com> Merge "Import translations. DO NOT MERGE" into jb-dev
f4837c03c3a4a0d211db86eb1e275a98cd8cae2c 30-May-2012 Eric Fischer <enf@google.com> Import translations. DO NOT MERGE

Change-Id: I1b96473984d97eaef2ef616def04315674a57fca
es/values-zh-rCN/strings.xml
1b4341a682bf0ef191be3dbb0ee1ef08036fe075 30-May-2012 Jim Miller <jaggies@google.com> am a78bdd95: Merge "Fix 6578735: don\'t crash system ui when there\'s no search activity" into jb-dev

* commit 'a78bdd95b30ecdbd26e1b46c0d651b3975fea6b8':
Fix 6578735: don't crash system ui when there's no search activity
a78bdd95b30ecdbd26e1b46c0d651b3975fea6b8 30-May-2012 Jim Miller <jaggies@google.com> Merge "Fix 6578735: don't crash system ui when there's no search activity" into jb-dev
927506176e987544cf7f42efc59ae102ab33305c 30-May-2012 Philip Milne <pmilne@google.com> am 5ab6e12b: Merge "Fix 6538388: Home buttons do not respect the no "vibrate on touch" option." into jb-dev

* commit '5ab6e12b450d13c8eb501001c7a8669826b86ea4':
Fix 6538388: Home buttons do not respect the no "vibrate on touch" option.
5ab6e12b450d13c8eb501001c7a8669826b86ea4 30-May-2012 Philip Milne <pmilne@google.com> Merge "Fix 6538388: Home buttons do not respect the no "vibrate on touch" option." into jb-dev
8ea8a29de70e0ed66788b13d621788aa6d398ded 30-May-2012 Jim Miller <jaggies@google.com> Fix 6578735: don't crash system ui when there's no search activity

Because SearchPanelView tracks input even when it's not showing, it
was possible to trigger search with a gesture.

Change-Id: I60f654d279d2ff1799d8a4b69796da8c7e81f3c7
rc/com/android/systemui/SearchPanelView.java
9ca07d048fb738986195e710839a5084bf1b628e 30-May-2012 Jim Miller <jaggies@google.com> am d8c5f10c: Merge "Fix 6398209: SearchPanel gesture improvements" into jb-dev

* commit 'd8c5f10c10ea1a8708481eac52ee573d5c3b6a67':
Fix 6398209: SearchPanel gesture improvements
d234b32e995800fd035acc780db19529f34dd281 30-May-2012 Michael Jurka <mikejurka@google.com> Fix issue where "No recent apps" showed initially before loading thumbnails

Bug: 6573911

Also add additional debugging code for bug 6573911
rc/com/android/systemui/recent/RecentsPanelView.java
rc/com/android/systemui/recent/RecentsVerticalScrollView.java
9a720f5eb6c67b581df22f4ecb498cebb459babe 30-May-2012 Jim Miller <jaggies@google.com> Fix 6398209: SearchPanel gesture improvements

This fixes a few recent regressions caused by other bug fixes:
- add new flags to animateCollapse() so we can selectively close panels. Fixes regression caused by attempt to close recent apps from startAssistActivity() which had the side effect of closing the search panel before the animation completes.
- adds tuneable holdoff delay for responding to home key press.
- minor tweaks to MultiWaveView animations.

Change-Id: Ia48434b8d59e7b0290a5e9783960c2f684068218
es/values/config.xml
rc/com/android/systemui/SearchPanelView.java
rc/com/android/systemui/recent/RecentsPanelView.java
rc/com/android/systemui/statusbar/BaseStatusBar.java
rc/com/android/systemui/statusbar/CommandQueue.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
a01a2a89ec6ce8c790fc217a89117369f0e630e2 29-May-2012 Philip Milne <pmilne@google.com> Fix 6538388: Home buttons do not respect the no "vibrate on touch" option.

Change-Id: I1792caf4c0501055329611f4c5e237815463d43d
es/values/config.xml
rc/com/android/systemui/SearchPanelView.java
rc/com/android/systemui/statusbar/BaseStatusBar.java
960779d3bbc6f2c767432ce48aca1e12cb0093b7 29-May-2012 John Spurlock <jspurlock@google.com> Dock: Renable desk-dock apps

Revert to pre-dreams behavior. DeskClock once again launches the correct
activity (instead of Screensaver) when desk-dock is attached.

Bug: 6559590
Change-Id: I32a03a25469f17b5e87e16831839ec757d56c90b
rc/com/android/systemui/DreamsDockLauncher.java
4abf86ed20fdc87f34362fad5f8a51798a2d0d88 29-May-2012 Jim Miller <jaggies@google.com> am a073e570: Fix 6398209: General animation improvements for swipe to search

* commit 'a073e570789e5b49e8339af44516444b13db4428':
Fix 6398209: General animation improvements for swipe to search
a073e570789e5b49e8339af44516444b13db4428 24-May-2012 Jim Miller <jaggies@google.com> Fix 6398209: General animation improvements for swipe to search

This cleans up the animation for swipe to search from the navbar. In particular:
1. Wait for initial animation to finish if gesture was too quick.
2. Better fade animation
3. Hide background and fade in when ring is selected
4. Smoother target and outer ring animation when switching between states.

Change-Id: I401197760cf9f06b6ff3e1cdb80bee86a03ef276
es/layout-sw600dp/status_bar_search_panel.xml
es/layout-sw720dp/status_bar_search_panel.xml
rc/com/android/systemui/SearchPanelView.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
10864c544207f607f1f551284ca6fbf4dc63cc2f 29-May-2012 Andrew Flynn <flynn@google.com> am 15332efd: Merge "Set phone/data signal icon ids to 0 in airplane mode" into jb-dev

* commit '15332efd2c4dd9b96368a58216e13d083638dbae':
Set phone/data signal icon ids to 0 in airplane mode
15332efd2c4dd9b96368a58216e13d083638dbae 29-May-2012 Andrew Flynn <flynn@google.com> Merge "Set phone/data signal icon ids to 0 in airplane mode" into jb-dev
fc9c4434da6f20c104964d7d20f3571e07abbf9a 29-May-2012 Michael Jurka <mikejurka@google.com> am 48c22c84: Merge "Adding debugging code for bug where recycled views still had parent" into jb-dev

* commit '48c22c84c089213dda6495fbdeb384e400c7c5c5':
Adding debugging code for bug where recycled views still had parent
b2a5d9e546fc99510a87403a619bbc55a115c0f4 29-May-2012 Michael Jurka <mikejurka@google.com> Adding debugging code for bug where recycled views still had parent

Bug: 6499508
Change-Id: Iaf95ee6a0836c5f1e863d6a5b969e032d36a2b27
rc/com/android/systemui/recent/RecentsHorizontalScrollView.java
rc/com/android/systemui/recent/RecentsVerticalScrollView.java
59893daa5002f1c6dd10b97f5ee6645550554179 26-May-2012 Romain Guy <romainguy@google.com> am bbedfa00: Merge "Tale of status bar on crespo, part 3 Bug #6541079" into jb-dev

* commit 'bbedfa0036f8de393c05b2ad981695ae74e7ab42':
Tale of status bar on crespo, part 3 Bug #6541079
bbedfa0036f8de393c05b2ad981695ae74e7ab42 26-May-2012 Romain Guy <romainguy@google.com> Merge "Tale of status bar on crespo, part 3 Bug #6541079" into jb-dev
9d8933ec11416147af2d2c36ba0dfa5e806b851a 26-May-2012 Chet Haase <chet@google.com> am a27551dd: Merge "Make Google search panel go away when receiving phone call" into jb-dev

* commit 'a27551dde853733e89aa16b6fb096186b08c5d81':
Make Google search panel go away when receiving phone call
a27551dde853733e89aa16b6fb096186b08c5d81 26-May-2012 Chet Haase <chet@google.com> Merge "Make Google search panel go away when receiving phone call" into jb-dev
edabf9c75eb56c46d242d4c799723e0851dc2976 25-May-2012 Eric Fischer <enf@google.com> am dfaadf9d: Merge "Import translations. DO NOT MERGE" into jb-dev

* commit 'dfaadf9dae65e4e3cee7430908c98614bb208d20':
Import translations. DO NOT MERGE
dfaadf9dae65e4e3cee7430908c98614bb208d20 25-May-2012 Eric Fischer <enf@google.com> Merge "Import translations. DO NOT MERGE" into jb-dev
b354f987d366e5e04ed95c93d105404f884008ef 25-May-2012 Fabrice Di Meglio <fdimeglio@google.com> am d5f3798d: Merge "Fix bug #6558264 Recent apps launcher is not getting dismissed after launching Google app using long press of Home key" into jb-dev

* commit 'd5f3798d6b5cc6404aa03396b440b56415f00ca8':
Fix bug #6558264 Recent apps launcher is not getting dismissed after launching Google app using long press of Home key
d5f3798d6b5cc6404aa03396b440b56415f00ca8 25-May-2012 Fabrice Di Meglio <fdimeglio@google.com> Merge "Fix bug #6558264 Recent apps launcher is not getting dismissed after launching Google app using long press of Home key" into jb-dev
ff20b0c0ef34b5bd5859c8a4528085f6cb6e0ba6 25-May-2012 Chet Haase <chet@google.com> Make Google search panel go away when receiving phone call

Issue #6557847 "Google" launcher icon stuck in ring slider after getting incoming call

Change-Id: If77f66fd241af7fbfe6228498b07fd1cfcef36bd
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
b80d834ca0cbff690613f0b65b61ba5f43b0b416 25-May-2012 Eric Fischer <enf@google.com> Import translations. DO NOT MERGE

Change-Id: I893c25a4fd206d9b0c018c44e4441ef36d12eed0
es/values-cs/strings.xml
es/values-de/strings.xml
es/values-en-rGB/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-sw/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
4d0d38b9f41d310a797e01aaa1db2e819379e5bd 25-May-2012 Fabrice Di Meglio <fdimeglio@google.com> Fix bug #6558264 Recent apps launcher is not getting dismissed after launching Google app using long press of Home key

- close Recent Apps before launching the Assistant

Change-Id: I823dc254252fb3c1fde0a3adcfb895e368c7d77e
rc/com/android/systemui/SearchPanelView.java
8900e631940fdffe7b941b56dc0f17e55345441e 25-May-2012 Romain Guy <romainguy@google.com> Tale of status bar on crespo, part 3
Bug #6541079

The vanished shall not be forgotten.

Change-Id: If01a53d8c203ef82e54d0b440063a8dbebe7b14a
es/layout/status_bar_notification_row.xml
rc/com/android/systemui/ExpandHelper.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
6da3e987124c4190ff959136cf9fab325b3d5194 25-May-2012 Romain Guy <romainguy@google.com> am bc1387b1: Merge "Tale of status bar on crespo, part 2 Bug #6541079" into jb-dev

* commit 'bc1387b11c530a751c1c6075d16cac2e48a4b932':
Tale of status bar on crespo, part 2 Bug #6541079
bc1387b11c530a751c1c6075d16cac2e48a4b932 25-May-2012 Romain Guy <romainguy@google.com> Merge "Tale of status bar on crespo, part 2 Bug #6541079" into jb-dev
648342f1f257663fc5b3065b23c80eb015edfbea 25-May-2012 Romain Guy <romainguy@google.com> Tale of status bar on crespo, part 2
Bug #6541079

In which a flood destroys flatland.

Change-Id: Ifd1913b645c08531b221b3e010c133f14bcfb0c2
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
bb99674374dcf2058cfcff202062bb2e67745ed8 25-May-2012 Romain Guy <romainguy@google.com> am 53210964: Merge "Tale of status bar on crespo, part 1 Bug #6541079" into jb-dev

* commit '53210964673640166c8824c580344b06e8f8e28c':
Tale of status bar on crespo, part 1 Bug #6541079
53210964673640166c8824c580344b06e8f8e28c 25-May-2012 Romain Guy <romainguy@google.com> Merge "Tale of status bar on crespo, part 1 Bug #6541079" into jb-dev
f7f16f7f3fec4e422b6382a3caead9eeb0c22a1e 25-May-2012 Romain Guy <romainguy@google.com> Tale of status bar on crespo, part 1
Bug #6541079

In which ghosts are more desirable than standing soldiers.

Change-Id: I92ec33fa344938eabe5adf6644683c7ab19ba8a5
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
4414bdefe1ac1559f2c4d2658a28ed80abc84482 25-May-2012 Jim Miller <jaggies@google.com> am 73bde11e: Merge "Fix 6547012: ignore events outside the home/back/recent navigation area" into jb-dev

* commit '73bde11e624c44620819e9c93a61ca6be6e96997':
Fix 6547012: ignore events outside the home/back/recent navigation area
73bde11e624c44620819e9c93a61ca6be6e96997 25-May-2012 Jim Miller <jaggies@google.com> Merge "Fix 6547012: ignore events outside the home/back/recent navigation area" into jb-dev
960892c0afa7f2b91236928e29e3987ed35b2077 24-May-2012 Jim Miller <jaggies@google.com> Fix 6547012: ignore events outside the home/back/recent navigation area

This fixes the search panel to only show if touch events originate
in the home/back/recent area.

Change-Id: I370da8b5c5613b7bbab5d266ba51a61df8f3a57b
rc/com/android/systemui/SearchPanelView.java
rc/com/android/systemui/statusbar/DelegateViewHelper.java
rc/com/android/systemui/statusbar/phone/NavigationBarView.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBarView.java
c325cba2e84f6fdd5d936baca534449e9ba5e937 24-May-2012 Andrew Flynn <flynn@google.com> Set phone/data signal icon ids to 0 in airplane mode

Sets the views to be GONE and also triggers a view refresh for airplane mode
switching

Bug: 6531918
Change-Id: I3b544df3665c16ff11cb79c6fa882fa4314db680
rc/com/android/systemui/statusbar/policy/NetworkController.java
7ecc89743d43adeaf3d80c8d630fe37b23f8346e 23-May-2012 Chris Wren <cwren@android.com> am b72ac9dd: Merge "BigPicture notifications for screenshots." into jb-dev

* commit 'b72ac9dd6eb649d6f0583a5782b1780cf4efa088':
BigPicture notifications for screenshots.
969cf617d494f1551a1cc0065765bc55c4a0bbc9 23-May-2012 Chris Wren <cwren@android.com> am e820b18f: Merge "Leave less space between notificaitons." into jb-dev

* commit 'e820b18ffa9dc3ece742d137e5c3e4cf82e406df':
Leave less space between notificaitons.
b72ac9dd6eb649d6f0583a5782b1780cf4efa088 23-May-2012 Chris Wren <cwren@android.com> Merge "BigPicture notifications for screenshots." into jb-dev
e820b18ffa9dc3ece742d137e5c3e4cf82e406df 23-May-2012 Chris Wren <cwren@android.com> Merge "Leave less space between notificaitons." into jb-dev
79934c0048a6bfccdbb6dda0fc45db3240ba5de8 23-May-2012 Daniel Sandler <dsandler@android.com> am 81de5a0b: Merge "Stop animating when not showing." into jb-dev

* commit '81de5a0b11df08b603693b6d3b381ac9f89ebc67':
Stop animating when not showing.
956beaf956e2d104c60b674c16e80a26ad958be1 23-May-2012 Chris Wren <cwren@android.com> Leave less space between notificaitons.

Bug: 6507482
Change-Id: I9244fcabe423ec59e1856f5fddcd948ea7b3374d
es/values/dimens.xml
aa0a3b692337ec8b6431e8d046ea01f042157334 23-May-2012 Daniel Sandler <dsandler@android.com> Stop animating when not showing.

We were eating too many jelly beans even when the screen was
off.

Also clean up touch offsets, rotation on fling, and main
platlogo asset.

Bug: 6541052
Change-Id: I34e49b8b7a95ce6daab929885130426a5ae58dc4
ndroidManifest.xml
rc/com/android/systemui/BeanBag.java
3745a3da759a9510554c8d2c59f09185e52ed403 22-May-2012 Chris Wren <cwren@android.com> BigPicture notifications for screenshots.

Needed a little extra help from the builder to make this
happen (like the title, you might want a different largeIcon
in the expanded view if---as in this case---it is redundant
with the big picture).

Needed to fix BigPicture template to reveal actions.

Bug: 6289107
Change-Id: I19dc62e693ee2c87cbe82f7327fe9115768b4102
es/drawable-hdpi/ic_menu_share.png
es/drawable-mdpi/ic_menu_share.png
es/drawable-xhdpi/ic_menu_share.png
rc/com/android/systemui/screenshot/GlobalScreenshot.java
b05d03475b93ea432c135cdfac2eaf3cac963bb7 22-May-2012 John Spurlock <jspurlock@google.com> am 638e012d: Merge "Status Bar: Register for rotation lock status updates." into jb-dev

* commit '638e012d2b5c2b075b48f86d08daec9b36319cfc':
Status Bar: Register for rotation lock status updates.
638e012d2b5c2b075b48f86d08daec9b36319cfc 22-May-2012 John Spurlock <jspurlock@google.com> Merge "Status Bar: Register for rotation lock status updates." into jb-dev
781f0f491a968b59a146b6159de6a9b265e219f1 22-May-2012 John Spurlock <jspurlock@google.com> Status Bar: Register for rotation lock status updates.

Updating the rotation lock status in Settings is now instantly
reflected in the status bar icon.

Bug: 6481542
Change-Id: Ic592119f63306c97a961038a82526b339d063f66
rc/com/android/systemui/statusbar/policy/AutoRotateController.java
rc/com/android/systemui/statusbar/tablet/SettingsView.java
932932ce96a57599c95dbac97e414ff9a1447ea3 22-May-2012 Jim Miller <jaggies@google.com> am 1ed07417: Merge "Fix 6398209: Add custom transition animation for swipe to search" into jb-dev

* commit '1ed074177cac28b5224615941d8ca30be8be465e':
Fix 6398209: Add custom transition animation for swipe to search
c150b19c39dffba9bc02a3eb6dab82a208b5608d 18-May-2012 Jim Miller <jaggies@google.com> Fix 6398209: Add custom transition animation for swipe to search

Change-Id: I63ca0d332a44471c4d4a05414b9e3020e48834f5
es/anim/search_launch_enter.xml
es/anim/search_launch_exit.xml
rc/com/android/systemui/SearchPanelView.java
aa0d9f6363f43e17b99176a026c746e82310111f 22-May-2012 Jim Miller <jaggies@google.com> am a6f0b0ad: Merge "Fix6398209: reveal search when home button is long-pressed" into jb-dev

* commit 'a6f0b0ad6966d64d833978cc150cc180b40f8bb3':
Fix6398209: reveal search when home button is long-pressed
a6f0b0ad6966d64d833978cc150cc180b40f8bb3 22-May-2012 Jim Miller <jaggies@google.com> Merge "Fix6398209: reveal search when home button is long-pressed" into jb-dev
998bb765290066822ff8a3b378dadd71deb0ce73 21-May-2012 Jim Miller <jaggies@google.com> Fix6398209: reveal search when home button is long-pressed

This change add a feature to reveal the swipe to search interface
when the home key is pressed for longer than 50ms. It progressively
reveals the interface. It still requires a bit of tuning, but all
the basic parameters are in this CL.

Change-Id: I1d3a5bb7b912265eb41da68bc9313eee1af2e415
rc/com/android/systemui/SearchPanelView.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
5f0d6063fac445f4628feeeafbc34dab35d34966 19-May-2012 Daniel Sandler <dsandler@android.com> am 7e22a223: Merge "Updated disconnected rssi icons." into jb-dev

* commit '7e22a223afa63c591ef56cb325163e5e82046822':
Updated disconnected rssi icons.
7e22a223afa63c591ef56cb325163e5e82046822 18-May-2012 Daniel Sandler <dsandler@android.com> Merge "Updated disconnected rssi icons." into jb-dev
ce77ce1d2b2cd99e2b14695542098af37b2943db 18-May-2012 Daniel Sandler <dsandler@android.com> Updated disconnected rssi icons.

Bug: 6449811
Change-Id: Ic7a1c4f9f75971783f8f9e49f65fdc25f5c83649
es/drawable-sw600dp-hdpi/stat_sys_signal_null.png
es/drawable-sw600dp-hdpi/stat_sys_wifi_signal_null.png
es/drawable-sw600dp-mdpi/stat_sys_signal_null.png
es/drawable-sw600dp-mdpi/stat_sys_wifi_signal_null.png
es/drawable-sw600dp-xhdpi/stat_sys_signal_null.png
es/drawable-sw600dp-xhdpi/stat_sys_wifi_signal_null.png
es/drawable-sw720dp-hdpi/stat_sys_signal_null.png
es/drawable-sw720dp-hdpi/stat_sys_wifi_signal_null.png
es/drawable-sw720dp-mdpi/stat_sys_signal_null.png
es/drawable-sw720dp-mdpi/stat_sys_wifi_signal_null.png
es/drawable-sw720dp-xhdpi/stat_sys_signal_null.png
es/drawable-sw720dp-xhdpi/stat_sys_wifi_signal_null.png
45e8f3b763164744216fbce6ca2360d2b566367a 18-May-2012 Jim Miller <jaggies@google.com> am 9da2452f: Merge "Fix 6441282: confine search gesture region on tablet navbar" into jb-dev

* commit '9da2452f6193d39ebc5c6c81cc5ceb41763d8036':
Fix 6441282: confine search gesture region on tablet navbar
161538985ee51e109f64af9a332d396bbffd7e2c 18-May-2012 Jim Miller <jaggies@google.com> Fix 6441282: confine search gesture region on tablet navbar

Depending on the device, this will be one of the id's in the navbar
view hierarchy used in the source. It will default to the navbar
view if one isn't found.

Change-Id: I388412d4f247f7d2d102768708237711d722de3d
rc/com/android/systemui/statusbar/DelegateViewHelper.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBarView.java
3d9bf29fcf1136261bef1b2331e2d7f61c683284 18-May-2012 Jim Miller <jaggies@google.com> am f7a44e81: Merge "Fix 6398209: Increase outer ring size for search gesture on 600dp device" into jb-dev

* commit 'f7a44e8168d96ad75738226570d41e48f8fd14e3':
Fix 6398209: Increase outer ring size for search gesture on 600dp device
f7a44e8168d96ad75738226570d41e48f8fd14e3 18-May-2012 Jim Miller <jaggies@google.com> Merge "Fix 6398209: Increase outer ring size for search gesture on 600dp device" into jb-dev
7c36dc2d1e71f60de7fff3d22e2a2d9a9219bab6 18-May-2012 Jim Miller <jaggies@google.com> am 58a69d24: Merge "Fix 6398209: Re-enable vibrate for search gesture." into jb-dev

* commit '58a69d24c42f8aec3825e580f592617e11f12d9e':
Fix 6398209: Re-enable vibrate for search gesture.
e673396387466cd70d059ae75c7b069c9ced670a 18-May-2012 Michael Jurka <mikejurka@google.com> resolved conflicts for merge of ede4d56e to jb-dev-plus-aosp

Change-Id: I8893e819f0f814a1fe1e0fb7f70dba860e889135
58a69d24c42f8aec3825e580f592617e11f12d9e 18-May-2012 Jim Miller <jaggies@google.com> Merge "Fix 6398209: Re-enable vibrate for search gesture." into jb-dev
80ad54cdcdf3e54142e23a647a0a91a6ab5c0f90 18-May-2012 Jim Miller <jaggies@google.com> Fix 6398209: Increase outer ring size for search gesture on 600dp device

Change-Id: I75d136535148af21bc4e7f3f39803d22496d6fc5
es/values-sw600dp/dimens.xml
64fffadf00918e9ffaee1bdfe01ed389145e0821 18-May-2012 Jim Miller <jaggies@google.com> Fix 6398209: Re-enable vibrate for search gesture.

Change-Id: Iabcfa21aae05fa55ec3fdc76eeed76577b962de5
ndroidManifest.xml
es/layout-land/status_bar_search_panel.xml
es/layout-port/status_bar_search_panel.xml
es/layout-sw600dp/status_bar_search_panel.xml
es/layout-sw720dp/status_bar_search_panel.xml
es/values/config.xml
321357b6066a34cc12a0528b7b835c7664db2e08 17-May-2012 Michael Jurka <mikejurka@google.com> Fix issue where static wallpaper was offset on boot

Bug: 6447391

Change-Id: Ie89bfdfd81dbf80ad7d109717f83c4bc7b42acf1
rc/com/android/systemui/ImageWallpaper.java
94496d5741c739743033207255fc155d46a5bca8 17-May-2012 Daniel Sandler <dsandler@android.com> am cb5ed06a: Merge "Hide the expanded status bar view when not in use." into jb-dev

* commit 'cb5ed06ada51f3421b236c4053b6742d5306ace2':
Hide the expanded status bar view when not in use.
3ac558b6bf15bf20aac73d573748d0df26cc77d5 17-May-2012 Daniel Sandler <dsandler@android.com> Hide the expanded status bar view when not in use.

Bug: 6511388
Change-Id: I8df11f80871cbd739712179034e04f49bb6b0d9d
es/layout-sw600dp/super_status_bar.xml
es/layout/super_status_bar.xml
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
9fd615682948fb005f575de7d35e78a69227f01d 17-May-2012 Daniel Sandler <dsandler@android.com> am a5d17288: Merge "New null (disconnected) RSSI for wifi and mobile." into jb-dev

* commit 'a5d17288ffeba130fe6ee4673f0ad880b3b42fb7':
New null (disconnected) RSSI for wifi and mobile.
d4b7e92744bfca1432b9ade74b718936757fcade 17-May-2012 Daniel Sandler <dsandler@android.com> New null (disconnected) RSSI for wifi and mobile.

On wifi-only devices we now show the null wifi RSSI if wifi
is enabled but not connected.

Bug: 6449811
Change-Id: Ib0cb11bcbef86d44ec633690806cff38796ffc3e
es/drawable-hdpi/stat_sys_signal_null.png
es/drawable-hdpi/stat_sys_wifi_signal_null.png
es/drawable-mdpi/stat_sys_signal_null.png
es/drawable-mdpi/stat_sys_wifi_signal_null.png
es/drawable-sw600dp-hdpi/stat_sys_signal_null.png
es/drawable-sw600dp-hdpi/stat_sys_wifi_signal_null.png
es/drawable-sw600dp-mdpi/stat_sys_signal_null.png
es/drawable-sw600dp-mdpi/stat_sys_wifi_signal_null.png
es/drawable-sw600dp-xhdpi/stat_sys_signal_null.png
es/drawable-sw600dp-xhdpi/stat_sys_wifi_signal_null.png
es/drawable-xhdpi/stat_sys_signal_null.png
es/drawable-xhdpi/stat_sys_wifi_signal_null.png
rc/com/android/systemui/statusbar/policy/NetworkController.java
d72953e87bff49673e1a8787961de37e21b8c061 17-May-2012 Daniel Sandler <dsandler@android.com> am 614349d7: Merge "Status Bar: Include wifi/mobile state in touch exploration" into jb-dev

* commit '614349d74ee2141006fcd87fb8a16b92619c8d48':
Status Bar: Include wifi/mobile state in touch exploration
614349d74ee2141006fcd87fb8a16b92619c8d48 17-May-2012 Daniel Sandler <dsandler@android.com> Merge "Status Bar: Include wifi/mobile state in touch exploration" into jb-dev
93eb51268759f289b251ed287e671d42aae48e1a 17-May-2012 Daniel Sandler <dsandler@android.com> am 6a160984: Merge changes I3b129e4b,I489718a8 into jb-dev

* commit '6a16098437665c3aab3e9980359e140b8a47858b':
Black out the status bar when the shade comes down.
Punch up the date contrast.
6a16098437665c3aab3e9980359e140b8a47858b 17-May-2012 Daniel Sandler <dsandler@android.com> Merge changes I3b129e4b,I489718a8 into jb-dev

* changes:
Black out the status bar when the shade comes down.
Punch up the date contrast.
8e18dc77579cdb2b2dad036afd18f8ca4963782a 17-May-2012 Daniel Sandler <dsandler@android.com> Black out the status bar when the shade comes down.

Also move the shade up and forward to overlap the (now
empty) status bar.

As a side effect, DISABLE_SYSTEM_INFO now works for phones.

Bug: 6418617
Change-Id: I3b129e4bb26d3aba55403bf03baf8f4c8ad0ff46
es/layout-sw600dp/super_status_bar.xml
es/layout/super_status_bar.xml
es/values-sw600dp/dimens.xml
es/values/dimens.xml
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
8bbbd3fc129e96e4908fbdf855b902ff7f0f686c 17-May-2012 Daniel Sandler <dsandler@android.com> Punch up the date contrast.

Bug: 6499757
Change-Id: I489718a8d167d30465bc16cfc3167d8d073efd2c
es/values/styles.xml
2f7dfa7afdaada78c46bd6fd7e307656ba3dd66a 17-May-2012 John Spurlock <jspurlock@google.com> Status Bar: Include wifi/mobile state in touch exploration

Bug: 5325056
Change-Id: Iefbd734344d3b70d3e0ebf6f0dffa55d89a054c7
rc/com/android/systemui/statusbar/SignalClusterView.java
dd684eb3e02f6ba0adc47c1aef38b1394c04a175 17-May-2012 Michael Jurka <mikejurka@google.com> am 28e73201: Merge "Revert "Add shortcut for voice search"" into jb-dev

* commit '28e7320116dc7e428e877e7165553046bbe7cd41':
Revert "Add shortcut for voice search"
28e7320116dc7e428e877e7165553046bbe7cd41 17-May-2012 Michael Jurka <mikejurka@google.com> Merge "Revert "Add shortcut for voice search"" into jb-dev
ce01bd6e76fb984a703b62bdba0eb45f9714b25e 17-May-2012 Jim Miller <jaggies@google.com> am ee499fe6: Merge "Fix 6504124: Disable assist when ACTION_ASSIST is not available" into jb-dev

* commit 'ee499fe68e7ea61741779f375056dbaf5a78d1d7':
Fix 6504124: Disable assist when ACTION_ASSIST is not available
12e0c5ac1b837d85c78221108b0d70417199bbbb 17-May-2012 Jim Miller <jaggies@google.com> Fix 6504124: Disable assist when ACTION_ASSIST is not available

Change-Id: I2218afa7954961309d8cf2f2be0aff10826b9243
rc/com/android/systemui/SearchPanelView.java
rc/com/android/systemui/statusbar/DelegateViewHelper.java
fa1009638d6f45aa8659aa74d93e82dd968e380e 17-May-2012 Michael Jurka <mikejurka@google.com> Revert "Add shortcut for voice search"

This reverts commit 7a3489552ca92776c5e2a57c80026216b44005eb.

Change-Id: Iddfa86183ff0d189e8dbb5dc535344e064e0d103
es/layout/navigation_bar.xml
9a40e307dc3a1d865257fee72c042ed0d2a9183d 16-May-2012 Jim Miller <jaggies@google.com> am c1c14065: Merge "Fix 6398209: Lots of improvements to gesture search from navbar" into jb-dev

* commit 'c1c140657633cc5b0ff26da1f122fab305d21e01':
Fix 6398209: Lots of improvements to gesture search from navbar
c1c140657633cc5b0ff26da1f122fab305d21e01 16-May-2012 Jim Miller <jaggies@google.com> Merge "Fix 6398209: Lots of improvements to gesture search from navbar" into jb-dev
ab8c1b172abd20ac5bc05f7afb3673a51ad5d987 16-May-2012 Eric Fischer <enf@google.com> am 2806097c: Merge "Import translations. DO NOT MERGE" into jb-dev

* commit '2806097ce34c2ad99b9d7197d9565c4a63ffa7ea':
Import translations. DO NOT MERGE
2806097ce34c2ad99b9d7197d9565c4a63ffa7ea 16-May-2012 Eric Fischer <enf@google.com> Merge "Import translations. DO NOT MERGE" into jb-dev
e5a58ee280a093f61bb4c3591ae747166739b034 16-May-2012 Eric Fischer <enf@google.com> Import translations. DO NOT MERGE

Change-Id: I9d449be1d3b33044fc5f3ae819573565bf7da4fa
es/values-es-rUS/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-pt-rPT/strings.xml
es/values-sr/strings.xml
es/values-th/strings.xml
es/values-tr/strings.xml
es/values-vi/strings.xml
a8066dd61f133d8378295f509c05441788585a75 16-May-2012 Daniel Sandler <dsandler@android.com> am ffc731d5: Merge "Properly crop header underneath panel close handle." into jb-dev

* commit 'ffc731d50ab530698186d94125a05d2a923504d7':
Properly crop header underneath panel close handle.
9de7b9c2497972d5a7e886f12229f0fc4ccdcf46 16-May-2012 Daniel Sandler <dsandler@android.com> am a25c198e: Merge "Properly center and scale the navkey glow." into jb-dev

* commit 'a25c198ee29182ecda4010a1aaf7b91a564c08e0':
Properly center and scale the navkey glow.
ffc731d50ab530698186d94125a05d2a923504d7 16-May-2012 Daniel Sandler <dsandler@android.com> Merge "Properly crop header underneath panel close handle." into jb-dev
a25c198ee29182ecda4010a1aaf7b91a564c08e0 16-May-2012 Daniel Sandler <dsandler@android.com> Merge "Properly center and scale the navkey glow." into jb-dev
2857d7b421c4d29323c27b9e7cbf3afb9e1366a3 16-May-2012 Daniel Sandler <dsandler@android.com> Properly crop header underneath panel close handle.

What's another level in the view hierarchy, really?

Bug: 6485390
Change-Id: I35bc7d487af4a09279daeaeb69f782132cd09b1d
es/layout/status_bar_expanded.xml
cd89aa7fcb550e3657d9fc3c640eb6fd8e877646 16-May-2012 Chris Wren <cwren@android.com> am 259c8b70: Merge "Allow pinch gestures to spill over into the shade header." into jb-dev

* commit '259c8b70a261972b9e8924e9f9d06f0ef5afd453':
Allow pinch gestures to spill over into the shade header.
5de6e94e36e2adbdd4ebfb5c1903c23c9ea3c388 16-May-2012 Chris Wren <cwren@android.com> Allow pinch gestures to spill over into the shade header.

Bug: 6430396
Change-Id: I62c242f11f47c5e6fff25c31716465b3e777d4ab
rc/com/android/systemui/ExpandHelper.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/phone/StatusBarWindowView.java
rc/com/android/systemui/statusbar/policy/NotificationRowLayout.java
3fd0e1a219e42db90b34b3512a6984d7dd2ebe2c 16-May-2012 Daniel Sandler <dsandler@android.com> Properly center and scale the navkey glow.

The overall scale of the glow is currently based on the
height of the navigation bar. That is, the glow asset will
be scaled so its height fits perfectly in the bar when at
rest (i.e. not enlarged by active touch).

Bug: 6399510
Change-Id: I95139787a435bcf69d5fda0003c84e4fe55c330d
rc/com/android/systemui/statusbar/policy/KeyButtonView.java
04f3a973d11d4a61aeafd630e9d37e7b6fd4fcd6 16-May-2012 Daniel Sandler <dsandler@android.com> am 39f8889d: Merge "Fix longpress handler in notifications." into jb-dev

* commit '39f8889d987221531fef013ad3caaedcb23e7383':
Fix longpress handler in notifications.
491d3a9bfab844bf8587545bb1cdab76d2cd4b96 16-May-2012 Daniel Sandler <dsandler@android.com> Fix longpress handler in notifications.

Bug: 6452142
Change-Id: Iaa8e189cd1536f2826d5fe3721ead9bc33397711
rc/com/android/systemui/SwipeHelper.java
b9eda390a3a651f66d5e05a7faca40e2727b0083 16-May-2012 Daniel Sandler <dsandler@android.com> am 559146fc: Merge "New fonts in notifications." into jb-dev

* commit '559146fc98ba0c1a272c37e78c38f7a9f145997a':
New fonts in notifications.
9c5b98ac57f0749da23e3c5e367f6253c4690c77 16-May-2012 Daniel Sandler <dsandler@android.com> am e2c6d77c: Merge "Fix 1U notifications." into jb-dev

* commit 'e2c6d77c5fe8aabf6617c8cec0e8fcd53f12ab69':
Fix 1U notifications.
559146fc98ba0c1a272c37e78c38f7a9f145997a 16-May-2012 Daniel Sandler <dsandler@android.com> Merge "New fonts in notifications." into jb-dev
e2c6d77c5fe8aabf6617c8cec0e8fcd53f12ab69 16-May-2012 Daniel Sandler <dsandler@android.com> Merge "Fix 1U notifications." into jb-dev
2c3e9e199a9548cc5b1966140727d993efbc31ea 16-May-2012 Daniel Sandler <dsandler@android.com> New fonts in notifications.

Bug: 6418617
Change-Id: Ie7ed4530c737e1d4fe1f7fab61dfae162ea263a3
es/values/styles.xml
f39bc2690f6c791d1eaed66bd88e92cf5b4e1246 16-May-2012 Daniel Sandler <dsandler@android.com> am 70334ac2: Merge changes If0b865ac,Ie0c61300 into jb-dev

* commit '70334ac231c7b4bbb57d430377acec4d4c3b2561':
Move BigPicture's header to the top of its large view.
Action button improvements:
70334ac231c7b4bbb57d430377acec4d4c3b2561 16-May-2012 Daniel Sandler <dsandler@android.com> Merge changes If0b865ac,Ie0c61300 into jb-dev

* changes:
Move BigPicture's header to the top of its large view.
Action button improvements:
030243a0832b632c5e63995f655f385bdf51f504 16-May-2012 Daniel Sandler <dsandler@android.com> Fix 1U notifications.

Bug: 6502730
Change-Id: I057b7ac038354c68e45b0a85c44511b2af16b9ab
rc/com/android/systemui/statusbar/BaseStatusBar.java
8680bf865a08f876fc3986c50a193e3186ff6f02 15-May-2012 Daniel Sandler <dsandler@android.com> Action button improvements:

- Horizontal layout
- At most 2 are shown
- Tombstones are now shown (if the intent is null, the
button is disabled; use it for quick feedback of an
action's effect)

Bug: 6418617 (tombstones)
Bug: 6482237 (action separators)
Change-Id: Ie0c613006227bbfe1c0ec6eab1cda4f3782a05f2
rc/com/android/systemui/statusbar/BaseStatusBar.java
20830421fe223bf2a8a69a67a6d26b0b5beb5baa 16-May-2012 Jim Miller <jaggies@google.com> Fix 6398209: Lots of improvements to gesture search from navbar

- Added ability to postpone animations until after window is shown
to ensure the animation is visible on slower devices.
- Fixed layout bug that prevented targets from being located on
outer ring.
- Fixed bug where some motion events were being ignored when handle
wasn't captured.
- Reduced temp object generation in several methods.
- Added containers to start all animations together and to facilitate
delayed start.
- Increased radius of outer ring on phones to closer match mocks.
- Decreased sensitivity of swipe up gesture on navbar so it's harder to false.

Change-Id: I084f840115aef6496a1f87202c4e42d9962c8c3e
es/drawable/navbar_search_outerring.xml
es/values/dimens.xml
rc/com/android/systemui/SearchPanelView.java
14386681ce432f089173a761e1b8ac1e24a46532 16-May-2012 Daniel Sandler <dsandler@android.com> am ae147152: Merge "Prevent IME from being closed by the notification panel." into jb-dev

* commit 'ae14715284837aebe179f790e0456d2bdb367583':
Prevent IME from being closed by the notification panel.
ae14715284837aebe179f790e0456d2bdb367583 16-May-2012 Daniel Sandler <dsandler@android.com> Merge "Prevent IME from being closed by the notification panel." into jb-dev
4391b0bc6949365e5ed26990a1f206bfbae31015 10-May-2012 Daniel Sandler <dsandler@android.com> Prevent IME from being closed by the notification panel.

Bug: 6450921
Change-Id: I124c3776728456fdd71e57cfcf898b11a8dfc7ec
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
dae0bed136fd9ca521c1a29b7770be6163cd5fb0 16-May-2012 Eric Fischer <enf@google.com> am 7266e833: Merge "Import translations. DO NOT MERGE" into jb-dev

* commit '7266e833634654e1f8362820fa226003178a028b':
Import translations. DO NOT MERGE
cf31066f812bcefe851091d6d5a13316bdca0125 16-May-2012 Eric Fischer <enf@google.com> Import translations. DO NOT MERGE

Change-Id: Ic1fae2f961943dc4304b2733edb54e65dd5c5526
es/values-hi/strings.xml
es/values-in/strings.xml
es/values-ru/strings.xml
es/values-sl/strings.xml
es/values-zu/strings.xml
97bbac1b33ac8acae6a477889ef9d226694c19f3 15-May-2012 Jeff Sharkey <jsharkey@android.com> am d9016b2c: Merge "Disable verbose RingtonePlayer debugging." into jb-dev

* commit 'd9016b2c949309bccfdc2871e1dba36136969a3f':
Disable verbose RingtonePlayer debugging.
d9016b2c949309bccfdc2871e1dba36136969a3f 15-May-2012 Jeff Sharkey <jsharkey@android.com> Merge "Disable verbose RingtonePlayer debugging." into jb-dev
b6e404a95f31f4681265eb53d2b7969f900151cc 15-May-2012 Jeff Sharkey <jsharkey@android.com> Disable verbose RingtonePlayer debugging.

Bug: 6491451
Change-Id: I41119599b5bbcc1a2bb717b3673e01e4b5366b9c
rc/com/android/systemui/media/RingtonePlayer.java
d24286a1f41c6354830ad9049c019882dc80c4f9 15-May-2012 Chris Wren <cwren@android.com> 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.
88a7212f4c4c208554af5f6ab11c5a80d7de1938 15-May-2012 Chris Wren <cwren@android.com> am e9e37725: Update both views for rich notifications.

* commit 'e9e3772534f6410005ae3a61c415e71ac093e732':
Update both views for rich notifications.
9de702743326deaca9466e49d488ff5c96bcecb7 15-May-2012 Jim Miller <jaggies@google.com> 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
66757217a6d8e6a156d15be55bf77940e2e6194b 14-May-2012 Chris Wren <cwren@android.com> 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
es/layout/status_bar_expanded.xml
es/layout/system_bar_notification_panel.xml
es/values-xhdpi/dimens.xml
es/values/dimens.xml
rc/com/android/systemui/statusbar/BaseStatusBar.java
rc/com/android/systemui/statusbar/policy/NotificationRowLayout.java
e9e3772534f6410005ae3a61c415e71ac093e732 11-May-2012 Chris Wren <cwren@android.com> Update both views for rich notifications.

Bug: 6475141
Change-Id: I24a87285e6385673c4a08cfa66b211228982a62e
rc/com/android/systemui/statusbar/BaseStatusBar.java
4a407d71bb389d272bf33e3faf0e6c6f2c02bcef 15-May-2012 Eric Fischer <enf@google.com> am 8e96d581: Merge "Import translations. DO NOT MERGE" into jb-dev

* commit '8e96d58146b3cde7aef9dbebaa2c7a6fec2b5571':
Import translations. DO NOT MERGE
99f7c923b0d4fd46784dd85f9428e7586865bab8 15-May-2012 Michael Jurka <mikejurka@google.com> am b5206761: Merge "Hide notification panel when launching recent apps" into jb-dev

* commit 'b520676175d265952afa7f35846c86663b4dc248':
Hide notification panel when launching recent apps
a5b2d487005e967eb43b5e077713d6f9bc819fe4 15-May-2012 Jim Miller <jaggies@google.com> Merge "Fix 6483412: Disable search from navbar while SUW is running" into jb-dev
b4238e0c59d8e1890f7752934bdf4d52fa89bf1b 15-May-2012 Jim Miller <jaggies@google.com> 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
rc/com/android/systemui/statusbar/BaseStatusBar.java
rc/com/android/systemui/statusbar/DelegateViewHelper.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
8e96d58146b3cde7aef9dbebaa2c7a6fec2b5571 14-May-2012 Eric Fischer <enf@google.com> Merge "Import translations. DO NOT MERGE" into jb-dev
56a5783c02c17e7353ee342fa24f04bec7bb545b 14-May-2012 Michael Jurka <mikejurka@google.com> Hide notification panel when launching recent apps

Bug: 6484280
Change-Id: Ib97af40979ccdd98aa2b8af6c1488b33b34bdf2b
rc/com/android/systemui/recent/RecentsPanelView.java
rc/com/android/systemui/statusbar/BaseStatusBar.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
fb7a89fe55667331477d0deac3c1a5c59d1ac783 14-May-2012 Eric Fischer <enf@google.com> Import translations. DO NOT MERGE

Change-Id: I7ad9995da8405b20d50ecb211786ebc86469ea42
es/values-da/strings.xml
es/values-de/strings.xml
es/values-ja/strings.xml
es/values-nb/strings.xml
es/values-pl/strings.xml
es/values-pt/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sv/strings.xml
8c113503669fea3fda44e5672ec027e6b15d438f 12-May-2012 Jim Miller <jaggies@google.com> 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
5a588dbe6e3d246523d7c04258f0129ba37df069 12-May-2012 Jim Miller <jaggies@google.com> Merge "Fix 6486099: Fix clipping issues with MultiWaveView on phone/tablet" into jb-dev
c6e523ea9bc15f18c9cbf04b05e8d2c90298453f 12-May-2012 Jim Miller <jaggies@google.com> 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
es/layout-land/status_bar_search_panel.xml
es/layout-port/status_bar_search_panel.xml
es/layout-sw600dp/status_bar_search_panel.xml
es/layout-sw720dp/status_bar_search_panel.xml
es/values-sw600dp/dimens.xml
es/values/dimens.xml
e4046724f6de620d0660dec32c70808fb94abc99 12-May-2012 Michael Jurka <mikejurka@google.com> am c8179e78: Merge "Improve transition out of recents" into jb-dev

* commit 'c8179e78052af3d68725e1160214a736f143f8a2':
Improve transition out of recents
c8179e78052af3d68725e1160214a736f143f8a2 12-May-2012 Michael Jurka <mikejurka@google.com> Merge "Improve transition out of recents" into jb-dev
73c0638726c973dbc107bfd8a70737d693b5b4a1 12-May-2012 Jim Miller <jaggies@google.com> 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
76e07e7767098a885365e4ae8c8bb51f6a8c3b09 12-May-2012 Jim Miller <jaggies@google.com> Merge "Fix 6474712: Disable the google gesture on prime while notifications are open" into jb-dev
670d9dd2d04c2146d00b697f7f0faea258297a81 12-May-2012 Jim Miller <jaggies@google.com> Fix 6474712: Disable the google gesture on prime while notifications are open

Change-Id: I7c40e7bf4859d60c54c186fc49b670397a4ea723
rc/com/android/systemui/statusbar/BaseStatusBar.java
rc/com/android/systemui/statusbar/DelegateViewHelper.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
d5895a7e8a94e58451af640fe796d1822cbd793f 12-May-2012 Michael Jurka <mikejurka@google.com> 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
es/layout-land/status_bar_recent_panel.xml
es/layout-port/status_bar_recent_panel.xml
rc/com/android/systemui/recent/Choreographer.java
rc/com/android/systemui/recent/RecentsPanelView.java
a48816375f68a8b4a945efcb68e405308a50adc9 12-May-2012 Jeff Brown <jeffbrown@google.com> am 58770232: Merge "Move power HAL interactions to PowerManagerService." into jb-dev

* commit '58770232216cd735afdfd3dd53151070e06de5ce':
Move power HAL interactions to PowerManagerService.
58770232216cd735afdfd3dd53151070e06de5ce 12-May-2012 Jeff Brown <jeffbrown@google.com> Merge "Move power HAL interactions to PowerManagerService." into jb-dev
7304c343821309dd15f769b18f1de2fa43751573 12-May-2012 Jeff Brown <jeffbrown@google.com> 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
rc/com/android/systemui/statusbar/policy/BrightnessController.java
07827454efef7f46d46e923a5091d8cf1e5d0d8c 12-May-2012 Jim Miller <jaggies@google.com> am 2b5cebeb: Merge "Fix 6040870: Update MultiWaveView for new device" into jb-dev

* commit '2b5cebebb60c33fe864bed71778253837cbddb54':
Fix 6040870: Update MultiWaveView for new device
9f382b093feb76a9f7f7fc68cf5b131d59c658fe 12-May-2012 Eric Fischer <enf@google.com> am 42097f5c: Merge "Import translations. DO NOT MERGE" into jb-dev

* commit '42097f5c26551e81ca397f6ff787fdbe4046b59b':
Import translations. DO NOT MERGE
2b5cebebb60c33fe864bed71778253837cbddb54 12-May-2012 Jim Miller <jaggies@google.com> Merge "Fix 6040870: Update MultiWaveView for new device" into jb-dev
4de3538f2ac2b37dac79e2962da73f6b35613939 11-May-2012 Eric Fischer <enf@google.com> Import translations. DO NOT MERGE

Change-Id: Id093bff086183247032385b05d314ea0ef7d3b8b
es/values-be/strings.xml
es/values-bg/strings.xml
es/values-cs/strings.xml
es/values-de/strings.xml
es/values-et/strings.xml
es/values-hr/strings.xml
es/values-in/strings.xml
es/values-ko/strings.xml
es/values-ms/strings.xml
es/values-nb/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-ro/strings.xml
es/values-sk/strings.xml
es/values-sr/strings.xml
es/values-tl/strings.xml
es/values-uk/strings.xml
es/values-zh-rCN/strings.xml
cef4dda471958441bad13faceec82ae2a5e3e660 11-May-2012 Chris Wren <cwren@android.com> 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.
156c79289dec581536c0ee23ffaa355909827587 11-May-2012 Chris Wren <cwren@android.com> 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
1ba2f7bd48c77c4a3bdaed94c011e5dc542d513e 11-May-2012 Andrew Flynn <flynn@google.com> am b23341e4: Merge "Move airplane icon to its own view" into jb-dev

* commit 'b23341e4c55667de6408f64206cb44c174d36121':
Move airplane icon to its own view
b23341e4c55667de6408f64206cb44c174d36121 11-May-2012 Andrew Flynn <flynn@google.com> Merge "Move airplane icon to its own view" into jb-dev
ca7b7d0566a4d98701067cff915a78b63908e6f5 10-May-2012 Chris Wren <cwren@android.com> 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
es/values/dimens.xml
b0c8102af4afcac354de01ac713112922513daea 11-May-2012 Daniel Sandler <dsandler@android.com> am bf6e0ba9: Don\'t show rotation lock on phone-sized devices.

* commit 'bf6e0ba99dbfef44d3feb014ce7e530de800d7c2':
Don't show rotation lock on phone-sized devices.
bf6e0ba99dbfef44d3feb014ce7e530de800d7c2 11-May-2012 Daniel Sandler <dsandler@android.com> Don't show rotation lock on phone-sized devices.

Bug: 6476409
Change-Id: Ife4476ab08a96337fe78ef2892ac5d73f90b3e8c
es/layout-sw600dp/status_bar_expanded_header.xml
es/layout/status_bar_expanded.xml
es/layout/status_bar_expanded_header.xml
4c351d62e7a09bcc29e7d0329bcdd947a302cf40 11-May-2012 Jim Miller <jaggies@google.com> 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
es/layout-sw720dp/status_bar_search_panel.xml
2c914da6db088e610a6ba374be254864d0617465 11-May-2012 Eric Fischer <enf@google.com> am 4e90bb53: Merge "Import translations. DO NOT MERGE" into jb-dev

* commit '4e90bb536ae7430978eeef5c287b11a72ea4c023':
Import translations. DO NOT MERGE
4e90bb536ae7430978eeef5c287b11a72ea4c023 11-May-2012 Eric Fischer <enf@google.com> Merge "Import translations. DO NOT MERGE" into jb-dev
19988c39b1f5b5a45b9e585fc526d7c5f61bb080 10-May-2012 Eric Fischer <enf@google.com> Import translations. DO NOT MERGE

Change-Id: I2d2f9e65ba6aa186fe3688d47159ba81fdd8a4da
es/values-af/strings.xml
es/values-am/strings.xml
es/values-ar/strings.xml
es/values-be/strings.xml
es/values-bg/strings.xml
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-es-rUS/strings.xml
es/values-et/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hi/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-ja/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-ms/strings.xml
es/values-pt/strings.xml
es/values-ru/strings.xml
es/values-sl/strings.xml
es/values-tl/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
es/values-zu/strings.xml
661769d02c9bbe6a135731bb91f24b4b4710d8d4 10-May-2012 Chris Wren <cwren@android.com> am 230e86a1: Merge "Auto-expand the top notification." into jb-dev

* commit '230e86a1cf31d2f2233a444e4abb0a334576477b':
Auto-expand the top notification.
1f5644d57d7b245d3f6b701318361359f3caff21 10-May-2012 Chris Wren <cwren@android.com> am 0a6a1234: Merge "Pull up updateNotification to BaseStatusBar in preparation for modifying update behvior." into jb-dev

* commit '0a6a1234c2ee5c6b810c875389016ce89022cee1':
Pull up updateNotification to BaseStatusBar in preparation for modifying update behvior.
230e86a1cf31d2f2233a444e4abb0a334576477b 10-May-2012 Chris Wren <cwren@android.com> Merge "Auto-expand the top notification." into jb-dev
0a6a1234c2ee5c6b810c875389016ce89022cee1 10-May-2012 Chris Wren <cwren@android.com> Merge "Pull up updateNotification to BaseStatusBar in preparation for modifying update behvior." into jb-dev
bf1b5fa944158044a595706924b935b5577ec0f0 10-May-2012 Michael Jurka <mikejurka@google.com> am 421dceb0: Merge "Making transition out of recents look better" into jb-dev

* commit '421dceb0a4fd8f20349a0de277f82b56e71cb90b':
Making transition out of recents look better
2c51f2b949d7b07d1f349dad7b90ce7bb1314c1b 10-May-2012 Daniel Sandler <dsandler@android.com> am dc442534: Merge "Ice cream is SO over." into jb-dev

* commit 'dc442534070aa8ff4c07cae16fc5207ba6821651':
Ice cream is SO over.
8fd12657e353a4a6f6d875a0d86850426fec00e8 10-May-2012 Chris Wren <cwren@android.com> Auto-expand the top notification.

Bug: 6455789
Change-Id: Ia455f204544ad0c41ace77ea3ece6e0d3d3110d9
es/values/ids.xml
rc/com/android/systemui/ExpandHelper.java
rc/com/android/systemui/statusbar/BaseStatusBar.java
rc/com/android/systemui/statusbar/NotificationData.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/policy/NotificationRowLayout.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
421dceb0a4fd8f20349a0de277f82b56e71cb90b 10-May-2012 Michael Jurka <mikejurka@google.com> Merge "Making transition out of recents look better" into jb-dev
0c8275b392344c24bb621b2a8af360f48a6459f9 08-May-2012 Chris Wren <cwren@android.com> Pull up updateNotification to BaseStatusBar in preparation for modifying update behvior.

Bug: 6455789
Change-Id: I09fbf4d31643813cb4dfecaa496327d9625a15af
rc/com/android/systemui/statusbar/BaseStatusBar.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBarView.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
8046724da39735d03a4659c268d9154f82f4d31a 10-May-2012 Daniel Sandler <dsandler@android.com> am e95658c9: New backgrounds for notifications.

* commit 'e95658c98e4154a2daf0ed70d15d24f8bf3153f0':
New backgrounds for notifications.
977f04d79a237b8b462130601565dca7e8e02c83 10-May-2012 Eric Fischer <enf@google.com> am ff63d5cf: Merge "Import translations. DO NOT MERGE" into jb-dev

* commit 'ff63d5cff613f54f9ba0e9c28267b250909421b9':
Import translations. DO NOT MERGE
47468ec89279385cd72354d3c11ebb339ce7a534 10-May-2012 Michael Jurka <mikejurka@google.com> am 8b2e37e5: Improve recents on sw600dp devices

* commit '8b2e37e5a0e10d234ffe6815e9a462283cad3d78':
Improve recents on sw600dp devices
1a0c9145dc32095acc250bdabc4a9b8f82d6bd3e 07-May-2012 Daniel Sandler <dsandler@android.com> Ice cream is SO over.

Change-Id: I4039b7fe41dc4a498d53e21dbcafb2bc2ac15b92
ndroidManifest.xml
es/drawable-nodpi/jandycane.png
es/drawable-nodpi/nyandroid00.png
es/drawable-nodpi/nyandroid01.png
es/drawable-nodpi/nyandroid02.png
es/drawable-nodpi/nyandroid03.png
es/drawable-nodpi/nyandroid04.png
es/drawable-nodpi/nyandroid05.png
es/drawable-nodpi/nyandroid06.png
es/drawable-nodpi/nyandroid07.png
es/drawable-nodpi/nyandroid08.png
es/drawable-nodpi/nyandroid09.png
es/drawable-nodpi/nyandroid10.png
es/drawable-nodpi/nyandroid11.png
es/drawable-nodpi/redbean0.png
es/drawable-nodpi/redbean1.png
es/drawable-nodpi/redbean2.png
es/drawable-nodpi/redbeandroid.png
es/drawable-nodpi/star0.png
es/drawable-nodpi/star1.png
es/drawable-nodpi/star2.png
es/drawable-nodpi/star3.png
es/drawable-nodpi/star4.png
es/drawable-nodpi/star5.png
es/drawable/nyandroid_anim.xml
es/drawable/star_anim.xml
rc/com/android/systemui/BeanBag.java
rc/com/android/systemui/Nyandroid.java
e95658c98e4154a2daf0ed70d15d24f8bf3153f0 10-May-2012 Daniel Sandler <dsandler@android.com> New backgrounds for notifications.

Note that PRIORITY_MIN notifications have a special
background treatment.

Bug: 6418617
Change-Id: I5f96330fcc53ac39e80a025baa0c134bd1e971b8
es/layout/status_bar_notification_row.xml
es/values/dimens.xml
rc/com/android/systemui/statusbar/BaseStatusBar.java
21385cd83d7d7938b57a4acbaa236dd4c7804ed4 03-May-2012 Michael Jurka <mikejurka@google.com> Making transition out of recents look better

- Fading out recents first, then scaling up app
thumbnail
- Fade Recents out over 130ms
- Delay the window animation for 200ms first,
then animate for 200ms (previously we didn't delay
and then animated for 300ms)

Bug: 6390075

Change-Id: Ia8c753bf7ee03d2acef6eb2772b28d88fe10a682
es/layout-land/status_bar_recent_panel.xml
es/layout-port/status_bar_recent_panel.xml
es/layout/system_bar_recent_panel.xml
rc/com/android/systemui/recent/Choreographer.java
rc/com/android/systemui/recent/RecentsPanelView.java
ff63d5cff613f54f9ba0e9c28267b250909421b9 10-May-2012 Eric Fischer <enf@google.com> Merge "Import translations. DO NOT MERGE" into jb-dev
8b2e37e5a0e10d234ffe6815e9a462283cad3d78 09-May-2012 Michael Jurka <mikejurka@google.com> Improve recents on sw600dp devices

Bug: 6405276

- Make thumbnails bigger
- Make thumbnails higher-res
- In landscape, start the thumbnails on the right
- Fix issue where you'd sometimes see "No recent
apps" flash before the thumbnails appeared
- Fix issue where the first time recents was run
you'd see double the amount of thumbnails

Change-Id: I878caf57a955cb6a0c1b4f0a72b5b993609047f2
es/layout-land/status_bar_recent_panel.xml
es/values-sw600dp-land/values-land-sw600dp/dimens.xml
es/values-sw600dp-port/dimens.xml
es/values-sw600dp/dimens.xml
rc/com/android/systemui/recent/RecentsPanelView.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
319a945d589284251c457f49220dcf4957e71d5a 09-May-2012 Jim Miller <jaggies@google.com> am c1fc0f01: Merge "Fix 6398209: Improve responsiveness of swipe up to search" into jb-dev

* commit 'c1fc0f01d2b0af2216870a40ae4cb6572588d194':
Fix 6398209: Improve responsiveness of swipe up to search
c1fc0f01d2b0af2216870a40ae4cb6572588d194 09-May-2012 Jim Miller <jaggies@google.com> Merge "Fix 6398209: Improve responsiveness of swipe up to search" into jb-dev
3d2196799e55bfc4351d4ac29203cac22c922d62 09-May-2012 Eric Fischer <enf@google.com> Import translations. DO NOT MERGE

Change-Id: I693c366c73da52ac2766343e7ec1e54b94d98705
es/values-af/strings.xml
es/values-am/strings.xml
es/values-ar/strings.xml
es/values-be/strings.xml
es/values-bg/strings.xml
es/values-ca/strings.xml
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-en-rGB/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-et/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hi/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-it/strings.xml
es/values-iw/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-ms/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-rm/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv/strings.xml
es/values-sw/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
es/values-zu/strings.xml
b5d45d976bf37124104e504604960cd4f14eb3c6 09-May-2012 Daniel Sandler <dsandler@android.com> am 2f4b10e2: Merge "More visual refresh in the phone notification panel." into jb-dev

* commit '2f4b10e2d4320db490b03eb198ce034302ef00fc':
More visual refresh in the phone notification panel.
d9b110a6a12428b2c2c1e8ddc7fd5a49fef17e4c 09-May-2012 Daniel Sandler <dsandler@android.com> am 4530d95c: Merge "Fix situations where the shade wouldn\'t close." into jb-dev

* commit '4530d95cc9dee50ffdaed08900410ba1da0ea10e':
Fix situations where the shade wouldn't close.
1b48a2b369df2cf0183ddcf13d8b74e205587f3c 09-May-2012 Romain Guy <romainguy@google.com> am ad0b0060: Merge "Make window shade fast on non-high end gfx displays" into jb-dev

* commit 'ad0b0060ba952eb9f852a2c487e21c5734452d19':
Make window shade fast on non-high end gfx displays
776339fe4c6254fd8e344496a793ce4a11b6f450 09-May-2012 Eric Laurent <elaurent@google.com> am c8ade15d: Merge "Silent and Vibrate mode clean up" into jb-dev

* commit 'c8ade15dadd680c5e4b201f3b7b0823a13dedb3e':
Silent and Vibrate mode clean up
41aa3224039c7ff16744a4b9c9e6fd5ee25d12b7 09-May-2012 Chris Wren <cwren@android.com> am 89139d74: Allow more kinds of two-finger gestures to open and close notificaitons. Also make sure glow always animates to zero when set to zero.

* commit '89139d74b27305a29ca082c75d94dcbed5f84625':
Allow more kinds of two-finger gestures to open and close notificaitons. Also make sure glow always animates to zero when set to zero.
d682551f33a581081a00a5e1c75ddee0eed73ed5 09-May-2012 Daniel Sandler <dsandler@android.com> am 28612b29: Merge "Visual refresh of notification panel header." into jb-dev

* commit '28612b29f0dd3a650cc4b3ab2f7403f63e3e115c':
Visual refresh of notification panel header.
fc753d2dfa6f1bfafce59e1a2049e640b1629a83 08-May-2012 Daniel Sandler <dsandler@android.com> More visual refresh in the phone notification panel.

Bug: 6418617
Change-Id: Iae9b02084989fad3ec8bb8c88a84c0ec96fc4f22
es/drawable-hdpi/notification_panel_bg.9.png
es/drawable-hdpi/status_bar_close_off.9.png
es/drawable-hdpi/status_bar_close_on.9.png
es/drawable-mdpi/notification_panel_bg.9.png
es/drawable-mdpi/status_bar_close_off.9.png
es/drawable-mdpi/status_bar_close_on.9.png
es/drawable-sw600dp-hdpi/notification_panel_bg.9.png
es/drawable-sw600dp-mdpi/notification_panel_bg.9.png
es/drawable-sw600dp-xhdpi/notification_panel_bg.9.png
es/drawable-sw720dp-hdpi/notification_panel_bg.9.png
es/drawable-sw720dp-mdpi/notification_panel_bg.9.png
es/drawable-sw720dp-xhdpi/notification_panel_bg.9.png
es/drawable-xhdpi/notification_panel_bg.9.png
es/drawable-xhdpi/status_bar_close_off.9.png
es/drawable-xhdpi/status_bar_close_on.9.png
es/drawable/ic_notify_rotation.xml
es/drawable/status_bar_close.xml
es/layout/status_bar_expanded.xml
es/layout/status_bar_tracking.xml
es/values-sw600dp/dimens.xml
es/values/colors.xml
es/values/dimens.xml
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
fbab8ae9d562ee7ebe22ec6bcf3aa03d4db106fb 09-May-2012 Daniel Sandler <dsandler@android.com> Fix situations where the shade wouldn't close.

It appears sometimes the Choreographer will call you with an
old frame (i.e. an animation time in the past).

Bug: 6457615
Change-Id: I7135e2f4f524c14fe4f58f9a367f764b66d68edc
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
ad0b0060ba952eb9f852a2c487e21c5734452d19 09-May-2012 Romain Guy <romainguy@google.com> Merge "Make window shade fast on non-high end gfx displays" into jb-dev
d99e7fd9fadfa46b6732c21e6a7a54755ceeb3c3 09-May-2012 Jim Miller <jaggies@google.com> Fix 6398209: Improve responsiveness of swipe up to search

This fixes an issue where the swipe-up gesture for search was broken
on phones and tablets. Because the underlying window was slippery,
there was a race condition between the touch moving outside the window
and the layout flag change in the search panel being noticed.

As a result, the code would sometimes inadvertently dismiss
the search panel even though the gesture was successful.

It also changes the timing slightly so we show the search
panel longer for quick gestures.

Change-Id: I30c04b21d3367db4d41c01f23e27edf366711462
rc/com/android/systemui/SearchPanelView.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
328b35827e6ce7eba844e338e59427c8cae7b681 09-May-2012 Romain Guy <romainguy@google.com> Make window shade fast on non-high end gfx displays

Change-Id: I64a4861845978f9209c2b7d24c40c65ce7483dcb
es/values/colors.xml
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
bffc3d1bd33eb2d8e00a9f8b6261d815db503311 08-May-2012 Eric Laurent <elaurent@google.com> Silent and Vibrate mode clean up

Clean up related to new Vibration policy.
The vibrate behavior is now only derived from:
- presence of a vibrator on the device
- current ringer mode selected: NORMAL, VIBRATE or SILENT
If no vibrator is present the ringer mode can only be NORMAL or SILENT.

The control of ringer mode via volume keys when volume keys control the "master"
stream type (RING on phones, MUSIC on tablets) is as follows:
If a vibrator is present:
VOL- and volume equals 1: NORMAL => VIBRATE
VOL- and volume equals 0 and not continuous press: VIBRATE => SILENT
VOL+ and in SILENT mode: SILENT => VIBRATE
VOL+ and in VIBRATE mode: VIBRATE => NORMAL, volume = 1
If no vibrator is present:
VOL- and volume equals 0 and not continuous press: NORMAL => SILENT
VOL+ and in SILENT mode: SILENT => NORMAL, volume = 0

VIBRATE_ON and VIBRATE_IN_SILENT settings are not stored/retreived any more.

AudioService checks and corrects ringer mode and stream volumes if necessary when reading from
DB at boot time.

Also:
Added dump for stream volumes in AudioService.
Added device names missing in AudioSystem for USB accessory and USB device.

Issue: 6036529
Issue: 6414950
Issue: 6448163

Change-Id: I77fb821ec63e4e566320cac2701b4ac466e86aef
rc/com/android/systemui/statusbar/phone/PhoneStatusBarPolicy.java
rc/com/android/systemui/statusbar/policy/VolumeController.java
89139d74b27305a29ca082c75d94dcbed5f84625 07-May-2012 Chris Wren <cwren@android.com> Allow more kinds of two-finger gestures to open and close notificaitons.
Also make sure glow always animates to zero when set to zero.

Bug: 6430737
Bug: 6423826
Change-Id: I1ebeb6c0012ac17a942901bfd22e579393348584
rc/com/android/systemui/ExpandHelper.java
28612b29f0dd3a650cc4b3ab2f7403f63e3e115c 08-May-2012 Daniel Sandler <dsandler@android.com> Merge "Visual refresh of notification panel header." into jb-dev
8676726dcfa54e4fecb0c0676d9945ad49f079c5 07-May-2012 Jim Miller <jaggies@google.com> am 06e8d664: Merge "Fix 6397736: Swipe up to search layout fixes" into jb-dev

* commit '06e8d6647db54aa76dda92a5a785737e66d262de':
Fix 6397736: Swipe up to search layout fixes
06e8d6647db54aa76dda92a5a785737e66d262de 07-May-2012 Jim Miller <jaggies@google.com> Merge "Fix 6397736: Swipe up to search layout fixes" into jb-dev
3b08f16da271fb0107c6cb844e4acbcd75d8a9b1 07-May-2012 Eric Fischer <enf@google.com> am 7833e5f5: Merge "Import translations. DO NOT MERGE" into jb-dev

* commit '7833e5f53228dd3f34c0f41550fea8564ed3222a':
Import translations. DO NOT MERGE
b9f0cf1c733405495ca9d5c34578cc91d0f4d53f 07-May-2012 Eric Fischer <enf@google.com> Import translations. DO NOT MERGE

Change-Id: Icee68860c27c90d2ef41c0e29660fcda35ec658d
es/values-af/strings.xml
es/values-am/strings.xml
es/values-ar/strings.xml
es/values-be/strings.xml
es/values-bg/strings.xml
es/values-ca/strings.xml
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-en-rGB/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-et/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hi/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-it/strings.xml
es/values-iw/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-ms/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-rm/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv/strings.xml
es/values-sw/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
es/values-zu/strings.xml
9ff6378916befd536ddd1816c32a604b068044f4 04-May-2012 Daniel Sandler <dsandler@android.com> Visual refresh of notification panel header.

CLOCK - 2 LINE DATE - ROTATION LOCK - SETTINGS ---- CLEAR ALL

Bug: 6418617
Change-Id: I477b59d83aaefc6943ed3cfd5bb4e3f4072a8471

Conflicts:

packages/SystemUI/res/values/strings.xml
es/drawable-hdpi/ic_notify_clear_normal.png
es/drawable-hdpi/ic_notify_clear_pressed.png
es/drawable-hdpi/ic_notify_quicksettings_normal.png
es/drawable-hdpi/ic_notify_quicksettings_pressed.png
es/drawable-hdpi/ic_notify_rotation_off_normal.png
es/drawable-hdpi/ic_notify_rotation_off_pressed.png
es/drawable-hdpi/ic_notify_rotation_on_normal.png
es/drawable-hdpi/ic_notify_rotation_on_pressed.png
es/drawable-mdpi/ic_notify_clear_normal.png
es/drawable-mdpi/ic_notify_clear_pressed.png
es/drawable-mdpi/ic_notify_quicksettings_normal.png
es/drawable-mdpi/ic_notify_quicksettings_pressed.png
es/drawable-mdpi/ic_notify_rotation_off_normal.png
es/drawable-mdpi/ic_notify_rotation_off_pressed.png
es/drawable-mdpi/ic_notify_rotation_on_normal.png
es/drawable-mdpi/ic_notify_rotation_on_pressed.png
es/drawable-xhdpi/ic_notify_clear_normal.png
es/drawable-xhdpi/ic_notify_clear_pressed.png
es/drawable-xhdpi/ic_notify_quicksettings_normal.png
es/drawable-xhdpi/ic_notify_quicksettings_pressed.png
es/drawable-xhdpi/ic_notify_rotation_off_normal.png
es/drawable-xhdpi/ic_notify_rotation_off_pressed.png
es/drawable-xhdpi/ic_notify_rotation_on_normal.png
es/drawable-xhdpi/ic_notify_rotation_on_pressed.png
es/drawable/ic_notify_quicksettings.xml
es/drawable/ic_notify_rotation.xml
es/layout/status_bar_expanded.xml
es/values/config.xml
es/values/donottranslate.xml
es/values/strings.xml
es/values/styles.xml
rc/com/android/systemui/statusbar/RotationToggle.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
1f86ff5ac7d20cdcb54e747f10b41fa995a09d88 07-May-2012 Daniel Sandler <dsandler@android.com> am 908c7dcf: Merge "Restore do-not-disturb mode on tablets." into jb-dev

* commit '908c7dcf8292aae1067a946f12af88a9677a1878':
Restore do-not-disturb mode on tablets.
73f5c91caea8dcbd5d8b0128211f7696d7da0e0d 07-May-2012 Daniel Sandler <dsandler@android.com> am 20cfb606: Merge "Close notification blame popups when the panel disappears." into jb-dev

* commit '20cfb6066a047ebee2552cfbe65c2176adbc34b2':
Close notification blame popups when the panel disappears.
908c7dcf8292aae1067a946f12af88a9677a1878 07-May-2012 Daniel Sandler <dsandler@android.com> Merge "Restore do-not-disturb mode on tablets." into jb-dev
20cfb6066a047ebee2552cfbe65c2176adbc34b2 07-May-2012 Daniel Sandler <dsandler@android.com> Merge "Close notification blame popups when the panel disappears." into jb-dev
354619c1cc1b4668c81c5368b2256335cc9e8538 28-Apr-2012 Jim Miller <jaggies@google.com> Fix 6397736: Swipe up to search layout fixes

This fixes several layout issues on phones and tablets with MultiWaveView.

It adds a new background scrim to be shown behind the MultiWaveView
on the navigation bar.

MultiWaveView is updated to handle gravity constraints which makes layouts
much more flexible across devices.

Change-Id: I64068f4eaa81ef6c464247049117d53432fcacbd
es/drawable-hdpi/navbar_search_bg_scrim.9.png
es/drawable-mdpi/navbar_search_bg_scrim.9.png
es/drawable-xhdpi/navbar_search_bg_scrim.9.png
es/drawable/navbar_search_bg_scrim.png
es/layout-land/status_bar_search_panel.xml
es/layout-port/status_bar_search_panel.xml
es/layout-sw600dp/status_bar_search_panel.xml
es/layout-sw720dp/status_bar_search_panel.xml
es/values-sw600dp/dimens.xml
es/values/dimens.xml
rc/com/android/systemui/statusbar/DelegateViewHelper.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
e7339d804dc91427330abe192ebbb6bcd56b822c 05-May-2012 Jean-Baptiste Queru <jbq@google.com> resolved conflicts for merge of acb5f383 to jb-dev-plus-aosp

Change-Id: I79f0394b20a61dc7e6faabdb74c66277f71dfcb3
9d69b4463fce6f6a90514442a4fd1b6a49d579de 05-May-2012 Michael Jurka <mikejurka@google.com> Fix NPE for real

Bug: 6444814
rc/com/android/systemui/recent/RecentsPanelView.java
0799440ab3ce50ffa6acb762cb7677abdffb3f74 02-May-2012 Jim Miller <jaggies@google.com> Fix 6414061: Add new ACTION_ASSIST intent.

Change-Id: I3d334f67723ac89f6001267e0f06ad76190b929f
rc/com/android/systemui/SearchPanelView.java
rc/com/android/systemui/statusbar/BaseStatusBar.java
d2217f0c32da29cb10d11f497660d525120feb67 04-May-2012 Daniel Sandler <dsandler@android.com> Restore do-not-disturb mode on tablets.

Bug: 6195112
Change-Id: Iecb850942df43fb8861cbbf2e2343c2aabfc4263
es/values/strings.xml
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
469e96e206f8df44b32ce393f8d19f0cae730030 04-May-2012 Daniel Sandler <dsandler@android.com> Close notification blame popups when the panel disappears.

Also be sure to cancel the longpress listeners when things
change.

Finally, increase the longpress timeout to 1.5x normal
longpress.

Bug: 6441520
Change-Id: Icea4d2a5c98a9a51a15f0762454de9e5cd454c50
rc/com/android/systemui/SwipeHelper.java
rc/com/android/systemui/statusbar/BaseStatusBar.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/policy/NotificationRowLayout.java
4b27125d8881924f003dfc70f46b21ab5d57f2a8 04-May-2012 Jean-Baptiste Queru <jbq@google.com> Merge changes Ib28636e6,I93ebc433

* changes:
WallpaperManagerService does not properly propagate setDimensionHints()
ImageWallpaper : get bitmap width before calc screen offset
061d43c2386dd8222448bb1bec017bf9a2367a4e 04-May-2012 Andrew Flynn <flynn@google.com> Move airplane icon to its own view

Change-Id: I59b9895fe8092d122fd22aa6171ac41ddbf667eb
es/layout/signal_cluster_view.xml
rc/com/android/systemui/statusbar/SignalClusterView.java
rc/com/android/systemui/statusbar/policy/NetworkController.java
e825b3e3d41e3fd2f6f3bbdf9feb6b8cc87a77dd 04-May-2012 Daniel Sandler <dsandler@android.com> Merge "Back button dismisses notifications again." into jb-dev
c4f2a5652dd42fdb43a94e341b7a2034b0211a21 04-May-2012 Daniel Sandler <dsandler@android.com> Back button dismisses notifications again.

Bug: 6441337
Change-Id: Iabc97cd2a3f66ee2af5406807b3023908965b8c8
es/layout-sw600dp/super_status_bar.xml
es/layout/super_status_bar.xml
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBarView.java
rc/com/android/systemui/statusbar/phone/StatusBarWindowView.java
6098c1f44b0f2010053f9ebb6d36e01830784fc5 04-May-2012 Jeff Brown <jeffbrown@google.com> Fix status bar animation jank on last frame.

Change-Id: Idd99f37c76038de1c02a8297c6454c357a846294
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
ed5f45ab8f26740f7f12c2ac7b46ad908f3e9ee5 04-May-2012 Jeff Brown <jeffbrown@google.com> Animate status bar flings on vsync.

Use the Choreographer for timing animations. Ideally we would
rewrite this code to use the animation framework instead, but
this change to use the Choreographer directly is easier and less
intrusive for now.

Change-Id: Ibb322de9424d4d109203951d48263766200ed7e8
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
5380cdc2e1adc8511b05e7623efb44d67be88418 03-May-2012 Daniel Sandler <dsandler@android.com> Merge "Hide icons for low-priority notifications." into jb-dev
58b173b1ca10bfb8bd8f7fac676f51178e57ff83 03-May-2012 Daniel Sandler <dsandler@android.com> Hide icons for low-priority notifications.

Anything below PRIORITY_LOW will usually be hidden (unless
the NotificationManagerService has a compelling reason to
adjust the priority).

Bug: 6357857
Change-Id: Ic8a806a6db87b0473014a5d006279991272a44ea
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
c5d76e041ab45c97d74fe93cb52e7fbc912b3ef6 03-May-2012 Daniel Sandler <dsandler@android.com> Merge "Move bar panels above the system bar window layer." into jb-dev
4ce64fb3644546eadfca12c01e4b174384a9de23 03-May-2012 Daniel Sandler <dsandler@android.com> Move bar panels above the system bar window layer.

We use the new TYPE_NAVIGATION_BAR_PANEL for this instead of
TYPE_STATUS_BAR_PANEL (which is indeed above the status bar,
but far below the navigation bar, which is the window type
used for the system bar now.)

Bug: 6319161 (ticker underneath system bar)
Bug: 6437342 (missing clear all button on system bar)
Change-Id: Ib58c0003c4c81db64edca2c1bbc2d764c3237ed0
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
rc/com/android/systemui/statusbar/tablet/TabletTicker.java
115f48a222bc670584b098566ea83cde00cbd4cd 03-May-2012 Daniel Sandler <dsandler@android.com> Merge "Large-screen notification panel size + positioning." into jb-dev
21b274e8a05d83e2a6996aaeec619deaca728de4 02-May-2012 Daniel Sandler <dsandler@android.com> Large-screen notification panel size + positioning.

On sw600 devices we show the notification panel in a smaller
rectangle, centered in portrait and left-aligned in
landscape.

Also remove a bunch of -large resources that shouldn't be
used anymore.

Bug: 6297838
Change-Id: I8ed3445ccb7df16e30870a4322d89786467c54df
es/layout-sw600dp/super_status_bar.xml
es/layout/status_bar_expanded.xml
es/values-large-port/dimens.xml
es/values-large/colors.xml
es/values-large/config.xml
es/values-large/dimens.xml
es/values-large/strings.xml
es/values-sw600dp-land/dimens.xml
es/values-sw600dp-port/config.xml
es/values-sw600dp-port/dimens.xml
es/values-sw600dp/dimens.xml
es/values/dimens.xml
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
f32c8e4365f0a1008cfc17f2933a41f15c7608fc 03-May-2012 Daniel Sandler <dsandler@android.com> Merge "Add MASTER_CLEAR perm to SystemUI for SD card formatting." into jb-dev
0f5985c1da4793286b75e09bc0ef2377c5ecadf3 01-May-2012 Daniel Sandler <dsandler@android.com> Add MASTER_CLEAR perm to SystemUI for SD card formatting.

Bug: 6422105
Change-Id: Ic6e2aef5f6cdc14c2bace54ddfce1181bf8bdef3
ndroidManifest.xml
4f85eb58729fb75f34eb7024880749ad9279719b 01-May-2012 Daniel Sandler <dsandler@android.com> Move legacy menu key to bottom right on sw600dp.

It's too easy to press if it's *all* the way to the right,
though, so there a 2dp margin separating it from the bezel.

Bug: 6399312
Change-Id: If4ebcd4cfcee0c667bcc6142af86c04445f41fea
es/layout-sw600dp/navigation_bar.xml
4e33c6cafab6480bf63b083041f2b0ca09ea5f67 01-May-2012 Jeff Sharkey <jsharkey@android.com> Merge "Add permission for NetworkOverLimitActivity." into jb-dev
e6b65338110622085f4a1098f0dfb643ea7bd0a7 01-May-2012 Jeff Sharkey <jsharkey@android.com> Add permission for NetworkOverLimitActivity.

Bug: 6421080
Change-Id: Icefdf3da7a4a421d27aa1449ac01ea8ae1451d49
ndroidManifest.xml
a549218e43c40fea6333c7bb7c3d40e803bfe5a9 01-May-2012 Jeff Sharkey <jsharkey@android.com> Merge "Avoid showing popup when View detatched." into jb-dev
029abfdc66da33e2fe23c21a3452598aa2ac902a 01-May-2012 Michael Jurka <mikejurka@google.com> Merge "Fix NPE" into jb-dev
a8eac1deb5c4d587d28ddcaea9c3ec3007e4639a 01-May-2012 Michael Jurka <mikejurka@google.com> Fix NPE
rc/com/android/systemui/recent/RecentsPanelView.java
af232ed38abdfa055b80585d646e63480e392a1a 01-May-2012 Jeff Sharkey <jsharkey@android.com> Avoid showing popup when View detatched.

Bug: 6388558
Change-Id: I12cfde91b142916ce137ebd4e96107a12ad2b4b7
rc/com/android/systemui/statusbar/BaseStatusBar.java
6113ce3be4ba7208bac7d9f0cad7e83104dbc8d3 30-Apr-2012 Eric Fischer <enf@google.com> Merge "Import translations. DO NOT MERGE" into jb-dev
7e69d2a98939783d79f1471527a7e54d5c0b004b 30-Apr-2012 Eric Fischer <enf@google.com> Import translations. DO NOT MERGE

Change-Id: I6296e47e9d38e51ec634f8595ff2bfc782f40c8a
es/values-ru/strings.xml
c40db82a121936a4bab1ec0803efe4d42910e3a5 30-Apr-2012 Daniel Sandler <dsandler@android.com> Fix build

Change-Id: Ic4b76ffd9696998b63e2d7f4891cd721f95037ea
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
5599b9fc2a237a4e78521f5196e1171e976ee9c8 30-Apr-2012 Daniel Sandler <dsandler@android.com> Merge changes Ie09b6222,I90a0ac21 into jb-dev

* changes:
Fix a longstanding bug in the shade pulldown trajectory.
All Status in a Window.
d6be37d4d9d8427ed0eccf2a333e5589b88b0cf8 30-Apr-2012 Michael Jurka <mikejurka@google.com> Merge "Don't show a blue glow when swiping recents" into jb-dev
1fac1fdd7917d7cb6e1cafc17c71bba12b53fc34 30-Apr-2012 Daniel Sandler <dsandler@android.com> Fix a longstanding bug in the shade pulldown trajectory.

Two parts to this:

1. We were looking at the measured height of the close view
for a lot of our computations, which---particularly with
recent changes that dispense with the old 3-window
implementation---is increasingly unreliable

2. We were overestimating the minY that the panel must be
pulled down before animation starts. It was enforced
jankiness!

Bug: 5359178
Change-Id: Ie09b62226b7b0977527348b5527478665ece1df8
es/layout/status_bar_expanded.xml
es/values/dimens.xml
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
a310af88beeae02c7eeec99b93d5168443c59ac4 24-Apr-2012 Daniel Sandler <dsandler@android.com> All Status in a Window.

Bug: 5907042 (jank on pulldown)
Bug: 6347684 (hardware acceleration)
Change-Id: I90a0ac21db493cccf6913cbc271a21a130276991
es/layout/status_bar.xml
es/layout/super_status_bar.xml
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
890c9fe02617149a0f88b94aeae772a4ee19a7d6 28-Apr-2012 Michael Jurka <mikejurka@google.com> Don't show a blue glow when swiping recents

Bug: 5908113
es/drawable/recents_thumbnail_fg.xml
rc/com/android/systemui/recent/RecentsHorizontalScrollView.java
rc/com/android/systemui/recent/RecentsVerticalScrollView.java
6ee3fe884987d9d9915a8fce3d149719a35e9acb 28-Apr-2012 Jeff Sharkey <jsharkey@android.com> Merge "Migrate ringtone playback to SystemUI." into jb-dev
098d580cc2bb6c0891c756a4e5230c6c6b0d2376 27-Apr-2012 Jeff Sharkey <jsharkey@android.com> Migrate ringtone playback to SystemUI.

Introduce IRingtonePlayer, which handles playback for both Ringtone
objects and Notifications. SystemUI now hosts this player, which it
registers with AudioService. It also keeps MediaPlayer instances
warm, and cleans them up after stop() or Binder death.

Move both Ringtone and NotificationManagerService to play back audio
through this new interface.

Bug: 6376128, 6350773
Change-Id: I1dcb86d16ee3c4f07cdb2248d33dcff4ead3609a
ndroidManifest.xml
rc/com/android/systemui/SystemUIService.java
rc/com/android/systemui/media/NotificationPlayer.java
rc/com/android/systemui/media/RingtonePlayer.java
e060fadbef6b7d405785ec2db39ce7ca7a2d0be2 27-Apr-2012 Sascha Prueter <saschap@google.com> Merge "The tiny-back-button bug found its way back in!" into jb-dev
e03bc95f06d1eee723695d14d8d884317a04bb5a 27-Apr-2012 Daniel Sandler <dsandler@android.com> The tiny-back-button bug found its way back in!

(Horizontal nav bars in landscape are not "vertical"; look
at the view bounds to determine verticality instead of
merely considering the device rotation.)

Bug: 5993561
Change-Id: I70a691f68db1c6417ea2af6f3bb018f99bcabda0
rc/com/android/systemui/statusbar/phone/NavigationBarView.java
3815860f3eee8ac6331a481a03b2a5526ab6a72d 27-Apr-2012 Eric Fischer <enf@google.com> Merge "Import translations. DO NOT MERGE" into jb-dev
023e0534c3ba601141fb0d568aa84a4680c8072c 27-Apr-2012 Eric Fischer <enf@google.com> Import translations. DO NOT MERGE

Change-Id: I8196154b165235340eb698ceb86d694e2986bbe5
es/values-th/strings.xml
11dea2945124b166f167d4b5a23a059f33c04fa1 27-Apr-2012 Daniel Sandler <dsandler@android.com> Merge "Propagate change Id1393cef to tablet UI." into jb-dev
f5d70fd2add31cdb2e4ca1e931b47db95fa4b3e0 27-Apr-2012 Jeff Sharkey <jsharkey@android.com> Merge "Protect system services with DUMP permission." into jb-dev
c098198eb37974ef117d3d5f0d07fb19ead036dc 27-Apr-2012 Eric Laurent <elaurent@google.com> Merge "system and UI sounds volume policy" into jb-dev
635fb490c5b26c86a806b40f562288299ed92594 27-Apr-2012 Daniel Sandler <dsandler@android.com> Propagate change Id1393cef to tablet UI.

Bug: 5854958
Change-Id: I5c9976307ab13398ad2533a57f45d647040c3d4a
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
2c9ae7538819b77c8814217b93a6ef0bf417854a 27-Apr-2012 Daniel Sandler <dsandler@android.com> Finally, fix the teensy back button in landscape.

Bug: 5993561 (and friends)
Change-Id: I0ccde54ea145e945f1a02d0480585c32cd129911
es/layout/navigation_bar.xml
rc/com/android/systemui/statusbar/phone/NavigationBarView.java
c2ee231b5e55f2a6914de2fe7fa3324c9d0aa4ed 27-Apr-2012 Daniel Sandler <dsandler@android.com> Merge "Lights out improvements." into jb-dev
6d5176638c2189595cede38fb92c3e7e8700e221 24-Apr-2012 Eric Laurent <elaurent@google.com> system and UI sounds volume policy

Implement a more consistent policy for system and UI sounds (key clicks, lock/unlock,
camera shutter, DTMF, low battery...):
- All system sounds are played over STREAM_SYSTEM stream type.
- The STREAM_SYSTEM volume that was previously fixed now tracks the volume of a "master"
stream type. This "master" stream type is STREAM_RING for phones and STREAM_MUSIC for
tablets which corresponds to the stream whose volume is modified by default by the volume
keys.
- The STREAM_SYSTEM volume ranges from -24dB to -6dB (-24dB to -12dB over headphones) when the
"master" stream volume ranges from its min to its max.
- DTMF tones are played over STREAM_DTMF that tracks the "master" stream volume in the same
manner with the following exception: when in call, DTMF stream tracks STREAM_VOICE_CALL volume.
- Camera shutter sound is played over STREAM_SYSTEM_ENFORCED stream that tracks the "master"
stream volume except in countries where regulation enforces this sound. In this case
its volume is fixed and cannot be muted.
- Low battery sound is played over STREAM_SYSTEM and therefore has a tunable volume and is
heard while in call.

Issue 6344620.
Issue 6069229.
Issue 6213100.

Change-Id: I53a237878ead596e706c5dbbb1420e62cde32bd7
rc/com/android/systemui/power/PowerUI.java
eb4cc492c93ab9635dde78b958a834120412e72a 27-Apr-2012 Jeff Sharkey <jsharkey@android.com> Protect system services with DUMP permission.

Change-Id: I5e53859f8b8e5473e54eca43ebd7de841f1a05ff
rc/com/android/systemui/SystemUIService.java
130f95b1e0b9eb35ed0b52c0c1f707a68ba5348a 26-Apr-2012 Eric Fischer <enf@google.com> Import translations. DO NOT MERGE

Change-Id: I8816757eeaf3b8b2b01964ec030ef3ca5f24ff7a
es/values-cs/strings.xml
es/values-de/strings.xml
d7e96866568cc94305db1455f4e9a9b8ada70618 26-Apr-2012 Daniel Sandler <dsandler@android.com> Lights out improvements.

+ Finally implemented LO in the top status bar.
+ Tightened up LO animations on nav bar (swap icons for dots
all at once rather than in sequence).

Bug: 6374406 (status bar lights out)
Bug: 5854958 (tighten up)
Change-Id: Id1393cef0b4281e062c1704d916843641da19dc4
es/layout/status_bar.xml
rc/com/android/systemui/statusbar/phone/NavigationBarView.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
321452da28548e1cf566fa88bbe5f0faf0f74cb7 24-Apr-2012 Chris Wren <cwren@android.com> Set row height to the row height not the notification height.

Bug: 6376501
Change-Id: I41567b11fcb1d39bc75ef782faa8287bbb1e4ca8
es/values-hdpi/dimens.xml
es/values/dimens.xml
rc/com/android/systemui/statusbar/BaseStatusBar.java
3b291870d3c78cea6ca514949591ccc32f00554e 25-Apr-2012 Jim Miller <jaggies@google.com> Fix 6299832: Improvements to navbar's "swipe to search"

This uses the new global search intent provided by SearchManager.

It also fixes the layout on tablets.

Change-Id: I9dd97785a454a4793aed7da1f5e260377f648354
es/layout-sw600dp/status_bar_search_panel.xml
es/values-sw600dp/arrays.xml
rc/com/android/systemui/SearchPanelView.java
rc/com/android/systemui/statusbar/BaseStatusBar.java
e4cd3b0d9529a1ef8d388ece83a101227e206cc3 25-Apr-2012 Jim Miller <jaggies@google.com> Merge "Fix 6299832: Add search target swipe action to navigation bar on phones"
e898ac59db04d8ab0762180ca8ec7cea1347aa09 07-Apr-2012 Jim Miller <jaggies@google.com> Fix 6299832: Add search target swipe action to navigation bar on phones

This adds a feature to swipe upward on the navigation bar to invoke
voice search on phones.

Change-Id: I462076fd43b1c66c5bf624f00b297c6d3414a19a
es/drawable/navbar_search_bg_scrim.png
es/drawable/navbar_search_handle.xml
es/drawable/navbar_search_outerring.xml
es/layout-land/status_bar_search_panel.xml
es/layout-port/status_bar_search_panel.xml
es/values-land/arrays.xml
es/values-port/arrays.xml
es/values/dimens.xml
rc/com/android/systemui/SearchPanelView.java
rc/com/android/systemui/statusbar/BaseStatusBar.java
rc/com/android/systemui/statusbar/CommandQueue.java
rc/com/android/systemui/statusbar/DelegateViewHelper.java
rc/com/android/systemui/statusbar/phone/NavigationBarView.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBarView.java
442456a69861f9c0ee1262f6455f7a5e1ec64b01 25-Apr-2012 Jeff Sharkey <jsharkey@android.com> Merge "Permission to show battery alert windows."
af772be33caba9709b7c4c52c9a7182bf0fc3a03 25-Apr-2012 Jeff Sharkey <jsharkey@android.com> Permission to show battery alert windows.

Bug: 6388558
Change-Id: Icf584b6bc62616a395ac14a577d98ea1daaed0e4
ndroidManifest.xml
8238e717df4bc5eebf15f97172d68af3599a95bb 24-Apr-2012 Dianne Hackborn <hackbod@google.com> Add new signature-level permission to get details of tasks.

Third party apps now can't get access to the extras of the
intents associated with tasks, to keep private data in them
from leaking out.

Change-Id: I95af9e181ac42557bc8b981807e7ddd266a88d0e
ndroidManifest.xml
d671a43887f2268d446a04baa33e1977ff157200 24-Apr-2012 Eric Fischer <enf@google.com> Import translations. DO NOT MERGE

Change-Id: Ib2edd737c39db1a06e846d3863cbc52eab2777ab
es/values-be/strings.xml
es/values-bg/strings.xml
es/values-cs/strings.xml
es/values-en-rGB/strings.xml
es/values-hr/strings.xml
es/values-in/strings.xml
es/values-iw/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-pt/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv/strings.xml
es/values-sw/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
77e42defdd72e3ce3d872774cd0975422a571f66 24-Apr-2012 Chris Wren <cwren@android.com> Merge "animate the notification glows in and out"
e6f410e984aa7f4bc2680f9f740807152b382003 24-Apr-2012 Daniel Sandler <dsandler@android.com> Remove unneeded sw600dp assets; clean up the needed ones.

These are still FPO, but now they've all been downscaled
from xhdpi.

Change-Id: I02371ea8b9e449fd0f024d034ee0f9f802fda32d
es/drawable-sw600dp-hdpi/ic_sysbar_airplane_on.png
es/drawable-sw600dp-hdpi/ic_sysbar_back.png
es/drawable-sw600dp-hdpi/ic_sysbar_back_ime.png
es/drawable-sw600dp-hdpi/ic_sysbar_back_land.png
es/drawable-sw600dp-hdpi/ic_sysbar_brightness.png
es/drawable-sw600dp-hdpi/ic_sysbar_highlight.png
es/drawable-sw600dp-hdpi/ic_sysbar_highlight_land.png
es/drawable-sw600dp-hdpi/ic_sysbar_home.png
es/drawable-sw600dp-hdpi/ic_sysbar_home_land.png
es/drawable-sw600dp-hdpi/ic_sysbar_ime_default.png
es/drawable-sw600dp-hdpi/ic_sysbar_lights_out_dot_large.png
es/drawable-sw600dp-hdpi/ic_sysbar_lights_out_dot_small.png
es/drawable-sw600dp-hdpi/ic_sysbar_menu.png
es/drawable-sw600dp-hdpi/ic_sysbar_menu_land.png
es/drawable-sw600dp-hdpi/ic_sysbar_quicksettings.png
es/drawable-sw600dp-hdpi/ic_sysbar_recent.png
es/drawable-sw600dp-hdpi/ic_sysbar_recent_land.png
es/drawable-sw600dp-hdpi/ic_sysbar_rotate_on.png
es/drawable-sw600dp-hdpi/ic_sysbar_wifi_on.png
es/drawable-sw600dp-mdpi/ic_sysbar_airplane_on.png
es/drawable-sw600dp-mdpi/ic_sysbar_back.png
es/drawable-sw600dp-mdpi/ic_sysbar_back_ime.png
es/drawable-sw600dp-mdpi/ic_sysbar_back_land.png
es/drawable-sw600dp-mdpi/ic_sysbar_brightness.png
es/drawable-sw600dp-mdpi/ic_sysbar_highlight.png
es/drawable-sw600dp-mdpi/ic_sysbar_highlight_land.png
es/drawable-sw600dp-mdpi/ic_sysbar_home.png
es/drawable-sw600dp-mdpi/ic_sysbar_home_land.png
es/drawable-sw600dp-mdpi/ic_sysbar_ime_default.png
es/drawable-sw600dp-mdpi/ic_sysbar_lights_out_dot_large.png
es/drawable-sw600dp-mdpi/ic_sysbar_lights_out_dot_small.png
es/drawable-sw600dp-mdpi/ic_sysbar_menu.png
es/drawable-sw600dp-mdpi/ic_sysbar_menu_land.png
es/drawable-sw600dp-mdpi/ic_sysbar_quicksettings.png
es/drawable-sw600dp-mdpi/ic_sysbar_recent.png
es/drawable-sw600dp-mdpi/ic_sysbar_recent_land.png
es/drawable-sw600dp-mdpi/ic_sysbar_rotate_on.png
es/drawable-sw600dp-mdpi/ic_sysbar_wifi_on.png
es/drawable-sw600dp-xhdpi/ic_sysbar_airplane_on.png
es/drawable-sw600dp-xhdpi/ic_sysbar_quicksettings.png
es/drawable-sw600dp-xhdpi/ic_sysbar_rotate_on.png
es/drawable-sw600dp-xhdpi/ic_sysbar_wifi_on.png
8d98200650d18bc69e83ec69e267e99ab0b73625 24-Apr-2012 Daniel Sandler <dsandler@android.com> Merge "Expand hit rectangles of main navigation buttons."
6ae7b5807abb5e42b81825c710a5846c82bf49e9 23-Apr-2012 Daniel Sandler <dsandler@android.com> Expand hit rectangles of main navigation buttons.

There's now no dead space between them. Also, increase the
visual size of the nav icons by 30% (just a quick resample
of the current artwork, to be replaced by custom-drawn
graphics at 130%).

The background glow looks kind of comical right now.

Bug: 6381833
Change-Id: I03ef0ea64a9e953f9f2b29cc03097d250ff52134
es/drawable-sw600dp-hdpi/ic_sysbar_airplane_on.png
es/drawable-sw600dp-hdpi/ic_sysbar_back.png
es/drawable-sw600dp-hdpi/ic_sysbar_back_ime.png
es/drawable-sw600dp-hdpi/ic_sysbar_back_land.png
es/drawable-sw600dp-hdpi/ic_sysbar_brightness.png
es/drawable-sw600dp-hdpi/ic_sysbar_highlight.png
es/drawable-sw600dp-hdpi/ic_sysbar_highlight_land.png
es/drawable-sw600dp-hdpi/ic_sysbar_home.png
es/drawable-sw600dp-hdpi/ic_sysbar_home_land.png
es/drawable-sw600dp-hdpi/ic_sysbar_ime_default.png
es/drawable-sw600dp-hdpi/ic_sysbar_lights_out_dot_large.png
es/drawable-sw600dp-hdpi/ic_sysbar_lights_out_dot_small.png
es/drawable-sw600dp-hdpi/ic_sysbar_menu.png
es/drawable-sw600dp-hdpi/ic_sysbar_menu_land.png
es/drawable-sw600dp-hdpi/ic_sysbar_quicksettings.png
es/drawable-sw600dp-hdpi/ic_sysbar_recent.png
es/drawable-sw600dp-hdpi/ic_sysbar_recent_land.png
es/drawable-sw600dp-hdpi/ic_sysbar_rotate_on.png
es/drawable-sw600dp-hdpi/ic_sysbar_wifi_on.png
es/drawable-sw600dp-mdpi/ic_sysbar_airplane_on.png
es/drawable-sw600dp-mdpi/ic_sysbar_back.png
es/drawable-sw600dp-mdpi/ic_sysbar_back_ime.png
es/drawable-sw600dp-mdpi/ic_sysbar_back_land.png
es/drawable-sw600dp-mdpi/ic_sysbar_brightness.png
es/drawable-sw600dp-mdpi/ic_sysbar_highlight.png
es/drawable-sw600dp-mdpi/ic_sysbar_highlight_land.png
es/drawable-sw600dp-mdpi/ic_sysbar_home.png
es/drawable-sw600dp-mdpi/ic_sysbar_home_land.png
es/drawable-sw600dp-mdpi/ic_sysbar_ime_default.png
es/drawable-sw600dp-mdpi/ic_sysbar_lights_out_dot_large.png
es/drawable-sw600dp-mdpi/ic_sysbar_lights_out_dot_small.png
es/drawable-sw600dp-mdpi/ic_sysbar_menu.png
es/drawable-sw600dp-mdpi/ic_sysbar_menu_land.png
es/drawable-sw600dp-mdpi/ic_sysbar_quicksettings.png
es/drawable-sw600dp-mdpi/ic_sysbar_recent.png
es/drawable-sw600dp-mdpi/ic_sysbar_recent_land.png
es/drawable-sw600dp-mdpi/ic_sysbar_rotate_on.png
es/drawable-sw600dp-mdpi/ic_sysbar_wifi_on.png
es/drawable-sw600dp-xhdpi/ic_sysbar_airplane_on.png
es/drawable-sw600dp-xhdpi/ic_sysbar_back.png
es/drawable-sw600dp-xhdpi/ic_sysbar_back_ime.png
es/drawable-sw600dp-xhdpi/ic_sysbar_back_land.png
es/drawable-sw600dp-xhdpi/ic_sysbar_brightness.png
es/drawable-sw600dp-xhdpi/ic_sysbar_highlight.png
es/drawable-sw600dp-xhdpi/ic_sysbar_highlight_land.png
es/drawable-sw600dp-xhdpi/ic_sysbar_home.png
es/drawable-sw600dp-xhdpi/ic_sysbar_home_land.png
es/drawable-sw600dp-xhdpi/ic_sysbar_ime_default.png
es/drawable-sw600dp-xhdpi/ic_sysbar_lights_out_dot_large.png
es/drawable-sw600dp-xhdpi/ic_sysbar_lights_out_dot_small.png
es/drawable-sw600dp-xhdpi/ic_sysbar_menu.png
es/drawable-sw600dp-xhdpi/ic_sysbar_menu_land.png
es/drawable-sw600dp-xhdpi/ic_sysbar_quicksettings.png
es/drawable-sw600dp-xhdpi/ic_sysbar_recent.png
es/drawable-sw600dp-xhdpi/ic_sysbar_recent_land.png
es/drawable-sw600dp-xhdpi/ic_sysbar_rotate_on.png
es/drawable-sw600dp-xhdpi/ic_sysbar_wifi_on.png
es/layout-sw600dp/navigation_bar.xml
258783e09bf5d5807dedf3453208a2fbe4a8d098 23-Apr-2012 Jeff Sharkey <jsharkey@android.com> Merge "Grant external storage permissions to SystemUI."
81d94335fbe7fde63f9e382be1ec74d3d09b99fe 23-Apr-2012 Jeff Sharkey <jsharkey@android.com> Grant external storage permissions to SystemUI.

Used for taking screenshots and playing notification ringtones.

Bug: 6381589
Change-Id: Ib1a5ad17edbeab984bbab25168d81eb99deba952
ndroidManifest.xml
e8e25e22ac310390185c5ddf9a0337841b2ac149 23-Apr-2012 Eric Fischer <enf@google.com> Import translations. DO NOT MERGE

Change-Id: Ib5fcdfa63b7d2049f9e5ee236a8dd394d48da22b
es/values-ar/strings.xml
es/values-ca/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-et/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hi/strings.xml
es/values-hu/strings.xml
es/values-it/strings.xml
es/values-ja/strings.xml
es/values-ms/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pt-rPT/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zu/strings.xml
4a066c5c77109431f50806fc29179d28f1472871 20-Apr-2012 Daniel Sandler <dsandler@android.com> Update SystemUI for sw600dp devices.

Devices between 600 and 719dp will now use the two-bar
(phone) SystemUI layout, or something like it, derived from
PhoneStatusBar. Devices above 720dp will use the system bar
from TabletStatusBar.

However, this distinction is not to be made based on dp, at
least, not by the SystemUI; the goal is to drive most of
this switch from the window manager. Therefore most of
SystemUI's sw600dp resources have been folded into the main
set of resources (renaming them to avoid collisions where
appropriate). This allows SystemUI to choose which set of
resources to use entirely by switching status bar
components, entirely independent of Configuration.

(For some resources, particularly around recents, it seemed
more expeditious to keep relying on the device
configuration, so those resources have been bumped up to
sw720dp.)

Bug: 6297838
Change-Id: I3f5414a6a718bdc83f51930d6878cdf97df48c9c
es/drawable-sw600dp-hdpi/ic_sysbar_ime_default.png
es/drawable-sw600dp-hdpi/ic_sysbar_ime_pressed.png
es/drawable-sw600dp-hdpi/ic_sysbar_zoom_default.png
es/drawable-sw600dp-hdpi/ic_sysbar_zoom_pressed.png
es/drawable-sw600dp-hdpi/notify_panel_clock_bg_normal.9.png
es/drawable-sw600dp-hdpi/notify_panel_clock_bg_pressed.9.png
es/drawable-sw600dp-hdpi/notify_panel_notify_bg.9.png
es/drawable-sw600dp-hdpi/recents_bg_protect_tile.png
es/drawable-sw600dp-hdpi/recents_blue_glow.9.png
es/drawable-sw600dp-hdpi/stat_sys_alarm.png
es/drawable-sw600dp-hdpi/stat_sys_battery_0.png
es/drawable-sw600dp-hdpi/stat_sys_battery_100.png
es/drawable-sw600dp-hdpi/stat_sys_battery_15.png
es/drawable-sw600dp-hdpi/stat_sys_battery_28.png
es/drawable-sw600dp-hdpi/stat_sys_battery_43.png
es/drawable-sw600dp-hdpi/stat_sys_battery_57.png
es/drawable-sw600dp-hdpi/stat_sys_battery_71.png
es/drawable-sw600dp-hdpi/stat_sys_battery_85.png
es/drawable-sw600dp-hdpi/stat_sys_battery_charge_anim0.png
es/drawable-sw600dp-hdpi/stat_sys_battery_charge_anim100.png
es/drawable-sw600dp-hdpi/stat_sys_battery_charge_anim15.png
es/drawable-sw600dp-hdpi/stat_sys_battery_charge_anim28.png
es/drawable-sw600dp-hdpi/stat_sys_battery_charge_anim43.png
es/drawable-sw600dp-hdpi/stat_sys_battery_charge_anim57.png
es/drawable-sw600dp-hdpi/stat_sys_battery_charge_anim71.png
es/drawable-sw600dp-hdpi/stat_sys_battery_charge_anim85.png
es/drawable-sw600dp-hdpi/stat_sys_data_bluetooth.png
es/drawable-sw600dp-hdpi/stat_sys_data_bluetooth_connected.png
es/drawable-sw600dp-hdpi/stat_sys_data_connected_1x.png
es/drawable-sw600dp-hdpi/stat_sys_data_connected_3g.png
es/drawable-sw600dp-hdpi/stat_sys_data_connected_4g.png
es/drawable-sw600dp-hdpi/stat_sys_data_connected_e.png
es/drawable-sw600dp-hdpi/stat_sys_data_connected_g.png
es/drawable-sw600dp-hdpi/stat_sys_data_connected_h.png
es/drawable-sw600dp-hdpi/stat_sys_data_connected_roam.png
es/drawable-sw600dp-hdpi/stat_sys_data_fully_connected_1x.png
es/drawable-sw600dp-hdpi/stat_sys_data_fully_connected_3g.png
es/drawable-sw600dp-hdpi/stat_sys_data_fully_connected_4g.png
es/drawable-sw600dp-hdpi/stat_sys_data_fully_connected_e.png
es/drawable-sw600dp-hdpi/stat_sys_data_fully_connected_g.png
es/drawable-sw600dp-hdpi/stat_sys_data_fully_connected_h.png
es/drawable-sw600dp-hdpi/stat_sys_signal_0.png
es/drawable-sw600dp-hdpi/stat_sys_signal_0_fully.png
es/drawable-sw600dp-hdpi/stat_sys_signal_1.png
es/drawable-sw600dp-hdpi/stat_sys_signal_1_fully.png
es/drawable-sw600dp-hdpi/stat_sys_signal_2.png
es/drawable-sw600dp-hdpi/stat_sys_signal_2_fully.png
es/drawable-sw600dp-hdpi/stat_sys_signal_3.png
es/drawable-sw600dp-hdpi/stat_sys_signal_3_fully.png
es/drawable-sw600dp-hdpi/stat_sys_signal_4.png
es/drawable-sw600dp-hdpi/stat_sys_signal_4_fully.png
es/drawable-sw600dp-hdpi/stat_sys_signal_flightmode.png
es/drawable-sw600dp-hdpi/stat_sys_signal_in.png
es/drawable-sw600dp-hdpi/stat_sys_signal_inout.png
es/drawable-sw600dp-hdpi/stat_sys_signal_null.png
es/drawable-sw600dp-hdpi/stat_sys_signal_out.png
es/drawable-sw600dp-hdpi/stat_sys_wifi_in.png
es/drawable-sw600dp-hdpi/stat_sys_wifi_inout.png
es/drawable-sw600dp-hdpi/stat_sys_wifi_out.png
es/drawable-sw600dp-hdpi/stat_sys_wifi_signal_0.png
es/drawable-sw600dp-hdpi/stat_sys_wifi_signal_1.png
es/drawable-sw600dp-hdpi/stat_sys_wifi_signal_1_fully.png
es/drawable-sw600dp-hdpi/stat_sys_wifi_signal_2.png
es/drawable-sw600dp-hdpi/stat_sys_wifi_signal_2_fully.png
es/drawable-sw600dp-hdpi/stat_sys_wifi_signal_3.png
es/drawable-sw600dp-hdpi/stat_sys_wifi_signal_3_fully.png
es/drawable-sw600dp-hdpi/stat_sys_wifi_signal_4.png
es/drawable-sw600dp-hdpi/stat_sys_wifi_signal_4_fully.png
es/drawable-sw600dp-mdpi/ic_sysbar_ime_default.png
es/drawable-sw600dp-mdpi/ic_sysbar_ime_pressed.png
es/drawable-sw600dp-mdpi/ic_sysbar_zoom_default.png
es/drawable-sw600dp-mdpi/ic_sysbar_zoom_pressed.png
es/drawable-sw600dp-mdpi/notify_panel_clock_bg_normal.9.png
es/drawable-sw600dp-mdpi/notify_panel_clock_bg_pressed.9.png
es/drawable-sw600dp-mdpi/notify_panel_notify_bg.9.png
es/drawable-sw600dp-mdpi/recents_bg_protect_tile.png
es/drawable-sw600dp-mdpi/recents_blue_glow.9.png
es/drawable-sw600dp-mdpi/stat_sys_alarm.png
es/drawable-sw600dp-mdpi/stat_sys_battery_0.png
es/drawable-sw600dp-mdpi/stat_sys_battery_100.png
es/drawable-sw600dp-mdpi/stat_sys_battery_15.png
es/drawable-sw600dp-mdpi/stat_sys_battery_28.png
es/drawable-sw600dp-mdpi/stat_sys_battery_43.png
es/drawable-sw600dp-mdpi/stat_sys_battery_57.png
es/drawable-sw600dp-mdpi/stat_sys_battery_71.png
es/drawable-sw600dp-mdpi/stat_sys_battery_85.png
es/drawable-sw600dp-mdpi/stat_sys_battery_charge_anim0.png
es/drawable-sw600dp-mdpi/stat_sys_battery_charge_anim100.png
es/drawable-sw600dp-mdpi/stat_sys_battery_charge_anim15.png
es/drawable-sw600dp-mdpi/stat_sys_battery_charge_anim28.png
es/drawable-sw600dp-mdpi/stat_sys_battery_charge_anim43.png
es/drawable-sw600dp-mdpi/stat_sys_battery_charge_anim57.png
es/drawable-sw600dp-mdpi/stat_sys_battery_charge_anim71.png
es/drawable-sw600dp-mdpi/stat_sys_battery_charge_anim85.png
es/drawable-sw600dp-mdpi/stat_sys_data_bluetooth.png
es/drawable-sw600dp-mdpi/stat_sys_data_bluetooth_connected.png
es/drawable-sw600dp-mdpi/stat_sys_data_connected_1x.png
es/drawable-sw600dp-mdpi/stat_sys_data_connected_3g.png
es/drawable-sw600dp-mdpi/stat_sys_data_connected_4g.png
es/drawable-sw600dp-mdpi/stat_sys_data_connected_e.png
es/drawable-sw600dp-mdpi/stat_sys_data_connected_g.png
es/drawable-sw600dp-mdpi/stat_sys_data_connected_h.png
es/drawable-sw600dp-mdpi/stat_sys_data_connected_roam.png
es/drawable-sw600dp-mdpi/stat_sys_data_fully_connected_1x.png
es/drawable-sw600dp-mdpi/stat_sys_data_fully_connected_3g.png
es/drawable-sw600dp-mdpi/stat_sys_data_fully_connected_4g.png
es/drawable-sw600dp-mdpi/stat_sys_data_fully_connected_e.png
es/drawable-sw600dp-mdpi/stat_sys_data_fully_connected_g.png
es/drawable-sw600dp-mdpi/stat_sys_data_fully_connected_h.png
es/drawable-sw600dp-mdpi/stat_sys_signal_0.png
es/drawable-sw600dp-mdpi/stat_sys_signal_0_fully.png
es/drawable-sw600dp-mdpi/stat_sys_signal_1.png
es/drawable-sw600dp-mdpi/stat_sys_signal_1_fully.png
es/drawable-sw600dp-mdpi/stat_sys_signal_2.png
es/drawable-sw600dp-mdpi/stat_sys_signal_2_fully.png
es/drawable-sw600dp-mdpi/stat_sys_signal_3.png
es/drawable-sw600dp-mdpi/stat_sys_signal_3_fully.png
es/drawable-sw600dp-mdpi/stat_sys_signal_4.png
es/drawable-sw600dp-mdpi/stat_sys_signal_4_fully.png
es/drawable-sw600dp-mdpi/stat_sys_signal_flightmode.png
es/drawable-sw600dp-mdpi/stat_sys_signal_in.png
es/drawable-sw600dp-mdpi/stat_sys_signal_inout.png
es/drawable-sw600dp-mdpi/stat_sys_signal_null.png
es/drawable-sw600dp-mdpi/stat_sys_signal_out.png
es/drawable-sw600dp-mdpi/stat_sys_wifi_in.png
es/drawable-sw600dp-mdpi/stat_sys_wifi_inout.png
es/drawable-sw600dp-mdpi/stat_sys_wifi_out.png
es/drawable-sw600dp-mdpi/stat_sys_wifi_signal_0.png
es/drawable-sw600dp-mdpi/stat_sys_wifi_signal_1.png
es/drawable-sw600dp-mdpi/stat_sys_wifi_signal_1_fully.png
es/drawable-sw600dp-mdpi/stat_sys_wifi_signal_2.png
es/drawable-sw600dp-mdpi/stat_sys_wifi_signal_2_fully.png
es/drawable-sw600dp-mdpi/stat_sys_wifi_signal_3.png
es/drawable-sw600dp-mdpi/stat_sys_wifi_signal_3_fully.png
es/drawable-sw600dp-mdpi/stat_sys_wifi_signal_4.png
es/drawable-sw600dp-mdpi/stat_sys_wifi_signal_4_fully.png
es/drawable-sw600dp-xhdpi/ic_sysbar_ime_default.png
es/drawable-sw600dp-xhdpi/ic_sysbar_ime_pressed.png
es/drawable-sw600dp-xhdpi/ic_sysbar_zoom_default.png
es/drawable-sw600dp-xhdpi/ic_sysbar_zoom_pressed.png
es/drawable-sw600dp-xhdpi/notify_panel_clock_bg_normal.9.png
es/drawable-sw600dp-xhdpi/notify_panel_clock_bg_pressed.9.png
es/drawable-sw600dp-xhdpi/notify_panel_notify_bg.9.png
es/drawable-sw600dp-xhdpi/recents_bg_protect_tile.png
es/drawable-sw600dp-xhdpi/recents_blue_glow.9.png
es/drawable-sw600dp-xhdpi/stat_sys_alarm.png
es/drawable-sw600dp-xhdpi/stat_sys_battery_0.png
es/drawable-sw600dp-xhdpi/stat_sys_battery_100.png
es/drawable-sw600dp-xhdpi/stat_sys_battery_15.png
es/drawable-sw600dp-xhdpi/stat_sys_battery_28.png
es/drawable-sw600dp-xhdpi/stat_sys_battery_43.png
es/drawable-sw600dp-xhdpi/stat_sys_battery_57.png
es/drawable-sw600dp-xhdpi/stat_sys_battery_71.png
es/drawable-sw600dp-xhdpi/stat_sys_battery_85.png
es/drawable-sw600dp-xhdpi/stat_sys_battery_charge_anim0.png
es/drawable-sw600dp-xhdpi/stat_sys_battery_charge_anim100.png
es/drawable-sw600dp-xhdpi/stat_sys_battery_charge_anim15.png
es/drawable-sw600dp-xhdpi/stat_sys_battery_charge_anim28.png
es/drawable-sw600dp-xhdpi/stat_sys_battery_charge_anim43.png
es/drawable-sw600dp-xhdpi/stat_sys_battery_charge_anim57.png
es/drawable-sw600dp-xhdpi/stat_sys_battery_charge_anim71.png
es/drawable-sw600dp-xhdpi/stat_sys_battery_charge_anim85.png
es/drawable-sw600dp-xhdpi/stat_sys_data_bluetooth.png
es/drawable-sw600dp-xhdpi/stat_sys_data_bluetooth_connected.png
es/drawable-sw600dp-xhdpi/stat_sys_data_connected_1x.png
es/drawable-sw600dp-xhdpi/stat_sys_data_connected_3g.png
es/drawable-sw600dp-xhdpi/stat_sys_data_connected_4g.png
es/drawable-sw600dp-xhdpi/stat_sys_data_connected_e.png
es/drawable-sw600dp-xhdpi/stat_sys_data_connected_g.png
es/drawable-sw600dp-xhdpi/stat_sys_data_connected_h.png
es/drawable-sw600dp-xhdpi/stat_sys_data_connected_roam.png
es/drawable-sw600dp-xhdpi/stat_sys_data_fully_connected_1x.png
es/drawable-sw600dp-xhdpi/stat_sys_data_fully_connected_3g.png
es/drawable-sw600dp-xhdpi/stat_sys_data_fully_connected_4g.png
es/drawable-sw600dp-xhdpi/stat_sys_data_fully_connected_e.png
es/drawable-sw600dp-xhdpi/stat_sys_data_fully_connected_g.png
es/drawable-sw600dp-xhdpi/stat_sys_data_fully_connected_h.png
es/drawable-sw600dp-xhdpi/stat_sys_signal_0.png
es/drawable-sw600dp-xhdpi/stat_sys_signal_0_fully.png
es/drawable-sw600dp-xhdpi/stat_sys_signal_1.png
es/drawable-sw600dp-xhdpi/stat_sys_signal_1_fully.png
es/drawable-sw600dp-xhdpi/stat_sys_signal_2.png
es/drawable-sw600dp-xhdpi/stat_sys_signal_2_fully.png
es/drawable-sw600dp-xhdpi/stat_sys_signal_3.png
es/drawable-sw600dp-xhdpi/stat_sys_signal_3_fully.png
es/drawable-sw600dp-xhdpi/stat_sys_signal_4.png
es/drawable-sw600dp-xhdpi/stat_sys_signal_4_fully.png
es/drawable-sw600dp-xhdpi/stat_sys_signal_flightmode.png
es/drawable-sw600dp-xhdpi/stat_sys_signal_in.png
es/drawable-sw600dp-xhdpi/stat_sys_signal_inout.png
es/drawable-sw600dp-xhdpi/stat_sys_signal_null.png
es/drawable-sw600dp-xhdpi/stat_sys_signal_out.png
es/drawable-sw600dp-xhdpi/stat_sys_wifi_in.png
es/drawable-sw600dp-xhdpi/stat_sys_wifi_inout.png
es/drawable-sw600dp-xhdpi/stat_sys_wifi_out.png
es/drawable-sw600dp-xhdpi/stat_sys_wifi_signal_0.png
es/drawable-sw600dp-xhdpi/stat_sys_wifi_signal_1.png
es/drawable-sw600dp-xhdpi/stat_sys_wifi_signal_1_fully.png
es/drawable-sw600dp-xhdpi/stat_sys_wifi_signal_2.png
es/drawable-sw600dp-xhdpi/stat_sys_wifi_signal_2_fully.png
es/drawable-sw600dp-xhdpi/stat_sys_wifi_signal_3.png
es/drawable-sw600dp-xhdpi/stat_sys_wifi_signal_3_fully.png
es/drawable-sw600dp-xhdpi/stat_sys_wifi_signal_4.png
es/drawable-sw600dp-xhdpi/stat_sys_wifi_signal_4_fully.png
es/drawable-sw720dp-hdpi/ic_sysbar_ime_default.png
es/drawable-sw720dp-hdpi/ic_sysbar_ime_pressed.png
es/drawable-sw720dp-hdpi/ic_sysbar_zoom_default.png
es/drawable-sw720dp-hdpi/ic_sysbar_zoom_pressed.png
es/drawable-sw720dp-hdpi/notify_panel_clock_bg_normal.9.png
es/drawable-sw720dp-hdpi/notify_panel_clock_bg_pressed.9.png
es/drawable-sw720dp-hdpi/notify_panel_notify_bg.9.png
es/drawable-sw720dp-hdpi/recents_bg_protect_tile.png
es/drawable-sw720dp-hdpi/recents_blue_glow.9.png
es/drawable-sw720dp-hdpi/stat_sys_alarm.png
es/drawable-sw720dp-hdpi/stat_sys_battery_0.png
es/drawable-sw720dp-hdpi/stat_sys_battery_100.png
es/drawable-sw720dp-hdpi/stat_sys_battery_15.png
es/drawable-sw720dp-hdpi/stat_sys_battery_28.png
es/drawable-sw720dp-hdpi/stat_sys_battery_43.png
es/drawable-sw720dp-hdpi/stat_sys_battery_57.png
es/drawable-sw720dp-hdpi/stat_sys_battery_71.png
es/drawable-sw720dp-hdpi/stat_sys_battery_85.png
es/drawable-sw720dp-hdpi/stat_sys_battery_charge_anim0.png
es/drawable-sw720dp-hdpi/stat_sys_battery_charge_anim100.png
es/drawable-sw720dp-hdpi/stat_sys_battery_charge_anim15.png
es/drawable-sw720dp-hdpi/stat_sys_battery_charge_anim28.png
es/drawable-sw720dp-hdpi/stat_sys_battery_charge_anim43.png
es/drawable-sw720dp-hdpi/stat_sys_battery_charge_anim57.png
es/drawable-sw720dp-hdpi/stat_sys_battery_charge_anim71.png
es/drawable-sw720dp-hdpi/stat_sys_battery_charge_anim85.png
es/drawable-sw720dp-hdpi/stat_sys_data_bluetooth.png
es/drawable-sw720dp-hdpi/stat_sys_data_bluetooth_connected.png
es/drawable-sw720dp-hdpi/stat_sys_data_connected_1x.png
es/drawable-sw720dp-hdpi/stat_sys_data_connected_3g.png
es/drawable-sw720dp-hdpi/stat_sys_data_connected_4g.png
es/drawable-sw720dp-hdpi/stat_sys_data_connected_e.png
es/drawable-sw720dp-hdpi/stat_sys_data_connected_g.png
es/drawable-sw720dp-hdpi/stat_sys_data_connected_h.png
es/drawable-sw720dp-hdpi/stat_sys_data_connected_roam.png
es/drawable-sw720dp-hdpi/stat_sys_data_fully_connected_1x.png
es/drawable-sw720dp-hdpi/stat_sys_data_fully_connected_3g.png
es/drawable-sw720dp-hdpi/stat_sys_data_fully_connected_4g.png
es/drawable-sw720dp-hdpi/stat_sys_data_fully_connected_e.png
es/drawable-sw720dp-hdpi/stat_sys_data_fully_connected_g.png
es/drawable-sw720dp-hdpi/stat_sys_data_fully_connected_h.png
es/drawable-sw720dp-hdpi/stat_sys_signal_0.png
es/drawable-sw720dp-hdpi/stat_sys_signal_0_fully.png
es/drawable-sw720dp-hdpi/stat_sys_signal_1.png
es/drawable-sw720dp-hdpi/stat_sys_signal_1_fully.png
es/drawable-sw720dp-hdpi/stat_sys_signal_2.png
es/drawable-sw720dp-hdpi/stat_sys_signal_2_fully.png
es/drawable-sw720dp-hdpi/stat_sys_signal_3.png
es/drawable-sw720dp-hdpi/stat_sys_signal_3_fully.png
es/drawable-sw720dp-hdpi/stat_sys_signal_4.png
es/drawable-sw720dp-hdpi/stat_sys_signal_4_fully.png
es/drawable-sw720dp-hdpi/stat_sys_signal_flightmode.png
es/drawable-sw720dp-hdpi/stat_sys_signal_in.png
es/drawable-sw720dp-hdpi/stat_sys_signal_inout.png
es/drawable-sw720dp-hdpi/stat_sys_signal_null.png
es/drawable-sw720dp-hdpi/stat_sys_signal_out.png
es/drawable-sw720dp-hdpi/stat_sys_wifi_in.png
es/drawable-sw720dp-hdpi/stat_sys_wifi_inout.png
es/drawable-sw720dp-hdpi/stat_sys_wifi_out.png
es/drawable-sw720dp-hdpi/stat_sys_wifi_signal_0.png
es/drawable-sw720dp-hdpi/stat_sys_wifi_signal_1.png
es/drawable-sw720dp-hdpi/stat_sys_wifi_signal_1_fully.png
es/drawable-sw720dp-hdpi/stat_sys_wifi_signal_2.png
es/drawable-sw720dp-hdpi/stat_sys_wifi_signal_2_fully.png
es/drawable-sw720dp-hdpi/stat_sys_wifi_signal_3.png
es/drawable-sw720dp-hdpi/stat_sys_wifi_signal_3_fully.png
es/drawable-sw720dp-hdpi/stat_sys_wifi_signal_4.png
es/drawable-sw720dp-hdpi/stat_sys_wifi_signal_4_fully.png
es/drawable-sw720dp-mdpi/ic_sysbar_ime_default.png
es/drawable-sw720dp-mdpi/ic_sysbar_ime_pressed.png
es/drawable-sw720dp-mdpi/ic_sysbar_zoom_default.png
es/drawable-sw720dp-mdpi/ic_sysbar_zoom_pressed.png
es/drawable-sw720dp-mdpi/notify_panel_clock_bg_normal.9.png
es/drawable-sw720dp-mdpi/notify_panel_clock_bg_pressed.9.png
es/drawable-sw720dp-mdpi/notify_panel_notify_bg.9.png
es/drawable-sw720dp-mdpi/recents_bg_protect_tile.png
es/drawable-sw720dp-mdpi/recents_blue_glow.9.png
es/drawable-sw720dp-mdpi/stat_sys_alarm.png
es/drawable-sw720dp-mdpi/stat_sys_battery_0.png
es/drawable-sw720dp-mdpi/stat_sys_battery_100.png
es/drawable-sw720dp-mdpi/stat_sys_battery_15.png
es/drawable-sw720dp-mdpi/stat_sys_battery_28.png
es/drawable-sw720dp-mdpi/stat_sys_battery_43.png
es/drawable-sw720dp-mdpi/stat_sys_battery_57.png
es/drawable-sw720dp-mdpi/stat_sys_battery_71.png
es/drawable-sw720dp-mdpi/stat_sys_battery_85.png
es/drawable-sw720dp-mdpi/stat_sys_battery_charge_anim0.png
es/drawable-sw720dp-mdpi/stat_sys_battery_charge_anim100.png
es/drawable-sw720dp-mdpi/stat_sys_battery_charge_anim15.png
es/drawable-sw720dp-mdpi/stat_sys_battery_charge_anim28.png
es/drawable-sw720dp-mdpi/stat_sys_battery_charge_anim43.png
es/drawable-sw720dp-mdpi/stat_sys_battery_charge_anim57.png
es/drawable-sw720dp-mdpi/stat_sys_battery_charge_anim71.png
es/drawable-sw720dp-mdpi/stat_sys_battery_charge_anim85.png
es/drawable-sw720dp-mdpi/stat_sys_data_bluetooth.png
es/drawable-sw720dp-mdpi/stat_sys_data_bluetooth_connected.png
es/drawable-sw720dp-mdpi/stat_sys_data_connected_1x.png
es/drawable-sw720dp-mdpi/stat_sys_data_connected_3g.png
es/drawable-sw720dp-mdpi/stat_sys_data_connected_4g.png
es/drawable-sw720dp-mdpi/stat_sys_data_connected_e.png
es/drawable-sw720dp-mdpi/stat_sys_data_connected_g.png
es/drawable-sw720dp-mdpi/stat_sys_data_connected_h.png
es/drawable-sw720dp-mdpi/stat_sys_data_connected_roam.png
es/drawable-sw720dp-mdpi/stat_sys_data_fully_connected_1x.png
es/drawable-sw720dp-mdpi/stat_sys_data_fully_connected_3g.png
es/drawable-sw720dp-mdpi/stat_sys_data_fully_connected_4g.png
es/drawable-sw720dp-mdpi/stat_sys_data_fully_connected_e.png
es/drawable-sw720dp-mdpi/stat_sys_data_fully_connected_g.png
es/drawable-sw720dp-mdpi/stat_sys_data_fully_connected_h.png
es/drawable-sw720dp-mdpi/stat_sys_signal_0.png
es/drawable-sw720dp-mdpi/stat_sys_signal_0_fully.png
es/drawable-sw720dp-mdpi/stat_sys_signal_1.png
es/drawable-sw720dp-mdpi/stat_sys_signal_1_fully.png
es/drawable-sw720dp-mdpi/stat_sys_signal_2.png
es/drawable-sw720dp-mdpi/stat_sys_signal_2_fully.png
es/drawable-sw720dp-mdpi/stat_sys_signal_3.png
es/drawable-sw720dp-mdpi/stat_sys_signal_3_fully.png
es/drawable-sw720dp-mdpi/stat_sys_signal_4.png
es/drawable-sw720dp-mdpi/stat_sys_signal_4_fully.png
es/drawable-sw720dp-mdpi/stat_sys_signal_flightmode.png
es/drawable-sw720dp-mdpi/stat_sys_signal_in.png
es/drawable-sw720dp-mdpi/stat_sys_signal_inout.png
es/drawable-sw720dp-mdpi/stat_sys_signal_null.png
es/drawable-sw720dp-mdpi/stat_sys_signal_out.png
es/drawable-sw720dp-mdpi/stat_sys_wifi_in.png
es/drawable-sw720dp-mdpi/stat_sys_wifi_inout.png
es/drawable-sw720dp-mdpi/stat_sys_wifi_out.png
es/drawable-sw720dp-mdpi/stat_sys_wifi_signal_0.png
es/drawable-sw720dp-mdpi/stat_sys_wifi_signal_1.png
es/drawable-sw720dp-mdpi/stat_sys_wifi_signal_1_fully.png
es/drawable-sw720dp-mdpi/stat_sys_wifi_signal_2.png
es/drawable-sw720dp-mdpi/stat_sys_wifi_signal_2_fully.png
es/drawable-sw720dp-mdpi/stat_sys_wifi_signal_3.png
es/drawable-sw720dp-mdpi/stat_sys_wifi_signal_3_fully.png
es/drawable-sw720dp-mdpi/stat_sys_wifi_signal_4.png
es/drawable-sw720dp-mdpi/stat_sys_wifi_signal_4_fully.png
es/drawable-sw720dp-xhdpi/ic_sysbar_ime_default.png
es/drawable-sw720dp-xhdpi/ic_sysbar_ime_pressed.png
es/drawable-sw720dp-xhdpi/ic_sysbar_zoom_default.png
es/drawable-sw720dp-xhdpi/ic_sysbar_zoom_pressed.png
es/drawable-sw720dp-xhdpi/notify_panel_clock_bg_normal.9.png
es/drawable-sw720dp-xhdpi/notify_panel_clock_bg_pressed.9.png
es/drawable-sw720dp-xhdpi/notify_panel_notify_bg.9.png
es/drawable-sw720dp-xhdpi/recents_bg_protect_tile.png
es/drawable-sw720dp-xhdpi/recents_blue_glow.9.png
es/drawable-sw720dp-xhdpi/stat_sys_alarm.png
es/drawable-sw720dp-xhdpi/stat_sys_battery_0.png
es/drawable-sw720dp-xhdpi/stat_sys_battery_100.png
es/drawable-sw720dp-xhdpi/stat_sys_battery_15.png
es/drawable-sw720dp-xhdpi/stat_sys_battery_28.png
es/drawable-sw720dp-xhdpi/stat_sys_battery_43.png
es/drawable-sw720dp-xhdpi/stat_sys_battery_57.png
es/drawable-sw720dp-xhdpi/stat_sys_battery_71.png
es/drawable-sw720dp-xhdpi/stat_sys_battery_85.png
es/drawable-sw720dp-xhdpi/stat_sys_battery_charge_anim0.png
es/drawable-sw720dp-xhdpi/stat_sys_battery_charge_anim100.png
es/drawable-sw720dp-xhdpi/stat_sys_battery_charge_anim15.png
es/drawable-sw720dp-xhdpi/stat_sys_battery_charge_anim28.png
es/drawable-sw720dp-xhdpi/stat_sys_battery_charge_anim43.png
es/drawable-sw720dp-xhdpi/stat_sys_battery_charge_anim57.png
es/drawable-sw720dp-xhdpi/stat_sys_battery_charge_anim71.png
es/drawable-sw720dp-xhdpi/stat_sys_battery_charge_anim85.png
es/drawable-sw720dp-xhdpi/stat_sys_data_bluetooth.png
es/drawable-sw720dp-xhdpi/stat_sys_data_bluetooth_connected.png
es/drawable-sw720dp-xhdpi/stat_sys_data_connected_1x.png
es/drawable-sw720dp-xhdpi/stat_sys_data_connected_3g.png
es/drawable-sw720dp-xhdpi/stat_sys_data_connected_4g.png
es/drawable-sw720dp-xhdpi/stat_sys_data_connected_e.png
es/drawable-sw720dp-xhdpi/stat_sys_data_connected_g.png
es/drawable-sw720dp-xhdpi/stat_sys_data_connected_h.png
es/drawable-sw720dp-xhdpi/stat_sys_data_connected_roam.png
es/drawable-sw720dp-xhdpi/stat_sys_data_fully_connected_1x.png
es/drawable-sw720dp-xhdpi/stat_sys_data_fully_connected_3g.png
es/drawable-sw720dp-xhdpi/stat_sys_data_fully_connected_4g.png
es/drawable-sw720dp-xhdpi/stat_sys_data_fully_connected_e.png
es/drawable-sw720dp-xhdpi/stat_sys_data_fully_connected_g.png
es/drawable-sw720dp-xhdpi/stat_sys_data_fully_connected_h.png
es/drawable-sw720dp-xhdpi/stat_sys_signal_0.png
es/drawable-sw720dp-xhdpi/stat_sys_signal_0_fully.png
es/drawable-sw720dp-xhdpi/stat_sys_signal_1.png
es/drawable-sw720dp-xhdpi/stat_sys_signal_1_fully.png
es/drawable-sw720dp-xhdpi/stat_sys_signal_2.png
es/drawable-sw720dp-xhdpi/stat_sys_signal_2_fully.png
es/drawable-sw720dp-xhdpi/stat_sys_signal_3.png
es/drawable-sw720dp-xhdpi/stat_sys_signal_3_fully.png
es/drawable-sw720dp-xhdpi/stat_sys_signal_4.png
es/drawable-sw720dp-xhdpi/stat_sys_signal_4_fully.png
es/drawable-sw720dp-xhdpi/stat_sys_signal_flightmode.png
es/drawable-sw720dp-xhdpi/stat_sys_signal_in.png
es/drawable-sw720dp-xhdpi/stat_sys_signal_inout.png
es/drawable-sw720dp-xhdpi/stat_sys_signal_null.png
es/drawable-sw720dp-xhdpi/stat_sys_signal_out.png
es/drawable-sw720dp-xhdpi/stat_sys_wifi_in.png
es/drawable-sw720dp-xhdpi/stat_sys_wifi_inout.png
es/drawable-sw720dp-xhdpi/stat_sys_wifi_out.png
es/drawable-sw720dp-xhdpi/stat_sys_wifi_signal_0.png
es/drawable-sw720dp-xhdpi/stat_sys_wifi_signal_1.png
es/drawable-sw720dp-xhdpi/stat_sys_wifi_signal_1_fully.png
es/drawable-sw720dp-xhdpi/stat_sys_wifi_signal_2.png
es/drawable-sw720dp-xhdpi/stat_sys_wifi_signal_2_fully.png
es/drawable-sw720dp-xhdpi/stat_sys_wifi_signal_3.png
es/drawable-sw720dp-xhdpi/stat_sys_wifi_signal_3_fully.png
es/drawable-sw720dp-xhdpi/stat_sys_wifi_signal_4.png
es/drawable-sw720dp-xhdpi/stat_sys_wifi_signal_4_fully.png
es/drawable/system_bar_ticker_background.xml
es/layout-land/status_bar_recent_panel.xml
es/layout-port/status_bar_recent_panel.xml
es/layout-sw600dp/compat_mode_help.xml
es/layout-sw600dp/navigation_bar.xml
es/layout-sw600dp/status_bar.xml
es/layout-sw600dp/status_bar_compat_mode_panel.xml
es/layout-sw600dp/status_bar_input_methods_item.xml
es/layout-sw600dp/status_bar_input_methods_panel.xml
es/layout-sw600dp/status_bar_no_recent_apps.xml
es/layout-sw600dp/status_bar_notification_area.xml
es/layout-sw600dp/status_bar_notification_panel.xml
es/layout-sw600dp/status_bar_notification_panel_title.xml
es/layout-sw600dp/status_bar_notification_peek.xml
es/layout-sw600dp/status_bar_pocket_panel.xml
es/layout-sw600dp/status_bar_recent_item.xml
es/layout-sw600dp/status_bar_recent_panel.xml
es/layout-sw600dp/status_bar_recent_panel_footer.xml
es/layout-sw600dp/status_bar_settings_view.xml
es/layout-sw600dp/status_bar_ticker_compat.xml
es/layout-sw600dp/status_bar_ticker_panel.xml
es/layout/compat_mode_help.xml
es/layout/system_bar.xml
es/layout/system_bar_compat_mode_panel.xml
es/layout/system_bar_input_methods_item.xml
es/layout/system_bar_input_methods_panel.xml
es/layout/system_bar_no_recent_apps.xml
es/layout/system_bar_notification_area.xml
es/layout/system_bar_notification_panel.xml
es/layout/system_bar_notification_panel_title.xml
es/layout/system_bar_notification_peek.xml
es/layout/system_bar_pocket_panel.xml
es/layout/system_bar_recent_item.xml
es/layout/system_bar_recent_panel.xml
es/layout/system_bar_recent_panel_footer.xml
es/layout/system_bar_settings_view.xml
es/layout/system_bar_ticker_compat.xml
es/layout/system_bar_ticker_panel.xml
es/values-sw600dp/colors.xml
es/values-sw600dp/config.xml
es/values-sw600dp/dimens.xml
es/values-sw600dp/donottranslate.xml
es/values-sw600dp/styles.xml
es/values-sw720dp/config.xml
es/values-sw720dp/dimens.xml
es/values-sw720dp/donottranslate.xml
es/values-sw720dp/styles.xml
es/values/attrs.xml
es/values/colors.xml
rc/com/android/systemui/recent/RecentsPanelView.java
rc/com/android/systemui/statusbar/BaseStatusBar.java
rc/com/android/systemui/statusbar/phone/NavigationBarView.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/tablet/InputMethodsPanel.java
rc/com/android/systemui/statusbar/tablet/NotificationPanel.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
rc/com/android/systemui/statusbar/tablet/TabletTicker.java
ba925e8ecd9decff5701001a0190042d6797942d 20-Apr-2012 Chris Wren <cwren@android.com> animate the notification glows in and out

Change-Id: I9d43f01dcae9a896fc981e35434001e916bcf21b
rc/com/android/systemui/ExpandHelper.java
0a732ad5270ba9fac6bbbff80a7190b739c57c6a 20-Apr-2012 Eric Fischer <enf@google.com> Merge "Import translations. DO NOT MERGE"
46c629d5fa42910632297a1fabc06f0b13b90b23 20-Apr-2012 Eric Fischer <enf@google.com> Import translations. DO NOT MERGE

Change-Id: Id52413abf313dabc666037b09e191b374f11bf22
es/values-af/strings.xml
es/values-am/strings.xml
es/values-el/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-pl/strings.xml
c2dd1d119244c9360b0b80ec0d13b17795883cfd 20-Apr-2012 Daniel Sandler <dsandler@android.com> Copy new resources to other densities.

Bug: 6372775
Change-Id: Ifea79db30878ba71243c0dfffb9494b0d517db7c
es/drawable-hdpi/bottom_divider_glow.png
es/drawable-hdpi/top_divider_glow.png
es/drawable-mdpi/bottom_divider_glow.png
es/drawable-mdpi/top_divider_glow.png
80a76276dc9440ffad30dc4c820eb7d65f4df368 18-Apr-2012 Chris Wren <cwren@android.com> Add visual feedback for notification expandability.

Change-Id: I0b82a465a126a6d0ec6cf6af87dc56817765b995
es/drawable-xhdpi/bottom_divider_glow.png
es/drawable-xhdpi/top_divider_glow.png
es/layout/status_bar_notification_row.xml
es/values-hdpi/dimens.xml
es/values-xhdpi/dimens.xml
es/values/dimens.xml
es/values/ids.xml
rc/com/android/systemui/ExpandHelper.java
rc/com/android/systemui/statusbar/BaseStatusBar.java
rc/com/android/systemui/statusbar/policy/NotificationRowLayout.java
d84e5937468f6ebf2313ccd5ae54d5405f5e9cde 19-Apr-2012 Chris Wren <cwren@android.com> fix press feedback on notification rows

Change-Id: I50de2f4d6142c2553428abc853c820f4354d0640
Bug: 6362246
es/drawable/notification_row_bg.xml
es/drawable/notification_row_legacy_bg.xml
es/drawable/status_bar_item_background.xml
es/drawable/ticker_background.xml
es/layout/status_bar_notification_row.xml
es/values/colors.xml
rc/com/android/systemui/statusbar/BaseStatusBar.java
875f0643164e2235de7256c0a256f9f4c8768fa2 20-Apr-2012 Jeff Sharkey <jsharkey@android.com> Merge "Move SystemUI out of system UID."
abf5df26b591a4588baf5a3daf328788ef6a84ab 19-Apr-2012 Eric Fischer <enf@google.com> Import translations. DO NOT MERGE

Change-Id: I76fa7c707eaf80c47b36d7e9145a26ec9c1670e4
es/values-af/strings.xml
es/values-am/strings.xml
es/values-ar/strings.xml
es/values-be/strings.xml
es/values-bg/strings.xml
es/values-ca/strings.xml
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-en-rGB/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-et/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hi/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-it/strings.xml
es/values-iw/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-ms/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-rm/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv/strings.xml
es/values-sw/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
es/values-zu/strings.xml
35be7560300a97fc3675bdd325910f28827d9508 19-Apr-2012 Jeff Sharkey <jsharkey@android.com> Move SystemUI out of system UID.

Add permissions for various things it pokes. Create new permission
to control launching non-exported activities from recents. Hidden
API to relax WallpaperService checks.

Change-Id: I547fdcd7c213dd153ae101533ce7c56cd8f86a0d
ndroidManifest.xml
rc/com/android/systemui/ImageWallpaper.java
0da673f02e542c644c300568807c80e196296860 11-Apr-2012 Daniel Sandler <dsandler@android.com> Notifications may now be disabled on a per-package basis.

When a package's ability to post notifications is disabled,
all outstanding notifications from that package are
immediately canceled, and the score of any future
notification from that package is set so low that the
notification manager won't even send it to the status bar.

No UI for this yet, but you can try it out:

adb shell service call notification 8 s16 $PKG i32 (1|0)

Bug: 5547401

Change-Id: Ieccac5746b40f60debd902a45d1dedbc91dcdc89
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
f7a1956b06faeb6025fdea331f81d66edda58b3c 04-Apr-2012 Daniel Sandler <dsandler@android.com> Long-press a notification to find out who sent it.

Bug: 5547401
Change-Id: I8d5d73723b3f03f5b0f8717faaca826b1530df7a
es/menu/notification_popup_menu.xml
es/values/strings.xml
rc/com/android/systemui/SwipeHelper.java
rc/com/android/systemui/statusbar/BaseStatusBar.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/policy/NotificationRowLayout.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
3dfc82b5677a77e805511c263197c95c52a1665e 19-Apr-2012 Daniel Sandler <dsandler@android.com> Merge "Expand too-small notifications to fill 64dp."
bc5559f1922d72715940f754faffc82da4100eab 19-Apr-2012 Daniel Sandler <dsandler@android.com> Expand too-small notifications to fill 64dp.

Also fix NotificationTestList so it runs again.

Change-Id: I2fb28cd9cfad25a7a1b17ccef9ccd741c3aa99b0
rc/com/android/systemui/statusbar/BaseStatusBar.java
6b31880838196806dff991551f197684b5809d8b 13-Apr-2012 Daniel Sandler <dsandler@android.com> Remove intruder alert APIs from JB.

Change-Id: I27042d604fbe15879e7b7aaaac860db2d1efa47f
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
d97e3ea1f335912a80eaf8f052e3dc9ffc17fccc 18-Apr-2012 Eric Fischer <enf@google.com> Import translations. DO NOT MERGE

Change-Id: Ie7fff3835aff72ad821dec9db5053061186b9100
es/values-bg/strings.xml
es/values-cs/strings.xml
es/values-hr/strings.xml
es/values-in/strings.xml
es/values-nb/strings.xml
es/values-ro/strings.xml
es/values-sr/strings.xml
es/values-th/strings.xml
es/values-uk/strings.xml
es/values-zh-rTW/strings.xml
6a858c347f4d4e5db4c8f00d5e285967631b71ca 12-Mar-2012 Daniel Sandler <dsandler@android.com> Gestures for expanding notifications.

Change-Id: I104c157ffcc2d60b3f0a95c59d4322b07103b69f
es/layout/notification_adaptive_wrapper.xml
es/layout/status_bar_notification_row.xml
es/values/dimens.xml
rc/com/android/systemui/ExpandHelper.java
rc/com/android/systemui/Gefingerpoken.java
rc/com/android/systemui/SwipeHelper.java
rc/com/android/systemui/statusbar/BaseStatusBar.java
rc/com/android/systemui/statusbar/NotificationData.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/policy/NotificationRowLayout.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
94887009335c50215a3ce893940679e0b795852e 16-Apr-2012 Eric Fischer <enf@google.com> Import translations. DO NOT MERGE

Change-Id: I040b3101c38af0ae31039893863012eccc035381
es/values-am/strings.xml
es/values-ar/strings.xml
es/values-ca/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-hi/strings.xml
es/values-hu/strings.xml
es/values-iw/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-ms/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sv/strings.xml
es/values-sw/strings.xml
es/values-tl/strings.xml
es/values-tr/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zu/strings.xml
5cc53a3f809043301fb10b209362af553e31851b 13-Apr-2012 Eric Fischer <enf@google.com> Import translations. DO NOT MERGE

Change-Id: I0e4e1a2f1e2af07143ea621cb4f35f1df5190484
es/values-af/strings.xml
es/values-be/strings.xml
es/values-da/strings.xml
es/values-en-rGB/strings.xml
es/values-et/strings.xml
es/values-fr/strings.xml
es/values-it/strings.xml
f320645b6d7765549680e1bc2cf91bb38647e34d 11-Apr-2012 Eric Fischer <enf@google.com> Import translations. DO NOT MERGE

Change-Id: I165a1adbaf48551ff98259bf3878de6373b7f9af
es/values-af/strings.xml
es/values-am/strings.xml
es/values-ar/strings.xml
es/values-be/strings.xml
es/values-bg/strings.xml
es/values-ca/strings.xml
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-en-rGB/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-et/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hi/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-it/strings.xml
es/values-iw/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-ms/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-rm/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv/strings.xml
es/values-sw/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
es/values-zu/strings.xml
8d33d39d68d46af758143a56c89322360cbbada2 11-Apr-2012 satok <satok@google.com> Merge "Show physical keyboard control button on the input method switch dialog"
01038492ff0317f0d3cff54d8a7ee36bb31ff175 09-Apr-2012 satok <satok@google.com> Show physical keyboard control button on the input method switch dialog

Bug: 5240095
Change-Id: Ica768083f95c33dc1e494a28ba7d8b6eb989b0ef
es/layout-sw600dp/status_bar_input_methods_panel.xml
es/values/strings.xml
rc/com/android/systemui/statusbar/tablet/InputMethodsPanel.java
9f25b7fdf216c9ef0bd2322cd223eeaf0d60f77f 10-Apr-2012 Jeff Brown <jeffbrown@google.com> Request key maps from input manager service.

Instead of each application loading the KeyCharacterMap from
the file system, get them from the input manager service as
part of the InputDevice object.

Refactored InputManager to be a proper singleton instead of
having a bunch of static methods.

InputManager now maintains a cache of all InputDevice objects
that it has loaded. Currently we never invalidate the cache
which can cause InputDevice to return stale motion ranges if
the device is reconfigured. This will be fixed in a future change.

Added a fake InputDevice with ID -1 to represent the virtual keyboard.

Change-Id: If7a695839ad0972317a5aab89e9d1e42ace28eb7
rc/com/android/systemui/statusbar/policy/KeyButtonView.java
592647ee2e2eb64904a3a9c30e8f20b1f08c4ba0 10-Apr-2012 Craig Mautner <cmautner@google.com> Merge "Fix IndexOutOfBoundsException."
93a035cce1a3a3c70cd6f0e0a5f98ac0e4138337 10-Apr-2012 Craig Mautner <cmautner@google.com> Fix IndexOutOfBoundsException.

This fix resolves an exception thrown when the snapshot ArrayList has
no entries.

Fixes bug 6311207.

Change-Id: I84383417116a4a62eb2842792ed04096aebc8ee2
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
84920cc56e4cd4e843845d8d542ba47f3ffb4f36 09-Apr-2012 Daniel Sandler <dsandler@android.com> Fix notifications transitioning from small->big.

We'll have to go back and tweak this when we add a more
sophisticated switch from contentView to bigContentView, but
for now, this ought to detect that the notification has
gotten bigger (or smaller).

Change-Id: I3816fe8ed321569d1ce07d8a62cb08a434e55c2d
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
ac14351e16e1258f1cb54e2bf772b8be004eb2b8 06-Apr-2012 Jeff Brown <jeffbrown@google.com> Move some APIs from window manager to input manager.

Simplified input injection API down to just one call.

Removed all input state reading API. It was only used by the
window manager policy and required a permission that applications
could not obtain. READ_INPUT_STATE is now unused and deprecated.

Change-Id: I41278141586ddee9468cae0fb59ff0dced6cbc00
rc/com/android/systemui/statusbar/policy/KeyButtonView.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
9801435820dc159725c0185f18f7e60e0fb1b833 06-Apr-2012 Dianne Hackborn <hackbod@google.com> Fix so that status bar doesn't resize when hiding nav bar.

The status bar now extends behind the nav bar, and uses
fitsSystemWindows to ensure its content is not covered. We
always report a stable content insets (as if the nav bar is
visible) even if the nav bar is hidden, so the content doesn't
jump when transitioing. This does mean that if you only hide
the nav bar (and not the status bar), when in landscape you
will end up with a status bar whose right side still leaves
room for the nav bar. But why the hell would you want to do
that?

Also improve documentation on setSystemUiVisibility().

Change-Id: I8087d875f1214ef0085a91b5ed5c2f35ff2fc1b3
es/layout/status_bar.xml
f87d19621dc2a30232bba1f51862a0b671eb9729 04-Apr-2012 Dianne Hackborn <hackbod@google.com> Clean up status bar, system bar, navigation bar management.

The status bar and navigation bar are two completely separate
elements, with their own semantics. The system bar now classifies
itself as a navigation bar, since that is really how it behaves.

This required rewriting the HDMI resizing code, so that it is
all done by PhoneWindowManager since that is what is responsible
for the size of the navigation bar (and thus now system bar). This
actually gets rid of a fair amount of code, and means we can also
do the same thing for a pure navigation bar.

Likewise the system bar now has the navigation bar ability to be
hidden when requested by system UI flags. To get the behavior
we want on Xoom, we only allow the nav bar to be hidden when it
will help provide a better aspect ratio for showing widescreen
videos.

Finally the nav/system bar now animates when hidden and shown.

Change-Id: Ie927154b68376a0b61802f99171ff56b8da92e7a
es/anim/status_bar_enter.xml
es/anim/status_bar_exit.xml
es/anim/status_bar_in.xml
es/anim/status_bar_out.xml
es/values/styles.xml
rc/com/android/systemui/SystemUIService.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/tablet/HeightReceiver.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
16ad29d5088ff4eefb9e1c4a0c74a2b947d73aec 04-Apr-2012 Michael Jurka <mikejurka@google.com> Merge "Fix bugs with popup menu in Recent Applications"
e16c93a5a3e905030b21ccc25ca5fcbbfe685cd3 04-Apr-2012 Michael Jurka <mikejurka@google.com> Merge "Reducing height of scroll fade in Recents on phone"
cb46643f90f3121ed180a6be6547ef71237fd883 03-Apr-2012 Michael Jurka <mikejurka@google.com> Fix bugs with popup menu in Recent Applications

Don't allow user to drag thumbnails when popup menu is showing
Bug: 5144612

Dismiss popup menu when hitting home button
Bug: 6163724

Change-Id: I4ae1fd118d1a26562832affcd75a8ab1cc53a665
rc/com/android/systemui/recent/RecentsPanelView.java
55a25faa6f82f3717305b9facd64c7b352a6498d 02-Apr-2012 Michael Jurka <mikejurka@google.com> Reducing height of scroll fade in Recents on phone

Bug: 5149089
Change-Id: I163d3e9b888501999e812cff00d015bed36ca0d6
es/layout-land/status_bar_recent_item.xml
es/layout-land/status_bar_recent_panel.xml
es/layout-port/status_bar_recent_item.xml
es/layout-port/status_bar_recent_panel.xml
es/layout-sw600dp/status_bar_recent_item.xml
es/values-sw600dp/dimens.xml
es/values/dimens.xml
rc/com/android/systemui/recent/RecentsScrollViewPerformanceHelper.java
0424716328a7d0f7bb794d24f7481a76be08d379 02-Apr-2012 Daniel Sandler <dsandler@android.com> Merge "Show action buttons in expanded notifications."
96fd7c1c1acc03b40b1813ef65793560c175ef80 30-Mar-2012 Daniel Sandler <dsandler@android.com> Show action buttons in expanded notifications.

Any notification with at least one action will now have an
expanded form by default. BigPicture/BigText can have
actions, too, of course.

Change-Id: I6f54cac65d9a9f335d8038c2105cd2c674f991ff
rc/com/android/systemui/statusbar/BaseStatusBar.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
3a3a6cfd8ec12208ca75c0d0d871d19d76c34194 26-Mar-2012 Dianne Hackborn <hackbod@google.com> Add new feature to let apps layout over status bar / system bar.

The main change is a few new flags you can supply to
View.setSystemUiVisibility(). One is a new visibility mode,
SYSTEM_UI_FLAG_FULLSCREEN, which is basically the same as
the global FLAG_FULLSCREEN option for windows, but driven as
part of the system UI state.

There are also three new flags for telling the framework that you
would like to have your application's UI ignore screen
decorations -- SYSTEM_UI_FLAG_LAYOUT_NO_NAVIGATION for going
behind the navigation bar and SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN
for ignoring full screen decorations (that is the status bar).

In combination with this you can use SYSTEM_UI_FLAG_LAYOUT_STABLE
to have the framework report consistent insets to your application.

When using NO_NAVIGATION, when the user taps the screen we now
also automatically clear ONLY_CONTENT, so that we atomically show
both UI elements. This should make it easy for apps like video
players that want to move between fully full-screen and regular
modes.

The ActionBar has also been extended when in overlay mode so
that it will adjust the system window insets to also account
for its space, and allow it to be hidden using the new
SYSTEM_UI_FLAG_FULLSCREEN.

Change-Id: Ic8db1adec49a0f420bfe40c1d92eb21307856d0b
rc/com/android/systemui/statusbar/BaseStatusBar.java
rc/com/android/systemui/statusbar/CommandQueue.java
rc/com/android/systemui/statusbar/phone/NavigationBarView.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
ecc395a51053c433e359a6cfd6c23a193ee546c0 30-Mar-2012 Michael Jurka <mikejurka@google.com> Fix the build

Change-Id: Ib4ea7df5459d025903d00361eb0e9477be299c85
rc/com/android/systemui/statusbar/BaseStatusBar.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
50c69b5d8ae4bc973e53cbe3b58b0eb0299e25c8 30-Mar-2012 Michael Jurka <mikejurka@google.com> Merge "Preload recents on phones with hard nav keys"
34461ef1961bfda11601a715944a8ff5ef5f9df4 29-Mar-2012 Daniel Sandler <dsandler@android.com> Merge "Fix NPE on tablets."
6cf14a02bf9e499a8e6fd7e1cf79b2e9d16e9811 29-Mar-2012 Daniel Sandler <dsandler@android.com> Fix NPE on tablets.

Change-Id: I2128daac06988e4bae25ec48a874901ba731ebf9
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
7f2668c8469934ce83a5647977f6e74ab782cf07 27-Mar-2012 Michael Jurka <mikejurka@google.com> Preload recents on phones with hard nav keys

Also refactor recents code across Phone/Tablet

Change-Id: Id557c5cb0f7d9378f81c40b20511a5d98bf4078e
rc/com/android/systemui/recent/RecentsPanelView.java
rc/com/android/systemui/statusbar/BaseStatusBar.java
rc/com/android/systemui/statusbar/CommandQueue.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
f3b7343246bf20a8024853abe9c8eeef767d26da 27-Mar-2012 Daniel Sandler <dsandler@android.com> The beginning of expanded notifications.

There are now two "rebuilder" classes, each of which
consumes a Notification.Builder and modifies its behavior.
(Inheritance in Builder classes is...not advisable.)

- BigPictureStyle: includes a large Bitmap above the usual
notification strip.

- BigTextStyle: shows the contentText in a large, wrapping
TextView instead of truncating to one line.

As for SystemUI, the notification panel now shows the
expanded form if it is available, otherwise the usual
contentView is shown.

(Note that the structure of largeIcon notifications has
changed a bit: The largeIcon is no longer handled by the
status bar at all; it's entirely inside the template now.
Not only does this make the code simpler, and make large
notifications possible, but it fixes the longstanding
irritation that tapping on a largeIcon doesn't highlight the
whole notification row. Man, that feels good.)

Change-Id: I2b9d8a6ea4385659d8cb1ed467c1caf5e12628dd
es/layout/status_bar_notification_row.xml
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
fa7887bebf57f3dcb8283d73e69ba1daa115225f 26-Mar-2012 Daniel Sandler <dsandler@android.com> Intruder alerts with actions and swipe-to-cancel.

Change-Id: I1d8c7d32bcbf4d3910bb866431e92a8639e4e28b
es/drawable/intruder_row_bg.xml
es/drawable/intruder_window_bg.9.png
es/layout/intruder_alert.xml
es/values/colors.xml
rc/com/android/systemui/statusbar/BaseStatusBar.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/policy/IntruderAlertView.java
c1ebee40b60472553e9678b063b32f4e80b180e8 27-Mar-2012 Daniel Sandler <dsandler@android.com> Turn off logspew.

Change-Id: I54757796de109d12649d4b0f74fbd07a6d360bf8
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
d5f2374e13a7bcefbc7252b814d128794f22af93 24-Mar-2012 Craig Mautner <cmautner@google.com> Merge "Reset layout needed at each animation step."
bb1449b392b4fb14f17fa747c2261d7195405df3 24-Mar-2012 Craig Mautner <cmautner@google.com> Reset layout needed at each animation step.

The member variable WindowAnimator.mPendingLayoutChanges was never
being reset to 0. Consequently once it was set it was causing endless
calls to the layout method.

Fixes bug 6208114, 6220403, 6219546.

Fixed NPE in RecentsPanelView.

Change-Id: Ie529b8f31e535543cb5ae0af9447146306b14eeb
rc/com/android/systemui/recent/RecentsPanelView.java
7cf4640e812a86451d17514f01bb7ffa5e56c33b 23-Mar-2012 Dianne Hackborn <hackbod@google.com> Merge "Add new thumbnail animation."
8078d8c8a282ca81344febe7256f63b1e805e3aa 20-Mar-2012 Dianne Hackborn <hackbod@google.com> Add new thumbnail animation.

Use it for recent tasks switching.

Not perfect yet by far, but something.

Also fix issue #6186758: Twitter crashes after tapping on a tweet on JRM75D

Change-Id: I49bf6c94aafde875ac652dedaf96d6c08cc9e7d2
rc/com/android/systemui/recent/RecentsPanelView.java
3a2d7ee26d9f89e10e799c59b0c2d59bad8b349f 23-Mar-2012 Eric Fischer <enf@google.com> Import translations. DO NOT MERGE

Change-Id: I04b64fd35f290123b9bf81d550fa31f144097811
es/values-cs/strings.xml
es/values-zh-rCN/strings.xml
7bf371e200a818241e8b873997e9f372486e1476 21-Mar-2012 Eric Fischer <enf@google.com> Import translations. DO NOT MERGE

Change-Id: Ie99a723075c6e17d413dc055bc52feb81b1db73f
es/values-am/strings.xml
0b83efb64ac6dcc1e59dc13367a623ed1e2dec71 20-Mar-2012 Daniel Sandler <dsandler@android.com> Merge "Make navbar deadzone silent in touch exploration."
e97a776e9cbb2a7a8d698c49c5c70f2b7cd9eb1b 20-Mar-2012 Daniel Sandler <dsandler@android.com> Make navbar deadzone silent in touch exploration.

Bug: 5827342
Change-Id: Id93ab35f488a6aa48318b0f17dc510c443800aff
es/layout/navigation_bar.xml
rc/com/android/systemui/statusbar/policy/DeadZone.java
252030b79ce10d926f8ed4f752c7ddfa714dc100 16-Mar-2012 Glenn Kasten <gkasten@google.com> Fix priority constants in RecentTasksLoader

These constants should be priority values, not scheduling group values,
for use with this API.

Change-Id: If2ba1feffd20fff2f93295816fa8a724196d978e
rc/com/android/systemui/recent/RecentTasksLoader.java
336a1bc30f77479745a63838bd01a22ad026dd27 16-Mar-2012 Daniel Sandler <dsandler@android.com> Allow the quick settings panel to fully dim the display.

Bug: 5745968
Change-Id: I81bdfa0c1a53026c31bce3cdd81d4d95c94fd460
rc/com/android/systemui/statusbar/policy/BrightnessController.java
55baedbea0f3e21254adc7db4233c0d0ac44ecc3 13-Mar-2012 Eric Fischer <enf@google.com> Import translations. DO NOT MERGE

Change-Id: Ifae737940ed904103eb4177dcb0fe6256f1f1fbb
es/values-in/strings.xml
dded0cb35d2b87b48882b2c2a9c77824f4d1ca99 12-Mar-2012 Eric Fischer <enf@google.com> Merge "Import translations. DO NOT MERGE"
852ac0ed079042e6cf6667883092f912ff8a8bae 12-Mar-2012 Eric Fischer <enf@google.com> Import translations. DO NOT MERGE

Change-Id: Ic90318a02d8cc5ba9974ec78b47d156b721ee795
es/values-in/strings.xml
a5d0ddba60ff9877c0251ea9cf79af82d1eeb349 10-Mar-2012 Michael Jurka <mikejurka@google.com> Fix back button state issue

Back button / down chevron button (eg when you have an IME visible)
was not getting synced on rotation changes

Bug: 6133831
Change-Id: Iefaf3babf92898fcc87a0b14c10b037de04d84e2
rc/com/android/systemui/statusbar/phone/NavigationBarView.java
c5bad6956e63eb303e2b7b61e6b33ab2bcedbef7 09-Mar-2012 Andrew Flynn <flynn@google.com> am 36fde268: am dfc87c82: Merge "Use a different width for nav icons in sw600dp-port." into ics-scoop

* commit '36fde2688bc32ddd5ed5de834a39ce3c7cd2b6cf':
Use a different width for nav icons in sw600dp-port.
36fde2688bc32ddd5ed5de834a39ce3c7cd2b6cf 09-Mar-2012 Andrew Flynn <flynn@google.com> am dfc87c82: Merge "Use a different width for nav icons in sw600dp-port." into ics-scoop

* commit 'dfc87c82e4a5e77e89c464f7074e50238525913d':
Use a different width for nav icons in sw600dp-port.
1d9af30b74a8c64aefa20fa0e31561d51c37e0f5 08-Mar-2012 Andrew Flynn <flynn@google.com> Use a different width for nav icons in sw600dp-port.

Change-Id: I6c4024e9f60e14c072d7c01f29fabc89fc51dfb8
es/layout-sw600dp/status_bar.xml
es/layout/navigation_bar.xml
es/values-sw600dp-port/dimens.xml
es/values-sw600dp/dimens.xml
es/values-sw720dp/dimens.xml
es/values/dimens.xml
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
ae4e6d8d4b7ecf8068b9b658a3a18bf5386ec85e 08-Mar-2012 Eric Fischer <enf@google.com> Import translations. DO NOT MERGE

Change-Id: I02d61de9903b0c96622dc4d670658c8cd92fa67e
es/values-in/strings.xml
94828c3f3b41df427363cc890a779a7af937275f 08-Mar-2012 Eric Fischer <enf@google.com> Merge "Import translations. DO NOT MERGE"
d5f07990822db3531c84755f406c1e12083aee37 07-Mar-2012 Eino-Ville Talvala <etalvala@google.com> Merge "NEW_API: Rework CameraSound into MediaActionSound, and unhide it."
1ff8796440d459ce2da983cb670fa44e238c09fd 07-Mar-2012 Eric Fischer <enf@google.com> Import translations. DO NOT MERGE

Change-Id: I1d2217605c628c8d31d2604fe9a1ee53b541fd15
es/values-in/strings.xml
e69095869c1b324aa20991ed1805c492c3f731e8 01-Mar-2012 Eino-Ville Talvala <etalvala@google.com> NEW_API: Rework CameraSound into MediaActionSound, and unhide it.

MediaActionSound is a helper class for applications that use the
camera, or include camera-like behavior such as taking
screenshots. This class helps applications match the sound-playing
behavior of the Camera.takePicture, MediaRecorder.start, and
MediaRecorder.stop methods.

This is useful for applications that don't use the above methods, but
still logically capture images or video, such as the panorama capture
feature and the video effects in the platform camera application.

Bug: 5029099
Change-Id: I829f6e2941f167f91f9cb506215b7232cb054958
rc/com/android/systemui/screenshot/GlobalScreenshot.java
6768c11d60d089ef577959a0ddb6119850cb5181 06-Mar-2012 Daniel Sandler <dsandler@android.com> Merge changes I8343449c,I4eaf69a1

* changes:
New slide-out mechanism.
Newly reimplemented PhoneStatusBar, now with fewer windows.
d42abc32ce02475b4114b5398add162e8c63e3d7 05-Mar-2012 Eric Fischer <enf@google.com> Import translations. DO NOT MERGE

Change-Id: Ib8f8a67208b0626263507d3bea3ceb48cf8c7507
es/values-am/strings.xml
079b33d215a49bc38b488489b0cc13d7273cdc66 02-Mar-2012 Daniel Sandler <dsandler@android.com> New slide-out mechanism.

Instead of sliding the panel in from off-screen, the panel
is now stretched open (cropping the scrolling contents).

This is slower, so the layout has been dramatically
simplified to help performance.

Change-Id: I8343449c2b3fa4b4ee161f1de992d2242635d15e
es/layout/status_bar_expanded.xml
es/values/colors.xml
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
c6d29fc0f552db7cfee6491530cf89f59c242bd4 25-Feb-2012 Daniel Sandler <dsandler@android.com> Newly reimplemented PhoneStatusBar, now with fewer windows.

Change-Id: I4eaf69a1d46f9180d6911a6559ff24d173ccb35b
es/layout/status_bar_expanded.xml
rc/com/android/systemui/recent/RecentsPanelView.java
rc/com/android/systemui/statusbar/BaseStatusBar.java
rc/com/android/systemui/statusbar/StatusBar.java
rc/com/android/systemui/statusbar/StatusBarIconView.java
rc/com/android/systemui/statusbar/phone/ExpandedView.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBarView.java
rc/com/android/systemui/statusbar/phone/TrackingView.java
rc/com/android/systemui/statusbar/policy/NotificationRowLayout.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
43d8a95fa8dfd26ba8c56ac7489a8bc77c77034c 01-Mar-2012 Irfan Sheriff <isheriff@google.com> Merge "Improve Wi-Fi hand-off"
07573b32494acbabd21979d8b9584c1ed3f7a6ad 28-Jan-2012 Irfan Sheriff <isheriff@google.com> Improve Wi-Fi hand-off

When Wi-fi connects at L2 layer, the beacons reach and the device
can maintain a connection to the access point, but the application
connectivity can be flaky (due to bigger packet size exchange).

We now use Watchdog to monitor the quality of the last hop on
Wi-Fi using signal strength and ARP connectivity as indicators
to decide if the link is good enough to switch to Wi-Fi as the uplink.

ARP pings are useful for link validation but can still get through
when the application traffic fails to go through and thus not best indicator
real packet loss since they are tiny packets (28 bytes) and have
much low chance of packet corruption than the regular data
packets.

Signal strength and ARP used together ends up working well in tests.
The goal is to switch to Wi-Fi after validating ARP transfer
and RSSI and then switching out of Wi-Fi when we hit a low
signal strength threshold and waiting until the signal strength
improves and validating ARP transfer.

Change-Id: Ica593291ec7772da892f03cf45b649635b730c47
rc/com/android/systemui/statusbar/policy/NetworkController.java
fa73c1fd3effb7a9e9099f24eac06a2c31b76dba 01-Mar-2012 Michael Jurka <mikejurka@google.com> Merge "Fix alpha when swiping recents on tablets"
4eaa983f253d0215d4de777edd8616318610ea22 01-Mar-2012 Michael Jurka <mikejurka@google.com> Fix alpha when swiping recents on tablets

When you swipe to dismiss a recent item on a
tablet, fade the item to 0 alpha

Also, create common interface for Recents-specific
methods for Recents[Horizontal/Vertical]ScrollView

Bug: 5953654

Change-Id: I0a72b49b3cfae0607b42dbf8f6d4da9898d7e491
rc/com/android/systemui/SwipeHelper.java
rc/com/android/systemui/recent/RecentsHorizontalScrollView.java
rc/com/android/systemui/recent/RecentsPanelView.java
rc/com/android/systemui/recent/RecentsVerticalScrollView.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
7a3489552ca92776c5e2a57c80026216b44005eb 27-Feb-2012 Michael Jurka <mikejurka@google.com> Add shortcut for voice search

On phones with soft nav bar, make long press on
home launch a voice search intent

Change-Id: I69840a96a08524a76e33a306b799222c879db095
es/layout/navigation_bar.xml
cbaa666955003928aa8fb710011e1966e64f820d 28-Feb-2012 Michael Jurka <mikejurka@google.com> Merge "Remove unnecessary code"
f16fc51d96be53a844877674b98cb70e60b45278 28-Feb-2012 Michael Jurka <mikejurka@google.com> Remove unnecessary code

Found cleaner way to improve recents scrolling
performance on crespo-- instead of rendering the
background in the items, instead we just set
a window flag. Removed need for a lot of code.
es/values/colors.xml
rc/com/android/systemui/recent/RecentsCallback.java
rc/com/android/systemui/recent/RecentsHorizontalScrollView.java
rc/com/android/systemui/recent/RecentsPanelView.java
rc/com/android/systemui/recent/RecentsScrollViewPerformanceHelper.java
rc/com/android/systemui/recent/RecentsVerticalScrollView.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
fc6fda3950338ce737f096548a079342317cfd7f 25-Feb-2012 Daniel Sandler <dsandler@android.com> Fix fullScreenIntents.

The intruder alert stuff was getting activated, but it's not
really ready yet.

Bug: 6070420
Change-Id: If65165e96bddf1e5e4c89ed26131e45639d5cf2d
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
3f0c58eb708ca520e84396fe764147800395812f 24-Feb-2012 Daniel Sandler <dsandler@android.com> Merge "New notification priority and related APIs."
2561b0b10a55841a08e0e1d467e73e10b1bf256d 14-Feb-2012 Daniel Sandler <dsandler@android.com> New notification priority and related APIs.

This change introduces a few new bits of data on
Notification that will help the Notification Manager and
System UI route and display them more intelligently:

-> priority: an integer in a predefined range that
indicates the app's best guess as to the relative
importance (to the user, right now) of that information

-> kind: a tag (really, set of tags) indicating the general
type of notification (realtime, asynchronous, etc)

-> extras: a Bundle of additional key/value pairs
associated with this notification (currently @hidden)

The notification manager takes these data into account when
assigning to each notification a score which is passed with
the notification on to the system UI, where it can be used to
affect presentation. For example:

- Spammy apps (identified explicitly by the user or by
some other means) will have their notifications scored
very negatively by the notification manager, allowing
the UI to suppress them
- Notifications of higher score might be shown larger
or in a different way
- Very important notifications (indicated by a very high
score) might interrupt the user during an otherwise
important task (videochat, game, etc)

Implementation note: This replaces/extends the old internal
notion of "priority", which was mostly used to organize
ongoings and system notifications at the top of the panel.

Change-Id: Ie063dc75f198a68e2b5734a3aa0cacb5aba1ac39
rc/com/android/systemui/statusbar/NotificationData.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/policy/LocationController.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
2db72fce6cfc0081583b9726ad80a7d95e064891 24-Feb-2012 Michael Jurka <mikejurka@google.com> Fix blip after notifications are swiped

Bug #6035662

Change-Id: I7f0274c9011247d0fd5ef09a05b7630eda0ca77f
rc/com/android/systemui/SwipeHelper.java
rc/com/android/systemui/recent/RecentsHorizontalScrollView.java
rc/com/android/systemui/recent/RecentsVerticalScrollView.java
693ce6447d6e36b79d4b13effccce10118c3ccc6 15-Feb-2012 Michael Jurka <mikejurka@google.com> Fix recents on crespo
rc/com/android/systemui/recent/Choreographer.java
rc/com/android/systemui/recent/RecentsPanelView.java
a17a7953f9385155e2d0d7b24d1395ed49147da3 14-Feb-2012 Michael Jurka <mikejurka@google.com> Merge "Making recents faster"
286b364c7b2438148fc71f3e99f2495f19f1577f 14-Feb-2012 John Wang <johnwang@google.com> am 0b17fc36: am 252c64f9: am 63b59666: Merge "Only use CDMA rssi for config_alwaysUseCdmaRssi." into ics-mr1

* commit '0b17fc360185ca7b9d05a096b0033ddd8d883940':
Only use CDMA rssi for config_alwaysUseCdmaRssi.
0b17fc360185ca7b9d05a096b0033ddd8d883940 14-Feb-2012 John Wang <johnwang@google.com> am 252c64f9: am 63b59666: Merge "Only use CDMA rssi for config_alwaysUseCdmaRssi." into ics-mr1

* commit '252c64f9c3e2e357f8687e18d8a066cc1cdb8c15':
Only use CDMA rssi for config_alwaysUseCdmaRssi.
99a9655b9333c3bff6e462b12baa56a5fcd4cb20 28-Jan-2012 Michael Jurka <mikejurka@google.com> Making recents faster

Improving load time by:
- using window animation for fade-in and not
waiting to create HW layer
- starting loading of thumbnails/icons earlier
- only initially creating views for the first
screenful of items
- recycling views

Change-Id: I529b1085fe35d81aaafeb7433ccaed8e0537f01c
es/layout-land/status_bar_recent_item.xml
es/layout-port/status_bar_recent_item.xml
es/layout-sw600dp/status_bar_recent_item.xml
rc/com/android/systemui/SwipeHelper.java
rc/com/android/systemui/recent/Choreographer.java
rc/com/android/systemui/recent/RecentTasksLoader.java
rc/com/android/systemui/recent/RecentsHorizontalScrollView.java
rc/com/android/systemui/recent/RecentsPanelView.java
rc/com/android/systemui/recent/RecentsVerticalScrollView.java
rc/com/android/systemui/recent/TaskDescription.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
d55cde1384598b31d900f804a197fa3b1467202d 14-Feb-2012 John Wang <johnwang@google.com> Only use CDMA rssi for config_alwaysUseCdmaRssi.

If config_alwaysUseCdmaRssi is true, the RSSI signal bar only
shows the CDMA value, no matter it connects to EVDO or WiMax .

bug:5941743
Change-Id: I4187571898a9fb47162e1ccf0cc4c59c3136ae0b
rc/com/android/systemui/statusbar/policy/NetworkController.java
c33d5766610c77296a80dfdc4e302cc2ff794898 21-Oct-2011 Mike Lockwood <lockwood@android.com> SystemUI: Log an error instead of throwing an exception if navigation bar is enabled in tablet UI

Signed-off-by: Mike Lockwood <lockwood@android.com>
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
351fc6b1e3dcb5a9171822707f4b62c8150a4c09 09-Feb-2012 Eric Fischer <enf@google.com> Import translations. DO NOT MERGE

Change-Id: Icc9762f02ccee5f0f4fe1dc1adb66ef82f42fdf6
es/values-et/strings.xml
es/values-zu/strings.xml
e42fe553a7be538c66f1949cff19248dafde44b9 09-Feb-2012 Eric Fischer <enf@google.com> Import translations. DO NOT MERGE

Change-Id: Id6eb7d951bbbd8d01ce11670946282eecd7bc984
es/values-de/strings.xml
es/values-es-rUS-large/strings.xml
es/values-es-rUS/strings.xml
es/values-et/strings.xml
es/values-pt/strings.xml
es/values-rm/strings.xml
es/values-ru/strings.xml
es/values-sw/strings.xml
es/values-zu/strings.xml
2b1bcca531ba3fb1959dca1d1227ddef6c204a00 07-Feb-2012 SangWook Han <swhan@nemustech.com> ImageWallpaper : get bitmap width before calc screen offset

Inside drawFrameLocked, updateWallpaperLocked() is called after
calculae drawing offset using mBackgroundWidth/Height. Because
mBackgroundWidth/Height is modified inside updateWallpaperLocked(),
it sould be called before Mbackgroundwidth/Height is used.

Many market launcher and some phone vendor launcher call
suggestDesiredDimenstions with argument (w,h) instead aosp's
original (w*2,h) for single page wallpaper. In that case, when
launcher orientation changed, ImageWallpaper does not properly
display wallpaper image and mostly you can see Black Edge at
left.

Change-Id: I93ebc4337b01f73d3154346943afa4afd6b1988a
rc/com/android/systemui/ImageWallpaper.java
9e194a1557584cde513b95321340a3b7c2e37792 03-Feb-2012 Xavier Ducrohet <xav@android.com> Add some lint control for the frameworks.

Change-Id: Ie80ffee31ca87da3e7f1031317f2d4c1a36640c8
int.xml
0e2e5f8b564bebd5798c9fa387fbff96429ab5d2 03-Feb-2012 Jeff Sharkey <jsharkey@android.com> Support snoozing of data warning notification.

Introduce second snooze timestamp to support dismissal of data usage
warning notification. Also explicitly set notification "when" to
avoid fighting with other notifications, such as ongoing downloads.

Bug: 5443756, 5262414
Change-Id: I03342c25b0410b1b2db84de9a40884f04cb1d8ae
rc/com/android/systemui/net/NetworkOverLimitActivity.java
bc92613cf79a28d46e47386a202f9f851c237263 27-Jan-2012 Kazuhiro Ondo <kazuhiro.ondo@motorola.com> Display roaming indicator icon only based on ERI in CDMA case.

Fixing CV failure. In some scenario where ERI table expects
"Roaming Indicator OFF", R icon was still displayed on
the status bar. This patch is to update the logic so that
only ERI table is used to display R icon in case of CDMA.

Bug:5932154
Change-Id: I125087cc8d700b102e05c3050d88a70485c9a86e
rc/com/android/systemui/statusbar/policy/NetworkController.java
5e61331da59921413a8e2a144146a8451a054020 30-Jan-2012 Jeff Sharkey <jsharkey@android.com> Move away from deprecated NetworkInfo extra.

Because the NetworkInfo included in CONNECTIVITY_ACTION broadcast
extra does not reflect the state applicable to the calling UID, and
the last sticky broadcast may have stale state, transition to calling
ConnectivityManager.getActiveNetworkInfo() directly.

Change-Id: I86b316fbedd0273585ad5f1248b091bc3a3a5520
rc/com/android/systemui/statusbar/policy/NetworkController.java
fb197c2654d5203dd527e2c379246faefa88fac9 27-Jan-2012 Eric Fischer <enf@google.com> Import translations. DO NOT MERGE

Change-Id: I853c3fd2a3ada0c78e461550dc6c61bb5e09404a
es/values-de/strings.xml
bbbf6b9c49301460a34e749d476c10834a609cf5 27-Jan-2012 Daniel Sandler <dsandler@android.com> am 70828a1d: am 5b08738a: Merge "Suppress mobile-out-of-service label if wifi connected." into ics-mr1

* commit '70828a1d40c9bf0e5066166216013093298de034':
Suppress mobile-out-of-service label if wifi connected.
3b5e2c3bdeae9cfd4f214b2f555766f89c5ff8f1 26-Jan-2012 Eric Fischer <enf@google.com> Import translations. DO NOT MERGE

Change-Id: I9ecc6b7fd129f9b430d96e4d65c656a2b71bd0af
es/values-be/strings.xml
es/values-es-rUS-large/strings.xml
es/values-es-rUS/strings.xml
es/values-et/strings.xml
es/values-pt/strings.xml
es/values-rm/strings.xml
es/values-ru/strings.xml
es/values-sw/strings.xml
62a1eb8972f6eb1133060ae96142abcd57d347dd 26-Jan-2012 Daniel Sandler <dsandler@android.com> Suppress mobile-out-of-service label if wifi connected.

Carrier name is shown if
- in service and connected to mobile data
- in service and connected to wifi

Carrier name is blanked if out of service and connected to
wifi.

"No internet connection" is shown if out of service without
any other route.

Bug: 5903914
Change-Id: I59d4d0c90e4153d73c38f7f0e150becf7e021a5b
es/layout-sw600dp/status_bar_notification_panel_title.xml
rc/com/android/systemui/statusbar/policy/NetworkController.java
efbf376afd9e37112dcd44c607d5e865da07eec7 25-Jan-2012 Daniel Sandler <dsandler@android.com> am 416a1c1a: am 185c0ef7: Merge "Stop showing "No internet connection" when there is one." into ics-mr1

* commit '416a1c1ada0ad553613eb439823a68d3f51b1579':
Stop showing "No internet connection" when there is one.
2ca25cd6d63f818c45e53370690fbf625524909a 25-Jan-2012 Winson Chung <winsonc@google.com> Merge "Call ActivityManager to get the proper icon dpi."
43e34f61f0014400583895525fa08274615a21d2 25-Jan-2012 Winson Chung <winsonc@google.com> Call ActivityManager to get the proper icon dpi.

Change-Id: Iaec2a9a3cc1ea5febe60e0b675f1deff8e77d011
rc/com/android/systemui/recent/RecentTasksLoader.java
185c0ef7e4aaa4bb978a6eb5c93c569585a07f56 24-Jan-2012 Daniel Sandler <dsandler@android.com> Merge "Stop showing "No internet connection" when there is one." into ics-mr1
2e481b9146fe194fb1344ff8c1d1e0d499bdf06b 24-Jan-2012 Daniel Sandler <dsandler@android.com> Stop showing "No internet connection" when there is one.

In particular, even though the mobile data network isn't
routing packets (and therefore is not an internet
connection), we want to show the PLMN anyway:

[MOBILE RSSI] Carrier [WIFI RSSI] WiFi SSID

This change also improves the following cases:

- Combines "No internet connection" from wifi and mobile
into one single string in airplane mode:

[AIRPLANE] No internet connection.

- Removes "No internet connection" from the mobile string
when wifi is on in airplane mode, making a nice compact
display in this case:

[AIRPLANE] [WIFI RSSI] WiFi SSID

Bug: 5903914
Change-Id: I477821d2c5e9922252dd6bcb3ed494c8c57d99b0
rc/com/android/systemui/statusbar/policy/NetworkController.java
6f203807e0cc9fb4fea9d56092d66d4817f39e96 24-Jan-2012 Daniel Sandler <dsandler@android.com> am 9dc211af: am a4474ae0: Merge "Detect and repair invalid layouts in the navigation bar." into ics-mr1

* commit '9dc211afbf3201a23a29cf7cd02ce575c6dbe094':
Detect and repair invalid layouts in the navigation bar.
0b69b59877896e4cab448cef9e12ff4c29a4252e 24-Jan-2012 Daniel Sandler <dsandler@android.com> Detect and repair invalid layouts in the navigation bar.

It seems that something (probably layout transitions)
occasionally leaves the navigation bar layout in a weird
state such that most of the buttons are offscreen. For
example, the portrait nav bar might have buttons with widths
matching the nav bar's old width from landscape; the
clickable regions will therefore be far off the right edge
of the display.

The navigation bar now looks for this situation when the
size of the view changes and corrects for it.

Bug: 5549288
Change-Id: I8464ac9fd64cb64ec18baf51478dd0f6564a2284
rc/com/android/systemui/statusbar/phone/NavigationBarView.java
5691f6a882528a5a2b622eeed335d256d15a7f05 23-Jan-2012 Justin Ho <justinho@google.com> am e46f8696: am b09f6f96: Merge "Update WiMAX assets to match new style Bug: 5724605" into ics-mr1

* commit 'e46f869629ef27afb149c771e69dbbefe1135f33':
Update WiMAX assets to match new style Bug: 5724605
e08c3e152085193a3a87fe8373af1149904642b8 23-Jan-2012 Daniel Sandler <dsandler@android.com> am aaa7b772: am 639ed754: Hide mobile RSSI on devices without mobile data.

* commit 'aaa7b7728f3ced062273b54e1fc3b9d7d815bdcd':
Hide mobile RSSI on devices without mobile data.
9b4b378777e00012449d904f342adc3be09437a7 23-Jan-2012 Justin Ho <justinho@google.com> am ffb0c0b3: am 70e21c92: Merge "New out-of-service RSSI." into ics-mr1

* commit 'ffb0c0b3ca2f8693a354aad17e21f1419d9f0379':
New out-of-service RSSI.
5274d6f115e8c3fda053a0fd4b4009ab15790191 23-Jan-2012 Michael Jurka <mikejurka@google.com> Merge "Improve rapid-fire presses on system bar"
e0e10b41c465a74749dcd1d05d8f4b688fcfdc3c 21-Jan-2012 Daniel Sandler <dsandler@android.com> am a64f899f: am 4d3161f3: Merge "Always show appropriate mobile service label." into ics-mr1

* commit 'a64f899fa6159a8839a769d3f107f6c502da58c8':
Always show appropriate mobile service label.
b09f6f96e3583da320b69486869bc98fd463735e 20-Jan-2012 Justin Ho <justinho@google.com> Merge "Update WiMAX assets to match new style Bug: 5724605" into ics-mr1
f87da6e84637ce36216825681aad2b69e0310094 20-Jan-2012 Justin Ho <justinho@google.com> Update WiMAX assets to match new style
Bug: 5724605

Change-Id: Iab24c3e5aad3af38d5ba3a5a8f383c79270bdea3
es/drawable-hdpi/stat_sys_data_wimax_signal_0.png
es/drawable-hdpi/stat_sys_data_wimax_signal_0_fully.png
es/drawable-hdpi/stat_sys_data_wimax_signal_1.png
es/drawable-hdpi/stat_sys_data_wimax_signal_1_fully.png
es/drawable-hdpi/stat_sys_data_wimax_signal_2.png
es/drawable-hdpi/stat_sys_data_wimax_signal_2_fully.png
es/drawable-hdpi/stat_sys_data_wimax_signal_3.png
es/drawable-hdpi/stat_sys_data_wimax_signal_3_fully.png
es/drawable-hdpi/stat_sys_data_wimax_signal_disconnected.png
es/drawable-hdpi/stat_sys_data_wimax_signal_idle.png
es/drawable-mdpi/stat_sys_data_wimax_signal_0.png
es/drawable-mdpi/stat_sys_data_wimax_signal_0_fully.png
es/drawable-mdpi/stat_sys_data_wimax_signal_1.png
es/drawable-mdpi/stat_sys_data_wimax_signal_1_fully.png
es/drawable-mdpi/stat_sys_data_wimax_signal_2.png
es/drawable-mdpi/stat_sys_data_wimax_signal_2_fully.png
es/drawable-mdpi/stat_sys_data_wimax_signal_3.png
es/drawable-mdpi/stat_sys_data_wimax_signal_3_fully.png
es/drawable-mdpi/stat_sys_data_wimax_signal_disconnected.png
es/drawable-mdpi/stat_sys_data_wimax_signal_idle.png
es/drawable-xhdpi/stat_sys_data_wimax_signal_0.png
es/drawable-xhdpi/stat_sys_data_wimax_signal_0_fully.png
es/drawable-xhdpi/stat_sys_data_wimax_signal_1.png
es/drawable-xhdpi/stat_sys_data_wimax_signal_1_fully.png
es/drawable-xhdpi/stat_sys_data_wimax_signal_2.png
es/drawable-xhdpi/stat_sys_data_wimax_signal_2_fully.png
es/drawable-xhdpi/stat_sys_data_wimax_signal_3.png
es/drawable-xhdpi/stat_sys_data_wimax_signal_3_fully.png
es/drawable-xhdpi/stat_sys_data_wimax_signal_disconnected.png
es/drawable-xhdpi/stat_sys_data_wimax_signal_idle.png
639ed754bba866d2a47ef7ca58e56806b546b149 20-Jan-2012 Daniel Sandler <dsandler@android.com> Hide mobile RSSI on devices without mobile data.

Also fixes some minor layout glitches along that row of
icons (Bluetooth vertical alignment & spacing, battery text
width, inter-icon padding).

Bug: 5895226
Change-Id: I303c2899bf21ddb7e28914d8fb36efd7090ac5e2
es/layout-sw600dp/status_bar_notification_panel_title.xml
rc/com/android/systemui/statusbar/policy/NetworkController.java
70e21c927afeff05d8f26e9df2f36785ca19fdfd 20-Jan-2012 Justin Ho <justinho@google.com> Merge "New out-of-service RSSI." into ics-mr1
e3b86f2137f7e98fe2ec5adf09404d0fe0d6fecc 18-Jan-2012 Daniel Sandler <dsandler@android.com> New out-of-service RSSI.

This creates (well, restores, since we had this until
Honeycomb) a user-visible state for "no service" that is
distinguishable from "very very weak service" (less than one
bar).

Bug: 5775939
Change-Id: Idd08b1a9411d5d94e4d7a97fa7f3ffd92b8113a6
es/drawable-hdpi/stat_sys_signal_0.png
es/drawable-hdpi/stat_sys_signal_0_fully.png
es/drawable-hdpi/stat_sys_signal_1.png
es/drawable-hdpi/stat_sys_signal_1_fully.png
es/drawable-hdpi/stat_sys_signal_2.png
es/drawable-hdpi/stat_sys_signal_2_fully.png
es/drawable-hdpi/stat_sys_signal_3.png
es/drawable-hdpi/stat_sys_signal_3_fully.png
es/drawable-hdpi/stat_sys_signal_4.png
es/drawable-hdpi/stat_sys_signal_4_fully.png
es/drawable-hdpi/stat_sys_signal_null.png
es/drawable-mdpi/stat_sys_signal_0.png
es/drawable-mdpi/stat_sys_signal_0_fully.png
es/drawable-mdpi/stat_sys_signal_1.png
es/drawable-mdpi/stat_sys_signal_1_fully.png
es/drawable-mdpi/stat_sys_signal_2.png
es/drawable-mdpi/stat_sys_signal_2_fully.png
es/drawable-mdpi/stat_sys_signal_3.png
es/drawable-mdpi/stat_sys_signal_3_fully.png
es/drawable-mdpi/stat_sys_signal_4.png
es/drawable-mdpi/stat_sys_signal_4_fully.png
es/drawable-mdpi/stat_sys_signal_null.png
es/drawable-sw600dp-hdpi/stat_sys_signal_0.png
es/drawable-sw600dp-hdpi/stat_sys_signal_0_fully.png
es/drawable-sw600dp-hdpi/stat_sys_signal_1.png
es/drawable-sw600dp-hdpi/stat_sys_signal_1_fully.png
es/drawable-sw600dp-hdpi/stat_sys_signal_2.png
es/drawable-sw600dp-hdpi/stat_sys_signal_2_fully.png
es/drawable-sw600dp-hdpi/stat_sys_signal_3.png
es/drawable-sw600dp-hdpi/stat_sys_signal_3_fully.png
es/drawable-sw600dp-hdpi/stat_sys_signal_4.png
es/drawable-sw600dp-hdpi/stat_sys_signal_4_fully.png
es/drawable-sw600dp-hdpi/stat_sys_signal_null.png
es/drawable-sw600dp-mdpi/stat_sys_signal_0.png
es/drawable-sw600dp-mdpi/stat_sys_signal_0_fully.png
es/drawable-sw600dp-mdpi/stat_sys_signal_1.png
es/drawable-sw600dp-mdpi/stat_sys_signal_1_fully.png
es/drawable-sw600dp-mdpi/stat_sys_signal_2.png
es/drawable-sw600dp-mdpi/stat_sys_signal_2_fully.png
es/drawable-sw600dp-mdpi/stat_sys_signal_3.png
es/drawable-sw600dp-mdpi/stat_sys_signal_3_fully.png
es/drawable-sw600dp-mdpi/stat_sys_signal_4.png
es/drawable-sw600dp-mdpi/stat_sys_signal_4_fully.png
es/drawable-sw600dp-mdpi/stat_sys_signal_null.png
es/drawable-sw600dp-xhdpi/stat_sys_signal_0.png
es/drawable-sw600dp-xhdpi/stat_sys_signal_0_fully.png
es/drawable-sw600dp-xhdpi/stat_sys_signal_1.png
es/drawable-sw600dp-xhdpi/stat_sys_signal_1_fully.png
es/drawable-sw600dp-xhdpi/stat_sys_signal_2.png
es/drawable-sw600dp-xhdpi/stat_sys_signal_2_fully.png
es/drawable-sw600dp-xhdpi/stat_sys_signal_3.png
es/drawable-sw600dp-xhdpi/stat_sys_signal_3_fully.png
es/drawable-sw600dp-xhdpi/stat_sys_signal_4.png
es/drawable-sw600dp-xhdpi/stat_sys_signal_4_fully.png
es/drawable-sw600dp-xhdpi/stat_sys_signal_null.png
es/drawable-xhdpi/stat_sys_signal_0.png
es/drawable-xhdpi/stat_sys_signal_0_fully.png
es/drawable-xhdpi/stat_sys_signal_1.png
es/drawable-xhdpi/stat_sys_signal_1_fully.png
es/drawable-xhdpi/stat_sys_signal_2.png
es/drawable-xhdpi/stat_sys_signal_2_fully.png
es/drawable-xhdpi/stat_sys_signal_3.png
es/drawable-xhdpi/stat_sys_signal_3_fully.png
es/drawable-xhdpi/stat_sys_signal_4.png
es/drawable-xhdpi/stat_sys_signal_4_fully.png
es/drawable-xhdpi/stat_sys_signal_null.png
rc/com/android/systemui/statusbar/policy/NetworkController.java
32f470017246e397e2c21556b9dc04bb99e52862 19-Jan-2012 Kazuhiro Ondo <kazuhiro.ondo@motorola.com> Always show appropriate mobile service label.

Fix for Carrier Verification case failure for not showing
"no internet connection" text on expanded status bar while
mobile data connection is not CONNECTED state.

Bug:5884774
Change-Id: I433d5de626b9b0cff20d192cb6aae214f3e014b3
rc/com/android/systemui/statusbar/policy/NetworkController.java
dee4eaf02d4054986afea01876f824461625ebbf 17-Jan-2012 Michael Jurka <mikejurka@google.com> Fix bug where recents stopped showing up

Fixed bug where Rapid-fire pressing the
Recents button could sometimes cause Recents
to stop showing up

Change-Id: I06b783e6af637a50066ea71b50059e7042b643a0
rc/com/android/systemui/recent/RecentsPanelView.java
60bc69ef76c32b9a24c0901e6c6e452b50de0cda 16-Jan-2012 Michael Jurka <mikejurka@google.com> Improve rapid-fire presses on system bar

Canceling any existing pressed animation in system bar
before starting a new one

Change-Id: Id1b7ee56b086ac1d0444cb1263404381a6533caa
rc/com/android/systemui/statusbar/policy/KeyButtonView.java
494a17761d524c53b26f198e59f4f82af2cf0abf 12-Jan-2012 Daniel Sandler <dsandler@android.com> am 66e66e1d: am 755a967b: Merge "Clean up wifi/mobile indicators in the expanded panel." into ics-mr1

* commit '66e66e1d70bdcf184a29bc5eb8cfdeecffdb799f':
Clean up wifi/mobile indicators in the expanded panel.
d9bb7a8df856d477701158c2cc5c40b86a2c70f5 12-Jan-2012 Michael Jurka <mikejurka@google.com> Merge "Fix NPE in Recent Apps"
0b6586649fe827d6e7ce39fa71e93fa582640a03 12-Jan-2012 Michael Jurka <mikejurka@google.com> Speeding up System UI pressed anim

No longer saving a layer in KeyButtonView.onDraw,
which prevents a framebuffer readback on some
drivers and cuts ~3ms from render time per frame
(on some frames, up to ~10ms)

Change-Id: I5df56c20098f35c8ae6c25e76c67d81e9b72d1f7
rc/com/android/systemui/statusbar/policy/KeyButtonView.java
b144bd75b868198b64881f92c77afd2928fb061a 12-Jan-2012 Michael Jurka <mikejurka@google.com> Fix NPE in Recent Apps

Change-Id: I936e053a806a1cbf9ac98fb5707d34924c94ff60
rc/com/android/systemui/recent/RecentsPanelView.java
5962fd5ec95249ba8354d3a533c27a012bcf22e2 11-Jan-2012 Daniel Sandler <dsandler@android.com> Clean up wifi/mobile indicators in the expanded panel.

We now have two separate RSSI icons, one for wifi and one
for mobile data, as originally proposed in bug 5544770.
Each has an accompanying label showing the appropriate
network description string (PLMN or SSID or "No internet
connection"); these will be truncated as necessary to avoid
clobbering other UI elements in the panel.

Bug: 5543495
Bug: 5621224
Change-Id: I8fc322f8471fc94000e7230de359d3f1fe561b1e
es/layout-sw600dp/status_bar_notification_panel_title.xml
rc/com/android/systemui/statusbar/policy/NetworkController.java
rc/com/android/systemui/statusbar/tablet/NotificationPanel.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
1317108e18f40e5b5925d3f4a51789832cb17069 06-Jan-2012 Justin Ho <justinho@google.com> am bc72272c: am beb8be60: Merge "Fixing crash when taking screenshot over secure window." into ics-mr1

* commit 'bc72272cc07398a5dd6d7c76fb3eac91ad3e2bd8':
Fixing crash when taking screenshot over secure window.
a46d77863565671cd19b79f8af441d8d658953be 05-Jan-2012 Winson Chung <winsonc@google.com> Fixing crash when taking screenshot over secure window.

Change-Id: If3d4e458030e37aae3310b23dcad2ff5fe29fa73
rc/com/android/systemui/screenshot/GlobalScreenshot.java
6f32f87717756aab939be84269b8096a46015a36 29-Dec-2011 Eric Fischer <enf@google.com> Import revised translations.

Change-Id: Idaec3a909e2edb46d7f3409947c8329210befcae
es/values-de/strings.xml
ee8005e6ecbb95dad98cf1badbeb2b66c794b790 13-Dec-2011 Justin Ho <justinho@google.com> am df83cfc9: am 1cec30a1: Merge "Quick settings icons updated to match ics style on tablet" into ics-mr1

* commit 'df83cfc95c1b909ffcfc31f3dd30262a49cffced':
Quick settings icons updated to match ics style on tablet
1cec30a182c1963beda4b6f11cfae9fa38061e68 10-Dec-2011 Justin Ho <justinho@google.com> Merge "Quick settings icons updated to match ics style on tablet" into ics-mr1
1ba22cc33d0a87154e8ab94b8d4883e4c7083f8c 08-Dec-2011 Daniel Sandler <dsandler@android.com> am b490d8d6: am 29933fb2: Merge "Improve handling of small largeIcons in tablet ticker." into ics-mr1

* commit 'b490d8d6214114391622b4302ca2f5f39b2166c6':
Improve handling of small largeIcons in tablet ticker.
29933fb26a4294a9bd30f9227809e28949252833 08-Dec-2011 Daniel Sandler <dsandler@android.com> Merge "Improve handling of small largeIcons in tablet ticker." into ics-mr1
0a2909840fae6d16efc5f7afb313b03fd401cbd9 08-Dec-2011 Daniel Sandler <dsandler@android.com> am 940a49c8: am dc8cb9aa: Merge "Invalidate the whole status bar after layout transitions." into ics-mr1

* commit '940a49c89c0ccca8ba38028c209a4a135b23dd8f':
Invalidate the whole status bar after layout transitions.
673de5dcd48c15f9a0441204bad5d921305260b9 08-Dec-2011 Peter Ng <petergng@google.com> Quick settings icons updated to match ics style on tablet

Change-Id: If082773b739fe7774fa7afd898379671d75eb72a
es/drawable-hdpi/ic_sysbar_rotate_on.png
es/drawable-hdpi/ic_sysbar_wifi_on.png
es/drawable-mdpi/ic_sysbar_rotate_on.png
es/drawable-mdpi/ic_sysbar_wifi_on.png
es/drawable-xhdpi/ic_sysbar_rotate_on.png
es/drawable-xhdpi/ic_sysbar_wifi_on.png
a3850b68399ab49032e1fc2a2eab129fe3a7e69e 06-Dec-2011 Daniel Sandler <dsandler@android.com> Improve handling of small largeIcons in tablet ticker.

The tablet system bar is too short for a full notification
row, but it will show the largeIcon of a new notification in
its full frame, intruding into the main application content
rectangle a bit. This is a good thing---the notifications
really pop out at you---but it looks a little odd if the
largeIcon is actually *small*: the icon is vertically
centered in the larger (invisible) rectangle, making it look
poorly centered on the system bar.

This change will detect short largeIcons and center them in
the system bar's height instead. Additionally, it applies
the same ticker background all the way to the left
underneath largeIcons that are not full-frame (and therefore
have transparent regions).

Bug: 5708907
Bug: 5560485
Change-Id: I32af45632df164c58fb960110063dbaa08b5536c
es/layout-sw600dp/status_bar_ticker_panel.xml
rc/com/android/systemui/statusbar/tablet/TabletTicker.java
5a8266083252e172fe784fa0edaebe3c775cd848 07-Dec-2011 Daniel Sandler <dsandler@android.com> Invalidate the whole status bar after layout transitions.

This should ensure that the menu icon doesn't persist
on-screen even after it's been removed from its parent.
(Related to the KeyButtonView animation glow and the tricks
it plays with invalidation.)

Bug: 5647480
Change-Id: I8ca503ef647aed99335d3dbecedce38fa0b70c65
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
328310c6fac6066d338926bb43d359862cae36d2 23-Sep-2011 Daniel Sandler <dsandler@android.com> System bar now renders the back button for recents

We used to render the back button in Recents
itself, but that had an inconsistent visual
experience.

As a part of this change, add the early beginning
of support for private status bar APIs for dimming
navigation buttons.

Bug: 3448536
es/drawable-hdpi/ic_sysbar_back_ime.png
es/drawable-hdpi/ic_sysbar_back_ime_default.png
es/drawable-hdpi/ic_sysbar_back_ime_pressed.png
es/drawable-mdpi/ic_sysbar_back_ime.png
es/drawable-mdpi/ic_sysbar_back_ime_default.png
es/drawable-mdpi/ic_sysbar_back_ime_pressed.png
es/drawable-xhdpi/ic_sysbar_back_ime.png
es/drawable-xhdpi/ic_sysbar_back_ime_default.png
es/drawable-xhdpi/ic_sysbar_back_ime_pressed.png
es/drawable/ic_sysbar_back_ime.xml
es/layout-sw600dp/status_bar_recent_panel.xml
rc/com/android/systemui/recent/RecentsPanelView.java
rc/com/android/systemui/recent/StatusBarTouchProxy.java
rc/com/android/systemui/statusbar/CommandQueue.java
rc/com/android/systemui/statusbar/phone/NavigationBarView.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBarView.java
58ad16cfeaac1c2124d0f9e9d2b5c493e163128c 06-Dec-2011 Eric Fischer <enf@google.com> Merge "Import revised translations. DO NOT MERGE" into ics-mr1
c92b5c227a5343e3da082409a970031f63449c60 06-Dec-2011 Eric Fischer <enf@google.com> Import revised translations. DO NOT MERGE

Change-Id: I1d49a1533bd0481543280a379a9f93bd7027e54a
es/values-af/strings.xml
es/values-am/strings.xml
es/values-ar/strings.xml
es/values-be/strings.xml
es/values-bg/strings.xml
es/values-ca/strings.xml
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-en-rGB/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-et/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hi/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-it/strings.xml
es/values-iw/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-ms/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-rm/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv/strings.xml
es/values-sw/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
es/values-zu/strings.xml
63b244433f7b1941685ba6b93b0e4e968de65bcc 06-Dec-2011 Jim Miller <jaggies@google.com> am a3e3c4dd: am 17f9fe13: Merge "Fix 5705837: Dismiss keyguard when launching Settings from Statusbar" into ics-mr1

* commit 'a3e3c4dd37139615adb88a38e6a99402e0cfcd2b':
Fix 5705837: Dismiss keyguard when launching Settings from Statusbar
17f9fe13c7c78eaab521f6f85b48b0e8f5adddbc 06-Dec-2011 Jim Miller <jaggies@google.com> Merge "Fix 5705837: Dismiss keyguard when launching Settings from Statusbar" into ics-mr1
4a3d5b04daa74dc3bd5084b3395892b5565e6288 06-Dec-2011 Jesse Hall <jessehall@google.com> am 2eb4a5ee: am 3e7b412d: Merge "Fix statusbar crash on devices with no Bluetooth" into ics-mr1

* commit '2eb4a5ee5bebf4120de217adf5a9f72b0c94951b':
Fix statusbar crash on devices with no Bluetooth
3e7b412d7d6332830ceaf123edb5e211757c69ce 06-Dec-2011 Jesse Hall <jessehall@google.com> Merge "Fix statusbar crash on devices with no Bluetooth" into ics-mr1
e5d361a89f2c082c00c77b14e9dd7cb1fe25f52f 06-Dec-2011 Daniel Sandler <dsandler@android.com> am 83f79c90: am f66664a5: Merge "Fix sticky menu icon on tablet status bar." into ics-mr1

* commit '83f79c90989bab2758d5c7d232eb537fb2242e8b':
Fix sticky menu icon on tablet status bar.
f66664a50e914e1cc5d66046cfc4c5b195a09eab 06-Dec-2011 Daniel Sandler <dsandler@android.com> Merge "Fix sticky menu icon on tablet status bar." into ics-mr1
16bf40b8c7cd1c4f5efefa352003308ef9dcce81 06-Dec-2011 Adam Powell <adamp@google.com> am 7cd1851d: am 9a856f4e: Merge "Drop API level for notification compatibility BG to 8 (from 10)" into ics-mr1

* commit '7cd1851d82bc44acd1bd6d36f2a5f1ebccaefabf':
Drop API level for notification compatibility BG to 8 (from 10)
ad9deec87cae30f73e56f0f778fc3fb52035b325 06-Dec-2011 Adam Powell <adamp@google.com> Drop API level for notification compatibility BG to 8 (from 10)

Bug 5713262

As we had concrete styles for achieving the right text styling as of
Gingerbread, don't punsh apps that used them correctly.

Change-Id: I1e373a0238edd6bdab2d0f96588d9cb92a20b31f
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
564f16a8d71b79b5e07a597a8f188efa8d80a0ee 05-Dec-2011 Jesse Hall <jessehall@google.com> Fix statusbar crash on devices with no Bluetooth

Change-Id: Ib2290f9cde54d0d52c2692b11b0232848bbbc8b0
rc/com/android/systemui/statusbar/policy/BluetoothController.java
4f9986e57f36df4389b9c8b16009442a6094ee0b 02-Dec-2011 Daniel Sandler <dsandler@android.com> Fix sticky menu icon on tablet status bar.

Bug: 5647480
Change-Id: Iec4b04e414e8753e6b677b9168ad16b8c3e712be
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
5e6af448045f20f7a1b393960d200c25e9d976e8 03-Dec-2011 Jim Miller <jaggies@google.com> Fix 5705837: Dismiss keyguard when launching Settings from Statusbar

Change-Id: I81377d9208b05bb4a3c6c0b8fa751f972b9345e7
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
01c35c54d064039fd8d8507f8928fbec3930ee04 01-Dec-2011 Winson Chung <winsonc@google.com> am ecdc38be: am cea32ecd: Merge "Adding a sound when you take a screenshot. (Bug 5617734)" into ics-mr1

* commit 'ecdc38be1ef6ee5375ff6abe92f2e1e84a78ea57':
Adding a sound when you take a screenshot. (Bug 5617734)
cea32ecd3aef013bc5da6e401eeb8e9e8cd1b595 01-Dec-2011 Winson Chung <winsonc@google.com> Merge "Adding a sound when you take a screenshot. (Bug 5617734)" into ics-mr1
8d513eaef78f2d908dba41968ef8a13d36bb7a68 01-Dec-2011 Winson Chung <winsonc@google.com> Adding a sound when you take a screenshot. (Bug 5617734)

Change-Id: I7f253adddd09da65481081a4ca22f043d3325d65
rc/com/android/systemui/screenshot/GlobalScreenshot.java
d884f5a14a1c481b33df050ee7e3671931bef07a 01-Dec-2011 Daniel Sandler <dsandler@android.com> am 0c22fa74: am b73dc9c8: Merge "Add copious navigation bar info to SystemUI dumps." into ics-mr1

* commit '0c22fa749a779fd539c4c13f83364efc611c3694':
Add copious navigation bar info to SystemUI dumps.
488529506f2b767aec0c6e122e7227a9ebe067a2 01-Dec-2011 Daniel Sandler <dsandler@android.com> Add copious navigation bar info to SystemUI dumps.

Bug: 5549288
Change-Id: I8556584e6abd22912d55dccc27ccebb6602b1bcb
rc/com/android/systemui/statusbar/phone/NavigationBarView.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
2a40d0d92b208021b492e9af3d944720cbf269fc 01-Dec-2011 Daniel Sandler <dsandler@android.com> Merge "Put screensavers back in the icebox for now. DO NOT MERGE." into ics-mr1
4d774e0ac274e2a1c2a65a9dedfb336c95879f05 01-Dec-2011 Dianne Hackborn <hackbod@google.com> am f5fd08d6: am a1240184: Merge "Fix issue #5433192 and maybe #5433192" into ics-mr1

* commit 'f5fd08d64959f23ba87f4da4771ca511b05a6be0':
Fix issue #5433192 and maybe #5433192
a1240184efd1d4391540a6e3e9cae50d56d05cb2 01-Dec-2011 Dianne Hackborn <hackbod@google.com> Merge "Fix issue #5433192 and maybe #5433192" into ics-mr1
e0f085d4b8f313179825f2b051cb403736a7d01a 01-Dec-2011 Dianne Hackborn <hackbod@google.com> Fix issue #5433192 and maybe #5433192

5433192: Factory reset device: compatibility screen is the first...
...screen before setup wizard

Don't show compat mode dialog if compat mode is unknown (which happens
early in boot before an activity is shown for example). Also make sure
to update status any time the current focus app token changes, so we
correctly update every time switching apps.

5651152 [Stingray] change zoom/strech setting icon won't go away

This is probably also fixed by updating when the app token changes.

Change-Id: Ibe9bd6277166230d5d96689741b78325ea099d57
rc/com/android/systemui/statusbar/policy/CompatModeButton.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
d2b22a885a79d537c79e98257647cc120bde2998 30-Nov-2011 Daniel Sandler <dsandler@android.com> Put screensavers back in the icebox for now. DO NOT MERGE.

Bug: 5689684
Change-Id: I3a5291c3520bb43e35d55714f1522e4ae7f6e63c
ndroidManifest.xml
es/values/strings.xml
rc/com/android/systemui/DreamsDockLauncher.java
28147b654bba8ae2b7976e58aa7869255e436b0b 30-Nov-2011 Jeff Sharkey <jsharkey@android.com> am 827eed06: am 47e4015b: Merge "Avoid airplane mode labels when Wi-Fi enabled." into ics-mr1

* commit '827eed06cd60edf6bb873c7603ec3150b2ba8157':
Avoid airplane mode labels when Wi-Fi enabled.
ec9cc1bcc85a06f3f767de831bb5ca50983964cc 30-Nov-2011 Jeff Sharkey <jsharkey@android.com> Avoid airplane mode labels when Wi-Fi enabled.

When refreshing network views, avoid setting airplane mode icon and
labels when connected to Wi-Fi network.

Bug: 5262367
Change-Id: Ib831ce06bab67fffcc14a8c3b1ba9e437a74761d
rc/com/android/systemui/statusbar/policy/NetworkController.java
9e81c791afe5db7e3ee78d99628a9ee7a8fe0df0 30-Nov-2011 Romain Guy <romainguy@google.com> am 7e6077c7: am a9a91ad3: Merge "Improve screenshot animation performance Bug #5525888" into ics-mr1

* commit '7e6077c73999d906aa84b8dd4344bab996c75080':
Improve screenshot animation performance Bug #5525888
a9a91ad356271c4c4d663223ff42694fbeb1d2a0 29-Nov-2011 Romain Guy <romainguy@google.com> Merge "Improve screenshot animation performance Bug #5525888" into ics-mr1
8279acb965abedb5cc1942c399c078eb477cec7a 29-Nov-2011 Romain Guy <romainguy@google.com> Improve screenshot animation performance
Bug #5525888

Uses only 25% of the original amount of OpenGL API calls
Fillrate usage is now 1x the screen size instead of 5x

Change-Id: Icc7d2793f276fb7ce23c7f652079e54e3d4779d5
es/layout/global_screenshot.xml
rc/com/android/systemui/screenshot/GlobalScreenshot.java
fa56c714f2571ba4f8201b3d279d67b975d19f5d 29-Nov-2011 Eric Fischer <enf@google.com> Import revised translations. DO NOT MERGE

Change-Id: Ia50fd44ea4492188f481e652caae940acaf961e2
es/values-fr/strings.xml
es/values-ru/strings.xml
4a97ebfec5ff24fd34cdb354f0e85ca1279035f8 29-Nov-2011 Eric Fischer <enf@google.com> Import revised translations.

Change-Id: Ie43246df49b8f6ef3daef12e0d8fb5c2f573874e
es/values-af/strings.xml
es/values-am/strings.xml
es/values-ar/strings.xml
es/values-bg/strings.xml
es/values-ca/strings.xml
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-en-rGB/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hi/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-it/strings.xml
es/values-iw/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-ms/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv/strings.xml
es/values-sw/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
es/values-zu/strings.xml
5b17f73573e778c3ac22e41d13d4633f1f1d3f9f 22-Nov-2011 Daniel Sandler <dsandler@android.com> am 70f1279e: am 63188574: Merge "Dismiss system windows when screen savers start." into ics-mr1

* commit '70f1279e65eaa138f297a8f590f8383f2c76f7b4':
Dismiss system windows when screen savers start.
631885746868cbf03f89e655a6f4fac96449e8a4 22-Nov-2011 Daniel Sandler <dsandler@android.com> Merge "Dismiss system windows when screen savers start." into ics-mr1
68f0d47e8ee045dffb5f59c67cc77f38598472c5 22-Nov-2011 Eric Fischer <enf@google.com> Merge "Import revised translations. DO NOT MERGE" into ics-mr1
bf1b9778cec56d3d64290b2a59801d2b0ad5da2c 21-Nov-2011 Eric Fischer <enf@google.com> Import revised translations. DO NOT MERGE

Change-Id: I4313e0fffeb72b5a78b49770932ad983cfb05f8b
es/values-da/strings.xml
es/values-et/strings.xml
es/values-ja/strings.xml
es/values-ms/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-ru/strings.xml
es/values-sw/strings.xml
es/values-vi/strings.xml
es/values-zu/strings.xml
711683cd96884690b9e834198e7c756bb23ab5ad 20-Nov-2011 Daniel Sandler <dsandler@android.com> am 25a43ada: am 9b5d7a59: Merge "Dreams (now Screen Candy) development." into ics-mr1

* commit '25a43adabb70aa769a097c6cb09d71b031431677':
Dreams (now Screen Candy) development.
74b7c892cb1465bd85e6fc5e4db77051f8f39bd6 18-Nov-2011 Adam Powell <adamp@google.com> am 65035d2a: am 8c54182f: Merge "Fix bug 5614962 - Constant spinning wheel in USB Mass Storage screen (UX)" into ics-mr1

* commit '65035d2a72fd8c847aa9c78c0e97058535ec18a5':
Fix bug 5614962 - Constant spinning wheel in USB Mass Storage screen (UX)
5207d9c94b31cd2da1c4a52c2ae7f9c1f50ccad1 18-Nov-2011 Daniel Sandler <dsandler@android.com> Dismiss system windows when screen savers start.

Also add a couple more flags to the intent:
- NO_HISTORY (finish activity on suspend)
- FLAG_FROM_BACKGROUND

Bug: 5578434
Change-Id: I97b965175a27760b819dc29ddb57865c5f4754d6
rc/com/android/systemui/DreamsDockLauncher.java
2d54536d08a59680078f78bc6301379563df4c85 17-Nov-2011 Daniel Sandler <dsandler@android.com> Dreams (now Screen Candy) development.

- support for global "disable" setting
- renamed settings provider keys to remove "DREAM"

Bug: 5591015
Change-Id: I31f31b3ca6001fec1e0032a49cdf0d10df7b0ec7
rc/com/android/systemui/DreamsDockLauncher.java
8c54182f0b6c706adc6247d6f1da7147b357920d 18-Nov-2011 Adam Powell <adamp@google.com> Merge "Fix bug 5614962 - Constant spinning wheel in USB Mass Storage screen (UX)" into ics-mr1
c992087d09363d61f68af2f24342003b97ba48be 18-Nov-2011 Adam Powell <adamp@google.com> Fix bug 5614962 - Constant spinning wheel in USB Mass Storage screen (UX)

Disable the window-level progress spinner; another is already shown while
connecting.

Use the correct Settings icon for SystemUI.

Specify the activity title for the USB mass storage screen in the
manifest to avoid title flashing during startup.

Change-Id: Ic57af56bf1661a5eaa91fff77471dc8447340d16
ndroidManifest.xml
es/drawable-hdpi/ic_launcher_settings.png
es/drawable-mdpi/ic_launcher_settings.png
es/drawable-xhdpi/ic_launcher_settings.png
rc/com/android/systemui/usb/UsbStorageActivity.java
470dfcd03028aa1cb63448314f0e96d86a46f997 17-Nov-2011 Daniel Sandler <dsandler@android.com> am a092482c: am 293f861a: Merge "Activate Dreams (screen saver) when desk-docked." into ics-mr1

* commit 'a092482c17830b985798d5da9c1d1951735bacf3':
Activate Dreams (screen saver) when desk-docked.
28b23cdef491a270d6fcd4d60f5aebef3f10f370 17-Nov-2011 Daniel Sandler <dsandler@android.com> am 8b9ba6fa: am f52a4482: Merge "Add a default Dreams component." into ics-mr1

* commit '8b9ba6fa8806c401c89df88f0a1690fbfd1ebb89':
Add a default Dreams component.
0505984abb503dbb64a521d7d1e27550f7a7b91b 17-Nov-2011 Daniel Sandler <dsandler@android.com> am e11bcd1d: am 5311917d: Merge "Remove day of week from phone notification panel." into ics-mr1

* commit 'e11bcd1d72cb45af984b9d457c4306f51923e853':
Remove day of week from phone notification panel.
293f861aab64a0dbae00bb33c90e6e565a7fabfc 17-Nov-2011 Daniel Sandler <dsandler@android.com> Merge "Activate Dreams (screen saver) when desk-docked." into ics-mr1
f52a4482dd3ca336f84fc6c533ea4a99a72b23dd 17-Nov-2011 Daniel Sandler <dsandler@android.com> Merge "Add a default Dreams component." into ics-mr1
5311917df5fe9804105ff6070346b8fac4b102df 17-Nov-2011 Daniel Sandler <dsandler@android.com> Merge "Remove day of week from phone notification panel." into ics-mr1
532a0bbfa49929cc3b7a173aaf25e119765d0bd0 16-Nov-2011 Daniel Sandler <dsandler@android.com> Activate Dreams (screen saver) when desk-docked.

SystemUI's DreamsDockLauncher now responds to low-level dock
events (Intent.ACTION_DOCK_EVENT) by immediately invoking
the user's selected screen saver.

(The high-level DESK_DOCK behavior is no longer enabled; see
change I7884f65.)

Bug: 5591015
Change-Id: I01a9bc6b181d55493f891ccc220631ddc461808a
ndroidManifest.xml
rc/com/android/systemui/DreamsDockLauncher.java
7dc81e06e4d0554683595e8d2e318837548e249a 16-Nov-2011 Eric Fischer <enf@google.com> Merge "Import revised translations. DO NOT MERGE" into ics-mr1
2f8e2e805d57359de17562364e2a044d6b8660bb 16-Nov-2011 Eric Fischer <enf@google.com> Import revised translations. DO NOT MERGE

Change-Id: I4ef67d81f61028da84c51ed0e48231f9cdc62679
es/values-af/strings.xml
es/values-am/strings.xml
es/values-ar/strings.xml
es/values-be/strings.xml
es/values-bg/strings.xml
es/values-ca/strings.xml
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-en-rGB/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-et/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hi/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-it/strings.xml
es/values-iw/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-ms/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-rm/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv/strings.xml
es/values-sw/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
es/values-zu/strings.xml
c224f76303b3124c76768761c544410b86b732f8 16-Nov-2011 Daniel Sandler <dsandler@android.com> Add a default Dreams component.

Currently set to DeskClock's screensaver, but since it's a
(private) string in f/b/c/r/r/values/config.xml any product
could overlay this.

Bug: 5611008
Change-Id: I7a4623c9c667a6cff8ed80ad600a8a4460bfafb7
ndroidManifest.xml
rc/com/android/systemui/DreamsDockLauncher.java
589f3624e0aa0d2b58d3461d1330b8da135d1729 16-Nov-2011 Daniel Sandler <dsandler@android.com> Remove day of week from phone notification panel.

It was added to the tablet, but was never intended for use
on the phone, where it can cause the label to get too wide,
preventing access to settings / clear-all.

Bug: 5621955
Change-Id: Ic023391aa22d7ba3edd815f602afcb3357eb2501
es/values-sw600dp/donottranslate.xml
es/values/donottranslate.xml
ca127baa0675bc1168019fbb1f9812dbbe4613d7 16-Nov-2011 Adam Powell <adamp@google.com> am 868933e0: am 45f05c95: Merge "Fix bug 5623642 - Status bar background incompatible with some legacy apps" into ics-mr1

* commit '868933e0e43faca442bc8d319898201b233cfb94':
Fix bug 5623642 - Status bar background incompatible with some legacy apps
45f05c9580739ffe2d665cec50efb0bb57d757ba 16-Nov-2011 Adam Powell <adamp@google.com> Merge "Fix bug 5623642 - Status bar background incompatible with some legacy apps" into ics-mr1
29ea525d18b3c36c56e0c5391bb849a9baf27668 16-Nov-2011 Adam Powell <adamp@google.com> Fix bug 5623642 - Status bar background incompatible with some legacy apps

Give some background protection to custom layouts in legacy notifications.

Pre-HC it was extremely common for apps to hardcode text colors in
layouts. Since this can lead to black text on a dark background in
HC/ICS, give these older apps that target SDK < 11 a light gray
background.

Change-Id: Iab3dea4beb9172b2f9a5cae53991cf952d0c8cde
es/drawable/notification_row_legacy_bg.xml
es/values/colors.xml
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
92c2fbd704ea5093c103602574eefc78e923ad86 15-Nov-2011 Winson Chung <winsonc@google.com> am 9ebb030a: am e5129d7f: Merge "Defer adding large icon until when we compose the final notification. (Bug 5566846)" into ics-mr1

* commit '9ebb030ad9eeb94bdf9e15b7a3f55d9792dda96b':
Defer adding large icon until when we compose the final notification. (Bug 5566846)
0e02e42140d54410ec90e21e90af23cc8b4da31d 15-Nov-2011 Daniel Sandler <dsandler@android.com> am 50fb8a29: am ce33622a: Merge "Bring back the \'more notifications\' icon." into ics-mr1

* commit '50fb8a29f00e4414ef4961c4d2d6afca9ddf1659':
Bring back the 'more notifications' icon.
e5129d7f49361df69e804a79696e28b213ea20b0 15-Nov-2011 Winson Chung <winsonc@google.com> Merge "Defer adding large icon until when we compose the final notification. (Bug 5566846)" into ics-mr1
489ab1167b98061631e6590092e564ec3c9b006c 15-Nov-2011 Michael Jurka <mikejurka@google.com> am 729a9afe: am 4b7494e0: Merge "Updating recent apps visuals on tablet" into ics-mr1

* commit '729a9afe44c21cbe4e10ca4d6ba400641cc75cbc':
Updating recent apps visuals on tablet
ce33622aed7fb25a14ef957cdc78b78cc4602be9 15-Nov-2011 Daniel Sandler <dsandler@android.com> Merge "Bring back the 'more notifications' icon." into ics-mr1
bfd24acd318ef958bb7997c9cbf95c5fb15b10ac 13-Nov-2011 Michael Jurka <mikejurka@google.com> Updating recent apps visuals on tablet

- getting rid of blue glow (5529032)
- moving app icon position
- show message if there are no recent apps (5533332)
- fixing rare IllegalStateException on orientation change (5584344)

Change-Id: I2210e584957869c8f02339e6841daf39364a9dad
es/layout-land/status_bar_recent_panel.xml
es/layout-port/status_bar_recent_panel.xml
es/layout-sw600dp/status_bar_no_recent_apps.xml
es/layout-sw600dp/status_bar_recent_item.xml
es/layout-sw600dp/status_bar_recent_panel.xml
es/values-sw600dp/config.xml
es/values-sw600dp/dimens.xml
es/values/config.xml
rc/com/android/systemui/recent/Choreographer.java
rc/com/android/systemui/recent/RecentsPanelView.java
9c99aee5b9ea0b929611548b48780fbffa4daeaf 14-Nov-2011 Winson Chung <winsonc@google.com> Defer adding large icon until when we compose the final notification. (Bug 5566846)

Change-Id: I9f156d7b597112ce14e274f05df421100c9481e6
rc/com/android/systemui/screenshot/GlobalScreenshot.java
6c934436d4d1d6e87de6ff875ba05322b5c1d3b0 11-Nov-2011 Peter Ng <petergng@google.com> am b88cd4be: am 20d8c5ed: Merge "Making the quicksettings notifications icon the right opacity" into ics-mr1

* commit 'b88cd4bea3bd1dc3497b79e6da187ae0f858f266':
Making the quicksettings notifications icon the right opacity
20d8c5ed96d6fb81d14cbce5221025ed6c954d6e 11-Nov-2011 Peter Ng <petergng@google.com> Merge "Making the quicksettings notifications icon the right opacity" into ics-mr1
1333742bedc9b462024302f302e3a7f27053df66 11-Nov-2011 Akwasi Boateng <akwasi.boateng@ti.com> am cb0db030: Merge branch \'ics-mr1-plus-aosp\' of ssh://android-git:29418/platform/frameworks/base into ics-mr1-plus-aosp

* commit 'cb0db0306b5849a35d3d99eea1b34ce019c6f0d8':
Make the overridden ImageView#setVisibility remotable
Clamp non-monotonic stats instead of dropping.
DO NOT MERGE. Fix leak in LayoutTransition
Fix lastVisible/global rects
Fix Wimax-less build.
Fix leak in LayoutTransition
Deferring wallpaper update to improve workspace scrolling (issue 5506959)
Terminate EGL when an app goes in the background
boot animation is dithered and scaled
Fix NdefRecord byte-stream constructor.
PopupWindow dismiss() can get into a recursive loop.
Fold WiMAX state into the mobile RSSI.
Remove dedicated wimax icon to fix RSSI layout.
0ed4c7f8cc8462d434c3a0103790b38fdbb8f392 11-Nov-2011 Jamie Gennis <jgennis@google.com> am 0c71e5ed: am ca5c8813: Merge "SystemUI: Disable HW acceleration for status bar" into ics-mr0

* commit '0c71e5ed820350a4ae0517dc73d1f46cd3534b55':
SystemUI: Disable HW acceleration for status bar
0c71e5ed820350a4ae0517dc73d1f46cd3534b55 11-Nov-2011 Jamie Gennis <jgennis@google.com> am ca5c8813: Merge "SystemUI: Disable HW acceleration for status bar" into ics-mr0

* commit 'ca5c881374d051361eb5f9a191d51b5716ef2366':
SystemUI: Disable HW acceleration for status bar
787e2c276a5645ffbaddc5c23f4deb66d182e80d 11-Nov-2011 Jamie Gennis <jgennis@google.com> am ca5c8813: Merge "SystemUI: Disable HW acceleration for status bar" into ics-mr0

* commit 'ca5c881374d051361eb5f9a191d51b5716ef2366':
SystemUI: Disable HW acceleration for status bar
992e77af1168ddce232b9b7702d01e5ccc7a249b 11-Nov-2011 Daniel Sandler <dsandler@android.com> Merge "Fold WiMAX state into the mobile RSSI." into ics-mr1
8b50bd8c9ba594e2516014fcc4b950b8deb36312 11-Nov-2011 Daniel Sandler <dsandler@android.com> Merge "Remove dedicated wimax icon to fix RSSI layout." into ics-mr1
1fe155251ed87067024f88ff313358acab495054 11-Nov-2011 Peter Ng <petergng@google.com> Making the quicksettings notifications icon the right opacity

Change-Id: Ia732a63f02b80ca9ba88533c19a7c47f9b02fc0d
es/drawable-hdpi/ic_notification_open.png
es/drawable-mdpi/ic_notification_open.png
es/drawable-xhdpi/ic_notification_open.png
c92691138676655da272675a9b34f23ab97d9948 10-Nov-2011 Eric Fischer <enf@google.com> Merge "Import revised translations."
334f691fa3c9c41ac0d25e266dba85f29a858dec 10-Nov-2011 Eric Fischer <enf@google.com> Import revised translations.

Change-Id: Iac6e1ff785d898d65934cdfdaf3d92a56324282c
es/values-af/strings.xml
es/values-am/strings.xml
es/values-ar/strings.xml
es/values-bg/strings.xml
es/values-ca/strings.xml
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-en-rGB/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hi/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-it/strings.xml
es/values-iw/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-ms/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-rm/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv/strings.xml
es/values-sw/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
es/values-zu/strings.xml
4e637a9fa559d4f1c4ad906c35bf270e0475e649 10-Nov-2011 Daniel Sandler <dsandler@android.com> am 9cc4efb3: am bca520a1: Merge "Use platform assets for brightness scrubber." into ics-mr1

* commit '9cc4efb39054557cfac11e0c7ba5887f102579d3':
Use platform assets for brightness scrubber.
05e2414ef5a3a8fecbabc1f220c9925539d51f7a 10-Nov-2011 Daniel Sandler <dsandler@android.com> Bring back the 'more notifications' icon.

In fact, there's even more going on here. Icons were
appearing cut off because of the unusual width of icons on
the right-hand side of the status bar; we now take extra
steps to ensure that the IconMerger is only wide enough to
show an integral number of icons. But that causes problems
with the rest of the status bar the IconMerger makes itself
thinner than the overall layout requires, so there's now a
containing layout to absorb the additional horizontal space
properly.

Bug: 5136545

Change-Id: I8c4d1ee2bcd976c452510b33c196fbe0c3e8c660
es/layout/status_bar.xml
rc/com/android/systemui/statusbar/StatusBarIconView.java
rc/com/android/systemui/statusbar/phone/IconMerger.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
1c3ce05b7c333f08a0d5ee913ce397e895a9a1f1 10-Nov-2011 Peter Ng <petergng@google.com> am cf83c070: am 34dd937b: Merge "Making quicksettings opaque again" into ics-mr1

* commit 'cf83c070e3caa3ee6e5df8a4e6545ae43cb08a35':
Making quicksettings opaque again
0fee21703b6ae3fc0b5007210e203444359559bc 10-Nov-2011 Daniel Sandler <dsandler@android.com> Fold WiMAX state into the mobile RSSI.

WiMAX will now be shown like any other 4G network.

Bug: 5584528
Change-Id: I33ef7b34b88ca006ce77a7ff1e55b7b38648d7d8
es/values/strings.xml
rc/com/android/systemui/statusbar/policy/NetworkController.java
rc/com/android/systemui/statusbar/policy/WimaxIcons.java
633eabe56d3126fa92eb56636019e5792e20a5da 09-Nov-2011 Daniel Sandler <dsandler@android.com> Remove dedicated wimax icon to fix RSSI layout.

We'll bring the wimax information back, but as part of the
mobile data indicator.

Bug: 5592198
Change-Id: I7d797db18b2d86ea4b8609642c6e09a5b2425459
es/layout/signal_cluster_view.xml
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
bca520a170f84c8be840e629841d0dc7d7cb273b 10-Nov-2011 Daniel Sandler <dsandler@android.com> Merge "Use platform assets for brightness scrubber." into ics-mr1
87abde8a529c8768f65ed7281d5e89eda170e0f6 09-Nov-2011 Jamie Gennis <jgennis@google.com> SystemUI: Disable HW acceleration for status bar

This change switches the status bar rendering to use CPU rendering to an
RGB_565 window.

Change-Id: I45c03989efc9cc9ea71ff169fafedf048de9d612
rc/com/android/systemui/statusbar/StatusBar.java
bec9f9e47f29931891e95e498a96a022504cf456 09-Nov-2011 Daniel Sandler <dsandler@android.com> am f01a9c04: am da738d63: Merge "Add day of week." into ics-mr1

* commit 'f01a9c0476191b3bbd9553c10421a1fee3c92353':
Add day of week.
34dd937be1a325fd92d6479822960e4ca13f2420 09-Nov-2011 Peter Ng <petergng@google.com> Merge "Making quicksettings opaque again" into ics-mr1
c1b3cbe1648cc606008522a667abe7fb766ff0c3 09-Nov-2011 Robert Greenwalt <rgreenwalt@google.com> resolved conflicts for merge of ea54b760 to master

Change-Id: Ifcdfd6ffd82db1293936a8a3b5715dd767fb43f8
e989b32b3a8afec1146b741f7a5d79550e3768a4 09-Nov-2011 Daniel Sandler <dsandler@android.com> Use platform assets for brightness scrubber.

Bug: 5544665
Change-Id: I063f930b15668c06a30b857e477f3227d1fe526f
es/drawable-hdpi/scrubber_control_disabled_holo.png
es/drawable-hdpi/scrubber_control_holo.png
es/drawable-hdpi/scrubber_track_holo_dark.9.png
es/drawable-mdpi/scrubber_control_disabled_holo.png
es/drawable-mdpi/scrubber_control_holo.png
es/drawable-mdpi/scrubber_track_holo_dark.9.png
es/drawable-xhdpi/scrubber_control_disabled_holo.png
es/drawable-xhdpi/scrubber_control_holo.png
es/drawable-xhdpi/scrubber_track_holo_dark.9.png
rc/com/android/systemui/statusbar/policy/ToggleSlider.java
da738d638cc2fee29d5936f21c6eadbcf173a718 09-Nov-2011 Daniel Sandler <dsandler@android.com> Merge "Add day of week." into ics-mr1
f804e06078cc10fe7ecd050c5e636b3741bc994e 09-Nov-2011 Peter Ng <petergng@google.com> Making quicksettings opaque again

Bug:5522957
Change-Id: I27e9e78f4e706333f9a363b3d97ae6f602321173
es/drawable-sw600dp-hdpi/notify_panel_clock_bg_normal.9.png
es/drawable-sw600dp-hdpi/notify_panel_clock_bg_pressed.9.png
es/drawable-sw600dp-mdpi/notify_panel_clock_bg_normal.9.png
es/drawable-sw600dp-mdpi/notify_panel_clock_bg_pressed.9.png
es/drawable-sw600dp-xhdpi/notify_panel_clock_bg_normal.9.png
es/drawable-sw600dp-xhdpi/notify_panel_clock_bg_pressed.9.png
ce18b91c60029fd15baf4f5904a9c0315b8c4a18 08-Nov-2011 Daniel Sandler <dsandler@android.com> Add day of week.

Bug: 5581707
Change-Id: Ifa881e6a4a7a54599eb4567c2458d1df27b68a3e
es/values/donottranslate.xml
ea54b7608584bc0535c9e89417778c3e95b50975 08-Nov-2011 Robert Greenwalt <robdroid@android.com> Merge "Wimax : wimax framework related open source." into ics-mr1
7bfb5b51de523a33cc413158626b947269427e8f 08-Nov-2011 Daniel Sandler <dsandler@android.com> am c06669a3: Merge "Fix scaling on notification panel wifi/battery icons." into ics-mr1

* commit 'c06669a303f2122a71e83d4813ecf78e6ff2b5a5':
Fix scaling on notification panel wifi/battery icons.
c06669a303f2122a71e83d4813ecf78e6ff2b5a5 08-Nov-2011 Daniel Sandler <dsandler@android.com> Merge "Fix scaling on notification panel wifi/battery icons." into ics-mr1
148c7d0de720a92632aa6ed10a39bfc38b427239 13-Oct-2011 tk.mun <tk.mun@samsung.com> Wimax : wimax framework related open source.

Integrate wimax network related changes into Android Framework.
- In Connectivity service, start wimax service.
- 4G icon display in StatusBarPolicy.
- DHCP renew add.
- Add radio for wiamx

Change-Id: I2d9012247edfdf49d71ca7e1414afd0006f330ca
Signed-off-by: tk.mun <tk.mun@samsung.com>
bug:5237167
es/drawable-hdpi/stat_sys_data_wimax_signal_0.png
es/drawable-hdpi/stat_sys_data_wimax_signal_0_fully.png
es/drawable-hdpi/stat_sys_data_wimax_signal_1.png
es/drawable-hdpi/stat_sys_data_wimax_signal_1_fully.png
es/drawable-hdpi/stat_sys_data_wimax_signal_2.png
es/drawable-hdpi/stat_sys_data_wimax_signal_2_fully.png
es/drawable-hdpi/stat_sys_data_wimax_signal_3.png
es/drawable-hdpi/stat_sys_data_wimax_signal_3_fully.png
es/drawable-hdpi/stat_sys_data_wimax_signal_disconnected.png
es/drawable-hdpi/stat_sys_data_wimax_signal_idle.png
es/layout/signal_cluster_view.xml
es/values/strings.xml
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/policy/AccessibilityContentDescriptions.java
rc/com/android/systemui/statusbar/policy/NetworkController.java
rc/com/android/systemui/statusbar/policy/WimaxIcons.java
989b9f2100281c302d964eda260a9ad703a6fae0 07-Nov-2011 Daniel Sandler <dsandler@android.com> Fix scaling on notification panel wifi/battery icons.

Still needs a redesign.

Bug: 5544770
Change-Id: I27f6ea9f788110d7027b3ea788ca98216fa4fe28
es/layout-sw600dp/status_bar_notification_panel_title.xml
08be43a6d912fe1f34596d5e90df6b497424af02 07-Nov-2011 Eric Fischer <enf@google.com> Merge "Import revised translations. DO NOT MERGE" into ics-mr1
2f6172e35a2d527727de57375b1cee8c92f6ae0a 07-Nov-2011 Eric Fischer <enf@google.com> Import revised translations. DO NOT MERGE

Change-Id: Ib095d85d01ffce5201d1e91d7c90c516f8c4c89c
es/values-ru/strings.xml
48dd3880453d266405b8f0127551fc229726f7e6 07-Nov-2011 Winson Chung <winsonc@google.com> am 19c86cac: Merge "Fixing screenshot border asset." into ics-mr1

* commit '19c86cacb2f0ba04cc93084ba474662afb17d88f':
Fixing screenshot border asset.
19c86cacb2f0ba04cc93084ba474662afb17d88f 07-Nov-2011 Winson Chung <winsonc@google.com> Merge "Fixing screenshot border asset." into ics-mr1
4f631bbf97fd02c9b33e5678149627ba2c9f1912 07-Nov-2011 Daniel Sandler <dsandler@android.com> am 010bb273: Merge changes I0da0f04f,I93197665 into ics-mr1

* commit '010bb273a58444f907bb82f62f8d7274f9637b49':
Offer the user an option to launch Dreams when docked.
Teach UiModeMgr about high-end and low-end desk docks.
221733a45a89715d1c627f876ca49eeecd21dc08 03-Nov-2011 Daniel Sandler <dsandler@android.com> Offer the user an option to launch Dreams when docked.

SystemUI now registers for DESK_DOCK launches, so users with
other dock apps installed can still opt to use those in this
new regime.

(Part of migrating users away from DeskClock as the dock app.)

Bug: 3155234
Change-Id: I0da0f04f8a0a89e7d237c092f16f4f27eb88c92c
ndroidManifest.xml
es/values/strings.xml
rc/com/android/systemui/DreamsDockLauncher.java
f01a58e2710e2bf90fa8abe6157c47cf84a096a7 03-Nov-2011 Winson Chung <winsonc@google.com> Fixing screenshot border asset.

Change-Id: I004b09c380e8fabd5204c7d674e6270927f60389
es/drawable-hdpi/screenshot_panel.9.png
es/drawable-mdpi/screenshot_panel.9.png
es/drawable-xhdpi/screenshot_panel.9.png
2237e1e7b636651f0ed1efacefa8aaccb21433ca 02-Nov-2011 Eric Fischer <enf@google.com> Import revised translations. DO NOT MERGE

Change-Id: I2f073cc6d62d757ba4e6565a0c7974ca9cecba4c
es/values-af/strings.xml
es/values-ru/strings.xml
es/values-sw/strings.xml
es/values-uk/strings.xml
3138e2193594f976f4a6c8977f46552ee7f08d67 02-Nov-2011 Eric Fischer <enf@google.com> Merge "Import revised translations."
9f360fde2669934d3420cd45545c80b6ff0c10b0 02-Nov-2011 Peter Ng <petergng@google.com> am 779c1b85: Merge "Make the notification panel header opaque." into ics-mr1

* commit '779c1b8507d939bd3bd6d3e758ded095d91bcd6f':
Make the notification panel header opaque.
779c1b8507d939bd3bd6d3e758ded095d91bcd6f 02-Nov-2011 Peter Ng <petergng@google.com> Merge "Make the notification panel header opaque." into ics-mr1
0a698228e69fc0a393a384a4c3a3a873a452428c 02-Nov-2011 Michael Jurka <mikejurka@google.com> am 93430b3c: Merge "Fix: never show recents over lock screen" into ics-mr1

* commit '93430b3c6d170bf1db538c21666e0b508e8e48ec':
Fix: never show recents over lock screen
27e7f797c01a2be9316a977557f49e0379429d3a 02-Nov-2011 Peter Ng <petergng@google.com> am 80c3c87f: Merge "Asset updates for tablet notifications and layout fixes to quicksettings" into ics-mr1

* commit '80c3c87ff08e77c3bcbd14f003e296bed9adba55':
Asset updates for tablet notifications and layout fixes to quicksettings
2fbd56a652f29e7a54f7aaab25ea031a1f8decb0 02-Nov-2011 Eric Fischer <enf@google.com> Import revised translations.

Change-Id: I71efb16f2c6b257dfd444728c7e56ada662e6f77
es/values-af/strings.xml
es/values-be-land/strings.xml
es/values-be-large/strings.xml
es/values-be/strings.xml
es/values-et-land/strings.xml
es/values-et-large/strings.xml
es/values-et/strings.xml
es/values-fr/strings.xml
es/values-ru/strings.xml
es/values-sw/strings.xml
es/values-uk/strings.xml
2f77eae947d8f0c2c456c6ae5a9e218f7d836e77 02-Nov-2011 Daniel Sandler <dsandler@android.com> Make the notification panel header opaque.

Bug: 5504753
Change-Id: If820e4cb0dca342ca2d39ea1eb198987915c58b7
es/values/colors.xml
abf7539642a7c3d8d31c1d12d705b54cf155db1a 01-Nov-2011 Eric Fischer <enf@google.com> Merge "Import revised translations. DO NOT MERGE" into ics-mr1
93430b3c6d170bf1db538c21666e0b508e8e48ec 01-Nov-2011 Michael Jurka <mikejurka@google.com> Merge "Fix: never show recents over lock screen" into ics-mr1
80c3c87ff08e77c3bcbd14f003e296bed9adba55 01-Nov-2011 Peter Ng <petergng@google.com> Merge "Asset updates for tablet notifications and layout fixes to quicksettings" into ics-mr1
9ac5d49125cf252df6c171f7a4a0b304e0ad69b5 01-Nov-2011 Eric Fischer <enf@google.com> Import revised translations. DO NOT MERGE

Change-Id: I43513501e2c0eee9339551d0f20411d14bd5eace
es/values-af/strings.xml
es/values-be-land/strings.xml
es/values-be-large/strings.xml
es/values-be/strings.xml
es/values-et-land/strings.xml
es/values-et-large/strings.xml
es/values-et/strings.xml
es/values-fr/strings.xml
es/values-ru/strings.xml
es/values-sw/strings.xml
es/values-uk/strings.xml
9721d3c56e1536e8827c959e8a6ba7286a6f8aa6 31-Oct-2011 Winson Chung <winsonc@google.com> am 650ee281: Merge "Using fast-invalidate pattern for screenshot animations." into ics-mr1

* commit '650ee281ae9e007ce82ea79ff18bab9ef49503de':
Using fast-invalidate pattern for screenshot animations.
468825f60a722dba0961a97b851e4f951e38929e 31-Oct-2011 Amith Yamasani <yamasani@google.com> am 18936d7d: am 69e640ee: Merge "Bring back the old-style Ring/Vibrate/Silent states when using volume keys." into ics-mr0

* commit '18936d7d1d0964ba3f5112c5e3ce60f31e1ba5bb':
Bring back the old-style Ring/Vibrate/Silent states when using volume keys.
650ee281ae9e007ce82ea79ff18bab9ef49503de 31-Oct-2011 Winson Chung <winsonc@google.com> Merge "Using fast-invalidate pattern for screenshot animations." into ics-mr1
b0ac8ed48307cf5ee34c38cf56856f15db99c96f 31-Oct-2011 Justin Ho <justinho@google.com> am 76756a42: am c1cf3b16: Merge "Vertically center the landscape navigation bar." into ics-mr0

* commit '76756a42dd68062349158f70d9b0ab95db908acc':
Vertically center the landscape navigation bar.
18936d7d1d0964ba3f5112c5e3ce60f31e1ba5bb 30-Oct-2011 Amith Yamasani <yamasani@google.com> am 69e640ee: Merge "Bring back the old-style Ring/Vibrate/Silent states when using volume keys." into ics-mr0

* commit '69e640ee84fc218d6318acaf73a1c1841d7fba6b':
Bring back the old-style Ring/Vibrate/Silent states when using volume keys.
76756a42dd68062349158f70d9b0ab95db908acc 29-Oct-2011 Justin Ho <justinho@google.com> am c1cf3b16: Merge "Vertically center the landscape navigation bar." into ics-mr0

* commit 'c1cf3b160b4852e021a45806d496a9f9a76d6683':
Vertically center the landscape navigation bar.
69e640ee84fc218d6318acaf73a1c1841d7fba6b 29-Oct-2011 Amith Yamasani <yamasani@google.com> Merge "Bring back the old-style Ring/Vibrate/Silent states when using volume keys." into ics-mr0
c696a53d1fe4d61373c5dc64dd057d322da90c8f 29-Oct-2011 Amith Yamasani <yamasani@google.com> Bring back the old-style Ring/Vibrate/Silent states when using volume keys.

In order to completely mute the ringer (no vibrate), introduce an extra
state beyond mute, which mutes the vibrator as well, if it was enabled.

Bug: 5530217

Change-Id: Ib1f299ee6bbca56c1aa7e1100662591362d08307
es/drawable-hdpi/stat_sys_ringer_vibrate.png
es/drawable-mdpi/stat_sys_ringer_vibrate.png
es/drawable-xhdpi/stat_sys_ringer_vibrate.png
2cc1c5d067736f221554be593c2ba2c96390f847 29-Oct-2011 Eric Fischer <enf@google.com> Merge "Import revised translations. DO NOT MERGE" into ics-mr0
9853b746534472f3b85fbf1641988921ccaa4353 29-Oct-2011 Eric Fischer <enf@google.com> Import revised translations. DO NOT MERGE

Change-Id: I1aaff923057636af5f68cc730d889adb201f9fc8
es/values-fr/strings.xml
es/values-ru/strings.xml
es/values-tr/strings.xml
59d04a0ce4757aed0b3506f9700df9a83ec970f6 29-Oct-2011 Chet Haase <chet@google.com> am d568bba5: Merge "Optimize handling of scrolled wallpapers" into ics-mr1

* commit 'd568bba507b0f66d4d57c67b08ade894d2c75e53':
Optimize handling of scrolled wallpapers
056f4ea6b7d3c9a00a1c6247c3c85d141af58137 29-Oct-2011 Daniel Sandler <dsandler@android.com> am 4c7926fa: Merge "Tuning parameters for mobile RSSI." into ics-mr1

* commit '4c7926fa27dacb92c8c7f3d57c4a3713dc0e3867':
Tuning parameters for mobile RSSI.
e10462e3841e463d69327dbc83eddfb9db14ff0b 29-Oct-2011 Peter Ng <petergng@google.com> Merge "Stat_notify visual asset updates" into ics-mr1
d568bba507b0f66d4d57c67b08ade894d2c75e53 29-Oct-2011 Chet Haase <chet@google.com> Merge "Optimize handling of scrolled wallpapers" into ics-mr1
c1cf3b160b4852e021a45806d496a9f9a76d6683 29-Oct-2011 Justin Ho <justinho@google.com> Merge "Vertically center the landscape navigation bar." into ics-mr0
a8e5a2bcd6a0d35893187c6df42425c03be005da 28-Oct-2011 Chet Haase <chet@google.com> Optimize handling of scrolled wallpapers

Swiping the home screen causes the WindowManagerService to do
a bunch of work to keep the wallpapers in sync. First, it lays out
and places all windows. Also, it notifies the SystemUI process that
the wallpaper position has changed.

The layout/place operation is too much work - we only need to set
the position values for the wallpaper, not relayout the whole system.

The notification mechanism must exist, but should be optional. Most
wallpapers don't care (especially static ImageWallpapers). So we'll
give them a new API (WallpaperService.Engine.setWantsOffsets()) to
allow wallpapers to opt out of this process and avoid the performance
overhead.

Change-Id: I66c38375438937f14f6f5550565b28eb204b1e06
rc/com/android/systemui/ImageWallpaper.java
bad9ac70da42bec94e7b5ecac8b95b577d6ee6fc 28-Oct-2011 Peter Ng <petergng@google.com> Stat_notify visual asset updates

Change-Id: If2a5d50801cda32a13890880583611d480be32f9
es/drawable-hdpi/stat_notify_image.png
es/drawable-hdpi/stat_notify_image_error.png
es/drawable-mdpi/stat_notify_image.png
es/drawable-mdpi/stat_notify_image_error.png
es/drawable-xhdpi/stat_notify_image.png
es/drawable-xhdpi/stat_notify_image_error.png
220d2b0aa126fbe09dee9e7e9afa1999521cf5d2 28-Oct-2011 Eric Fischer <enf@google.com> Merge "Import revised translations. DO NOT MERGE" into ics-mr1
9929fa305851969fae09289304c65650b1c75131 28-Oct-2011 Daniel Sandler <dsandler@android.com> Vertically center the landscape navigation bar.

We used the paddingTop parameter in the rot90 layout to
pretend that there was a status bar shifting all the
navigation icons down; by setting this to 0 we now spread
the navigation icons evenly across the entire display.

Bug: 5530481
Bug: 5459659
Change-Id: I7f8663049c597300818549f18d7a419537f44b96
es/layout/navigation_bar.xml
2bae01b22ca7332d1c525754f59a7abb9012bac8 28-Oct-2011 Eric Fischer <enf@google.com> Import revised translations. DO NOT MERGE

Change-Id: I0561d6196a615b9918f48f14cfbeb7de0b0c6f9d
es/values-tr/strings.xml
4c7926fa27dacb92c8c7f3d57c4a3713dc0e3867 28-Oct-2011 Daniel Sandler <dsandler@android.com> Merge "Tuning parameters for mobile RSSI." into ics-mr1
ee5954a8fe890a373f6e651c50ca5a2c53dac756 28-Oct-2011 Eric Fischer <enf@google.com> Merge "Import revised translations."
26854db6cc1b9deecc7afdfcb6e94a00f098b1c5 28-Oct-2011 Eric Fischer <enf@google.com> Import revised translations.

Change-Id: Ide005a710989450022c6c2e703f7573cc72523e9
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-es/strings.xml
es/values-fa/strings.xml
es/values-it/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sr/strings.xml
es/values-th/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
b7f4327e2d0ba84f0c12fd0e6a9b9f796e6ec9ed 28-Oct-2011 Michael Jurka <mikejurka@google.com> Fix: never show recents over lock screen

Bug # 5150985

Change-Id: I0672c5e2562f1d4a7e45eba444ca186901236af3
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
9b5ae0ce51a1835ea3881fb51eae4897210430ed 26-Aug-2011 Daniel Sandler <dsandler@android.com> Tuning parameters for mobile RSSI.

* Allow phone RSSI to be shown instead of data
* Allow "3G" to be shown for all sub-4G networks

Change-Id: I0dc61ee039d1065ad6ccd63a2b2420edc62cb62e
es/values/config.xml
rc/com/android/systemui/statusbar/policy/NetworkController.java
e4cce21040de01f4316cdaa00bbbb49196ea8a13 28-Oct-2011 Daniel Sandler <dsandler@android.com> am ae561ae6: Merge "Fix initial Bluetooth icon state." into ics-mr1

* commit 'ae561ae62faf16ecd44b058ef966afd9b84feefe':
Fix initial Bluetooth icon state.
ae561ae62faf16ecd44b058ef966afd9b84feefe 28-Oct-2011 Daniel Sandler <dsandler@android.com> Merge "Fix initial Bluetooth icon state." into ics-mr1
632c4a32e667fd5037475c62b9e582fe61362641 28-Oct-2011 Peter Ng <petergng@google.com> am 81bd76e4: Merge "Removing 2nd background clock font display from statusbar and lock screen" into ics-mr1

* commit '81bd76e4b33ea00d30bb2b2193ca5bd0cf445546':
Removing 2nd background clock font display from statusbar and lock screen
7a0c0d5a3ec16713ea7db615ba6f7b400c92c6d6 28-Oct-2011 Justin Ho <justinho@google.com> am a196c688: am 9e7407ed: Merge "Increase navigation icon brightness by 10%" into ics-mr0

* commit 'a196c688ed1c8aa92d711b53c4dabd7d1399e740':
Increase navigation icon brightness by 10%
c3f48169d5f1d1d6b133856009d8354004c2fd94 28-Oct-2011 Justin Ho <justinho@google.com> am 64653ac2: am e7ff3906: Merge "Increase notification icon brightness" into ics-mr0

* commit '64653ac2fa32a679f0695495764146a4be47897e':
Increase notification icon brightness
81bd76e4b33ea00d30bb2b2193ca5bd0cf445546 28-Oct-2011 Peter Ng <petergng@google.com> Merge "Removing 2nd background clock font display from statusbar and lock screen" into ics-mr1
a196c688ed1c8aa92d711b53c4dabd7d1399e740 28-Oct-2011 Justin Ho <justinho@google.com> am 9e7407ed: Merge "Increase navigation icon brightness by 10%" into ics-mr0

* commit '9e7407ed2b18800291612fb9fb355ef062801f07':
Increase navigation icon brightness by 10%
64653ac2fa32a679f0695495764146a4be47897e 28-Oct-2011 Justin Ho <justinho@google.com> am e7ff3906: Merge "Increase notification icon brightness" into ics-mr0

* commit 'e7ff39066c42f66913dbe23f61478273daa30f4d':
Increase notification icon brightness
15fade2ebd12c75dab07c7f8565c333a7e739e2b 28-Oct-2011 Daniel Sandler <dsandler@android.com> am d939dd2e: Merge "Fix race condition in status bar init code." into ics-mr1

* commit 'd939dd2eaacbe898dc82170a4b41a7248fe182e6':
Fix race condition in status bar init code.
d939dd2eaacbe898dc82170a4b41a7248fe182e6 28-Oct-2011 Daniel Sandler <dsandler@android.com> Merge "Fix race condition in status bar init code." into ics-mr1
ccff48b7cb4a1dd81ee90fb31d4dedf5dc71b8d0 24-Oct-2011 Jim Miller <jaggies@google.com> Removing 2nd background clock font display from statusbar and lock screen

Change-Id: If9edfed231cde6590b28fc2115d78bc97b74ae4e
rc/com/android/systemui/statusbar/tablet/HoloClock.java
9e7407ed2b18800291612fb9fb355ef062801f07 28-Oct-2011 Justin Ho <justinho@google.com> Merge "Increase navigation icon brightness by 10%" into ics-mr0
456bb48218f32a0a75598a3c088bef3007551f15 28-Oct-2011 Justin Ho <justinho@google.com> Increase notification icon brightness

Bug: 5526912
Change-Id: Ieca2160bc3ecfc11dc2196491a74956d7554eaa5
es/values/dimens.xml
bceff71b9231643090d0dad6e3f1e1aac6fda1a2 27-Oct-2011 Justin Ho <justinho@google.com> Increase navigation icon brightness by 10%

Still increase to 1.0 when pressed

Bug: 5509557
Change-Id: I21e5430241f47f3ac8cec2b1f67973c42d23c207
rc/com/android/systemui/statusbar/policy/KeyButtonView.java
208e1a159d4edbe763e4ba62d7e812903ef78cc0 27-Oct-2011 Michael Jurka <mikejurka@google.com> am c4f09e03: Merge "Fix recents button on large devices (5490265)" into ics-mr1

* commit 'c4f09e03099cddc57aa5b777921182ab1d13ae8a':
Fix recents button on large devices (5490265)
c4f09e03099cddc57aa5b777921182ab1d13ae8a 27-Oct-2011 Michael Jurka <mikejurka@google.com> Merge "Fix recents button on large devices (5490265)" into ics-mr1
60912254972abee324f10f57b0093732aa01adb8 27-Oct-2011 Eric Fischer <enf@google.com> Merge "Import revised translations. DO NOT MERGE" into ics-mr0
0dd6b86948154f0f16e01e34c5e16658b6599856 27-Oct-2011 Daniel Sandler <dsandler@android.com> am 9760cd14: Merge "Restore bluetooth icons on tablets." into ics-mr1

* commit '9760cd1463f06f12c1049fb7ee26796d01cbab99':
Restore bluetooth icons on tablets.
9760cd1463f06f12c1049fb7ee26796d01cbab99 27-Oct-2011 Daniel Sandler <dsandler@android.com> Merge "Restore bluetooth icons on tablets." into ics-mr1
e3b7a2d13e46fe5e2faa4ec13bfff9e1f02b4145 27-Oct-2011 Daniel Sandler <dsandler@android.com> Fix initial Bluetooth icon state.

Bug: 5206026
Change-Id: I17cd7ec00fefc0598673b885331c03ebbdf1bc39
rc/com/android/systemui/statusbar/phone/PhoneStatusBarPolicy.java
5571ab2d47c434abf57621d7502fcf4850bb477e 27-Oct-2011 Michael Jurka <mikejurka@google.com> Fix recents button on large devices (5490265)

- Also, delay preloading recents so that we get haptic feedback immediately (5507038)

Change-Id: I8a22ad719493bd9cfec0ef56d09949b164c1451b
rc/com/android/systemui/recent/RecentsPanelView.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
0f167d75667e1e4f731c2ab1166d345572a4ef46 27-Oct-2011 Daniel Sandler <dsandler@android.com> Restore bluetooth icons on tablets.

- status bar
- notification panel header area

Bug: 5385369
Change-Id: I382b9e4fbd3dd440919484c70d50b00ce85a8fa1
es/layout-sw600dp/status_bar_notification_area.xml
rc/com/android/systemui/statusbar/policy/BluetoothController.java
53c92820da4613993b7c84a7c439508fe44e0d2a 27-Oct-2011 Winson Chung <winsonc@google.com> Using fast-invalidate pattern for screenshot animations.

Change-Id: I33e2dc72986a1e0309b33e9e4a71e131396fc2c8
rc/com/android/systemui/screenshot/GlobalScreenshot.java
bb53aa4cc38ea535a04c0a1cf9fb5bcdb68674a2 27-Oct-2011 Eric Fischer <enf@google.com> Import revised translations. DO NOT MERGE

Change-Id: I667d7530fd0308b7bd62abf2eec96a9178580d4b
es/values-de/strings.xml
es/values-it/strings.xml
es/values-nb/strings.xml
es/values-pl/strings.xml
es/values-ru/strings.xml
es/values-zh-rCN/strings.xml
80d67c66cef1b6cded786ec51d87a0c786ac12c6 27-Oct-2011 Eric Fischer <enf@google.com> Merge "Import revised translations. DO NOT MERGE" into ics-mr1
aaadb54a404cc91f4369e3479bca658f9ab8a1c3 27-Oct-2011 Justin Ho <justinho@google.com> am 1825e51b: am d24b020e: Merge "Brighter sysbar assets Bug: 5509557" into ics-mr0

* commit '1825e51b2d35e3b5a06411274ea4382da0439973':
Brighter sysbar assets Bug: 5509557
3336e7d728621b800bebe0718f8bc7494090a486 27-Oct-2011 Peter Ng <petergng@google.com> Asset updates for tablet notifications and layout fixes to quicksettings

Bug: 5522957
Change-Id: I5c13fd3d05c3634ced0d703b2dae02e813b41725
es/drawable-large-hdpi/notify_panel_clock_bg_normal.9.png
es/drawable-large-hdpi/notify_panel_clock_bg_pressed.9.png
es/drawable-large-hdpi/notify_panel_notify_bg.9.png
es/drawable-large-mdpi/notify_panel_clock_bg_normal.9.png
es/drawable-large-mdpi/notify_panel_clock_bg_pressed.9.png
es/drawable-large-mdpi/notify_panel_notify_bg.9.png
es/drawable-large-xhdpi/notify_panel_clock_bg_normal.9.png
es/drawable-large-xhdpi/notify_panel_clock_bg_pressed.9.png
es/drawable-large-xhdpi/notify_panel_notify_bg.9.png
es/drawable-sw600dp-hdpi/notify_panel_clock_bg_normal.9.png
es/drawable-sw600dp-hdpi/notify_panel_clock_bg_pressed.9.png
es/drawable-sw600dp-hdpi/notify_panel_notify_bg.9.png
es/drawable-sw600dp-mdpi/notify_panel_clock_bg_normal.9.png
es/drawable-sw600dp-mdpi/notify_panel_clock_bg_pressed.9.png
es/drawable-sw600dp-mdpi/notify_panel_notify_bg.9.png
es/drawable-sw600dp-xhdpi/notify_panel_clock_bg_normal.9.png
es/drawable-sw600dp-xhdpi/notify_panel_clock_bg_pressed.9.png
es/drawable-sw600dp-xhdpi/notify_panel_notify_bg.9.png
es/layout-sw600dp/status_bar_notification_panel_title.xml
es/values-sw600dp/styles.xml
440cfec872847366169ee4c72c8b05372ede4b05 27-Oct-2011 Eric Fischer <enf@google.com> Import revised translations. DO NOT MERGE

Change-Id: I2a75aaed297a6abd14a40d03c01c1ce0ea4abf1e
es/values-de/strings.xml
es/values-it/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-ru/strings.xml
es/values-zh-rCN/strings.xml
6e8db88b4b31a6e0211561f25ee1a422e4797ba1 26-Oct-2011 Daniel Sandler <dsandler@android.com> Fix race condition in status bar init code.

There was a hole between the initial call to get the display
metrics and the attachment of the status bar to its window,
meaning there was an opportunity for the orientation to
change without the status bar's orientation change handler
being called. In this scenario the notification panel would
be sized for the wrong orientation until the configuration
changed again in some way.

Bug: 5509445
Change-Id: Ib1bff79c317945a61ccfccddc073cce015f34caa
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
1825e51b2d35e3b5a06411274ea4382da0439973 27-Oct-2011 Justin Ho <justinho@google.com> am d24b020e: Merge "Brighter sysbar assets Bug: 5509557" into ics-mr0

* commit 'd24b020e5e6911591f3535815ef9f86b0d57f65c':
Brighter sysbar assets Bug: 5509557
d24b020e5e6911591f3535815ef9f86b0d57f65c 27-Oct-2011 Justin Ho <justinho@google.com> Merge "Brighter sysbar assets Bug: 5509557" into ics-mr0
9d7ae974b368ab42ee61e44873c6a5ffb985bf98 27-Oct-2011 Justin Ho <justinho@google.com> Brighter sysbar assets
Bug: 5509557

Change-Id: I487bbb62ed7a9f39aab4dca0260e5f06de729d43
es/drawable-hdpi/ic_sysbar_back.png
es/drawable-hdpi/ic_sysbar_back_ime_default.png
es/drawable-hdpi/ic_sysbar_back_land.png
es/drawable-hdpi/ic_sysbar_highlight.png
es/drawable-hdpi/ic_sysbar_home.png
es/drawable-hdpi/ic_sysbar_home_land.png
es/drawable-hdpi/ic_sysbar_recent.png
es/drawable-hdpi/ic_sysbar_recent_land.png
es/drawable-mdpi/ic_sysbar_back.png
es/drawable-mdpi/ic_sysbar_back_ime_default.png
es/drawable-mdpi/ic_sysbar_back_land.png
es/drawable-mdpi/ic_sysbar_home.png
es/drawable-mdpi/ic_sysbar_home_land.png
es/drawable-mdpi/ic_sysbar_recent.png
es/drawable-mdpi/ic_sysbar_recent_land.png
es/drawable-xhdpi/ic_sysbar_back.png
es/drawable-xhdpi/ic_sysbar_back_ime_default.png
es/drawable-xhdpi/ic_sysbar_back_land.png
es/drawable-xhdpi/ic_sysbar_home.png
es/drawable-xhdpi/ic_sysbar_home_land.png
es/drawable-xhdpi/ic_sysbar_recent.png
es/drawable-xhdpi/ic_sysbar_recent_land.png
35e6a685d6c9eccd3c2936d42b7a19263daa646b 26-Oct-2011 Justin Ho <justinho@google.com> am 733442e3: am 650c052a: Merge "Notification icons increased opaqueness by 10%" into ics-mr0

* commit '733442e33ab20c04fe115d295e2b74967e8e448d':
Notification icons increased opaqueness by 10%
733442e33ab20c04fe115d295e2b74967e8e448d 26-Oct-2011 Justin Ho <justinho@google.com> am 650c052a: Merge "Notification icons increased opaqueness by 10%" into ics-mr0

* commit '650c052aa38447c363163126afffb16f314bbb11':
Notification icons increased opaqueness by 10%
650c052aa38447c363163126afffb16f314bbb11 26-Oct-2011 Justin Ho <justinho@google.com> Merge "Notification icons increased opaqueness by 10%" into ics-mr0
4c02afa74687026559e12ddfb8f38fdf6a9d6921 26-Oct-2011 Peter Ng <petergng@google.com> Notification icons increased opaqueness by 10%

Bug: 5509556
Change-Id: Ibecaecc32c9e0311e5141e8acf5a1979bb1c9260
es/values/dimens.xml
0170850207d371628e0554a862d2ce44b3ef28e7 26-Oct-2011 Eric Fischer <enf@google.com> Import revised translations. DO NOT MERGE

Change-Id: I49ab9333e978be18d8c01284349cf5e61b73043d
es/values-af/strings.xml
es/values-am/strings.xml
es/values-ar/strings.xml
es/values-bg/strings.xml
es/values-ca/strings.xml
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-en-rGB/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hi/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-it/strings.xml
es/values-iw/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-ms/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-rm/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv/strings.xml
es/values-sw/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
es/values-zu/strings.xml
e34395cc7a20bec73311fbee8d111c0f2f49d3ca 26-Oct-2011 Eric Fischer <enf@google.com> Import revised translations. DO NOT MERGE

Change-Id: Id71f059af3b7e40f387a92190f043ab5fbc62594
es/values-cs/strings.xml
es/values-de/strings.xml
es/values-es/strings.xml
es/values-fa/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sr/strings.xml
e49cf107e2533b7ca71c500bc20a0f6dcdf9efdc 25-Oct-2011 Ed Heyl <ed@google.com> merge ics-mr0

Change-Id: I4f0b2bb1b1136c9467e9d55f57f5333153cae65d
0af56a5d4c7f60326c4efb86bf25d12c956d9586 25-Oct-2011 Eric Fischer <enf@google.com> Import revised translations.

Change-Id: I5db0a5df334833af2e2109123d05a9f76c745cf6
es/values-af/strings.xml
es/values-am/strings.xml
es/values-ar/strings.xml
es/values-bg/strings.xml
es/values-ca/strings.xml
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-en-rGB/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hi/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-it/strings.xml
es/values-iw/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-ms/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-rm/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv/strings.xml
es/values-sw/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
es/values-zu/strings.xml
bd552b5e71f7081fb1f9ea43b16526a6ba35eef3 25-Oct-2011 Eric Fischer <enf@google.com> Import revised translations. DO NOT MERGE

Change-Id: Id569b9c96050e409e414f08bb72cf0c32f812744
es/values-bg/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-es-rUS/strings.xml
es/values-hr/strings.xml
es/values-iw/strings.xml
es/values-ko/strings.xml
es/values-lv/strings.xml
es/values-ms/strings.xml
es/values-nl/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-zh-rTW/strings.xml
723fe12644c7758772cb0b119cfcf73b30a6e4e0 24-Oct-2011 Peter Ng <petergng@google.com> Merge "Stat notify image update"
be25d5b05639c8475b7faf312959923db86efa5d 22-Oct-2011 Peter Ng <petergng@google.com> Merge "Do not merge - Recents background protection increased" into ics-mr0
148d5bd855e4872bbe99870b0019462bcf73b72c 22-Oct-2011 Eric Fischer <enf@google.com> Merge "Import revised translations. DO NOT MERGE" into ics-mr0
02d6fa584085c9b032b7d5748c628558350360d2 21-Oct-2011 Peter Ng <petergng@google.com> Do not merge - Recents background protection increased

Change-Id: I45719b44102c088c82b619c717db3df31930c1b3
es/drawable/status_bar_recents_background.xml
es/values/colors.xml
11baab83d338b46f4d5e94f98bab0469f3a07cfe 22-Oct-2011 Peter Ng <petergng@google.com> Stat notify image update

Change-Id: I39bd3df75f88ad0f39cdc24b29e9726e4ab9cf15
es/drawable-hdpi/stat_notify_image.png
es/drawable-hdpi/stat_notify_image_error.png
es/drawable-mdpi/stat_notify_image.png
es/drawable-mdpi/stat_notify_image_error.png
es/drawable-xhdpi/stat_notify_image.png
es/drawable-xhdpi/stat_notify_image_error.png
6d93ea74956277142213c5cf12b1eb5814ba7b7e 22-Oct-2011 Daniel Shiplacoff <danship@google.com> Merge "Recents background protection increased"
66358bbd3e6d4de3c2531eae73095358b6de302c 21-Oct-2011 Eric Fischer <enf@google.com> Import revised translations. DO NOT MERGE

Change-Id: Ia333fa4ab1d72588e9c9ae4a9ef069eccdc9b485
es/values-af/strings.xml
es/values-bg/strings.xml
es/values-ca/strings.xml
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hi/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-it/strings.xml
es/values-iw/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-ms/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sv/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
es/values-zu/strings.xml
19da321c9a27c3cfaddd31cfd36ce30da2648b99 21-Oct-2011 Winson Chung <winsonc@google.com> am 53a1b82c: Merge "Last update for screenshot animations for MR0. (Bug: 5333706)" into ics-mr0

* commit '53a1b82c9a2133c5c3184898335fce0826279691':
Last update for screenshot animations for MR0. (Bug: 5333706)
3ed8933b12db75ef2e139cb26f149640fb36bcaa 21-Oct-2011 Peter Ng <petergng@google.com> Recents background protection increased

Change-Id: I45719b44102c088c82b619c717db3df31930c1b3
es/drawable/status_bar_recents_background.xml
es/values/colors.xml
53a1b82c9a2133c5c3184898335fce0826279691 21-Oct-2011 Winson Chung <winsonc@google.com> Merge "Last update for screenshot animations for MR0. (Bug: 5333706)" into ics-mr0
22ca09595d4b6f4301414f26d6d502eb0e989a88 21-Oct-2011 Winson Chung <winsonc@google.com> Last update for screenshot animations for MR0. (Bug: 5333706)

- Also adding proper border asset

Change-Id: I423389d1a68498b2e470e6d483f5b7542a814c31
es/drawable-hdpi/global_screenshot_background.9.png
es/drawable-hdpi/screenshot_panel.9.png
es/drawable-mdpi/global_screenshot_background.9.png
es/drawable-mdpi/screenshot_panel.9.png
es/drawable-xhdpi/global_screenshot_background.9.png
es/drawable-xhdpi/screenshot_panel.9.png
es/layout/global_screenshot.xml
es/values/dimens.xml
rc/com/android/systemui/screenshot/GlobalScreenshot.java
3e04e6b48dd4e2c05ce334a5e77e3e277c48cfa6 21-Oct-2011 Eric Fischer <enf@google.com> Import revised translations.

Change-Id: I35861d5a5797cfe400d6e831d245f93263ca3df2
es/values-af/strings.xml
es/values-am/strings.xml
es/values-ar/strings.xml
es/values-ca/strings.xml
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hi/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-it/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-ms/strings.xml
es/values-nb/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-ro/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv/strings.xml
es/values-sw/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
es/values-zu/strings.xml
7ec4284ab2026a82e6904a4974db8f947c159960 20-Oct-2011 Eric Fischer <enf@google.com> Merge "Import revised translations. DO NOT MERGE" into ics-mr0
0d00210f99d7b003cd6c7e19372e85db9749ab23 20-Oct-2011 Eric Fischer <enf@google.com> Import revised translations. DO NOT MERGE

Change-Id: I2f0393068bfeaaf7d751643355c6ce74a96a2419
es/values-af/strings.xml
es/values-am/strings.xml
es/values-ar/strings.xml
es/values-bg/strings.xml
es/values-ca/strings.xml
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-en-rGB/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hi/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-it/strings.xml
es/values-iw/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-ms/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-rm/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv/strings.xml
es/values-sw/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
es/values-zu/strings.xml
ee89393f5f48c1d621af291121d1624b6127dba5 20-Oct-2011 Daniel Sandler <dsandler@android.com> am 0d6ff010: Tune wifi RSSI code (see bug 5241139).

* commit '0d6ff01050af1bc37ee383c9c7ed1b3a3aa775bf':
Tune wifi RSSI code (see bug 5241139).
0d6ff01050af1bc37ee383c9c7ed1b3a3aa775bf 20-Oct-2011 Daniel Sandler <dsandler@android.com> Tune wifi RSSI code (see bug 5241139).

Bug: 5241139
Change-Id: I3fef432c39f1b33532e48b643bd9268d3df0f864
rc/com/android/systemui/statusbar/policy/NetworkController.java
c919cd77eee93b55e0ab2f8495d200b9defdf2c0 20-Oct-2011 Winson Chung <winsonc@google.com> am 44630c72: Merge "Updating the screenshot notification icons." into ics-mr0

* commit '44630c72651803ba1dedba3b5352cad8a8a62ace':
Updating the screenshot notification icons.
b787a751760de544f0d83bb7ddf9405ae6e4e481 20-Oct-2011 Winson Chung <winsonc@google.com> Updating the screenshot notification icons.

Change-Id: If4c4632e73445d69f13805b6e472a167a85d6601
es/drawable-hdpi/stat_notify_image.png
es/drawable-hdpi/stat_notify_image_error.png
es/drawable-mdpi/stat_notify_image.png
es/drawable-mdpi/stat_notify_image_error.png
es/drawable-xhdpi/stat_notify_image.png
es/drawable-xhdpi/stat_notify_image_error.png
rc/com/android/systemui/screenshot/GlobalScreenshot.java
22522289fc0fda5c5fdd8c74e72c9f1f84e421f1 20-Oct-2011 Daniel Sandler <dsandler@android.com> am 84e825a8: Merge "Add hasNavigationBar() to the window manager." into ics-mr0

* commit '84e825a84d7dde03042228c79638935c92d13c92':
Add hasNavigationBar() to the window manager.
84e825a84d7dde03042228c79638935c92d13c92 20-Oct-2011 Daniel Sandler <dsandler@android.com> Merge "Add hasNavigationBar() to the window manager." into ics-mr0
5a631b6b2fdca176a3bb22ca128137b883292ae7 20-Oct-2011 Adam Cohen <adamcohen@google.com> Merge "Manually merging screenshot notification string changes to master."
0c4ccff36930ff4f0292b94ad51e164c9fa060a3 19-Oct-2011 Daniel Sandler <dsandler@android.com> Add hasNavigationBar() to the window manager.

It is no longer sufficient to check the value of
internal.R.bool.config_showNavigationBar to determine if a
navigation bar (separate from the status bar) is shown on a
device, because the emulator needs to be able to override
this value (now possible by setting qemu.hw.mainkeys to "1"
or "0", for navbar or no navbar, respectively).

This logic is now contained in PhoneWindowManager, and any
clients wishing to know whether the system has a software
nav bar should consult the new hasNavigationBar() method.

Bug: 5404945
Change-Id: I119d32a8c84b88b2ef46f63244e7f11dc5de0359
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
dc1269b5469e3d2b12c8f355b136e0d8f9a2608f 19-Oct-2011 Daniel Sandler <dsandler@android.com> am 2f6a5327: Merge "Auto-close if you swipe away the last notification." into ics-mr0

* commit '2f6a53270f113a244f3b6ca91a1efef2c4a26fac':
Auto-close if you swipe away the last notification.
2f6a53270f113a244f3b6ca91a1efef2c4a26fac 19-Oct-2011 Daniel Sandler <dsandler@android.com> Merge "Auto-close if you swipe away the last notification." into ics-mr0
b5968c780d1956109438a6844b352d725546a07b 19-Oct-2011 Winson Chung <winsonc@google.com> Manually merging screenshot notification string changes to master.

Change-Id: I35468b5e641078d772c19505765db90adea2445b
es/values/strings.xml
c1c24304316b3cd3bef89169de5aeb33564e756a 19-Oct-2011 Michael Jurka <mikejurka@google.com> am 9a76afff: Merge "Make Recent Apps faster" into ics-mr0

* commit '9a76afff4da4bd51685b0938439c4f4a0e19345f':
Make Recent Apps faster
9a76afff4da4bd51685b0938439c4f4a0e19345f 19-Oct-2011 Michael Jurka <mikejurka@google.com> Merge "Make Recent Apps faster" into ics-mr0
8cc36e572876f3bb9197f0109db3042466e5f917 17-Oct-2011 Daniel Sandler <dsandler@android.com> Auto-close if you swipe away the last notification.

Matias, I think this will enchant you.

Bug: 4902177
Change-Id: I748b62d3928519455b6b98b0b074a1204e2fdb4b
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
af50cd94fe6bb51231c83cc2344f381a194d1b5a 19-Oct-2011 Eric Fischer <enf@google.com> Merge "Import revised translations."
412cba8aa10231cdf515d9400a754e8a16a8eb3d 17-Oct-2011 Michael Jurka <mikejurka@google.com> Make Recent Apps faster

- start loading on touch down
- avoid unneeded calls to onLayout
- don't fade in thumbnails if they've been loaded before we show recent apps
- don't pause between loading thumbnails
- fade in thumbnails+shadow (rather than just thumbnail as before)

Change-Id: I6dd4be7f52f9e8b51284ae052614719db8e71dc5
es/anim/recent_appear.xml
es/layout-land/status_bar_recent_item.xml
es/layout-port/status_bar_recent_item.xml
es/layout-sw600dp/status_bar_recent_item.xml
rc/com/android/systemui/recent/RecentTasksLoader.java
rc/com/android/systemui/recent/RecentsPanelView.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
74cf7204644f4a30602a223bb5f687abaa2c4a0f 19-Oct-2011 Winson Chung <winsonc@google.com> am 9beac371: Merge "Fixing issue where screenshot intent to file path did not show other screenshots. (Bug: 5333706)" into ics-mr0

* commit '9beac371dd3f3977c3e0ab471a776a5191590f63':
Fixing issue where screenshot intent to file path did not show other screenshots. (Bug: 5333706)
ee5aa0e867657f06b63f1582f23af1cc1799f19a 19-Oct-2011 Winson Chung <winsonc@google.com> Merge "DO NOT MERGE. Updating screenshot notification strings. (Bug: 5333706)" into ics-mr0
b0d150aa53ad34ea0a5b0da74bbdeb9ecd5a46b7 19-Oct-2011 Eric Fischer <enf@google.com> Import revised translations.

Change-Id: I83ab00ec220b7c0ba0d37e7f4c91e945e35aab39
es/values-af/strings.xml
es/values-am/strings.xml
es/values-ar/strings.xml
es/values-bg/strings.xml
es/values-ca/strings.xml
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-en-rGB/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hi-land/strings.xml
es/values-hi-large/strings.xml
es/values-hi/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-it/strings.xml
es/values-iw/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-ms/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-rm/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv/strings.xml
es/values-sw/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
es/values-zu/strings.xml
014475f30cc8a51a9779b0ba6295c8c7dccad4d2 18-Oct-2011 Winson Chung <winsonc@google.com> DO NOT MERGE. Updating screenshot notification strings. (Bug: 5333706)

Change-Id: I6d6c0fa7c372c887603f055ac8b0588cc2d1a90f
es/values/strings.xml
36c9e29cc6554fc1fe34565b93c2280f6a6b4cf9 18-Oct-2011 Winson Chung <winsonc@google.com> Fixing issue where screenshot intent to file path did not show other screenshots. (Bug: 5333706)

- Upping the priority of the saving background thread

Change-Id: I274991261f46eece3773ca1f84d2a1cb7b6f4e7b
rc/com/android/systemui/screenshot/GlobalScreenshot.java
841d79497d9eff2d4df6948380b79db316d24dc3 18-Oct-2011 Chet Haase <chet@google.com> am 87bc53de: Merge "Make notification panel delete-all animation smoother" into ics-mr0

* commit '87bc53de2adf479ad5a5e226bf3d8fd31af6dc21':
Make notification panel delete-all animation smoother
2f2022afa1eb85018368398bd150e9575fc099c9 11-Oct-2011 Chet Haase <chet@google.com> Make notification panel delete-all animation smoother

Making the notfication delete-all animation smoother by carefully
choreographing the various parts of it. The problem with the previous
animation was that there was simply too much going on at the
same time, causing things like layout and recreating display-lists
in the middle of animations that became choppy as a result. This
approach swipes all items off quickly, then scrolls the shade up to the
top, making both sets of animations smoother as a result.

Fixes #5431207: Notification delete-all should be smoother

Change-Id: Iefe8ab5d661e05adcd10379dab85227d17904450
rc/com/android/systemui/SwipeHelper.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/policy/NotificationRowLayout.java
0ad8c3c86e4a9c3a16e783ba6c5396ebac111d55 18-Oct-2011 Michael Jurka <mikejurka@google.com> am 6d9d17fd: Merge "Visual changes to recent apps" into ics-mr0

* commit '6d9d17fdd299642330dac321a9fa4099abaae220':
Visual changes to recent apps
6d9d17fdd299642330dac321a9fa4099abaae220 18-Oct-2011 Michael Jurka <mikejurka@google.com> Merge "Visual changes to recent apps" into ics-mr0
3c44e8d22cf995821cc79dbe77a1b587aac7a3d7 18-Oct-2011 Eric Fischer <enf@google.com> Merge "Import revised translations. DO NOT MERGE" into ics-mr0
b1af21d0a66c750134e4437a76430786bdd08066 18-Oct-2011 Winson Chung <winsonc@google.com> am 5310a731: Merge "Updating screenshot animation and behaviour. (Bug: 5333706)" into ics-mr0

* commit '5310a731eab664352044781d4b107b4837ea77ac':
Updating screenshot animation and behaviour. (Bug: 5333706)
21a7408323223246ad0757dfa66252e47fd3f287 18-Oct-2011 Eric Fischer <enf@google.com> Import revised translations. DO NOT MERGE

Change-Id: If2637d835559b2bdfc5b19d74aedf17aa660bdc7
es/values-af/strings.xml
es/values-am/strings.xml
es/values-ar/strings.xml
es/values-bg/strings.xml
es/values-ca/strings.xml
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-en-rGB/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hi-land/strings.xml
es/values-hi-large/strings.xml
es/values-hi/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-it/strings.xml
es/values-iw/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-ms/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-rm/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv/strings.xml
es/values-sw/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
es/values-zu/strings.xml
a63bb84bbe98e72871c2138ab3eb517d0f9a80ef 17-Oct-2011 Winson Chung <winsonc@google.com> Updating screenshot animation and behaviour. (Bug: 5333706)

- Removing the second ticker text
- Adding a new animation to the status bar
- Adding a large icon to the notification

Change-Id: I8778178519fc72ffc299e8d624069b684475191d
es/values/dimens.xml
rc/com/android/systemui/screenshot/GlobalScreenshot.java
rc/com/android/systemui/screenshot/TakeScreenshotService.java
b837c7a9480b5f7e5008b51ba66d6b3c5f192538 17-Oct-2011 Claudia de Veaux <deveaux@google.com> String edits to bring to standards.
Bugs: 5165745, 5163232, 5162668, 5162667, 5162328

Change-Id: I6dbe1ea100397e4cfa98997928ff1662728b6e9c
es/values/strings.xml
63fae9d56286e7c51261a5a00755466b350efa33 17-Oct-2011 Peter Ng <petergng@google.com> Merge "Layout changes to recents" into ics-mr0
61e980d6187aa052e92387d7b12b3179a9427db4 17-Oct-2011 Daniel Sandler <dsandler@android.com> Merge "Turn off chatty logging." into ics-mr0
49a98c8f64d16eab3f2de48a04ac2a9e986abb76 17-Oct-2011 Winson Chung <winsonc@google.com> Merge "Showing notifications after taking a screenshot (Bug: 5333706)" into ics-mr0
7c35174a6f0fd6a01b6d63418bf4355f16b8ae64 17-Oct-2011 Daniel Sandler <dsandler@android.com> Turn off chatty logging.

Bug: 5120636 // connection state
Bug: 5125930 // status bar
Change-Id: I5713a4d63df7c51f9e2f53ea21aa66973f74d4c6
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/policy/NetworkController.java
92c88eb91dbfe6e96342c8e1dbfe3a59d9a3ffde 17-Oct-2011 Michael Jurka <mikejurka@google.com> Visual changes to recent apps

- changing background to be gradient
- adding shadow to app thumbnails

Change-Id: I0ea7e4900f99adf17c74b885c66a7118bc831595
es/drawable-hdpi/recents_thumbnail_bg.9.png
es/drawable-mdpi/recents_thumbnail_bg.9.png
es/drawable-xhdpi/recents_thumbnail_bg.9.png
es/drawable/recents_thumbnail_bg.xml
es/drawable/recents_thumbnail_fg.xml
es/drawable/status_bar_recents_background.xml
es/values-land/config.xml
es/values-port/config.xml
es/values/colors.xml
rc/com/android/systemui/recent/RecentsPanelView.java
rc/com/android/systemui/recent/RecentsScrollViewPerformanceHelper.java
2d136a83a012f8a27aee0300d264243728d12611 13-Oct-2011 Peter Ng <petergng@google.com> Layout changes to recents

Bug: 5411813

-gravity is set to center
-textsize is smaller
-app icon placement now hangs off the screenshot
-recents callout line now defined in colors
-recents thumbnail normal state drawable added

Change-Id: Ibeaec7e3f0a3bcdbe3f990886b1536cb7d7fdc03
es/drawable-hdpi/recents_callout_line.9.png
es/drawable-hdpi/recents_thumbnail_bg_normal.9.png
es/drawable-mdpi/recents_callout_line.9.png
es/drawable-mdpi/recents_thumbnail_bg_normal.9.png
es/drawable-xhdpi/recents_callout_line.9.png
es/drawable-xhdpi/recents_thumbnail_bg_normal.9.png
es/layout-land/status_bar_recent_item.xml
es/layout-port/status_bar_recent_item.xml
es/layout/status_bar_no_recent_apps.xml
es/values-land/dimens.xml
es/values-port/dimens.xml
es/values/colors.xml
es/values/dimens.xml
7362e0d8fe6bd6739dbd22c2ad4c2c7fb0f7c1d4 14-Oct-2011 Daniel Sandler <dsandler@android.com> Merge "Adjust text sizes for better behavior under user scaling." into ics-mr0
ed37b1bf73ae274da6e50194c824a669fcecb5c0 14-Oct-2011 Daniel Sandler <dsandler@android.com> Merge "Shrink the ticker's icon to match the status bar." into ics-mr0
57d74de48bfbbd67603a21ccab5b61b498ed2209 14-Oct-2011 Daniel Sandler <dsandler@android.com> Adjust text sizes for better behavior under user scaling.

Text that is supposed to go in the status bar must be sized
in dp, because the bar doesn't get bigger when the user text
scale increases.

Bug: 5108533 // related
Change-Id: I36c3f750ec78562555d4bbe68d601d18250e36ec
es/layout/status_bar.xml
es/layout/status_bar_expanded.xml
es/values/styles.xml
645e0990552fc671ac3e5daa345ec11404962d28 13-Oct-2011 Daniel Sandler <dsandler@android.com> Shrink the ticker's icon to match the status bar.

Bug: 5108533
Change-Id: Iff28aaefe068feb50a636fc1456c5a31d7bdb46e
es/layout/status_bar.xml
rc/com/android/systemui/statusbar/phone/Ticker.java
c57ccf01fe24ce508404c99b449e9097e6d8b270 14-Oct-2011 Winson Chung <winsonc@google.com> Showing notifications after taking a screenshot (Bug: 5333706)

- Fixing issue where ticker and swipe-to-remove wasn't working for updated notifications

Change-Id: Ib8ef07778a11028c9c2627830ee1dd4561d2ae3b
es/layout/global_screenshot.xml
es/values/strings.xml
rc/com/android/systemui/screenshot/GlobalScreenshot.java
rc/com/android/systemui/screenshot/TakeScreenshotService.java
rc/com/android/systemui/statusbar/StatusBar.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
dcb4e158bcddb8266afaf863ae8832b92bed62a7 14-Oct-2011 Peter Ng <petergng@google.com> Merge "Do Not Merge darker notification press state and divider" into ics-mr0
6252a8b1167934d53fd76d5f0910d993390636ce 14-Oct-2011 Jim Miller <jaggies@google.com> Merge "Fix 5386408: Send accessibility event when a recent app is removed." into ics-mr0
453b37f66ce60c59e426f6046249ee43a6bdde9b 07-Oct-2011 Peter Ng <petergng@google.com> Do Not Merge darker notification press state and divider

Bug: 3329721
Change-Id: I77ec70dd75d6e8009fc2f06741520167b7d34a42
es/drawable/notification_row_bg.xml
es/layout/status_bar_notification_row.xml
es/values/colors.xml
41f45e4969565d21f7d49b2b1cf828e27af73efa 14-Oct-2011 Justin Ho <justinho@google.com> Merge "Updated stat_sys wifi icons" into ics-mr0
86e12a82d2c25b04cbd2b51fb50b900b459593cd 14-Oct-2011 Justin Ho <justinho@google.com> Merge "Updated Systembar back and highlight assets Bug: 5411737" into ics-mr0
97175bc3277055047d4c3e6109824065f2abec5d 13-Oct-2011 Dianne Hackborn <hackbod@google.com> Merge "Fix issue #5446988: WindowManager warns BOOT TIMEOUT,..." into ics-mr0
38cc8960cbe09f8cb028a0cf8798c8c6fc75df33 13-Oct-2011 Dianne Hackborn <hackbod@google.com> Fix issue #5446988: WindowManager warns BOOT TIMEOUT,...

...dev.bootcomplete flags is set before boot animation is out

Also:

- Fix crash in recent apps if the intent for an old app didn't
happen to have the new task flag set.
- Fix issue where a crash in system UI would cause the crash
dialog to be displayed below it, effectively locking the UI. Now
the crash dialog for persistent processes is shown above everything
else.

Change-Id: I0312001a92beeae5f644c7c3e5c5e19f6716df36
rc/com/android/systemui/recent/RecentsPanelView.java
dba935659024a9ca83cb6bd3f1a9970e277f7658 06-Oct-2011 Daniel Sandler <dsandler@android.com> Break apart DISABLE_HOME and DISABLE_RECENT.

Additionally, start using setSystemUiVisibility() where
possible in the keyguard to allow activities and dialogs to
re-enable some of the navigation keys (notably: home but not
recents).

Finally, stop disabling MENU for activities atop the keyguard.

Bug: 5380495 // no home in driveabout, clock
Bug: 5396134 // able to show home/recent in keyguard
Change-Id: I04eb224554ee8cff79476b85148c4cda75bb0b62
rc/com/android/systemui/statusbar/phone/NavigationBarView.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
1084195d51d8d7cef5e0328e97eaee3ec1d4ecef 13-Oct-2011 Justin Ho <justinho@google.com> Updated stat_sys wifi icons

Change-Id: I28d022bc554656c23adcf959df00b0b1c5fd95a9
es/drawable-hdpi/stat_sys_signal_in.png
es/drawable-hdpi/stat_sys_signal_inout.png
es/drawable-hdpi/stat_sys_signal_out.png
es/drawable-hdpi/stat_sys_wifi_in.png
es/drawable-hdpi/stat_sys_wifi_inout.png
es/drawable-hdpi/stat_sys_wifi_out.png
es/drawable-mdpi/stat_sys_signal_in.png
es/drawable-mdpi/stat_sys_signal_inout.png
es/drawable-mdpi/stat_sys_signal_out.png
es/drawable-mdpi/stat_sys_wifi_in.png
es/drawable-mdpi/stat_sys_wifi_inout.png
es/drawable-mdpi/stat_sys_wifi_out.png
es/drawable-sw600dp-hdpi/stat_sys_signal_in.png
es/drawable-sw600dp-hdpi/stat_sys_signal_inout.png
es/drawable-sw600dp-hdpi/stat_sys_signal_out.png
es/drawable-sw600dp-hdpi/stat_sys_wifi_in.png
es/drawable-sw600dp-hdpi/stat_sys_wifi_inout.png
es/drawable-sw600dp-hdpi/stat_sys_wifi_out.png
es/drawable-sw600dp-mdpi/stat_sys_signal_in.png
es/drawable-sw600dp-mdpi/stat_sys_signal_inout.png
es/drawable-sw600dp-mdpi/stat_sys_signal_out.png
es/drawable-sw600dp-mdpi/stat_sys_wifi_in.png
es/drawable-sw600dp-mdpi/stat_sys_wifi_inout.png
es/drawable-sw600dp-mdpi/stat_sys_wifi_out.png
es/drawable-sw600dp-xhdpi/stat_sys_signal_in.png
es/drawable-sw600dp-xhdpi/stat_sys_signal_inout.png
es/drawable-sw600dp-xhdpi/stat_sys_signal_out.png
es/drawable-sw600dp-xhdpi/stat_sys_wifi_in.png
es/drawable-sw600dp-xhdpi/stat_sys_wifi_inout.png
es/drawable-sw600dp-xhdpi/stat_sys_wifi_out.png
es/drawable-xhdpi/stat_sys_signal_in.png
es/drawable-xhdpi/stat_sys_signal_inout.png
es/drawable-xhdpi/stat_sys_signal_out.png
es/drawable-xhdpi/stat_sys_wifi_in.png
es/drawable-xhdpi/stat_sys_wifi_inout.png
es/drawable-xhdpi/stat_sys_wifi_out.png
e0676f5b27cbd39f774399040c480b61910a729a 13-Oct-2011 Justin Ho <justinho@google.com> Updated Systembar back and highlight assets
Bug: 5411737

Change-Id: Ia33eec3e7a10650d64fd5999712c6baa54ace24f
es/drawable-hdpi/ic_sysbar_back.png
es/drawable-hdpi/ic_sysbar_highlight.png
es/drawable-mdpi/ic_sysbar_back.png
es/drawable-mdpi/ic_sysbar_highlight.png
es/drawable-xhdpi/ic_sysbar_back.png
es/drawable-xhdpi/ic_sysbar_highlight.png
1737776f861cf92f0e142f405a37b69cd49745d4 12-Oct-2011 Jim Miller <jaggies@google.com> Fix 5386408: Send accessibility event when a recent app is removed.

Change-Id: I7c88eac5d1c5ecaf96e7a0fcfbb8ab6a3d1dbf50
es/values/strings.xml
rc/com/android/systemui/recent/RecentsPanelView.java
5f839f8ee426cc42af3ee0eaf5236f2f6930dd15 12-Oct-2011 Daniel Sandler <dsandler@android.com> Fix obsolete Honeycomb platlogo.

Bug: 5438131
Change-Id: I848bcc8e4d6cdd28c1ffaa08b7fcceb87242932a
ndroidManifest.xml
es/drawable-nodpi/nyandroid00.png
es/drawable-nodpi/nyandroid01.png
es/drawable-nodpi/nyandroid02.png
es/drawable-nodpi/nyandroid03.png
es/drawable-nodpi/nyandroid04.png
es/drawable-nodpi/nyandroid05.png
es/drawable-nodpi/nyandroid06.png
es/drawable-nodpi/nyandroid07.png
es/drawable-nodpi/nyandroid08.png
es/drawable-nodpi/nyandroid09.png
es/drawable-nodpi/nyandroid10.png
es/drawable-nodpi/nyandroid11.png
es/drawable-nodpi/star0.png
es/drawable-nodpi/star1.png
es/drawable-nodpi/star2.png
es/drawable-nodpi/star3.png
es/drawable-nodpi/star4.png
es/drawable-nodpi/star5.png
es/drawable/nyandroid_anim.xml
es/drawable/star_anim.xml
rc/com/android/systemui/Nyandroid.java
ab48b681401628a191a4a90d4906fa88edde95ba 13-Sep-2011 Michael Jurka <mikejurka@google.com> Refactoring loading of recent apps

- fix bugs 5278690 and 5432097
- no longer forcing a reload when screen is rotated
- moving recents loading code into a seaprate class
- changing variable names to use "Task" rather than "Activity" in Recent Apps

Change-Id: Ib0c8c5d537cf9d46d65b2ccb790015b601bb1bf1
rc/com/android/systemui/recent/Choreographer.java
rc/com/android/systemui/recent/RecentTasksLoader.java
rc/com/android/systemui/recent/RecentsHorizontalScrollView.java
rc/com/android/systemui/recent/RecentsPanelView.java
rc/com/android/systemui/recent/RecentsVerticalScrollView.java
rc/com/android/systemui/recent/TaskDescription.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
70fa87b54fd3dd6ef06ebbb7ceeb966bde7f7122 10-Oct-2011 Eric Fischer <enf@google.com> Merge "Import revised translations."
03e9d8ae0759289f4474227382caa898f398c636 08-Oct-2011 Eric Fischer <enf@google.com> Import revised translations.

Change-Id: Id046f8008aef32a1b94b4fa5b57e2beb2f9f2e80
es/values-af/strings.xml
es/values-am/strings.xml
es/values-ar/strings.xml
es/values-bg/strings.xml
es/values-ca/strings.xml
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-en-rGB/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-it/strings.xml
es/values-iw/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-ms/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-rm/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv/strings.xml
es/values-sw/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
es/values-zu/strings.xml
df89e65bf0fcc651d20b208c8d8d0b848fb43418 07-Oct-2011 Dianne Hackborn <hackbod@google.com> Fix how we hide and show the nav bar.

The PhoneWindowManager is now responsible for hiding and showing
the nav bar.

For hiding, it just moves it off the screen (easy way to get a
nice slide animation on and off). At the same time, we use a
new WM facility to put up a fake input window to capture all
touch events.

When a touch event is received, we force the system UI to clear
the navigation hiding bit so it will be shown again.

This removes a bunch of code from the system UI for hiding and
showing the nav bar. Also removes the code calling from userActivity()
to the system UI, which was bad. (Also no longer using userActivity()
fixes bugs around re-showing the nav bar due to key presses and
other wrong things.)

Change-Id: I8c3174873b5bcaa36a92322a51e8f7993e88e551
rc/com/android/systemui/statusbar/CommandQueue.java
rc/com/android/systemui/statusbar/phone/NavigationBarView.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
8ba33c965f940070060585e45e1c833519bb45c9 05-Oct-2011 Daniel Sandler <dsandler@android.com> Cascading clear-all in the phone notifications panel.

Bug: 5156350
Change-Id: I22c5a19b162e4aa35bf66d51cd17c1e0cd079053
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/policy/NotificationRowLayout.java
4dfce20cac7492882d366d053006795aefad59da 05-Oct-2011 Jeff Brown <jeffbrown@google.com> Make SENSOR orientation modes trump rotation lock.
Bug: 5371750

Change-Id: I4d18b6c8ba1de0afd5929ddb8d7123272e35fbe2
rc/com/android/systemui/statusbar/policy/AutoRotateController.java
9316e7e31b1961634d3a4900a520fcf56d1efd26 04-Oct-2011 Michael Jurka <mikejurka@google.com> Reduce height of recent app thumbnails

Change-Id: I225147d49a6d7b71a08ca0464e702c0aeadb419d
es/values/dimens.xml
rc/com/android/systemui/recent/RecentsPanelView.java
58d807f66a98d61c4e0e5c16d56212279e8b3c68 03-Oct-2011 Daniel Sandler <dsandler@android.com> Merge "Fix contentDescriptions in status bar."
0230f20cfa5ce55d422178989d723a7505179721 01-Oct-2011 Michael Jurka <mikejurka@google.com> Merge "Fixing accessibility support in Recent Apps"
7daf95d5526e3b60f5db29cbacd9a4852d99a6f4 30-Sep-2011 Michael Jurka <mikejurka@google.com> Fixing accessibility support in Recent Apps

- also switching "Recent applications" to "Recent apps" as per our new language guidelines

Change-Id: Ib625429ad22ce75ede782d59c0f45894d00c8502
es/layout-land/status_bar_recent_item.xml
es/layout-land/status_bar_recent_panel.xml
es/layout-port/status_bar_recent_item.xml
es/layout-port/status_bar_recent_panel.xml
es/layout-sw600dp/status_bar.xml
es/layout-sw600dp/status_bar_recent_item.xml
es/layout-sw600dp/status_bar_recent_panel.xml
es/values/strings.xml
rc/com/android/systemui/recent/RecentsHorizontalScrollView.java
rc/com/android/systemui/recent/RecentsPanelView.java
rc/com/android/systemui/recent/RecentsVerticalScrollView.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
d3530ac774028c8d71c7ffb49033100d10056623 01-Oct-2011 Eric Fischer <enf@google.com> Import revised translations.

Change-Id: Ic8e228878fde375b90797c6e344fcb3114180f1d
es/values-af/strings.xml
es/values-am/strings.xml
es/values-ar/strings.xml
es/values-bg/strings.xml
es/values-ca/strings.xml
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-en-rGB/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-it/strings.xml
es/values-iw/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-ms/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv/strings.xml
es/values-sw/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
es/values-zu/strings.xml
df73a5587005b69af9a5fd64cb12f77e9f3a86d8 30-Sep-2011 repo sync <isheriff@google.com> Merge "Fix wifi data activity icons"
bcf6ef0b82c1daea43e03b8ad5af319ed324242a 30-Sep-2011 Daniel Sandler <dsandler@android.com> Fix contentDescriptions in status bar.

- Strings for signal strength
- Strings for the clear-all-notifications button
- Adjust phrasing for the clear-one-notification button
- Adjust phrasing for the settings button

Bug: 5285136
Bug: 5325056
Change-Id: I489e49f3b3d88a6b599ababe68d0535302eb0ae2
es/layout-sw600dp/status_bar_notification_panel.xml
es/layout/status_bar_expanded.xml
es/values/strings.xml
rc/com/android/systemui/statusbar/SignalClusterView.java
rc/com/android/systemui/statusbar/policy/NetworkController.java
ecc430e9f5783649d75704aa7ae90a542ee85862 30-Sep-2011 repo sync <isheriff@google.com> Fix wifi data activity icons

Bug: 5393252
Change-Id: I6ca650b4f722b2c8cc4d17b1bc6ec2f2c0b7e10d
rc/com/android/systemui/statusbar/policy/NetworkController.java
4222c2ef91a7840dc013fd5bf98830972ae87ee2 29-Sep-2011 Daniel Sandler <dsandler@android.com> Add carrier info back to notification drawer.

Bug: 5250214
Change-Id: I9ef1faf052ea6e4d3bd0b5a1a6e67a18fb923c47
es/layout/status_bar_tracking.xml
edb8b627076499f87a9c8c17a5e743cc34f6c103 29-Sep-2011 Justin Ho <justinho@google.com> am 24664c00: Merge "Updated menu icon Bug: 5388009" into ics-factoryrom

* commit '24664c0003f964ffe9f4fc98d69c802cddd0d7b0':
Updated menu icon Bug: 5388009
24664c0003f964ffe9f4fc98d69c802cddd0d7b0 29-Sep-2011 Justin Ho <justinho@google.com> Merge "Updated menu icon Bug: 5388009" into ics-factoryrom
5fba7e525eebe22d7a0ebdf472313ad7984a9467 28-Sep-2011 Justin Ho <justinho@google.com> Updated menu icon
Bug: 5388009

Change-Id: I3bc43a707f4fdb38021cf0cf9f76784f5e1192d9
es/drawable-hdpi/ic_sysbar_menu.png
es/drawable-hdpi/ic_sysbar_menu_land.png
es/drawable-mdpi/ic_sysbar_menu.png
es/drawable-mdpi/ic_sysbar_menu_land.png
es/drawable-xhdpi/ic_sysbar_menu.png
es/drawable-xhdpi/ic_sysbar_menu_land.png
b80ff91b76932036f236c5cb496845c07f102792 28-Sep-2011 Peter Ng <petergng@google.com> Downscaling circular assets with bilinear to fix jagged edges

Bug: 5349016
Change-Id: I4960bf1eb0c65211682573c8d80840b41e103894
es/drawable-hdpi/status_bar_close_on.9.png
es/drawable-mdpi/status_bar_close_on.9.png
0e8fb15da2bd0912aa74ba6709dfe3d5b7c84fde 28-Sep-2011 Romain Guy <romainguy@google.com> CherryPick 043a6b from master: do not merge.

Don't use OpenGL ES 2.0 to render the wallpaper on the emulator.
Bug #5352896

The emulator doesn't support OpenGL ES 2.0.

Change-Id: I3d60f8e4b5c5431e9e21471c576f4a9382f4693f
rc/com/android/systemui/ImageWallpaper.java
05aa1fef932c2f2cb22ac8d75fee4ac507a32a69 28-Sep-2011 Xavier Ducrohet <xav@google.com> Merge "Don't use OpenGL ES 2.0 to render the wallpaper on the emulator. Bug #5352896"
043a6b1e5709c46cb8094766c792ec57d3fd97df 28-Sep-2011 Romain Guy <romainguy@google.com> Don't use OpenGL ES 2.0 to render the wallpaper on the emulator.
Bug #5352896

The emulator doesn't support OpenGL ES 2.0.

Change-Id: I7f647d78d4d8ad87d12a5f009d5d37f6aeaecf72
rc/com/android/systemui/ImageWallpaper.java
ce9756d06dd8aebb7b92879ab3b02bbe8f290992 27-Sep-2011 Eric Fischer <enf@google.com> Merge "Import revised translations. DO NOT MERGE" into ics-factoryrom
006e6ef2e6349f5b3f9ef27c81750f007f56c69a 27-Sep-2011 Eric Fischer <enf@google.com> Import revised translations. DO NOT MERGE

Change-Id: Ifb1966956dcc9fe4e082708bb3fb30d5224308e7
es/values-ru/strings.xml
097a35b4410b95d0bde409f7687b49fe6d705181 27-Sep-2011 Daniel Sandler <dsandler@android.com> am 25bb73eb: Merge "Remove "excessive sync" icon." into ics-factoryrom

* commit '25bb73eb1bc16921cc013b9b150c2d440d650c39':
Remove "excessive sync" icon.
25bb73eb1bc16921cc013b9b150c2d440d650c39 27-Sep-2011 Daniel Sandler <dsandler@android.com> Merge "Remove "excessive sync" icon." into ics-factoryrom
6e17d8799bcf38935b749d5ff3b2ac6f47318e2a 27-Sep-2011 Justin Ho <justinho@google.com> am 5fd141c2: Merge "Updated stat_sys icons" into ics-factoryrom

* commit '5fd141c245051f2fa84bf2559a417577391e40df':
Updated stat_sys icons
5fd141c245051f2fa84bf2559a417577391e40df 27-Sep-2011 Justin Ho <justinho@google.com> Merge "Updated stat_sys icons" into ics-factoryrom
64061c38f064e89822475a152b675dea87bd9eb0 27-Sep-2011 Daniel Sandler <dsandler@android.com> am abff032e: Draw smaller system status icons without scaling.

* commit 'abff032e783398be7a1c6b7e1e25a73a8467adcf':
Draw smaller system status icons without scaling.
abff032e783398be7a1c6b7e1e25a73a8467adcf 27-Sep-2011 Daniel Sandler <dsandler@android.com> Draw smaller system status icons without scaling.

Bug: 5297795
Change-Id: I11dc3a21b2e1111963b1cd9621434747f1757a67
rc/com/android/systemui/statusbar/StatusBarIconView.java
994897f0e7a22352b7770d6720c28d5614376227 27-Sep-2011 Mathias Agopian <mathias@google.com> am 8632561e: Merge "Make the status and navigation bars OPAQUE." into ics-factoryrom

* commit '8632561e14c5cc546cec39edd213ea8cc7aea2f9':
Make the status and navigation bars OPAQUE.
b1e8dab967330b34d499b83a8112cbb3015a1e53 27-Sep-2011 Daniel Sandler <dsandler@android.com> Remove "excessive sync" icon.

Bug: 5354985
Change-Id: Ie0ce3448ff33c3211d79e8c699f5709561f463b0
rc/com/android/systemui/statusbar/phone/PhoneStatusBarPolicy.java
8632561e14c5cc546cec39edd213ea8cc7aea2f9 27-Sep-2011 Mathias Agopian <mathias@google.com> Merge "Make the status and navigation bars OPAQUE." into ics-factoryrom
ece1d32012c86d9327af8e2b51226715f1ce84e5 26-Sep-2011 Justin Ho <justinho@google.com> Merge "Fixed alignment on home icon Bug: 5348452"
622abb73a9fa8253679de1ac22bca66ab055eef8 26-Sep-2011 Eric Fischer <enf@google.com> Merge "Import revised translations. DO NOT MERGE" into ics-factoryrom
334c39be25f4017907b344190874747a60a15394 26-Sep-2011 Eric Fischer <enf@google.com> Import revised translations. DO NOT MERGE

Change-Id: I3b5544d4e5739d08d1c3c6cc59dafe89de3b92c0
es/values-bg/strings.xml
es/values-iw/strings.xml
es/values-ja/strings.xml
es/values-ms/strings.xml
es/values-ro/strings.xml
es/values-tr/strings.xml
2e8e57eb3fc0791c181ae1efe855dbc50f422a68 26-Sep-2011 Justin Ho <justinho@google.com> Fixed alignment on home icon
Bug: 5348452

Change-Id: I14fe5d27a7e9b6c1f9c9924cbcc30f9202dafa44
es/drawable-hdpi/ic_sysbar_home.png
es/drawable-mdpi/ic_sysbar_home.png
es/drawable-xhdpi/ic_sysbar_home.png
71bfec448847d8585c8a789596525dc729350877 26-Sep-2011 Daniel Sandler <dsandler@android.com> am 61b645ab: Merge "Update all RSSIs whenever the connectivity changes." into ics-factoryrom

* commit '61b645ab86ace1511593f1f1f46dfb62bf0ae8b9':
Update all RSSIs whenever the connectivity changes.
7c12eee6439435d7f29d49cab76edaedbd809460 25-Sep-2011 Daniel Sandler <dsandler@android.com> Update all RSSIs whenever the connectivity changes.

The connectivity includes the network condition, which is a
magic number that indicates how useful the connection is
(driven by ability to connect to GTalk, and manifested with
a differently-colored signal icon).

Previously we were only updating the icons of the network
type currently in use. Now we tickle all the icons any time
the connectivity changes, to avoid the two icons getting out
of sync (example: on mobile, connection is bad, connect to
wifi, conncetion is good; wifi icon appears and turns blue
but mobile RSSI remains gray).

Bug: 5369405
Change-Id: I78b62084b819c83f83aacc146feeb323c1199dc0
rc/com/android/systemui/statusbar/policy/NetworkController.java
f733c2aaa652f3ead60c8b2bc982dc9bdbc7df8e 25-Sep-2011 Daniel Sandler <dsandler@android.com> Make the status and navigation bars OPAQUE.

Bug: 5369240
Change-Id: I1c01baa732f441bf7d2c469eb7d3d82d26da07b1
rc/com/android/systemui/statusbar/StatusBar.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
a94fd2f05ef9ef426b6f1b4cc7c2d6553f513725 23-Sep-2011 Eric Fischer <enf@google.com> Import revised translations. DO NOT MERGE

Change-Id: I1c2a959cd127faec64c01523fdec3baf43e8d7ab
es/values-af/strings.xml
es/values-am/strings.xml
es/values-ar/strings.xml
es/values-ca/strings.xml
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-en-rGB/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-it/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-ms/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv/strings.xml
es/values-sw/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
es/values-zu/strings.xml
90c52de28691ca0bbbf7c039ef20f85ce46882cc 23-Sep-2011 Dianne Hackborn <hackbod@google.com> Fix issue #5173952: Opening a Notification From Lock Screen...

...Should Skip Unsecure Lockscreen (ICS)

Also while I am in there, clean up logging of intent objects to include
even less sensitive information, while showing the true Intent in dump
output (since apps can't get to that).

Change-Id: I35fed714645b21e4304ba38a11ebb9c4c963538e
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
ec26232d70a342aa88e8190818b1b2973b20186e 23-Sep-2011 Eric Fischer <enf@google.com> am c4517842: Merge "Delete translations of files that no longer exist." into ics-factoryrom

* commit 'c4517842ee2a641342f151ecafb797080b9ed84d':
Delete translations of files that no longer exist.
a8c46b1dc47f0fa92f41c6311ca6131d18efbcd4 23-Sep-2011 Daniel Sandler <dsandler@android.com> Merge "Put the correct background behind largeIcons."
6b1a9af51e119e005fec532a84fee43b3b7d3243 23-Sep-2011 Eric Fischer <enf@google.com> Delete translations of files that no longer exist.

Change-Id: I26edc4a3dd2ac19c410af75c4fce1b67100a71d2
es/values-ar-xlarge/strings.xml
es/values-bg-xlarge/strings.xml
es/values-ca-xlarge/strings.xml
es/values-cs-xlarge/strings.xml
es/values-da-xlarge/strings.xml
es/values-de-xlarge/strings.xml
es/values-el-xlarge/strings.xml
es/values-en-rGB-xlarge/strings.xml
es/values-es-rUS-xlarge/strings.xml
es/values-es-xlarge/strings.xml
es/values-fa-xlarge/strings.xml
es/values-fi-xlarge/strings.xml
es/values-fr-xlarge/strings.xml
es/values-hr-xlarge/strings.xml
es/values-hu-xlarge/strings.xml
es/values-in-xlarge/strings.xml
es/values-it-xlarge/strings.xml
es/values-iw-xlarge/strings.xml
es/values-ja-xlarge/strings.xml
es/values-ko-xlarge/strings.xml
es/values-lt-xlarge/strings.xml
es/values-lv-xlarge/strings.xml
es/values-nb-xlarge/strings.xml
es/values-nl-xlarge/strings.xml
es/values-pl-xlarge/strings.xml
es/values-pt-rPT-xlarge/strings.xml
es/values-pt-xlarge/strings.xml
es/values-ro-xlarge/strings.xml
es/values-ru-xlarge/strings.xml
es/values-sk-xlarge/strings.xml
es/values-sl-xlarge/strings.xml
es/values-sr-xlarge/strings.xml
es/values-sv-xlarge/strings.xml
es/values-th-xlarge/strings.xml
es/values-tl-xlarge/strings.xml
es/values-tr-xlarge/strings.xml
es/values-uk-xlarge/strings.xml
es/values-vi-xlarge/strings.xml
es/values-zh-rCN-xlarge/strings.xml
es/values-zh-rTW-xlarge/strings.xml
80a238e9b663d6544134bb66f8f501f3756a7236 22-Sep-2011 Justin Ho <justinho@google.com> Updated stat_sys icons

Change-Id: I8e656db6f1ad69e5cfbd1cde7a599e971887f4b1
es/drawable-hdpi/stat_sys_alarm.png
es/drawable-hdpi/stat_sys_data_bluetooth.png
es/drawable-hdpi/stat_sys_sync.png
es/drawable-hdpi/stat_sys_sync_error.png
es/drawable-mdpi/stat_sys_alarm.png
es/drawable-mdpi/stat_sys_data_bluetooth.png
es/drawable-mdpi/stat_sys_sync.png
es/drawable-mdpi/stat_sys_sync_error.png
es/drawable-xhdpi/stat_sys_alarm.png
es/drawable-xhdpi/stat_sys_data_bluetooth.png
es/drawable-xhdpi/stat_sys_sync.png
es/drawable-xhdpi/stat_sys_sync_error.png
db8bd198e5ad875a4fe2df48652ff475150d9a14 22-Sep-2011 Daniel Sandler <dsandler@android.com> Put the correct background behind largeIcons.

Also add touch feedback to notification items (finally!).

Bug: 5213090 (largeIcon background)
Bug: 3329721 (press states)
Change-Id: I89a4211106698ebff867b5c8bad50cb8b9b33a0b
es/drawable/notification_row_bg.xml
es/layout/status_bar_notification_row.xml
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
e690f565fd1926885f2b12c2aee2dddc5ba99983 22-Sep-2011 Daniel Sandler <dsandler@android.com> am 2dbe444e: Merge "Properly generate systemUiVisibilityChanged callbacks." into ics-factoryrom

* commit '2dbe444e5dd89b83829df6a3f48c491a844ecd28':
Properly generate systemUiVisibilityChanged callbacks.
2dbe444e5dd89b83829df6a3f48c491a844ecd28 22-Sep-2011 Daniel Sandler <dsandler@android.com> Merge "Properly generate systemUiVisibilityChanged callbacks." into ics-factoryrom
d5c16c6c7c09b24d7f8b55a3057d6386cfe0e5fb 21-Sep-2011 Daniel Sandler <dsandler@android.com> Properly generate systemUiVisibilityChanged callbacks.

User activity is supposed to immediately revert
HIDE_NAVIGATION, but we were just showing the navigation bar
directly. By routing through the service we'll generate
callbacks for everyone.

At long last, SYSTEM_UI_FLAG_HIDE_NAVIGATION will work like
lights out (now called SYSTEM_UI_FLAG_LOW_PROFILE) which
worked well enough in Honeycomb.

Bug: 5052456
Change-Id: I677f1295e1208c1aec48a4a9c8a6850916688388
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
13dfa095c2a62b0bece80c12300fcab3f20a2cbe 21-Sep-2011 Justin Ho <justinho@google.com> am 7a2063b1: Merge "New sync icon for Phone stat_sys area Bug: 5076774" into ics-factoryrom

* commit '7a2063b1d59dd6d7575dc91b6dd93b4a8d462b16':
New sync icon for Phone stat_sys area Bug: 5076774
7a2063b1d59dd6d7575dc91b6dd93b4a8d462b16 21-Sep-2011 Justin Ho <justinho@google.com> Merge "New sync icon for Phone stat_sys area Bug: 5076774" into ics-factoryrom
f888f3ffa06ea8f67dcf417e9ce446c183238b99 21-Sep-2011 Justin Ho <justinho@google.com> am 9d48b578: Merge "Fixing low battery dialog" into ics-factoryrom

* commit '9d48b578096a14441e2063c0e54dbba4340fa178':
Fixing low battery dialog
9d48b578096a14441e2063c0e54dbba4340fa178 21-Sep-2011 Justin Ho <justinho@google.com> Merge "Fixing low battery dialog" into ics-factoryrom
9f176580c29cebbde53946b5f3b6532a86394f83 21-Sep-2011 Justin Ho <justinho@google.com> New sync icon for Phone stat_sys area
Bug: 5076774

Change-Id: I06a3d6be5818279b751b411485e8161493eac43c
es/drawable-hdpi/stat_sys_sync.png
es/drawable-hdpi/stat_sys_sync_error.png
es/drawable-mdpi/stat_sys_sync.png
es/drawable-mdpi/stat_sys_sync_error.png
es/drawable-xhdpi/stat_sys_sync.png
es/drawable-xhdpi/stat_sys_sync_error.png
rc/com/android/systemui/statusbar/phone/PhoneStatusBarPolicy.java
dee5b17094772465b0f90e334e8fb5593660dd44 21-Sep-2011 Peter Ng <petergng@google.com> Merge "Slightly transparent notification header to match visuals of the dropdown handle"
3378dfe365551865553d87adda8bf01f23b8fb5e 21-Sep-2011 Peter Ng <petergng@google.com> Slightly transparent notification header to match visuals of the dropdown handle

-tested over actionbars which we originally thought would be problematic

Change-Id: Ia69d9bd438941682def896d014c0ee16544d9f8d
es/values/colors.xml
1d55f27445292898cd742dd942e43c648d867da5 21-Sep-2011 Justin Ho <justinho@google.com> Fixing low battery dialog

Change-Id: I58f7a4ed1c525fd4db4f2e9b60badeb0bdb3d519
es/drawable-hdpi/battery_low_battery.png
es/drawable-mdpi/battery_low_battery.png
es/drawable-xhdpi/battery_low_battery.png
es/layout/battery_low.xml
01ad2a3fa75902638f49b5bd3258c354f780892e 21-Sep-2011 Eric Fischer <enf@google.com> Merge "Import revised translations. DO NOT MERGE" into ics-factoryrom
63664daaff6c4aabbbce24c4d05c26fc5c4f687c 21-Sep-2011 Eric Fischer <enf@google.com> Import revised translations. DO NOT MERGE

Change-Id: Id625c4d16121cadef5c8c7326f3458fa0d5d96a3
es/values-af/strings.xml
es/values-am/strings.xml
es/values-ar/strings.xml
es/values-bg/strings.xml
es/values-ca/strings.xml
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-en-rGB/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-it/strings.xml
es/values-iw/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-ms/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-rm/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv/strings.xml
es/values-sw/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
es/values-zu/strings.xml
9200109c9de1b1f99d5b3c6e9c635c618c0a8b7e 20-Sep-2011 John Huang <jsh@google.com> am edc8029b: Merge "Retain signal level even when data is offline." into ics-factoryrom

* commit 'edc8029b8b9ac9233e4dc73f05415265bac712de':
Retain signal level even when data is offline.
f37c2e0afb95877445cedc3523be35b46362d71d 20-Sep-2011 Daniel Sandler <dsandler@android.com> am d1d07432: Merge "More debug logs for RSSI updates." into ics-factoryrom

* commit 'd1d074326d81b6a92cff5a5fc279b8c9177cc7aa':
More debug logs for RSSI updates.
06b7deb8c03461de8fba4098272b02d7bfb4a860 20-Sep-2011 Michael Jurka <mikejurka@google.com> am 2d69cff8: Merge "Fix crash in recent apps" into ics-factoryrom

* commit '2d69cff88e262569ac1284e2048f2a6c3aca6639':
Fix crash in recent apps
da49dac48dd154b2f86bc38d07046149022e1425 20-Sep-2011 Daniel Sandler <dsandler@android.com> Retain signal level even when data is offline.

Also disable extremely verbose RSSI logging.

Bug: 5340142
Change-Id: I051a4cec5651a0734db2666526b16037d7053a1e
rc/com/android/systemui/statusbar/policy/NetworkController.java
d1d074326d81b6a92cff5a5fc279b8c9177cc7aa 20-Sep-2011 Daniel Sandler <dsandler@android.com> Merge "More debug logs for RSSI updates." into ics-factoryrom
c49e195da49ec5d7f0450f9968f1acd127b1d7f1 20-Sep-2011 Daniel Sandler <dsandler@android.com> More debug logs for RSSI updates.

Bug: 5340142
Change-Id: I1f7f106301d3942cc88d21d97a6c732c712e4516
rc/com/android/systemui/statusbar/policy/NetworkController.java
afe9461b520a74c15ec4703759fa78ed3d4460c8 20-Sep-2011 Eric Fischer <enf@google.com> Merge "Import revised translations."
2d69cff88e262569ac1284e2048f2a6c3aca6639 20-Sep-2011 Michael Jurka <mikejurka@google.com> Merge "Fix crash in recent apps" into ics-factoryrom
f1ebcee22442e0bc2aa86582d352b5ee78257db3 15-Sep-2011 Daniel Sandler <dsandler@android.com> Fix MENU icon weirdness. (DO NOT MERGE)

(Broken by change I7cbb7bbf.)

Bug: 5308636
Change-Id: I30ca20f62bd140a823eb926a9a0521c4d6014680
rc/com/android/systemui/statusbar/phone/NavigationBarView.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
50c83888a6d1ef1ba2515e3f20bbc740c6cd1efa 20-Sep-2011 Eric Fischer <enf@google.com> Import revised translations.

Change-Id: I5e375bebc8f74d9108a929246f16608427ce9317
es/values-af-large/strings.xml
es/values-af/strings.xml
es/values-am-large/strings.xml
es/values-am/strings.xml
es/values-ar/strings.xml
es/values-bg/strings.xml
es/values-ca/strings.xml
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-en-rGB/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-it/strings.xml
es/values-iw/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-ms/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-rm/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv/strings.xml
es/values-sw-large/strings.xml
es/values-sw/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
es/values-zu-large/strings.xml
es/values-zu/strings.xml
3144a6ca159a1569cf5b35ce5df8d77dfd84b0e3 19-Sep-2011 Daniel Sandler <dsandler@android.com> Stop clobbering the systemUiVisibility on navbar touch. (DO NOT MERGE)

Bug: 5328284
Change-Id: Ib49af35a7919dbf1cdb99f357798101d2534e853
rc/com/android/systemui/statusbar/phone/NavigationBarView.java
4cea3b4bd1dcddf1d12dcefd15544af6ba55acca 20-Sep-2011 Daniel Sandler <dsandler@android.com> Fix disappearing nav icons. (DO NOT MERGE)

Bug: 5328284
Change-Id: Iaa20454cff9f5a340da7b0c71190796445e8a205
rc/com/android/systemui/statusbar/phone/NavigationBarView.java
291c6d789dac8f85c50163e9a9ef24ef31183b93 20-Sep-2011 Daniel Sandler <dsandler@android.com> Merge "Fix disappearing nav icons."
0559e6138f6b08c536cb2925d4f72d594b89f758 20-Sep-2011 Daniel Sandler <dsandler@android.com> Merge "Stop clobbering the systemUiVisibility on navbar touch."
f0e8daa405f24e23c9cb0254af79d55f5353aaec 20-Sep-2011 Daniel Sandler <dsandler@android.com> Fix disappearing nav icons.

Bug: 5328284
Change-Id: Iaa20454cff9f5a340da7b0c71190796445e8a205
rc/com/android/systemui/statusbar/phone/NavigationBarView.java
719797b9a61c4c31afcf71ebbfef797adab4be43 20-Sep-2011 Justin Ho <justinho@google.com> am 54ecf3c6: Merge "Updated Status bar icons Bug: 5297795" into ics-factoryrom

* commit '54ecf3c636dda257cbfd22b3bc86afff8c910372':
Updated Status bar icons Bug: 5297795
54ecf3c636dda257cbfd22b3bc86afff8c910372 20-Sep-2011 Justin Ho <justinho@google.com> Merge "Updated Status bar icons Bug: 5297795" into ics-factoryrom
df9d4e88db3765ad05b14bb3de420b9825fb59ec 20-Sep-2011 Michael Jurka <mikejurka@google.com> Merge "Speeding up Recent Apps"
57e4d44f095fbcec7c614a45181d3e531e1bda26 16-Sep-2011 Michael Jurka <mikejurka@google.com> Speeding up Recent Apps

- removing unused calls on startup
- no longer compositing bitmaps against a background bitmap

Change-Id: If26812ef475d5d972d98dd1cb9f7f741eeb99dae
es/layout-land/status_bar_recent_item.xml
es/layout-port/status_bar_recent_item.xml
es/layout-sw600dp/status_bar_recent_item.xml
rc/com/android/systemui/recent/RecentsPanelView.java
63b153b060a4d866e0378a47405ccbf513fc83db 19-Sep-2011 Justin Ho <justinho@google.com> Updated Status bar icons
Bug: 5297795

Change-Id: Ie99288166e4680fff0e3369201aec72d498d8992
es/drawable-hdpi/compat_mode_help_divider_bottom.9.png
es/drawable-hdpi/compat_mode_help_divider_top.9.png
es/drawable-hdpi/ic_notification_dnd.png
es/drawable-hdpi/ic_sysbar_back.png
es/drawable-hdpi/ic_sysbar_back_ime_default.png
es/drawable-hdpi/ic_sysbar_back_land.png
es/drawable-hdpi/ic_sysbar_home.png
es/drawable-hdpi/ic_sysbar_home_land.png
es/drawable-hdpi/ic_sysbar_ime_default.png
es/drawable-hdpi/ic_sysbar_menu.png
es/drawable-hdpi/ic_sysbar_menu_land.png
es/drawable-hdpi/ic_sysbar_recent.png
es/drawable-hdpi/ic_sysbar_recent_land.png
es/drawable-hdpi/recents_blue_glow.9.png
es/drawable-hdpi/stat_sys_alarm.png
es/drawable-hdpi/stat_sys_battery_0.png
es/drawable-hdpi/stat_sys_battery_100.png
es/drawable-hdpi/stat_sys_battery_15.png
es/drawable-hdpi/stat_sys_battery_28.png
es/drawable-hdpi/stat_sys_battery_43.png
es/drawable-hdpi/stat_sys_battery_57.png
es/drawable-hdpi/stat_sys_battery_71.png
es/drawable-hdpi/stat_sys_battery_85.png
es/drawable-hdpi/stat_sys_battery_charge_anim0.png
es/drawable-hdpi/stat_sys_battery_charge_anim100.png
es/drawable-hdpi/stat_sys_battery_charge_anim15.png
es/drawable-hdpi/stat_sys_battery_charge_anim28.png
es/drawable-hdpi/stat_sys_battery_charge_anim43.png
es/drawable-hdpi/stat_sys_battery_charge_anim57.png
es/drawable-hdpi/stat_sys_battery_charge_anim71.png
es/drawable-hdpi/stat_sys_battery_charge_anim85.png
es/drawable-hdpi/stat_sys_data_bluetooth.png
es/drawable-hdpi/stat_sys_data_bluetooth_connected.png
es/drawable-hdpi/stat_sys_data_connected_1x.png
es/drawable-hdpi/stat_sys_data_connected_3g.png
es/drawable-hdpi/stat_sys_data_connected_4g.png
es/drawable-hdpi/stat_sys_data_connected_e.png
es/drawable-hdpi/stat_sys_data_connected_g.png
es/drawable-hdpi/stat_sys_data_connected_h.png
es/drawable-hdpi/stat_sys_data_connected_roam.png
es/drawable-hdpi/stat_sys_data_fully_connected_1x.png
es/drawable-hdpi/stat_sys_data_fully_connected_3g.png
es/drawable-hdpi/stat_sys_data_fully_connected_4g.png
es/drawable-hdpi/stat_sys_data_fully_connected_e.png
es/drawable-hdpi/stat_sys_data_fully_connected_g.png
es/drawable-hdpi/stat_sys_data_fully_connected_h.png
es/drawable-hdpi/stat_sys_no_sim.png
es/drawable-hdpi/stat_sys_ringer_silent.png
es/drawable-hdpi/stat_sys_ringer_vibrate.png
es/drawable-hdpi/stat_sys_signal_0.png
es/drawable-hdpi/stat_sys_signal_0_fully.png
es/drawable-hdpi/stat_sys_signal_1.png
es/drawable-hdpi/stat_sys_signal_1_fully.png
es/drawable-hdpi/stat_sys_signal_2.png
es/drawable-hdpi/stat_sys_signal_2_fully.png
es/drawable-hdpi/stat_sys_signal_3.png
es/drawable-hdpi/stat_sys_signal_3_fully.png
es/drawable-hdpi/stat_sys_signal_4.png
es/drawable-hdpi/stat_sys_signal_4_fully.png
es/drawable-hdpi/stat_sys_signal_flightmode.png
es/drawable-hdpi/stat_sys_signal_in.png
es/drawable-hdpi/stat_sys_signal_inout.png
es/drawable-hdpi/stat_sys_signal_out.png
es/drawable-hdpi/stat_sys_wifi_in.png
es/drawable-hdpi/stat_sys_wifi_inout.png
es/drawable-hdpi/stat_sys_wifi_out.png
es/drawable-hdpi/stat_sys_wifi_signal_0.png
es/drawable-hdpi/stat_sys_wifi_signal_1.png
es/drawable-hdpi/stat_sys_wifi_signal_1_fully.png
es/drawable-hdpi/stat_sys_wifi_signal_2.png
es/drawable-hdpi/stat_sys_wifi_signal_2_fully.png
es/drawable-hdpi/stat_sys_wifi_signal_3.png
es/drawable-hdpi/stat_sys_wifi_signal_3_fully.png
es/drawable-hdpi/stat_sys_wifi_signal_4.png
es/drawable-hdpi/stat_sys_wifi_signal_4_fully.png
es/drawable-hdpi/status_bar_close_on.9.png
es/drawable-mdpi/compat_mode_help_diagram.png
es/drawable-mdpi/compat_mode_help_divider_bottom.9.png
es/drawable-mdpi/compat_mode_help_divider_top.9.png
es/drawable-mdpi/compat_mode_help_icon.png
es/drawable-mdpi/ic_notification_dnd.png
es/drawable-mdpi/ic_sysbar_back.png
es/drawable-mdpi/ic_sysbar_back_ime_default.png
es/drawable-mdpi/ic_sysbar_back_land.png
es/drawable-mdpi/ic_sysbar_home.png
es/drawable-mdpi/ic_sysbar_home_land.png
es/drawable-mdpi/ic_sysbar_ime_default.png
es/drawable-mdpi/ic_sysbar_menu.png
es/drawable-mdpi/ic_sysbar_menu_land.png
es/drawable-mdpi/ic_sysbar_recent.png
es/drawable-mdpi/ic_sysbar_recent_land.png
es/drawable-mdpi/recents_blue_glow.9.png
es/drawable-mdpi/stat_sys_alarm.png
es/drawable-mdpi/stat_sys_battery_0.png
es/drawable-mdpi/stat_sys_battery_100.png
es/drawable-mdpi/stat_sys_battery_15.png
es/drawable-mdpi/stat_sys_battery_28.png
es/drawable-mdpi/stat_sys_battery_43.png
es/drawable-mdpi/stat_sys_battery_57.png
es/drawable-mdpi/stat_sys_battery_71.png
es/drawable-mdpi/stat_sys_battery_85.png
es/drawable-mdpi/stat_sys_battery_charge_anim0.png
es/drawable-mdpi/stat_sys_battery_charge_anim100.png
es/drawable-mdpi/stat_sys_battery_charge_anim15.png
es/drawable-mdpi/stat_sys_battery_charge_anim28.png
es/drawable-mdpi/stat_sys_battery_charge_anim43.png
es/drawable-mdpi/stat_sys_battery_charge_anim57.png
es/drawable-mdpi/stat_sys_battery_charge_anim71.png
es/drawable-mdpi/stat_sys_battery_charge_anim85.png
es/drawable-mdpi/stat_sys_data_bluetooth.png
es/drawable-mdpi/stat_sys_data_bluetooth_connected.png
es/drawable-mdpi/stat_sys_data_connected_1x.png
es/drawable-mdpi/stat_sys_data_connected_3g.png
es/drawable-mdpi/stat_sys_data_connected_4g.png
es/drawable-mdpi/stat_sys_data_connected_e.png
es/drawable-mdpi/stat_sys_data_connected_g.png
es/drawable-mdpi/stat_sys_data_connected_h.png
es/drawable-mdpi/stat_sys_data_connected_roam.png
es/drawable-mdpi/stat_sys_data_fully_connected_1x.png
es/drawable-mdpi/stat_sys_data_fully_connected_3g.png
es/drawable-mdpi/stat_sys_data_fully_connected_4g.png
es/drawable-mdpi/stat_sys_data_fully_connected_e.png
es/drawable-mdpi/stat_sys_data_fully_connected_g.png
es/drawable-mdpi/stat_sys_data_fully_connected_h.png
es/drawable-mdpi/stat_sys_no_sim.png
es/drawable-mdpi/stat_sys_ringer_silent.png
es/drawable-mdpi/stat_sys_ringer_vibrate.png
es/drawable-mdpi/stat_sys_signal_0.png
es/drawable-mdpi/stat_sys_signal_0_fully.png
es/drawable-mdpi/stat_sys_signal_1.png
es/drawable-mdpi/stat_sys_signal_1_fully.png
es/drawable-mdpi/stat_sys_signal_2.png
es/drawable-mdpi/stat_sys_signal_2_fully.png
es/drawable-mdpi/stat_sys_signal_3.png
es/drawable-mdpi/stat_sys_signal_3_fully.png
es/drawable-mdpi/stat_sys_signal_4.png
es/drawable-mdpi/stat_sys_signal_4_fully.png
es/drawable-mdpi/stat_sys_signal_flightmode.png
es/drawable-mdpi/stat_sys_signal_in.png
es/drawable-mdpi/stat_sys_signal_inout.png
es/drawable-mdpi/stat_sys_signal_out.png
es/drawable-mdpi/stat_sys_wifi_in.png
es/drawable-mdpi/stat_sys_wifi_inout.png
es/drawable-mdpi/stat_sys_wifi_out.png
es/drawable-mdpi/stat_sys_wifi_signal_0.png
es/drawable-mdpi/stat_sys_wifi_signal_1.png
es/drawable-mdpi/stat_sys_wifi_signal_1_fully.png
es/drawable-mdpi/stat_sys_wifi_signal_2.png
es/drawable-mdpi/stat_sys_wifi_signal_2_fully.png
es/drawable-mdpi/stat_sys_wifi_signal_3.png
es/drawable-mdpi/stat_sys_wifi_signal_3_fully.png
es/drawable-mdpi/stat_sys_wifi_signal_4.png
es/drawable-mdpi/stat_sys_wifi_signal_4_fully.png
es/drawable-mdpi/status_bar_close_on.9.png
es/drawable-sw600dp-hdpi/stat_sys_alarm.png
es/drawable-sw600dp-hdpi/stat_sys_battery_0.png
es/drawable-sw600dp-hdpi/stat_sys_battery_100.png
es/drawable-sw600dp-hdpi/stat_sys_battery_15.png
es/drawable-sw600dp-hdpi/stat_sys_battery_28.png
es/drawable-sw600dp-hdpi/stat_sys_battery_43.png
es/drawable-sw600dp-hdpi/stat_sys_battery_57.png
es/drawable-sw600dp-hdpi/stat_sys_battery_71.png
es/drawable-sw600dp-hdpi/stat_sys_battery_85.png
es/drawable-sw600dp-hdpi/stat_sys_battery_charge_anim0.png
es/drawable-sw600dp-hdpi/stat_sys_battery_charge_anim100.png
es/drawable-sw600dp-hdpi/stat_sys_battery_charge_anim15.png
es/drawable-sw600dp-hdpi/stat_sys_battery_charge_anim28.png
es/drawable-sw600dp-hdpi/stat_sys_battery_charge_anim43.png
es/drawable-sw600dp-hdpi/stat_sys_battery_charge_anim57.png
es/drawable-sw600dp-hdpi/stat_sys_battery_charge_anim71.png
es/drawable-sw600dp-hdpi/stat_sys_battery_charge_anim85.png
es/drawable-sw600dp-hdpi/stat_sys_data_bluetooth.png
es/drawable-sw600dp-hdpi/stat_sys_data_bluetooth_connected.png
es/drawable-sw600dp-hdpi/stat_sys_data_connected_1x.png
es/drawable-sw600dp-hdpi/stat_sys_data_connected_3g.png
es/drawable-sw600dp-hdpi/stat_sys_data_connected_4g.png
es/drawable-sw600dp-hdpi/stat_sys_data_connected_e.png
es/drawable-sw600dp-hdpi/stat_sys_data_connected_g.png
es/drawable-sw600dp-hdpi/stat_sys_data_connected_h.png
es/drawable-sw600dp-hdpi/stat_sys_data_fully_connected_1x.png
es/drawable-sw600dp-hdpi/stat_sys_data_fully_connected_3g.png
es/drawable-sw600dp-hdpi/stat_sys_data_fully_connected_4g.png
es/drawable-sw600dp-hdpi/stat_sys_data_fully_connected_e.png
es/drawable-sw600dp-hdpi/stat_sys_data_fully_connected_g.png
es/drawable-sw600dp-hdpi/stat_sys_data_fully_connected_h.png
es/drawable-sw600dp-hdpi/stat_sys_signal_0.png
es/drawable-sw600dp-hdpi/stat_sys_signal_0_fully.png
es/drawable-sw600dp-hdpi/stat_sys_signal_1.png
es/drawable-sw600dp-hdpi/stat_sys_signal_1_fully.png
es/drawable-sw600dp-hdpi/stat_sys_signal_2.png
es/drawable-sw600dp-hdpi/stat_sys_signal_2_fully.png
es/drawable-sw600dp-hdpi/stat_sys_signal_3.png
es/drawable-sw600dp-hdpi/stat_sys_signal_3_fully.png
es/drawable-sw600dp-hdpi/stat_sys_signal_4.png
es/drawable-sw600dp-hdpi/stat_sys_signal_4_fully.png
es/drawable-sw600dp-hdpi/stat_sys_signal_flightmode.png
es/drawable-sw600dp-hdpi/stat_sys_signal_in.png
es/drawable-sw600dp-hdpi/stat_sys_signal_inout.png
es/drawable-sw600dp-hdpi/stat_sys_signal_out.png
es/drawable-sw600dp-hdpi/stat_sys_wifi_in.png
es/drawable-sw600dp-hdpi/stat_sys_wifi_inout.png
es/drawable-sw600dp-hdpi/stat_sys_wifi_out.png
es/drawable-sw600dp-hdpi/stat_sys_wifi_signal_0.png
es/drawable-sw600dp-hdpi/stat_sys_wifi_signal_1.png
es/drawable-sw600dp-hdpi/stat_sys_wifi_signal_1_fully.png
es/drawable-sw600dp-hdpi/stat_sys_wifi_signal_2.png
es/drawable-sw600dp-hdpi/stat_sys_wifi_signal_2_fully.png
es/drawable-sw600dp-hdpi/stat_sys_wifi_signal_3.png
es/drawable-sw600dp-hdpi/stat_sys_wifi_signal_3_fully.png
es/drawable-sw600dp-hdpi/stat_sys_wifi_signal_4.png
es/drawable-sw600dp-hdpi/stat_sys_wifi_signal_4_fully.png
es/drawable-sw600dp-mdpi/stat_sys_alarm.png
es/drawable-sw600dp-mdpi/stat_sys_battery_0.png
es/drawable-sw600dp-mdpi/stat_sys_battery_100.png
es/drawable-sw600dp-mdpi/stat_sys_battery_15.png
es/drawable-sw600dp-mdpi/stat_sys_battery_28.png
es/drawable-sw600dp-mdpi/stat_sys_battery_43.png
es/drawable-sw600dp-mdpi/stat_sys_battery_57.png
es/drawable-sw600dp-mdpi/stat_sys_battery_71.png
es/drawable-sw600dp-mdpi/stat_sys_battery_85.png
es/drawable-sw600dp-mdpi/stat_sys_battery_charge_anim0.png
es/drawable-sw600dp-mdpi/stat_sys_battery_charge_anim100.png
es/drawable-sw600dp-mdpi/stat_sys_battery_charge_anim15.png
es/drawable-sw600dp-mdpi/stat_sys_battery_charge_anim28.png
es/drawable-sw600dp-mdpi/stat_sys_battery_charge_anim43.png
es/drawable-sw600dp-mdpi/stat_sys_battery_charge_anim57.png
es/drawable-sw600dp-mdpi/stat_sys_battery_charge_anim71.png
es/drawable-sw600dp-mdpi/stat_sys_battery_charge_anim85.png
es/drawable-sw600dp-mdpi/stat_sys_data_bluetooth.png
es/drawable-sw600dp-mdpi/stat_sys_data_bluetooth_connected.png
es/drawable-sw600dp-mdpi/stat_sys_data_connected_1x.png
es/drawable-sw600dp-mdpi/stat_sys_data_connected_3g.png
es/drawable-sw600dp-mdpi/stat_sys_data_connected_4g.png
es/drawable-sw600dp-mdpi/stat_sys_data_connected_e.png
es/drawable-sw600dp-mdpi/stat_sys_data_connected_g.png
es/drawable-sw600dp-mdpi/stat_sys_data_connected_h.png
es/drawable-sw600dp-mdpi/stat_sys_data_fully_connected_1x.png
es/drawable-sw600dp-mdpi/stat_sys_data_fully_connected_3g.png
es/drawable-sw600dp-mdpi/stat_sys_data_fully_connected_4g.png
es/drawable-sw600dp-mdpi/stat_sys_data_fully_connected_e.png
es/drawable-sw600dp-mdpi/stat_sys_data_fully_connected_g.png
es/drawable-sw600dp-mdpi/stat_sys_data_fully_connected_h.png
es/drawable-sw600dp-mdpi/stat_sys_signal_0.png
es/drawable-sw600dp-mdpi/stat_sys_signal_0_fully.png
es/drawable-sw600dp-mdpi/stat_sys_signal_1.png
es/drawable-sw600dp-mdpi/stat_sys_signal_1_fully.png
es/drawable-sw600dp-mdpi/stat_sys_signal_2.png
es/drawable-sw600dp-mdpi/stat_sys_signal_2_fully.png
es/drawable-sw600dp-mdpi/stat_sys_signal_3.png
es/drawable-sw600dp-mdpi/stat_sys_signal_3_fully.png
es/drawable-sw600dp-mdpi/stat_sys_signal_4.png
es/drawable-sw600dp-mdpi/stat_sys_signal_4_fully.png
es/drawable-sw600dp-mdpi/stat_sys_signal_flightmode.png
es/drawable-sw600dp-mdpi/stat_sys_signal_in.png
es/drawable-sw600dp-mdpi/stat_sys_signal_inout.png
es/drawable-sw600dp-mdpi/stat_sys_signal_out.png
es/drawable-sw600dp-mdpi/stat_sys_wifi_in.png
es/drawable-sw600dp-mdpi/stat_sys_wifi_inout.png
es/drawable-sw600dp-mdpi/stat_sys_wifi_out.png
es/drawable-sw600dp-mdpi/stat_sys_wifi_signal_0.png
es/drawable-sw600dp-mdpi/stat_sys_wifi_signal_1.png
es/drawable-sw600dp-mdpi/stat_sys_wifi_signal_1_fully.png
es/drawable-sw600dp-mdpi/stat_sys_wifi_signal_2.png
es/drawable-sw600dp-mdpi/stat_sys_wifi_signal_2_fully.png
es/drawable-sw600dp-mdpi/stat_sys_wifi_signal_3.png
es/drawable-sw600dp-mdpi/stat_sys_wifi_signal_3_fully.png
es/drawable-sw600dp-mdpi/stat_sys_wifi_signal_4.png
es/drawable-sw600dp-mdpi/stat_sys_wifi_signal_4_fully.png
es/drawable-sw600dp-xhdpi/stat_sys_alarm.png
es/drawable-sw600dp-xhdpi/stat_sys_battery_0.png
es/drawable-sw600dp-xhdpi/stat_sys_battery_100.png
es/drawable-sw600dp-xhdpi/stat_sys_battery_15.png
es/drawable-sw600dp-xhdpi/stat_sys_battery_28.png
es/drawable-sw600dp-xhdpi/stat_sys_battery_43.png
es/drawable-sw600dp-xhdpi/stat_sys_battery_57.png
es/drawable-sw600dp-xhdpi/stat_sys_battery_71.png
es/drawable-sw600dp-xhdpi/stat_sys_battery_85.png
es/drawable-sw600dp-xhdpi/stat_sys_battery_charge_anim0.png
es/drawable-sw600dp-xhdpi/stat_sys_battery_charge_anim100.png
es/drawable-sw600dp-xhdpi/stat_sys_battery_charge_anim15.png
es/drawable-sw600dp-xhdpi/stat_sys_battery_charge_anim28.png
es/drawable-sw600dp-xhdpi/stat_sys_battery_charge_anim43.png
es/drawable-sw600dp-xhdpi/stat_sys_battery_charge_anim57.png
es/drawable-sw600dp-xhdpi/stat_sys_battery_charge_anim71.png
es/drawable-sw600dp-xhdpi/stat_sys_battery_charge_anim85.png
es/drawable-sw600dp-xhdpi/stat_sys_data_bluetooth.png
es/drawable-sw600dp-xhdpi/stat_sys_data_bluetooth_connected.png
es/drawable-sw600dp-xhdpi/stat_sys_data_connected_1x.png
es/drawable-sw600dp-xhdpi/stat_sys_data_connected_3g.png
es/drawable-sw600dp-xhdpi/stat_sys_data_connected_4g.png
es/drawable-sw600dp-xhdpi/stat_sys_data_connected_e.png
es/drawable-sw600dp-xhdpi/stat_sys_data_connected_g.png
es/drawable-sw600dp-xhdpi/stat_sys_data_connected_h.png
es/drawable-sw600dp-xhdpi/stat_sys_data_fully_connected_1x.png
es/drawable-sw600dp-xhdpi/stat_sys_data_fully_connected_3g.png
es/drawable-sw600dp-xhdpi/stat_sys_data_fully_connected_4g.png
es/drawable-sw600dp-xhdpi/stat_sys_data_fully_connected_e.png
es/drawable-sw600dp-xhdpi/stat_sys_data_fully_connected_g.png
es/drawable-sw600dp-xhdpi/stat_sys_data_fully_connected_h.png
es/drawable-sw600dp-xhdpi/stat_sys_signal_0.png
es/drawable-sw600dp-xhdpi/stat_sys_signal_0_fully.png
es/drawable-sw600dp-xhdpi/stat_sys_signal_1.png
es/drawable-sw600dp-xhdpi/stat_sys_signal_1_fully.png
es/drawable-sw600dp-xhdpi/stat_sys_signal_2.png
es/drawable-sw600dp-xhdpi/stat_sys_signal_2_fully.png
es/drawable-sw600dp-xhdpi/stat_sys_signal_3.png
es/drawable-sw600dp-xhdpi/stat_sys_signal_3_fully.png
es/drawable-sw600dp-xhdpi/stat_sys_signal_4.png
es/drawable-sw600dp-xhdpi/stat_sys_signal_4_fully.png
es/drawable-sw600dp-xhdpi/stat_sys_signal_flightmode.png
es/drawable-sw600dp-xhdpi/stat_sys_signal_in.png
es/drawable-sw600dp-xhdpi/stat_sys_signal_inout.png
es/drawable-sw600dp-xhdpi/stat_sys_signal_out.png
es/drawable-sw600dp-xhdpi/stat_sys_wifi_in.png
es/drawable-sw600dp-xhdpi/stat_sys_wifi_inout.png
es/drawable-sw600dp-xhdpi/stat_sys_wifi_out.png
es/drawable-sw600dp-xhdpi/stat_sys_wifi_signal_0.png
es/drawable-sw600dp-xhdpi/stat_sys_wifi_signal_1.png
es/drawable-sw600dp-xhdpi/stat_sys_wifi_signal_1_fully.png
es/drawable-sw600dp-xhdpi/stat_sys_wifi_signal_2.png
es/drawable-sw600dp-xhdpi/stat_sys_wifi_signal_2_fully.png
es/drawable-sw600dp-xhdpi/stat_sys_wifi_signal_3.png
es/drawable-sw600dp-xhdpi/stat_sys_wifi_signal_3_fully.png
es/drawable-sw600dp-xhdpi/stat_sys_wifi_signal_4.png
es/drawable-sw600dp-xhdpi/stat_sys_wifi_signal_4_fully.png
es/drawable-xhdpi/alert_bar_background_normal.9.png
es/drawable-xhdpi/alert_bar_background_pressed.9.png
es/drawable-xhdpi/battery_low_battery.png
es/drawable-xhdpi/btn_default_small_normal.9.png
es/drawable-xhdpi/btn_default_small_normal_disable.9.png
es/drawable-xhdpi/btn_default_small_normal_disable_focused.9.png
es/drawable-xhdpi/btn_default_small_pressed.9.png
es/drawable-xhdpi/btn_default_small_selected.9.png
es/drawable-xhdpi/global_screenshot_background.9.png
es/drawable-xhdpi/hd_off.png
es/drawable-xhdpi/hd_on.png
es/drawable-xhdpi/ic_launcher_settings.png
es/drawable-xhdpi/ic_notification_dnd.png
es/drawable-xhdpi/ic_notification_overlay.9.png
es/drawable-xhdpi/ic_sysbar_back.png
es/drawable-xhdpi/ic_sysbar_back_ime_default.png
es/drawable-xhdpi/ic_sysbar_back_land.png
es/drawable-xhdpi/ic_sysbar_home.png
es/drawable-xhdpi/ic_sysbar_home_land.png
es/drawable-xhdpi/ic_sysbar_ime_default.png
es/drawable-xhdpi/ic_sysbar_menu.png
es/drawable-xhdpi/ic_sysbar_menu_land.png
es/drawable-xhdpi/ic_sysbar_recent.png
es/drawable-xhdpi/ic_sysbar_recent_land.png
es/drawable-xhdpi/pocket_drag_pattern.png
es/drawable-xhdpi/scrubber_control_disabled_holo.png
es/drawable-xhdpi/scrubber_control_holo.png
es/drawable-xhdpi/scrubber_track_holo_dark.9.png
es/drawable-xhdpi/stat_sys_alarm.png
es/drawable-xhdpi/stat_sys_battery_0.png
es/drawable-xhdpi/stat_sys_battery_100.png
es/drawable-xhdpi/stat_sys_battery_15.png
es/drawable-xhdpi/stat_sys_battery_28.png
es/drawable-xhdpi/stat_sys_battery_43.png
es/drawable-xhdpi/stat_sys_battery_57.png
es/drawable-xhdpi/stat_sys_battery_71.png
es/drawable-xhdpi/stat_sys_battery_85.png
es/drawable-xhdpi/stat_sys_battery_charge_anim0.png
es/drawable-xhdpi/stat_sys_battery_charge_anim100.png
es/drawable-xhdpi/stat_sys_battery_charge_anim15.png
es/drawable-xhdpi/stat_sys_battery_charge_anim28.png
es/drawable-xhdpi/stat_sys_battery_charge_anim43.png
es/drawable-xhdpi/stat_sys_battery_charge_anim57.png
es/drawable-xhdpi/stat_sys_battery_charge_anim71.png
es/drawable-xhdpi/stat_sys_battery_charge_anim85.png
es/drawable-xhdpi/stat_sys_data_bluetooth.png
es/drawable-xhdpi/stat_sys_data_bluetooth_connected.png
es/drawable-xhdpi/stat_sys_data_connected_1x.png
es/drawable-xhdpi/stat_sys_data_connected_3g.png
es/drawable-xhdpi/stat_sys_data_connected_4g.png
es/drawable-xhdpi/stat_sys_data_connected_e.png
es/drawable-xhdpi/stat_sys_data_connected_g.png
es/drawable-xhdpi/stat_sys_data_connected_h.png
es/drawable-xhdpi/stat_sys_data_connected_roam.png
es/drawable-xhdpi/stat_sys_data_fully_connected_1x.png
es/drawable-xhdpi/stat_sys_data_fully_connected_3g.png
es/drawable-xhdpi/stat_sys_data_fully_connected_4g.png
es/drawable-xhdpi/stat_sys_data_fully_connected_e.png
es/drawable-xhdpi/stat_sys_data_fully_connected_g.png
es/drawable-xhdpi/stat_sys_data_fully_connected_h.png
es/drawable-xhdpi/stat_sys_no_sim.png
es/drawable-xhdpi/stat_sys_ringer_silent.png
es/drawable-xhdpi/stat_sys_ringer_vibrate.png
es/drawable-xhdpi/stat_sys_signal_0.png
es/drawable-xhdpi/stat_sys_signal_0_fully.png
es/drawable-xhdpi/stat_sys_signal_1.png
es/drawable-xhdpi/stat_sys_signal_1_fully.png
es/drawable-xhdpi/stat_sys_signal_2.png
es/drawable-xhdpi/stat_sys_signal_2_fully.png
es/drawable-xhdpi/stat_sys_signal_3.png
es/drawable-xhdpi/stat_sys_signal_3_fully.png
es/drawable-xhdpi/stat_sys_signal_4.png
es/drawable-xhdpi/stat_sys_signal_4_fully.png
es/drawable-xhdpi/stat_sys_signal_flightmode.png
es/drawable-xhdpi/stat_sys_signal_in.png
es/drawable-xhdpi/stat_sys_signal_inout.png
es/drawable-xhdpi/stat_sys_signal_out.png
es/drawable-xhdpi/stat_sys_wifi_in.png
es/drawable-xhdpi/stat_sys_wifi_inout.png
es/drawable-xhdpi/stat_sys_wifi_out.png
es/drawable-xhdpi/stat_sys_wifi_signal_0.png
es/drawable-xhdpi/stat_sys_wifi_signal_1.png
es/drawable-xhdpi/stat_sys_wifi_signal_1_fully.png
es/drawable-xhdpi/stat_sys_wifi_signal_2.png
es/drawable-xhdpi/stat_sys_wifi_signal_2_fully.png
es/drawable-xhdpi/stat_sys_wifi_signal_3.png
es/drawable-xhdpi/stat_sys_wifi_signal_3_fully.png
es/drawable-xhdpi/stat_sys_wifi_signal_4.png
es/drawable-xhdpi/stat_sys_wifi_signal_4_fully.png
es/drawable-xhdpi/status_bar_expand_default.png
es/drawable-xhdpi/status_bar_expand_pressed.png
7e9c49c8ebef8e03e196d155bf777f2dfc835091 19-Sep-2011 Michael Jurka <mikejurka@google.com> Fix crash in recent apps

Bug #5332922

Change-Id: I223cdd306c6872cc47c53456da195c0d83c8f8bd
rc/com/android/systemui/recent/RecentsPanelView.java
da1b819595fcf3cc332c59745677a0cc53e44f59 19-Sep-2011 Daniel Sandler <dsandler@android.com> Stop clobbering the systemUiVisibility on navbar touch.

Bug: 5328284
Change-Id: Ib49af35a7919dbf1cdb99f357798101d2534e853
rc/com/android/systemui/statusbar/phone/NavigationBarView.java
43fc2d3cb4eb0fc8b6d7a511eb25f8918553506d 19-Sep-2011 Michael Jurka <mikejurka@google.com> am b0a1f197: Merge "Added "No recent apps" message on phones" into ics-factoryrom

* commit 'b0a1f197303d520d788ba11fcb0ac56f3a3c8604':
Added "No recent apps" message on phones
b0a1f197303d520d788ba11fcb0ac56f3a3c8604 19-Sep-2011 Michael Jurka <mikejurka@google.com> Merge "Added "No recent apps" message on phones" into ics-factoryrom
6d66708706a99168cd1a7d536b9173ab866a5ed8 17-Sep-2011 Michael Jurka <mikejurka@google.com> Added "No recent apps" message on phones

Change-Id: I00bf163369775b79377090b7a9dae0c94ce5d0ac
es/layout-land/status_bar_recent_panel.xml
es/layout-port/status_bar_recent_panel.xml
es/layout/status_bar_no_recent_apps.xml
es/values/strings.xml
rc/com/android/systemui/recent/Choreographer.java
rc/com/android/systemui/recent/RecentsPanelView.java
db506e76994838256c0348822f7bfaa45cf2aa15 17-Sep-2011 Eric Fischer <enf@google.com> Import revised translations. DO NOT MERGE

Change-Id: Ibae2079f2de6ae74d12a88e3c6f6f52b3010990f
es/values-af-large/strings.xml
es/values-af/strings.xml
es/values-am-large/strings.xml
es/values-am/strings.xml
es/values-bg/strings.xml
es/values-in/strings.xml
es/values-ja/strings.xml
es/values-ro/strings.xml
es/values-sw-large/strings.xml
es/values-sw/strings.xml
es/values-tr/strings.xml
es/values-zu-large/strings.xml
es/values-zu/strings.xml
56598cd4d3712ea451f8e19e363ae86a51158d3b 15-Sep-2011 Daniel Sandler <dsandler@android.com> Fix MENU icon weirdness.

(Broken by change I7cbb7bbf.)

Bug: 5308636
Change-Id: I30ca20f62bd140a823eb926a9a0521c4d6014680
rc/com/android/systemui/statusbar/phone/NavigationBarView.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
369711f89b251dd0136e7a2dc6a08b64d31af129 15-Sep-2011 Daniel Sandler <dsandler@android.com> Merge "Fix overlapping wifi and airplane icons."
428dd26cd5fcf178bb326031d3646bbd73ed3fcd 15-Sep-2011 Peter Ng <petergng@google.com> Merge "Status_bar_close that works on light and dark"
669a8193bb5a6e44ed4f2eede78da4f2780cd8ed 14-Sep-2011 Peter Ng <petergng@google.com> Status_bar_close that works on light and dark

-No more blue, black works throughout all screens
-removed blue line from drop down handle because it was very problematic when a user has several notifications in their scrollview combined with the removal of fadingEdge vertical
-title_bar_shadow has an increased height

Change-Id: I8a291039b9c47c32ce289787612b050fd95e1fc4
es/drawable-hdpi/status_bar_close_on.9.png
es/drawable-hdpi/title_bar_shadow.9.png
es/drawable-mdpi/status_bar_close_on.9.png
es/drawable-mdpi/title_bar_shadow.9.png
es/drawable-xhdpi/status_bar_close_on.9.png
es/drawable-xhdpi/status_bar_hr.9.png
es/drawable-xhdpi/title_bar_shadow.9.png
es/layout/status_bar_expanded.xml
es/values/colors.xml
d9283b903125c875f973bf6f724f23e595bce756 15-Sep-2011 Daniel Sandler <dsandler@android.com> Fix NPE.

Also remove unneeded log.

Bug: 5320647
Change-Id: If62b491ceb25d26195dea694fe0b5cd83c0f6305
rc/com/android/systemui/statusbar/phone/NavigationBarView.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
ca7b6568333e1446b8357a89f6bdf757fee29768 15-Sep-2011 Dianne Hackborn <hackbod@google.com> Merge "Fix issue #5283365: Rotating the device to portrait mode, hides the keyboard partly"
1f903c3b577d20f7db7e3d5875cafe577d0d845f 14-Sep-2011 Dianne Hackborn <hackbod@google.com> Fix issue #5283365: Rotating the device to portrait mode, hides the keyboard partly

PhoneWindowManager now takes full responsibility for deciding where the
navigation bar goes. This gets rid of a bunch of race conditions with
determining layout while the nav bar is moving itself at the same time
the window manager is computing a new configuration.

Note that this breaks the "nav bar on left" option. The current nav
bar code could also be cleaned up some more to completely drive its
behavior based on onSizeChanged() happening during relayout.

Change-Id: I1651d74c3464ba0d588aab3049e099c78420146a
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
6da2b76ea496129da5370bfafd667ee94907a356 14-Sep-2011 Daniel Sandler <dsandler@android.com> Fix disappearing BACK button.

We weren't properly applying the disabled flags from one
orientation to the other. This crops up when the lockscreen
changes the flags and forces a reorientation at the same
time; the other orientation can become stale.

Bug: 5312123
Change-Id: I7cbb7bbf69e6d86cb47450bcdfa692a1f766cd5e
rc/com/android/systemui/statusbar/phone/NavigationBarView.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
aab55bf3e323b73062bd932682886b19c062a8a0 14-Sep-2011 Jeff Brown <jeffbrown@google.com> Merge "Fix bug in KeyButtonView key injection logic. Bug: 5299191 Bug: 5300282"
98392efb24d8aac36a4cfa85106812e17d5984f9 13-Sep-2011 Jeff Brown <jeffbrown@google.com> Fix bug in KeyButtonView key injection logic.
Bug: 5299191
Bug: 5300282

Only send keys when mCode != 0.

Simplified the logic for repeating / non-repeating keys.
Key down / up are always correlated with touch down / up, the
only thing that's special is that we detect long press for
repeating keys and not for others.

Ensure that up or cancel is always sent for every key
that is generated. Previously it was possible for keys to get
stuck down if touch moved out of the button's active area.

Removed the funky HOME long press timer. We don't need it
since we can rely on the long-press flag instead. Since the
system UI is in direct control of key repeating and long-press
behavior for the keys it inject, this eliminates the need for
special hacks to circumvent the timer.

Ensure that the same haptic feedback is provided for all keys,
including the recent apps key. Previously this only worked
because the code was injecting a bogus key with code 0.

Don't generate repeated haptic feedback for virtual keys
even when those keys are injected. This doesn't happen
for virtual keys synthesized by the InputReader because it
never injects repeats itself (the InputDispatcher synthesizes
them), but it is an issue for the KeyButtonView.

Change-Id: I8b3615dde738af28e76898d161d6ce9a883b59ec
rc/com/android/systemui/statusbar/policy/KeyButtonView.java
5ccff81a642844138b144ad2cc339eba188812a0 13-Sep-2011 Daniel Sandler <dsandler@android.com> Fix overlapping wifi and airplane icons.

Bug: 5254547
Change-Id: If293be36c4e06a8fac6f728b1f96e5759fe20f6d
es/layout/signal_cluster_view.xml
rc/com/android/systemui/statusbar/SignalClusterView.java
rc/com/android/systemui/statusbar/policy/NetworkController.java
49f58407340a2282e0c0ff31043bee8937bd6bff 13-Sep-2011 Daniel Sandler <dsandler@android.com> Transparent notification shade.

Bug: 5270161 (fix opacity)
Bug: 5231194 (transparent shade)
Change-Id: Ib7130ef0718c092dc9f8149698625a49d7abb2b2
es/drawable/notification_list_shadow.xml
es/layout/status_bar_expanded.xml
es/layout/status_bar_tracking.xml
es/values/colors.xml
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
fe172cc861448cf1115195cbad5b3300357c02f0 12-Sep-2011 Daniel Sandler <dsandler@android.com> Fix the takeoff position of a flung windowshade.

We were carefully tracking the vertical offset between the view
origin and the user's incident touch, but not actually
including it when performing a fling. (This might have
worked at one point but been later buried under some
refactoring rubble.)

Bug: 5210198
Change-Id: I97ae883491a5dedf1b48683441096fe9938d118f
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
f1c8adc9ae4a3f8619da2f9942d026c2bc411882 13-Sep-2011 Michael Jurka <mikejurka@google.com> Merge "Bug fixes in Recents"
0e8063a3b447e1aa5cc3171db42f735b3b6ae78e 10-Sep-2011 Michael Jurka <mikejurka@google.com> Bug fixes in Recents

- Making thumbnails invisible until loaded (fixes regression)
- Speed up dismiss animation from menu
- Make the max swipe velocity greater
- Make only the thumbnail and app title long-clickable
- No more click sound when tapping outside the thumbnails to dismiss Recents
- Tweaking color of recents app label text

Change-Id: If7b6cd59e92feb0472eb3ea266733549cb9f4d4b
es/layout-land/status_bar_recent_item.xml
es/layout-port/status_bar_recent_item.xml
es/layout-sw600dp/status_bar_recent_item.xml
es/values/colors.xml
rc/com/android/systemui/SwipeHelper.java
rc/com/android/systemui/recent/RecentsHorizontalScrollView.java
rc/com/android/systemui/recent/RecentsPanelView.java
rc/com/android/systemui/recent/RecentsVerticalScrollView.java
83f9dfe0f085a01ebaa9f3ba6205af20e20bbe78 13-Sep-2011 Dianne Hackborn <hackbod@google.com> Merge "Add boot mode where only "core apps" are started."
911fe30d5841d0622f3925a9fbc66d499965b111 12-Sep-2011 Jeff Brown <jeffbrown@google.com> Track status bar fling velocity using screen coords.
Bug: 5210198

Change-Id: I58630ab861c0934755a4aac4b96fdc5634c4a438
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
68ebcdf3fd8b98fe35ec3e0b2e91fd254fcd807f 12-Sep-2011 Jeff Brown <jeffbrown@google.com> Fix ACTION_CANCEL handling in status bar.
Bug: 5198231

Widgets always need to handle ACTION_CANCEL properly since
it can happen at any time, such as when the screen is turned
off or the screen is rotated, removed or reconfigured.

Change-Id: Ia30b14bb6f68cdde5286b4d72e69130e9fb38732
rc/com/android/systemui/SwipeHelper.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
d2509fd83597595914ef0627685e917380863eb6 12-Sep-2011 Dianne Hackborn <hackbod@google.com> Add boot mode where only "core apps" are started.

A core app is one that has coreApp="true" in its manifest tag.

The system can successfully boot (though a little painfully) with
only framework-res.apk, SettingsProvider.apk, SystemUI.apk,
DefaultContainerService.apk, and Launcher2.apk set as core apps.

Currently this boot mode is always turned off.

Change-Id: Ieaa4a8031c2c391a12996aa8d8b1d65fc2b09d6b
ndroidManifest.xml
d61a3a1bed57fc33fb0fa132521746bb58bba6be 12-Sep-2011 Eric Fischer <enf@google.com> Merge "Import revised translations."
aeb116750110cf9cc1ef82d208f3a8ba3b8be009 12-Sep-2011 Daniel Sandler <dsandler@android.com> Merge "Hide navigation buttons when they are DISABLEd."
78cc91aa7d68f63bdfb3f1a61123f34df5a9ef4b 12-Sep-2011 Eric Fischer <enf@google.com> Import revised translations.

Change-Id: I6e7f33ff16557f7e9088c0aa66fd1c79ed376c75
es/values-af/strings.xml
es/values-am/strings.xml
es/values-ar/strings.xml
es/values-ca/strings.xml
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-en-rGB/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-it/strings.xml
es/values-iw/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-ms/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv/strings.xml
es/values-sw/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
es/values-zu/strings.xml
d2deee1eeb4de93b2d5158dcfc79b1bb68accf79 12-Sep-2011 satok <satok@google.com> Merge "Fix the visiblity of the ime switcher icon."
9747f8977c55013e656a1e666a1647bb331954ce 12-Sep-2011 satok <satok@google.com> Fix the visiblity of the ime switcher icon.

Bug: 5288866
Change-Id: I99b4aee36c337b2fab1116e9245ddecd826c840c
rc/com/android/systemui/statusbar/tablet/InputMethodButton.java
029d5877b0c19af09c6a1cb7d1c3d3507e88430c 12-Sep-2011 Daniel Sandler <dsandler@android.com> Hide navigation buttons when they are DISABLEd.

Back is hidden by DISABLE_BACK; Home, Recents, and Menu are
hidden by DISABLE_NAVIGATION.

Bug: 5261576
Bug: 5284740 (confusion about visible inactive icons)
Change-Id: I410c133b737cc11d61bac0318dc24458353ee7b3
es/layout/navigation_bar.xml
rc/com/android/systemui/statusbar/phone/NavigationBarView.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
e00633e49a7136e14da8ce9938cf6a3333f28498 11-Sep-2011 Ken Wakasa <kwakasa@google.com> Fix NPE

bug: 5290369
Change-Id: Ica450c49fc0bc89b1697eaa1086707f481f6be7e
rc/com/android/systemui/statusbar/tablet/InputMethodsPanel.java
f4b783f8a7f7ba56a879b0fce075257659e9f909 12-Sep-2011 Daniel Sandler <dsandler@android.com> Merge "Exit the keyguard when the user clicks a notification."
8dbdee5b167b066f8306a43db4e2a8d410b0370b 12-Sep-2011 Daniel Sandler <dsandler@android.com> Merge "Fix bug swiping away NO_CLEAR notifications."
92d331883ada42e49001853e266cda2d9c8631b8 11-Sep-2011 Daniel Sandler <dsandler@android.com> Exit the keyguard when the user clicks a notification.

(This only works if the keyguard is not secure, but then
again, the user can't access the notification panel in that
case anyway.)

Bug: 5173952
Change-Id: I8a6081d26c52843822b381d8ebe0fae94a03bef9
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
113045ab9cc6307b68cc669bbdd4ddbdf69b6230 11-Sep-2011 Daniel Sandler <dsandler@android.com> Fix bug swiping away NO_CLEAR notifications.

Bug: 5121507
Change-Id: I798686cfc8506805298e1481a3d603ce700e12f4
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
e16c279d4f39231b25948cdd19a642ca676d82c7 09-Sep-2011 John Huang <jsh@google.com> Handle HSPAP.

We were missing a case statement for HSPAP when picking icons.
Treat it the same as the other HSPA types.

bug: 5286238
Change-Id: Ia222cc600a5920e057698ba8b0d2cc8e4836b500
rc/com/android/systemui/statusbar/policy/NetworkController.java
99f6ecc2fd952a6d10b248081833705ca35f859e 09-Sep-2011 Daniel Sandler <dsandler@android.com> Merge "Show roaming icon in status bar."
758c787d7a51456340d37a4f32e3c028ba09caf2 09-Sep-2011 Ken Wakasa <kwakasa@google.com> Merge "Suppress "Automatic" subtype name in tablet's IME switcher panel"
a6f61c5c39b82950dda6095be76256f865c44566 09-Sep-2011 Peter Ng <petergng@google.com> Merge "Status bar close dragdown resized to 32dp"
bbf0b66edef9f3fe537dbf16fed6bd2e6651d9cf 09-Sep-2011 Ken Wakasa <kwakasa@google.com> Suppress "Automatic" subtype name in tablet's IME switcher panel

bug: 5282718
Change-Id: Ibecd6309eba9ac2fe173be7db4ba353e5821bd43
rc/com/android/systemui/statusbar/tablet/InputMethodsPanel.java
6f90f2a1aab5c4e56012b65b788b84370e231bc6 09-Sep-2011 Michael Jurka <mikejurka@google.com> Merge "Updated Recent Apps visuals"
02038e3cbb02268a77e53b4bde9762186238f21b 07-Sep-2011 Peter Ng <petergng@google.com> Updated Recent Apps visuals

-added padding to portrait and landscape layout recent item
-updated drawable stroke on press and drag

Change-Id: I98e0073f5fba6d13f041871337e4dc534bbc1460
es/drawable-hdpi/recents_thumbnail_bg_dragging.9.png
es/drawable-hdpi/recents_thumbnail_bg_press.9.png
es/drawable-mdpi/recents_thumbnail_bg_dragging.9.png
es/drawable-mdpi/recents_thumbnail_bg_press.9.png
es/drawable-xhdpi/recents_thumbnail_bg_dragging.9.png
es/drawable-xhdpi/recents_thumbnail_bg_press.9.png
es/drawable/recents_thumbnail_fg.xml
es/layout-land/status_bar_recent_item.xml
es/layout-port/status_bar_recent_item.xml
es/layout-sw600dp/status_bar_recent_item.xml
es/values-hdpi/dimens.xml
es/values-land/dimens.xml
es/values-mdpi/dimens.xml
es/values-port/dimens.xml
rc/com/android/systemui/recent/RecentsPanelView.java
e2ca08765e1e2da8edcbb9e43b0d2c2f79bd5101 09-Sep-2011 Chet Haase <chet@google.com> Merge "Throw an exception if a both nav and system bars are configured"
bc0009d48df58305d3330e9716f4ebbca1e36d3d 09-Sep-2011 Chet Haase <chet@google.com> Throw an exception if a both nav and system bars are configured

It was possible for a device to be configured to use a navigation bar
(by setting config_showNavigationBar to true in a config.xml file)
and to use a system bar (by being a tablet device of sufficient size).
The display metrics would be set up for both, but the SystemUI would ignore
the navigation bar, leading to conflict in what would be displayed and how
much room there was on the display. This change throws an exception,
causing SystemUI to fail, when this conflict is detected.

Change-Id: Ib5c19d50ff9444bc33fd53d3dcfa016adc4872ef
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
bfc365f4a9550983fa8ad6458155e06ddd0fb92d 09-Sep-2011 Peter Ng <petergng@google.com> Status bar close dragdown resized to 32dp

Bug: 5160060
Change-Id: I6960aa025922cd9ad208b6ff4a1d9f132c380436
es/drawable-hdpi/status_bar_close_on.9.png
es/drawable-mdpi/status_bar_close_on.9.png
es/drawable-xhdpi/status_bar_close_on.9.png
b0d89922b186b62701aa7ee1ed8f808fac2c1d9b 09-Sep-2011 Jeff Sharkey <jsharkey@android.com> Merge "Always disable() through SBMS; watch date."
eeb1dca3935b14b12f8a563ce6887dc4b842684b 08-Sep-2011 Dianne Hackborn <hackbod@google.com> Fix issue #5139085: Some Recents items can't be killed

Change-Id: Ib4fa413266c4aa2223576ce0299be743358fdc26
rc/com/android/systemui/recent/RecentsPanelView.java
89d97131bd7fd7494c3469dfdf6351a84bae62bf 08-Sep-2011 Daniel Sandler <dsandler@android.com> Show roaming icon in status bar.

This also refreshes the data type icon when the data
connection state changes, so it'll pick up network speed
changes (3G->4G, e.g.) that aren't accompanied by some other
radio state change.

Bug: 5278165
Bug: 5274807
Change-Id: Ic97252a9fb29bd3f2a927f6a57666809297ad60e
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/policy/NetworkController.java
4519a02608b9e02a2c0dbc7dff37c21167db8f24 08-Sep-2011 Jeff Sharkey <jsharkey@android.com> Always disable() through SBMS; watch date.

Touching StatusBar.disable() directly can make the cached value over
in StatusBarManagerService stale. Instead, dispatch DISABLE_BACK
through setSystemUiVisibility() on tablets; it's unused on phones.

Also DISABLE_NOTIFICATION_TICKER when showing secure lockscreen, and
watch for TIME_CHANGED in DateView.

Bug: 5255469
Bug: 5242677
Change-Id: I4efaf9799b2f229f49d7024da5dafceacd5e08bb
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/policy/DateView.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
1cdf067f5fe58ad4abb623b82eede3fab2a5f533 08-Sep-2011 Daniel Sandler <dsandler@android.com> Fix notification disappearance animations.

Bug: 5262083
Change-Id: Iea99c69359352d536f1fe00b86f6748711c36e34
rc/com/android/systemui/statusbar/policy/NotificationRowLayout.java
cbdc9d2e9cba355de4f57eaa926a2d51aa343ac8 07-Sep-2011 Daniel Sandler <dsandler@android.com> Merge "Use holo_blue_light for statusbar clocks."
b69f7015e7233d1c22d474f7f6850d4d93b2b790 06-Sep-2011 Daniel Sandler <dsandler@android.com> Use hardware acceleration in all status bar windows.

(Only applies to high-end devices. In situations where
memory budget or GPU/overlay support are lacking these will
still be done in software.)

Bug: 5233443
Change-Id: I668def10598f6a818d8011ba6dd8d1dd5440ae5e
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
090d31eaa3d1ff645739cc4c531a31317403bd5f 07-Sep-2011 Peter Ng <petergng@google.com> Merge "Blue notify quicksettings icon implemented"
f6bb1622ba3d4c01d2543875f12c4ce07483b224 01-Sep-2011 Peter Ng <petergng@google.com> Blue notify quicksettings icon implemented

-Increased quicksettings and clearall inherent asset padding to 32 from 16dp
-new touchstates for quicksettings and clearall
-clear all remains on the right and quicksettings remains left aligned to the right of the date

Bug: 5076789

Change-Id: I45d7da2d79b94822c04aa162ebef99ac79ce0368
es/drawable-hdpi/ic_notify_clear_normal.png
es/drawable-hdpi/ic_notify_clear_pressed.png
es/drawable-hdpi/ic_notify_quicksettings_normal.png
es/drawable-hdpi/ic_notify_quicksettings_pressed.png
es/drawable-mdpi/ic_notify_clear_normal.png
es/drawable-mdpi/ic_notify_clear_pressed.png
es/drawable-mdpi/ic_notify_quicksettings_normal.png
es/drawable-mdpi/ic_notify_quicksettings_pressed.png
es/drawable-xhdpi/ic_notify_clear_normal.png
es/drawable-xhdpi/ic_notify_clear_pressed.png
es/drawable-xhdpi/ic_notify_quicksettings_normal.png
es/drawable-xhdpi/ic_notify_quicksettings_pressed.png
es/drawable/ic_notify_quicksettings.xml
es/layout/status_bar_expanded.xml
8160270cfb80dd9ab429c9950f223a46f4163ec6 06-Sep-2011 Eric Fischer <enf@google.com> Merge "Import revised translations."
3b19b5ecc4ae05e90bf57ba88ef1e50a5dc63995 06-Sep-2011 Michael Jurka <mikejurka@google.com> Merge "Fix the pressed state for thumbnails in Recents"
1a21f0ab603f4bcdb73e5920a3b6b75f04316790 06-Sep-2011 Daniel Sandler <dsandler@android.com> Use holo_blue_light for statusbar clocks.

Also use the same style for the date in the phone
notification panel (which already had the same net
appearance).

Bug: 5231182
Change-Id: Ie0b44c2b9021a4f6ad56b0e1a78fdc9d8cf16f88
es/layout-sw600dp/status_bar_notification_area.xml
es/layout/status_bar.xml
es/layout/status_bar_expanded.xml
es/values/styles.xml
faa790c4f55bfe399a8ef259c657be76e9d833dd 03-Sep-2011 Michael Jurka <mikejurka@google.com> Fix the pressed state for thumbnails in Recents

- pressed state is now in foreground
- also, keep drawing pressed drawable on long press

Change-Id: I1a2025b5a79a5bfd4aaacf5312d52404fc3361a1
es/drawable-hdpi/recents_thumbnail_bg.9.png
es/drawable-hdpi/recents_thumbnail_bg_dragging.9.png
es/drawable-mdpi/recents_thumbnail_bg.9.png
es/drawable-mdpi/recents_thumbnail_bg_dragging.9.png
es/drawable-xhdpi/recents_thumbnail_bg.9.png
es/drawable/recents_thumbnail_bg.xml
es/drawable/recents_thumbnail_overlay.xml
es/layout-land/status_bar_recent_item.xml
es/layout-port/status_bar_recent_item.xml
es/layout-sw600dp/status_bar_recent_item.xml
es/values-hdpi/dimens.xml
es/values-mdpi/dimens.xml
rc/com/android/systemui/recent/RecentsCallback.java
rc/com/android/systemui/recent/RecentsHorizontalScrollView.java
rc/com/android/systemui/recent/RecentsPanelView.java
rc/com/android/systemui/recent/RecentsVerticalScrollView.java
373a4f44e42093806f1b4f4e7ff1c9e163ba26c3 03-Sep-2011 Jeff Sharkey <jsharkey@android.com> Merge "Make large_icon in notification catch touches."
847fd751a9c9eb3cb02da1dca95d3d4b215c0b76 03-Sep-2011 Jeff Sharkey <jsharkey@android.com> Make large_icon in notification catch touches.

If it doesn't catch touches, the stream is dropped on floor, leaving
no event stream for swiping to intercept. Also connect up
NotificationClicker to large_icon.

Bug: 5068171
Change-Id: I51e74dd1cdc2749554c591432a48fad35de993ff
es/layout/status_bar_notification_row.xml
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
6b0c11da5a7a7ea236fd9dc409d1ce7a33bff9c2 03-Sep-2011 Dianne Hackborn <hackbod@google.com> Merge "Fix issue #5150899: Call activity takes 15MB we never get back."
44671725bf9abbf34999d7afd3e998d2c4c6cd1a 03-Sep-2011 Chet Haase <chet@google.com> Merge "Fix artifact with LayoutTransitions on disappearing window."
32041c1602e6bc753f4ab055fd1bb95952f1e15b 03-Sep-2011 Michael Jurka <mikejurka@google.com> Merge "Click on whitespace dismisses Recents in landscape"
8064ec61d62be074a06f446c512560b9bcf63813 03-Sep-2011 Michael Jurka <mikejurka@google.com> Merge "Use default thumbnail if getting app thumbnail fails"
3c4ce72c4d66d9ee041924259f20381b658c1529 03-Sep-2011 Chet Haase <chet@google.com> Fix artifact with LayoutTransitions on disappearing window.

Logic in performTraversals() starts a transition running at the
proper time. But when a view's parent window goes away, this transition
may not start at that time because drawing gets canceled. But the
transition still hung off of the ViewRoot, waiting until some later
drawing operation to kick it off. This resulted in some weird animations
like the Recents panel appearing and having a single item animate off of it.

The fix is to delete pending transitions when drawing is skipped.

Change-Id: I3ab7702c16e069644a163424f977350743e2cecc
rc/com/android/systemui/statusbar/tablet/NotificationPanel.java
7725a4e3071c6450deb89dcb1e234ed96142edc9 03-Sep-2011 Michael Jurka <mikejurka@google.com> Click on whitespace dismisses Recents in landscape

(was added previously for portrait, forgot to add for landscape)

Change-Id: I38161d00c65f753c17d25db8ed69f59f35b0d352
rc/com/android/systemui/recent/RecentsHorizontalScrollView.java
ccbc2f309e84e9b073e92c1bf689a4d8dab988cc 03-Sep-2011 Michael Jurka <mikejurka@google.com> Merge "Fix a NPE in Recents"
9563cb813d9cff7a0bfdc1248f6cda9f13087be8 03-Sep-2011 Michael Jurka <mikejurka@google.com> Use default thumbnail if getting app thumbnail fails

Change-Id: If76a26d80f2327fe73bc18024c6b2c7eaab4d11d
rc/com/android/systemui/recent/RecentsPanelView.java
21ce2d8caeda3c9eb762a2129d37c384de718941 03-Sep-2011 Michael Jurka <mikejurka@google.com> Fix a NPE in Recents

Change-Id: I8fead3b20646e92add6acd49440db675a190baee
rc/com/android/systemui/SwipeHelper.java
f7315dd1922868efc04fcd83caff4202f215bae1 03-Sep-2011 Michael Jurka <mikejurka@google.com> Merge "Fix regression: recents did not dismiss after launching apps (5252649)"
c6461ca5a0892d9b5a47649d49af69165e05b87f 02-Sep-2011 Michael Jurka <mikejurka@google.com> Fix regression: recents did not dismiss after launching apps (5252649)

also:
- when using menu to "remove from list" in landscape, animate items upward (5149577)
- dismiss recents when tapping on whitespace regions (5115883)

Change-Id: I0f38c7567281583898a49f572cf92d6c59464649
es/layout-land/status_bar_recent_item.xml
es/layout-port/status_bar_recent_item.xml
es/layout-port/status_bar_recent_panel.xml
es/layout-sw600dp/status_bar_recent_item.xml
rc/com/android/systemui/SwipeHelper.java
rc/com/android/systemui/recent/RecentsCallback.java
rc/com/android/systemui/recent/RecentsPanelView.java
rc/com/android/systemui/recent/RecentsVerticalScrollView.java
5820aeee0b101843445050f594dad82c7dde4b81 02-Sep-2011 Eric Fischer <enf@google.com> Import revised translations.

Change-Id: Iac73006cfaf846d210855496f6732cbdc6ad0de8
es/values-af/strings.xml
es/values-am/strings.xml
es/values-ar/strings.xml
es/values-bg/strings.xml
es/values-ca/strings.xml
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-en-rGB/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-it/strings.xml
es/values-iw/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-ms/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-rm/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv/strings.xml
es/values-sw/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
es/values-zu/strings.xml
5d927c2d8e832fcfcb0154c8741f896001141ef4 02-Sep-2011 Dianne Hackborn <hackbod@google.com> Fix issue #5150899: Call activity takes 15MB we never get back.

Persistent process can no longer use hardware acclerated drawing
when running on a low-memory device.

Change-Id: I3110335617af1c98fcede9bf41f4a1d0c20d0e87
rc/com/android/systemui/screenshot/GlobalScreenshot.java
41bff38d3060dbcb55133cedaf5d962c3082efc2 30-Aug-2011 Chet Haase <chet@google.com> Tweaks to NotificationPanel animation

The animation that runs when the NotificationPanel appears
used to start, then pause for a long time as the window/surface/layer
was created, then by the time it started to be visible, the animation
was over. This new approach delays starting the animation until the
layer has been drawn, so the animation can actually run a few frames after
that before finishing.

Change-Id: I998f01fd48cb762178021ad99e2b919b58a1ef3f
rc/com/android/systemui/statusbar/tablet/NotificationPanel.java
64014612275d0fccd5e31f2afaa8f17a6bf1e93d 02-Sep-2011 Mike Lockwood <lockwood@android.com> Merge "PhoneStatusBar: Fix NPE when disabling navigation with no soft buttons."
6f983a7906ce98a1a8e3f5e805da8c933f53fc3d 02-Sep-2011 Michael Jurka <mikejurka@google.com> Merge "Fixing orientation change bug (5098088)"
8b09866a25ade5cd3630996adff8c976268ec637 02-Sep-2011 Michael Jurka <mikejurka@google.com> Fixing orientation change bug (5098088)

- Also fixing language in long-press menu (5068787)

Change-Id: I941e053e6ce4c85a09f4ff82880b7c2513e54322
es/values/strings.xml
rc/com/android/systemui/recent/RecentsPanelView.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
a7cf74cfb1364edd72e0fbab1c6ba8af89c519a2 02-Sep-2011 Mike Lockwood <lockwood@android.com> PhoneStatusBar: Fix NPE when disabling navigation with no soft buttons.

Bug: 5249328

Change-Id: I9fcf623c4f9f278107a0772f6ff28ccaae9188c8
Signed-off-by: Mike Lockwood <lockwood@android.com>
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
a3b7b57a5211c210a61bb9bea118531eed08591a 02-Sep-2011 Michael Jurka <mikejurka@google.com> Merge "updating visuals of Recent Apps"
622a97646d316ca753c577752ac9010415e9a472 29-Aug-2011 Peter Ng <petergng@google.com> updating visuals of Recent Apps

- replacing background PNGs with 9 patches
- removing border around thumbnails by default
- when swiping thumbnails, draw a border around them
- fix callout line length
- make recents window smaller on tablets
- deleting unused assets

Change-Id: If5bb1ba0d55a6d10e36ee14274c23596f0ba73b9
es/drawable-hdpi/recents_bg_protect_tile.png
es/drawable-hdpi/recents_blue_glow.9.png
es/drawable-hdpi/recents_callout_line.9.png
es/drawable-hdpi/recents_callout_line.png
es/drawable-hdpi/recents_thumbnail_bg.9.png
es/drawable-hdpi/recents_thumbnail_bg.png
es/drawable-hdpi/recents_thumbnail_bg_press.9.png
es/drawable-hdpi/recents_thumbnail_bg_press.png
es/drawable-large-hdpi/app_icon.png
es/drawable-large-hdpi/recents_bg_protect_tile.png
es/drawable-large-hdpi/recents_blue_glow.9.png
es/drawable-large-hdpi/recents_callout_line.png
es/drawable-large-hdpi/recents_thumbnail_bg.png
es/drawable-large-hdpi/recents_thumbnail_bg_press.png
es/drawable-large-mdpi/app_icon.png
es/drawable-large-mdpi/recents_bg_protect_tile.png
es/drawable-large-mdpi/recents_blue_glow.9.png
es/drawable-large-mdpi/recents_callout_line.png
es/drawable-large-mdpi/recents_thumbnail_bg.png
es/drawable-large-mdpi/recents_thumbnail_bg_press.png
es/drawable-mdpi/recents_bg_protect_tile.png
es/drawable-mdpi/recents_blue_glow.9.png
es/drawable-mdpi/recents_callout_line.9.png
es/drawable-mdpi/recents_callout_line.png
es/drawable-mdpi/recents_thumbnail_bg.9.png
es/drawable-mdpi/recents_thumbnail_bg.png
es/drawable-mdpi/recents_thumbnail_bg_press.9.png
es/drawable-mdpi/recents_thumbnail_bg_press.png
es/drawable-sw600dp-hdpi/recents_blue_glow.9.png
es/drawable-sw600dp-mdpi/recents_blue_glow.9.png
es/drawable-sw600dp-mdpi/recents_callout_line.png
es/drawable-sw600dp-mdpi/recents_thumbnail_bg.png
es/drawable-sw600dp-mdpi/recents_thumbnail_bg_press.png
es/drawable-sw600dp-xhdpi/recents_bg_protect_tile.png
es/drawable-sw600dp-xhdpi/recents_blue_glow.9.png
es/drawable-xhdpi/recents_blue_glow.9.png
es/drawable-xhdpi/recents_callout_line.9.png
es/drawable-xhdpi/recents_thumbnail_bg.9.png
es/drawable-xhdpi/recents_thumbnail_bg_press.9.png
es/drawable-xlarge-hdpi/app_icon.png
es/drawable-xlarge-hdpi/recents_bg_protect_tile.png
es/drawable-xlarge-hdpi/recents_blue_glow.9.png
es/drawable-xlarge-hdpi/recents_callout_line.png
es/drawable-xlarge-hdpi/recents_thumbnail_bg.png
es/drawable-xlarge-hdpi/recents_thumbnail_bg_press.png
es/drawable-xlarge-mdpi/app_icon.png
es/drawable-xlarge-mdpi/recents_bg_protect_tile.png
es/drawable-xlarge-mdpi/recents_blue_glow.9.png
es/drawable-xlarge-mdpi/recents_callout_line.png
es/drawable-xlarge-mdpi/recents_thumbnail_bg.png
es/drawable-xlarge-mdpi/recents_thumbnail_bg_press.png
es/drawable/recents_thumbnail_overlay.xml
es/layout-land/status_bar_recent_item.xml
es/layout-port/status_bar_recent_item.xml
es/layout-sw600dp/status_bar_recent_item.xml
es/layout-sw600dp/status_bar_recent_panel.xml
es/values-hdpi/dimens.xml
es/values-land/dimens.xml
es/values-mdpi/dimens.xml
es/values-port/dimens.xml
es/values-sw600dp/dimens.xml
es/values/colors.xml
es/values/dimens.xml
rc/com/android/systemui/SwipeHelper.java
rc/com/android/systemui/recent/RecentsHorizontalScrollView.java
rc/com/android/systemui/recent/RecentsPanelView.java
rc/com/android/systemui/recent/RecentsVerticalScrollView.java
rc/com/android/systemui/statusbar/policy/NotificationRowLayout.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
e3646dd8d96fb9756c8a7a4757ad5277e3801aed 01-Sep-2011 Mike Lockwood <lockwood@android.com> Show back button in status bar when in an activity in front of the lockscreen.

When the lockscreen is up we still enable the home and recent app buttons,
but the back button is only enabled if the lockscreen is not obscured by other activities

Fixes problem escaping from the DeskClock app when the screen is locked.

Bug: 5206013

Change-Id: I68c9e4513018f51e2ee4fc11254e42ecbef834e4
Signed-off-by: Mike Lockwood <lockwood@android.com>
rc/com/android/systemui/statusbar/phone/NavigationBarView.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
185a251b08104a2f19f642d9492e75dd11680dd6 01-Sep-2011 Michael Jurka <mikejurka@google.com> Merge "Improve Recent Apps scrolling performance"
3cd0a593937c0724d77db1e2e3995255cfae61ac 16-Aug-2011 Michael Jurka <mikejurka@google.com> Improve Recent Apps scrolling performance

- 20fps improvement using software rendering
- 10fps improvement using hardware rendering
- in sw mode, rendering recents background in the recent items themselves and using a bitmap cache to draw individual items (gives perf gains for sw mode)
- in sw and hw mode, no longer doing a fade on the recents scroll view (gives perf gains for hw mode) - instead we draw a black gradient where we would normally fade
- fading recents & notifications immediately when swiped
- removing unused code

Change-Id: I908e2a25b89c9dfbf9b8c8f3810fa43064261b33
es/layout-land/status_bar_recent_item.xml
es/layout-land/status_bar_recent_panel.xml
es/layout-port/status_bar_recent_item.xml
es/layout-port/status_bar_recent_panel.xml
es/layout-sw600dp/status_bar_recent_item.xml
es/values-land/dimens.xml
es/values-port/dimens.xml
es/values-sw600dp/config.xml
es/values/config.xml
rc/com/android/systemui/SwipeHelper.java
rc/com/android/systemui/recent/RecentsCallback.java
rc/com/android/systemui/recent/RecentsHorizontalScrollView.java
rc/com/android/systemui/recent/RecentsListView.java
rc/com/android/systemui/recent/RecentsPanelView.java
rc/com/android/systemui/recent/RecentsScrollViewPerformanceHelper.java
rc/com/android/systemui/recent/RecentsVerticalScrollView.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
9b2886e24301e5d4e7052ec4a6eaff273d3f516c 31-Aug-2011 Robert Greenwalt <rgreenwalt@google.com> Create new isNetworkSupported API

Useful for checking if on a wifi-only device.
Similar to asking for NetworkInfo for a network type and checking for
null, though here the intent is explicit.

bug:5087537
Change-Id: Ia3ddd09b6b735b8b3ceb7a347891e015fd96b218
rc/com/android/systemui/statusbar/policy/NetworkController.java
209cf04353ceb67d9ba95ffbdfd36af0515bb2ba 31-Aug-2011 satok <satok@google.com> Fix the display name in the input method panel on tablet

Bug: 5103300
Change-Id: I20cec2bb822be6f15abfe4a21053c8eb8d48b9cc
rc/com/android/systemui/statusbar/tablet/InputMethodsPanel.java
f52c70b2ccf711f507723bc74a68ca8c3a12c57a 31-Aug-2011 Jeff Sharkey <jsharkey@android.com> Disable clock in lockscreen; better flag logic.

When showing lockscreen, hide clock and navigation. Clean up logic
to be easier to understand.

Bug: 5112812
Change-Id: I20e3563aa36644db678c7839d47f01f223fe8d37
es/layout/status_bar.xml
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
03b1fecd53e299f7473c6a947059638dfe76866e 27-Aug-2011 Eric Fischer <enf@google.com> Merge "Import revised translations."
6a5134397541af058e1128baebe0451ae4befce8 26-Aug-2011 Eric Fischer <enf@google.com> Import revised translations.

Change-Id: I51e1fc94b7fa3fec13f7dddad62b978dd9a71d43
es/values-ar/strings.xml
es/values-bg/strings.xml
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-el/strings.xml
es/values-fa/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-it/strings.xml
es/values-iw/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt/strings.xml
es/values-ro/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rTW/strings.xml
dae908a391222710d26692ee5fcf307fd96197a2 26-Aug-2011 Justin Ho <justinho@google.com> Merge "Updated sysbar icons Bug: 5076695"
829559d28471871495c7681ab558fce22c0e73bb 26-Aug-2011 Daniel Sandler <dsandler@android.com> Merge "Stop spamming the user with unchanged tickers."
2a58af37568dcae9f1910aa85974f8b474338da9 26-Aug-2011 Daniel Sandler <dsandler@android.com> Stop spamming the user with unchanged tickers.

Bug: 5217613
Change-Id: I63e9a9853803ff770155f1c69e09e5d3e57f2abf
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
fdfbbf62e61020b6b6170862eaabd72b43bca4ea 26-Aug-2011 Justin Ho <justinho@google.com> New alarm clock for Phone stat_sys area

Change-Id: I7eae1f87afdd92f7979ab03db9f96273edaf7a72
es/drawable-hdpi/stat_notify_alarm.png
es/drawable-hdpi/stat_sys_alarm.png
es/drawable-mdpi/stat_notify_alarm.png
es/drawable-mdpi/stat_sys_alarm.png
es/drawable-sw600dp-hdpi/stat_sys_alarm.png
es/drawable-sw600dp-mdpi/stat_sys_alarm.png
es/drawable-sw600dp-xhdpi/stat_sys_alarm.png
es/drawable-xhdpi/stat_notify_alarm.png
es/drawable-xhdpi/stat_sys_alarm.png
rc/com/android/systemui/statusbar/phone/PhoneStatusBarPolicy.java
359ef7985316397564a6a999d77f6cc1edab7373 26-Aug-2011 Romain Guy <romainguy@google.com> Merge "Fix crash with OpenGL wallpaper Bug #5216751"
f929629e74fe84b986f76db448b9c95d72b2903e 26-Aug-2011 Romain Guy <romainguy@google.com> Fix crash with OpenGL wallpaper
Bug #5216751

Change-Id: Ieb2c0e3b29a0673a5127692c9740ba59c879a3c2
rc/com/android/systemui/ImageWallpaper.java
bf446c2a2b9c2e0c3808b35c14955319a7adfae5 26-Aug-2011 Daniel Sandler <dsandler@android.com> Merge "Windowshade visual cleanups."
a3dba34dd211f8fff0a75bda1cc5f4fb0c723ac8 26-Aug-2011 Daniel Sandler <dsandler@android.com> Windowshade visual cleanups.

Bug: 5175050
Change-Id: Ia6ac4f6692823a17eb4f0ce0c4b9e1eb3fd16fcf
es/values/donottranslate.xml
rc/com/android/systemui/statusbar/policy/DateView.java
6f7588850b2b1dd4a96584bad889bd4b51112c98 25-Aug-2011 Daniel Sandler <dsandler@android.com> Merge "Scale windowshade gesture parameters for screen density."
9ebcfcaf963a80548d893b11a65e2738be451108 25-Aug-2011 Justin Ho <justinho@google.com> Merge "Fixes the flickering we witness in crespo by increasing the luminance of the bg hash bug: 5178100"
dc940eaa67db0108f8a8629826dbb3c5c7d779e9 25-Aug-2011 Daniel Sandler <dsandler@android.com> Scale windowshade gesture parameters for screen density.

This has been broken since 2.0 but we didn't really notice
until now. Flinging the windowshade should now feel less
janky (the window's motion once flung will be more
continuous with your finger motion while flinging).

Bug: 5210198
Change-Id: Ieae0cabf5def46004f98a6dcb2337b2648f5e9ab
es/values/dimens.xml
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
46c61832cbc1feaf0834f625a8aa233cdad58591 25-Aug-2011 Justin Ho <justinho@google.com> Updated sysbar icons
Bug: 5076695

Change-Id: Iafeec01311ebed5409afae207c61f27410a6b244
es/drawable-hdpi/ic_sysbar_highlight.png
es/drawable-sw600dp-hdpi/ic_sysbar_ime_default.png
es/drawable-sw600dp-hdpi/ic_sysbar_ime_pressed.png
es/drawable-sw600dp-hdpi/ic_sysbar_zoom_default.png
es/drawable-sw600dp-hdpi/ic_sysbar_zoom_pressed.png
es/drawable-sw600dp-xhdpi/ic_sysbar_ime_default.png
es/drawable-sw600dp-xhdpi/ic_sysbar_ime_pressed.png
es/drawable-sw600dp-xhdpi/ic_sysbar_zoom_default.png
es/drawable-sw600dp-xhdpi/ic_sysbar_zoom_pressed.png
es/drawable-xhdpi/ic_sysbar_back.png
es/drawable-xhdpi/ic_sysbar_back_ime_pressed.png
es/drawable-xhdpi/ic_sysbar_back_land.png
es/drawable-xhdpi/ic_sysbar_highlight_land.png
es/drawable-xhdpi/ic_sysbar_home.png
es/drawable-xhdpi/ic_sysbar_home_land.png
es/drawable-xhdpi/ic_sysbar_menu.png
es/drawable-xhdpi/ic_sysbar_menu_land.png
es/drawable-xhdpi/ic_sysbar_recent.png
es/drawable-xhdpi/ic_sysbar_recent_land.png
44b57ce06e834523707e46b359f93af5398874e9 25-Aug-2011 Peter Ng <petergng@google.com> Fixes the flickering we witness in crespo by increasing the luminance of the bg hash
bug: 5178100

Change-Id: Ic0f02d365a0b84f3f60c4444b1a4332e76afd5f4
es/drawable-hdpi/status_bar_bg_tile.png
es/drawable-mdpi/status_bar_bg_tile.png
es/drawable-xhdpi/status_bar_bg_tile.png
b524d3419ad216c5eacfa9655c6d92220866fdbe 25-Aug-2011 Erik Gilling <konkers@android.com> Merge "systemui: enable GL rendering of launch background"
881fb2092b41f4447e708da2f341d2ca5602c0d4 25-Aug-2011 Erik Gilling <konkers@android.com> systemui: enable GL rendering of launch background

Only affect high end devices

Change-Id: I5fa2b646c2c4d4350fb4fc1042741c981ebb30bb
Signed-off-by: Erik Gilling <konkers@android.com>
rc/com/android/systemui/ImageWallpaper.java
a4f2f3e614d9947fac0cb58bd552dc60e0b4adb7 25-Aug-2011 Daniel Sandler <dsandler@android.com> Fix 5213837

Change-Id: I55d9bde628f501947821d96c25a463a6c642607e
es/values-xhdpi/dimens.xml
a32b9af71890b6c46daa93588bf20e2abf94941d 25-Aug-2011 Justin Ho <justinho@google.com> Updated alarm clock notification icon, adding xhdpi
Bug: 5076695

Change-Id: I772ae48a95e1b5b6388aaf7bfdfcc8f13e8ef4b5
es/drawable-hdpi/stat_notify_alarm.png
es/drawable-mdpi/stat_notify_alarm.png
es/drawable-xhdpi/stat_notify_alarm.png
es/drawable-xhdpi/stat_notify_more.png
a81fe3bbcc49a783ff99aea5e09e15191b065017 25-Aug-2011 Daniel Sandler <dsandler@android.com> Merge "Only show wifi indicator when wifi is connected."
07800a50399d73df322b823a079de29378b3c112 25-Aug-2011 Daniel Sandler <dsandler@android.com> Merge "Put the status bar and navigation bar in HW when advisable."
c638c1eb1bbed67d7d8f0d43f39137d766366f54 25-Aug-2011 Daniel Sandler <dsandler@android.com> Put the status bar and navigation bar in HW when advisable.

This allows the hardware to place these windows into
overlays if possible.

Change-Id: I43717fcd2c7e8f38340975eb93088d1c2c96f09b
rc/com/android/systemui/statusbar/StatusBar.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/policy/KeyButtonView.java
c39e8e89eb370ed66f552da3be258e57f1aabeb9 25-Aug-2011 Romain Guy <romainguy@google.com> Merge "Add OpenGL backend to ImageWallpaper Bug #5204874"
407ec78b828173257b0c5dae221649a4ccd8b058 25-Aug-2011 Romain Guy <romainguy@google.com> Add OpenGL backend to ImageWallpaper
Bug #5204874

Currently disabled.

Change-Id: I5e7b35dce2981b0691f107e39c6394b260466543
rc/com/android/systemui/ImageWallpaper.java
7b2013d94c29da01dba298c6ab97b7b2b37fad34 24-Aug-2011 Daniel Sandler <dsandler@android.com> Only show wifi indicator when wifi is connected.

Bug: 5182789
Change-Id: I06e9592f9c51affd3b05b163f7a4f7b0c144403f
rc/com/android/systemui/statusbar/policy/NetworkController.java
2da59ffbda80594e6312f400341810f91e1d333a 24-Aug-2011 Dianne Hackborn <hackbod@google.com> Merge "Fix issue #5192141: systemui asplodes after enough tapping on the windowlist button"
cfb9f2bca39772aecd072e2a30342a67b6319bbb 24-Aug-2011 Dianne Hackborn <hackbod@google.com> Fix issue #5192141: systemui asplodes after enough tapping on the windowlist button

Change-Id: I5afb2d54b531d9eac9435660616579324f239812
es/anim/recent_appear.xml
rc/com/android/systemui/recent/Choreographer.java
rc/com/android/systemui/recent/RecentsPanelView.java
c31c7bcaecfa520bbca1bc364f8d531af76275ea 24-Aug-2011 Mike Lockwood <lockwood@android.com> Merge "TabletStatusBar: Add support for disabling notification LED when user views notifications"
de48515a86b4fc308bcb08f9c038f0519ee29a73 24-Aug-2011 Justin Ho <justinho@google.com> Merge "Updated background assets for notifications."
066c891f6a7bceca660ee26921b13cfa742f4ba8 24-Aug-2011 Mike Lockwood <lockwood@android.com> TabletStatusBar: Add support for disabling notification LED when user views notifications

This is analogous to similar support in PhoneStatusBar

Bug: 5143247

Change-Id: I553268162f9441fbe03f6a3769d5879cebf3b1f3
Signed-off-by: Mike Lockwood <lockwood@android.com>
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
6ccd7a59c68a2c42edb15e96fe34090c94b9ef1d 23-Aug-2011 Peter Ng <petergng@google.com> Updated background assets for notifications.

- Replaced diagonal lines tile for notification icon backgrounds
- Switched tablet ticker background to use same assets as icon bg
- Flat #191919 behind notifications
- Changed date in windowshade (no longer bold)

Change-Id: I2cc260f99e57566160630118b04fbb72274f62f3
es/drawable-hdpi/status_bar_ticker_tile.png
es/drawable-mdpi/status_bar_ticker_tile.png
es/drawable-xhdpi/status_bar_ticker_tile.png
es/drawable/status_bar_ticker_background.xml
es/layout/status_bar_expanded.xml
es/layout/status_bar_icon.xml
es/layout/status_bar_notification_row.xml
es/values-hdpi/dimens.xml
es/values/colors.xml
es/values/dimens.xml
04963769e36a389f96a25712dd0bd0de570b4df8 23-Aug-2011 Michael Jurka <mikejurka@google.com> Merge "Track motion events before we decide to start scrolling"
13451a476a1951a19d3cb531c47bf5a51587800a 23-Aug-2011 Michael Jurka <mikejurka@google.com> Track motion events before we decide to start scrolling

Change-Id: I0e2de488c62814982a21b7a7debbf1cd78e5891c
rc/com/android/systemui/recent/RecentsHorizontalScrollView.java
rc/com/android/systemui/recent/RecentsVerticalScrollView.java
8551f56d0f5bb8fd63ae18a68c4172a3911c495f 22-Aug-2011 Eric Fischer <enf@google.com> Merge "Import revised translations."
8da527d8435beda54b83e117c718c5d145c94ecd 22-Aug-2011 Eric Fischer <enf@google.com> Import revised translations.

Change-Id: I51335fa15a40d471010dbcc96e228b170f06ce7e
es/values-ca/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-fi/strings.xml
es/values-hr/strings.xml
es/values-iw/strings.xml
es/values-ja/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-tr/strings.xml
es/values-zh-rCN/strings.xml
69314e72941c86734c12476d1e61459811159b74 20-Aug-2011 Daniel Sandler <dsandler@google.com> Fix NPE.

Bug: 5192200
Change-Id: Ifd869f92969016ea9c3ff9c5fa0a2a0f197c6cbf
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
0199679dabb1744b594b67448267181ef27ac3a3 19-Aug-2011 Daniel Sandler <dsandler@android.com> Merge "Low profile mode ("lights out") for phone status bar."
fb75e3b352ed2a47369c3c9466effe8cc2d04277 19-Aug-2011 Justin Ho <justinho@google.com> Merge "Unused assets removed from SystemUI"
e137a1ea997036248c86e8fc0a94711020721f19 17-Aug-2011 Daniel Sandler <dsandler@android.com> Low profile mode ("lights out") for phone status bar.

Also changes NAVIGATION_HIDDEN to remove the hide animation,
hopefully reducing the number of jarring transitions when
apps want to enable super-ultra-full-screen mode.

Bug: 5052456
Bug: 5146960
Change-Id: I5f5ebb23add81243dc8861b65d8f15ca4d9ce0d2
es/layout/navigation_bar.xml
rc/com/android/systemui/statusbar/phone/NavigationBarView.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
03eb1dca8c0c48ec50269a8fd24211aa3b83b72f 19-Aug-2011 Daniel Sandler <dsandler@google.com> New icon

Bug: 4111902
Change-Id: I7a13cde205196e15fa1a0947a8d20793a358d4fc
es/drawable-hdpi/ic_notification_open.png
es/drawable-mdpi/ic_notification_open.png
es/drawable-xhdpi/ic_notification_open.png
e644b647837a2f2835c20423d0657cca19d3595a 19-Aug-2011 Mathias Agopian <mathias@google.com> Fix a crasher in SystemUI

Change-Id: Id0e91d949518aa1c5af57ae3b9b4e72347a5bd47
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
35e8eda7e1403460bd4dfadedbaa30e4c63c0b27 18-Aug-2011 Daniel Sandler <dsandler@google.com> Merge "Don't resize & dim system status icons, only notifications."
64b12615bc04bbc85dccad7325b7e9c017bbd1c8 18-Aug-2011 Daniel Sandler <dsandler@google.com> Merge "Remove 'no notifications' label for now."
7579bca7a02477353700d3b716f172b4fab267c0 18-Aug-2011 Daniel Sandler <dsandler@google.com> Don't resize & dim system status icons, only notifications.

Also lots more debugging info.

Bug: 5164743
Change-Id: I10db182b27def835888af15d1237329048ca52c4
rc/com/android/systemui/statusbar/StatusBarIconView.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
d714148bd2752c63a46f51b12cea288fb1f10528 18-Aug-2011 Daniel Sandler <dsandler@google.com> Remove 'no notifications' label for now.

Bug: 5160106
Change-Id: Icd22f10689b4ec119d5fd43f1f3a8706c214530e
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
797a0b0145211e219fcb441a963a103679249aa7 18-Aug-2011 Daniel Sandler <dsandler@google.com> Merge "Support DISABLE_NAVIGATION on phones."
687f7f6b1ef84880276772fa892f67a0e33b861d 18-Aug-2011 Justin Ho <justinho@google.com> Unused assets removed from SystemUI

Change-Id: Ic53d604ad3bbd46063faa3f006f412483e525361
es/drawable-hdpi/compat_mode_help_top_divider.9.png
es/drawable-hdpi/ic_sysbar_airplane_off.png
es/drawable-hdpi/ic_sysbar_apps_default.png
es/drawable-hdpi/ic_sysbar_apps_default_land.png
es/drawable-hdpi/ic_sysbar_back_ime_default_land.png
es/drawable-hdpi/ic_sysbar_brightness_low.png
es/drawable-hdpi/ic_sysbar_gps_on.png
es/drawable-hdpi/ic_sysbar_ime_default_land.png
es/drawable-hdpi/ic_sysbar_notification_dnd.png
es/drawable-hdpi/ic_sysbar_notification_dnd_off.png
es/drawable-hdpi/ic_sysbar_rotate_off_lanscape.png
es/drawable-hdpi/ic_sysbar_rotate_off_portrait.png
es/drawable-hdpi/ic_sysbar_settings.png
es/drawable-hdpi/ic_sysbar_shadow.9.png
es/drawable-hdpi/ic_sysbar_sound_off.png
es/drawable-hdpi/ic_sysbar_sound_on.png
es/drawable-hdpi/recent_overlay.png
es/drawable-hdpi/recent_rez_border.png
es/drawable-hdpi/shade_handlebar.9.png
es/drawable-hdpi/shade_header_background.9.png
es/drawable-hdpi/stat_sys_battery_unknown.png
es/drawable-hdpi/stat_sys_data_in_1x.png
es/drawable-hdpi/stat_sys_data_in_3g.png
es/drawable-hdpi/stat_sys_data_in_4g.png
es/drawable-hdpi/stat_sys_data_in_e.png
es/drawable-hdpi/stat_sys_data_in_g.png
es/drawable-hdpi/stat_sys_data_in_h.png
es/drawable-hdpi/stat_sys_data_inandout_1x.png
es/drawable-hdpi/stat_sys_data_inandout_3g.png
es/drawable-hdpi/stat_sys_data_inandout_4g.png
es/drawable-hdpi/stat_sys_data_inandout_e.png
es/drawable-hdpi/stat_sys_data_inandout_g.png
es/drawable-hdpi/stat_sys_data_inandout_h.png
es/drawable-hdpi/stat_sys_data_out_1x.png
es/drawable-hdpi/stat_sys_data_out_3g.png
es/drawable-hdpi/stat_sys_data_out_4g.png
es/drawable-hdpi/stat_sys_data_out_e.png
es/drawable-hdpi/stat_sys_data_out_g.png
es/drawable-hdpi/stat_sys_data_out_h.png
es/drawable-hdpi/statusbar_background.9.png
es/drawable-hdpi/title_bar_portrait.9.png
es/drawable-mdpi/ic_sysbar_airplane_off.png
es/drawable-mdpi/ic_sysbar_apps_default.png
es/drawable-mdpi/ic_sysbar_apps_default_land.png
es/drawable-mdpi/ic_sysbar_back_ime_default_land.png
es/drawable-mdpi/ic_sysbar_brightness_low.png
es/drawable-mdpi/ic_sysbar_gps_on.png
es/drawable-mdpi/ic_sysbar_ime_default_land.png
es/drawable-mdpi/ic_sysbar_notification_dnd.png
es/drawable-mdpi/ic_sysbar_notification_dnd_off.png
es/drawable-mdpi/ic_sysbar_rotate_off_lanscape.png
es/drawable-mdpi/ic_sysbar_rotate_off_portrait.png
es/drawable-mdpi/ic_sysbar_settings.png
es/drawable-mdpi/ic_sysbar_shadow.9.png
es/drawable-mdpi/ic_sysbar_sound_off.png
es/drawable-mdpi/ic_sysbar_sound_on.png
es/drawable-mdpi/recent_overlay.png
es/drawable-mdpi/recent_rez_border.png
es/drawable-mdpi/shade_handlebar.9.png
es/drawable-mdpi/shade_header_background.9.png
es/drawable-mdpi/stat_sys_battery_unknown.png
es/drawable-mdpi/stat_sys_data_in_1x.png
es/drawable-mdpi/stat_sys_data_in_3g.png
es/drawable-mdpi/stat_sys_data_in_4g.png
es/drawable-mdpi/stat_sys_data_in_e.png
es/drawable-mdpi/stat_sys_data_in_g.png
es/drawable-mdpi/stat_sys_data_in_h.png
es/drawable-mdpi/stat_sys_data_inandout_1x.png
es/drawable-mdpi/stat_sys_data_inandout_3g.png
es/drawable-mdpi/stat_sys_data_inandout_4g.png
es/drawable-mdpi/stat_sys_data_inandout_e.png
es/drawable-mdpi/stat_sys_data_inandout_g.png
es/drawable-mdpi/stat_sys_data_inandout_h.png
es/drawable-mdpi/stat_sys_data_out_1x.png
es/drawable-mdpi/stat_sys_data_out_3g.png
es/drawable-mdpi/stat_sys_data_out_4g.png
es/drawable-mdpi/stat_sys_data_out_e.png
es/drawable-mdpi/stat_sys_data_out_g.png
es/drawable-mdpi/stat_sys_data_out_h.png
es/drawable-mdpi/statusbar_background.9.png
es/drawable-mdpi/title_bar_portrait.9.png
es/drawable-nodpi/bg_scrim_notification.png
es/drawable-nodpi/compat_mode_help_bg.png
es/drawable-nodpi/notify_glow_back.png
es/drawable-nodpi/notify_item_glow_left.png
es/drawable-nodpi/notify_item_glow_top.png
es/drawable-nodpi/panel_notification.png
es/drawable-sw600dp-hdpi/stat_sys_battery_unknown.png
es/drawable-sw600dp-mdpi/stat_sys_battery_unknown.png
es/drawable-sw600dp-xhdpi/stat_sys_battery_unknown.png
es/drawable-xhdpi/ic_sysbar_airplane_off.png
es/drawable-xhdpi/ic_sysbar_apps_default.png
es/drawable-xhdpi/ic_sysbar_apps_default_land.png
es/drawable-xhdpi/ic_sysbar_back_ime_default_land.png
es/drawable-xhdpi/ic_sysbar_brightness_low.png
es/drawable-xhdpi/ic_sysbar_gps_on.png
es/drawable-xhdpi/ic_sysbar_ime_default_land.png
es/drawable-xhdpi/ic_sysbar_notification_dnd.png
es/drawable-xhdpi/ic_sysbar_notification_dnd_off.png
es/drawable-xhdpi/ic_sysbar_rotate_off_lanscape.png
es/drawable-xhdpi/ic_sysbar_rotate_off_portrait.png
es/drawable-xhdpi/ic_sysbar_settings.png
es/drawable-xhdpi/ic_sysbar_shadow.9.png
es/drawable-xhdpi/ic_sysbar_sound_off.png
es/drawable-xhdpi/ic_sysbar_sound_on.png
es/drawable-xhdpi/stat_sys_battery_unknown.png
es/drawable-xhdpi/stat_sys_data_in_1x.png
es/drawable-xhdpi/stat_sys_data_in_3g.png
es/drawable-xhdpi/stat_sys_data_in_4g.png
es/drawable-xhdpi/stat_sys_data_in_e.png
es/drawable-xhdpi/stat_sys_data_in_g.png
es/drawable-xhdpi/stat_sys_data_in_h.png
es/drawable-xhdpi/stat_sys_data_inandout_1x.png
es/drawable-xhdpi/stat_sys_data_inandout_3g.png
es/drawable-xhdpi/stat_sys_data_inandout_4g.png
es/drawable-xhdpi/stat_sys_data_inandout_e.png
es/drawable-xhdpi/stat_sys_data_inandout_g.png
es/drawable-xhdpi/stat_sys_data_inandout_h.png
es/drawable-xhdpi/stat_sys_data_out_1x.png
es/drawable-xhdpi/stat_sys_data_out_3g.png
es/drawable-xhdpi/stat_sys_data_out_4g.png
es/drawable-xhdpi/stat_sys_data_out_e.png
es/drawable-xhdpi/stat_sys_data_out_g.png
es/drawable-xhdpi/stat_sys_data_out_h.png
es/drawable/compat_mode_help_bg.png
e21f288358df2c1cea57c0a359dcf647baeb970d 18-Aug-2011 Daniel Sandler <dsandler@google.com> Support DISABLE_NAVIGATION on phones.

Bug: 5161286
Change-Id: I6a2c3053423c2b34136b0c3889f575f9c082d7e9
rc/com/android/systemui/statusbar/phone/NavigationBarView.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
130453c2eb615bb8cc51a26afbd40822a72636c1 18-Aug-2011 Daniel Sandler <dsandler@google.com> Fix DISABLE_EXPAND in the tablet status bar.

The codepath that honored this flag had been routed around
when notification peeks were disabled. (The bug was allowing
notifications to be accessed from a secure lockscreen.)

Bug: 5173959
Change-Id: I35dee343ee4f0288530580054f8bb9f511ebe6af
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
fc8fa638617efb5695a1f89ea75375faebbe2a40 18-Aug-2011 Dianne Hackborn <hackbod@google.com> Fix issue #5128639: SystemUI grows by 10MB after taking a screenshot

We now do the screenshot in a separate process.

Also change the recents panel to not use hardware acceleration
on lower-end devices. And improve how it gets shown to not
load all data up-front which results in a long delay when you have
lots of recents.

Change-Id: Ia309a90f9939e5405758621b3f7114597bd0c02a
ndroidManifest.xml
es/anim/recent_appear.xml
es/drawable/recents_thumbnail_layers.xml
es/layout-land/status_bar_recent_item.xml
es/layout-port/status_bar_recent_item.xml
es/layout-sw600dp/status_bar_recent_item.xml
rc/com/android/systemui/recent/RecentsPanelView.java
rc/com/android/systemui/recent/RecentsVerticalScrollView.java
rc/com/android/systemui/screenshot/GlobalScreenshot.java
rc/com/android/systemui/screenshot/TakeScreenshotService.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
9a5505f0253a9114aea6192a22da6ec1c1b85ed2 18-Aug-2011 Daniel Sandler <dsandler@google.com> Merge "Fix drawing artifacts on glowing navigation buttons."
841b941202d5272e49e1d2269abac6cdbf7fb381 17-Aug-2011 Eric Fischer <enf@google.com> Merge "Remove translations that contain mangled format strings."
a283026b45e3718fb2e63c0b2414a7733b1a5563 17-Aug-2011 Eric Fischer <enf@google.com> Remove translations that contain mangled format strings.

Bug 5147271

Change-Id: I8aad101f1fca5e469ffd933cf77ac07a82f4daaa
es/values-ca/strings.xml
es/values-cs/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-es/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-it/strings.xml
es/values-ja/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
96f4818ef41141649337d4dee09f837594e93d09 17-Aug-2011 Daniel Sandler <dsandler@google.com> Fix drawing artifacts on glowing navigation buttons.

Bug: 5162661
Change-Id: I49d78124cc179221492af2f7bee6adf7bfe34426
es/layout-sw600dp/status_bar.xml
es/layout/navigation_bar.xml
rc/com/android/systemui/SwipeHelper.java
rc/com/android/systemui/statusbar/phone/NavigationBarView.java
rc/com/android/systemui/statusbar/policy/KeyButtonView.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
518a67b2b6966ed5eb935ff58c65d334bc2f17c6 17-Aug-2011 Daniel Sandler <dsandler@google.com> Merge "Remove longpress support from the software Home key."
3e1cee60dd8adf201a4d62fd57f492bd1b7abcab 17-Aug-2011 Daniel Sandler <dsandler@google.com> Merge "Breathing room between RSSI and battery on tablets."
44a4616bf780f131f8d78b46a075844800088860 09-Aug-2011 Daniel Sandler <dsandler@google.com> Remove longpress support from the software Home key.

(Rendered unnecessary by the recents button.)

Bug: 5131723
Change-Id: I9f8f34ab8b96f750ec4bdf75daeb97c0971b5404
es/layout/navigation_bar.xml
es/values/attrs.xml
rc/com/android/systemui/statusbar/policy/KeyButtonView.java
90e496bd3f82aa3aab504b0b7a9635548cf846e0 16-Aug-2011 Daniel Sandler <dsandler@google.com> Breathing room between RSSI and battery on tablets.

Bug: 5161042
Change-Id: Ibad52f40d9ddb7fda6a7867f9242e0d47b036d01
es/layout-sw600dp/status_bar_notification_area.xml
a388449e632fadb75a0eae67f77ff618b3a39a01 16-Aug-2011 Daniel Sandler <dsandler@google.com> Make the navigation bar opaque.

The HW composer was getting confused by the transparent
window (which was a holdover from a previous design for
lights-out/fullscreen mode).

Bug: 5155982
Change-Id: I548e1b2b3b012aecba96ccf022730a9bd289e003
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
612cb6eeed15aa7e52eeb18550f205b63e88e00f 16-Aug-2011 Daniel Sandler <dsandler@google.com> Merge "Fix the crazy RSSI icons."
23018767d21387cb26af502e447278bf123a1e6b 15-Aug-2011 Eric Fischer <enf@google.com> Import revised translations.

Change-Id: Ic1a72dc93b5450b90bcc46365746e61d7d9ca3e6
es/values-af/strings.xml
es/values-am/strings.xml
es/values-ar/strings.xml
es/values-bg/strings.xml
es/values-ca/strings.xml
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-en-rGB/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-it/strings.xml
es/values-iw/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-ms/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-rm/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv/strings.xml
es/values-sw/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
es/values-zu/strings.xml
28f89d40ee7bab93cf7b783f92dbb18bdc43e473 15-Aug-2011 Daniel Sandler <dsandler@google.com> Fix the crazy RSSI icons.

Codepaths for wifi and mobile were contaminating one
another's data, which is fine when you're only showing one
at a time, but not so good in the general case.

Bug: 3481508
Bug: 5159559
Bug: 5161130
Bug: 5163206
Change-Id: I64e6f5ebd07a5b0777e7296b1c210195431e4ce6
rc/com/android/systemui/statusbar/SignalClusterView.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/policy/NetworkController.java
605a11463114ed7c6dd4d696fa03958c3685dc3c 13-Aug-2011 Eric Fischer <enf@google.com> Move date format strings to donottranslate.xml and add locale overrides.

Change-Id: Ief48888f12f5f57dfbde6d07d35bb8260fe0f9ce
es/values-bg/donottranslate.xml
es/values-hu/donottranslate.xml
es/values-ja/donottranslate.xml
es/values-ko/donottranslate.xml
es/values-lt/donottranslate.xml
es/values-tr/donottranslate.xml
es/values-zh-rCN/donottranslate.xml
es/values-zh-rTW/donottranslate.xml
es/values/donottranslate.xml
es/values/strings.xml
b8e9b810a863c504cd63cbb132f743f5e66c8595 12-Aug-2011 Chet Haase <chet@google.com> Merge "Optimized swipe animation for Recents app."
212f625b71fb1f137e23fd1b6a679dca3f1e9f3c 12-Aug-2011 Chet Haase <chet@google.com> Optimized swipe animation for Recents app.

Removed the delay after the swipe and before the remaining items
animated into their new places. Also, expanded container of app so
that it no longer clips the swiped thumbnails on the right (on tablet).

Change-Id: I3d757a3b42bf0d1e002fab5b74b47c1e7f4f97a2
rc/com/android/systemui/recent/RecentsPanelView.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
2e347429dfcd03b0827c7506ba6305ab0d1f4951 11-Aug-2011 Christian Robertson <robertsonc@google.com> New RSSI cluster in status bar.

Bug: 5147463
es/drawable-hdpi/stat_sys_battery_0.png
es/drawable-hdpi/stat_sys_battery_100.png
es/drawable-hdpi/stat_sys_battery_15.png
es/drawable-hdpi/stat_sys_battery_28.png
es/drawable-hdpi/stat_sys_battery_43.png
es/drawable-hdpi/stat_sys_battery_57.png
es/drawable-hdpi/stat_sys_battery_71.png
es/drawable-hdpi/stat_sys_battery_85.png
es/drawable-hdpi/stat_sys_battery_charge_anim0.png
es/drawable-hdpi/stat_sys_battery_charge_anim100.png
es/drawable-hdpi/stat_sys_battery_charge_anim15.png
es/drawable-hdpi/stat_sys_battery_charge_anim28.png
es/drawable-hdpi/stat_sys_battery_charge_anim43.png
es/drawable-hdpi/stat_sys_battery_charge_anim57.png
es/drawable-hdpi/stat_sys_battery_charge_anim71.png
es/drawable-hdpi/stat_sys_battery_charge_anim85.png
es/drawable-hdpi/stat_sys_battery_unknown.png
es/drawable-hdpi/stat_sys_data_bluetooth.png
es/drawable-hdpi/stat_sys_data_bluetooth_connected.png
es/drawable-hdpi/stat_sys_data_connected_1x.png
es/drawable-hdpi/stat_sys_data_connected_3g.png
es/drawable-hdpi/stat_sys_data_connected_4g.png
es/drawable-hdpi/stat_sys_data_connected_e.png
es/drawable-hdpi/stat_sys_data_connected_g.png
es/drawable-hdpi/stat_sys_data_connected_h.png
es/drawable-hdpi/stat_sys_data_connected_roam.png
es/drawable-hdpi/stat_sys_data_fully_connected_1x.png
es/drawable-hdpi/stat_sys_data_fully_connected_3g.png
es/drawable-hdpi/stat_sys_data_fully_connected_4g.png
es/drawable-hdpi/stat_sys_data_fully_connected_e.png
es/drawable-hdpi/stat_sys_data_fully_connected_g.png
es/drawable-hdpi/stat_sys_data_fully_connected_h.png
es/drawable-hdpi/stat_sys_data_fully_in_1x.png
es/drawable-hdpi/stat_sys_data_fully_in_3g.png
es/drawable-hdpi/stat_sys_data_fully_in_4g.png
es/drawable-hdpi/stat_sys_data_fully_in_e.png
es/drawable-hdpi/stat_sys_data_fully_in_g.png
es/drawable-hdpi/stat_sys_data_fully_in_h.png
es/drawable-hdpi/stat_sys_data_fully_inandout_1x.png
es/drawable-hdpi/stat_sys_data_fully_inandout_3g.png
es/drawable-hdpi/stat_sys_data_fully_inandout_4g.png
es/drawable-hdpi/stat_sys_data_fully_inandout_e.png
es/drawable-hdpi/stat_sys_data_fully_inandout_g.png
es/drawable-hdpi/stat_sys_data_fully_inandout_h.png
es/drawable-hdpi/stat_sys_data_fully_out_1x.png
es/drawable-hdpi/stat_sys_data_fully_out_3g.png
es/drawable-hdpi/stat_sys_data_fully_out_4g.png
es/drawable-hdpi/stat_sys_data_fully_out_e.png
es/drawable-hdpi/stat_sys_data_fully_out_g.png
es/drawable-hdpi/stat_sys_data_fully_out_h.png
es/drawable-hdpi/stat_sys_data_in_1x.png
es/drawable-hdpi/stat_sys_data_in_3g.png
es/drawable-hdpi/stat_sys_data_in_4g.png
es/drawable-hdpi/stat_sys_data_in_e.png
es/drawable-hdpi/stat_sys_data_in_g.png
es/drawable-hdpi/stat_sys_data_in_h.png
es/drawable-hdpi/stat_sys_data_inadnout_e.png
es/drawable-hdpi/stat_sys_data_inandout_1x.png
es/drawable-hdpi/stat_sys_data_inandout_3g.png
es/drawable-hdpi/stat_sys_data_inandout_4g.png
es/drawable-hdpi/stat_sys_data_inandout_e.png
es/drawable-hdpi/stat_sys_data_inandout_g.png
es/drawable-hdpi/stat_sys_data_inandout_h.png
es/drawable-hdpi/stat_sys_data_out_1x.png
es/drawable-hdpi/stat_sys_data_out_3g.png
es/drawable-hdpi/stat_sys_data_out_4g.png
es/drawable-hdpi/stat_sys_data_out_e.png
es/drawable-hdpi/stat_sys_data_out_g.png
es/drawable-hdpi/stat_sys_data_out_h.png
es/drawable-hdpi/stat_sys_no_sim.png
es/drawable-hdpi/stat_sys_r_signal_0.png
es/drawable-hdpi/stat_sys_r_signal_0_fully.png
es/drawable-hdpi/stat_sys_r_signal_1.png
es/drawable-hdpi/stat_sys_r_signal_1_fully.png
es/drawable-hdpi/stat_sys_r_signal_2.png
es/drawable-hdpi/stat_sys_r_signal_2_fully.png
es/drawable-hdpi/stat_sys_r_signal_3.png
es/drawable-hdpi/stat_sys_r_signal_3_fully.png
es/drawable-hdpi/stat_sys_r_signal_4.png
es/drawable-hdpi/stat_sys_r_signal_4_fully.png
es/drawable-hdpi/stat_sys_ringer_silent.png
es/drawable-hdpi/stat_sys_ringer_vibrate.png
es/drawable-hdpi/stat_sys_signal_0.png
es/drawable-hdpi/stat_sys_signal_0_fully.png
es/drawable-hdpi/stat_sys_signal_1.png
es/drawable-hdpi/stat_sys_signal_1_fully.png
es/drawable-hdpi/stat_sys_signal_1x.png
es/drawable-hdpi/stat_sys_signal_2.png
es/drawable-hdpi/stat_sys_signal_2_fully.png
es/drawable-hdpi/stat_sys_signal_3.png
es/drawable-hdpi/stat_sys_signal_3_fully.png
es/drawable-hdpi/stat_sys_signal_3g.png
es/drawable-hdpi/stat_sys_signal_4.png
es/drawable-hdpi/stat_sys_signal_4_fully.png
es/drawable-hdpi/stat_sys_signal_4g.png
es/drawable-hdpi/stat_sys_signal_edge.png
es/drawable-hdpi/stat_sys_signal_flightmode.png
es/drawable-hdpi/stat_sys_signal_gprs.png
es/drawable-hdpi/stat_sys_signal_hsdpa.png
es/drawable-hdpi/stat_sys_signal_in.png
es/drawable-hdpi/stat_sys_signal_inout.png
es/drawable-hdpi/stat_sys_signal_null.png
es/drawable-hdpi/stat_sys_signal_out.png
es/drawable-hdpi/stat_sys_signal_roam.png
es/drawable-hdpi/stat_sys_wifi_in.png
es/drawable-hdpi/stat_sys_wifi_inout.png
es/drawable-hdpi/stat_sys_wifi_out.png
es/drawable-hdpi/stat_sys_wifi_signal_0.png
es/drawable-hdpi/stat_sys_wifi_signal_1.png
es/drawable-hdpi/stat_sys_wifi_signal_1_fully.png
es/drawable-hdpi/stat_sys_wifi_signal_2.png
es/drawable-hdpi/stat_sys_wifi_signal_2_fully.png
es/drawable-hdpi/stat_sys_wifi_signal_3.png
es/drawable-hdpi/stat_sys_wifi_signal_3_fully.png
es/drawable-hdpi/stat_sys_wifi_signal_4.png
es/drawable-hdpi/stat_sys_wifi_signal_4_fully.png
es/drawable-large-hdpi/stat_sys_data_connected_1x.png
es/drawable-large-hdpi/stat_sys_data_connected_3g.png
es/drawable-large-hdpi/stat_sys_data_connected_4g.png
es/drawable-large-hdpi/stat_sys_data_connected_e.png
es/drawable-large-hdpi/stat_sys_data_connected_g.png
es/drawable-large-hdpi/stat_sys_data_connected_h.png
es/drawable-large-hdpi/stat_sys_data_connected_in_1x.png
es/drawable-large-hdpi/stat_sys_data_connected_in_3g.png
es/drawable-large-hdpi/stat_sys_data_connected_in_4g.png
es/drawable-large-hdpi/stat_sys_data_connected_in_e.png
es/drawable-large-hdpi/stat_sys_data_connected_in_g.png
es/drawable-large-hdpi/stat_sys_data_connected_in_h.png
es/drawable-large-hdpi/stat_sys_data_connected_inandout_1x.png
es/drawable-large-hdpi/stat_sys_data_connected_inandout_3g.png
es/drawable-large-hdpi/stat_sys_data_connected_inandout_4g.png
es/drawable-large-hdpi/stat_sys_data_connected_inandout_e.png
es/drawable-large-hdpi/stat_sys_data_connected_inandout_g.png
es/drawable-large-hdpi/stat_sys_data_connected_inandout_h.png
es/drawable-large-hdpi/stat_sys_data_connected_out_1x.png
es/drawable-large-hdpi/stat_sys_data_connected_out_3g.png
es/drawable-large-hdpi/stat_sys_data_connected_out_4g.png
es/drawable-large-hdpi/stat_sys_data_connected_out_e.png
es/drawable-large-hdpi/stat_sys_data_connected_out_g.png
es/drawable-large-hdpi/stat_sys_data_connected_out_h.png
es/drawable-large-hdpi/stat_sys_data_connected_roam.png
es/drawable-large-hdpi/stat_sys_data_fully_connected_1x.png
es/drawable-large-hdpi/stat_sys_data_fully_connected_3g.png
es/drawable-large-hdpi/stat_sys_data_fully_connected_4g.png
es/drawable-large-hdpi/stat_sys_data_fully_connected_e.png
es/drawable-large-hdpi/stat_sys_data_fully_connected_g.png
es/drawable-large-hdpi/stat_sys_data_fully_connected_h.png
es/drawable-large-hdpi/stat_sys_data_fully_in_1x.png
es/drawable-large-hdpi/stat_sys_data_fully_in_3g.png
es/drawable-large-hdpi/stat_sys_data_fully_in_4g.png
es/drawable-large-hdpi/stat_sys_data_fully_in_e.png
es/drawable-large-hdpi/stat_sys_data_fully_in_g.png
es/drawable-large-hdpi/stat_sys_data_fully_in_h.png
es/drawable-large-hdpi/stat_sys_data_fully_inandout_1x.png
es/drawable-large-hdpi/stat_sys_data_fully_inandout_3g.png
es/drawable-large-hdpi/stat_sys_data_fully_inandout_4g.png
es/drawable-large-hdpi/stat_sys_data_fully_inandout_e.png
es/drawable-large-hdpi/stat_sys_data_fully_inandout_g.png
es/drawable-large-hdpi/stat_sys_data_fully_inandout_h.png
es/drawable-large-hdpi/stat_sys_data_fully_out_1x.png
es/drawable-large-hdpi/stat_sys_data_fully_out_3g.png
es/drawable-large-hdpi/stat_sys_data_fully_out_4g.png
es/drawable-large-hdpi/stat_sys_data_fully_out_e.png
es/drawable-large-hdpi/stat_sys_data_fully_out_g.png
es/drawable-large-hdpi/stat_sys_data_fully_out_h.png
es/drawable-large-mdpi/stat_sys_data_connected_1x.png
es/drawable-large-mdpi/stat_sys_data_connected_3g.png
es/drawable-large-mdpi/stat_sys_data_connected_4g.png
es/drawable-large-mdpi/stat_sys_data_connected_e.png
es/drawable-large-mdpi/stat_sys_data_connected_g.png
es/drawable-large-mdpi/stat_sys_data_connected_h.png
es/drawable-large-mdpi/stat_sys_data_connected_in_1x.png
es/drawable-large-mdpi/stat_sys_data_connected_in_3g.png
es/drawable-large-mdpi/stat_sys_data_connected_in_4g.png
es/drawable-large-mdpi/stat_sys_data_connected_in_e.png
es/drawable-large-mdpi/stat_sys_data_connected_in_g.png
es/drawable-large-mdpi/stat_sys_data_connected_in_h.png
es/drawable-large-mdpi/stat_sys_data_connected_inandout_1x.png
es/drawable-large-mdpi/stat_sys_data_connected_inandout_3g.png
es/drawable-large-mdpi/stat_sys_data_connected_inandout_4g.png
es/drawable-large-mdpi/stat_sys_data_connected_inandout_e.png
es/drawable-large-mdpi/stat_sys_data_connected_inandout_g.png
es/drawable-large-mdpi/stat_sys_data_connected_inandout_h.png
es/drawable-large-mdpi/stat_sys_data_connected_out_1x.png
es/drawable-large-mdpi/stat_sys_data_connected_out_3g.png
es/drawable-large-mdpi/stat_sys_data_connected_out_4g.png
es/drawable-large-mdpi/stat_sys_data_connected_out_e.png
es/drawable-large-mdpi/stat_sys_data_connected_out_g.png
es/drawable-large-mdpi/stat_sys_data_connected_out_h.png
es/drawable-large-mdpi/stat_sys_data_connected_roam.png
es/drawable-large-mdpi/stat_sys_data_fully_connected_1x.png
es/drawable-large-mdpi/stat_sys_data_fully_connected_3g.png
es/drawable-large-mdpi/stat_sys_data_fully_connected_4g.png
es/drawable-large-mdpi/stat_sys_data_fully_connected_e.png
es/drawable-large-mdpi/stat_sys_data_fully_connected_g.png
es/drawable-large-mdpi/stat_sys_data_fully_connected_h.png
es/drawable-large-mdpi/stat_sys_data_fully_in_1x.png
es/drawable-large-mdpi/stat_sys_data_fully_in_3g.png
es/drawable-large-mdpi/stat_sys_data_fully_in_4g.png
es/drawable-large-mdpi/stat_sys_data_fully_in_e.png
es/drawable-large-mdpi/stat_sys_data_fully_in_g.png
es/drawable-large-mdpi/stat_sys_data_fully_in_h.png
es/drawable-large-mdpi/stat_sys_data_fully_inandout_1x.png
es/drawable-large-mdpi/stat_sys_data_fully_inandout_3g.png
es/drawable-large-mdpi/stat_sys_data_fully_inandout_4g.png
es/drawable-large-mdpi/stat_sys_data_fully_inandout_e.png
es/drawable-large-mdpi/stat_sys_data_fully_inandout_g.png
es/drawable-large-mdpi/stat_sys_data_fully_inandout_h.png
es/drawable-large-mdpi/stat_sys_data_fully_out_1x.png
es/drawable-large-mdpi/stat_sys_data_fully_out_3g.png
es/drawable-large-mdpi/stat_sys_data_fully_out_4g.png
es/drawable-large-mdpi/stat_sys_data_fully_out_e.png
es/drawable-large-mdpi/stat_sys_data_fully_out_g.png
es/drawable-large-mdpi/stat_sys_data_fully_out_h.png
es/drawable-large-xhdpi/stat_sys_data_connected_1x.png
es/drawable-large-xhdpi/stat_sys_data_connected_3g.png
es/drawable-large-xhdpi/stat_sys_data_connected_4g.png
es/drawable-large-xhdpi/stat_sys_data_connected_e.png
es/drawable-large-xhdpi/stat_sys_data_connected_g.png
es/drawable-large-xhdpi/stat_sys_data_connected_h.png
es/drawable-large-xhdpi/stat_sys_data_connected_in_1x.png
es/drawable-large-xhdpi/stat_sys_data_connected_in_3g.png
es/drawable-large-xhdpi/stat_sys_data_connected_in_4g.png
es/drawable-large-xhdpi/stat_sys_data_connected_in_e.png
es/drawable-large-xhdpi/stat_sys_data_connected_in_g.png
es/drawable-large-xhdpi/stat_sys_data_connected_in_h.png
es/drawable-large-xhdpi/stat_sys_data_connected_inandout_1x.png
es/drawable-large-xhdpi/stat_sys_data_connected_inandout_3g.png
es/drawable-large-xhdpi/stat_sys_data_connected_inandout_4g.png
es/drawable-large-xhdpi/stat_sys_data_connected_inandout_e.png
es/drawable-large-xhdpi/stat_sys_data_connected_inandout_g.png
es/drawable-large-xhdpi/stat_sys_data_connected_inandout_h.png
es/drawable-large-xhdpi/stat_sys_data_connected_out_1x.png
es/drawable-large-xhdpi/stat_sys_data_connected_out_3g.png
es/drawable-large-xhdpi/stat_sys_data_connected_out_4g.png
es/drawable-large-xhdpi/stat_sys_data_connected_out_e.png
es/drawable-large-xhdpi/stat_sys_data_connected_out_g.png
es/drawable-large-xhdpi/stat_sys_data_connected_out_h.png
es/drawable-large-xhdpi/stat_sys_data_connected_roam.png
es/drawable-large-xhdpi/stat_sys_data_fully_connected_1x.png
es/drawable-large-xhdpi/stat_sys_data_fully_connected_3g.png
es/drawable-large-xhdpi/stat_sys_data_fully_connected_4g.png
es/drawable-large-xhdpi/stat_sys_data_fully_connected_e.png
es/drawable-large-xhdpi/stat_sys_data_fully_connected_g.png
es/drawable-large-xhdpi/stat_sys_data_fully_connected_h.png
es/drawable-large-xhdpi/stat_sys_data_fully_in_1x.png
es/drawable-large-xhdpi/stat_sys_data_fully_in_3g.png
es/drawable-large-xhdpi/stat_sys_data_fully_in_4g.png
es/drawable-large-xhdpi/stat_sys_data_fully_in_e.png
es/drawable-large-xhdpi/stat_sys_data_fully_in_g.png
es/drawable-large-xhdpi/stat_sys_data_fully_in_h.png
es/drawable-large-xhdpi/stat_sys_data_fully_inandout_1x.png
es/drawable-large-xhdpi/stat_sys_data_fully_inandout_3g.png
es/drawable-large-xhdpi/stat_sys_data_fully_inandout_4g.png
es/drawable-large-xhdpi/stat_sys_data_fully_inandout_e.png
es/drawable-large-xhdpi/stat_sys_data_fully_inandout_g.png
es/drawable-large-xhdpi/stat_sys_data_fully_inandout_h.png
es/drawable-large-xhdpi/stat_sys_data_fully_out_1x.png
es/drawable-large-xhdpi/stat_sys_data_fully_out_3g.png
es/drawable-large-xhdpi/stat_sys_data_fully_out_4g.png
es/drawable-large-xhdpi/stat_sys_data_fully_out_e.png
es/drawable-large-xhdpi/stat_sys_data_fully_out_g.png
es/drawable-large-xhdpi/stat_sys_data_fully_out_h.png
es/drawable-mdpi/stat_sys_battery_0.png
es/drawable-mdpi/stat_sys_battery_100.png
es/drawable-mdpi/stat_sys_battery_15.png
es/drawable-mdpi/stat_sys_battery_28.png
es/drawable-mdpi/stat_sys_battery_43.png
es/drawable-mdpi/stat_sys_battery_57.png
es/drawable-mdpi/stat_sys_battery_71.png
es/drawable-mdpi/stat_sys_battery_85.png
es/drawable-mdpi/stat_sys_battery_charge_anim0.png
es/drawable-mdpi/stat_sys_battery_charge_anim100.png
es/drawable-mdpi/stat_sys_battery_charge_anim15.png
es/drawable-mdpi/stat_sys_battery_charge_anim28.png
es/drawable-mdpi/stat_sys_battery_charge_anim43.png
es/drawable-mdpi/stat_sys_battery_charge_anim57.png
es/drawable-mdpi/stat_sys_battery_charge_anim71.png
es/drawable-mdpi/stat_sys_battery_charge_anim85.png
es/drawable-mdpi/stat_sys_battery_unknown.png
es/drawable-mdpi/stat_sys_data_bluetooth.png
es/drawable-mdpi/stat_sys_data_bluetooth_connected.png
es/drawable-mdpi/stat_sys_data_connected_1x.png
es/drawable-mdpi/stat_sys_data_connected_3g.png
es/drawable-mdpi/stat_sys_data_connected_4g.png
es/drawable-mdpi/stat_sys_data_connected_e.png
es/drawable-mdpi/stat_sys_data_connected_g.png
es/drawable-mdpi/stat_sys_data_connected_h.png
es/drawable-mdpi/stat_sys_data_connected_roam.png
es/drawable-mdpi/stat_sys_data_fully_connected_1x.png
es/drawable-mdpi/stat_sys_data_fully_connected_3g.png
es/drawable-mdpi/stat_sys_data_fully_connected_4g.png
es/drawable-mdpi/stat_sys_data_fully_connected_e.png
es/drawable-mdpi/stat_sys_data_fully_connected_g.png
es/drawable-mdpi/stat_sys_data_fully_connected_h.png
es/drawable-mdpi/stat_sys_data_fully_in_1x.png
es/drawable-mdpi/stat_sys_data_fully_in_3g.png
es/drawable-mdpi/stat_sys_data_fully_in_4g.png
es/drawable-mdpi/stat_sys_data_fully_in_e.png
es/drawable-mdpi/stat_sys_data_fully_in_g.png
es/drawable-mdpi/stat_sys_data_fully_in_h.png
es/drawable-mdpi/stat_sys_data_fully_inandout_1x.png
es/drawable-mdpi/stat_sys_data_fully_inandout_3g.png
es/drawable-mdpi/stat_sys_data_fully_inandout_4g.png
es/drawable-mdpi/stat_sys_data_fully_inandout_e.png
es/drawable-mdpi/stat_sys_data_fully_inandout_g.png
es/drawable-mdpi/stat_sys_data_fully_inandout_h.png
es/drawable-mdpi/stat_sys_data_fully_out_1x.png
es/drawable-mdpi/stat_sys_data_fully_out_3g.png
es/drawable-mdpi/stat_sys_data_fully_out_4g.png
es/drawable-mdpi/stat_sys_data_fully_out_e.png
es/drawable-mdpi/stat_sys_data_fully_out_g.png
es/drawable-mdpi/stat_sys_data_fully_out_h.png
es/drawable-mdpi/stat_sys_data_in_1x.png
es/drawable-mdpi/stat_sys_data_in_3g.png
es/drawable-mdpi/stat_sys_data_in_4g.png
es/drawable-mdpi/stat_sys_data_in_e.png
es/drawable-mdpi/stat_sys_data_in_g.png
es/drawable-mdpi/stat_sys_data_in_h.png
es/drawable-mdpi/stat_sys_data_inadnout_e.png
es/drawable-mdpi/stat_sys_data_inandout_1x.png
es/drawable-mdpi/stat_sys_data_inandout_3g.png
es/drawable-mdpi/stat_sys_data_inandout_4g.png
es/drawable-mdpi/stat_sys_data_inandout_e.png
es/drawable-mdpi/stat_sys_data_inandout_g.png
es/drawable-mdpi/stat_sys_data_inandout_h.png
es/drawable-mdpi/stat_sys_data_out_1x.png
es/drawable-mdpi/stat_sys_data_out_3g.png
es/drawable-mdpi/stat_sys_data_out_4g.png
es/drawable-mdpi/stat_sys_data_out_e.png
es/drawable-mdpi/stat_sys_data_out_g.png
es/drawable-mdpi/stat_sys_data_out_h.png
es/drawable-mdpi/stat_sys_no_sim.png
es/drawable-mdpi/stat_sys_r_signal_0.png
es/drawable-mdpi/stat_sys_r_signal_0_fully.png
es/drawable-mdpi/stat_sys_r_signal_1.png
es/drawable-mdpi/stat_sys_r_signal_1_fully.png
es/drawable-mdpi/stat_sys_r_signal_2.png
es/drawable-mdpi/stat_sys_r_signal_2_fully.png
es/drawable-mdpi/stat_sys_r_signal_3.png
es/drawable-mdpi/stat_sys_r_signal_3_fully.png
es/drawable-mdpi/stat_sys_r_signal_4.png
es/drawable-mdpi/stat_sys_r_signal_4_fully.png
es/drawable-mdpi/stat_sys_ringer_silent.png
es/drawable-mdpi/stat_sys_ringer_vibrate.png
es/drawable-mdpi/stat_sys_signal_0.png
es/drawable-mdpi/stat_sys_signal_0_fully.png
es/drawable-mdpi/stat_sys_signal_1.png
es/drawable-mdpi/stat_sys_signal_1_fully.png
es/drawable-mdpi/stat_sys_signal_1x.png
es/drawable-mdpi/stat_sys_signal_2.png
es/drawable-mdpi/stat_sys_signal_2_fully.png
es/drawable-mdpi/stat_sys_signal_3.png
es/drawable-mdpi/stat_sys_signal_3_fully.png
es/drawable-mdpi/stat_sys_signal_3g.png
es/drawable-mdpi/stat_sys_signal_4.png
es/drawable-mdpi/stat_sys_signal_4_fully.png
es/drawable-mdpi/stat_sys_signal_4g.png
es/drawable-mdpi/stat_sys_signal_edge.png
es/drawable-mdpi/stat_sys_signal_flightmode.png
es/drawable-mdpi/stat_sys_signal_gprs.png
es/drawable-mdpi/stat_sys_signal_hsdpa.png
es/drawable-mdpi/stat_sys_signal_in.png
es/drawable-mdpi/stat_sys_signal_inout.png
es/drawable-mdpi/stat_sys_signal_null.png
es/drawable-mdpi/stat_sys_signal_out.png
es/drawable-mdpi/stat_sys_signal_roam.png
es/drawable-mdpi/stat_sys_wifi_in.png
es/drawable-mdpi/stat_sys_wifi_inout.png
es/drawable-mdpi/stat_sys_wifi_out.png
es/drawable-mdpi/stat_sys_wifi_signal_0.png
es/drawable-mdpi/stat_sys_wifi_signal_1.png
es/drawable-mdpi/stat_sys_wifi_signal_1_fully.png
es/drawable-mdpi/stat_sys_wifi_signal_2.png
es/drawable-mdpi/stat_sys_wifi_signal_2_fully.png
es/drawable-mdpi/stat_sys_wifi_signal_3.png
es/drawable-mdpi/stat_sys_wifi_signal_3_fully.png
es/drawable-mdpi/stat_sys_wifi_signal_4.png
es/drawable-mdpi/stat_sys_wifi_signal_4_fully.png
es/drawable-sw600dp-hdpi/stat_sys_battery_0.png
es/drawable-sw600dp-hdpi/stat_sys_battery_100.png
es/drawable-sw600dp-hdpi/stat_sys_battery_15.png
es/drawable-sw600dp-hdpi/stat_sys_battery_28.png
es/drawable-sw600dp-hdpi/stat_sys_battery_43.png
es/drawable-sw600dp-hdpi/stat_sys_battery_57.png
es/drawable-sw600dp-hdpi/stat_sys_battery_71.png
es/drawable-sw600dp-hdpi/stat_sys_battery_85.png
es/drawable-sw600dp-hdpi/stat_sys_battery_charge_anim0.png
es/drawable-sw600dp-hdpi/stat_sys_battery_charge_anim100.png
es/drawable-sw600dp-hdpi/stat_sys_battery_charge_anim15.png
es/drawable-sw600dp-hdpi/stat_sys_battery_charge_anim28.png
es/drawable-sw600dp-hdpi/stat_sys_battery_charge_anim43.png
es/drawable-sw600dp-hdpi/stat_sys_battery_charge_anim57.png
es/drawable-sw600dp-hdpi/stat_sys_battery_charge_anim71.png
es/drawable-sw600dp-hdpi/stat_sys_battery_charge_anim85.png
es/drawable-sw600dp-hdpi/stat_sys_battery_unknown.png
es/drawable-sw600dp-hdpi/stat_sys_data_bluetooth.png
es/drawable-sw600dp-hdpi/stat_sys_data_bluetooth_connected.png
es/drawable-sw600dp-hdpi/stat_sys_data_connected_1x.png
es/drawable-sw600dp-hdpi/stat_sys_data_connected_3g.png
es/drawable-sw600dp-hdpi/stat_sys_data_connected_4g.png
es/drawable-sw600dp-hdpi/stat_sys_data_connected_e.png
es/drawable-sw600dp-hdpi/stat_sys_data_connected_g.png
es/drawable-sw600dp-hdpi/stat_sys_data_connected_h.png
es/drawable-sw600dp-hdpi/stat_sys_data_connected_in_1x.png
es/drawable-sw600dp-hdpi/stat_sys_data_connected_in_3g.png
es/drawable-sw600dp-hdpi/stat_sys_data_connected_in_4g.png
es/drawable-sw600dp-hdpi/stat_sys_data_connected_in_e.png
es/drawable-sw600dp-hdpi/stat_sys_data_connected_in_g.png
es/drawable-sw600dp-hdpi/stat_sys_data_connected_in_h.png
es/drawable-sw600dp-hdpi/stat_sys_data_connected_inandout_1x.png
es/drawable-sw600dp-hdpi/stat_sys_data_connected_inandout_3g.png
es/drawable-sw600dp-hdpi/stat_sys_data_connected_inandout_4g.png
es/drawable-sw600dp-hdpi/stat_sys_data_connected_inandout_e.png
es/drawable-sw600dp-hdpi/stat_sys_data_connected_inandout_g.png
es/drawable-sw600dp-hdpi/stat_sys_data_connected_inandout_h.png
es/drawable-sw600dp-hdpi/stat_sys_data_connected_out_1x.png
es/drawable-sw600dp-hdpi/stat_sys_data_connected_out_3g.png
es/drawable-sw600dp-hdpi/stat_sys_data_connected_out_4g.png
es/drawable-sw600dp-hdpi/stat_sys_data_connected_out_e.png
es/drawable-sw600dp-hdpi/stat_sys_data_connected_out_g.png
es/drawable-sw600dp-hdpi/stat_sys_data_connected_out_h.png
es/drawable-sw600dp-hdpi/stat_sys_data_connected_roam.png
es/drawable-sw600dp-hdpi/stat_sys_data_fully_connected_1x.png
es/drawable-sw600dp-hdpi/stat_sys_data_fully_connected_3g.png
es/drawable-sw600dp-hdpi/stat_sys_data_fully_connected_4g.png
es/drawable-sw600dp-hdpi/stat_sys_data_fully_connected_e.png
es/drawable-sw600dp-hdpi/stat_sys_data_fully_connected_g.png
es/drawable-sw600dp-hdpi/stat_sys_data_fully_connected_h.png
es/drawable-sw600dp-hdpi/stat_sys_data_fully_in_1x.png
es/drawable-sw600dp-hdpi/stat_sys_data_fully_in_3g.png
es/drawable-sw600dp-hdpi/stat_sys_data_fully_in_4g.png
es/drawable-sw600dp-hdpi/stat_sys_data_fully_in_e.png
es/drawable-sw600dp-hdpi/stat_sys_data_fully_in_g.png
es/drawable-sw600dp-hdpi/stat_sys_data_fully_in_h.png
es/drawable-sw600dp-hdpi/stat_sys_data_fully_inandout_1x.png
es/drawable-sw600dp-hdpi/stat_sys_data_fully_inandout_3g.png
es/drawable-sw600dp-hdpi/stat_sys_data_fully_inandout_4g.png
es/drawable-sw600dp-hdpi/stat_sys_data_fully_inandout_e.png
es/drawable-sw600dp-hdpi/stat_sys_data_fully_inandout_g.png
es/drawable-sw600dp-hdpi/stat_sys_data_fully_inandout_h.png
es/drawable-sw600dp-hdpi/stat_sys_data_fully_out_1x.png
es/drawable-sw600dp-hdpi/stat_sys_data_fully_out_3g.png
es/drawable-sw600dp-hdpi/stat_sys_data_fully_out_4g.png
es/drawable-sw600dp-hdpi/stat_sys_data_fully_out_e.png
es/drawable-sw600dp-hdpi/stat_sys_data_fully_out_g.png
es/drawable-sw600dp-hdpi/stat_sys_data_fully_out_h.png
es/drawable-sw600dp-hdpi/stat_sys_signal_0.png
es/drawable-sw600dp-hdpi/stat_sys_signal_0_fully.png
es/drawable-sw600dp-hdpi/stat_sys_signal_1.png
es/drawable-sw600dp-hdpi/stat_sys_signal_1_fully.png
es/drawable-sw600dp-hdpi/stat_sys_signal_2.png
es/drawable-sw600dp-hdpi/stat_sys_signal_2_fully.png
es/drawable-sw600dp-hdpi/stat_sys_signal_3.png
es/drawable-sw600dp-hdpi/stat_sys_signal_3_fully.png
es/drawable-sw600dp-hdpi/stat_sys_signal_4.png
es/drawable-sw600dp-hdpi/stat_sys_signal_4_fully.png
es/drawable-sw600dp-hdpi/stat_sys_signal_flightmode.png
es/drawable-sw600dp-hdpi/stat_sys_signal_in.png
es/drawable-sw600dp-hdpi/stat_sys_signal_inout.png
es/drawable-sw600dp-hdpi/stat_sys_signal_out.png
es/drawable-sw600dp-hdpi/stat_sys_wifi_in.png
es/drawable-sw600dp-hdpi/stat_sys_wifi_inout.png
es/drawable-sw600dp-hdpi/stat_sys_wifi_out.png
es/drawable-sw600dp-hdpi/stat_sys_wifi_signal_0.png
es/drawable-sw600dp-hdpi/stat_sys_wifi_signal_1.png
es/drawable-sw600dp-hdpi/stat_sys_wifi_signal_1_fully.png
es/drawable-sw600dp-hdpi/stat_sys_wifi_signal_2.png
es/drawable-sw600dp-hdpi/stat_sys_wifi_signal_2_fully.png
es/drawable-sw600dp-hdpi/stat_sys_wifi_signal_3.png
es/drawable-sw600dp-hdpi/stat_sys_wifi_signal_3_fully.png
es/drawable-sw600dp-hdpi/stat_sys_wifi_signal_4.png
es/drawable-sw600dp-hdpi/stat_sys_wifi_signal_4_fully.png
es/drawable-sw600dp-mdpi/stat_sys_battery_0.png
es/drawable-sw600dp-mdpi/stat_sys_battery_100.png
es/drawable-sw600dp-mdpi/stat_sys_battery_15.png
es/drawable-sw600dp-mdpi/stat_sys_battery_28.png
es/drawable-sw600dp-mdpi/stat_sys_battery_43.png
es/drawable-sw600dp-mdpi/stat_sys_battery_57.png
es/drawable-sw600dp-mdpi/stat_sys_battery_71.png
es/drawable-sw600dp-mdpi/stat_sys_battery_85.png
es/drawable-sw600dp-mdpi/stat_sys_battery_charge_anim0.png
es/drawable-sw600dp-mdpi/stat_sys_battery_charge_anim100.png
es/drawable-sw600dp-mdpi/stat_sys_battery_charge_anim15.png
es/drawable-sw600dp-mdpi/stat_sys_battery_charge_anim28.png
es/drawable-sw600dp-mdpi/stat_sys_battery_charge_anim43.png
es/drawable-sw600dp-mdpi/stat_sys_battery_charge_anim57.png
es/drawable-sw600dp-mdpi/stat_sys_battery_charge_anim71.png
es/drawable-sw600dp-mdpi/stat_sys_battery_charge_anim85.png
es/drawable-sw600dp-mdpi/stat_sys_battery_unknown.png
es/drawable-sw600dp-mdpi/stat_sys_data_bluetooth.png
es/drawable-sw600dp-mdpi/stat_sys_data_bluetooth_connected.png
es/drawable-sw600dp-mdpi/stat_sys_data_connected_1x.png
es/drawable-sw600dp-mdpi/stat_sys_data_connected_3g.png
es/drawable-sw600dp-mdpi/stat_sys_data_connected_4g.png
es/drawable-sw600dp-mdpi/stat_sys_data_connected_e.png
es/drawable-sw600dp-mdpi/stat_sys_data_connected_g.png
es/drawable-sw600dp-mdpi/stat_sys_data_connected_h.png
es/drawable-sw600dp-mdpi/stat_sys_data_connected_in_1x.png
es/drawable-sw600dp-mdpi/stat_sys_data_connected_in_3g.png
es/drawable-sw600dp-mdpi/stat_sys_data_connected_in_4g.png
es/drawable-sw600dp-mdpi/stat_sys_data_connected_in_e.png
es/drawable-sw600dp-mdpi/stat_sys_data_connected_in_g.png
es/drawable-sw600dp-mdpi/stat_sys_data_connected_in_h.png
es/drawable-sw600dp-mdpi/stat_sys_data_connected_inandout_1x.png
es/drawable-sw600dp-mdpi/stat_sys_data_connected_inandout_3g.png
es/drawable-sw600dp-mdpi/stat_sys_data_connected_inandout_4g.png
es/drawable-sw600dp-mdpi/stat_sys_data_connected_inandout_e.png
es/drawable-sw600dp-mdpi/stat_sys_data_connected_inandout_g.png
es/drawable-sw600dp-mdpi/stat_sys_data_connected_inandout_h.png
es/drawable-sw600dp-mdpi/stat_sys_data_connected_out_1x.png
es/drawable-sw600dp-mdpi/stat_sys_data_connected_out_3g.png
es/drawable-sw600dp-mdpi/stat_sys_data_connected_out_4g.png
es/drawable-sw600dp-mdpi/stat_sys_data_connected_out_e.png
es/drawable-sw600dp-mdpi/stat_sys_data_connected_out_g.png
es/drawable-sw600dp-mdpi/stat_sys_data_connected_out_h.png
es/drawable-sw600dp-mdpi/stat_sys_data_connected_roam.png
es/drawable-sw600dp-mdpi/stat_sys_data_fully_connected_1x.png
es/drawable-sw600dp-mdpi/stat_sys_data_fully_connected_3g.png
es/drawable-sw600dp-mdpi/stat_sys_data_fully_connected_4g.png
es/drawable-sw600dp-mdpi/stat_sys_data_fully_connected_e.png
es/drawable-sw600dp-mdpi/stat_sys_data_fully_connected_g.png
es/drawable-sw600dp-mdpi/stat_sys_data_fully_connected_h.png
es/drawable-sw600dp-mdpi/stat_sys_data_fully_in_1x.png
es/drawable-sw600dp-mdpi/stat_sys_data_fully_in_3g.png
es/drawable-sw600dp-mdpi/stat_sys_data_fully_in_4g.png
es/drawable-sw600dp-mdpi/stat_sys_data_fully_in_e.png
es/drawable-sw600dp-mdpi/stat_sys_data_fully_in_g.png
es/drawable-sw600dp-mdpi/stat_sys_data_fully_in_h.png
es/drawable-sw600dp-mdpi/stat_sys_data_fully_inandout_1x.png
es/drawable-sw600dp-mdpi/stat_sys_data_fully_inandout_3g.png
es/drawable-sw600dp-mdpi/stat_sys_data_fully_inandout_4g.png
es/drawable-sw600dp-mdpi/stat_sys_data_fully_inandout_e.png
es/drawable-sw600dp-mdpi/stat_sys_data_fully_inandout_g.png
es/drawable-sw600dp-mdpi/stat_sys_data_fully_inandout_h.png
es/drawable-sw600dp-mdpi/stat_sys_data_fully_out_1x.png
es/drawable-sw600dp-mdpi/stat_sys_data_fully_out_3g.png
es/drawable-sw600dp-mdpi/stat_sys_data_fully_out_4g.png
es/drawable-sw600dp-mdpi/stat_sys_data_fully_out_e.png
es/drawable-sw600dp-mdpi/stat_sys_data_fully_out_g.png
es/drawable-sw600dp-mdpi/stat_sys_data_fully_out_h.png
es/drawable-sw600dp-mdpi/stat_sys_signal_0.png
es/drawable-sw600dp-mdpi/stat_sys_signal_0_fully.png
es/drawable-sw600dp-mdpi/stat_sys_signal_1.png
es/drawable-sw600dp-mdpi/stat_sys_signal_1_fully.png
es/drawable-sw600dp-mdpi/stat_sys_signal_2.png
es/drawable-sw600dp-mdpi/stat_sys_signal_2_fully.png
es/drawable-sw600dp-mdpi/stat_sys_signal_3.png
es/drawable-sw600dp-mdpi/stat_sys_signal_3_fully.png
es/drawable-sw600dp-mdpi/stat_sys_signal_4.png
es/drawable-sw600dp-mdpi/stat_sys_signal_4_fully.png
es/drawable-sw600dp-mdpi/stat_sys_signal_flightmode.png
es/drawable-sw600dp-mdpi/stat_sys_signal_in.png
es/drawable-sw600dp-mdpi/stat_sys_signal_inout.png
es/drawable-sw600dp-mdpi/stat_sys_signal_out.png
es/drawable-sw600dp-mdpi/stat_sys_wifi_in.png
es/drawable-sw600dp-mdpi/stat_sys_wifi_inout.png
es/drawable-sw600dp-mdpi/stat_sys_wifi_out.png
es/drawable-sw600dp-mdpi/stat_sys_wifi_signal_0.png
es/drawable-sw600dp-mdpi/stat_sys_wifi_signal_1.png
es/drawable-sw600dp-mdpi/stat_sys_wifi_signal_1_fully.png
es/drawable-sw600dp-mdpi/stat_sys_wifi_signal_2.png
es/drawable-sw600dp-mdpi/stat_sys_wifi_signal_2_fully.png
es/drawable-sw600dp-mdpi/stat_sys_wifi_signal_3.png
es/drawable-sw600dp-mdpi/stat_sys_wifi_signal_3_fully.png
es/drawable-sw600dp-mdpi/stat_sys_wifi_signal_4.png
es/drawable-sw600dp-mdpi/stat_sys_wifi_signal_4_fully.png
es/drawable-sw600dp-xhdpi/stat_sys_battery_0.png
es/drawable-sw600dp-xhdpi/stat_sys_battery_100.png
es/drawable-sw600dp-xhdpi/stat_sys_battery_15.png
es/drawable-sw600dp-xhdpi/stat_sys_battery_28.png
es/drawable-sw600dp-xhdpi/stat_sys_battery_43.png
es/drawable-sw600dp-xhdpi/stat_sys_battery_57.png
es/drawable-sw600dp-xhdpi/stat_sys_battery_71.png
es/drawable-sw600dp-xhdpi/stat_sys_battery_85.png
es/drawable-sw600dp-xhdpi/stat_sys_battery_charge_anim0.png
es/drawable-sw600dp-xhdpi/stat_sys_battery_charge_anim100.png
es/drawable-sw600dp-xhdpi/stat_sys_battery_charge_anim15.png
es/drawable-sw600dp-xhdpi/stat_sys_battery_charge_anim28.png
es/drawable-sw600dp-xhdpi/stat_sys_battery_charge_anim43.png
es/drawable-sw600dp-xhdpi/stat_sys_battery_charge_anim57.png
es/drawable-sw600dp-xhdpi/stat_sys_battery_charge_anim71.png
es/drawable-sw600dp-xhdpi/stat_sys_battery_charge_anim85.png
es/drawable-sw600dp-xhdpi/stat_sys_battery_unknown.png
es/drawable-sw600dp-xhdpi/stat_sys_data_bluetooth.png
es/drawable-sw600dp-xhdpi/stat_sys_data_bluetooth_connected.png
es/drawable-sw600dp-xhdpi/stat_sys_data_connected_1x.png
es/drawable-sw600dp-xhdpi/stat_sys_data_connected_3g.png
es/drawable-sw600dp-xhdpi/stat_sys_data_connected_4g.png
es/drawable-sw600dp-xhdpi/stat_sys_data_connected_e.png
es/drawable-sw600dp-xhdpi/stat_sys_data_connected_g.png
es/drawable-sw600dp-xhdpi/stat_sys_data_connected_h.png
es/drawable-sw600dp-xhdpi/stat_sys_data_connected_roam.png
es/drawable-sw600dp-xhdpi/stat_sys_data_fully_connected_1x.png
es/drawable-sw600dp-xhdpi/stat_sys_data_fully_connected_3g.png
es/drawable-sw600dp-xhdpi/stat_sys_data_fully_connected_4g.png
es/drawable-sw600dp-xhdpi/stat_sys_data_fully_connected_e.png
es/drawable-sw600dp-xhdpi/stat_sys_data_fully_connected_g.png
es/drawable-sw600dp-xhdpi/stat_sys_data_fully_connected_h.png
es/drawable-sw600dp-xhdpi/stat_sys_signal_0.png
es/drawable-sw600dp-xhdpi/stat_sys_signal_0_fully.png
es/drawable-sw600dp-xhdpi/stat_sys_signal_1.png
es/drawable-sw600dp-xhdpi/stat_sys_signal_1_fully.png
es/drawable-sw600dp-xhdpi/stat_sys_signal_2.png
es/drawable-sw600dp-xhdpi/stat_sys_signal_2_fully.png
es/drawable-sw600dp-xhdpi/stat_sys_signal_3.png
es/drawable-sw600dp-xhdpi/stat_sys_signal_3_fully.png
es/drawable-sw600dp-xhdpi/stat_sys_signal_4.png
es/drawable-sw600dp-xhdpi/stat_sys_signal_4_fully.png
es/drawable-sw600dp-xhdpi/stat_sys_signal_flightmode.png
es/drawable-sw600dp-xhdpi/stat_sys_signal_in.png
es/drawable-sw600dp-xhdpi/stat_sys_signal_inout.png
es/drawable-sw600dp-xhdpi/stat_sys_signal_out.png
es/drawable-sw600dp-xhdpi/stat_sys_wifi_in.png
es/drawable-sw600dp-xhdpi/stat_sys_wifi_inout.png
es/drawable-sw600dp-xhdpi/stat_sys_wifi_out.png
es/drawable-sw600dp-xhdpi/stat_sys_wifi_signal_0.png
es/drawable-sw600dp-xhdpi/stat_sys_wifi_signal_1.png
es/drawable-sw600dp-xhdpi/stat_sys_wifi_signal_1_fully.png
es/drawable-sw600dp-xhdpi/stat_sys_wifi_signal_2.png
es/drawable-sw600dp-xhdpi/stat_sys_wifi_signal_2_fully.png
es/drawable-sw600dp-xhdpi/stat_sys_wifi_signal_3.png
es/drawable-sw600dp-xhdpi/stat_sys_wifi_signal_3_fully.png
es/drawable-sw600dp-xhdpi/stat_sys_wifi_signal_4.png
es/drawable-sw600dp-xhdpi/stat_sys_wifi_signal_4_fully.png
es/drawable-xhdpi/stat_sys_battery_0.png
es/drawable-xhdpi/stat_sys_battery_100.png
es/drawable-xhdpi/stat_sys_battery_15.png
es/drawable-xhdpi/stat_sys_battery_28.png
es/drawable-xhdpi/stat_sys_battery_43.png
es/drawable-xhdpi/stat_sys_battery_57.png
es/drawable-xhdpi/stat_sys_battery_71.png
es/drawable-xhdpi/stat_sys_battery_85.png
es/drawable-xhdpi/stat_sys_battery_charge_anim0.png
es/drawable-xhdpi/stat_sys_battery_charge_anim100.png
es/drawable-xhdpi/stat_sys_battery_charge_anim15.png
es/drawable-xhdpi/stat_sys_battery_charge_anim28.png
es/drawable-xhdpi/stat_sys_battery_charge_anim43.png
es/drawable-xhdpi/stat_sys_battery_charge_anim57.png
es/drawable-xhdpi/stat_sys_battery_charge_anim71.png
es/drawable-xhdpi/stat_sys_battery_charge_anim85.png
es/drawable-xhdpi/stat_sys_battery_unknown.png
es/drawable-xhdpi/stat_sys_data_bluetooth.png
es/drawable-xhdpi/stat_sys_data_bluetooth_connected.png
es/drawable-xhdpi/stat_sys_data_connected_1x.png
es/drawable-xhdpi/stat_sys_data_connected_3g.png
es/drawable-xhdpi/stat_sys_data_connected_4g.png
es/drawable-xhdpi/stat_sys_data_connected_e.png
es/drawable-xhdpi/stat_sys_data_connected_g.png
es/drawable-xhdpi/stat_sys_data_connected_h.png
es/drawable-xhdpi/stat_sys_data_connected_roam.png
es/drawable-xhdpi/stat_sys_data_fully_connected_1x.png
es/drawable-xhdpi/stat_sys_data_fully_connected_3g.png
es/drawable-xhdpi/stat_sys_data_fully_connected_4g.png
es/drawable-xhdpi/stat_sys_data_fully_connected_e.png
es/drawable-xhdpi/stat_sys_data_fully_connected_g.png
es/drawable-xhdpi/stat_sys_data_fully_connected_h.png
es/drawable-xhdpi/stat_sys_data_fully_in_1x.png
es/drawable-xhdpi/stat_sys_data_fully_in_3g.png
es/drawable-xhdpi/stat_sys_data_fully_in_4g.png
es/drawable-xhdpi/stat_sys_data_fully_in_e.png
es/drawable-xhdpi/stat_sys_data_fully_in_g.png
es/drawable-xhdpi/stat_sys_data_fully_in_h.png
es/drawable-xhdpi/stat_sys_data_fully_inandout_1x.png
es/drawable-xhdpi/stat_sys_data_fully_inandout_3g.png
es/drawable-xhdpi/stat_sys_data_fully_inandout_4g.png
es/drawable-xhdpi/stat_sys_data_fully_inandout_e.png
es/drawable-xhdpi/stat_sys_data_fully_inandout_g.png
es/drawable-xhdpi/stat_sys_data_fully_inandout_h.png
es/drawable-xhdpi/stat_sys_data_fully_out_1x.png
es/drawable-xhdpi/stat_sys_data_fully_out_3g.png
es/drawable-xhdpi/stat_sys_data_fully_out_4g.png
es/drawable-xhdpi/stat_sys_data_fully_out_e.png
es/drawable-xhdpi/stat_sys_data_fully_out_g.png
es/drawable-xhdpi/stat_sys_data_fully_out_h.png
es/drawable-xhdpi/stat_sys_data_in_1x.png
es/drawable-xhdpi/stat_sys_data_in_3g.png
es/drawable-xhdpi/stat_sys_data_in_4g.png
es/drawable-xhdpi/stat_sys_data_in_e.png
es/drawable-xhdpi/stat_sys_data_in_g.png
es/drawable-xhdpi/stat_sys_data_in_h.png
es/drawable-xhdpi/stat_sys_data_inadnout_e.png
es/drawable-xhdpi/stat_sys_data_inandout_1x.png
es/drawable-xhdpi/stat_sys_data_inandout_3g.png
es/drawable-xhdpi/stat_sys_data_inandout_4g.png
es/drawable-xhdpi/stat_sys_data_inandout_e.png
es/drawable-xhdpi/stat_sys_data_inandout_g.png
es/drawable-xhdpi/stat_sys_data_inandout_h.png
es/drawable-xhdpi/stat_sys_data_out_1x.png
es/drawable-xhdpi/stat_sys_data_out_3g.png
es/drawable-xhdpi/stat_sys_data_out_4g.png
es/drawable-xhdpi/stat_sys_data_out_e.png
es/drawable-xhdpi/stat_sys_data_out_g.png
es/drawable-xhdpi/stat_sys_data_out_h.png
es/drawable-xhdpi/stat_sys_no_sim.png
es/drawable-xhdpi/stat_sys_r_signal_0.png
es/drawable-xhdpi/stat_sys_r_signal_0_fully.png
es/drawable-xhdpi/stat_sys_r_signal_1.png
es/drawable-xhdpi/stat_sys_r_signal_1_fully.png
es/drawable-xhdpi/stat_sys_r_signal_2.png
es/drawable-xhdpi/stat_sys_r_signal_2_fully.png
es/drawable-xhdpi/stat_sys_r_signal_3.png
es/drawable-xhdpi/stat_sys_r_signal_3_fully.png
es/drawable-xhdpi/stat_sys_r_signal_4.png
es/drawable-xhdpi/stat_sys_r_signal_4_fully.png
es/drawable-xhdpi/stat_sys_ringer_silent.png
es/drawable-xhdpi/stat_sys_ringer_vibrate.png
es/drawable-xhdpi/stat_sys_signal_0.png
es/drawable-xhdpi/stat_sys_signal_0_fully.png
es/drawable-xhdpi/stat_sys_signal_1.png
es/drawable-xhdpi/stat_sys_signal_1_fully.png
es/drawable-xhdpi/stat_sys_signal_1x.png
es/drawable-xhdpi/stat_sys_signal_2.png
es/drawable-xhdpi/stat_sys_signal_2_fully.png
es/drawable-xhdpi/stat_sys_signal_3.png
es/drawable-xhdpi/stat_sys_signal_3_fully.png
es/drawable-xhdpi/stat_sys_signal_3g.png
es/drawable-xhdpi/stat_sys_signal_4.png
es/drawable-xhdpi/stat_sys_signal_4_fully.png
es/drawable-xhdpi/stat_sys_signal_4g.png
es/drawable-xhdpi/stat_sys_signal_edge.png
es/drawable-xhdpi/stat_sys_signal_flightmode.png
es/drawable-xhdpi/stat_sys_signal_gprs.png
es/drawable-xhdpi/stat_sys_signal_hsdpa.png
es/drawable-xhdpi/stat_sys_signal_in.png
es/drawable-xhdpi/stat_sys_signal_inout.png
es/drawable-xhdpi/stat_sys_signal_null.png
es/drawable-xhdpi/stat_sys_signal_out.png
es/drawable-xhdpi/stat_sys_signal_roam.png
es/drawable-xhdpi/stat_sys_wifi_in.png
es/drawable-xhdpi/stat_sys_wifi_inout.png
es/drawable-xhdpi/stat_sys_wifi_out.png
es/drawable-xhdpi/stat_sys_wifi_signal_0.png
es/drawable-xhdpi/stat_sys_wifi_signal_1.png
es/drawable-xhdpi/stat_sys_wifi_signal_1_fully.png
es/drawable-xhdpi/stat_sys_wifi_signal_2.png
es/drawable-xhdpi/stat_sys_wifi_signal_2_fully.png
es/drawable-xhdpi/stat_sys_wifi_signal_3.png
es/drawable-xhdpi/stat_sys_wifi_signal_3_fully.png
es/drawable-xhdpi/stat_sys_wifi_signal_4.png
es/drawable-xhdpi/stat_sys_wifi_signal_4_fully.png
es/drawable-xlarge-hdpi/stat_sys_battery_0.png
es/drawable-xlarge-hdpi/stat_sys_battery_100.png
es/drawable-xlarge-hdpi/stat_sys_battery_15.png
es/drawable-xlarge-hdpi/stat_sys_battery_28.png
es/drawable-xlarge-hdpi/stat_sys_battery_43.png
es/drawable-xlarge-hdpi/stat_sys_battery_57.png
es/drawable-xlarge-hdpi/stat_sys_battery_71.png
es/drawable-xlarge-hdpi/stat_sys_battery_85.png
es/drawable-xlarge-hdpi/stat_sys_battery_charge_anim0.png
es/drawable-xlarge-hdpi/stat_sys_battery_charge_anim100.png
es/drawable-xlarge-hdpi/stat_sys_battery_charge_anim15.png
es/drawable-xlarge-hdpi/stat_sys_battery_charge_anim28.png
es/drawable-xlarge-hdpi/stat_sys_battery_charge_anim43.png
es/drawable-xlarge-hdpi/stat_sys_battery_charge_anim57.png
es/drawable-xlarge-hdpi/stat_sys_battery_charge_anim71.png
es/drawable-xlarge-hdpi/stat_sys_battery_charge_anim85.png
es/drawable-xlarge-hdpi/stat_sys_battery_unknown.png
es/drawable-xlarge-hdpi/stat_sys_data_bluetooth.png
es/drawable-xlarge-hdpi/stat_sys_data_bluetooth_connected.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_1x.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_3g.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_4g.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_e.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_g.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_h.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_in_1x.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_in_3g.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_in_4g.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_in_e.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_in_g.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_in_h.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_inandout_1x.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_inandout_3g.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_inandout_4g.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_inandout_e.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_inandout_g.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_inandout_h.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_out_1x.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_out_3g.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_out_4g.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_out_e.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_out_g.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_out_h.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_roam.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_connected_1x.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_connected_3g.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_connected_4g.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_connected_e.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_connected_g.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_connected_h.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_in_1x.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_in_3g.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_in_4g.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_in_e.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_in_g.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_in_h.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_inandout_1x.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_inandout_3g.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_inandout_4g.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_inandout_e.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_inandout_g.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_inandout_h.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_out_1x.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_out_3g.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_out_4g.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_out_e.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_out_g.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_out_h.png
es/drawable-xlarge-hdpi/stat_sys_signal_0.png
es/drawable-xlarge-hdpi/stat_sys_signal_0_fully.png
es/drawable-xlarge-hdpi/stat_sys_signal_1.png
es/drawable-xlarge-hdpi/stat_sys_signal_1_fully.png
es/drawable-xlarge-hdpi/stat_sys_signal_2.png
es/drawable-xlarge-hdpi/stat_sys_signal_2_fully.png
es/drawable-xlarge-hdpi/stat_sys_signal_3.png
es/drawable-xlarge-hdpi/stat_sys_signal_3_fully.png
es/drawable-xlarge-hdpi/stat_sys_signal_4.png
es/drawable-xlarge-hdpi/stat_sys_signal_4_fully.png
es/drawable-xlarge-hdpi/stat_sys_signal_flightmode.png
es/drawable-xlarge-hdpi/stat_sys_signal_in.png
es/drawable-xlarge-hdpi/stat_sys_signal_inout.png
es/drawable-xlarge-hdpi/stat_sys_signal_null.png
es/drawable-xlarge-hdpi/stat_sys_signal_out.png
es/drawable-xlarge-hdpi/stat_sys_wifi_in.png
es/drawable-xlarge-hdpi/stat_sys_wifi_inout.png
es/drawable-xlarge-hdpi/stat_sys_wifi_out.png
es/drawable-xlarge-hdpi/stat_sys_wifi_signal_0.png
es/drawable-xlarge-hdpi/stat_sys_wifi_signal_1.png
es/drawable-xlarge-hdpi/stat_sys_wifi_signal_1_fully.png
es/drawable-xlarge-hdpi/stat_sys_wifi_signal_2.png
es/drawable-xlarge-hdpi/stat_sys_wifi_signal_2_fully.png
es/drawable-xlarge-hdpi/stat_sys_wifi_signal_3.png
es/drawable-xlarge-hdpi/stat_sys_wifi_signal_3_fully.png
es/drawable-xlarge-hdpi/stat_sys_wifi_signal_4.png
es/drawable-xlarge-hdpi/stat_sys_wifi_signal_4_fully.png
es/drawable-xlarge-mdpi/stat_sys_battery_0.png
es/drawable-xlarge-mdpi/stat_sys_battery_100.png
es/drawable-xlarge-mdpi/stat_sys_battery_15.png
es/drawable-xlarge-mdpi/stat_sys_battery_28.png
es/drawable-xlarge-mdpi/stat_sys_battery_43.png
es/drawable-xlarge-mdpi/stat_sys_battery_57.png
es/drawable-xlarge-mdpi/stat_sys_battery_71.png
es/drawable-xlarge-mdpi/stat_sys_battery_85.png
es/drawable-xlarge-mdpi/stat_sys_battery_charge_anim0.png
es/drawable-xlarge-mdpi/stat_sys_battery_charge_anim100.png
es/drawable-xlarge-mdpi/stat_sys_battery_charge_anim15.png
es/drawable-xlarge-mdpi/stat_sys_battery_charge_anim28.png
es/drawable-xlarge-mdpi/stat_sys_battery_charge_anim43.png
es/drawable-xlarge-mdpi/stat_sys_battery_charge_anim57.png
es/drawable-xlarge-mdpi/stat_sys_battery_charge_anim71.png
es/drawable-xlarge-mdpi/stat_sys_battery_charge_anim85.png
es/drawable-xlarge-mdpi/stat_sys_battery_unknown.png
es/drawable-xlarge-mdpi/stat_sys_data_bluetooth.png
es/drawable-xlarge-mdpi/stat_sys_data_bluetooth_connected.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_1x.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_3g.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_4g.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_e.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_g.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_h.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_in_1x.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_in_3g.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_in_4g.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_in_e.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_in_g.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_in_h.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_inandout_1x.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_inandout_3g.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_inandout_4g.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_inandout_e.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_inandout_g.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_inandout_h.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_out_1x.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_out_3g.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_out_4g.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_out_e.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_out_g.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_out_h.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_roam.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_connected_1x.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_connected_3g.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_connected_4g.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_connected_e.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_connected_g.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_connected_h.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_in_1x.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_in_3g.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_in_4g.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_in_e.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_in_g.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_in_h.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_inandout_1x.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_inandout_3g.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_inandout_4g.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_inandout_e.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_inandout_g.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_inandout_h.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_out_1x.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_out_3g.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_out_4g.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_out_e.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_out_g.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_out_h.png
es/drawable-xlarge-mdpi/stat_sys_signal_0.png
es/drawable-xlarge-mdpi/stat_sys_signal_0_fully.png
es/drawable-xlarge-mdpi/stat_sys_signal_1.png
es/drawable-xlarge-mdpi/stat_sys_signal_1_fully.png
es/drawable-xlarge-mdpi/stat_sys_signal_2.png
es/drawable-xlarge-mdpi/stat_sys_signal_2_fully.png
es/drawable-xlarge-mdpi/stat_sys_signal_3.png
es/drawable-xlarge-mdpi/stat_sys_signal_3_fully.png
es/drawable-xlarge-mdpi/stat_sys_signal_4.png
es/drawable-xlarge-mdpi/stat_sys_signal_4_fully.png
es/drawable-xlarge-mdpi/stat_sys_signal_flightmode.png
es/drawable-xlarge-mdpi/stat_sys_signal_in.png
es/drawable-xlarge-mdpi/stat_sys_signal_inout.png
es/drawable-xlarge-mdpi/stat_sys_signal_null.png
es/drawable-xlarge-mdpi/stat_sys_signal_out.png
es/drawable-xlarge-mdpi/stat_sys_wifi_in.png
es/drawable-xlarge-mdpi/stat_sys_wifi_inout.png
es/drawable-xlarge-mdpi/stat_sys_wifi_out.png
es/drawable-xlarge-mdpi/stat_sys_wifi_signal_0.png
es/drawable-xlarge-mdpi/stat_sys_wifi_signal_1.png
es/drawable-xlarge-mdpi/stat_sys_wifi_signal_1_fully.png
es/drawable-xlarge-mdpi/stat_sys_wifi_signal_2.png
es/drawable-xlarge-mdpi/stat_sys_wifi_signal_2_fully.png
es/drawable-xlarge-mdpi/stat_sys_wifi_signal_3.png
es/drawable-xlarge-mdpi/stat_sys_wifi_signal_3_fully.png
es/drawable-xlarge-mdpi/stat_sys_wifi_signal_4.png
es/drawable-xlarge-mdpi/stat_sys_wifi_signal_4_fully.png
es/drawable-xlarge-xhdpi/stat_sys_battery_0.png
es/drawable-xlarge-xhdpi/stat_sys_battery_100.png
es/drawable-xlarge-xhdpi/stat_sys_battery_15.png
es/drawable-xlarge-xhdpi/stat_sys_battery_28.png
es/drawable-xlarge-xhdpi/stat_sys_battery_43.png
es/drawable-xlarge-xhdpi/stat_sys_battery_57.png
es/drawable-xlarge-xhdpi/stat_sys_battery_71.png
es/drawable-xlarge-xhdpi/stat_sys_battery_85.png
es/drawable-xlarge-xhdpi/stat_sys_battery_charge_anim0.png
es/drawable-xlarge-xhdpi/stat_sys_battery_charge_anim100.png
es/drawable-xlarge-xhdpi/stat_sys_battery_charge_anim15.png
es/drawable-xlarge-xhdpi/stat_sys_battery_charge_anim28.png
es/drawable-xlarge-xhdpi/stat_sys_battery_charge_anim43.png
es/drawable-xlarge-xhdpi/stat_sys_battery_charge_anim57.png
es/drawable-xlarge-xhdpi/stat_sys_battery_charge_anim71.png
es/drawable-xlarge-xhdpi/stat_sys_battery_charge_anim85.png
es/drawable-xlarge-xhdpi/stat_sys_battery_unknown.png
es/drawable-xlarge-xhdpi/stat_sys_data_bluetooth.png
es/drawable-xlarge-xhdpi/stat_sys_data_bluetooth_connected.png
es/drawable-xlarge-xhdpi/stat_sys_data_connected_1x.png
es/drawable-xlarge-xhdpi/stat_sys_data_connected_3g.png
es/drawable-xlarge-xhdpi/stat_sys_data_connected_4g.png
es/drawable-xlarge-xhdpi/stat_sys_data_connected_e.png
es/drawable-xlarge-xhdpi/stat_sys_data_connected_g.png
es/drawable-xlarge-xhdpi/stat_sys_data_connected_h.png
es/drawable-xlarge-xhdpi/stat_sys_data_connected_in_1x.png
es/drawable-xlarge-xhdpi/stat_sys_data_connected_in_3g.png
es/drawable-xlarge-xhdpi/stat_sys_data_connected_in_4g.png
es/drawable-xlarge-xhdpi/stat_sys_data_connected_in_e.png
es/drawable-xlarge-xhdpi/stat_sys_data_connected_in_g.png
es/drawable-xlarge-xhdpi/stat_sys_data_connected_in_h.png
es/drawable-xlarge-xhdpi/stat_sys_data_connected_inandout_1x.png
es/drawable-xlarge-xhdpi/stat_sys_data_connected_inandout_3g.png
es/drawable-xlarge-xhdpi/stat_sys_data_connected_inandout_4g.png
es/drawable-xlarge-xhdpi/stat_sys_data_connected_inandout_e.png
es/drawable-xlarge-xhdpi/stat_sys_data_connected_inandout_g.png
es/drawable-xlarge-xhdpi/stat_sys_data_connected_inandout_h.png
es/drawable-xlarge-xhdpi/stat_sys_data_connected_out_1x.png
es/drawable-xlarge-xhdpi/stat_sys_data_connected_out_3g.png
es/drawable-xlarge-xhdpi/stat_sys_data_connected_out_4g.png
es/drawable-xlarge-xhdpi/stat_sys_data_connected_out_e.png
es/drawable-xlarge-xhdpi/stat_sys_data_connected_out_g.png
es/drawable-xlarge-xhdpi/stat_sys_data_connected_out_h.png
es/drawable-xlarge-xhdpi/stat_sys_data_connected_roam.png
es/drawable-xlarge-xhdpi/stat_sys_data_fully_connected_1x.png
es/drawable-xlarge-xhdpi/stat_sys_data_fully_connected_3g.png
es/drawable-xlarge-xhdpi/stat_sys_data_fully_connected_4g.png
es/drawable-xlarge-xhdpi/stat_sys_data_fully_connected_e.png
es/drawable-xlarge-xhdpi/stat_sys_data_fully_connected_g.png
es/drawable-xlarge-xhdpi/stat_sys_data_fully_connected_h.png
es/drawable-xlarge-xhdpi/stat_sys_data_fully_in_1x.png
es/drawable-xlarge-xhdpi/stat_sys_data_fully_in_3g.png
es/drawable-xlarge-xhdpi/stat_sys_data_fully_in_4g.png
es/drawable-xlarge-xhdpi/stat_sys_data_fully_in_e.png
es/drawable-xlarge-xhdpi/stat_sys_data_fully_in_g.png
es/drawable-xlarge-xhdpi/stat_sys_data_fully_in_h.png
es/drawable-xlarge-xhdpi/stat_sys_data_fully_inandout_1x.png
es/drawable-xlarge-xhdpi/stat_sys_data_fully_inandout_3g.png
es/drawable-xlarge-xhdpi/stat_sys_data_fully_inandout_4g.png
es/drawable-xlarge-xhdpi/stat_sys_data_fully_inandout_e.png
es/drawable-xlarge-xhdpi/stat_sys_data_fully_inandout_g.png
es/drawable-xlarge-xhdpi/stat_sys_data_fully_inandout_h.png
es/drawable-xlarge-xhdpi/stat_sys_data_fully_out_1x.png
es/drawable-xlarge-xhdpi/stat_sys_data_fully_out_3g.png
es/drawable-xlarge-xhdpi/stat_sys_data_fully_out_4g.png
es/drawable-xlarge-xhdpi/stat_sys_data_fully_out_e.png
es/drawable-xlarge-xhdpi/stat_sys_data_fully_out_g.png
es/drawable-xlarge-xhdpi/stat_sys_data_fully_out_h.png
es/drawable-xlarge-xhdpi/stat_sys_signal_0.png
es/drawable-xlarge-xhdpi/stat_sys_signal_0_fully.png
es/drawable-xlarge-xhdpi/stat_sys_signal_1.png
es/drawable-xlarge-xhdpi/stat_sys_signal_1_fully.png
es/drawable-xlarge-xhdpi/stat_sys_signal_2.png
es/drawable-xlarge-xhdpi/stat_sys_signal_2_fully.png
es/drawable-xlarge-xhdpi/stat_sys_signal_3.png
es/drawable-xlarge-xhdpi/stat_sys_signal_3_fully.png
es/drawable-xlarge-xhdpi/stat_sys_signal_4.png
es/drawable-xlarge-xhdpi/stat_sys_signal_4_fully.png
es/drawable-xlarge-xhdpi/stat_sys_signal_flightmode.png
es/drawable-xlarge-xhdpi/stat_sys_signal_in.png
es/drawable-xlarge-xhdpi/stat_sys_signal_inout.png
es/drawable-xlarge-xhdpi/stat_sys_signal_null.png
es/drawable-xlarge-xhdpi/stat_sys_signal_out.png
es/drawable-xlarge-xhdpi/stat_sys_wifi_in.png
es/drawable-xlarge-xhdpi/stat_sys_wifi_inout.png
es/drawable-xlarge-xhdpi/stat_sys_wifi_out.png
es/drawable-xlarge-xhdpi/stat_sys_wifi_signal_0.png
es/drawable-xlarge-xhdpi/stat_sys_wifi_signal_1.png
es/drawable-xlarge-xhdpi/stat_sys_wifi_signal_1_fully.png
es/drawable-xlarge-xhdpi/stat_sys_wifi_signal_2.png
es/drawable-xlarge-xhdpi/stat_sys_wifi_signal_2_fully.png
es/drawable-xlarge-xhdpi/stat_sys_wifi_signal_3.png
es/drawable-xlarge-xhdpi/stat_sys_wifi_signal_3_fully.png
es/drawable-xlarge-xhdpi/stat_sys_wifi_signal_4.png
es/drawable-xlarge-xhdpi/stat_sys_wifi_signal_4_fully.png
es/layout-sw600dp/status_bar_notification_area.xml
es/layout/signal_cluster_view.xml
es/layout/stacked_signal_icons.xml
es/layout/status_bar.xml
rc/com/android/systemui/statusbar/SignalClusterView.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/policy/NetworkController.java
rc/com/android/systemui/statusbar/policy/TelephonyIcons.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
ba3711ccd3a8d9e77e01e8eb00e4ada9e25f645c 12-Aug-2011 Daniel Sandler <dsandler@google.com> Merge "Disable peeking at individual notifications."
298a2a816af7337d6b2c8a916ef298d656786878 11-Aug-2011 Daniel Sandler <dsandler@google.com> Disable peeking at individual notifications.

Now tapping anywhere on the notification/clock/status end of
the system bar will bring up the notification panel.
Swiping up anywhere in that region works as well.

This change also adds visual touch feedback to the panel
trigger area.

Bug: 4723688
Change-Id: I5e24fea1231b798c41ddd48c0c42c283c92ebe65
es/layout-sw600dp/status_bar_notification_area.xml
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
81abe87dcc829c4c01473126c8664aa03385dc7c 10-Aug-2011 Chet Haase <chet@google.com> Fix Recent Apps jumping artifact

When removing an item from the Recents list such that the list went from
larger than the screen to smaller (bringing the first item completely into view)
there was an artifact where the list would jump briefly, just prior to running
the transition to animate the remaining items into place.

The problem was that the custom ScrollView classes in the Recents app were
manipulating the scrollX/Y values of the items as a side-effect of any resize
of the list. Meanwhile, the LayoutTransition was manipulating both the size and
the scroll position of the list. The transition's scroll values would get clobbered by
the app's side-effect operation, causing the jump that we'd see on the screen.

The fix was to disable the side-effect operation during a layout transition.

Change-Id: I17f3f05d0e8a792e41bd46869ee700f128e63216
rc/com/android/systemui/recent/RecentsHorizontalScrollView.java
rc/com/android/systemui/recent/RecentsVerticalScrollView.java
5e3f4000a98eb494e3c896de7af97b1b85bbad42 11-Aug-2011 Daniel Sandler <dsandler@android.com> Merge "Remove logspew."
6140ef1b1b5417bdb3d3e437ba60dc36a75811b0 11-Aug-2011 Daniel Sandler <dsandler@android.com> Merge "Remove obsolete assets."
0c5c6a6f27b70ca190f95fae2bdb9596ae1167c4 11-Aug-2011 Daniel Sandler <dsandler@android.com> Merge "Clean up some effects in the phone notification panel."
8355e932a033398625eef676ac93aec0cb084efe 11-Aug-2011 Daniel Sandler <dsandler@android.com> Remove logspew.

Bug: 5118028
Change-Id: I5517d79624020aa7ceeabf251581b3baf2f7b080
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
f159586471fa2626fbfbab314b7331db14e24dc0 11-Aug-2011 Daniel Sandler <dsandler@android.com> Remove obsolete assets.

Bug: 5002409
Change-Id: If9e544b347ca55d0344225eff00bafed180edf8c
es/drawable-hdpi/notify_panel_bg.9.png
es/drawable-hdpi/notify_panel_bg_protect.png
es/drawable-mdpi/notify_panel_bg.9.png
es/drawable-mdpi/notify_panel_bg_protect.png
es/drawable-nodpi/notify_panel_bg.png
es/drawable/notify_panel_bg_protect_tiled.xml
0761e4cd95b6968dd4b1659a766ef504d13f6d50 11-Aug-2011 Daniel Sandler <dsandler@android.com> Clean up some effects in the phone notification panel.

* Clear-all button (X) fades in and out
* "No notifications" text fades in after a few sec
* Swipe-out velocity can be much higher, dramatically
reducing perceived jankiness in clearing notifications

Bug: 5150699
Change-Id: Ic7e5254fee57724c42b6437d1c4ed8a700615208
es/layout/status_bar_expanded.xml
rc/com/android/systemui/SwipeHelper.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/policy/NotificationRowLayout.java
294a6199bd3a6eb7a78d5e2d85bdf706aa886a36 11-Aug-2011 Daniel Sandler <dsandler@google.com> Merge "Subtract the navigation bar from DisplayMetrics."
9a79680bde3a21fe7f4c5836b3095f87fde25d42 11-Aug-2011 Winson Chung <winsonc@google.com> Merge "Fixing screenshot timestamp (5147168)"
930facd20e0344053483726e19ae1b4fa4bf8efa 11-Aug-2011 Winson Chung <winsonc@google.com> Fixing screenshot timestamp (5147168)

Change-Id: I28ce2431bdfe7025191d9a6780ba0a59175c8047
rc/com/android/systemui/screenshot/GlobalScreenshot.java
36412a7e7c4929bdac1221b7ced9e73d0d204691 04-Aug-2011 Daniel Sandler <dsandler@google.com> Subtract the navigation bar from DisplayMetrics.

Its region is now treated like the system bar: inaccessible
to applications and therefore not worth reporting as part of
the display.

(Note that using setSystemUiVisibility you can gain
temporary access to the navigation bar region, unlike the
sempiternal system bar.)

The navigation bar is now considerably less in control of
its own behavior (the window manager assumes it will be a
certain size and in a certain position in landscape and
portrait). This change also fixes the navbar so that it
becomes GONE instead of merely INVISIBLE (allowing
underlying windows to expand in size accordingly).

Bug: 5052456 // the feature
Bug: 5067627 // notification shade falling behind the navbar
Bug: 4959805 // fix third-party apps relying on DisplayMetrics
Change-Id: I60257fc5c858e0edcaba8cfc1f8d58dd99a68258
es/values-land/dimens.xml
es/values/dimens.xml
rc/com/android/systemui/statusbar/phone/NavigationBarView.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/phone/TrackingView.java
cf336e10c03a802bd96df164c49b069cb7ad6819 09-Aug-2011 Daniel Sandler <dsandler@google.com> Forcibly recalculate size of the notification expanded view.

This helps avoid a race condition that can sometimes leave
the status bar handle untouchable (read: hiding behind the
expanded view's transparent window, which is too large
because the close handle's height has not yet been
calculated) on first boot.

Bug: 5122306
Change-Id: I5fa2595798a66289c2c33d7c78dd16f9db066ede
es/layout/status_bar_expanded.xml
rc/com/android/systemui/statusbar/phone/ExpandedView.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
d309056d36759446c91ff5c1e17a217bfa4fdcfb 09-Aug-2011 Daniel Sandler <dsandler@android.com> Add settings button to notification panel.

Also move date to panel in place of carrier name.

Bug: 5076789
Change-Id: I498dc1e29581829c123b3cc0a8c81551ac8bdbe2
es/drawable-hdpi/status_bar_bg_tile.png
es/drawable-hdpi/status_bar_hr.9.png
es/drawable-mdpi/status_bar_bg_tile.png
es/drawable-mdpi/status_bar_hr.9.png
es/drawable-xhdpi/status_bar_bg_tile.png
es/drawable-xhdpi/status_bar_hr.9.png
es/drawable/status_bar_bg.xml
es/layout/status_bar.xml
es/layout/status_bar_expanded.xml
es/layout/status_bar_tracking.xml
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBarView.java
9b3ef020f0c04f74dccb8729dd333b311983d480 09-Aug-2011 Eric Fischer <enf@google.com> Merge "Import revised translations."
2dbf1b76b9da7d551e660606139f2d496fe9af47 08-Aug-2011 Daniel Sandler <dsandler@android.com> Merge "Don't show network type if no SIM."
1f1304a84e35a866b1ece7aa852815987af660fd 07-Aug-2011 Daniel Sandler <dsandler@android.com> Don't show network type if no SIM.

Bug: 5127932
Change-Id: Ib29bfe3372b2c40618480691d65cc4c74d02f8fd
rc/com/android/systemui/statusbar/policy/NetworkController.java
9ea31639738e8d2c90dc3a4fcd535d09a0b7209a 05-Aug-2011 Dianne Hackborn <hackbod@google.com> Fix issue #5108980 Wallpaper is not restored after upgrade from IRK32B to IRK33B

Take care of updating from old component name, and don't let this happen
again.

Also tweak how we switch between static wallpapers to avoid introducing
a 4MB allocation in the system UI process when this happens -- we now
stop the current wallpaper service and start a new one, so we get a
brand new surface that we can draw only one time in to.

Change-Id: I6fc8a42b8a46bba79759bd68fb7d0684b5d897b7
rc/com/android/systemui/ImageWallpaper.java
380dcb4d3fcb5a23392f293e8950fa0c802ad07e 06-Aug-2011 Eric Fischer <enf@google.com> Import revised translations.

Change-Id: Id1dc8ed9e570a81fe25088df3bca5e206f04b1ad
es/values-af/strings.xml
es/values-am/strings.xml
es/values-ar/strings.xml
es/values-bg/strings.xml
es/values-ca/strings.xml
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-en-rGB/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-it/strings.xml
es/values-iw/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-ms/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-rm/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv/strings.xml
es/values-sw/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
es/values-zu/strings.xml
6cf602cd1de4fd1b6a8a5028ef10df0ffc57bacb 05-Aug-2011 Daniel Sandler <dsandler@google.com> Fix crash in log message.

Bug: 5126593
Change-Id: I2214e48de4d0f858b9b23c431bdf91078cc0ccd6
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
319d1e3b28400c749dec8e6c172c2b4872027e38 05-Aug-2011 Daniel Sandler <dsandler@google.com> Stop popping up the compatibility mode dialog all the time.

(The check for whether the dialog had already been shown was
accidentally removed in change I1c1bd12.)

Bug: 5069310
Change-Id: I2ea35c5891667922e78d7919132ffe599411f851
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
c803422bed63f24e987294dae974d81342fb5189 05-Aug-2011 Daniel Sandler <dsandler@android.com> Merge "Clear all notifications on tablet actually works now."
69ecb0a08a4c7d483bdd0c29db533579db404c9c 05-Aug-2011 Daniel Sandler <dsandler@android.com> Merge "Instrumentation to track notification panel touch bugs."
bd391ba1f24409d889d3fb84651f8c81edcd659e 04-Aug-2011 Ken Wakasa <kwakasa@google.com> Suppress the IME switcher icon by default on tablet

bug: 5001205
Change-Id: I8c983808078d984d1d25e985e23ab036b869332e
rc/com/android/systemui/statusbar/tablet/InputMethodButton.java
06a0d4b5c36b3353a89ec31e097bf0b54b5f2549 05-Aug-2011 Daniel Sandler <dsandler@android.com> Clear all notifications on tablet actually works now.

Also, the panel is no longer buried below the screen edge
when there are no notifications.

Bug: 5115158
Change-Id: I01bc8a65ceebd64143a4c4c52d63641dc3cd1c77
es/layout-sw600dp/status_bar.xml
es/layout-sw600dp/status_bar_notification_panel.xml
rc/com/android/systemui/statusbar/tablet/NotificationPanel.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBarView.java
96e61c3c86b2aff3d298d8757ba51eb568c30543 05-Aug-2011 Daniel Sandler <dsandler@android.com> Instrumentation to track notification panel touch bugs.

Bug: 5122306
Bug: 5105599
Change-Id: I2ca677d71daf9c6d5931ae933b3ab496620ab564
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
f48fd822e055da272f9e821db56db98591a35cfe 04-Aug-2011 Daniel Sandler <dsandler@google.com> Fix another NPE.

Bug: 5122306
Change-Id: I6877528325d30bb725f8692c86a8752263b5344e
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
d3ffa270e06d73b1b320323772eecc09613ccc55 04-Aug-2011 Daniel Sandler <dsandler@android.com> Merge "Log some signal condition diagnostics for now."
f91f0905e43e9e264348adb5d3d5f18a8777ff55 04-Aug-2011 Daniel Sandler <dsandler@android.com> Merge "Fix NPE on first-ever boot if display has rotated."
8d77e7714bce81305958c7003b531de32e941d74 04-Aug-2011 Daniel Sandler <dsandler@google.com> Merge "Restore DISABLE_NOTIFICATION_ICONS."
96f3b6f0104aa1a4200c8abe69819c9c452985ab 04-Aug-2011 Daniel Sandler <dsandler@android.com> Fix NPE on first-ever boot if display has rotated.

Bug: 5116154
Change-Id: I8c91fa9eae24c6cb25f4431da00dc4b527124ae3
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
e2e7b1e2dc31f9e3be0bc44b999227937282f935 04-Aug-2011 Mike Lockwood <lockwood@android.com> Merge "Add support for localizing order of day of week and date in status bar date view"
60b3e9c15779583269150dd0811fd610f65d662c 04-Aug-2011 Daniel Sandler <dsandler@android.com> Log some signal condition diagnostics for now.

Bug: 5103241
Change-Id: Id780a3e535270c53e5f1b531c761ca5010291040
rc/com/android/systemui/statusbar/policy/NetworkController.java
ec9a50bccf6163302f41fcc410b7fe80258bb0ea 03-Aug-2011 Mike Lockwood <lockwood@android.com> Add support for localizing order of day of week and date in status bar date view

In Japanese, the day of week should follow the date

Bug: 4606219

Change-Id: If385b3f9989bbe5f1b4bc21293d9be651e187c1f
Signed-off-by: Mike Lockwood <lockwood@android.com>
es/values-ja/strings.xml
es/values/strings.xml
rc/com/android/systemui/statusbar/policy/DateView.java
8e41f3158d3aeabd98fcaa7a846874129a9f39f6 03-Aug-2011 Daniel Sandler <dsandler@google.com> Restore DISABLE_NOTIFICATION_ICONS.

Bug: 5054828
Change-Id: I621f5ef9281eb9593525faf7dd7be42def653970
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
59aed3885e7bf34b4d7c021db4243484fa267526 03-Aug-2011 Dianne Hackborn <hackbod@google.com> Put back the status bar animations.

Change-Id: I9b326e8da9fa17878dde8a83c6551e9eb600bb7e
es/anim/priority_alert_enter.xml
es/anim/priority_alert_exit.xml
es/anim/status_bar_enter.xml
es/anim/status_bar_exit.xml
es/values/styles.xml
rc/com/android/systemui/statusbar/StatusBar.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
f4461fc5a62658f5d150ca0ef2c135aef1236554 03-Aug-2011 Dianne Hackborn <hackbod@google.com> Merge "Reduce memory usage of status bar expanded view."
1dacf2772d0099ae74f42f81d162a3d0e180ffb7 03-Aug-2011 Dianne Hackborn <hackbod@google.com> Reduce memory usage of status bar expanded view.

It was configuring this to have its width follow the display size
but height be a fixed amount. As a result, during a rotation we
would end up with a surface that is 800x712, which uses a lot more
memory.

The fix is to just always set the window to a fixed size, changing
it when the display size changes.

Also the expanded view was setting itself to use a hardware layer
for no reason -- it is a top view so there is no point in this,
and anyway it is doesn't even use hw rendering. This saves 1.5MB
of the layer bitmap.

This change also fixes the returned problem where the expanded
view would flicker when pulling it down in landscape.

Change-Id: If57420b0bc3fdc2706d2d3b36cb2d287b5fc9e27
rc/com/android/systemui/statusbar/phone/ExpandedView.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBarView.java
rc/com/android/systemui/statusbar/phone/TrackingView.java
5857bceaeae70aa93f2a428a6d1c6ec8851c1b9b 03-Aug-2011 Dianne Hackborn <hackbod@google.com> Merge "Clear the bitmap from the canvas in a lot of places."
6311d0a079702b29984c0d31937345be105e1a5e 03-Aug-2011 Dianne Hackborn <hackbod@google.com> Clear the bitmap from the canvas in a lot of places.

Change-Id: I6b2071ac7b348c473b9bdd1b972d095aebbb4fb3
rc/com/android/systemui/recent/RecentsPanelView.java
rc/com/android/systemui/screenshot/GlobalScreenshot.java
147200b2c47fc36e7cba32b6e318643f25be3baf 03-Aug-2011 Eric Fischer <enf@google.com> Merge "Import revised translations."
5a4e75e2e260d077bfdb285bef03760852b87651 02-Aug-2011 Eric Fischer <enf@google.com> Import revised translations.

Change-Id: If420bd92ac6f84a7ecfa57b48477815ac392cb3f
es/values-af/strings.xml
es/values-am/strings.xml
es/values-ar-large/strings.xml
es/values-ar/strings.xml
es/values-bg-large/strings.xml
es/values-bg/strings.xml
es/values-ca-large/strings.xml
es/values-ca/strings.xml
es/values-cs-large/strings.xml
es/values-cs/strings.xml
es/values-da-large/strings.xml
es/values-da/strings.xml
es/values-de-large/strings.xml
es/values-de/strings.xml
es/values-el-large/strings.xml
es/values-el/strings.xml
es/values-en-rGB-large/strings.xml
es/values-en-rGB/strings.xml
es/values-es-large/strings.xml
es/values-es-rUS-large/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-fa-large/strings.xml
es/values-fa/strings.xml
es/values-fi-large/strings.xml
es/values-fi/strings.xml
es/values-fr-large/strings.xml
es/values-fr/strings.xml
es/values-hr-large/strings.xml
es/values-hr/strings.xml
es/values-hu-large/strings.xml
es/values-hu/strings.xml
es/values-in-large/strings.xml
es/values-in/strings.xml
es/values-it-large/strings.xml
es/values-it/strings.xml
es/values-iw-large/strings.xml
es/values-iw/strings.xml
es/values-ja-large/strings.xml
es/values-ja/strings.xml
es/values-ko-large/strings.xml
es/values-ko/strings.xml
es/values-lt-large/strings.xml
es/values-lt/strings.xml
es/values-lv-large/strings.xml
es/values-lv/strings.xml
es/values-ms-large/strings.xml
es/values-ms/strings.xml
es/values-nb-large/strings.xml
es/values-nb/strings.xml
es/values-nl-large/strings.xml
es/values-nl/strings.xml
es/values-pl-large/strings.xml
es/values-pl/strings.xml
es/values-pt-large/strings.xml
es/values-pt-rPT-large/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-rm/strings.xml
es/values-ro-large/strings.xml
es/values-ro/strings.xml
es/values-ru-large/strings.xml
es/values-ru/strings.xml
es/values-sk-large/strings.xml
es/values-sk/strings.xml
es/values-sl-large/strings.xml
es/values-sl/strings.xml
es/values-sr-large/strings.xml
es/values-sr/strings.xml
es/values-sv-large/strings.xml
es/values-sv/strings.xml
es/values-sw/strings.xml
es/values-th-large/strings.xml
es/values-th/strings.xml
es/values-tl-large/strings.xml
es/values-tl/strings.xml
es/values-tr-large/strings.xml
es/values-tr/strings.xml
es/values-uk-large/strings.xml
es/values-uk/strings.xml
es/values-vi-large/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN-large/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW-large/strings.xml
es/values-zh-rTW/strings.xml
es/values-zu/strings.xml
2124ef9ebee359fe8a3f001c94586cd3f42617b0 02-Aug-2011 Daniel Sandler <dsandler@google.com> Merge "Refresh tablet notification drawer."
da2089695e54d00a3e029c8b5eb4704abbfa80be 02-Aug-2011 Daniel Sandler <dsandler@google.com> Merge "Merging ongoing + latest notifications on phone UI to match tablets."
1347c30824ce3544dff03c93ffad9af7f0327e41 01-Aug-2011 Daniel Sandler <dsandler@google.com> Refresh tablet notification drawer.

* New "X" button appears in the system bar, allowing the
user to clear all notifications. Only appears when the
notifications list is showing and there are clearable
items. (Note: the textual button on phones has also been
replaced with an X.)

* Updated panel background artwork and positioning.

* Removed a bunch of old art.

Bug: 4970588
Bug: 4974043
Bug: 3509407 (regression)

Change-Id: Ibadb638cd18c4faa751cd1f311d73ceda65cb3ca
es/drawable-hdpi/ic_notify_clear_normal.png
es/drawable-hdpi/ic_notify_clear_pressed.png
es/drawable-hdpi/notify_panel_clock_bg_normal.9.png
es/drawable-hdpi/notify_panel_clock_bg_pressed.9.png
es/drawable-hdpi/notify_panel_notify_bg.9.png
es/drawable-hdpi/status_bar_ticker_tile.png
es/drawable-hdpi/status_bar_veto_normal.png
es/drawable-hdpi/status_bar_veto_pressed.png
es/drawable-large-hdpi/notify_panel_clock_bg_normal.9.png
es/drawable-large-hdpi/notify_panel_clock_bg_pressed.9.png
es/drawable-large-hdpi/notify_panel_notify_bg.9.png
es/drawable-large-mdpi/notify_panel_clock_bg_normal.9.png
es/drawable-large-mdpi/notify_panel_clock_bg_pressed.9.png
es/drawable-large-mdpi/notify_panel_notify_bg.9.png
es/drawable-large-xhdpi/notify_panel_clock_bg_normal.9.png
es/drawable-large-xhdpi/notify_panel_clock_bg_pressed.9.png
es/drawable-large-xhdpi/notify_panel_notify_bg.9.png
es/drawable-mdpi/ic_notify_clear_normal.png
es/drawable-mdpi/ic_notify_clear_pressed.png
es/drawable-mdpi/notify_panel_clock_bg_normal.9.png
es/drawable-mdpi/notify_panel_clock_bg_pressed.9.png
es/drawable-mdpi/notify_panel_notify_bg.9.png
es/drawable-mdpi/status_bar_ticker_tile.png
es/drawable-mdpi/status_bar_veto_normal.png
es/drawable-mdpi/status_bar_veto_pressed.png
es/drawable-xhdpi/ic_notify_clear_normal.png
es/drawable-xhdpi/ic_notify_clear_pressed.png
es/drawable-xhdpi/status_bar_ticker_tile.png
es/drawable/ic_notify_clear.xml
es/drawable/status_bar_veto.xml
es/layout-sw600dp/status_bar.xml
es/layout-sw600dp/status_bar_notification_panel.xml
es/layout/status_bar_expanded.xml
es/layout/status_bar_notification_row.xml
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/tablet/NotificationPanel.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
7c3e39de22c68e69c4924b339132f8e3bf3f96af 29-Jul-2011 Daniel Sandler <dsandler@google.com> Merging ongoing + latest notifications on phone UI to match tablets.

Change-Id: Ie8ee72137e9eeb6740f3d113d5331e8cba629ab2
es/layout/status_bar_expanded.xml
es/values/dimens.xml
rc/com/android/systemui/statusbar/phone/IconMerger.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/policy/NotificationRowLayout.java
ba39839444532af0ed3766f736582413f6d7a40b 02-Aug-2011 Dianne Hackborn <hackbod@google.com> Move ImageWallpaper to SystemUI process.

Nice to not load 4MB bitmaps in the system process.

Also, hey, with how we are now scrolling the surface instead of
the bitmap, there is no reason to keep that 4MB bitmap loaded in
to memory. So don't.

Unfortunately it looks like for some reason the VM is still
holding on to the bitmap. I'll need to figure out why. Later.

Change-Id: Ib3503756144502fc5c8d5e294248c2417c4fe8c8
ndroidManifest.xml
rc/com/android/systemui/ImageWallpaper.java
9101a029635609492a8e734336a3abd0c04d4666 02-Aug-2011 Brett Chabot <brettchabot@android.com> Merge "Add functional test for screenshots."
2fb30a92d59c2a0912e00f2191522a3de5027b84 29-Jul-2011 Daniel Sandler <dsandler@google.com> Quick fix for NPE in updateNotification().

When the "ongoing"/"latest" split is removed, this will be
replaced with something less odious.

Bug: 5090331
Change-Id: Ib804de66985ff5f5df2e1df3c85437a1e31f1c49
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
f3f2011285e2f5079db2229461e2d9a448cb61ec 29-Jul-2011 Daniel Sandler <dsandler@google.com> Fix NPE for devices with hardware navigation.

Bug: 5095974
Change-Id: I4d8c39fbff6feb7b65055938ac0f725faaa6e6a3
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
dfab18171c2d40f5cc859118a21c5b12e3422967 29-Jul-2011 Daniel Sandler <dsandler@google.com> Protect animation methods from Proguard.

Bug: 5096417
Change-Id: I5546dfe0092747c311836bb2134b52be58d77b98
roguard.flags
94eea0b26ef0714373a58b681d77927268e56eb0 29-Jul-2011 Daniel Sandler <dsandler@android.com> Merge "Bring the shiny navigation button animations to phones."
53f2531ba7bc72489d03fd17b6ce29c811fad8b5 29-Jul-2011 Daniel Sandler <dsandler@google.com> Merge "The fullest of fullscreen modes."
5298582717494098fcdf115d832c8e871340d0b5 29-Jul-2011 Daniel Sandler <dsandler@android.com> Bring the shiny navigation button animations to phones.

Also fix the accessibility descriptions (bad merge?).

Bug: 4541219
Change-Id: I8a8e2a14e5557c45af0b9e74b0bd654ff804aab9
es/drawable-hdpi/ic_sysbar_highlight_land.png
es/drawable-mdpi/ic_sysbar_highlight_land.png
es/drawable-xhdpi/ic_sysbar_highlight_land.png
es/layout/navigation_bar.xml
es/values/strings.xml
rc/com/android/systemui/statusbar/policy/KeyButtonView.java
cdbb950afe76020d28b4d94f82f6236438925278 29-Jul-2011 Daniel Sandler <dsandler@android.com> Merge "New richly-appointed navigation buttons."
a375c94fca986d76d21f8cb9a3eb29f1ef88c4a8 29-Jul-2011 Daniel Sandler <dsandler@android.com> New richly-appointed navigation buttons.

- Beautiful new touch feedback animations
- Romantic icon dimming
- Supple Corinthian leather

Bug: 4541219
Change-Id: I8c4e1ec73aba910a17001795d2b03200c5af1788
es/drawable-hdpi/ic_sysbar_back.png
es/drawable-hdpi/ic_sysbar_back_default.png
es/drawable-hdpi/ic_sysbar_back_default_land.png
es/drawable-hdpi/ic_sysbar_back_land.png
es/drawable-hdpi/ic_sysbar_back_pressed.png
es/drawable-hdpi/ic_sysbar_home.png
es/drawable-hdpi/ic_sysbar_home_default.png
es/drawable-hdpi/ic_sysbar_home_default_land.png
es/drawable-hdpi/ic_sysbar_home_land.png
es/drawable-hdpi/ic_sysbar_home_pressed.png
es/drawable-hdpi/ic_sysbar_menu.png
es/drawable-hdpi/ic_sysbar_menu_default.png
es/drawable-hdpi/ic_sysbar_menu_default_land.png
es/drawable-hdpi/ic_sysbar_menu_land.png
es/drawable-hdpi/ic_sysbar_menu_pressed.png
es/drawable-hdpi/ic_sysbar_recent.png
es/drawable-hdpi/ic_sysbar_recent_default.png
es/drawable-hdpi/ic_sysbar_recent_default_land.png
es/drawable-hdpi/ic_sysbar_recent_land.png
es/drawable-hdpi/ic_sysbar_recent_pressed.png
es/drawable-mdpi/ic_sysbar_back.png
es/drawable-mdpi/ic_sysbar_back_default.png
es/drawable-mdpi/ic_sysbar_back_default_land.png
es/drawable-mdpi/ic_sysbar_back_land.png
es/drawable-mdpi/ic_sysbar_back_pressed.png
es/drawable-mdpi/ic_sysbar_home.png
es/drawable-mdpi/ic_sysbar_home_default.png
es/drawable-mdpi/ic_sysbar_home_default_land.png
es/drawable-mdpi/ic_sysbar_home_land.png
es/drawable-mdpi/ic_sysbar_home_pressed.png
es/drawable-mdpi/ic_sysbar_menu.png
es/drawable-mdpi/ic_sysbar_menu_default.png
es/drawable-mdpi/ic_sysbar_menu_default_land.png
es/drawable-mdpi/ic_sysbar_menu_land.png
es/drawable-mdpi/ic_sysbar_menu_pressed.png
es/drawable-mdpi/ic_sysbar_recent.png
es/drawable-mdpi/ic_sysbar_recent_default.png
es/drawable-mdpi/ic_sysbar_recent_default_land.png
es/drawable-mdpi/ic_sysbar_recent_land.png
es/drawable-mdpi/ic_sysbar_recent_pressed.png
es/drawable-xhdpi/ic_sysbar_back.png
es/drawable-xhdpi/ic_sysbar_back_default.png
es/drawable-xhdpi/ic_sysbar_back_default_land.png
es/drawable-xhdpi/ic_sysbar_back_land.png
es/drawable-xhdpi/ic_sysbar_home.png
es/drawable-xhdpi/ic_sysbar_home_default.png
es/drawable-xhdpi/ic_sysbar_home_default_land.png
es/drawable-xhdpi/ic_sysbar_home_land.png
es/drawable-xhdpi/ic_sysbar_menu.png
es/drawable-xhdpi/ic_sysbar_menu_default.png
es/drawable-xhdpi/ic_sysbar_menu_default_land.png
es/drawable-xhdpi/ic_sysbar_menu_land.png
es/drawable-xhdpi/ic_sysbar_recent.png
es/drawable-xhdpi/ic_sysbar_recent_default.png
es/drawable-xhdpi/ic_sysbar_recent_default_land.png
es/drawable-xhdpi/ic_sysbar_recent_land.png
es/drawable/ic_sysbar_back.xml
es/drawable/ic_sysbar_home.xml
es/drawable/ic_sysbar_menu.xml
es/drawable/ic_sysbar_recent.xml
es/layout-sw600dp/status_bar.xml
es/layout/navigation_bar.xml
es/values/attrs.xml
rc/com/android/systemui/SwipeHelper.java
rc/com/android/systemui/statusbar/policy/KeyButtonView.java
caf30a18b52471ebfbc6ae5e853c9a0b9d44905b 29-Jul-2011 Brett Chabot <brettchabot@android.com> Add functional test for screenshots.

Change-Id: Ice2cbc656f9814da7d0634644a250c1af9243ad1
ndroid.mk
ests/Android.mk
ests/AndroidManifest.xml
ests/res/layout/main.xml
ests/src/com/android/systemui/screenshot/ScreenshotStubActivity.java
ests/src/com/android/systemui/screenshot/ScreenshotTest.java
2efd2dbbac9eac89620683696c6076463c3a1cd6 20-Jul-2011 Christopher Tate <ctate@google.com> Support full-backup encryption and global backup password

If the user has supplied a backup password in Settings, that password
is validated during the full backup process and is used as an encryption
key for encoding the backed-up data itself. This is the fundamental
mechanism whereby users can secure their data even against malicious
parties getting physical unlocked access to their device.

Technically the user-supplied password is not used as the encryption
key for the backed-up data itself. What is actually done is that a
random key is generated to use as the raw encryption key. THAT key,
in turn, is encrypted with the user-supplied password (after random
salting and key expansion with PBKDF2). The encrypted master key
and a checksum are stored in the backup header. At restore time,
the user supplies their password, which allows the system to decrypt
the master key, which in turn allows the decryption of the backup
data itself.

The checksum is part of the archive in order to permit validation
of the user-supplied password. The checksum is the result of running
the user-supplied password through PBKDF2 with a randomly selected
salt. At restore time, the proposed password is run through PBKDF2
with the salt described by the archive header. If the result does
not match the archive's stated checksum, then the user has supplied
the wrong decryption password.

Also, suppress backup consideration for a few packages whose
data is either nonexistent or inapplicable across devices or
factory reset operations.

Bug 4901637

Change-Id: Id0cc9d0fdfc046602b129f273d48e23b7a14df36
ndroidManifest.xml
60ee25643e0a7b8841063a4e97b0f18c51807e91 22-Jul-2011 Daniel Sandler <dsandler@google.com> The fullest of fullscreen modes.

View.setSystemUiVisibility() now properly accepts a
bitfield, including:

* SYSTEM_UI_FLAG_LOW_PROFILE: "lights out mode"
(previously known, erroneously, as STATUS_BAR_HIDDEN)

* SYSTEM_UI_FLAG_HIDE_NAVIGATION: for when you need every
single pixel on a device that also has a navigation bar

These flags are painstakingly aggregated across the entire
view hierarchy and carefully delivered to the status bar
service, which in turn gently passes them along to the bar
implementation.

To really get access to the whole screen, you need to use
HIDE_NAVIGATION in conjunction with FLAG_FULLSCREEN and
FLAG_LAYOUT_IN_SCREEN. See development/samples/Overscan for
an example of how to do this.

Change-Id: I5fbfe009d9ceebbbf71db73f14a7008ea7c1d4da
rc/com/android/systemui/statusbar/CommandQueue.java
rc/com/android/systemui/statusbar/StatusBar.java
rc/com/android/systemui/statusbar/phone/NavigationBarView.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
e9166ede07580c00a9b0909cc28354286d2f7c1c 28-Jul-2011 Michael Jurka <mikejurka@google.com> Dismiss Recent Apps when Back is pressed

Change-Id: I17a1ee9683910113d822a084f804646580ab43cb
rc/com/android/systemui/recent/RecentsPanelView.java
6d96dd0140a237e4c1e896bbc49938e445f5c8be 28-Jul-2011 Daniel Sandler <dsandler@google.com> Merge "Restore status icons to former size & opacity on tablets."
3d5a703db83265f7914eed8580de986106abfad2 28-Jul-2011 Jeff Brown <jeffbrown@google.com> Merge "Report the external display size to the input reader."
88d6877223a575bc836a3ea16588c65eab0a29b0 27-Jul-2011 Daniel Sandler <dsandler@google.com> Restore status icons to former size & opacity on tablets.

Bug: 5086130
Change-Id: Ie1d86f8d40882d0f8193a85295a5a45ce0fe53c5
es/values-sw600dp/dimens.xml
es/values-sw720dp/dimens.xml
41ff7ec82422a5b6d00892afdb3232bc0e53d851 26-Jul-2011 Jeff Sharkey <jsharkey@android.com> Revise data limit notifs, watch kernel alerts.

Teach NetworkPolicy limits to "snooze" when requested by user, and
notify with both dialog and notification. Register for network alerts
through NMS to trigger updates immediately instead of waiting for
next stats update.

Enforce that all NetworkPolicy are unique on a template basis, and
move SCREEN_ON/OFF broadcasts to background thread. Launch SystemUI
and Settings directly instead of using actions, and include full
NetworkTemplate in extras.

Tests to verify notification and snooze behavior.

Bug: 5057979, 5023579, 4723336, 5045721
Change-Id: I03724beff94a7c0547cb5220431ba8d4cd44d077
ndroidManifest.xml
es/values/strings.xml
rc/com/android/systemui/net/NetworkOverLimitActivity.java
26c84b139f0bfd2d3906f2ac163df8f1f15155d8 27-Jul-2011 Daniel Sandler <dsandler@android.com> Smaller, darker notification icons.

(Still need to attempt to mipmap them but this will do for
now.)

Bug: 4691635
Change-Id: I8793d6a453fcbe0c2ce30b6349e4e5ef3f1a6e56
es/values-sw600dp/dimens.xml
es/values/dimens.xml
rc/com/android/systemui/statusbar/StatusBarIconView.java
7c0d89ac97260634c3687c8c8136328c967d68ed 27-Jul-2011 Mike Lockwood <lockwood@android.com> Merge "GlobalScreenshot: Set image file size in media database when taking screenshots"
9837734b640ca3a1b95812612fc01c517fb02eb4 26-Jul-2011 Mike Lockwood <lockwood@android.com> GlobalScreenshot: Set image file size in media database when taking screenshots

Otherwise the value would be left at zero since we are inserting
the database record before writing the file

Bug: 5064246

Change-Id: I54be6ff14a7f170994aaf586aaddb06c5b746e89
Signed-off-by: Mike Lockwood <lockwood@android.com>
rc/com/android/systemui/screenshot/GlobalScreenshot.java
821e7a65fa10fdf06d291eb671ff8c6804accf7b 26-Jul-2011 Eric Fischer <enf@google.com> Merge "Import revised translations."
070ce94b9fd91d1bb22161a85178440cb46d8ece 26-Jul-2011 Daniel Sandler <dsandler@google.com> Merge "New phone statusbar handle."
53ef4993535c73a9f71edd34af15708af4e06fc4 26-Jul-2011 Daniel Sandler <dsandler@google.com> Merge "New stacked RSSI icons."
4e69214f4d68974139f75ba53b1a8443dca286dc 26-Jul-2011 Daniel Sandler <dsandler@google.com> Merge "Play the low-battery sound only at certain discharge events."
e2234add84ca159150d112e47fca2d4737542944 26-Jul-2011 Daniel Sandler <dsandler@google.com> Merge "Update large icon in changed status bar notifications."
7198662bb3c81a761fdfa3038d90df68d22c0b97 26-Jul-2011 Daniel Sandler <dsandler@google.com> Play the low-battery sound only at certain discharge events.

That is, only play it when the device is running on battery
and the remaining charge level descends into a new
low-battery regime:

* when the device hits the first threshold, for example 15%
(the dialog is first shown at this time)
* when the device hits the second threshold, e.g. 4% (the
dialog will be redisplayed if necessary)
* when the device has been charging but AC power is removed,
returning the device to a low-battery regime (the dialog
will be redisplayed if necessary)

The sound will no longer be replayed as the battery level
descends within these regimes (say, 4% --> 3%).

Bug: 4981280
Change-Id: I049d60f39ae556241a23f8664e61be3d70d937e5
rc/com/android/systemui/power/PowerUI.java
2b69735e014872ca2183b4a39a8381daa337e146 22-Jul-2011 Daniel Sandler <dsandler@google.com> New stacked RSSI icons.

The signal strength, network type & flow indicator, and
battery have all been moved out of the policy and into the
status bar implementation itself, mirroring the change on
tablets. This means that they no longer use status bar icon
slots but instead are bespoke layouts and views.

GPS has also been removed and will return as a notification
(again, as was done in the Honeycomb tablet UI).

Bug: 4691638
Change-Id: I60df4871209b64209bfc5b3bf398651cc2e77b24
es/drawable-hdpi/stat_sys_signal_0_fully.png
es/drawable-hdpi/stat_sys_signal_1_flowing.png
es/drawable-hdpi/stat_sys_signal_1_fully_flowing.png
es/drawable-hdpi/stat_sys_signal_2_flowing.png
es/drawable-hdpi/stat_sys_signal_2_fully_flowing.png
es/drawable-hdpi/stat_sys_signal_3_flowing.png
es/drawable-hdpi/stat_sys_signal_3_fully_flowing.png
es/drawable-hdpi/stat_sys_signal_4_flowing.png
es/drawable-hdpi/stat_sys_signal_4_fully_flowing.png
es/drawable-hdpi/stat_sys_signal_null.png
es/drawable-hdpi/stat_sys_wifi_signal_1_flowing.png
es/drawable-hdpi/stat_sys_wifi_signal_1_fully_flowing.png
es/drawable-hdpi/stat_sys_wifi_signal_2_flowing.png
es/drawable-hdpi/stat_sys_wifi_signal_2_fully_flowing.png
es/drawable-hdpi/stat_sys_wifi_signal_3_flowing.png
es/drawable-hdpi/stat_sys_wifi_signal_3_fully_flowing.png
es/drawable-hdpi/stat_sys_wifi_signal_4_flowing.png
es/drawable-hdpi/stat_sys_wifi_signal_4_fully_flowing.png
es/drawable-mdpi/stat_sys_signal_0_fully.png
es/drawable-mdpi/stat_sys_signal_1_flowing.png
es/drawable-mdpi/stat_sys_signal_1_fully_flowing.png
es/drawable-mdpi/stat_sys_signal_2_flowing.png
es/drawable-mdpi/stat_sys_signal_2_fully_flowing.png
es/drawable-mdpi/stat_sys_signal_3_flowing.png
es/drawable-mdpi/stat_sys_signal_3_fully_flowing.png
es/drawable-mdpi/stat_sys_signal_4_flowing.png
es/drawable-mdpi/stat_sys_signal_4_fully_flowing.png
es/drawable-mdpi/stat_sys_signal_null.png
es/drawable-mdpi/stat_sys_wifi_signal_1_flowing.png
es/drawable-mdpi/stat_sys_wifi_signal_1_fully_flowing.png
es/drawable-mdpi/stat_sys_wifi_signal_2_flowing.png
es/drawable-mdpi/stat_sys_wifi_signal_2_fully_flowing.png
es/drawable-mdpi/stat_sys_wifi_signal_3_flowing.png
es/drawable-mdpi/stat_sys_wifi_signal_3_fully_flowing.png
es/drawable-mdpi/stat_sys_wifi_signal_4_flowing.png
es/drawable-mdpi/stat_sys_wifi_signal_4_fully_flowing.png
es/drawable-xhdpi/stat_sys_signal_0_fully.png
es/drawable-xhdpi/stat_sys_signal_1_flowing.png
es/drawable-xhdpi/stat_sys_signal_1_fully_flowing.png
es/drawable-xhdpi/stat_sys_signal_2_flowing.png
es/drawable-xhdpi/stat_sys_signal_2_fully_flowing.png
es/drawable-xhdpi/stat_sys_signal_3_flowing.png
es/drawable-xhdpi/stat_sys_signal_3_fully_flowing.png
es/drawable-xhdpi/stat_sys_signal_4_flowing.png
es/drawable-xhdpi/stat_sys_signal_4_fully_flowing.png
es/drawable-xhdpi/stat_sys_signal_null.png
es/drawable-xhdpi/stat_sys_wifi_signal_1_flowing.png
es/drawable-xhdpi/stat_sys_wifi_signal_1_fully_flowing.png
es/drawable-xhdpi/stat_sys_wifi_signal_2_flowing.png
es/drawable-xhdpi/stat_sys_wifi_signal_2_fully_flowing.png
es/drawable-xhdpi/stat_sys_wifi_signal_3_flowing.png
es/drawable-xhdpi/stat_sys_wifi_signal_3_fully_flowing.png
es/drawable-xhdpi/stat_sys_wifi_signal_4_flowing.png
es/drawable-xhdpi/stat_sys_wifi_signal_4_fully_flowing.png
es/drawable-xlarge-hdpi/stat_sys_signal_0_fully.png
es/drawable-xlarge-hdpi/stat_sys_signal_null.png
es/drawable-xlarge-mdpi/stat_sys_signal_0_fully.png
es/drawable-xlarge-mdpi/stat_sys_signal_null.png
es/drawable-xlarge-xhdpi/stat_sys_signal_0_fully.png
es/drawable-xlarge-xhdpi/stat_sys_signal_null.png
es/drawable/stat_sys_battery.xml
es/drawable/stat_sys_battery_charge.xml
es/layout-sw600dp/status_bar_notification_area.xml
es/layout/stacked_signal_icons.xml
es/layout/status_bar.xml
es/values-large/strings.xml
es/values/strings.xml
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBarPolicy.java
rc/com/android/systemui/statusbar/policy/BatteryController.java
rc/com/android/systemui/statusbar/policy/NetworkController.java
rc/com/android/systemui/statusbar/policy/TelephonyIcons.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
bc68a59c024bdb745dac8e2ec7408a9f30595f1a 25-Jul-2011 Jeff Brown <jeffbrown@google.com> Report the external display size to the input reader.

The input reader needs this information so that it knows how to
interpolate touches on an external touch screen.

Changed Display so that it asks the WindowManager what the real
display size is (as opposed to the raw display size). This means
it now takes into the forced display size set by
adb shell am display-size.

Replaced all calls to getRealWidth() / getRealHeight() /
getRealMetrics() in the WindowManager and replaced them with direct
usages of the mCurDisplayWidth / mCurDisplayHeight so that the WM
doesn't end up making a reentrant Binder call into itself.

Fixed the table status bar HeightReceiver so that it updates the
height on all configuration changes since it is possible that the
display size changed independently of an external HDMI display
being plugged / unplugged.

Improved the Display class documentation to make the distinctions
betweeen the various sizes clearer.

Change-Id: I3f75de559d3ebffed532ab46c4ae52c5e7f1da2b
rc/com/android/systemui/statusbar/tablet/HeightReceiver.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
975e689c346ba410ba5ddebf5a71ee2494dc8362 22-Jul-2011 Daniel Sandler <dsandler@google.com> New phone statusbar handle.

Bug: 4691638
Change-Id: I317d76bc093b56b639bf1d937fe6fb8dcbff109e
es/drawable-hdpi/status_bar_close_on.9.png
es/drawable-mdpi/status_bar_close_on.9.png
3a6c36fdd7fac368355f93d6133fd88a94f50ce7 26-Jul-2011 Eric Fischer <enf@google.com> Import revised translations.

Change-Id: Ia9c97db0cd31b9d3163318b4193a328a614a7098
es/values-af/strings.xml
es/values-am/strings.xml
es/values-ar/strings.xml
es/values-bg/strings.xml
es/values-ca/strings.xml
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-en-rGB/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-it/strings.xml
es/values-iw/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-ms-large/strings.xml
es/values-ms/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-rm/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv/strings.xml
es/values-sw/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
es/values-zu/strings.xml
d5b858639cc32d27c003d7165969ec47288b3bfa 26-Jul-2011 Daniel Sandler <dsandler@google.com> Update large icon in changed status bar notifications.

Reapply fix from change I6bb72c0b to phones.

Bug: 5071157
Change-Id: I9da5ee6cf72b148e5fef4de6e1c9328ccb4b28b8
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
eedc6f0d7dc7dc8ce86d787ce532ed0aa2d61d91 26-Jul-2011 Winson Chung <winsonc@google.com> Merge "Using the filename as the media title for screenshots and changing filename format."
753e40b1472563987489bd5b187ced4c1b608b0d 26-Jul-2011 Winson Chung <winsonc@google.com> Using the filename as the media title for screenshots and changing filename format.

- Fixes bugs 5075366 and 5076125

Change-Id: I985be1efa8ffad7203b1bbc8d97da2d4a7156adb
rc/com/android/systemui/screenshot/GlobalScreenshot.java
4c6a3d4bc9eb4357ea002f8406c75e9b1b0e3667 25-Jul-2011 Michael Jurka <mikejurka@google.com> Merge "Unifying swipe behavior for Recents and Notifications"
d859fa399133da32705415e138c897f263ae99ad 22-Jul-2011 Winson Chung <winsonc@google.com> Preventing screenshots when waking from sleep.

- Fixing crash in SystemUI when trying to access external storage while it is not mounted

Change-Id: I3d9a05c155b83a2cc39915caebad4b7016025d09
es/values/strings.xml
rc/com/android/systemui/screenshot/GlobalScreenshot.java
07d4046ea914c999b7aaa587b7bfe81d548121f7 19-Jul-2011 Michael Jurka <mikejurka@google.com> Unifying swipe behavior for Recents and Notifications

Change-Id: Ibdbb7cc4ac2bcfcf6d6353a218b13c23caeca5b9
rc/com/android/systemui/SwipeHelper.java
rc/com/android/systemui/recent/RecentsCallback.java
rc/com/android/systemui/recent/RecentsHorizontalScrollView.java
rc/com/android/systemui/recent/RecentsPanelView.java
rc/com/android/systemui/recent/RecentsVerticalScrollView.java
rc/com/android/systemui/statusbar/policy/NotificationRowLayout.java
af084803c6a7d89b71fd1daf9cdec7f8b050ac0e 22-Jul-2011 Daniel Sandler <dsandler@google.com> Disable the number bubble overlay on notification icons.

Bug: 5042009
Change-Id: I3c69367de95624d723830bc58c9cbaeb025bf916
es/values/config.xml
e224d4f0b78d018022c5f13e84763f1958e9cbf6 22-Jul-2011 Michael Jurka <mikejurka@google.com> Merge "Prevent notification swipes from getting canceled too soon."
521efd8886c256fc2df43adc2eb447b2d67640c4 22-Jul-2011 Daniel Sandler <dsandler@google.com> Prevent notification swipes from getting canceled too soon.

The scroll view was grabbing the gesture as soon as its dy
crossed the scroller's own slop threshold. Once we detect a
horizontal swipe-to-clear we request that the scroller no
longer activate until the gesture is over.

Bug: 4998677
Change-Id: If916fc00d155516e0e4bfe8c2df19827a2f16fe6
rc/com/android/systemui/statusbar/policy/NotificationRowLayout.java
d4ae1de0d0b32c0c1c661f99d488cac62766240a 22-Jul-2011 Michael Jurka <mikejurka@google.com> Fix crash in recents
rc/com/android/systemui/recent/RecentsPanelView.java
6179ea3196e9306d3f14361fe9ef14191b1edba6 28-Jun-2011 Svetoslav Ganov <svetoslavganov@google.com> Adding accessibility support to the Status Bar.

1. Added content description to pretty much all animals
in the zoo including buttons in the navigation bar,
notifications and status icons for battery, signal,
data, etc.

2. Rectored to avoid ovelaying views since they block
touch exploratino. In general overlaying views
cause trouble for touch exploration and accessibility
in general.

3. Avoid sending accessibility events in case the user is
touching outside of the StatauBAr panels to avoid
confusion.

4. Added records to accessibility events in the places where
this would help the presentation. So the event comes from
a given "leaf" view and its predecessor is adding a record
to the event for itself to provide more cotext. It is up
to the accessiiblity service to choose how to present that.

bug:4686943

Change-Id: I1c1bd123d828fb10911bca92130e9a05c1f020b3
es/layout-sw600dp/compat_mode_help.xml
es/layout-sw600dp/status_bar.xml
es/layout-sw600dp/status_bar_input_methods_item.xml
es/layout-sw600dp/status_bar_notification_area.xml
es/layout-sw600dp/status_bar_notification_panel_title.xml
es/layout/navigation_bar.xml
es/values/strings.xml
rc/com/android/systemui/recent/RecentsPanelView.java
rc/com/android/systemui/statusbar/LatestItemView.java
rc/com/android/systemui/statusbar/StatusBarIconView.java
rc/com/android/systemui/statusbar/phone/IconMerger.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBarPolicy.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBarView.java
rc/com/android/systemui/statusbar/phone/Ticker.java
rc/com/android/systemui/statusbar/policy/AccessibilityContentDescriptions.java
rc/com/android/systemui/statusbar/policy/BatteryController.java
rc/com/android/systemui/statusbar/policy/BluetoothController.java
rc/com/android/systemui/statusbar/policy/NetworkController.java
rc/com/android/systemui/statusbar/tablet/CompatModePanel.java
rc/com/android/systemui/statusbar/tablet/InputMethodsPanel.java
rc/com/android/systemui/statusbar/tablet/NotificationArea.java
rc/com/android/systemui/statusbar/tablet/NotificationPanel.java
rc/com/android/systemui/statusbar/tablet/NotificationPanelTitle.java
rc/com/android/systemui/statusbar/tablet/NotificationPeekPanel.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
rc/com/android/systemui/statusbar/tablet/TabletTicker.java
20cdb151c9f1a956eee9eebe77459e14029ad131 20-Jul-2011 Daniel Sandler <dsandler@google.com> Fix dancing download notifications on phones.

There's always going to be some amount of visual noise when
notifications change order, and this can happen any time a
notification changes its "when" field (as is the case for
download progress bars). But in HC we added an optimization
that will reuse the current row if the download is the last
item in the list (so a fresher "when" will still put it at
the end), and that optimization is re-applied here.

Now, if you have multiple notifications all competing for
the top spot, I can't help you. But we had that problem
before (it just wasn't as egregious because we didn't have
the shiny animations).

Bug: 4971404
Change-Id: I5bcc905bdb19a8eb5b4494a6ba9825b4d5373caa
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
6e47348392634ad4fc5d6b92388028e136c58f0f 20-Jul-2011 Daniel Sandler <dsandler@google.com> Merge "Fix stacked notifications."
942d92f68b427fb12e03e48bbf8f6c85857be097 19-Jul-2011 Daniel Sandler <dsandler@google.com> Fix stacked notifications.

Bug: 5012006
Change-Id: I588f2b5376e644cbc37f884eec62ca44bac1dfaf
rc/com/android/systemui/statusbar/policy/NotificationRowLayout.java
2d6080df999d405c353b0196b146163dc4cbee9a 19-Jul-2011 Todor Kalaydjiev <todor@google.com> Merge "Manually bring change Ie8fb8162 to master ("Add images to ERI icon list"). Fixes b/4604593."
a0c229d2efebf82a15a59f02d3da0cda31067a4f 19-Jul-2011 Todor Kalaydjiev <todor@google.com> Manually bring change Ie8fb8162 to master ("Add images to ERI icon list"). Fixes b/4604593.

Change-Id: I1d8233e898ee79a33fc765b9013fa8f77d9fe914
rc/com/android/systemui/statusbar/phone/PhoneStatusBarPolicy.java
c986b3598c76c2b163ea0e8c4fd1de0866438bfa 18-Jul-2011 Chet Haase <chet@google.com> Fix leftover artifacts from sliding Recents items out

When items were removed from the Recents list, the removeViewInLayout()
method was being called instead of removeView(). This avoided proper
layout and invalidation from occurring, which sometimes resulted in
detritus on the screen since the framework wasn't updating the area
last occupied by the item.

Change-Id: I43132d06df1714f00c399d34908e4d6dd0a8d5c6
rc/com/android/systemui/recent/RecentsHorizontalScrollView.java
rc/com/android/systemui/recent/RecentsVerticalScrollView.java
b5d4f97126d1b64630af659f90d40f6516a494f6 18-Jul-2011 Jim Miller <jaggies@google.com> Merge "Fix 5023708,4689527: Add popups and overlays to recents. Misc bug fixes."
c0d2731047e2da4eff84a40615e29e08dcb708c5 15-Jul-2011 Jim Miller <jaggies@google.com> Fix 5023708,4689527: Add popups and overlays to recents. Misc bug fixes.

Adds selection overlay to recents to comply with UX design.
Adds longpress popup for removal and inspection of items.

Change-Id: Ic23c3f135b6ed107cc5156505d8f163daa94c52e
es/drawable/recents_thumbnail_bg_holo.xml
es/drawable/recents_thumbnail_bg_selector.xml
es/drawable/recents_thumbnail_layers.xml
es/drawable/recents_thumbnail_overlay.xml
es/layout-land/status_bar_recent_item.xml
es/layout-land/status_bar_recent_panel.xml
es/layout-port/status_bar_recent_item.xml
es/layout-port/status_bar_recent_panel.xml
es/layout-sw600dp/status_bar_recent_item.xml
es/layout-sw600dp/status_bar_recent_panel.xml
es/menu/recent_popup_menu.xml
es/values/strings.xml
rc/com/android/systemui/recent/Choreographer.java
rc/com/android/systemui/recent/RecentsCallback.java
rc/com/android/systemui/recent/RecentsHorizontalScrollView.java
rc/com/android/systemui/recent/RecentsPanelView.java
rc/com/android/systemui/recent/RecentsVerticalScrollView.java
67fa9f0d84716a6f6510eff983fd2e40ee0ef65e 16-Jul-2011 Eric Fischer <enf@google.com> Import revised translations.

Change-Id: I6c9ed6cf456cdefc7fd062eaad0e53d5c64b91f9
es/values-ar/strings.xml
es/values-bg/strings.xml
es/values-ca/strings.xml
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-en-rGB/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-it/strings.xml
es/values-iw/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-ms/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
45ce864ef41ce90938cc34d42a8e1075f69e7a61 15-Jul-2011 Dianne Hackborn <hackbod@google.com> Move LoadAverageService to the SystemUI apk.

Change-Id: I442e264802d1e35cd7d27bae121ae75f932595b6
ndroidManifest.xml
rc/com/android/systemui/BootReceiver.java
rc/com/android/systemui/LoadAverageService.java
0b63a6abb6552b58c5661c3f17c249e2414845f5 11-Jul-2011 Jaikumar Ganesh <jaikumar@google.com> Query the correct Extra for BT intents.

The extra being queried for wrong for the CONNECTION_STATE_CHANGED
intent. Thus, the status bar icon was never getting updated.

Change-Id: I88892c3acb7cf5aecfd92524e53371a3d43cf5fd
rc/com/android/systemui/statusbar/phone/PhoneStatusBarPolicy.java
17dfec7111fcc53a4f6ae6e92b4a7f85a278fe71 09-Jul-2011 Jim Miller <jaggies@google.com> Fix 4689527: Fix positioning bug with RecentHorizontalScrollView, minor tweaks.

This fixes a bug where RecentsHorizontalScrollView wasn't scrolling to the most
recent app.

Contains some minor tweaks to the layout so that it doesn't overlap the notification
bad as well as starting alpha fades while draging items sooner.

Change-Id: I94df309673f316c55b2f44aff60fd3aee746b6de
es/layout-port/status_bar_recent_panel.xml
rc/com/android/systemui/recent/Constants.java
rc/com/android/systemui/recent/RecentsHorizontalScrollView.java
rc/com/android/systemui/recent/RecentsVerticalScrollView.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
3c728fe61dcf49354ea761a3e4ef6032ec271630 08-Jul-2011 Jim Miller <jaggies@google.com> Fix 4689527: Improved curation for Recents + misc cleanup

This sets a threshhold for both the curation animation as well as the
snap back animation. It now limits these to 500ms and 250ms, respectively.

Cleaned up misc log spew.

Updated after review.

Change-Id: Ie11a2fc4556b396257c33c3ebd7513c4c220ff95
rc/com/android/systemui/recent/Constants.java
rc/com/android/systemui/recent/RecentsHorizontalScrollView.java
rc/com/android/systemui/recent/RecentsPanelView.java
rc/com/android/systemui/recent/RecentsVerticalScrollView.java
4a6d113ba0f33ce5dc14e59463e928ba309e1c2e 08-Jul-2011 Michael Jurka <mikejurka@google.com> Merge "Handling Resources.NotFoundException in Recents"
4917b0dca8c5de7d4694e015a8796f6ed19a94a8 08-Jul-2011 Michael Jurka <mikejurka@google.com> Handling Resources.NotFoundException in Recents
rc/com/android/systemui/recent/RecentsPanelView.java
a7987101d58ff3e7c4ad48bdaf1a765b6b7a022a 07-Jul-2011 Jim Miller <jaggies@google.com> Merge "Fix 4689527: Update Recents"
ff2612bc9da68c2a9723e4e4d87e5e8bced4557f 07-Jul-2011 Eric Fischer <enf@google.com> Import revised translations.

Change-Id: Iad20de7deafae6bfec4c37f23a1fcea35aae5a46
es/values-af/strings.xml
es/values-am/strings.xml
es/values-ar/strings.xml
es/values-bg/strings.xml
es/values-ca/strings.xml
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-en-rGB/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-it/strings.xml
es/values-iw/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-ms/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-rm/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv/strings.xml
es/values-sw/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
es/values-zu/strings.xml
f2a16b27afd1ede5880d05eb9e19090c7e3e820e 07-Jul-2011 Jim Miller <jaggies@google.com> Fix 4689527: Update Recents

Fixed layout in landscape mode where recents only filled half the screen
because "match_parent" in the layout was being ignored. The fix is to
have a temporary ViewGroup as the parent to ensure the layout parameters
are valid.

Changed to solid 70% opaque background on phone.

Removed "dismiss" chevron from phone layout.

Removes glow on phones.

Change-Id: Id5319eeba4fdd8c9ef5792168b35162cc1bbfe38
es/layout-land/status_bar_recent_panel.xml
es/layout-port/status_bar_recent_panel.xml
es/values/colors.xml
rc/com/android/systemui/recent/Choreographer.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
3ac588b09af2a7c4fb91d05ad230779dbd214166 30-Jun-2011 Mike Lockwood <lockwood@android.com> Revert "USB connected notification and temporary USB options dialog"

This reverts commit 5787a2d5b4e5bd60087eb7fbb13c97c7d0ba113e.

Change-Id: Ia5f097ffaa3798a42f71d005cffd5007556882d5
ndroidManifest.xml
es/layout/usb_preference_buttons.xml
es/values/strings.xml
rc/com/android/systemui/usb/UsbPreferenceActivity.java
63acea6ad4a9316e1450dea47840f45df4aaed25 02-Jul-2011 Dianne Hackborn <hackbod@google.com> Merge "When removing a task, also kill its processes."
8894cc5ed4bacb72ef8158459fe7760903d135b8 02-Jul-2011 Dianne Hackborn <hackbod@google.com> When removing a task, also kill its processes.

Change-Id: I5945fef21ad6f028e71e36d3cb55d35e0b6401a6
rc/com/android/systemui/recent/RecentsPanelView.java
40030c8d4d6de3154d0c38da14cf2c1bbd0f7659 01-Jul-2011 Winson Chung <winsonc@google.com> Merge "Binding Pwr+VolDown to take screenshot."
9112ec3039dda4186c6f957981237c0691db2269 27-Jun-2011 Winson Chung <winsonc@google.com> Binding Pwr+VolDown to take screenshot.

Change-Id: I77b018538f6bc870f59df0b5336ba95f4582beec
ndroidManifest.xml
es/drawable-hdpi/global_screenshot_background.9.png
es/drawable-mdpi/global_screenshot_background.9.png
es/layout/global_screenshot.xml
es/values/strings.xml
rc/com/android/systemui/screenshot/GlobalScreenshot.java
rc/com/android/systemui/screenshot/TakeScreenshotService.java
8c4706252228755ed181d19532b7e0cfec270ba4 01-Jul-2011 Adam Powell <adamp@google.com> Add API to report the presence of a permanent menu key on the device.

Action bar now uses this to determine whether to show an overflow menu.

Change-Id: Ife4f724d02bbc0d9d86d94740c85299f6dacae91
es/values/config.xml
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
41006aaf3494a46731868dcb9347caf05f8804a4 29-Jun-2011 Daniel Sandler <dsandler@google.com> Add 2mm dead zone (12dp) at the top of the navigation bar.

Also update metrics to match clarified spec; in particular,
the navbar is now 48dp tall.

Bug: 4689070
Change-Id: Ia05ae840076df5a984ac85bb63df997943356eb8
es/layout/navigation_bar.xml
es/values/dimens.xml
rc/com/android/systemui/statusbar/phone/NavigationBarView.java
5c8da949804ed4b55dcebae63796714e0028b488 28-Jun-2011 Daniel Sandler <dsandler@android.com> Now showing: Navigation Bar, The Final Layout

Starring, in order of appearance:

BACK

and

HOME

and introducing in his first starring role on phones

RECENTS

with a special guest appearance by

MENU

presented in PORTRAVISION and LANSCOPE

Change-Id: I0b8459a6f648a4336a0e1a943e02ba82728a75cb
es/layout/navigation_bar.xml
es/values/dimens.xml
rc/com/android/systemui/statusbar/phone/NavigationBarView.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
631c57c4967df3df0c5b5da665b2126a474bec8f 28-Jun-2011 Daniel Sandler <dsandler@google.com> New status bar artwork (includes xhdpi).

Change-Id: I3fc2b6a3c76cb80c4985e1432edb9060069eb28a
es/drawable-hdpi/alert_bar_background_normal.9.png
es/drawable-hdpi/alert_bar_background_pressed.9.png
es/drawable-hdpi/battery_low_battery.png
es/drawable-hdpi/btn_default_small_normal.9.png
es/drawable-hdpi/btn_default_small_normal_disable.9.png
es/drawable-hdpi/btn_default_small_normal_disable_focused.9.png
es/drawable-hdpi/btn_default_small_pressed.9.png
es/drawable-hdpi/btn_default_small_selected.9.png
es/drawable-hdpi/hd_off.png
es/drawable-hdpi/hd_on.png
es/drawable-hdpi/ic_launcher_settings.png
es/drawable-hdpi/ic_notification_dnd.png
es/drawable-hdpi/ic_notification_open.png
es/drawable-hdpi/ic_notification_overlay.9.png
es/drawable-hdpi/ic_sysbar_airplane_off.png
es/drawable-hdpi/ic_sysbar_airplane_on.png
es/drawable-hdpi/ic_sysbar_apps_default.png
es/drawable-hdpi/ic_sysbar_apps_default_land.png
es/drawable-hdpi/ic_sysbar_back_default.png
es/drawable-hdpi/ic_sysbar_back_default_land.png
es/drawable-hdpi/ic_sysbar_back_ime_default.png
es/drawable-hdpi/ic_sysbar_back_ime_default_land.png
es/drawable-hdpi/ic_sysbar_brightness.png
es/drawable-hdpi/ic_sysbar_brightness_low.png
es/drawable-hdpi/ic_sysbar_gps_on.png
es/drawable-hdpi/ic_sysbar_highlight.png
es/drawable-hdpi/ic_sysbar_home_default.png
es/drawable-hdpi/ic_sysbar_home_default_land.png
es/drawable-hdpi/ic_sysbar_ime_default.png
es/drawable-hdpi/ic_sysbar_ime_default_land.png
es/drawable-hdpi/ic_sysbar_lights_out_dot_large.png
es/drawable-hdpi/ic_sysbar_lights_out_dot_small.png
es/drawable-hdpi/ic_sysbar_menu_default.png
es/drawable-hdpi/ic_sysbar_menu_default_land.png
es/drawable-hdpi/ic_sysbar_notification_dnd.png
es/drawable-hdpi/ic_sysbar_notification_dnd_off.png
es/drawable-hdpi/ic_sysbar_quicksettings.png
es/drawable-hdpi/ic_sysbar_recent_default.png
es/drawable-hdpi/ic_sysbar_recent_default_land.png
es/drawable-hdpi/ic_sysbar_rotate_off_lanscape.png
es/drawable-hdpi/ic_sysbar_rotate_off_portrait.png
es/drawable-hdpi/ic_sysbar_rotate_on.png
es/drawable-hdpi/ic_sysbar_settings.png
es/drawable-hdpi/ic_sysbar_shadow.9.png
es/drawable-hdpi/ic_sysbar_sound_off.png
es/drawable-hdpi/ic_sysbar_sound_on.png
es/drawable-hdpi/ic_sysbar_wifi_on.png
es/drawable-hdpi/notify_panel_bg.9.png
es/drawable-hdpi/notify_panel_bg_protect.png
es/drawable-hdpi/notify_panel_clock_bg_normal.9.png
es/drawable-hdpi/notify_panel_clock_bg_pressed.9.png
es/drawable-hdpi/notify_panel_notify_bg.9.png
es/drawable-hdpi/pocket_drag_pattern.png
es/drawable-hdpi/recent_overlay.png
es/drawable-hdpi/recent_rez_border.png
es/drawable-hdpi/scrubber_control_disabled_holo.png
es/drawable-hdpi/scrubber_control_holo.png
es/drawable-hdpi/scrubber_track_holo_dark.9.png
es/drawable-hdpi/shade_handlebar.9.png
es/drawable-hdpi/shade_header_background.9.png
es/drawable-hdpi/stat_notify_alarm.png
es/drawable-hdpi/stat_notify_more.png
es/drawable-hdpi/stat_sys_battery_0.png
es/drawable-hdpi/stat_sys_battery_100.png
es/drawable-hdpi/stat_sys_battery_15.png
es/drawable-hdpi/stat_sys_battery_28.png
es/drawable-hdpi/stat_sys_battery_43.png
es/drawable-hdpi/stat_sys_battery_57.png
es/drawable-hdpi/stat_sys_battery_71.png
es/drawable-hdpi/stat_sys_battery_85.png
es/drawable-hdpi/stat_sys_battery_charge_anim0.png
es/drawable-hdpi/stat_sys_battery_charge_anim100.png
es/drawable-hdpi/stat_sys_battery_charge_anim15.png
es/drawable-hdpi/stat_sys_battery_charge_anim28.png
es/drawable-hdpi/stat_sys_battery_charge_anim43.png
es/drawable-hdpi/stat_sys_battery_charge_anim57.png
es/drawable-hdpi/stat_sys_battery_charge_anim71.png
es/drawable-hdpi/stat_sys_battery_charge_anim85.png
es/drawable-hdpi/stat_sys_battery_unknown.png
es/drawable-hdpi/stat_sys_data_bluetooth.png
es/drawable-hdpi/stat_sys_data_bluetooth_connected.png
es/drawable-hdpi/stat_sys_data_connected_1x.png
es/drawable-hdpi/stat_sys_data_connected_3g.png
es/drawable-hdpi/stat_sys_data_connected_4g.png
es/drawable-hdpi/stat_sys_data_connected_e.png
es/drawable-hdpi/stat_sys_data_connected_g.png
es/drawable-hdpi/stat_sys_data_connected_h.png
es/drawable-hdpi/stat_sys_data_connected_roam.png
es/drawable-hdpi/stat_sys_data_fully_connected_1x.png
es/drawable-hdpi/stat_sys_data_fully_connected_3g.png
es/drawable-hdpi/stat_sys_data_fully_connected_4g.png
es/drawable-hdpi/stat_sys_data_fully_connected_e.png
es/drawable-hdpi/stat_sys_data_fully_connected_g.png
es/drawable-hdpi/stat_sys_data_fully_connected_h.png
es/drawable-hdpi/stat_sys_data_fully_in_1x.png
es/drawable-hdpi/stat_sys_data_fully_in_3g.png
es/drawable-hdpi/stat_sys_data_fully_in_4g.png
es/drawable-hdpi/stat_sys_data_fully_in_e.png
es/drawable-hdpi/stat_sys_data_fully_in_g.png
es/drawable-hdpi/stat_sys_data_fully_in_h.png
es/drawable-hdpi/stat_sys_data_fully_inandout_1x.png
es/drawable-hdpi/stat_sys_data_fully_inandout_3g.png
es/drawable-hdpi/stat_sys_data_fully_inandout_4g.png
es/drawable-hdpi/stat_sys_data_fully_inandout_e.png
es/drawable-hdpi/stat_sys_data_fully_inandout_g.png
es/drawable-hdpi/stat_sys_data_fully_inandout_h.png
es/drawable-hdpi/stat_sys_data_fully_out_1x.png
es/drawable-hdpi/stat_sys_data_fully_out_3g.png
es/drawable-hdpi/stat_sys_data_fully_out_4g.png
es/drawable-hdpi/stat_sys_data_fully_out_e.png
es/drawable-hdpi/stat_sys_data_fully_out_g.png
es/drawable-hdpi/stat_sys_data_fully_out_h.png
es/drawable-hdpi/stat_sys_data_in_1x.png
es/drawable-hdpi/stat_sys_data_in_3g.png
es/drawable-hdpi/stat_sys_data_in_4g.png
es/drawable-hdpi/stat_sys_data_in_e.png
es/drawable-hdpi/stat_sys_data_in_g.png
es/drawable-hdpi/stat_sys_data_in_h.png
es/drawable-hdpi/stat_sys_data_inadnout_e.png
es/drawable-hdpi/stat_sys_data_inandout_1x.png
es/drawable-hdpi/stat_sys_data_inandout_3g.png
es/drawable-hdpi/stat_sys_data_inandout_4g.png
es/drawable-hdpi/stat_sys_data_inandout_e.png
es/drawable-hdpi/stat_sys_data_inandout_g.png
es/drawable-hdpi/stat_sys_data_inandout_h.png
es/drawable-hdpi/stat_sys_data_out_1x.png
es/drawable-hdpi/stat_sys_data_out_3g.png
es/drawable-hdpi/stat_sys_data_out_4g.png
es/drawable-hdpi/stat_sys_data_out_e.png
es/drawable-hdpi/stat_sys_data_out_g.png
es/drawable-hdpi/stat_sys_data_out_h.png
es/drawable-hdpi/stat_sys_gps_acquiring.png
es/drawable-hdpi/stat_sys_no_sim.png
es/drawable-hdpi/stat_sys_r_signal_0.png
es/drawable-hdpi/stat_sys_r_signal_0_fully.png
es/drawable-hdpi/stat_sys_r_signal_1.png
es/drawable-hdpi/stat_sys_r_signal_1_fully.png
es/drawable-hdpi/stat_sys_r_signal_2.png
es/drawable-hdpi/stat_sys_r_signal_2_fully.png
es/drawable-hdpi/stat_sys_r_signal_3.png
es/drawable-hdpi/stat_sys_r_signal_3_fully.png
es/drawable-hdpi/stat_sys_r_signal_4.png
es/drawable-hdpi/stat_sys_r_signal_4_fully.png
es/drawable-hdpi/stat_sys_ringer_silent.png
es/drawable-hdpi/stat_sys_ringer_vibrate.png
es/drawable-hdpi/stat_sys_roaming_cdma_0.png
es/drawable-hdpi/stat_sys_roaming_cdma_flash_anim0.png
es/drawable-hdpi/stat_sys_roaming_cdma_flash_anim1.png
es/drawable-hdpi/stat_sys_signal_0.png
es/drawable-hdpi/stat_sys_signal_0_fully.png
es/drawable-hdpi/stat_sys_signal_1.png
es/drawable-hdpi/stat_sys_signal_1_flowing.png
es/drawable-hdpi/stat_sys_signal_1_fully.png
es/drawable-hdpi/stat_sys_signal_1_fully_flowing.png
es/drawable-hdpi/stat_sys_signal_1x.png
es/drawable-hdpi/stat_sys_signal_2.png
es/drawable-hdpi/stat_sys_signal_2_flowing.png
es/drawable-hdpi/stat_sys_signal_2_fully.png
es/drawable-hdpi/stat_sys_signal_2_fully_flowing.png
es/drawable-hdpi/stat_sys_signal_3.png
es/drawable-hdpi/stat_sys_signal_3_flowing.png
es/drawable-hdpi/stat_sys_signal_3_fully.png
es/drawable-hdpi/stat_sys_signal_3_fully_flowing.png
es/drawable-hdpi/stat_sys_signal_3g.png
es/drawable-hdpi/stat_sys_signal_4.png
es/drawable-hdpi/stat_sys_signal_4_flowing.png
es/drawable-hdpi/stat_sys_signal_4_fully.png
es/drawable-hdpi/stat_sys_signal_4_fully_flowing.png
es/drawable-hdpi/stat_sys_signal_4g.png
es/drawable-hdpi/stat_sys_signal_edge.png
es/drawable-hdpi/stat_sys_signal_flightmode.png
es/drawable-hdpi/stat_sys_signal_gprs.png
es/drawable-hdpi/stat_sys_signal_hsdpa.png
es/drawable-hdpi/stat_sys_signal_in.png
es/drawable-hdpi/stat_sys_signal_inout.png
es/drawable-hdpi/stat_sys_signal_null.png
es/drawable-hdpi/stat_sys_signal_out.png
es/drawable-hdpi/stat_sys_signal_roam.png
es/drawable-hdpi/stat_sys_tty_mode.png
es/drawable-hdpi/stat_sys_wifi_in.png
es/drawable-hdpi/stat_sys_wifi_inout.png
es/drawable-hdpi/stat_sys_wifi_out.png
es/drawable-hdpi/stat_sys_wifi_signal_0.png
es/drawable-hdpi/stat_sys_wifi_signal_1.png
es/drawable-hdpi/stat_sys_wifi_signal_1_flowing.png
es/drawable-hdpi/stat_sys_wifi_signal_1_fully.png
es/drawable-hdpi/stat_sys_wifi_signal_1_fully_flowing.png
es/drawable-hdpi/stat_sys_wifi_signal_2.png
es/drawable-hdpi/stat_sys_wifi_signal_2_flowing.png
es/drawable-hdpi/stat_sys_wifi_signal_2_fully.png
es/drawable-hdpi/stat_sys_wifi_signal_2_fully_flowing.png
es/drawable-hdpi/stat_sys_wifi_signal_3.png
es/drawable-hdpi/stat_sys_wifi_signal_3_flowing.png
es/drawable-hdpi/stat_sys_wifi_signal_3_fully.png
es/drawable-hdpi/stat_sys_wifi_signal_3_fully_flowing.png
es/drawable-hdpi/stat_sys_wifi_signal_4.png
es/drawable-hdpi/stat_sys_wifi_signal_4_flowing.png
es/drawable-hdpi/stat_sys_wifi_signal_4_fully.png
es/drawable-hdpi/stat_sys_wifi_signal_4_fully_flowing.png
es/drawable-hdpi/status_bar_close_on.9.png
es/drawable-hdpi/status_bar_expand_default.png
es/drawable-hdpi/status_bar_expand_pressed.png
es/drawable-hdpi/status_bar_ticker_tile.png
es/drawable-hdpi/status_bar_veto_normal.png
es/drawable-hdpi/status_bar_veto_pressed.png
es/drawable-hdpi/statusbar_background.9.png
es/drawable-hdpi/title_bar_portrait.9.png
es/drawable-hdpi/title_bar_shadow.9.png
es/drawable-large-hdpi/app_icon.png
es/drawable-large-hdpi/recents_bg_protect_tile.png
es/drawable-large-hdpi/recents_blue_glow.9.png
es/drawable-large-hdpi/recents_callout_line.png
es/drawable-large-hdpi/recents_thumbnail_bg.png
es/drawable-large-hdpi/recents_thumbnail_bg_press.png
es/drawable-large-hdpi/stat_sys_data_connected_1x.png
es/drawable-large-hdpi/stat_sys_data_connected_3g.png
es/drawable-large-hdpi/stat_sys_data_connected_4g.png
es/drawable-large-hdpi/stat_sys_data_connected_e.png
es/drawable-large-hdpi/stat_sys_data_connected_g.png
es/drawable-large-hdpi/stat_sys_data_connected_h.png
es/drawable-large-hdpi/stat_sys_data_connected_in_1x.png
es/drawable-large-hdpi/stat_sys_data_connected_in_3g.png
es/drawable-large-hdpi/stat_sys_data_connected_in_4g.png
es/drawable-large-hdpi/stat_sys_data_connected_in_e.png
es/drawable-large-hdpi/stat_sys_data_connected_in_g.png
es/drawable-large-hdpi/stat_sys_data_connected_in_h.png
es/drawable-large-hdpi/stat_sys_data_connected_inandout_1x.png
es/drawable-large-hdpi/stat_sys_data_connected_inandout_3g.png
es/drawable-large-hdpi/stat_sys_data_connected_inandout_4g.png
es/drawable-large-hdpi/stat_sys_data_connected_inandout_e.png
es/drawable-large-hdpi/stat_sys_data_connected_inandout_g.png
es/drawable-large-hdpi/stat_sys_data_connected_inandout_h.png
es/drawable-large-hdpi/stat_sys_data_connected_out_1x.png
es/drawable-large-hdpi/stat_sys_data_connected_out_3g.png
es/drawable-large-hdpi/stat_sys_data_connected_out_4g.png
es/drawable-large-hdpi/stat_sys_data_connected_out_e.png
es/drawable-large-hdpi/stat_sys_data_connected_out_g.png
es/drawable-large-hdpi/stat_sys_data_connected_out_h.png
es/drawable-large-hdpi/stat_sys_data_connected_roam.png
es/drawable-large-hdpi/stat_sys_data_fully_connected_1x.png
es/drawable-large-hdpi/stat_sys_data_fully_connected_3g.png
es/drawable-large-hdpi/stat_sys_data_fully_connected_4g.png
es/drawable-large-hdpi/stat_sys_data_fully_connected_e.png
es/drawable-large-hdpi/stat_sys_data_fully_connected_g.png
es/drawable-large-hdpi/stat_sys_data_fully_connected_h.png
es/drawable-large-hdpi/stat_sys_data_fully_in_1x.png
es/drawable-large-hdpi/stat_sys_data_fully_in_3g.png
es/drawable-large-hdpi/stat_sys_data_fully_in_4g.png
es/drawable-large-hdpi/stat_sys_data_fully_in_e.png
es/drawable-large-hdpi/stat_sys_data_fully_in_g.png
es/drawable-large-hdpi/stat_sys_data_fully_in_h.png
es/drawable-large-hdpi/stat_sys_data_fully_inandout_1x.png
es/drawable-large-hdpi/stat_sys_data_fully_inandout_3g.png
es/drawable-large-hdpi/stat_sys_data_fully_inandout_4g.png
es/drawable-large-hdpi/stat_sys_data_fully_inandout_e.png
es/drawable-large-hdpi/stat_sys_data_fully_inandout_g.png
es/drawable-large-hdpi/stat_sys_data_fully_inandout_h.png
es/drawable-large-hdpi/stat_sys_data_fully_out_1x.png
es/drawable-large-hdpi/stat_sys_data_fully_out_3g.png
es/drawable-large-hdpi/stat_sys_data_fully_out_4g.png
es/drawable-large-hdpi/stat_sys_data_fully_out_e.png
es/drawable-large-hdpi/stat_sys_data_fully_out_g.png
es/drawable-large-hdpi/stat_sys_data_fully_out_h.png
es/drawable-large-mdpi/app_icon.png
es/drawable-large-mdpi/recents_bg_protect_tile.png
es/drawable-large-mdpi/recents_blue_glow.9.png
es/drawable-large-mdpi/recents_callout_line.png
es/drawable-large-mdpi/recents_thumbnail_bg.png
es/drawable-large-mdpi/recents_thumbnail_bg_press.png
es/drawable-large-mdpi/stat_sys_data_connected_1x.png
es/drawable-large-mdpi/stat_sys_data_connected_3g.png
es/drawable-large-mdpi/stat_sys_data_connected_4g.png
es/drawable-large-mdpi/stat_sys_data_connected_e.png
es/drawable-large-mdpi/stat_sys_data_connected_g.png
es/drawable-large-mdpi/stat_sys_data_connected_h.png
es/drawable-large-mdpi/stat_sys_data_connected_in_1x.png
es/drawable-large-mdpi/stat_sys_data_connected_in_3g.png
es/drawable-large-mdpi/stat_sys_data_connected_in_4g.png
es/drawable-large-mdpi/stat_sys_data_connected_in_e.png
es/drawable-large-mdpi/stat_sys_data_connected_in_g.png
es/drawable-large-mdpi/stat_sys_data_connected_in_h.png
es/drawable-large-mdpi/stat_sys_data_connected_inandout_1x.png
es/drawable-large-mdpi/stat_sys_data_connected_inandout_3g.png
es/drawable-large-mdpi/stat_sys_data_connected_inandout_4g.png
es/drawable-large-mdpi/stat_sys_data_connected_inandout_e.png
es/drawable-large-mdpi/stat_sys_data_connected_inandout_g.png
es/drawable-large-mdpi/stat_sys_data_connected_inandout_h.png
es/drawable-large-mdpi/stat_sys_data_connected_out_1x.png
es/drawable-large-mdpi/stat_sys_data_connected_out_3g.png
es/drawable-large-mdpi/stat_sys_data_connected_out_4g.png
es/drawable-large-mdpi/stat_sys_data_connected_out_e.png
es/drawable-large-mdpi/stat_sys_data_connected_out_g.png
es/drawable-large-mdpi/stat_sys_data_connected_out_h.png
es/drawable-large-mdpi/stat_sys_data_connected_roam.png
es/drawable-large-mdpi/stat_sys_data_fully_connected_1x.png
es/drawable-large-mdpi/stat_sys_data_fully_connected_3g.png
es/drawable-large-mdpi/stat_sys_data_fully_connected_4g.png
es/drawable-large-mdpi/stat_sys_data_fully_connected_e.png
es/drawable-large-mdpi/stat_sys_data_fully_connected_g.png
es/drawable-large-mdpi/stat_sys_data_fully_connected_h.png
es/drawable-large-mdpi/stat_sys_data_fully_in_1x.png
es/drawable-large-mdpi/stat_sys_data_fully_in_3g.png
es/drawable-large-mdpi/stat_sys_data_fully_in_4g.png
es/drawable-large-mdpi/stat_sys_data_fully_in_e.png
es/drawable-large-mdpi/stat_sys_data_fully_in_g.png
es/drawable-large-mdpi/stat_sys_data_fully_in_h.png
es/drawable-large-mdpi/stat_sys_data_fully_inandout_1x.png
es/drawable-large-mdpi/stat_sys_data_fully_inandout_3g.png
es/drawable-large-mdpi/stat_sys_data_fully_inandout_4g.png
es/drawable-large-mdpi/stat_sys_data_fully_inandout_e.png
es/drawable-large-mdpi/stat_sys_data_fully_inandout_g.png
es/drawable-large-mdpi/stat_sys_data_fully_inandout_h.png
es/drawable-large-mdpi/stat_sys_data_fully_out_1x.png
es/drawable-large-mdpi/stat_sys_data_fully_out_3g.png
es/drawable-large-mdpi/stat_sys_data_fully_out_4g.png
es/drawable-large-mdpi/stat_sys_data_fully_out_e.png
es/drawable-large-mdpi/stat_sys_data_fully_out_g.png
es/drawable-large-mdpi/stat_sys_data_fully_out_h.png
es/drawable-large-xhdpi/stat_sys_data_connected_1x.png
es/drawable-large-xhdpi/stat_sys_data_connected_3g.png
es/drawable-large-xhdpi/stat_sys_data_connected_4g.png
es/drawable-large-xhdpi/stat_sys_data_connected_e.png
es/drawable-large-xhdpi/stat_sys_data_connected_g.png
es/drawable-large-xhdpi/stat_sys_data_connected_h.png
es/drawable-large-xhdpi/stat_sys_data_connected_in_1x.png
es/drawable-large-xhdpi/stat_sys_data_connected_in_3g.png
es/drawable-large-xhdpi/stat_sys_data_connected_in_4g.png
es/drawable-large-xhdpi/stat_sys_data_connected_in_e.png
es/drawable-large-xhdpi/stat_sys_data_connected_in_g.png
es/drawable-large-xhdpi/stat_sys_data_connected_in_h.png
es/drawable-large-xhdpi/stat_sys_data_connected_inandout_1x.png
es/drawable-large-xhdpi/stat_sys_data_connected_inandout_3g.png
es/drawable-large-xhdpi/stat_sys_data_connected_inandout_4g.png
es/drawable-large-xhdpi/stat_sys_data_connected_inandout_e.png
es/drawable-large-xhdpi/stat_sys_data_connected_inandout_g.png
es/drawable-large-xhdpi/stat_sys_data_connected_inandout_h.png
es/drawable-large-xhdpi/stat_sys_data_connected_out_1x.png
es/drawable-large-xhdpi/stat_sys_data_connected_out_3g.png
es/drawable-large-xhdpi/stat_sys_data_connected_out_4g.png
es/drawable-large-xhdpi/stat_sys_data_connected_out_e.png
es/drawable-large-xhdpi/stat_sys_data_connected_out_g.png
es/drawable-large-xhdpi/stat_sys_data_connected_out_h.png
es/drawable-large-xhdpi/stat_sys_data_connected_roam.png
es/drawable-large-xhdpi/stat_sys_data_fully_connected_1x.png
es/drawable-large-xhdpi/stat_sys_data_fully_connected_3g.png
es/drawable-large-xhdpi/stat_sys_data_fully_connected_4g.png
es/drawable-large-xhdpi/stat_sys_data_fully_connected_e.png
es/drawable-large-xhdpi/stat_sys_data_fully_connected_g.png
es/drawable-large-xhdpi/stat_sys_data_fully_connected_h.png
es/drawable-large-xhdpi/stat_sys_data_fully_in_1x.png
es/drawable-large-xhdpi/stat_sys_data_fully_in_3g.png
es/drawable-large-xhdpi/stat_sys_data_fully_in_4g.png
es/drawable-large-xhdpi/stat_sys_data_fully_in_e.png
es/drawable-large-xhdpi/stat_sys_data_fully_in_g.png
es/drawable-large-xhdpi/stat_sys_data_fully_in_h.png
es/drawable-large-xhdpi/stat_sys_data_fully_inandout_1x.png
es/drawable-large-xhdpi/stat_sys_data_fully_inandout_3g.png
es/drawable-large-xhdpi/stat_sys_data_fully_inandout_4g.png
es/drawable-large-xhdpi/stat_sys_data_fully_inandout_e.png
es/drawable-large-xhdpi/stat_sys_data_fully_inandout_g.png
es/drawable-large-xhdpi/stat_sys_data_fully_inandout_h.png
es/drawable-large-xhdpi/stat_sys_data_fully_out_1x.png
es/drawable-large-xhdpi/stat_sys_data_fully_out_3g.png
es/drawable-large-xhdpi/stat_sys_data_fully_out_4g.png
es/drawable-large-xhdpi/stat_sys_data_fully_out_e.png
es/drawable-large-xhdpi/stat_sys_data_fully_out_g.png
es/drawable-large-xhdpi/stat_sys_data_fully_out_h.png
es/drawable-mdpi/alert_bar_background_normal.9.png
es/drawable-mdpi/alert_bar_background_pressed.9.png
es/drawable-mdpi/battery_low_battery.png
es/drawable-mdpi/btn_default_small_normal.9.png
es/drawable-mdpi/btn_default_small_normal_disable.9.png
es/drawable-mdpi/btn_default_small_normal_disable_focused.9.png
es/drawable-mdpi/btn_default_small_pressed.9.png
es/drawable-mdpi/btn_default_small_selected.9.png
es/drawable-mdpi/hd_off.png
es/drawable-mdpi/hd_on.png
es/drawable-mdpi/ic_launcher_settings.png
es/drawable-mdpi/ic_notification_dnd.png
es/drawable-mdpi/ic_notification_open.png
es/drawable-mdpi/ic_notification_overlay.9.png
es/drawable-mdpi/ic_sysbar_airplane_off.png
es/drawable-mdpi/ic_sysbar_airplane_on.png
es/drawable-mdpi/ic_sysbar_apps_default.png
es/drawable-mdpi/ic_sysbar_apps_default_land.png
es/drawable-mdpi/ic_sysbar_back_default.png
es/drawable-mdpi/ic_sysbar_back_default_land.png
es/drawable-mdpi/ic_sysbar_back_ime_default.png
es/drawable-mdpi/ic_sysbar_back_ime_default_land.png
es/drawable-mdpi/ic_sysbar_brightness.png
es/drawable-mdpi/ic_sysbar_brightness_low.png
es/drawable-mdpi/ic_sysbar_gps_on.png
es/drawable-mdpi/ic_sysbar_highlight.png
es/drawable-mdpi/ic_sysbar_home_default.png
es/drawable-mdpi/ic_sysbar_home_default_land.png
es/drawable-mdpi/ic_sysbar_ime_default.png
es/drawable-mdpi/ic_sysbar_ime_default_land.png
es/drawable-mdpi/ic_sysbar_lights_out_dot_large.png
es/drawable-mdpi/ic_sysbar_lights_out_dot_small.png
es/drawable-mdpi/ic_sysbar_menu_default.png
es/drawable-mdpi/ic_sysbar_menu_default_land.png
es/drawable-mdpi/ic_sysbar_notification_dnd.png
es/drawable-mdpi/ic_sysbar_notification_dnd_off.png
es/drawable-mdpi/ic_sysbar_quicksettings.png
es/drawable-mdpi/ic_sysbar_recent_default.png
es/drawable-mdpi/ic_sysbar_recent_default_land.png
es/drawable-mdpi/ic_sysbar_rotate_off_lanscape.png
es/drawable-mdpi/ic_sysbar_rotate_off_portrait.png
es/drawable-mdpi/ic_sysbar_rotate_on.png
es/drawable-mdpi/ic_sysbar_settings.png
es/drawable-mdpi/ic_sysbar_shadow.9.png
es/drawable-mdpi/ic_sysbar_sound_off.png
es/drawable-mdpi/ic_sysbar_sound_on.png
es/drawable-mdpi/ic_sysbar_wifi_on.png
es/drawable-mdpi/notify_panel_bg.9.png
es/drawable-mdpi/notify_panel_bg_protect.png
es/drawable-mdpi/notify_panel_clock_bg_normal.9.png
es/drawable-mdpi/notify_panel_clock_bg_pressed.9.png
es/drawable-mdpi/notify_panel_notify_bg.9.png
es/drawable-mdpi/pocket_drag_pattern.png
es/drawable-mdpi/recent_overlay.png
es/drawable-mdpi/recent_rez_border.png
es/drawable-mdpi/scrubber_control_disabled_holo.png
es/drawable-mdpi/scrubber_control_holo.png
es/drawable-mdpi/scrubber_track_holo_dark.9.png
es/drawable-mdpi/shade_handlebar.9.png
es/drawable-mdpi/shade_header_background.9.png
es/drawable-mdpi/stat_notify_alarm.png
es/drawable-mdpi/stat_notify_more.png
es/drawable-mdpi/stat_sys_battery_0.png
es/drawable-mdpi/stat_sys_battery_100.png
es/drawable-mdpi/stat_sys_battery_15.png
es/drawable-mdpi/stat_sys_battery_28.png
es/drawable-mdpi/stat_sys_battery_43.png
es/drawable-mdpi/stat_sys_battery_57.png
es/drawable-mdpi/stat_sys_battery_71.png
es/drawable-mdpi/stat_sys_battery_85.png
es/drawable-mdpi/stat_sys_battery_charge_anim0.png
es/drawable-mdpi/stat_sys_battery_charge_anim100.png
es/drawable-mdpi/stat_sys_battery_charge_anim15.png
es/drawable-mdpi/stat_sys_battery_charge_anim28.png
es/drawable-mdpi/stat_sys_battery_charge_anim43.png
es/drawable-mdpi/stat_sys_battery_charge_anim57.png
es/drawable-mdpi/stat_sys_battery_charge_anim71.png
es/drawable-mdpi/stat_sys_battery_charge_anim85.png
es/drawable-mdpi/stat_sys_battery_unknown.png
es/drawable-mdpi/stat_sys_data_bluetooth.png
es/drawable-mdpi/stat_sys_data_bluetooth_connected.png
es/drawable-mdpi/stat_sys_data_connected_1x.png
es/drawable-mdpi/stat_sys_data_connected_3g.png
es/drawable-mdpi/stat_sys_data_connected_4g.png
es/drawable-mdpi/stat_sys_data_connected_e.png
es/drawable-mdpi/stat_sys_data_connected_g.png
es/drawable-mdpi/stat_sys_data_connected_h.png
es/drawable-mdpi/stat_sys_data_connected_roam.png
es/drawable-mdpi/stat_sys_data_fully_connected_1x.png
es/drawable-mdpi/stat_sys_data_fully_connected_3g.png
es/drawable-mdpi/stat_sys_data_fully_connected_4g.png
es/drawable-mdpi/stat_sys_data_fully_connected_e.png
es/drawable-mdpi/stat_sys_data_fully_connected_g.png
es/drawable-mdpi/stat_sys_data_fully_connected_h.png
es/drawable-mdpi/stat_sys_data_fully_in_1x.png
es/drawable-mdpi/stat_sys_data_fully_in_3g.png
es/drawable-mdpi/stat_sys_data_fully_in_4g.png
es/drawable-mdpi/stat_sys_data_fully_in_e.png
es/drawable-mdpi/stat_sys_data_fully_in_g.png
es/drawable-mdpi/stat_sys_data_fully_in_h.png
es/drawable-mdpi/stat_sys_data_fully_inandout_1x.png
es/drawable-mdpi/stat_sys_data_fully_inandout_3g.png
es/drawable-mdpi/stat_sys_data_fully_inandout_4g.png
es/drawable-mdpi/stat_sys_data_fully_inandout_e.png
es/drawable-mdpi/stat_sys_data_fully_inandout_g.png
es/drawable-mdpi/stat_sys_data_fully_inandout_h.png
es/drawable-mdpi/stat_sys_data_fully_out_1x.png
es/drawable-mdpi/stat_sys_data_fully_out_3g.png
es/drawable-mdpi/stat_sys_data_fully_out_4g.png
es/drawable-mdpi/stat_sys_data_fully_out_e.png
es/drawable-mdpi/stat_sys_data_fully_out_g.png
es/drawable-mdpi/stat_sys_data_fully_out_h.png
es/drawable-mdpi/stat_sys_data_in_1x.png
es/drawable-mdpi/stat_sys_data_in_3g.png
es/drawable-mdpi/stat_sys_data_in_4g.png
es/drawable-mdpi/stat_sys_data_in_e.png
es/drawable-mdpi/stat_sys_data_in_g.png
es/drawable-mdpi/stat_sys_data_in_h.png
es/drawable-mdpi/stat_sys_data_inadnout_e.png
es/drawable-mdpi/stat_sys_data_inandout_1x.png
es/drawable-mdpi/stat_sys_data_inandout_3g.png
es/drawable-mdpi/stat_sys_data_inandout_4g.png
es/drawable-mdpi/stat_sys_data_inandout_e.png
es/drawable-mdpi/stat_sys_data_inandout_g.png
es/drawable-mdpi/stat_sys_data_inandout_h.png
es/drawable-mdpi/stat_sys_data_out_1x.png
es/drawable-mdpi/stat_sys_data_out_3g.png
es/drawable-mdpi/stat_sys_data_out_4g.png
es/drawable-mdpi/stat_sys_data_out_e.png
es/drawable-mdpi/stat_sys_data_out_g.png
es/drawable-mdpi/stat_sys_data_out_h.png
es/drawable-mdpi/stat_sys_gps_acquiring.png
es/drawable-mdpi/stat_sys_no_sim.png
es/drawable-mdpi/stat_sys_r_signal_0.png
es/drawable-mdpi/stat_sys_r_signal_0_fully.png
es/drawable-mdpi/stat_sys_r_signal_1.png
es/drawable-mdpi/stat_sys_r_signal_1_fully.png
es/drawable-mdpi/stat_sys_r_signal_2.png
es/drawable-mdpi/stat_sys_r_signal_2_fully.png
es/drawable-mdpi/stat_sys_r_signal_3.png
es/drawable-mdpi/stat_sys_r_signal_3_fully.png
es/drawable-mdpi/stat_sys_r_signal_4.png
es/drawable-mdpi/stat_sys_r_signal_4_fully.png
es/drawable-mdpi/stat_sys_ringer_silent.png
es/drawable-mdpi/stat_sys_ringer_vibrate.png
es/drawable-mdpi/stat_sys_roaming_cdma_0.png
es/drawable-mdpi/stat_sys_roaming_cdma_flash_anim0.png
es/drawable-mdpi/stat_sys_roaming_cdma_flash_anim1.png
es/drawable-mdpi/stat_sys_signal_0.png
es/drawable-mdpi/stat_sys_signal_0_fully.png
es/drawable-mdpi/stat_sys_signal_1.png
es/drawable-mdpi/stat_sys_signal_1_flowing.png
es/drawable-mdpi/stat_sys_signal_1_fully.png
es/drawable-mdpi/stat_sys_signal_1_fully_flowing.png
es/drawable-mdpi/stat_sys_signal_1x.png
es/drawable-mdpi/stat_sys_signal_2.png
es/drawable-mdpi/stat_sys_signal_2_flowing.png
es/drawable-mdpi/stat_sys_signal_2_fully.png
es/drawable-mdpi/stat_sys_signal_2_fully_flowing.png
es/drawable-mdpi/stat_sys_signal_3.png
es/drawable-mdpi/stat_sys_signal_3_flowing.png
es/drawable-mdpi/stat_sys_signal_3_fully.png
es/drawable-mdpi/stat_sys_signal_3_fully_flowing.png
es/drawable-mdpi/stat_sys_signal_3g.png
es/drawable-mdpi/stat_sys_signal_4.png
es/drawable-mdpi/stat_sys_signal_4_flowing.png
es/drawable-mdpi/stat_sys_signal_4_fully.png
es/drawable-mdpi/stat_sys_signal_4_fully_flowing.png
es/drawable-mdpi/stat_sys_signal_4g.png
es/drawable-mdpi/stat_sys_signal_edge.png
es/drawable-mdpi/stat_sys_signal_flightmode.png
es/drawable-mdpi/stat_sys_signal_gprs.png
es/drawable-mdpi/stat_sys_signal_hsdpa.png
es/drawable-mdpi/stat_sys_signal_in.png
es/drawable-mdpi/stat_sys_signal_inout.png
es/drawable-mdpi/stat_sys_signal_null.png
es/drawable-mdpi/stat_sys_signal_out.png
es/drawable-mdpi/stat_sys_signal_roam.png
es/drawable-mdpi/stat_sys_tty_mode.png
es/drawable-mdpi/stat_sys_wifi_in.png
es/drawable-mdpi/stat_sys_wifi_inout.png
es/drawable-mdpi/stat_sys_wifi_out.png
es/drawable-mdpi/stat_sys_wifi_signal_0.png
es/drawable-mdpi/stat_sys_wifi_signal_1.png
es/drawable-mdpi/stat_sys_wifi_signal_1_flowing.png
es/drawable-mdpi/stat_sys_wifi_signal_1_fully.png
es/drawable-mdpi/stat_sys_wifi_signal_1_fully_flowing.png
es/drawable-mdpi/stat_sys_wifi_signal_2.png
es/drawable-mdpi/stat_sys_wifi_signal_2_flowing.png
es/drawable-mdpi/stat_sys_wifi_signal_2_fully.png
es/drawable-mdpi/stat_sys_wifi_signal_2_fully_flowing.png
es/drawable-mdpi/stat_sys_wifi_signal_3.png
es/drawable-mdpi/stat_sys_wifi_signal_3_flowing.png
es/drawable-mdpi/stat_sys_wifi_signal_3_fully.png
es/drawable-mdpi/stat_sys_wifi_signal_3_fully_flowing.png
es/drawable-mdpi/stat_sys_wifi_signal_4.png
es/drawable-mdpi/stat_sys_wifi_signal_4_flowing.png
es/drawable-mdpi/stat_sys_wifi_signal_4_fully.png
es/drawable-mdpi/stat_sys_wifi_signal_4_fully_flowing.png
es/drawable-mdpi/status_bar_close_on.9.png
es/drawable-mdpi/status_bar_expand_default.png
es/drawable-mdpi/status_bar_expand_pressed.png
es/drawable-mdpi/status_bar_ticker_tile.png
es/drawable-mdpi/status_bar_veto_normal.png
es/drawable-mdpi/status_bar_veto_pressed.png
es/drawable-mdpi/statusbar_background.9.png
es/drawable-mdpi/title_bar_portrait.9.png
es/drawable-mdpi/title_bar_shadow.9.png
es/drawable-nodpi/bg_scrim_notification.png
es/drawable-nodpi/notify_glow_back.png
es/drawable-nodpi/notify_item_glow_bottom.png
es/drawable-nodpi/notify_item_glow_left.png
es/drawable-nodpi/notify_item_glow_top.png
es/drawable-nodpi/notify_panel_bg.png
es/drawable-nodpi/panel_notification.png
es/drawable-xhdpi/compat_mode_help_diagram.png
es/drawable-xhdpi/compat_mode_help_divider_bottom.9.png
es/drawable-xhdpi/compat_mode_help_divider_top.9.png
es/drawable-xhdpi/compat_mode_help_icon.png
es/drawable-xhdpi/ic_sysbar_airplane_off.png
es/drawable-xhdpi/ic_sysbar_airplane_on.png
es/drawable-xhdpi/ic_sysbar_apps_default.png
es/drawable-xhdpi/ic_sysbar_apps_default_land.png
es/drawable-xhdpi/ic_sysbar_back_default.png
es/drawable-xhdpi/ic_sysbar_back_default_land.png
es/drawable-xhdpi/ic_sysbar_back_ime_default.png
es/drawable-xhdpi/ic_sysbar_back_ime_default_land.png
es/drawable-xhdpi/ic_sysbar_brightness.png
es/drawable-xhdpi/ic_sysbar_brightness_low.png
es/drawable-xhdpi/ic_sysbar_gps_on.png
es/drawable-xhdpi/ic_sysbar_highlight.png
es/drawable-xhdpi/ic_sysbar_home_default.png
es/drawable-xhdpi/ic_sysbar_home_default_land.png
es/drawable-xhdpi/ic_sysbar_ime_default.png
es/drawable-xhdpi/ic_sysbar_ime_default_land.png
es/drawable-xhdpi/ic_sysbar_lights_out_dot_large.png
es/drawable-xhdpi/ic_sysbar_lights_out_dot_small.png
es/drawable-xhdpi/ic_sysbar_menu_default.png
es/drawable-xhdpi/ic_sysbar_menu_default_land.png
es/drawable-xhdpi/ic_sysbar_notification_dnd.png
es/drawable-xhdpi/ic_sysbar_notification_dnd_off.png
es/drawable-xhdpi/ic_sysbar_quicksettings.png
es/drawable-xhdpi/ic_sysbar_recent_default.png
es/drawable-xhdpi/ic_sysbar_recent_default_land.png
es/drawable-xhdpi/ic_sysbar_rotate_off_lanscape.png
es/drawable-xhdpi/ic_sysbar_rotate_off_portrait.png
es/drawable-xhdpi/ic_sysbar_rotate_on.png
es/drawable-xhdpi/ic_sysbar_settings.png
es/drawable-xhdpi/ic_sysbar_shadow.9.png
es/drawable-xhdpi/ic_sysbar_sound_off.png
es/drawable-xhdpi/ic_sysbar_sound_on.png
es/drawable-xhdpi/ic_sysbar_wifi_on.png
es/drawable-xhdpi/stat_sys_battery_0.png
es/drawable-xhdpi/stat_sys_battery_100.png
es/drawable-xhdpi/stat_sys_battery_15.png
es/drawable-xhdpi/stat_sys_battery_28.png
es/drawable-xhdpi/stat_sys_battery_43.png
es/drawable-xhdpi/stat_sys_battery_57.png
es/drawable-xhdpi/stat_sys_battery_71.png
es/drawable-xhdpi/stat_sys_battery_85.png
es/drawable-xhdpi/stat_sys_battery_charge_anim0.png
es/drawable-xhdpi/stat_sys_battery_charge_anim100.png
es/drawable-xhdpi/stat_sys_battery_charge_anim15.png
es/drawable-xhdpi/stat_sys_battery_charge_anim28.png
es/drawable-xhdpi/stat_sys_battery_charge_anim43.png
es/drawable-xhdpi/stat_sys_battery_charge_anim57.png
es/drawable-xhdpi/stat_sys_battery_charge_anim71.png
es/drawable-xhdpi/stat_sys_battery_charge_anim85.png
es/drawable-xhdpi/stat_sys_battery_unknown.png
es/drawable-xhdpi/stat_sys_data_bluetooth.png
es/drawable-xhdpi/stat_sys_data_bluetooth_connected.png
es/drawable-xhdpi/stat_sys_data_connected_1x.png
es/drawable-xhdpi/stat_sys_data_connected_3g.png
es/drawable-xhdpi/stat_sys_data_connected_4g.png
es/drawable-xhdpi/stat_sys_data_connected_e.png
es/drawable-xhdpi/stat_sys_data_connected_g.png
es/drawable-xhdpi/stat_sys_data_connected_h.png
es/drawable-xhdpi/stat_sys_data_connected_roam.png
es/drawable-xhdpi/stat_sys_data_fully_connected_1x.png
es/drawable-xhdpi/stat_sys_data_fully_connected_3g.png
es/drawable-xhdpi/stat_sys_data_fully_connected_4g.png
es/drawable-xhdpi/stat_sys_data_fully_connected_e.png
es/drawable-xhdpi/stat_sys_data_fully_connected_g.png
es/drawable-xhdpi/stat_sys_data_fully_connected_h.png
es/drawable-xhdpi/stat_sys_data_fully_in_1x.png
es/drawable-xhdpi/stat_sys_data_fully_in_3g.png
es/drawable-xhdpi/stat_sys_data_fully_in_4g.png
es/drawable-xhdpi/stat_sys_data_fully_in_e.png
es/drawable-xhdpi/stat_sys_data_fully_in_g.png
es/drawable-xhdpi/stat_sys_data_fully_in_h.png
es/drawable-xhdpi/stat_sys_data_fully_inandout_1x.png
es/drawable-xhdpi/stat_sys_data_fully_inandout_3g.png
es/drawable-xhdpi/stat_sys_data_fully_inandout_4g.png
es/drawable-xhdpi/stat_sys_data_fully_inandout_e.png
es/drawable-xhdpi/stat_sys_data_fully_inandout_g.png
es/drawable-xhdpi/stat_sys_data_fully_inandout_h.png
es/drawable-xhdpi/stat_sys_data_fully_out_1x.png
es/drawable-xhdpi/stat_sys_data_fully_out_3g.png
es/drawable-xhdpi/stat_sys_data_fully_out_4g.png
es/drawable-xhdpi/stat_sys_data_fully_out_e.png
es/drawable-xhdpi/stat_sys_data_fully_out_g.png
es/drawable-xhdpi/stat_sys_data_fully_out_h.png
es/drawable-xhdpi/stat_sys_data_in_1x.png
es/drawable-xhdpi/stat_sys_data_in_3g.png
es/drawable-xhdpi/stat_sys_data_in_4g.png
es/drawable-xhdpi/stat_sys_data_in_e.png
es/drawable-xhdpi/stat_sys_data_in_g.png
es/drawable-xhdpi/stat_sys_data_in_h.png
es/drawable-xhdpi/stat_sys_data_inadnout_e.png
es/drawable-xhdpi/stat_sys_data_inandout_1x.png
es/drawable-xhdpi/stat_sys_data_inandout_3g.png
es/drawable-xhdpi/stat_sys_data_inandout_4g.png
es/drawable-xhdpi/stat_sys_data_inandout_e.png
es/drawable-xhdpi/stat_sys_data_inandout_g.png
es/drawable-xhdpi/stat_sys_data_inandout_h.png
es/drawable-xhdpi/stat_sys_data_out_1x.png
es/drawable-xhdpi/stat_sys_data_out_3g.png
es/drawable-xhdpi/stat_sys_data_out_4g.png
es/drawable-xhdpi/stat_sys_data_out_e.png
es/drawable-xhdpi/stat_sys_data_out_g.png
es/drawable-xhdpi/stat_sys_data_out_h.png
es/drawable-xhdpi/stat_sys_gps_acquiring.png
es/drawable-xhdpi/stat_sys_no_sim.png
es/drawable-xhdpi/stat_sys_r_signal_0.png
es/drawable-xhdpi/stat_sys_r_signal_0_fully.png
es/drawable-xhdpi/stat_sys_r_signal_1.png
es/drawable-xhdpi/stat_sys_r_signal_1_fully.png
es/drawable-xhdpi/stat_sys_r_signal_2.png
es/drawable-xhdpi/stat_sys_r_signal_2_fully.png
es/drawable-xhdpi/stat_sys_r_signal_3.png
es/drawable-xhdpi/stat_sys_r_signal_3_fully.png
es/drawable-xhdpi/stat_sys_r_signal_4.png
es/drawable-xhdpi/stat_sys_r_signal_4_fully.png
es/drawable-xhdpi/stat_sys_ringer_silent.png
es/drawable-xhdpi/stat_sys_ringer_vibrate.png
es/drawable-xhdpi/stat_sys_roaming_cdma_0.png
es/drawable-xhdpi/stat_sys_roaming_cdma_flash_anim0.png
es/drawable-xhdpi/stat_sys_roaming_cdma_flash_anim1.png
es/drawable-xhdpi/stat_sys_signal_0.png
es/drawable-xhdpi/stat_sys_signal_0_fully.png
es/drawable-xhdpi/stat_sys_signal_1.png
es/drawable-xhdpi/stat_sys_signal_1_flowing.png
es/drawable-xhdpi/stat_sys_signal_1_fully.png
es/drawable-xhdpi/stat_sys_signal_1_fully_flowing.png
es/drawable-xhdpi/stat_sys_signal_1x.png
es/drawable-xhdpi/stat_sys_signal_2.png
es/drawable-xhdpi/stat_sys_signal_2_flowing.png
es/drawable-xhdpi/stat_sys_signal_2_fully.png
es/drawable-xhdpi/stat_sys_signal_2_fully_flowing.png
es/drawable-xhdpi/stat_sys_signal_3.png
es/drawable-xhdpi/stat_sys_signal_3_flowing.png
es/drawable-xhdpi/stat_sys_signal_3_fully.png
es/drawable-xhdpi/stat_sys_signal_3_fully_flowing.png
es/drawable-xhdpi/stat_sys_signal_3g.png
es/drawable-xhdpi/stat_sys_signal_4.png
es/drawable-xhdpi/stat_sys_signal_4_flowing.png
es/drawable-xhdpi/stat_sys_signal_4_fully.png
es/drawable-xhdpi/stat_sys_signal_4_fully_flowing.png
es/drawable-xhdpi/stat_sys_signal_4g.png
es/drawable-xhdpi/stat_sys_signal_edge.png
es/drawable-xhdpi/stat_sys_signal_flightmode.png
es/drawable-xhdpi/stat_sys_signal_gprs.png
es/drawable-xhdpi/stat_sys_signal_hsdpa.png
es/drawable-xhdpi/stat_sys_signal_in.png
es/drawable-xhdpi/stat_sys_signal_inout.png
es/drawable-xhdpi/stat_sys_signal_null.png
es/drawable-xhdpi/stat_sys_signal_out.png
es/drawable-xhdpi/stat_sys_signal_roam.png
es/drawable-xhdpi/stat_sys_tty_mode.png
es/drawable-xhdpi/stat_sys_wifi_in.png
es/drawable-xhdpi/stat_sys_wifi_inout.png
es/drawable-xhdpi/stat_sys_wifi_out.png
es/drawable-xhdpi/stat_sys_wifi_signal_0.png
es/drawable-xhdpi/stat_sys_wifi_signal_1.png
es/drawable-xhdpi/stat_sys_wifi_signal_1_flowing.png
es/drawable-xhdpi/stat_sys_wifi_signal_1_fully.png
es/drawable-xhdpi/stat_sys_wifi_signal_1_fully_flowing.png
es/drawable-xhdpi/stat_sys_wifi_signal_2.png
es/drawable-xhdpi/stat_sys_wifi_signal_2_flowing.png
es/drawable-xhdpi/stat_sys_wifi_signal_2_fully.png
es/drawable-xhdpi/stat_sys_wifi_signal_2_fully_flowing.png
es/drawable-xhdpi/stat_sys_wifi_signal_3.png
es/drawable-xhdpi/stat_sys_wifi_signal_3_flowing.png
es/drawable-xhdpi/stat_sys_wifi_signal_3_fully.png
es/drawable-xhdpi/stat_sys_wifi_signal_3_fully_flowing.png
es/drawable-xhdpi/stat_sys_wifi_signal_4.png
es/drawable-xhdpi/stat_sys_wifi_signal_4_flowing.png
es/drawable-xhdpi/stat_sys_wifi_signal_4_fully.png
es/drawable-xhdpi/stat_sys_wifi_signal_4_fully_flowing.png
es/drawable-xlarge-hdpi/app_icon.png
es/drawable-xlarge-hdpi/recents_bg_protect_tile.png
es/drawable-xlarge-hdpi/recents_blue_glow.9.png
es/drawable-xlarge-hdpi/recents_callout_line.png
es/drawable-xlarge-hdpi/recents_thumbnail_bg.png
es/drawable-xlarge-hdpi/recents_thumbnail_bg_press.png
es/drawable-xlarge-hdpi/stat_sys_battery_0.png
es/drawable-xlarge-hdpi/stat_sys_battery_100.png
es/drawable-xlarge-hdpi/stat_sys_battery_15.png
es/drawable-xlarge-hdpi/stat_sys_battery_28.png
es/drawable-xlarge-hdpi/stat_sys_battery_43.png
es/drawable-xlarge-hdpi/stat_sys_battery_57.png
es/drawable-xlarge-hdpi/stat_sys_battery_71.png
es/drawable-xlarge-hdpi/stat_sys_battery_85.png
es/drawable-xlarge-hdpi/stat_sys_battery_charge_anim0.png
es/drawable-xlarge-hdpi/stat_sys_battery_charge_anim100.png
es/drawable-xlarge-hdpi/stat_sys_battery_charge_anim15.png
es/drawable-xlarge-hdpi/stat_sys_battery_charge_anim28.png
es/drawable-xlarge-hdpi/stat_sys_battery_charge_anim43.png
es/drawable-xlarge-hdpi/stat_sys_battery_charge_anim57.png
es/drawable-xlarge-hdpi/stat_sys_battery_charge_anim71.png
es/drawable-xlarge-hdpi/stat_sys_battery_charge_anim85.png
es/drawable-xlarge-hdpi/stat_sys_battery_unknown.png
es/drawable-xlarge-hdpi/stat_sys_data_bluetooth.png
es/drawable-xlarge-hdpi/stat_sys_data_bluetooth_connected.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_1x.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_3g.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_4g.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_e.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_g.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_h.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_in_1x.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_in_3g.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_in_4g.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_in_e.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_in_g.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_in_h.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_inandout_1x.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_inandout_3g.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_inandout_4g.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_inandout_e.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_inandout_g.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_inandout_h.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_out_1x.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_out_3g.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_out_4g.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_out_e.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_out_g.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_out_h.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_roam.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_connected_1x.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_connected_3g.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_connected_4g.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_connected_e.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_connected_g.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_connected_h.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_in_1x.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_in_3g.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_in_4g.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_in_e.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_in_g.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_in_h.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_inandout_1x.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_inandout_3g.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_inandout_4g.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_inandout_e.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_inandout_g.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_inandout_h.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_out_1x.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_out_3g.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_out_4g.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_out_e.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_out_g.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_out_h.png
es/drawable-xlarge-hdpi/stat_sys_signal_0.png
es/drawable-xlarge-hdpi/stat_sys_signal_1.png
es/drawable-xlarge-hdpi/stat_sys_signal_1_fully.png
es/drawable-xlarge-hdpi/stat_sys_signal_2.png
es/drawable-xlarge-hdpi/stat_sys_signal_2_fully.png
es/drawable-xlarge-hdpi/stat_sys_signal_3.png
es/drawable-xlarge-hdpi/stat_sys_signal_3_fully.png
es/drawable-xlarge-hdpi/stat_sys_signal_4.png
es/drawable-xlarge-hdpi/stat_sys_signal_4_fully.png
es/drawable-xlarge-hdpi/stat_sys_signal_flightmode.png
es/drawable-xlarge-hdpi/stat_sys_signal_in.png
es/drawable-xlarge-hdpi/stat_sys_signal_inout.png
es/drawable-xlarge-hdpi/stat_sys_signal_out.png
es/drawable-xlarge-hdpi/stat_sys_wifi_in.png
es/drawable-xlarge-hdpi/stat_sys_wifi_inout.png
es/drawable-xlarge-hdpi/stat_sys_wifi_out.png
es/drawable-xlarge-hdpi/stat_sys_wifi_signal_0.png
es/drawable-xlarge-hdpi/stat_sys_wifi_signal_1.png
es/drawable-xlarge-hdpi/stat_sys_wifi_signal_1_fully.png
es/drawable-xlarge-hdpi/stat_sys_wifi_signal_2.png
es/drawable-xlarge-hdpi/stat_sys_wifi_signal_2_fully.png
es/drawable-xlarge-hdpi/stat_sys_wifi_signal_3.png
es/drawable-xlarge-hdpi/stat_sys_wifi_signal_3_fully.png
es/drawable-xlarge-hdpi/stat_sys_wifi_signal_4.png
es/drawable-xlarge-hdpi/stat_sys_wifi_signal_4_fully.png
es/drawable-xlarge-mdpi/app_icon.png
es/drawable-xlarge-mdpi/recents_bg_protect_tile.png
es/drawable-xlarge-mdpi/recents_blue_glow.9.png
es/drawable-xlarge-mdpi/recents_callout_line.png
es/drawable-xlarge-mdpi/recents_thumbnail_bg.png
es/drawable-xlarge-mdpi/recents_thumbnail_bg_press.png
es/drawable-xlarge-mdpi/stat_sys_battery_0.png
es/drawable-xlarge-mdpi/stat_sys_battery_100.png
es/drawable-xlarge-mdpi/stat_sys_battery_15.png
es/drawable-xlarge-mdpi/stat_sys_battery_28.png
es/drawable-xlarge-mdpi/stat_sys_battery_43.png
es/drawable-xlarge-mdpi/stat_sys_battery_57.png
es/drawable-xlarge-mdpi/stat_sys_battery_71.png
es/drawable-xlarge-mdpi/stat_sys_battery_85.png
es/drawable-xlarge-mdpi/stat_sys_battery_charge_anim0.png
es/drawable-xlarge-mdpi/stat_sys_battery_charge_anim100.png
es/drawable-xlarge-mdpi/stat_sys_battery_charge_anim15.png
es/drawable-xlarge-mdpi/stat_sys_battery_charge_anim28.png
es/drawable-xlarge-mdpi/stat_sys_battery_charge_anim43.png
es/drawable-xlarge-mdpi/stat_sys_battery_charge_anim57.png
es/drawable-xlarge-mdpi/stat_sys_battery_charge_anim71.png
es/drawable-xlarge-mdpi/stat_sys_battery_charge_anim85.png
es/drawable-xlarge-mdpi/stat_sys_battery_unknown.png
es/drawable-xlarge-mdpi/stat_sys_data_bluetooth.png
es/drawable-xlarge-mdpi/stat_sys_data_bluetooth_connected.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_1x.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_3g.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_4g.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_e.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_g.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_h.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_in_1x.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_in_3g.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_in_4g.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_in_e.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_in_g.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_in_h.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_inandout_1x.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_inandout_3g.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_inandout_4g.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_inandout_e.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_inandout_g.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_inandout_h.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_out_1x.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_out_3g.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_out_4g.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_out_e.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_out_g.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_out_h.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_roam.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_connected_1x.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_connected_3g.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_connected_4g.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_connected_e.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_connected_g.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_connected_h.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_in_1x.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_in_3g.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_in_4g.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_in_e.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_in_g.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_in_h.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_inandout_1x.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_inandout_3g.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_inandout_4g.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_inandout_e.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_inandout_g.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_inandout_h.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_out_1x.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_out_3g.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_out_4g.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_out_e.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_out_g.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_out_h.png
es/drawable-xlarge-mdpi/stat_sys_signal_0.png
es/drawable-xlarge-mdpi/stat_sys_signal_1.png
es/drawable-xlarge-mdpi/stat_sys_signal_1_fully.png
es/drawable-xlarge-mdpi/stat_sys_signal_2.png
es/drawable-xlarge-mdpi/stat_sys_signal_2_fully.png
es/drawable-xlarge-mdpi/stat_sys_signal_3.png
es/drawable-xlarge-mdpi/stat_sys_signal_3_fully.png
es/drawable-xlarge-mdpi/stat_sys_signal_4.png
es/drawable-xlarge-mdpi/stat_sys_signal_4_fully.png
es/drawable-xlarge-mdpi/stat_sys_signal_flightmode.png
es/drawable-xlarge-mdpi/stat_sys_signal_in.png
es/drawable-xlarge-mdpi/stat_sys_signal_inout.png
es/drawable-xlarge-mdpi/stat_sys_signal_out.png
es/drawable-xlarge-mdpi/stat_sys_wifi_in.png
es/drawable-xlarge-mdpi/stat_sys_wifi_inout.png
es/drawable-xlarge-mdpi/stat_sys_wifi_out.png
es/drawable-xlarge-mdpi/stat_sys_wifi_signal_0.png
es/drawable-xlarge-mdpi/stat_sys_wifi_signal_1.png
es/drawable-xlarge-mdpi/stat_sys_wifi_signal_1_fully.png
es/drawable-xlarge-mdpi/stat_sys_wifi_signal_2.png
es/drawable-xlarge-mdpi/stat_sys_wifi_signal_2_fully.png
es/drawable-xlarge-mdpi/stat_sys_wifi_signal_3.png
es/drawable-xlarge-mdpi/stat_sys_wifi_signal_3_fully.png
es/drawable-xlarge-mdpi/stat_sys_wifi_signal_4.png
es/drawable-xlarge-mdpi/stat_sys_wifi_signal_4_fully.png
es/drawable-xlarge-xhdpi/stat_sys_battery_0.png
es/drawable-xlarge-xhdpi/stat_sys_battery_100.png
es/drawable-xlarge-xhdpi/stat_sys_battery_15.png
es/drawable-xlarge-xhdpi/stat_sys_battery_28.png
es/drawable-xlarge-xhdpi/stat_sys_battery_43.png
es/drawable-xlarge-xhdpi/stat_sys_battery_57.png
es/drawable-xlarge-xhdpi/stat_sys_battery_71.png
es/drawable-xlarge-xhdpi/stat_sys_battery_85.png
es/drawable-xlarge-xhdpi/stat_sys_battery_charge_anim0.png
es/drawable-xlarge-xhdpi/stat_sys_battery_charge_anim100.png
es/drawable-xlarge-xhdpi/stat_sys_battery_charge_anim15.png
es/drawable-xlarge-xhdpi/stat_sys_battery_charge_anim28.png
es/drawable-xlarge-xhdpi/stat_sys_battery_charge_anim43.png
es/drawable-xlarge-xhdpi/stat_sys_battery_charge_anim57.png
es/drawable-xlarge-xhdpi/stat_sys_battery_charge_anim71.png
es/drawable-xlarge-xhdpi/stat_sys_battery_charge_anim85.png
es/drawable-xlarge-xhdpi/stat_sys_battery_unknown.png
es/drawable-xlarge-xhdpi/stat_sys_data_bluetooth.png
es/drawable-xlarge-xhdpi/stat_sys_data_bluetooth_connected.png
es/drawable-xlarge-xhdpi/stat_sys_data_connected_1x.png
es/drawable-xlarge-xhdpi/stat_sys_data_connected_3g.png
es/drawable-xlarge-xhdpi/stat_sys_data_connected_4g.png
es/drawable-xlarge-xhdpi/stat_sys_data_connected_e.png
es/drawable-xlarge-xhdpi/stat_sys_data_connected_g.png
es/drawable-xlarge-xhdpi/stat_sys_data_connected_h.png
es/drawable-xlarge-xhdpi/stat_sys_data_connected_in_1x.png
es/drawable-xlarge-xhdpi/stat_sys_data_connected_in_3g.png
es/drawable-xlarge-xhdpi/stat_sys_data_connected_in_4g.png
es/drawable-xlarge-xhdpi/stat_sys_data_connected_in_e.png
es/drawable-xlarge-xhdpi/stat_sys_data_connected_in_g.png
es/drawable-xlarge-xhdpi/stat_sys_data_connected_in_h.png
es/drawable-xlarge-xhdpi/stat_sys_data_connected_inandout_1x.png
es/drawable-xlarge-xhdpi/stat_sys_data_connected_inandout_3g.png
es/drawable-xlarge-xhdpi/stat_sys_data_connected_inandout_4g.png
es/drawable-xlarge-xhdpi/stat_sys_data_connected_inandout_e.png
es/drawable-xlarge-xhdpi/stat_sys_data_connected_inandout_g.png
es/drawable-xlarge-xhdpi/stat_sys_data_connected_inandout_h.png
es/drawable-xlarge-xhdpi/stat_sys_data_connected_out_1x.png
es/drawable-xlarge-xhdpi/stat_sys_data_connected_out_3g.png
es/drawable-xlarge-xhdpi/stat_sys_data_connected_out_4g.png
es/drawable-xlarge-xhdpi/stat_sys_data_connected_out_e.png
es/drawable-xlarge-xhdpi/stat_sys_data_connected_out_g.png
es/drawable-xlarge-xhdpi/stat_sys_data_connected_out_h.png
es/drawable-xlarge-xhdpi/stat_sys_data_connected_roam.png
es/drawable-xlarge-xhdpi/stat_sys_data_fully_connected_1x.png
es/drawable-xlarge-xhdpi/stat_sys_data_fully_connected_3g.png
es/drawable-xlarge-xhdpi/stat_sys_data_fully_connected_4g.png
es/drawable-xlarge-xhdpi/stat_sys_data_fully_connected_e.png
es/drawable-xlarge-xhdpi/stat_sys_data_fully_connected_g.png
es/drawable-xlarge-xhdpi/stat_sys_data_fully_connected_h.png
es/drawable-xlarge-xhdpi/stat_sys_data_fully_in_1x.png
es/drawable-xlarge-xhdpi/stat_sys_data_fully_in_3g.png
es/drawable-xlarge-xhdpi/stat_sys_data_fully_in_4g.png
es/drawable-xlarge-xhdpi/stat_sys_data_fully_in_e.png
es/drawable-xlarge-xhdpi/stat_sys_data_fully_in_g.png
es/drawable-xlarge-xhdpi/stat_sys_data_fully_in_h.png
es/drawable-xlarge-xhdpi/stat_sys_data_fully_inandout_1x.png
es/drawable-xlarge-xhdpi/stat_sys_data_fully_inandout_3g.png
es/drawable-xlarge-xhdpi/stat_sys_data_fully_inandout_4g.png
es/drawable-xlarge-xhdpi/stat_sys_data_fully_inandout_e.png
es/drawable-xlarge-xhdpi/stat_sys_data_fully_inandout_g.png
es/drawable-xlarge-xhdpi/stat_sys_data_fully_inandout_h.png
es/drawable-xlarge-xhdpi/stat_sys_data_fully_out_1x.png
es/drawable-xlarge-xhdpi/stat_sys_data_fully_out_3g.png
es/drawable-xlarge-xhdpi/stat_sys_data_fully_out_4g.png
es/drawable-xlarge-xhdpi/stat_sys_data_fully_out_e.png
es/drawable-xlarge-xhdpi/stat_sys_data_fully_out_g.png
es/drawable-xlarge-xhdpi/stat_sys_data_fully_out_h.png
es/drawable-xlarge-xhdpi/stat_sys_signal_0.png
es/drawable-xlarge-xhdpi/stat_sys_signal_1.png
es/drawable-xlarge-xhdpi/stat_sys_signal_1_fully.png
es/drawable-xlarge-xhdpi/stat_sys_signal_2.png
es/drawable-xlarge-xhdpi/stat_sys_signal_2_fully.png
es/drawable-xlarge-xhdpi/stat_sys_signal_3.png
es/drawable-xlarge-xhdpi/stat_sys_signal_3_fully.png
es/drawable-xlarge-xhdpi/stat_sys_signal_4.png
es/drawable-xlarge-xhdpi/stat_sys_signal_4_fully.png
es/drawable-xlarge-xhdpi/stat_sys_signal_flightmode.png
es/drawable-xlarge-xhdpi/stat_sys_signal_in.png
es/drawable-xlarge-xhdpi/stat_sys_signal_inout.png
es/drawable-xlarge-xhdpi/stat_sys_signal_out.png
es/drawable-xlarge-xhdpi/stat_sys_wifi_in.png
es/drawable-xlarge-xhdpi/stat_sys_wifi_inout.png
es/drawable-xlarge-xhdpi/stat_sys_wifi_out.png
es/drawable-xlarge-xhdpi/stat_sys_wifi_signal_0.png
es/drawable-xlarge-xhdpi/stat_sys_wifi_signal_1.png
es/drawable-xlarge-xhdpi/stat_sys_wifi_signal_1_fully.png
es/drawable-xlarge-xhdpi/stat_sys_wifi_signal_2.png
es/drawable-xlarge-xhdpi/stat_sys_wifi_signal_2_fully.png
es/drawable-xlarge-xhdpi/stat_sys_wifi_signal_3.png
es/drawable-xlarge-xhdpi/stat_sys_wifi_signal_3_fully.png
es/drawable-xlarge-xhdpi/stat_sys_wifi_signal_4.png
es/drawable-xlarge-xhdpi/stat_sys_wifi_signal_4_fully.png
e07141a5623bc3d5f34b1de18f52044147bc2ac9 23-Jun-2011 Daniel Sandler <dsandler@android.com> am e89d4b5d: am e0da3f3b: am 444336dd: Merge "Fix crazy notification panel background." into honeycomb-mr2

* commit 'e89d4b5d6952031c31f15db95435e7541e5df08c':
Fix crazy notification panel background.
f59717ddb5ef324ee3fdb12b83e7d1b709793d28 22-Jun-2011 Mike Lockwood <lockwood@android.com> Combine UsbManager.setPrimaryFunction and setDefaultFunction

Due to the property trigger on persist.sys.usb.config,
setting the default function also sets the current function.
Now we combine both of these methods into setCurrentFunction, which has
a "makeDefault" option to make the new function the default.

This change should eliminate some problems with setting properties due to
multiple property triggers happening at the same time.

Change-Id: I9851299e9c2ee20475eada1a8104c0d50bf5a9e1
Signed-off-by: Mike Lockwood <lockwood@android.com>
rc/com/android/systemui/usb/UsbPreferenceActivity.java
7730ad569d2c8dd6387be40685f5e99462a59352 21-Jun-2011 Mike Lockwood <lockwood@android.com> Fix window leak in UsbPreferenceActivity

Change-Id: I4160e73a4e840662c6ac724e27460853fb259eae
Signed-off-by: Mike Lockwood <lockwood@android.com>
rc/com/android/systemui/usb/UsbPreferenceActivity.java
edbdd3a024ca35c331036823dde1f484d3333b31 21-Jun-2011 Daniel Sandler <dsandler@android.com> Fix statusbar crash when DeskClock alarms go off.

Bug: 4723790
Change-Id: Ia819b6a35b5b103d28f6db3b25c815f77827f80f
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
422bf6702f4f099e6fd4fab4c26b0deaeb684e9f 21-Jun-2011 Mike Lockwood <lockwood@android.com> USB: Make MTP/PTP toggle in the USB preferences set the default mode

Change-Id: I438f7f24f06298ad41a99199c26c45bd7884afdd
Signed-off-by: Mike Lockwood <lockwood@android.com>
rc/com/android/systemui/usb/UsbPreferenceActivity.java
e89d4b5d6952031c31f15db95435e7541e5df08c 21-Jun-2011 Daniel Sandler <dsandler@android.com> am e0da3f3b: am 444336dd: Merge "Fix crazy notification panel background." into honeycomb-mr2

* commit 'e0da3f3bc9aaefbf3e3737b69e91b7823f639751':
Fix crazy notification panel background.
e0da3f3bc9aaefbf3e3737b69e91b7823f639751 21-Jun-2011 Daniel Sandler <dsandler@android.com> am 444336dd: Merge "Fix crazy notification panel background." into honeycomb-mr2

* commit '444336dd5f233c59e5a222d366d2498c888664b5':
Fix crazy notification panel background.
6d470b71766303a1b05861fc4ec8941916d4c7ec 20-Jun-2011 Eric Fischer <enf@google.com> Import revised translations.

Change-Id: Ie30d36d7416f687f2d84b0bdf6547cda96446f37
es/values-af-land/strings.xml
es/values-af/strings.xml
es/values-am-land/strings.xml
es/values-am/strings.xml
es/values-ar/strings.xml
es/values-bg/strings.xml
es/values-ca/strings.xml
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-en-rGB/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-it/strings.xml
es/values-iw/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-ms-land/strings.xml
es/values-ms/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-rm/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv/strings.xml
es/values-sw-land/strings.xml
es/values-sw/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
es/values-zu-land/strings.xml
es/values-zu/strings.xml
f1dd26b6fda891adc575c563dadb19b3d941faa7 20-Jun-2011 Daniel Sandler <dsandler@android.com> Fix crazy notification panel background.

The compatibility mode dialog (shown only once, ever) was clobbering its layout params.

Bug: 4723617
Change-Id: I7899293b72c8e480a97a10a88f62754ff415f343
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
5787a2d5b4e5bd60087eb7fbb13c97c7d0ba113e 17-Jun-2011 Mike Lockwood <lockwood@android.com> USB connected notification and temporary USB options dialog

This change adds a notification when USB is connected.
Selecting the notification brings up a dialog to allow switching between
MTP and PTP modes, and also allows mounting a CD image for installing AFT.
The UI design is not final - this is a temporary implementation of the UI.

Change-Id: Idd678537aba595fd4cb183ea755bf437f372d826
Signed-off-by: Mike Lockwood <lockwood@android.com>
ndroidManifest.xml
es/layout/usb_preference_buttons.xml
es/values/strings.xml
rc/com/android/systemui/usb/UsbPreferenceActivity.java
ebce0115e239919680fc5574ae4ca79e617fcce8 16-Jun-2011 Daniel Sandler <dsandler@google.com> ICS updates to notification layouts.

Of note:

1. There is no "X" (veto) button anymore. (Well, there is,
but it's offscreen so it should still be available to
assistive devices.) Users can use "Clear all" or the new
swipe-to-veto gesture to clear notifications.

2. As a consequence of #1, your layout goes all the way to
the right edge of the notifications panel again. Enjoy
the extra space!

3. The numeric bubble in the notification icon is now capped
at "999+" like it is in the expanded notification view.
(Note that this involves a couple of new public framework
resources: one to indicate the number beyond which the
substitution string will be used, and one specifying a
localizable substitution string.)

Bug: 4651514
Bug: 4686329
Bug: 4501990
Change-Id: I0e6bdb6aec4fe5bfc927eb1aba955d444a9414ec
es/layout-sw600dp/status_bar_notification_row.xml
es/layout/status_bar_notification_row.xml
rc/com/android/systemui/statusbar/StatusBarIconView.java
rc/com/android/systemui/statusbar/policy/NotificationRowLayout.java
5a3e91f8704f153a191d08c2f27c31ce3b2eaf46 16-Jun-2011 Robert Greenwalt <rgreenwalt@google.com> DO NOT MERGE

backport of change 113518 from honeycomb-LTE. Fixes NPE in the
statusbar.

bug:4518551
Change-Id: I9a85e6799d12052e7bc8c54d651bee789d885a2f
rc/com/android/systemui/statusbar/policy/NetworkController.java
d727cf7e3f35e8217a20fba807d3d9702937f6f4 16-Jun-2011 Michael Jurka <mikejurka@google.com> Merge "Port recent apps from tablet to phone"
3b1fc47d004f6b29af8f40d181baa3460b1e3b15 13-Jun-2011 Michael Jurka <mikejurka@google.com> Port recent apps from tablet to phone

- wire up to long press on home
- remove unused recents activity
- remove duplicate recents resources in -large directories (using -sw600dp instead)
- fix issue with zoom/scale translation when recents was brought up

Change-Id: I45538ccaff49b46ac3659c4828f9e2b0cd075241
ndroidManifest.xml
es/drawable-hdpi/recents_thumbnail_bg.png
es/drawable-hdpi/recents_thumbnail_bg_press.png
es/drawable-large-hdpi/app_icon.png
es/drawable-large-hdpi/recents_bg_protect_tile.png
es/drawable-large-mdpi/app_icon.png
es/drawable-large-mdpi/recents_bg_protect_tile.png
es/drawable-large-mdpi/recents_blue_glow.9.png
es/drawable-large-mdpi/recents_callout_line.png
es/drawable-large-mdpi/recents_thumbnail_bg.png
es/drawable-large-mdpi/recents_thumbnail_bg_press.png
es/drawable-mdpi/recents_thumbnail_bg.png
es/drawable-mdpi/recents_thumbnail_bg_press.png
es/drawable-sw600dp-hdpi/app_icon.png
es/drawable-sw600dp-mdpi/app_icon.png
es/layout-land/status_bar_recent_item.xml
es/layout-land/status_bar_recent_panel.xml
es/layout-port/status_bar_recent_item.xml
es/layout-port/status_bar_recent_panel.xml
es/layout-sw600dp/status_bar_recent_item.xml
es/layout/recent_apps_activity.xml
es/layout/recents_detail_view.xml
es/layout/status_bar_recent_item.xml
es/layout/status_bar_recent_panel.xml
es/values-hdpi/dimens.xml
es/values-land/dimens.xml
es/values-large/dimens.xml
es/values-mdpi/dimens.xml
es/values-port/dimens.xml
es/values-sw600dp/dimens.xml
es/values/dimens.xml
rc/com/android/systemui/recent/Choreographer.java
rc/com/android/systemui/recent/RecentsHorizontalScrollView.java
rc/com/android/systemui/recent/RecentsPanelView.java
rc/com/android/systemui/recent/RecentsVerticalScrollView.java
rc/com/android/systemui/recent/carousel/RecentApplicationsActivity.java
rc/com/android/systemui/recent/carousel/RecentApplicationsCarouselView.java
rc/com/android/systemui/statusbar/CommandQueue.java
rc/com/android/systemui/statusbar/StatusBar.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
a5608e3a67a86f55e8c5ce971934f32c398f2525 16-Jun-2011 Eric Fischer <enf@google.com> am c0e84cf3: am 5e451faa: Merge "Import revised translations. DO NOT MERGE" into honeycomb-mr2

* commit 'c0e84cf3210fc6b5929d024fafbe75f08167c44e':
Import revised translations. DO NOT MERGE
c0e84cf3210fc6b5929d024fafbe75f08167c44e 16-Jun-2011 Eric Fischer <enf@google.com> am 5e451faa: Merge "Import revised translations. DO NOT MERGE" into honeycomb-mr2

* commit '5e451faa0c22e943fb76d812f699d51fa11c5495':
Import revised translations. DO NOT MERGE
5e451faa0c22e943fb76d812f699d51fa11c5495 16-Jun-2011 Eric Fischer <enf@google.com> Merge "Import revised translations. DO NOT MERGE" into honeycomb-mr2
dbad552d178884edef99ac5d0afe0f21d767516e 16-Jun-2011 Eric Fischer <enf@google.com> Import revised translations. DO NOT MERGE

Change-Id: Iaff03724a335f856f7d28b1bc2c219f4208c4151
es/values-ar/strings.xml
es/values-bg/strings.xml
es/values-ca/strings.xml
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-en-rGB/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-it/strings.xml
es/values-iw/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-rm/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
f4b56eaaba388d1503e24e7a5a7b3bed04602bd8 16-Jun-2011 Justin Ho <justinho@google.com> am 40fc6e0d: am c407ef22: am f4096041: Merge "Updated art for compat mode dialog." into honeycomb-mr2

* commit '40fc6e0de578198c9cc5d9a493cb7db77bc938b8':
Updated art for compat mode dialog.
40fc6e0de578198c9cc5d9a493cb7db77bc938b8 15-Jun-2011 Justin Ho <justinho@google.com> am c407ef22: am f4096041: Merge "Updated art for compat mode dialog." into honeycomb-mr2

* commit 'c407ef22222f8f7e6f82abd081ecb65149336f99':
Updated art for compat mode dialog.
c407ef22222f8f7e6f82abd081ecb65149336f99 15-Jun-2011 Justin Ho <justinho@google.com> am f4096041: Merge "Updated art for compat mode dialog." into honeycomb-mr2

* commit 'f409604122f959653fb789e9133e94a51e369693':
Updated art for compat mode dialog.
abfb5f95cca00a3536117bc8c9decf3bdeae382e 15-Jun-2011 Dianne Hackborn <hackbod@google.com> am 27f889d0: am 3dc1b5e2: am ed31bbf6: Clean up some edge cases in the compat mode UI:

* commit '27f889d07ced48fbc7fa61c41a4a32ec3e1a95f3':
Clean up some edge cases in the compat mode UI:
27f889d07ced48fbc7fa61c41a4a32ec3e1a95f3 15-Jun-2011 Dianne Hackborn <hackbod@google.com> am 3dc1b5e2: am ed31bbf6: Clean up some edge cases in the compat mode UI:

* commit '3dc1b5e26fac2c6a6161d617f99fd901ee2ffc9e':
Clean up some edge cases in the compat mode UI:
e25f8336a062a08f87c9280975d8827d75186481 15-Jun-2011 Daniel Sandler <dsandler@android.com> Updated art for compat mode dialog.

Also finalizes on the following language & ordering in the menu:

( ) Stretch to fill screen
( ) Zoom to fill screen

Bug: 4595256
Change-Id: Ie92b1e0d829341fd73043a562e78437af2b128ec
es/drawable-hdpi/compat_mode_help_diagram.png
es/drawable-hdpi/compat_mode_help_divider_bottom.9.png
es/drawable-hdpi/compat_mode_help_divider_top.9.png
es/drawable-hdpi/compat_mode_help_icon.png
es/drawable-hdpi/compat_mode_help_top_divider.9.png
es/drawable-mdpi/compat_mode_help_diagram.png
es/drawable-mdpi/compat_mode_help_divider_bottom.9.png
es/drawable-mdpi/compat_mode_help_divider_top.9.png
es/drawable-mdpi/compat_mode_help_icon.png
es/drawable-nodpi/compat_mode_help_bg.png
es/drawable/compat_mode_help_bg.png
es/drawable/compat_mode_help_diagram.png
es/drawable/compat_mode_help_icon.png
es/layout-sw600dp/compat_mode_help.xml
es/layout-sw600dp/status_bar_compat_mode_panel.xml
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
3dc1b5e26fac2c6a6161d617f99fd901ee2ffc9e 15-Jun-2011 Dianne Hackborn <hackbod@google.com> am ed31bbf6: Clean up some edge cases in the compat mode UI:

* commit 'ed31bbf65267c1f383dd0dff37acd034f3b9b59f':
Clean up some edge cases in the compat mode UI:
ed31bbf65267c1f383dd0dff37acd034f3b9b59f 15-Jun-2011 Dianne Hackborn <hackbod@google.com> Clean up some edge cases in the compat mode UI:

- Don't put up multiple dialogs if a switch happens between activities
that both can use compat mode.
- Remove the help dialog if the user switches away from an app that
can use compat mode.
- Don't set the "don't show" preference until the user explicitly hits
the button.
- Hide the compat mode switch UI if the compat mode button is hidden.

Change-Id: I8dd2aab1385a264232a9256284d4a75b8e058e47
rc/com/android/systemui/statusbar/tablet/CompatModePanel.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
af4cec33a0f8568ce9f24dbd805c4be483ec8b10 15-Jun-2011 Daniel Sandler <dsandler@google.com> Merge "Swipe to veto in notifications."
d7c8b6d2a4d2ec16f4f61c66f400d8b20726964c 15-Jun-2011 Daniel Sandler <dsandler@google.com> am 2897fc4c: am fbb09347: am 5994bff9: Merge "One-time-only compatibility mode explanation dialog." into honeycomb-mr2

* commit '2897fc4cc320d9fea2c6a81d7e2b05b6b820acf0':
One-time-only compatibility mode explanation dialog.
2932645d9967f63aa716035e40e02af1e6e5aa19 15-Jun-2011 Daniel Sandler <dsandler@android.com> am d163a616: am 2fdf5880: am 97d5081a: Merge "Final UI for compatibility mode." into honeycomb-mr2

* commit 'd163a6162891f0e14d4536460d839262d2693e9a':
Final UI for compatibility mode.
2897fc4cc320d9fea2c6a81d7e2b05b6b820acf0 15-Jun-2011 Daniel Sandler <dsandler@google.com> am fbb09347: am 5994bff9: Merge "One-time-only compatibility mode explanation dialog." into honeycomb-mr2

* commit 'fbb093479362865da833b89643a8f58347278bc3':
One-time-only compatibility mode explanation dialog.
d163a6162891f0e14d4536460d839262d2693e9a 15-Jun-2011 Daniel Sandler <dsandler@android.com> am 2fdf5880: am 97d5081a: Merge "Final UI for compatibility mode." into honeycomb-mr2

* commit '2fdf5880611c333e172d4e0cc2c4259bca324699':
Final UI for compatibility mode.
fbb093479362865da833b89643a8f58347278bc3 15-Jun-2011 Daniel Sandler <dsandler@google.com> am 5994bff9: Merge "One-time-only compatibility mode explanation dialog." into honeycomb-mr2

* commit '5994bff92472b3bdcd5754d8a9156b49269a9c1d':
One-time-only compatibility mode explanation dialog.
2fdf5880611c333e172d4e0cc2c4259bca324699 15-Jun-2011 Daniel Sandler <dsandler@android.com> am 97d5081a: Merge "Final UI for compatibility mode." into honeycomb-mr2

* commit '97d5081ac331884fe0f6f2e5814d4862a974fbe3':
Final UI for compatibility mode.
552b1f0d22eea828cfd4f8c721cb5872a988ea7f 15-Jun-2011 Daniel Sandler <dsandler@google.com> One-time-only compatibility mode explanation dialog.

Don't miss it!

Bug: 4595256
Change-Id: I80c0949e6118e3ea3af089d4cad160ce63e7d8ce
es/drawable-nodpi/compat_mode_help_bg.png
es/drawable/compat_mode_help_diagram.png
es/drawable/compat_mode_help_icon.png
es/layout-sw600dp/compat_mode_help.xml
es/values/strings.xml
rc/com/android/systemui/statusbar/policy/Prefs.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
3b0543acf11ac4638ec5452acc4c1c6716c26880 14-Jun-2011 Daniel Sandler <dsandler@android.com> Final UI for compatibility mode.

Bug: 4595256
Change-Id: Idaa96393fb809c828b5f661f29e8b687fdf3d104
es/drawable-hdpi/ic_sysbar_ime_default.png
es/drawable-hdpi/ic_sysbar_ime_pressed.png
es/drawable-mdpi/ic_sysbar_ime_default.png
es/drawable-mdpi/ic_sysbar_ime_pressed.png
es/drawable-sw600dp-hdpi/ic_sysbar_ime_default.png
es/drawable-sw600dp-hdpi/ic_sysbar_ime_pressed.png
es/drawable-sw600dp-hdpi/ic_sysbar_zoom_default.png
es/drawable-sw600dp-hdpi/ic_sysbar_zoom_pressed.png
es/drawable-sw600dp-mdpi/ic_sysbar_ime_default.png
es/drawable-sw600dp-mdpi/ic_sysbar_ime_pressed.png
es/drawable-sw600dp-mdpi/ic_sysbar_zoom_default.png
es/drawable-sw600dp-mdpi/ic_sysbar_zoom_pressed.png
es/drawable/ic_sysbar_zoom.xml
es/layout-sw600dp/status_bar.xml
es/layout-sw600dp/status_bar_compat_mode_panel.xml
es/layout-sw600dp/status_bar_notification_area.xml
es/values-sw600dp/dimens.xml
es/values/strings.xml
rc/com/android/systemui/statusbar/policy/CompatModeButton.java
rc/com/android/systemui/statusbar/tablet/CompatModePanel.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBarView.java
7f8d2a63e05cfe2d132ea0db482c9727673ccdd4 15-Jun-2011 Dianne Hackborn <hackbod@google.com> am ca2832bc: am 027e9e28: am 4e04380d: Merge "Fix issue #4592768: Xoom display does not resize when..." into honeycomb-mr2

* commit 'ca2832bc60b986db245ced0e4a2b8a77d4982f32':
Fix issue #4592768: Xoom display does not resize when...
ca2832bc60b986db245ced0e4a2b8a77d4982f32 15-Jun-2011 Dianne Hackborn <hackbod@google.com> am 027e9e28: am 4e04380d: Merge "Fix issue #4592768: Xoom display does not resize when..." into honeycomb-mr2

* commit '027e9e28b2880b8e50912d7c25e68e8f196bb66b':
Fix issue #4592768: Xoom display does not resize when...
027e9e28b2880b8e50912d7c25e68e8f196bb66b 15-Jun-2011 Dianne Hackborn <hackbod@google.com> am 4e04380d: Merge "Fix issue #4592768: Xoom display does not resize when..." into honeycomb-mr2

* commit '4e04380d0a42347013808ee2058c786582ad548f':
Fix issue #4592768: Xoom display does not resize when...
dad0e40221bc896ff24e2e69247be62da273d737 15-Jun-2011 Dianne Hackborn <hackbod@google.com> Fix issue #4592768: Xoom display does not resize when...

...plugging in HDMI cable connected to a HDMI monitor

Change-Id: If3394e972131aa5124db2d1abf23b2214512773a
rc/com/android/systemui/statusbar/tablet/HeightReceiver.java
3fe9cc5ea6a9e1acd52144c8ae6cb0492dba34ba 15-Jun-2011 Dianne Hackborn <hackbod@google.com> resolved conflicts for merge of e95c07bd to master

Change-Id: I9af0c08a9f1c1f68661efe051a66835e850b76f6
e95c07bd8a4f658e035ba0ed2079357961af011b 15-Jun-2011 Dianne Hackborn <hackbod@google.com> am 7c7f8e18: am 0a8a2324: Merge "Fix issue #4603422: Compatibility mode button doesn\'t always update" into honeycomb-mr2

* commit '7c7f8e18dee8b582ec8e30a1412903ceec2ef5f5':
Fix issue #4603422: Compatibility mode button doesn't always update
7c7f8e18dee8b582ec8e30a1412903ceec2ef5f5 15-Jun-2011 Dianne Hackborn <hackbod@google.com> am 0a8a2324: Merge "Fix issue #4603422: Compatibility mode button doesn\'t always update" into honeycomb-mr2

* commit '0a8a2324239d7604e2a68349585aa67b59b25f4c':
Fix issue #4603422: Compatibility mode button doesn't always update
7d04932ef5c001769ccef244f551b75773f1666b 15-Jun-2011 Dianne Hackborn <hackbod@google.com> Fix issue #4603422: Compatibility mode button doesn't always update

We now tell the system bar every time the top activity has changed for
it to re-evaluate its UI state.

Also fix issue #: 4607102 Low rider notifications. It turns out this
was due to the change in the dialog asset; the notification UI was relying
on this having a lot of padding to make it sit above the status bar.
Now we have an explicitly mechanism to set how much it overlaps (or doesn't)
the status bar.

Change-Id: Iab5ebd86e620ff4fc4cd77206e18af962ec2830e
es/values/dimens.xml
rc/com/android/systemui/statusbar/CommandQueue.java
rc/com/android/systemui/statusbar/StatusBar.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
98db5fabdad86dca379740d8050697950b9f026c 09-Jun-2011 Jeff Brown <jeffbrown@google.com> Allow touches to slide out of the navigation bar.

Change-Id: I73cabba3d62f47829bf6217700ace56a27c42b1d
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
ad6352be884b017254698957462fa9156f1afd07 13-Jun-2011 Daniel Sandler <dsandler@google.com> Swipe to veto in notifications.

Yeah, it's pretty cool.

Change-Id: I2a4405a413ba9d1e521aa52a9a8c8e459583f9d0
rc/com/android/systemui/statusbar/policy/NotificationRowLayout.java
08d08f667ec0a63d076f356ea53e32dadcfb41a0 13-Jun-2011 Daniel Sandler <dsandler@google.com> Use the new animated notification layout on tablets.

(See change Ib46b2d3e.)

Change-Id: I46635ed97596bf1ebe65cd29ef80f3b189102d8a
es/layout-sw600dp/status_bar_notification_panel.xml
d42497e516521891a9d6ffa0daab75ef016725f5 04-Jun-2011 Daniel Sandler <dsandler@google.com> Rebuilt notification list using a new custom layout.

This will allow what is currently impossible with
layoutTransition: smoothly animating container bounds.

Current enter animation: alpha fade
Current exit animation: fade + slide right

Change-Id: Ib46b2d3ee982a276ca2142d360e62538e52b0897
Next: replace "X" with swipe-to-cancel.
es/layout-sw600dp/status_bar_notification_row.xml
es/layout/status_bar_expanded.xml
es/layout/status_bar_notification_row.xml
es/values/attrs.xml
es/values/dimens.xml
rc/com/android/systemui/statusbar/phone/ExpandedView.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/policy/NotificationRowLayout.java
6b592723c9a9fc816a8ab75c935e8cd20ff65a0e 10-Jun-2011 Dianne Hackborn <hackbod@google.com> resolved conflicts for merge of f51ded0f to master

Change-Id: Ida356524a68aeb2b9b0013dfbb6ab4bd11e616e2
7bbf6f7d11877496502c20e8998a6984ab05cd39 10-Jun-2011 Dianne Hackborn <hackbod@google.com> am 8297f669: am 3aabdeac: am 5ba2e872: Merge "Fix for not reporting correct "sw" in compat mode." into honeycomb-mr2

* commit '8297f669356ee997c5faa745815e8b9a7009fba7':
Fix for not reporting correct "sw" in compat mode.
f51ded0f8f593d17af82946eb65c05fc04f688b4 10-Jun-2011 Dianne Hackborn <hackbod@google.com> am a8d7ea06: am 220cd77d: Merge "Enforce public resource restriction on bag parents." into honeycomb-mr2

* commit 'a8d7ea067cf22baeee2ff0a33e5a8c5a35936942':
Enforce public resource restriction on bag parents.
a8d7ea067cf22baeee2ff0a33e5a8c5a35936942 10-Jun-2011 Dianne Hackborn <hackbod@google.com> am 220cd77d: Merge "Enforce public resource restriction on bag parents." into honeycomb-mr2

* commit '220cd77de62956eb76c5084e1d1341d69bfd214a':
Enforce public resource restriction on bag parents.
426431adcc220b6adfbe1d9530247f897e60fa36 09-Jun-2011 Dianne Hackborn <hackbod@google.com> Enforce public resource restriction on bag parents.

Need to put some more styles in the SDK to avoid breaking apps.

Also, welcome Android 3.2.

Change-Id: Ia31d07c9b1b91ad868d8630437fdc1b5ae24f37d
es/values/styles.xml
8297f669356ee997c5faa745815e8b9a7009fba7 09-Jun-2011 Dianne Hackborn <hackbod@google.com> am 3aabdeac: am 5ba2e872: Merge "Fix for not reporting correct "sw" in compat mode." into honeycomb-mr2

* commit '3aabdeaceff8405406d90c329a6691552559556d':
Fix for not reporting correct "sw" in compat mode.
3aabdeaceff8405406d90c329a6691552559556d 09-Jun-2011 Dianne Hackborn <hackbod@google.com> am 5ba2e872: Merge "Fix for not reporting correct "sw" in compat mode." into honeycomb-mr2

* commit '5ba2e872fa684c0f1b992a95df00854b58f2cd8c':
Fix for not reporting correct "sw" in compat mode.
48a7651823030ed3c0f4c084b423430044425fea 09-Jun-2011 Dianne Hackborn <hackbod@google.com> Fix for not reporting correct "sw" in compat mode.

Change-Id: Ia225c94b36ccc3589d417aafd5680247678eddfd
rc/com/android/systemui/statusbar/policy/CompatModeButton.java
75790812975bf26a62779342ffc0939ac76f1358 08-Jun-2011 Robert Greenwalt <rgreenwalt@google.com> am 31ced5c1: am 350b7829: Merge "Fix NPE in the statusbar." into honeycomb-LTE

* commit '31ced5c140cae9b3ad90066a540346acd821a3c9':
Fix NPE in the statusbar.
891266e36e230fa0a4f4466672834a8e3e97598e 08-Jun-2011 Dianne Hackborn <hackbod@google.com> am b5b98f87: am dfe824ef: Merge "DO NOT MERGE. Experimental compatibility mode UI." into honeycomb-mr2

* commit 'b5b98f877a09907a9a3b0c7e590e6e0ddd575158':
DO NOT MERGE. Experimental compatibility mode UI.
b5b98f877a09907a9a3b0c7e590e6e0ddd575158 08-Jun-2011 Dianne Hackborn <hackbod@google.com> am dfe824ef: Merge "DO NOT MERGE. Experimental compatibility mode UI." into honeycomb-mr2

* commit 'dfe824ef3e5d8b2adac97c667cd51c7dfdb3c7af':
DO NOT MERGE. Experimental compatibility mode UI.
56e6dbd8b16f5bb0b58bad6dee824034783f4ddf 07-Jun-2011 Daniel Sandler <dsandler@google.com> DO NOT MERGE. Experimental compatibility mode UI.

♫ Just another button, for you and me, in the status bar. ♫

(cherry picked from commit 45c0401a0647a5fdc5f37168463c14ad57c5644b)

Change-Id: Ib35d136deadf16f693003b61ea6cfee411f4aa3d
es/drawable-sw600dp-hdpi/ic_sysbar_zoom_default.png
es/drawable-sw600dp-hdpi/ic_sysbar_zoom_pressed.png
es/drawable-sw600dp-mdpi/ic_sysbar_zoom_default.png
es/drawable-sw600dp-mdpi/ic_sysbar_zoom_pressed.png
es/drawable/ic_sysbar_zoom.xml
es/layout-sw600dp/status_bar.xml
rc/com/android/systemui/statusbar/policy/CompatModeButton.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
45c0401a0647a5fdc5f37168463c14ad57c5644b 07-Jun-2011 Daniel Sandler <dsandler@google.com> Experimental compatibility mode UI.

♫ Just another button, for you and me, in the status bar. ♫

Change-Id: I11ecac63341d4c421dbaffba931861605ebad286
es/drawable-sw600dp-hdpi/ic_sysbar_zoom_default.png
es/drawable-sw600dp-hdpi/ic_sysbar_zoom_pressed.png
es/drawable-sw600dp-mdpi/ic_sysbar_zoom_default.png
es/drawable-sw600dp-mdpi/ic_sysbar_zoom_pressed.png
es/drawable/ic_sysbar_zoom.xml
es/layout-sw600dp/status_bar.xml
rc/com/android/systemui/statusbar/policy/CompatModeButton.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
31ced5c140cae9b3ad90066a540346acd821a3c9 07-Jun-2011 Robert Greenwalt <rgreenwalt@google.com> am 350b7829: Merge "Fix NPE in the statusbar." into honeycomb-LTE

* commit '350b78291de725a1607395055b6d28655d9e1080':
Fix NPE in the statusbar.
acab04dfc16f0ad08ecd167ae759c158cea2e19f 07-Jun-2011 Robert Greenwalt <rgreenwalt@google.com> Fix NPE in the statusbar.

Happens for some reason when switching between LTE and CDMA. Filing separate
bug about why we see the null ServiceState in that case, but it revealed
this one use which wasn't checked for null.

bug:4518551
Change-Id: If8f9a89658a7165d79f96cad7d99cbf670e96ae7
rc/com/android/systemui/statusbar/policy/NetworkController.java
e34ed24f4d32ad20716caf3056a7b007a0277500 06-Jun-2011 Eric Fischer <enf@google.com> am e9d32283: am b16b020d: Merge "Import revised translations. DO NOT MERGE" into honeycomb-mr2

* commit 'e9d32283e4eca1ee27218ed66f754a694678ac6d':
Import revised translations. DO NOT MERGE
e9d32283e4eca1ee27218ed66f754a694678ac6d 06-Jun-2011 Eric Fischer <enf@google.com> am b16b020d: Merge "Import revised translations. DO NOT MERGE" into honeycomb-mr2

* commit 'b16b020dd32147fbaaf7de47d5de16bfee10967a':
Import revised translations. DO NOT MERGE
b5c6212de1bd226210f23a2b7a1de2fc1a78bf80 04-Jun-2011 Eric Fischer <enf@google.com> Import revised translations. DO NOT MERGE

Change-Id: I4bfd9ec60da3b224c71406851f0a7f8bbf0c1120
es/values-fr-large/strings.xml
es/values-it-large/strings.xml
es/values-ru-large/strings.xml
678d344bcb5c7981b5033cdf8070c58783ded01b 03-Jun-2011 Dianne Hackborn <hackbod@google.com> resolved conflicts for merge of b9e2f68b to master

Change-Id: Icb68aee4c68170f0e7cd7854dbaa61656a349142
3124e6ebe75fe557ada95f95bc9083e529bc6341 03-Jun-2011 Eric Fischer <enf@google.com> Merge "Import revised translations."
3fc1f85a37571b2609184e88bedfb929fa7bd22f 03-Jun-2011 satok <satok@google.com> resolved conflicts for merge of 7e2181c0 to master

Change-Id: Ifc3efad0c8ccf9bb880f53eeced39a5a91344af0
95cab5414da186daa3260e981ba7e8b69ac485a6 03-Jun-2011 Eric Fischer <enf@google.com> Import revised translations.

Change-Id: Iffa8d66bf709a6daa6a3cd464ac55b6e34857d71
es/values-fr-large/strings.xml
es/values-it-large/strings.xml
es/values-ru-large/strings.xml
ed60f81940c5f2125518c7c31ad4f61b8a9baf3e 02-Jun-2011 Dianne Hackborn <hackbod@google.com> resolved conflicts for merge of 76450622 to master

Change-Id: I26ccd8f264e65f100d894f43cf597a781552db83
4f31353cb3b00c77c9420ef27ec949fd570ede3b 01-Jun-2011 satok <satok@google.com> Add an api to get the display name for InputMethodSubtype

Bug: 4321667

Change-Id: I55aa844ff33dae0cf8ef00072e87727992eb77c1
rc/com/android/systemui/statusbar/tablet/InputMethodsPanel.java
b9e2f68b2865307db25fa7295b7ba3bd51c7521a 01-Jun-2011 Dianne Hackborn <hackbod@google.com> am 13e2bef4: am 80cf4e79: Merge "Fix issue #4500511: Holo effect background doesn\'t reach top of screen anymore" into honeycomb-mr2

* commit '13e2bef4f67c5bc5ce93aade1431ae3332d361f0':
Fix issue #4500511: Holo effect background doesn't reach top of screen anymore
13e2bef4f67c5bc5ce93aade1431ae3332d361f0 01-Jun-2011 Dianne Hackborn <hackbod@google.com> am 80cf4e79: Merge "Fix issue #4500511: Holo effect background doesn\'t reach top of screen anymore" into honeycomb-mr2

* commit '80cf4e79d2acd1f94b6a9866255459c6ab2760be':
Fix issue #4500511: Holo effect background doesn't reach top of screen anymore
a239c84525795ffc1828b545aa8069af88d26a71 01-Jun-2011 Dianne Hackborn <hackbod@google.com> Fix issue #4500511: Holo effect background doesn't reach top of screen anymore

Change-Id: Iebefe924e71206f3e6388eaee64f7b1416bc3239
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
7052f307f4140f2de67e2305ef258fd4b0ee3131 01-Jun-2011 Joe Onorato <joeo@google.com> am 7f818d0a: am 94a06bd8: am 6fb093b1: Merge "Move status bar icons to sw600." into honeycomb-mr2

* commit '7f818d0a97ecd7793811ff5549a4b67521d93f49':
Move status bar icons to sw600.
37445f5026dbc0756ef6a3a6bc5c9b1c842739d3 31-May-2011 Daniel Sandler <dsandler@google.com> Turn off navbar by default...again.

Change-Id: I8471e31f3125dda7972a579bf4cf41ee091770ca
es/values/config.xml
f86f898f8afe73d81b34543dcb2c30d8bf7da563 31-May-2011 Daniel Sandler <dsandler@google.com> Move navigation bar to right-hand-side of seascape.

This means the navbar will either be at the bottom (portrait
and reverse portrait) or the right (landscape and seascape)
irrespective of the physical bottom of the device.

Change-Id: Ib51cab22f246785c9cebcc688bcdb848eb776361
es/values/config.xml
rc/com/android/systemui/statusbar/phone/NavigationBarView.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
7e2181c0de51bd3671838c2e425e3b02973246fa 28-May-2011 satok <satok@google.com> am 93b05690: am 5485ff61: Reduce the number of notification icons on narrow screens.

* commit '93b05690ff006fa3f96ed5e09031e18d529ae794':
Reduce the number of notification icons on narrow screens.
93b05690ff006fa3f96ed5e09031e18d529ae794 28-May-2011 satok <satok@google.com> am 5485ff61: Reduce the number of notification icons on narrow screens.

* commit '5485ff6141ccebad2c171a9a51ffdbcb72703bd7':
Reduce the number of notification icons on narrow screens.
5485ff6141ccebad2c171a9a51ffdbcb72703bd7 27-May-2011 satok <satok@google.com> Reduce the number of notification icons on narrow screens.

For devices with minimum width between 600 and 720 dp, show
only 3 icons (and then, only in portrait). All other
configurations will show 5.

Bug: 4501374
Change-Id: I88168560fc2876c26cd3eb57f2db0b0cfe8b4fdd
es/values-sw600dp-port/config.xml
es/values-sw600dp-port/dimens.xml
es/values-sw720dp-port/dimens.xml
es/values-sw720dp/config.xml
es/values/config.xml
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
8447a13f9cdc87b5dbb865ad2d55fe2d6ea87294 27-May-2011 Eric Fischer <enf@google.com> Import revised translations.

Change-Id: I10a93a6f3a274354e88263d86a8855d1e7121f58
es/values-af/strings.xml
es/values-am/strings.xml
es/values-ar-large/strings.xml
es/values-bg-large/strings.xml
es/values-ca-large/strings.xml
es/values-cs-large/strings.xml
es/values-da-large/strings.xml
es/values-de-large/strings.xml
es/values-el-large/strings.xml
es/values-es-large/strings.xml
es/values-es-rUS-large/strings.xml
es/values-fa-large/strings.xml
es/values-fi-large/strings.xml
es/values-fr-large/strings.xml
es/values-hr-large/strings.xml
es/values-hu-large/strings.xml
es/values-in-large/strings.xml
es/values-iw-large/strings.xml
es/values-ja-large/strings.xml
es/values-ko-large/strings.xml
es/values-lt-large/strings.xml
es/values-lv-large/strings.xml
es/values-ms/strings.xml
es/values-nb-large/strings.xml
es/values-nl-large/strings.xml
es/values-pl-large/strings.xml
es/values-pt-large/strings.xml
es/values-pt-rPT-large/strings.xml
es/values-ro-large/strings.xml
es/values-ru-large/strings.xml
es/values-sk-large/strings.xml
es/values-sl-large/strings.xml
es/values-sr-large/strings.xml
es/values-sv-large/strings.xml
es/values-sw/strings.xml
es/values-th-large/strings.xml
es/values-tl-large/strings.xml
es/values-tr-large/strings.xml
es/values-uk-large/strings.xml
es/values-zh-rCN-large/strings.xml
es/values-zh-rTW-large/strings.xml
es/values-zu/strings.xml
76450622f08b1d0d09df7f1ad8e52afe01090770 26-May-2011 Dianne Hackborn <hackbod@google.com> am d5238cc1: am 7a09f72b: Merge "Rework how we decide whether to use system or status bar." into honeycomb-mr2

* commit 'd5238cc1ab8366389b2aada228f2f2e5cbb3244e':
Rework how we decide whether to use system or status bar.
0bb63c58a464e7df60de103319204b7b590e5d75 26-May-2011 Eric Fischer <enf@google.com> am 90856661: am 66fd9ab2: Merge "Import revised translations. DO NOT MERGE" into honeycomb-mr2

* commit '90856661cf07453a23c3737f421a4686b70d95c1':
Import revised translations. DO NOT MERGE
d5238cc1ab8366389b2aada228f2f2e5cbb3244e 26-May-2011 Dianne Hackborn <hackbod@google.com> am 7a09f72b: Merge "Rework how we decide whether to use system or status bar." into honeycomb-mr2

* commit '7a09f72b8850ec22e4ca7fd50aba20ead7666f67':
Rework how we decide whether to use system or status bar.
90856661cf07453a23c3737f421a4686b70d95c1 26-May-2011 Eric Fischer <enf@google.com> am 66fd9ab2: Merge "Import revised translations. DO NOT MERGE" into honeycomb-mr2

* commit '66fd9ab236b3df85a32792caec41a2cd83622e28':
Import revised translations. DO NOT MERGE
7a09f72b8850ec22e4ca7fd50aba20ead7666f67 26-May-2011 Dianne Hackborn <hackbod@google.com> Merge "Rework how we decide whether to use system or status bar." into honeycomb-mr2
66fd9ab236b3df85a32792caec41a2cd83622e28 26-May-2011 Eric Fischer <enf@google.com> Merge "Import revised translations. DO NOT MERGE" into honeycomb-mr2
4f6adc5dbf71e3471efb12e399e0d9dccb4c03c0 26-May-2011 Eric Fischer <enf@google.com> Import revised translations. DO NOT MERGE

Change-Id: I596d69bead9553185fd835c79123f354a06b3d5b
es/values-ar-large/strings.xml
es/values-bg-large/strings.xml
es/values-ca-large/strings.xml
es/values-cs-large/strings.xml
es/values-da-large/strings.xml
es/values-de-large/strings.xml
es/values-el-large/strings.xml
es/values-es-large/strings.xml
es/values-es-rUS-large/strings.xml
es/values-fa-large/strings.xml
es/values-fi-large/strings.xml
es/values-fr-large/strings.xml
es/values-hr-large/strings.xml
es/values-hu-large/strings.xml
es/values-in-large/strings.xml
es/values-iw-large/strings.xml
es/values-ja-large/strings.xml
es/values-ko-large/strings.xml
es/values-lt-large/strings.xml
es/values-lv-large/strings.xml
es/values-nb-large/strings.xml
es/values-nl-large/strings.xml
es/values-pl-large/strings.xml
es/values-pt-large/strings.xml
es/values-pt-rPT-large/strings.xml
es/values-ro-large/strings.xml
es/values-ru-large/strings.xml
es/values-sk-large/strings.xml
es/values-sl-large/strings.xml
es/values-sr-large/strings.xml
es/values-sv-large/strings.xml
es/values-th-large/strings.xml
es/values-tl-large/strings.xml
es/values-tr-large/strings.xml
es/values-uk-large/strings.xml
es/values-zh-rCN-large/strings.xml
es/values-zh-rTW-large/strings.xml
590ec479fd51e13d077212833e2ac4f848a49cc3 26-May-2011 Dianne Hackborn <hackbod@google.com> am 80ef2a97: am 42f8094c: Merge "Spiffy new compatibility mode UI." into honeycomb-mr2

* commit '80ef2a9745e6103efd9698577536bbfed1fd74f6':
Spiffy new compatibility mode UI.
81e56d535c853d73ff537357da5b935f51cb779d 26-May-2011 Dianne Hackborn <hackbod@google.com> Rework how we decide whether to use system or status bar.

The PhoneWindowManager is now responsible for determing this,
since it needs to do this before we can generate the configuration
since we need to take into account the system bar size we will use.

Also the Display should now report the screen height without
including the system bar.

Change-Id: I82dfcc5e327e4d13d82c373c6c870f557a99b757
es/values-large/config.xml
es/values/config.xml
rc/com/android/systemui/SystemUIService.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
80ef2a9745e6103efd9698577536bbfed1fd74f6 26-May-2011 Dianne Hackborn <hackbod@google.com> am 42f8094c: Merge "Spiffy new compatibility mode UI." into honeycomb-mr2

* commit '42f8094c066209a65b09d53611ef5c93daba4c51':
Spiffy new compatibility mode UI.
42f8094c066209a65b09d53611ef5c93daba4c51 26-May-2011 Dianne Hackborn <hackbod@google.com> Merge "Spiffy new compatibility mode UI." into honeycomb-mr2
36cd41f8efa6f6a683d3353d309ff548295af9e9 26-May-2011 Dianne Hackborn <hackbod@google.com> Spiffy new compatibility mode UI.

Change-Id: I1207eaafae59a434fcc979ad60a83e2d685288af
es/layout-sw600dp/status_bar_recent_panel.xml
rc/com/android/systemui/statusbar/tablet/RecentAppsPanel.java
7f818d0a97ecd7793811ff5549a4b67521d93f49 26-May-2011 Joe Onorato <joeo@google.com> am 94a06bd8: am 6fb093b1: Merge "Move status bar icons to sw600." into honeycomb-mr2

* commit '94a06bd8db0d19be3108bd2ee709373f80318c8b':
Move status bar icons to sw600.
94a06bd8db0d19be3108bd2ee709373f80318c8b 26-May-2011 Joe Onorato <joeo@google.com> am 6fb093b1: Merge "Move status bar icons to sw600." into honeycomb-mr2

* commit '6fb093b14bb1bf4b933a5f624b03085977d12ff9':
Move status bar icons to sw600.
07949e908295d0857183830d48c84cb75ac4ff8b 26-May-2011 Joe Onorato <joeo@google.com> Move status bar icons to sw600.

Change-Id: Idb85252b30cca90704f1cfebb7abce522e21b8a3
es/drawable-sw600dp-hdpi/app_icon.png
es/drawable-sw600dp-hdpi/recents_bg_protect_tile.png
es/drawable-sw600dp-hdpi/stat_sys_data_connected_1x.png
es/drawable-sw600dp-hdpi/stat_sys_data_connected_3g.png
es/drawable-sw600dp-hdpi/stat_sys_data_connected_4g.png
es/drawable-sw600dp-hdpi/stat_sys_data_connected_e.png
es/drawable-sw600dp-hdpi/stat_sys_data_connected_g.png
es/drawable-sw600dp-hdpi/stat_sys_data_connected_h.png
es/drawable-sw600dp-hdpi/stat_sys_data_connected_in_1x.png
es/drawable-sw600dp-hdpi/stat_sys_data_connected_in_3g.png
es/drawable-sw600dp-hdpi/stat_sys_data_connected_in_4g.png
es/drawable-sw600dp-hdpi/stat_sys_data_connected_in_e.png
es/drawable-sw600dp-hdpi/stat_sys_data_connected_in_g.png
es/drawable-sw600dp-hdpi/stat_sys_data_connected_in_h.png
es/drawable-sw600dp-hdpi/stat_sys_data_connected_inandout_1x.png
es/drawable-sw600dp-hdpi/stat_sys_data_connected_inandout_3g.png
es/drawable-sw600dp-hdpi/stat_sys_data_connected_inandout_4g.png
es/drawable-sw600dp-hdpi/stat_sys_data_connected_inandout_e.png
es/drawable-sw600dp-hdpi/stat_sys_data_connected_inandout_g.png
es/drawable-sw600dp-hdpi/stat_sys_data_connected_inandout_h.png
es/drawable-sw600dp-hdpi/stat_sys_data_connected_out_1x.png
es/drawable-sw600dp-hdpi/stat_sys_data_connected_out_3g.png
es/drawable-sw600dp-hdpi/stat_sys_data_connected_out_4g.png
es/drawable-sw600dp-hdpi/stat_sys_data_connected_out_e.png
es/drawable-sw600dp-hdpi/stat_sys_data_connected_out_g.png
es/drawable-sw600dp-hdpi/stat_sys_data_connected_out_h.png
es/drawable-sw600dp-hdpi/stat_sys_data_connected_roam.png
es/drawable-sw600dp-hdpi/stat_sys_data_fully_connected_1x.png
es/drawable-sw600dp-hdpi/stat_sys_data_fully_connected_3g.png
es/drawable-sw600dp-hdpi/stat_sys_data_fully_connected_4g.png
es/drawable-sw600dp-hdpi/stat_sys_data_fully_connected_e.png
es/drawable-sw600dp-hdpi/stat_sys_data_fully_connected_g.png
es/drawable-sw600dp-hdpi/stat_sys_data_fully_connected_h.png
es/drawable-sw600dp-hdpi/stat_sys_data_fully_in_1x.png
es/drawable-sw600dp-hdpi/stat_sys_data_fully_in_3g.png
es/drawable-sw600dp-hdpi/stat_sys_data_fully_in_4g.png
es/drawable-sw600dp-hdpi/stat_sys_data_fully_in_e.png
es/drawable-sw600dp-hdpi/stat_sys_data_fully_in_g.png
es/drawable-sw600dp-hdpi/stat_sys_data_fully_in_h.png
es/drawable-sw600dp-hdpi/stat_sys_data_fully_inandout_1x.png
es/drawable-sw600dp-hdpi/stat_sys_data_fully_inandout_3g.png
es/drawable-sw600dp-hdpi/stat_sys_data_fully_inandout_4g.png
es/drawable-sw600dp-hdpi/stat_sys_data_fully_inandout_e.png
es/drawable-sw600dp-hdpi/stat_sys_data_fully_inandout_g.png
es/drawable-sw600dp-hdpi/stat_sys_data_fully_inandout_h.png
es/drawable-sw600dp-hdpi/stat_sys_data_fully_out_1x.png
es/drawable-sw600dp-hdpi/stat_sys_data_fully_out_3g.png
es/drawable-sw600dp-hdpi/stat_sys_data_fully_out_4g.png
es/drawable-sw600dp-hdpi/stat_sys_data_fully_out_e.png
es/drawable-sw600dp-hdpi/stat_sys_data_fully_out_g.png
es/drawable-sw600dp-hdpi/stat_sys_data_fully_out_h.png
es/drawable-sw600dp-mdpi/app_icon.png
es/drawable-sw600dp-mdpi/recents_bg_protect_tile.png
es/drawable-sw600dp-mdpi/recents_blue_glow.9.png
es/drawable-sw600dp-mdpi/recents_callout_line.png
es/drawable-sw600dp-mdpi/recents_thumbnail_bg.png
es/drawable-sw600dp-mdpi/recents_thumbnail_bg_press.png
es/drawable-sw600dp-mdpi/stat_sys_data_connected_1x.png
es/drawable-sw600dp-mdpi/stat_sys_data_connected_3g.png
es/drawable-sw600dp-mdpi/stat_sys_data_connected_4g.png
es/drawable-sw600dp-mdpi/stat_sys_data_connected_e.png
es/drawable-sw600dp-mdpi/stat_sys_data_connected_g.png
es/drawable-sw600dp-mdpi/stat_sys_data_connected_h.png
es/drawable-sw600dp-mdpi/stat_sys_data_connected_in_1x.png
es/drawable-sw600dp-mdpi/stat_sys_data_connected_in_3g.png
es/drawable-sw600dp-mdpi/stat_sys_data_connected_in_4g.png
es/drawable-sw600dp-mdpi/stat_sys_data_connected_in_e.png
es/drawable-sw600dp-mdpi/stat_sys_data_connected_in_g.png
es/drawable-sw600dp-mdpi/stat_sys_data_connected_in_h.png
es/drawable-sw600dp-mdpi/stat_sys_data_connected_inandout_1x.png
es/drawable-sw600dp-mdpi/stat_sys_data_connected_inandout_3g.png
es/drawable-sw600dp-mdpi/stat_sys_data_connected_inandout_4g.png
es/drawable-sw600dp-mdpi/stat_sys_data_connected_inandout_e.png
es/drawable-sw600dp-mdpi/stat_sys_data_connected_inandout_g.png
es/drawable-sw600dp-mdpi/stat_sys_data_connected_inandout_h.png
es/drawable-sw600dp-mdpi/stat_sys_data_connected_out_1x.png
es/drawable-sw600dp-mdpi/stat_sys_data_connected_out_3g.png
es/drawable-sw600dp-mdpi/stat_sys_data_connected_out_4g.png
es/drawable-sw600dp-mdpi/stat_sys_data_connected_out_e.png
es/drawable-sw600dp-mdpi/stat_sys_data_connected_out_g.png
es/drawable-sw600dp-mdpi/stat_sys_data_connected_out_h.png
es/drawable-sw600dp-mdpi/stat_sys_data_connected_roam.png
es/drawable-sw600dp-mdpi/stat_sys_data_fully_connected_1x.png
es/drawable-sw600dp-mdpi/stat_sys_data_fully_connected_3g.png
es/drawable-sw600dp-mdpi/stat_sys_data_fully_connected_4g.png
es/drawable-sw600dp-mdpi/stat_sys_data_fully_connected_e.png
es/drawable-sw600dp-mdpi/stat_sys_data_fully_connected_g.png
es/drawable-sw600dp-mdpi/stat_sys_data_fully_connected_h.png
es/drawable-sw600dp-mdpi/stat_sys_data_fully_in_1x.png
es/drawable-sw600dp-mdpi/stat_sys_data_fully_in_3g.png
es/drawable-sw600dp-mdpi/stat_sys_data_fully_in_4g.png
es/drawable-sw600dp-mdpi/stat_sys_data_fully_in_e.png
es/drawable-sw600dp-mdpi/stat_sys_data_fully_in_g.png
es/drawable-sw600dp-mdpi/stat_sys_data_fully_in_h.png
es/drawable-sw600dp-mdpi/stat_sys_data_fully_inandout_1x.png
es/drawable-sw600dp-mdpi/stat_sys_data_fully_inandout_3g.png
es/drawable-sw600dp-mdpi/stat_sys_data_fully_inandout_4g.png
es/drawable-sw600dp-mdpi/stat_sys_data_fully_inandout_e.png
es/drawable-sw600dp-mdpi/stat_sys_data_fully_inandout_g.png
es/drawable-sw600dp-mdpi/stat_sys_data_fully_inandout_h.png
es/drawable-sw600dp-mdpi/stat_sys_data_fully_out_1x.png
es/drawable-sw600dp-mdpi/stat_sys_data_fully_out_3g.png
es/drawable-sw600dp-mdpi/stat_sys_data_fully_out_4g.png
es/drawable-sw600dp-mdpi/stat_sys_data_fully_out_e.png
es/drawable-sw600dp-mdpi/stat_sys_data_fully_out_g.png
es/drawable-sw600dp-mdpi/stat_sys_data_fully_out_h.png
es/drawable-xlarge-hdpi/app_icon.png
es/drawable-xlarge-hdpi/recents_bg_protect_tile.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_1x.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_3g.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_4g.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_e.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_g.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_h.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_in_1x.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_in_3g.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_in_4g.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_in_e.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_in_g.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_in_h.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_inandout_1x.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_inandout_3g.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_inandout_4g.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_inandout_e.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_inandout_g.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_inandout_h.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_out_1x.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_out_3g.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_out_4g.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_out_e.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_out_g.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_out_h.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_roam.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_connected_1x.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_connected_3g.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_connected_4g.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_connected_e.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_connected_g.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_connected_h.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_in_1x.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_in_3g.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_in_4g.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_in_e.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_in_g.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_in_h.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_inandout_1x.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_inandout_3g.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_inandout_4g.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_inandout_e.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_inandout_g.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_inandout_h.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_out_1x.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_out_3g.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_out_4g.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_out_e.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_out_g.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_out_h.png
es/drawable-xlarge-mdpi/app_icon.png
es/drawable-xlarge-mdpi/recents_bg_protect_tile.png
es/drawable-xlarge-mdpi/recents_blue_glow.9.png
es/drawable-xlarge-mdpi/recents_callout_line.png
es/drawable-xlarge-mdpi/recents_thumbnail_bg.png
es/drawable-xlarge-mdpi/recents_thumbnail_bg_press.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_1x.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_3g.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_4g.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_e.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_g.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_h.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_in_1x.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_in_3g.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_in_4g.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_in_e.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_in_g.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_in_h.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_inandout_1x.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_inandout_3g.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_inandout_4g.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_inandout_e.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_inandout_g.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_inandout_h.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_out_1x.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_out_3g.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_out_4g.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_out_e.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_out_g.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_out_h.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_roam.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_connected_1x.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_connected_3g.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_connected_4g.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_connected_e.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_connected_g.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_connected_h.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_in_1x.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_in_3g.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_in_4g.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_in_e.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_in_g.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_in_h.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_inandout_1x.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_inandout_3g.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_inandout_4g.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_inandout_e.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_inandout_g.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_inandout_h.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_out_1x.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_out_3g.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_out_4g.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_out_e.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_out_g.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_out_h.png
es/values-sw600dp-port/dimens.xml
es/values-sw600dp/colors.xml
es/values-sw600dp/dimens.xml
es/values-xlarge-port/dimens.xml
es/values-xlarge/colors.xml
es/values-xlarge/dimens.xml
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
a0bb3acba1e848ac752eb5e1e3da1b0a6cc5d514 24-May-2011 Jim Miller <jaggies@google.com> am 59a3319f: am 67cd389d: am 2c7906eb: Merge "Fix 4462474: Use new sw600dp resource target for LockScreen & SystemUI" into honeycomb-mr2

* commit '59a3319ffce100d671145b5bfee7450038b250bf':
Fix 4462474: Use new sw600dp resource target for LockScreen & SystemUI
736c987340d2e3d12f7b177be3692abf4abeebb6 22-May-2011 Jim Miller <jaggies@google.com> am 7d75e772: am ef2b2669: am 5e731140: Merge "Fix 4462474: Fixes crash on 7" tablet due to using wrong resource" into honeycomb-mr2

* commit '7d75e772cbfe3f28451981f3e6b4d10f6a5ddc05':
Fix 4462474: Fixes crash on 7" tablet due to using wrong resource
59a3319ffce100d671145b5bfee7450038b250bf 21-May-2011 Jim Miller <jaggies@google.com> am 67cd389d: am 2c7906eb: Merge "Fix 4462474: Use new sw600dp resource target for LockScreen & SystemUI" into honeycomb-mr2

* commit '67cd389d4b9b6fd3ea0df8af57f58816d8005a4b':
Fix 4462474: Use new sw600dp resource target for LockScreen & SystemUI
67cd389d4b9b6fd3ea0df8af57f58816d8005a4b 21-May-2011 Jim Miller <jaggies@google.com> am 2c7906eb: Merge "Fix 4462474: Use new sw600dp resource target for LockScreen & SystemUI" into honeycomb-mr2

* commit '2c7906eb392c6349e6f75fd2681310b934d6e262':
Fix 4462474: Use new sw600dp resource target for LockScreen & SystemUI
024e429b49e70469fa20b4e3cac17e1921c68f9d 21-May-2011 Jim Miller <jaggies@google.com> Fix 4462474: Use new sw600dp resource target for LockScreen & SystemUI

Change-Id: I79d4fe54c00ecb4c4a1ad614b94bb284b9ece5cc
es/layout-large/status_bar.xml
es/layout-large/status_bar_input_methods_item.xml
es/layout-large/status_bar_input_methods_panel.xml
es/layout-large/status_bar_notification_area.xml
es/layout-large/status_bar_notification_panel.xml
es/layout-large/status_bar_notification_panel_title.xml
es/layout-large/status_bar_notification_peek.xml
es/layout-large/status_bar_notification_row.xml
es/layout-large/status_bar_pocket_panel.xml
es/layout-large/status_bar_recent_item.xml
es/layout-large/status_bar_recent_panel.xml
es/layout-large/status_bar_recent_panel_footer.xml
es/layout-large/status_bar_settings_view.xml
es/layout-large/status_bar_ticker_compat.xml
es/layout-large/status_bar_ticker_panel.xml
es/layout-sw600dp/status_bar.xml
es/layout-sw600dp/status_bar_input_methods_item.xml
es/layout-sw600dp/status_bar_input_methods_panel.xml
es/layout-sw600dp/status_bar_notification_area.xml
es/layout-sw600dp/status_bar_notification_panel.xml
es/layout-sw600dp/status_bar_notification_panel_title.xml
es/layout-sw600dp/status_bar_notification_peek.xml
es/layout-sw600dp/status_bar_notification_row.xml
es/layout-sw600dp/status_bar_pocket_panel.xml
es/layout-sw600dp/status_bar_recent_item.xml
es/layout-sw600dp/status_bar_recent_panel.xml
es/layout-sw600dp/status_bar_recent_panel_footer.xml
es/layout-sw600dp/status_bar_settings_view.xml
es/layout-sw600dp/status_bar_ticker_compat.xml
es/layout-sw600dp/status_bar_ticker_panel.xml
es/values-large/styles.xml
es/values-sw600dp/styles.xml
7d75e772cbfe3f28451981f3e6b4d10f6a5ddc05 20-May-2011 Jim Miller <jaggies@google.com> am ef2b2669: am 5e731140: Merge "Fix 4462474: Fixes crash on 7" tablet due to using wrong resource" into honeycomb-mr2

* commit 'ef2b26695e7fa00419787bb105d448a457e9ed83':
Fix 4462474: Fixes crash on 7" tablet due to using wrong resource
ef2b26695e7fa00419787bb105d448a457e9ed83 20-May-2011 Jim Miller <jaggies@google.com> am 5e731140: Merge "Fix 4462474: Fixes crash on 7" tablet due to using wrong resource" into honeycomb-mr2

* commit '5e731140f38e06c42885fa300efc30da00711c76':
Fix 4462474: Fixes crash on 7" tablet due to using wrong resource
49b7adfdfb967307cccfe153bb75361166fcd077 20-May-2011 Jim Miller <jaggies@google.com> Fix 4462474: Fixes crash on 7" tablet due to using wrong resource

Change-Id: Id182bc6e9e69a308329412a91929a65af1329beb
es/values-large/styles.xml
es/values-xlarge/styles.xml
7a1eb5cf961b6ceaa54295f37843b47b73baa8d8 19-May-2011 Jim Miller <jaggies@google.com> Merge "First pass at integrating new ScrollView-based recents panel. - added layout transitions - now calls removeTask() for selected activity."
9f0f0e0e3100caec459a5b5ef836317844c83b3f 18-May-2011 Jim Miller <jaggies@google.com> First pass at integrating new ScrollView-based recents panel.
- added layout transitions
- now calls removeTask() for selected activity.

Change-Id: Ie57b3d79551353a564bb2e4da26243a10bb0198d
es/drawable-hdpi/recents_bg_protect_tile.png
es/drawable-hdpi/recents_blue_glow.9.png
es/drawable-hdpi/recents_callout_line.png
es/drawable-hdpi/recents_thumbnail_bg.png
es/drawable-mdpi/recents_bg_protect_tile.png
es/drawable-mdpi/recents_blue_glow.9.png
es/drawable-mdpi/recents_callout_line.png
es/drawable-mdpi/recents_thumbnail_bg.png
es/drawable-mdpi/recents_thumbnail_bg_press.png
es/layout-land/status_bar_recent_item.xml
es/layout-land/status_bar_recent_panel.xml
es/layout-large/status_bar_recent_item.xml
es/layout-large/status_bar_recent_panel.xml
es/layout/status_bar_recent_item.xml
es/layout/status_bar_recent_panel.xml
es/values-land/dimens.xml
es/values-large/dimens.xml
es/values/dimens.xml
rc/com/android/systemui/recent/Choreographer.java
rc/com/android/systemui/recent/RecentApplicationsActivity.java
rc/com/android/systemui/recent/RecentApplicationsCarouselView.java
rc/com/android/systemui/recent/RecentsCallback.java
rc/com/android/systemui/recent/RecentsHorizontalScrollView.java
rc/com/android/systemui/recent/RecentsListView.java
rc/com/android/systemui/recent/RecentsPanelView.java
rc/com/android/systemui/recent/RecentsVerticalScrollView.java
rc/com/android/systemui/recent/carousel/RecentApplicationsActivity.java
rc/com/android/systemui/recent/carousel/RecentApplicationsCarouselView.java
rc/com/android/systemui/statusbar/tablet/RecentAppsPanel.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
4653a0210599ac55db2d3869cd7709e10d22d8a5 18-May-2011 Daniel Sandler <dsandler@google.com> Turn off navbar for now.

Change-Id: I7b80312e172ccbf4b6ce30a35367fa14418368fb
es/values/config.xml
89234127e5eb221a54b633c163d47a593cd30083 18-May-2011 Eric Fischer <enf@google.com> Import revised translations.

Change-Id: I8c101b5eaee4ed13f3b36f25ea90aa9c940c45d5
es/values-en-rGB-large/strings.xml
es/values-it-large/strings.xml
es/values-vi-large/strings.xml
49ac741841224b9ff2579f6b7722dc7eb0ebcd3a 17-May-2011 Eric Fischer <enf@google.com> am d9703697: am da480945: Merge "Import revised translations. DO NOT MERGE" into honeycomb-mr2

* commit 'd9703697b20b666112a27d904db5fbaf391b3dd2':
Import revised translations. DO NOT MERGE
d9703697b20b666112a27d904db5fbaf391b3dd2 17-May-2011 Eric Fischer <enf@google.com> am da480945: Merge "Import revised translations. DO NOT MERGE" into honeycomb-mr2

* commit 'da4809455716cf16451ca5db79654370a6a44f17':
Import revised translations. DO NOT MERGE
876533d98a1e724fd6f1fbb14dd93a98066ac474 17-May-2011 Eric Fischer <enf@google.com> Import revised translations. DO NOT MERGE

Change-Id: I2f5dcc745a5c9f3d7443d03b9dfe4b6e584db58c
es/values-en-rGB-large/strings.xml
es/values-it-large/strings.xml
es/values-vi-large/strings.xml
89fd07f7727c542cbbe8eef7f53a7f973291a634 13-May-2011 Justin Ho <justinho@google.com> Cleaning up notification panel drawables

Change-Id: I7f89388a0a4d663e055b8012ec9a58593707f4a5
es/drawable-mdpi/panel_notification.png
es/drawable-nodpi/panel_notification.png
es/drawable/panel_notification_tiled.xml
3d0724dc220a2e027b9e38f61c39c84c28a505d5 13-May-2011 Dianne Hackborn <hackbod@google.com> resolved conflicts for merge of 0e59729b to master

Change-Id: I2d3a6bddf66b1df0c101c45ea2fec1cf65caf01b
0e59729b104e48c7d935026f565c4b45f1f37d12 13-May-2011 Dianne Hackborn <hackbod@google.com> am 97280816: am 0f1de9ad: New compat mode front end: UI and persistence.

* commit '972808164adde6c0784e9c836d06219a9cf7eb7f':
New compat mode front end: UI and persistence.
972808164adde6c0784e9c836d06219a9cf7eb7f 13-May-2011 Dianne Hackborn <hackbod@google.com> am 0f1de9ad: New compat mode front end: UI and persistence.

* commit '0f1de9adde0b52d2a385a76232bd7ac30c3eeea2':
New compat mode front end: UI and persistence.
0f1de9adde0b52d2a385a76232bd7ac30c3eeea2 12-May-2011 Dianne Hackborn <hackbod@google.com> New compat mode front end: UI and persistence.

Adds a really crappy UI for toggling compat mode.

Persists compat mode selection across boots.

Turns on compat mode by default for newly installed apps.

Change-Id: Idc83494397bd17c41450bc9e9a05e4386c509399
es/drawable-mdpi/hd_off.png
es/drawable-mdpi/hd_on.png
es/drawable/hd.xml
es/layout-large/status_bar_recent_panel.xml
rc/com/android/systemui/statusbar/tablet/RecentAppsPanel.java
d21ab0e151292738d61f0d05fd8289f647fb9e1b 11-May-2011 Joe Onorato <joeo@google.com> am 0fe56853: am 37c077d3: am 81faa44c: Merge "Move / copy some framework and systemui resources from xlarge to large. The status bar now comes up on large tablets." into honeycomb-mr2

* commit '0fe56853fd88c34aba37b04be256a0e51c1bbff7':
Move / copy some framework and systemui resources from xlarge to large. The status bar now comes up on large tablets.
0129b31ff493bb0aa10b778cbeacbec5964644f8 11-May-2011 Daniel Sandler <dsandler@google.com> Create an XML config flag to turn the navbar off.

This will eventually be replaced by something else, probably
in Configuration, that allows the WM to tell everyone
(including the status bar) whether there exist hardware
home/back/etc. keys.

Change-Id: I21e9629ed43de4a944ad75e5b9d6d4ada8aba23f
es/values/config.xml
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
1d4d30aebd2c22627131819cabfe95f97def2c83 28-Apr-2011 Daniel Sandler <dsandler@google.com> It's lights out for you, navigation bar!

Views requesting lights out mode will cause the navbar to
disappear (this is useful for viewing videos/photos/etc
using every pixel of the screen).

But there's a catch: any user activity at all will cause the
lights to come back on and the navbar to return.

Change-Id: I535ed3ba9ae7fab3282c402be256add765395b6f
es/layout/navigation_bar.xml
rc/com/android/systemui/statusbar/CommandQueue.java
rc/com/android/systemui/statusbar/phone/NavigationBarView.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
0fe56853fd88c34aba37b04be256a0e51c1bbff7 10-May-2011 Joe Onorato <joeo@google.com> am 37c077d3: am 81faa44c: Merge "Move / copy some framework and systemui resources from xlarge to large. The status bar now comes up on large tablets." into honeycomb-mr2

* commit '37c077d3dc32cd42c145072b671a6d53563b0156':
Move / copy some framework and systemui resources from xlarge to large. The status bar now comes up on large tablets.
37c077d3dc32cd42c145072b671a6d53563b0156 10-May-2011 Joe Onorato <joeo@google.com> am 81faa44c: Merge "Move / copy some framework and systemui resources from xlarge to large. The status bar now comes up on large tablets." into honeycomb-mr2

* commit '81faa44c48911e4a63adaa1c92c5a40ea3c58ffb':
Move / copy some framework and systemui resources from xlarge to large. The status bar now comes up on large tablets.
5f9f7ff4b7a0560c75d6cff48120fe3ae01824cb 10-May-2011 Joe Onorato <joeo@google.com> Move / copy some framework and systemui resources from xlarge to large. The status bar now comes up
on large tablets.

Change-Id: I42d810a5b8e61b2959e30abef91477152495d39f
es/drawable-large-hdpi/app_icon.png
es/drawable-large-hdpi/recents_bg_protect_tile.png
es/drawable-large-hdpi/stat_sys_data_connected_1x.png
es/drawable-large-hdpi/stat_sys_data_connected_3g.png
es/drawable-large-hdpi/stat_sys_data_connected_4g.png
es/drawable-large-hdpi/stat_sys_data_connected_e.png
es/drawable-large-hdpi/stat_sys_data_connected_g.png
es/drawable-large-hdpi/stat_sys_data_connected_h.png
es/drawable-large-hdpi/stat_sys_data_connected_in_1x.png
es/drawable-large-hdpi/stat_sys_data_connected_in_3g.png
es/drawable-large-hdpi/stat_sys_data_connected_in_4g.png
es/drawable-large-hdpi/stat_sys_data_connected_in_e.png
es/drawable-large-hdpi/stat_sys_data_connected_in_g.png
es/drawable-large-hdpi/stat_sys_data_connected_in_h.png
es/drawable-large-hdpi/stat_sys_data_connected_inandout_1x.png
es/drawable-large-hdpi/stat_sys_data_connected_inandout_3g.png
es/drawable-large-hdpi/stat_sys_data_connected_inandout_4g.png
es/drawable-large-hdpi/stat_sys_data_connected_inandout_e.png
es/drawable-large-hdpi/stat_sys_data_connected_inandout_g.png
es/drawable-large-hdpi/stat_sys_data_connected_inandout_h.png
es/drawable-large-hdpi/stat_sys_data_connected_out_1x.png
es/drawable-large-hdpi/stat_sys_data_connected_out_3g.png
es/drawable-large-hdpi/stat_sys_data_connected_out_4g.png
es/drawable-large-hdpi/stat_sys_data_connected_out_e.png
es/drawable-large-hdpi/stat_sys_data_connected_out_g.png
es/drawable-large-hdpi/stat_sys_data_connected_out_h.png
es/drawable-large-hdpi/stat_sys_data_connected_roam.png
es/drawable-large-hdpi/stat_sys_data_fully_connected_1x.png
es/drawable-large-hdpi/stat_sys_data_fully_connected_3g.png
es/drawable-large-hdpi/stat_sys_data_fully_connected_4g.png
es/drawable-large-hdpi/stat_sys_data_fully_connected_e.png
es/drawable-large-hdpi/stat_sys_data_fully_connected_g.png
es/drawable-large-hdpi/stat_sys_data_fully_connected_h.png
es/drawable-large-hdpi/stat_sys_data_fully_in_1x.png
es/drawable-large-hdpi/stat_sys_data_fully_in_3g.png
es/drawable-large-hdpi/stat_sys_data_fully_in_4g.png
es/drawable-large-hdpi/stat_sys_data_fully_in_e.png
es/drawable-large-hdpi/stat_sys_data_fully_in_g.png
es/drawable-large-hdpi/stat_sys_data_fully_in_h.png
es/drawable-large-hdpi/stat_sys_data_fully_inandout_1x.png
es/drawable-large-hdpi/stat_sys_data_fully_inandout_3g.png
es/drawable-large-hdpi/stat_sys_data_fully_inandout_4g.png
es/drawable-large-hdpi/stat_sys_data_fully_inandout_e.png
es/drawable-large-hdpi/stat_sys_data_fully_inandout_g.png
es/drawable-large-hdpi/stat_sys_data_fully_inandout_h.png
es/drawable-large-hdpi/stat_sys_data_fully_out_1x.png
es/drawable-large-hdpi/stat_sys_data_fully_out_3g.png
es/drawable-large-hdpi/stat_sys_data_fully_out_4g.png
es/drawable-large-hdpi/stat_sys_data_fully_out_e.png
es/drawable-large-hdpi/stat_sys_data_fully_out_g.png
es/drawable-large-hdpi/stat_sys_data_fully_out_h.png
es/drawable-large-mdpi/app_icon.png
es/drawable-large-mdpi/recents_bg_protect_tile.png
es/drawable-large-mdpi/recents_blue_glow.9.png
es/drawable-large-mdpi/recents_callout_line.png
es/drawable-large-mdpi/recents_thumbnail_bg.png
es/drawable-large-mdpi/recents_thumbnail_bg_press.png
es/drawable-large-mdpi/stat_sys_data_connected_1x.png
es/drawable-large-mdpi/stat_sys_data_connected_3g.png
es/drawable-large-mdpi/stat_sys_data_connected_4g.png
es/drawable-large-mdpi/stat_sys_data_connected_e.png
es/drawable-large-mdpi/stat_sys_data_connected_g.png
es/drawable-large-mdpi/stat_sys_data_connected_h.png
es/drawable-large-mdpi/stat_sys_data_connected_in_1x.png
es/drawable-large-mdpi/stat_sys_data_connected_in_3g.png
es/drawable-large-mdpi/stat_sys_data_connected_in_4g.png
es/drawable-large-mdpi/stat_sys_data_connected_in_e.png
es/drawable-large-mdpi/stat_sys_data_connected_in_g.png
es/drawable-large-mdpi/stat_sys_data_connected_in_h.png
es/drawable-large-mdpi/stat_sys_data_connected_inandout_1x.png
es/drawable-large-mdpi/stat_sys_data_connected_inandout_3g.png
es/drawable-large-mdpi/stat_sys_data_connected_inandout_4g.png
es/drawable-large-mdpi/stat_sys_data_connected_inandout_e.png
es/drawable-large-mdpi/stat_sys_data_connected_inandout_g.png
es/drawable-large-mdpi/stat_sys_data_connected_inandout_h.png
es/drawable-large-mdpi/stat_sys_data_connected_out_1x.png
es/drawable-large-mdpi/stat_sys_data_connected_out_3g.png
es/drawable-large-mdpi/stat_sys_data_connected_out_4g.png
es/drawable-large-mdpi/stat_sys_data_connected_out_e.png
es/drawable-large-mdpi/stat_sys_data_connected_out_g.png
es/drawable-large-mdpi/stat_sys_data_connected_out_h.png
es/drawable-large-mdpi/stat_sys_data_connected_roam.png
es/drawable-large-mdpi/stat_sys_data_fully_connected_1x.png
es/drawable-large-mdpi/stat_sys_data_fully_connected_3g.png
es/drawable-large-mdpi/stat_sys_data_fully_connected_4g.png
es/drawable-large-mdpi/stat_sys_data_fully_connected_e.png
es/drawable-large-mdpi/stat_sys_data_fully_connected_g.png
es/drawable-large-mdpi/stat_sys_data_fully_connected_h.png
es/drawable-large-mdpi/stat_sys_data_fully_in_1x.png
es/drawable-large-mdpi/stat_sys_data_fully_in_3g.png
es/drawable-large-mdpi/stat_sys_data_fully_in_4g.png
es/drawable-large-mdpi/stat_sys_data_fully_in_e.png
es/drawable-large-mdpi/stat_sys_data_fully_in_g.png
es/drawable-large-mdpi/stat_sys_data_fully_in_h.png
es/drawable-large-mdpi/stat_sys_data_fully_inandout_1x.png
es/drawable-large-mdpi/stat_sys_data_fully_inandout_3g.png
es/drawable-large-mdpi/stat_sys_data_fully_inandout_4g.png
es/drawable-large-mdpi/stat_sys_data_fully_inandout_e.png
es/drawable-large-mdpi/stat_sys_data_fully_inandout_g.png
es/drawable-large-mdpi/stat_sys_data_fully_inandout_h.png
es/drawable-large-mdpi/stat_sys_data_fully_out_1x.png
es/drawable-large-mdpi/stat_sys_data_fully_out_3g.png
es/drawable-large-mdpi/stat_sys_data_fully_out_4g.png
es/drawable-large-mdpi/stat_sys_data_fully_out_e.png
es/drawable-large-mdpi/stat_sys_data_fully_out_g.png
es/drawable-large-mdpi/stat_sys_data_fully_out_h.png
es/layout-large/status_bar.xml
es/layout-large/status_bar_input_methods_item.xml
es/layout-large/status_bar_input_methods_panel.xml
es/layout-large/status_bar_notification_area.xml
es/layout-large/status_bar_notification_panel.xml
es/layout-large/status_bar_notification_panel_title.xml
es/layout-large/status_bar_notification_peek.xml
es/layout-large/status_bar_notification_row.xml
es/layout-large/status_bar_pocket_panel.xml
es/layout-large/status_bar_recent_item.xml
es/layout-large/status_bar_recent_panel.xml
es/layout-large/status_bar_recent_panel_footer.xml
es/layout-large/status_bar_settings_view.xml
es/layout-large/status_bar_ticker_compat.xml
es/layout-large/status_bar_ticker_panel.xml
es/layout-xlarge/status_bar.xml
es/layout-xlarge/status_bar_input_methods_item.xml
es/layout-xlarge/status_bar_input_methods_panel.xml
es/layout-xlarge/status_bar_notification_area.xml
es/layout-xlarge/status_bar_notification_panel.xml
es/layout-xlarge/status_bar_notification_panel_title.xml
es/layout-xlarge/status_bar_notification_peek.xml
es/layout-xlarge/status_bar_notification_row.xml
es/layout-xlarge/status_bar_pocket_panel.xml
es/layout-xlarge/status_bar_recent_item.xml
es/layout-xlarge/status_bar_recent_panel.xml
es/layout-xlarge/status_bar_recent_panel_footer.xml
es/layout-xlarge/status_bar_settings_view.xml
es/layout-xlarge/status_bar_ticker_compat.xml
es/layout-xlarge/status_bar_ticker_panel.xml
es/values-large-port/dimens.xml
es/values-large/colors.xml
es/values-large/config.xml
es/values-large/dimens.xml
es/values-large/strings.xml
es/values-xlarge/config.xml
es/values-xlarge/strings.xml
0c19aaaebb5baf78857e2e18ebe7fb37b7e1cf8e 04-May-2011 Daniel Sandler <dsandler@android.com> Merge "On-screen navigation bar (separate from the status bar)."
b48e74b10c3ef14d6c30381d8893abaddd50f2b2 04-May-2011 Daniel Sandler <dsandler@android.com> Start honeyphoning the notification panel.

Notifications on phones should look much more like Honeycomb
now, including large icon and veto support.

And less crashing.

Bug: 4322305
Change-Id: Ibde6f66fbae1c8d3167085f7b0fd79118485f05c
es/drawable-hdpi/status_bar_background.9.png
es/drawable-hdpi/status_bar_close_on.9.png
es/drawable-hdpi/status_bar_veto_normal.png
es/drawable-hdpi/status_bar_veto_pressed.png
es/drawable-hdpi/statusbar_background.9.png
es/drawable-mdpi/status_bar_background.9.png
es/drawable-mdpi/statusbar_background.9.png
es/layout/status_bar_notification_row.xml
es/layout/status_bar_tracking.xml
es/values/colors.xml
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
f639533484c8d783c7ac7b7231da5051b6189a8e 04-May-2011 Glenn Kasten <gkasten@google.com> am a98bcdf6: am 3b698d18: am 9d8c6215: Merge "Account for race condition when attaching HDMI." into honeycomb-mr1

* commit 'a98bcdf61dda9d64b4f584ce34c76df79409916a':
Account for race condition when attaching HDMI.
a98bcdf61dda9d64b4f584ce34c76df79409916a 04-May-2011 Glenn Kasten <gkasten@google.com> am 3b698d18: am 9d8c6215: Merge "Account for race condition when attaching HDMI." into honeycomb-mr1

* commit '3b698d181b7f165c9b31f7d74be19a5ed7575347':
Account for race condition when attaching HDMI.
3b698d181b7f165c9b31f7d74be19a5ed7575347 04-May-2011 Glenn Kasten <gkasten@google.com> am 9d8c6215: Merge "Account for race condition when attaching HDMI." into honeycomb-mr1

* commit '9d8c6215d1aedb1e9f2e10c63e737427f13be884':
Account for race condition when attaching HDMI.
8956dbbc5f292d8b79072ae73b25f2114c8c7479 22-Apr-2011 Daniel Sandler <dsandler@android.com> On-screen navigation bar (separate from the status bar).

In Honeycomb we introduced navigation controls in the status
bar, for xlarge devices without physical buttons. What about
phones? The status bar is pretty cramped already, and
besides, it's at the top of the display most of the time,
not at the bottom where your thumb is likely to be.

Enter the navigation bar. It's a new window type that
appears atop almost everything (including the keyguard); the
window manager subtracts its rectangle from the default
visible rectangle of other windows (including the status bar
and notification shade).

However, it behaves (on phones) like the status bar in that
applications that request fullscreen windows can get access
to those pixels. Well, almost; they need cooperation from
the navigation bar implementation to make the navbar
disappear, just like the status bar.

The current SystemUI implementation of the navigation bar on
phones is still rough, but it has the basics:

+ back, home, and menu keys (NB: we're showing menu all the
time right now because checking the api level of the
package owning the top window is currently a poor
indicator of whether the app requires the menu key)
+ it tries to stick to the same physical end of the device,
regardless of device orientation (on a phone, this is
the strip of land closest to the microphone)

Change-Id: Ic613a3351220af0bbfbdef63e1d99cbefd5ed1c2
es/layout/navigation_bar.xml
es/values-land/dimens.xml
es/values/dimens.xml
rc/com/android/systemui/statusbar/phone/NavigationBarView.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
e97528ee9ea1b32a8a7fd5e9a199ef5361c16738 26-Apr-2011 Daniel Sandler <dsandler@android.com> Account for race condition when attaching HDMI.

The status bar figures out how tall it needs to be by
subtracting 720 (for 720p HDMI output) from the display
height. However, if the display is in the process of
rotating to portrait when HDMI is attached (or for whatever
other reason dispatches the HDMI_PLUGGED_STATE before the
display has been rotated to landscape) this computation will
be wrong.

The quick fix is to compute the status bar height as
shortSide - 720 rather than height - 720.

Bug: 4284690
Change-Id: I3715264a9e32af1299777ccdbdc22ca60926cc79
rc/com/android/systemui/statusbar/tablet/HeightReceiver.java
0c5001d776d56bae02a5cc2663286a125d99bc5e 13-Apr-2011 Dianne Hackborn <hackbod@google.com> Add APIs to remove tasks.

You can remove sub-tasks inside of a task, or an entire task.

When removing an entire task, you can have its process killed
as well.

When the process is killed, any running services will get an
onTaskRemoved() callback for them to do cleanup before their
process is killed (and the service possibly restarted).

Or they can set a new android:stopWithTask attribute to just
have the service automatically (cleanly) stopped at this point.

Change-Id: I1891bc2da006fa53b99c52f9040f1145650e6808
rc/com/android/systemui/recent/RecentApplicationsActivity.java
rc/com/android/systemui/statusbar/tablet/RecentAppsPanel.java
f26fd99a7c2f554b0297760bb66336473c7db61f 09-Apr-2011 Dianne Hackborn <hackbod@google.com> Rework thumbnails in activity manager.

We now only keep a thumbnail for the task, not for each
activity. However if you use FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET,
we will make a new secondary thumbnail for that series of
activities. There is a new API for the app to get these
secondary thumbnails.

Also set a default thumbnail size for non-xlarge screens
so we have thumbnails on phones. (We need some smarter
code in the platform for computing the actual thumbnail
dimensions of the current device). And add a test app
to show recent tasks + thumbnails.

Change-Id: Ic36759f6635522118a2cb7f156662229a610c492
rc/com/android/systemui/statusbar/tablet/RecentAppsPanel.java
567882e1f9a31d78cba8ea7f1112d0a9e42d137a 07-Apr-2011 Eric Fischer <enf@google.com> Merge "Import revised translations."
34ade71cff247073d28763af5a16f459d7682cf1 07-Apr-2011 Eric Fischer <enf@google.com> Import revised translations.

Change-Id: I66670dc3d9c37fc3818764fa9839219208e83fbb
es/values-ko/strings.xml
es/values-zh-rTW/strings.xml
749aaf934cc725cabd7f8bc933af65a5790c9ad3 07-Apr-2011 Wink Saville <wink@google.com> am 7ff3c410: am add31091: Merge "Add a 4G icon for LTE." into honeycomb-LTE

* commit '7ff3c410be00776159ff7a433ce218fabf3f44c4':
Add a 4G icon for LTE.
7ff3c410be00776159ff7a433ce218fabf3f44c4 07-Apr-2011 Wink Saville <wink@google.com> am add31091: Merge "Add a 4G icon for LTE." into honeycomb-LTE

* commit 'add31091785c3de8df1555163cca9ee9d22c9968':
Add a 4G icon for LTE.
3cdff0ba676735ae3f9371e5b6bdc54fbab83fd1 07-Apr-2011 Wink Saville <wink@google.com> Add a 4G icon for LTE.

This replaces an icon which said 3g and as such was
useful. This needs to be replaced with an official
icon but is better than the current version.

bug: 4260327
Change-Id: I59674464d510ae205020008383d60a984db2c9d0
es/drawable-mdpi/stat_sys_signal_4g.png
bef09dc022a57e535232890302ffb5e9c02b7a6a 06-Apr-2011 Eric Fischer <enf@google.com> am ad3bddab: am 9f2f650f: Merge "Import revised translations. DO NOT MERGE" into honeycomb-mr1

* commit 'ad3bddab9246933971ff1b5360b0915e55579fe7':
Import revised translations. DO NOT MERGE
ad3bddab9246933971ff1b5360b0915e55579fe7 06-Apr-2011 Eric Fischer <enf@google.com> am 9f2f650f: Merge "Import revised translations. DO NOT MERGE" into honeycomb-mr1

* commit '9f2f650f26941a7cd4931afc66f39918e7c2817c':
Import revised translations. DO NOT MERGE
f4a9e7d97ee68fe74d6cae06f49b51730428941f 06-Apr-2011 Joe Onorato <joeo@google.com> more targeted logging

Change-Id: Id440a0f20ae360cd6863aa198d82b5ff2dd2f3b7
rc/com/android/systemui/power/PowerUI.java
6d5f5faae07dbe68f59c8b20e75c8990d49e99a6 06-Apr-2011 Eric Fischer <enf@google.com> Import revised translations. DO NOT MERGE

Change-Id: I30c20fa78fc821c943d947a058f482e87d70dbd6
es/values-ko/strings.xml
es/values-zh-rTW/strings.xml
9f3c6160e4fc089e1bd059ab61f00ed6ab3fbe04 05-Apr-2011 Eric Fischer <enf@google.com> Merge "Import revised translations."
50a8be6c8a008988d1b2ef6518f39857b5f98c81 05-Apr-2011 Eric Fischer <enf@google.com> Import revised translations.

Change-Id: I818cbbb1741e083bc105596dba103f2ee0c0582a
es/values-ar/strings.xml
es/values-bg/strings.xml
es/values-ca/strings.xml
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-en-rGB/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-it/strings.xml
es/values-iw/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
77a1d4ae01aa2d927ba53121aab3babd45992cdc 05-Apr-2011 Justin Ho <justinho@google.com> am d95fa2ff: am 0f5e36de: am 87805ca3: Updated CDMA roaming icons

* commit 'd95fa2ff8cf7cc302dab5de0f1becf67bd298898':
Updated CDMA roaming icons
d95fa2ff8cf7cc302dab5de0f1becf67bd298898 05-Apr-2011 Justin Ho <justinho@google.com> am 0f5e36de: am 87805ca3: Updated CDMA roaming icons

* commit '0f5e36deee14b9d21dcf8ca2986e63b38fa9354b':
Updated CDMA roaming icons
acf48255aa3706489839948f153615e5c5cf38cb 30-Mar-2011 Eric Fischer <enf@google.com> am 91c482b2: Merge "Import revised translations. DO NOT MERGE" into honeycomb-mr1

* commit '91c482b2351db1221308fe90800b8ef8bddbed90':
Import revised translations. DO NOT MERGE
446b2478344b4e2a787d8b0c480734dbd4c563f7 30-Mar-2011 Eric Fischer <enf@google.com> Import revised translations. DO NOT MERGE

Change-Id: Ic87b36ba6dcc6cea8ef713b47c334156a7dd0f65
es/values-ar/strings.xml
es/values-bg/strings.xml
es/values-ca/strings.xml
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-en-rGB/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-it/strings.xml
es/values-iw/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
87805ca3a477e165891baa18efe5239a70d11bc9 29-Mar-2011 Justin Ho <justinho@google.com> Updated CDMA roaming icons

Change-Id: Ib455c2b7196c2c2add58422187e6d752a28364c6
es/drawable-hdpi/stat_sys_roaming_cdma_0.png
es/drawable-hdpi/stat_sys_roaming_cdma_flash_anim1.png
es/drawable-mdpi/stat_sys_roaming_cdma_0.png
es/drawable-mdpi/stat_sys_roaming_cdma_flash_anim1.png
bc2489e4c55ca7ae06afe1f3449135aa48359165 29-Mar-2011 Eric Fischer <enf@google.com> am f5cedbe5: Merge "Import revised translations. DO NOT MERGE" into honeycomb-mr1

* commit 'f5cedbe508c46c27a6ce1554aed919bfbfc6fc4e':
Import revised translations. DO NOT MERGE
627e59ad0851bd73195d5ab24d184c110090eba5 29-Mar-2011 Eric Fischer <enf@google.com> Import revised translations. DO NOT MERGE

Change-Id: I962bb9917aa3f3d4b911c1ad7fdfbcda94afa0c7
es/values-ar/strings.xml
es/values-bg/strings.xml
es/values-ca/strings.xml
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-en-rGB/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-it/strings.xml
es/values-iw/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
081148dd3238e73701a7579c2d869e588313ccd0 18-Mar-2011 TK MUN <tk.mun@samsung.com> DO NOT MERGE Change WiMAX indicator display

Change WiMAX indicator display from data to signal indication
and add a new icon set.

Change-Id: I610f186e07f3d7af9e64bcbdd750371164ac51f5
es/drawable-hdpi/stat_sys_data_wimax_signal_0.png
es/drawable-hdpi/stat_sys_data_wimax_signal_0_fully.png
es/drawable-hdpi/stat_sys_data_wimax_signal_1.png
es/drawable-hdpi/stat_sys_data_wimax_signal_1_fully.png
es/drawable-hdpi/stat_sys_data_wimax_signal_2.png
es/drawable-hdpi/stat_sys_data_wimax_signal_2_fully.png
es/drawable-hdpi/stat_sys_data_wimax_signal_3.png
es/drawable-hdpi/stat_sys_data_wimax_signal_3_fully.png
es/drawable-hdpi/stat_sys_data_wimax_signal_disconnected.png
es/drawable-hdpi/stat_sys_data_wimax_signal_idle.png
rc/com/android/systemui/statusbar/StatusBarPolicy.java
38cf000a541206769ad7686936e49bf0c1e417b9 21-Mar-2011 Justin Ho <justinho@google.com> am 5e35c485: Updated 3G and wifi traffic indicators

* commit '5e35c4855a972960403a10811882ebded8945006':
Updated 3G and wifi traffic indicators
5e35c4855a972960403a10811882ebded8945006 21-Mar-2011 Justin Ho <justinho@google.com> Updated 3G and wifi traffic indicators

Change-Id: I3bc61067d4c30e9cda6170e87552d93c2a084895
es/drawable-hdpi/stat_sys_signal_0.png
es/drawable-hdpi/stat_sys_signal_1.png
es/drawable-hdpi/stat_sys_signal_1_fully.png
es/drawable-hdpi/stat_sys_signal_2.png
es/drawable-hdpi/stat_sys_signal_2_fully.png
es/drawable-hdpi/stat_sys_signal_3.png
es/drawable-hdpi/stat_sys_signal_3_fully.png
es/drawable-hdpi/stat_sys_signal_4.png
es/drawable-hdpi/stat_sys_signal_4_fully.png
es/drawable-hdpi/stat_sys_signal_in.png
es/drawable-hdpi/stat_sys_signal_inout.png
es/drawable-hdpi/stat_sys_signal_out.png
es/drawable-hdpi/stat_sys_wifi_in.png
es/drawable-hdpi/stat_sys_wifi_inout.png
es/drawable-hdpi/stat_sys_wifi_out.png
es/drawable-mdpi/stat_sys_signal_0.png
es/drawable-mdpi/stat_sys_signal_1.png
es/drawable-mdpi/stat_sys_signal_1_fully.png
es/drawable-mdpi/stat_sys_signal_2.png
es/drawable-mdpi/stat_sys_signal_2_fully.png
es/drawable-mdpi/stat_sys_signal_3.png
es/drawable-mdpi/stat_sys_signal_3_fully.png
es/drawable-mdpi/stat_sys_signal_4.png
es/drawable-mdpi/stat_sys_signal_4_fully.png
es/drawable-mdpi/stat_sys_signal_in.png
es/drawable-mdpi/stat_sys_signal_inout.png
es/drawable-mdpi/stat_sys_signal_out.png
es/drawable-mdpi/stat_sys_wifi_in.png
es/drawable-mdpi/stat_sys_wifi_inout.png
es/drawable-mdpi/stat_sys_wifi_out.png
3e3f521aedafb67b0e2750d4cfeb5e31e3a6bee8 18-Mar-2011 Eric Fischer <enf@google.com> Import revised translations. DO NOT MERGE

Change-Id: I48a01203c2db75bc6a1c6dc251264780d845443d
es/values-ar/strings.xml
es/values-bg/strings.xml
es/values-ca/strings.xml
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-en-rGB/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-it/strings.xml
es/values-iw/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-rm/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
4502636629ebb3f2ebb8521241c364666d1d7345 17-Mar-2011 Daniel Sandler <dsandler@android.com> am 8f5cab8b: Merge "Remove logspew." into honeycomb-mr1

* commit '8f5cab8b31014a261f4e6e12e6d751de51de37c3':
Remove logspew.
8f5cab8b31014a261f4e6e12e6d751de51de37c3 17-Mar-2011 Daniel Sandler <dsandler@android.com> Merge "Remove logspew." into honeycomb-mr1
3f5995da76541443b7c071bd3acad7590ba222ec 17-Mar-2011 Simon Wilson <simonwilson@google.com> Merge "DO NOT MERGE Add images to ERI icon list" into gingerbread
c10571a8ea8cd1359c4fe29adf0519fa80fbc4b0 16-Mar-2011 sy310.choi <sy310.choi@samsung.com> DO NOT MERGE Add images to ERI icon list

Add images to 'sRoamingIndicatorImages_cdma' array.

Change-Id: Ie8fb8162219aa5e7140359daf1d64c92a3c0f769
Signed-off-by: sy310.choi <sy310.choi@samsung.com>
rc/com/android/systemui/statusbar/StatusBarPolicy.java
c657fcce45fa4d9817589e96508f5ddf0ae09c61 17-Mar-2011 Eric Fischer <enf@google.com> am 20ccaf6c: Import revised translations. DO NOT MERGE

* commit '20ccaf6cc1a79a3f7973e5875c66e2bce2ebee7c':
Import revised translations. DO NOT MERGE
20ccaf6cc1a79a3f7973e5875c66e2bce2ebee7c 17-Mar-2011 Eric Fischer <enf@google.com> Import revised translations. DO NOT MERGE

Change-Id: I59b21268d693f0fac87e787fceb4f41b3f3e6acd
es/values-ar/strings.xml
es/values-bg/strings.xml
es/values-ca/strings.xml
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-en-rGB/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-it/strings.xml
es/values-iw/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-rm/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
1d8b5a5e866f75d516dd6f03424f37b1de9a3d97 16-Mar-2011 Mike Lockwood <lockwood@android.com> am 75d62cee: Merge "USB System UI: Improve message for the "no app for USB accessory" dialog." into honeycomb-mr1

* commit '75d62cee30557145e48d792fdce4769235daa9ce':
USB System UI: Improve message for the "no app for USB accessory" dialog.
27d9fb57168da5b5c1385df5f0c493cf8339933f 16-Mar-2011 Mike Lockwood <lockwood@android.com> DO NOT MERGE: Improve message for the "no app for USB accessory" dialog.

Change-Id: I642a38d3e541b3d531eed1a00708f6864d8cab4c
Signed-off-by: Mike Lockwood <lockwood@android.com>
es/values/strings.xml
75d62cee30557145e48d792fdce4769235daa9ce 16-Mar-2011 Mike Lockwood <lockwood@android.com> Merge "USB System UI: Improve message for the "no app for USB accessory" dialog." into honeycomb-mr1
8d5d19c99084bc6720172e221fd7bec7656004fd 16-Mar-2011 Daniel Sandler <dsandler@android.com> Remove logspew.

Bug: 4114202
Change-Id: I88de0f98bb33f0d1258b702169d754e98648e403
rc/com/android/systemui/statusbar/policy/NetworkController.java
b893916fb8e3c9fa39c33babc60f495342b1b196 16-Mar-2011 Mike Lockwood <lockwood@android.com> USB System UI: Improve message for the "no app for USB accessory" dialog.

Change-Id: I72bdc3afa152ed7a0e30b1a0e8d9cb2e53ca3f29
Signed-off-by: Mike Lockwood <lockwood@android.com>
es/values/strings.xml
d5eb3bbbf2959553005df173165b6b65231798a2 16-Mar-2011 Eric Fischer <enf@google.com> am cc571e96: Merge "Import revised translations. DO NOT MERGE" into honeycomb-mr1

* commit 'cc571e9643865edc3f25aa133c467ace46ce8e80':
Import revised translations. DO NOT MERGE
cc571e9643865edc3f25aa133c467ace46ce8e80 16-Mar-2011 Eric Fischer <enf@google.com> Merge "Import revised translations. DO NOT MERGE" into honeycomb-mr1
326c1c7247eed0f783da962e815db497e3e8f081 16-Mar-2011 Eric Fischer <enf@google.com> Import revised translations. DO NOT MERGE

Change-Id: I654f633a58cb935a3388e5b558101912dae7fde7
es/values-ar/strings.xml
es/values-bg/strings.xml
es/values-ca/strings.xml
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-en-rGB/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-it/strings.xml
es/values-iw/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-rm/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
2b2aaf2be9fb77e445574ae6c761e10cca1310b0 16-Mar-2011 Mike Lockwood <lockwood@android.com> am ff51d29a: Merge "USB System UI: Fix string localization problems" into honeycomb-mr1

* commit 'ff51d29a0bbf7006833ad67b1aa8a52a8a9a2514':
USB System UI: Fix string localization problems
a1e4b659ebeb44e21de7c7cd8f772d218e7553ec 16-Mar-2011 Justin Ho <justinho@google.com> am 9b183a72: Merge "Updated notification asset for DND mode" into honeycomb-mr1

* commit '9b183a72bcaab75897d1571d55ecbaf228ed4abd':
Updated notification asset for DND mode
3359001b41031fe91cfcdec9267aa774595f0961 16-Mar-2011 Mike Lockwood <lockwood@android.com> USB System UI: Fix string localization problems

Bug: 4108271
Bug: 4089121

Change-Id: Icd83ba20dc8dc8a71c17cf759138047b53c70fda
Signed-off-by: Mike Lockwood <lockwood@android.com>
es/values/strings.xml
9b183a72bcaab75897d1571d55ecbaf228ed4abd 15-Mar-2011 Justin Ho <justinho@google.com> Merge "Updated notification asset for DND mode" into honeycomb-mr1
638d7cb3ee0bb3596b01dc19eca9456fa72a36e0 15-Mar-2011 Mike Lockwood <lockwood@android.com> DO NOT MERGE: Backport more USB accessory changes from honeycomb

Change-Id: I8459c5ab9fbf0b3cad752041484a5de44ca9badd
Signed-off-by: Mike Lockwood <lockwood@android.com>
ndroidManifest.xml
es/values/strings.xml
rc/com/android/systemui/usb/UsbAccessoryUriActivity.java
rc/com/android/systemui/usb/UsbConfirmActivity.java
rc/com/android/systemui/usb/UsbPermissionActivity.java
rc/com/android/systemui/usb/UsbResolverActivity.java
c9b82ebb97411cf4a8494dc83f57039bb77937c5 15-Mar-2011 Mike Lockwood <lockwood@android.com> am 3b7871c2: Merge "USB Manager string clean up:" into honeycomb-mr1

* commit '3b7871c242bea5834c657c25fbb89c382566f66f':
USB Manager string clean up:
ad5f83e91b6812a6dee4fea7646fa9061d9f9597 15-Mar-2011 Mike Lockwood <lockwood@android.com> USB Manager string clean up:

- Use "Cancel" instead of "Ignore"
- Customize the text for the "always use" checkbox for devices and accessories
- Clean up strings for AccessoryChat test program

Bug: 4074719

Change-Id: Ideec838e4c1f1a82ef4ae411c9124417ffb63165
Signed-off-by: Mike Lockwood <lockwood@android.com>
es/values/strings.xml
rc/com/android/systemui/usb/UsbAccessoryUriActivity.java
rc/com/android/systemui/usb/UsbConfirmActivity.java
rc/com/android/systemui/usb/UsbPermissionActivity.java
rc/com/android/systemui/usb/UsbResolverActivity.java
f8caec7c72f9482e2ec6c4bec4def4918832a69a 15-Mar-2011 Justin Ho <justinho@google.com> Updated notification asset for DND mode

Updating placeholder asset for DND mode in system tray when notifications are disabled

Bug: 3408005
Change-Id: Ic816b9384915a23071da71c08bd6b71d218dca79
es/drawable-hdpi/ic_notification_dnd.png
es/drawable-mdpi/ic_notification_dnd.png
38bc9f0701150e089dd624bb30ac286637b5c2b9 15-Mar-2011 Mike Lockwood <lockwood@android.com> am f4c9c140: Merge "Fix broadcast receiver leak in UsbConfirmActivity" into honeycomb-mr1

* commit 'f4c9c140a204c83c6185b9ada0e33e740ecf779b':
Fix broadcast receiver leak in UsbConfirmActivity
8f6dce44e34504b891b53ff8ea524268b9095a8d 15-Mar-2011 Mike Lockwood <lockwood@android.com> Fix broadcast receiver leak in UsbConfirmActivity

Change-Id: Ie1db70d9a57f16f192178583871994467f50a636
Signed-off-by: Mike Lockwood <lockwood@android.com>
rc/com/android/systemui/usb/UsbConfirmActivity.java
9f7b4ba69ca809d6909b8863d3570f970edcb7bf 14-Mar-2011 Eric Fischer <enf@google.com> Import revised translations. DO NOT MERGE

Change-Id: I5d1b5c2891ffd19e45dbc6d20caf3449147f7218
es/values-ar/strings.xml
es/values-bg/strings.xml
es/values-ca/strings.xml
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-en-rGB/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-it/strings.xml
es/values-iw/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-rm/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
7b31d5c84f11a6e9c15df5c05e53476f5b9e34db 14-Mar-2011 Eric Fischer <enf@google.com> Import revised translations. DO NOT MERGE

Change-Id: I5d1b5c2891ffd19e45dbc6d20caf3449147f7218
es/values-ar/strings.xml
es/values-bg/strings.xml
es/values-ca/strings.xml
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-en-rGB/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-it/strings.xml
es/values-iw/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-rm/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
78b8e1be97c61f7e0b28b145fadd0c646fd1c46b 14-Mar-2011 Mike Lockwood <lockwood@android.com> Merge "DO NOT MERGE: backport recent USB accessory changes from honeycomb" into gingerbread
9d7d62801ddb206d2ea96d74864a9edfe54d2eee 12-Mar-2011 Wink Saville <wink@google.com> Do not merge: Revert the revert of "LTE Changes for Telephony including Multiple PDN support and IPV6 support"

This reverts commit eca208fae6d1b6ae9c8c0e42eee092e86dbddbb7
and is the first of the LTE commits in master being back ported
to the LTE branch.

Change-Id: I17d4a1b779ed74bc7dfb409d2c1a30f60fdb27c7
es/drawable-mdpi/stat_sys_signal_4g.png
rc/com/android/systemui/statusbar/phone/PhoneStatusBarPolicy.java
rc/com/android/systemui/statusbar/policy/NetworkController.java
rc/com/android/systemui/statusbar/policy/TelephonyIcons.java
97ac3ef4a87a2ea4aeef246bc13e23f8600619f9 11-Mar-2011 Daniel Sandler <dsandler@android.com> Workaround unknown ERI indices.

Bug: 4075878
Change-Id: I18b793ebccbd1332e3e153acca34056d26bf10a0
rc/com/android/systemui/statusbar/StatusBarPolicy.java
bce6f8f249ff2b65df9ed790cc460053ab8eccec 13-Mar-2011 Mike Lockwood <lockwood@android.com> Add a dialog to ask user to start an application for a USB device or accessory

This is used when there is only one application available and the user has
not chosen to start it by default.
If more than one application is available we continue to use UsbResolverActivity

Bug: 4074719

Change-Id: Id61f2ccc6de5b9ac70fb4670006ff1fee2028d55
Signed-off-by: Mike Lockwood <lockwood@android.com>
ndroidManifest.xml
es/values/strings.xml
rc/com/android/systemui/usb/UsbConfirmActivity.java
rc/com/android/systemui/usb/UsbPermissionActivity.java
rc/com/android/systemui/usb/UsbResolverActivity.java
2cc0377200b94b2f68f34e34554f2aa39e09cbce 12-Mar-2011 Mike Lockwood <lockwood@android.com> DO NOT MERGE: backport recent USB accessory changes from honeycomb

Bug: 4082651

Change-Id: Ie7c2fc796dd3c64f803acbd14210e5949683f4ed
Signed-off-by: Mike Lockwood <lockwood@android.com>
ndroidManifest.xml
es/values/strings.xml
rc/com/android/systemui/usb/UsbAccessoryUriActivity.java
rc/com/android/systemui/usb/UsbDisconnectedReceiver.java
rc/com/android/systemui/usb/UsbPermissionActivity.java
rc/com/android/systemui/usb/UsbResolverActivity.java
364903bac6b9bfde694f1c0c5c40b6a2af628408 11-Mar-2011 Mike Lockwood <lockwood@android.com> Merge "Support for USB accessory URIs" into honeycomb-mr1
f1093dfd7b15c7f33341a4062987c906c061d65f 11-Mar-2011 Justin Ho <justinho@google.com> Merge "Updated cellular data indicators with transmission signals AGAIN Bug: #6699FF" into honeycomb-mr1
48a412bded37a484613d354b51e02fe7f92d0ecc 11-Mar-2011 Justin Ho <justinho@google.com> Updated cellular data indicators with transmission signals AGAIN
Bug: #6699FF

Change-Id: Idfc1c43e3fb2df12665bcc3ea18ae7b9f6dfbe9e
es/drawable-hdpi/stat_sys_signal_in.png
es/drawable-hdpi/stat_sys_signal_inout.png
es/drawable-hdpi/stat_sys_signal_out.png
es/drawable-mdpi/stat_sys_signal_in.png
es/drawable-mdpi/stat_sys_signal_inout.png
es/drawable-mdpi/stat_sys_signal_out.png
57162cdcdeaacc826011f98d0285c6034797f5f3 11-Mar-2011 Justin Ho <justinho@google.com> Merge "Wire up the data activity reporting on wifi icon in status bar." into honeycomb-mr1
f32621aded6858b8712511ee30313c94934e009d 11-Mar-2011 Joe Onorato <joeo@google.com> Wire up the data activity reporting on wifi icon in status bar.

Bug: 3412258 and #6699FF
Change-Id: I11142f1cd5a2a60045b2a1fea371b2ead2aa81b4
es/drawable-hdpi/stat_sys_wifi_in.png
es/drawable-hdpi/stat_sys_wifi_inout.png
es/drawable-hdpi/stat_sys_wifi_out.png
es/drawable-hdpi/stat_sys_wifi_signal_0.png
es/drawable-hdpi/stat_sys_wifi_signal_1.png
es/drawable-hdpi/stat_sys_wifi_signal_1_fully.png
es/drawable-hdpi/stat_sys_wifi_signal_2.png
es/drawable-hdpi/stat_sys_wifi_signal_2_fully.png
es/drawable-hdpi/stat_sys_wifi_signal_3.png
es/drawable-hdpi/stat_sys_wifi_signal_3_fully.png
es/drawable-hdpi/stat_sys_wifi_signal_4.png
es/drawable-hdpi/stat_sys_wifi_signal_4_fully.png
es/drawable-mdpi/stat_sys_wifi_in.png
es/drawable-mdpi/stat_sys_wifi_inout.png
es/drawable-mdpi/stat_sys_wifi_out.png
es/drawable-mdpi/stat_sys_wifi_signal_0.png
es/drawable-mdpi/stat_sys_wifi_signal_1.png
es/drawable-mdpi/stat_sys_wifi_signal_1_fully.png
es/drawable-mdpi/stat_sys_wifi_signal_2.png
es/drawable-mdpi/stat_sys_wifi_signal_2_fully.png
es/drawable-mdpi/stat_sys_wifi_signal_3.png
es/drawable-mdpi/stat_sys_wifi_signal_3_fully.png
es/drawable-mdpi/stat_sys_wifi_signal_4.png
es/drawable-mdpi/stat_sys_wifi_signal_4_fully.png
rc/com/android/systemui/statusbar/policy/NetworkController.java
dacf0d022f1f78e60fffcd8b6b547743cca51c76 11-Mar-2011 Justin Ho <justinho@google.com> Merge "Updated cellular data indicators with transmission signals Bug: #6699FF" into honeycomb-mr1
f269fe3b22ae9295e83dd76358edf868d39cfc4e 11-Mar-2011 Justin Ho <justinho@google.com> Updated cellular data indicators with transmission signals
Bug: #6699FF

Change-Id: I86a4d31f24112daeb20f9edd3f06a1eb0ff4c846
es/drawable-hdpi/stat_sys_signal_0.png
es/drawable-hdpi/stat_sys_signal_1.png
es/drawable-hdpi/stat_sys_signal_1_fully.png
es/drawable-hdpi/stat_sys_signal_2.png
es/drawable-hdpi/stat_sys_signal_2_fully.png
es/drawable-hdpi/stat_sys_signal_3.png
es/drawable-hdpi/stat_sys_signal_3_fully.png
es/drawable-hdpi/stat_sys_signal_4.png
es/drawable-hdpi/stat_sys_signal_4_fully.png
es/drawable-hdpi/stat_sys_signal_flightmode.png
es/drawable-hdpi/stat_sys_signal_in.png
es/drawable-hdpi/stat_sys_signal_inout.png
es/drawable-hdpi/stat_sys_signal_out.png
es/drawable-mdpi/stat_sys_signal_0.png
es/drawable-mdpi/stat_sys_signal_1.png
es/drawable-mdpi/stat_sys_signal_1_fully.png
es/drawable-mdpi/stat_sys_signal_2.png
es/drawable-mdpi/stat_sys_signal_2_fully.png
es/drawable-mdpi/stat_sys_signal_3.png
es/drawable-mdpi/stat_sys_signal_3_fully.png
es/drawable-mdpi/stat_sys_signal_4.png
es/drawable-mdpi/stat_sys_signal_4_fully.png
es/drawable-mdpi/stat_sys_signal_flightmode.png
es/drawable-mdpi/stat_sys_signal_in.png
es/drawable-mdpi/stat_sys_signal_inout.png
es/drawable-mdpi/stat_sys_signal_out.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_1x.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_3g.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_4g.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_e.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_g.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_h.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_roam.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_connected_1x.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_connected_3g.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_connected_4g.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_connected_e.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_connected_g.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_connected_h.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_1x.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_3g.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_4g.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_e.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_g.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_h.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_roam.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_connected_1x.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_connected_3g.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_connected_4g.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_connected_e.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_connected_g.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_connected_h.png
024b4f14945bd2a285f730faa3a0fdbb6c47abc1 10-Mar-2011 Mike Lockwood <lockwood@android.com> Support for USB accessory URIs

If a USB accessory is attached and we have no application that supports it,
display a dialog offering the user the option to visit the accessory's website
if the accessory has a URI.

Bug: 4073248

Change-Id: I30e2a802493fb6e203532a7f79402379c40bc3b8
Signed-off-by: Mike Lockwood <lockwood@android.com>
ndroidManifest.xml
es/values/strings.xml
rc/com/android/systemui/usb/UsbAccessoryUriActivity.java
c66ef5ab330346dfbbb2c04140b2f021c1c4f0fa 10-Mar-2011 Eric Fischer <enf@google.com> Import revised translations. DO NOT MERGE

Change-Id: I0ee1d6152852c0cb085cc073ed0684dcc03d6ba7
es/values-ar-xlarge/strings.xml
es/values-ar/strings.xml
es/values-bg-xlarge/strings.xml
es/values-bg/strings.xml
es/values-ca-xlarge/strings.xml
es/values-ca/strings.xml
es/values-cs-xlarge/strings.xml
es/values-cs/strings.xml
es/values-da-xlarge/strings.xml
es/values-da/strings.xml
es/values-de-xlarge/strings.xml
es/values-de/strings.xml
es/values-el-xlarge/strings.xml
es/values-el/strings.xml
es/values-en-rGB-xlarge/strings.xml
es/values-en-rGB/strings.xml
es/values-es-rUS-xlarge/strings.xml
es/values-es-rUS/strings.xml
es/values-es-xlarge/strings.xml
es/values-es/strings.xml
es/values-fa-xlarge/strings.xml
es/values-fa/strings.xml
es/values-fi-xlarge/strings.xml
es/values-fi/strings.xml
es/values-fr-xlarge/strings.xml
es/values-fr/strings.xml
es/values-hr-xlarge/strings.xml
es/values-hr/strings.xml
es/values-hu-xlarge/strings.xml
es/values-hu/strings.xml
es/values-in-xlarge/strings.xml
es/values-in/strings.xml
es/values-it-xlarge/strings.xml
es/values-it/strings.xml
es/values-iw-xlarge/strings.xml
es/values-iw/strings.xml
es/values-ja-xlarge/strings.xml
es/values-ja/strings.xml
es/values-ko-xlarge/strings.xml
es/values-ko/strings.xml
es/values-lt-xlarge/strings.xml
es/values-lt/strings.xml
es/values-lv-xlarge/strings.xml
es/values-lv/strings.xml
es/values-nb-xlarge/strings.xml
es/values-nb/strings.xml
es/values-nl-xlarge/strings.xml
es/values-nl/strings.xml
es/values-pl-xlarge/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT-xlarge/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt-xlarge/strings.xml
es/values-pt/strings.xml
es/values-rm/strings.xml
es/values-ro-xlarge/strings.xml
es/values-ro/strings.xml
es/values-ru-xlarge/strings.xml
es/values-ru/strings.xml
es/values-sk-xlarge/strings.xml
es/values-sk/strings.xml
es/values-sl-xlarge/strings.xml
es/values-sl/strings.xml
es/values-sr-xlarge/strings.xml
es/values-sr/strings.xml
es/values-sv-xlarge/strings.xml
es/values-sv/strings.xml
es/values-th-xlarge/strings.xml
es/values-th/strings.xml
es/values-tl-xlarge/strings.xml
es/values-tl/strings.xml
es/values-tr-xlarge/strings.xml
es/values-tr/strings.xml
es/values-uk-xlarge/strings.xml
es/values-uk/strings.xml
es/values-vi-xlarge/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN-xlarge/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW-xlarge/strings.xml
es/values-zh-rTW/strings.xml
4bdab1751f0db3b2f03e8c58ef5c11a543dfa3c7 23-Feb-2011 TK MUN <tk.mun@samsung.com> DO NOT MERGE WiMAX support

- In Connectivity service, start WiMAX service
- 4G icon display in StatusBarPolicy
- Add DHCP renew
- Add radio for WiMAX

Change-Id: Iffff012b270d80e84ec8fbd4486921a8adb847dd
Signed-off-by: TK MUN <tk.mun@samsung.com>
rc/com/android/systemui/statusbar/StatusBarPolicy.java
5c9248f668201a751500f67cc60bd45ff905751a 09-Mar-2011 Jim Miller <jaggies@google.com> Merge "Fix 4027057: Improve resolution of RecentApps thumbnail images." into honeycomb-mr1
9e8e4ea0a839b561d329758cddbfd0f7ea23f593 09-Mar-2011 Mike Lockwood <lockwood@android.com> Merge changes Ib517e5e4,I93be7695,I49bf22a4 into honeycomb-mr1

* changes:
Close USB dialogs if their corresponding accessory or device has disconnected
USB: Add API and dialog for apps to request permissions for USB devices and accessories
UsbService: Automatically use system apps by default if it is the only choice
e70d506ab329f1f96b0ee132317aa36edea1b94e 09-Mar-2011 Jim Miller <jaggies@google.com> Fix 4027057: Improve resolution of RecentApps thumbnail images.

This fix ensures captured thumbnails in portrait mode have the
same resolution as those in landscape by fixing the horizontal
resolution and vertical resolution of the target image.

The returned image is now always the same size and matches
the landscape screen exactly. In portrait mode, it grabs
the upper portion of the screen based on the vertical dimension
of the target image.

Change-Id: I203c39843f2f21ca28f6ef0dffec308ce5cb39fb
rc/com/android/systemui/statusbar/tablet/RecentAppsPanel.java
d591357524091254483849e37697255cc8fce2ad 09-Mar-2011 Mike Lockwood <lockwood@android.com> Close USB dialogs if their corresponding accessory or device has disconnected

BUG: 4060065

Change-Id: Ib517e5e4a5422f9f0c8fca601308cecf7743c5d1
Signed-off-by: Mike Lockwood <lockwood@android.com>
rc/com/android/systemui/usb/UsbDisconnectedReceiver.java
rc/com/android/systemui/usb/UsbPermissionActivity.java
rc/com/android/systemui/usb/UsbResolverActivity.java
3a68b8338b431eb15d28e92f06452efbbda9493e 08-Mar-2011 Mike Lockwood <lockwood@android.com> USB: Add API and dialog for apps to request permissions for USB devices and accessories

New APIs:

UsbManager.hasPermission returns true if the caller has permission
for the given device or accessory

UsbManager.requestPermission poses a dialog to allow the user to give the caller
permission for the device or accessory.
Result is returned via a PendingIntent.
No dialog is displayed if the caller already has permission.

Also moved UsbResolverActivity to SystemUI package

BUG: 4069037

Change-Id: I93be769501a8776b49ac26e468af19f8fa2114c9
ndroidManifest.xml
es/values/strings.xml
rc/com/android/systemui/usb/UsbPermissionActivity.java
rc/com/android/systemui/usb/UsbResolverActivity.java
ccdeb60cb6bfe7fec77a787e03557927fb55080c 08-Mar-2011 Jim Miller <jaggies@google.com> Merge "Fix 4025690,4027061: Minor tweaks to recent applications layouts" into honeycomb-mr1
c43f6c58ce557be5c364cc415ca533432260a6ec 08-Mar-2011 Jim Miller <jaggies@google.com> Fix 4025690,4027061: Minor tweaks to recent applications layouts

This makes these changes:
- Reduce fade area from 30 pixels to 20 pixels at top and bottom of recents view
when scrollable
- Shift application icon up and to the right in all recent items.

Change-Id: If510b63a92d6396ffb087b12f4ddc8847c95f3d7
es/layout-xlarge/status_bar_recent_item.xml
es/layout-xlarge/status_bar_recent_panel.xml
ec1f1f4cfc6e253cee4320fe33a385d2218a9bb2 07-Mar-2011 Daniel Sandler <dsandler@android.com> Merge changes I674abfcc,Ia40f4c53 into honeycomb-mr1

* changes:
When the user touches a peeked notification, reset the fadeout timer.
Fix touches on glowing region around panel.
0b51f57479f243a597d7c73b6ac44d3e687bafa8 05-Mar-2011 Justin Ho <justinho@google.com> Merge "Updated stat notification icons" into honeycomb-mr1
d836dce27bb604286b1952ad064de1b5412ab46d 05-Mar-2011 Justin Ho <justinho@google.com> Updated stat notification icons

Change-Id: I5084007427928c96de1bc64add0f1069d50ffaec
es/drawable-hdpi/stat_notify_alarm.png
es/drawable-hdpi/stat_notify_more.png
es/drawable-hdpi/stat_sys_gps_acquiring.png
es/drawable-mdpi/stat_notify_alarm.png
es/drawable-mdpi/stat_notify_more.png
es/drawable-mdpi/stat_sys_gps_acquiring.png
abd481f686ccce3eb1277ba6d560960d640dc4bb 05-Mar-2011 Justin Ho <justinho@google.com> Merge "Updated clock notification panel background (pressed state)" into honeycomb-mr1
cb04a69b9aaf4cf17c91c56d5a6b0069e8cee04f 05-Mar-2011 Justin Ho <justinho@google.com> Updated clock notification panel background (pressed state)

Change-Id: I16bdb7edb0ab5abd897953daa16bf6d5c1dd8816
es/drawable-hdpi/notify_panel_clock_bg_pressed.9.png
es/drawable-mdpi/notify_panel_clock_bg_pressed.9.png
663f0f2da9fd57916d5c575a264d8afe7743eb4a 04-Mar-2011 Daniel Sandler <dsandler@android.com> When the user touches a peeked notification, reset the fadeout timer.

We do this regardless of whether there are custom controls
mostly to keep things simple.

NB: This change also reduces the fade time to 3sec from 5,
which has always seemed too long but was necessary to make
interacting with Music possible. Now that you can keep a
notification open arbitrarily long by putting your finger on
it, a shorter timeout is acceptable.

Bug: 3456677
Change-Id: I674abfcc0fa757f838b98ed9d5d46ba785a95cfa
rc/com/android/systemui/statusbar/tablet/NotificationPeekPanel.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
886d000c0cf07cc7ee997e1e1dbac80452c86c1b 04-Mar-2011 Eric Fischer <enf@google.com> Import revised translations. DO NOT MERGE

Change-Id: I7795f176a3ca479b44cccdbf4015cff08313d80d
es/values-es-rUS/strings.xml
013218b49e33a80ab2293d25192b7cf954cd6cff 04-Mar-2011 Daniel Sandler <dsandler@android.com> Fix touches on glowing region around panel.

Bug: 3509407
Change-Id: Ia40f4c534f6bc316da214db821e655123858150a
es/layout-xlarge/status_bar_notification_panel_title.xml
761eb3762f3602dd1859905ee4ba80f0ef6aec56 04-Mar-2011 Ken Wakasa <kwakasa@google.com> Fix the sort order of the input methods & subtypes in the settings.

It should have been the same as how the IME switcher panel does.

bug: 3364167
Change-Id: I48b98c9c4598720edf7cf09d1b9358a9ebed6051
rc/com/android/systemui/statusbar/tablet/InputMethodsPanel.java
389bf4f734f1820e31f8807d117b6b15ded9ff8b 04-Mar-2011 Wink Saville <wink@google.com> Merge "DO NOT MERGE: Revert "LTE Changes for Telephony including Multiple PDN support and IPV6 support"" into honeycomb-mr1
24be6f9b0666762ef1006240bf293111bd8d617e 04-Mar-2011 Eric Fischer <enf@google.com> Remove unneeded large-screen-specific translations.

Change-Id: Ifb55c466fbd6450504c2111193ce3049ccd99425
es/values-es-rUS-xlarge-land/strings.xml
es/values-es-rUS-xlarge-port/strings.xml
0472beb9071c47bfdce0130478976e8dccd7008f 03-Mar-2011 Eric Fischer <enf@google.com> Import revised translations. DO NOT MERGE

Change-Id: Ifc18c6e4f53be86b699f3485d94fb6312cf0d909
es/values-ar/strings.xml
es/values-bg/strings.xml
es/values-ca/strings.xml
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-en-rGB/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-it/strings.xml
es/values-iw/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-rm/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
eca208fae6d1b6ae9c8c0e42eee092e86dbddbb7 03-Mar-2011 Wink Saville <wink@google.com> DO NOT MERGE: Revert "LTE Changes for Telephony including Multiple PDN support and IPV6 support"

This reverts commit 2b8bcfe5b74e1a34d136f4ff46e3c94397f38f82.

Change-Id: Ifc4e9aaccb54e065a36380710694cd6e4d347636
es/drawable-mdpi/stat_sys_signal_4g.png
rc/com/android/systemui/statusbar/phone/PhoneStatusBarPolicy.java
rc/com/android/systemui/statusbar/policy/NetworkController.java
rc/com/android/systemui/statusbar/policy/TelephonyIcons.java
89d576d63d1a957c6aa91d698a01b8a8f456f32b 03-Mar-2011 Patrick Dubroy <dubroy@google.com> Merge "Make sure we send a cancel event on system bar keys."
5ee1a3daf0fb274b2a5fdea797748b569495a621 03-Mar-2011 Patrick Dubroy <dubroy@google.com> Make sure we send a cancel event on system bar keys.

Change-Id: Ia444a7cb1ff56ab5d063995bd467fc4b4169985f
rc/com/android/systemui/statusbar/policy/KeyButtonView.java
134fa4489ee7d4a06385fe75d3ca82dcb8139bb4 03-Mar-2011 Daniel Sandler <dsandler@google.com> Merge "Pressed states for the notification panel's title area."
8f491b5fbc0956bd2e3e050b73acb36a4c3f493e 03-Mar-2011 Daniel Sandler <dsandler@google.com> Pressed states for the notification panel's title area.

Finally, some feedback that you can tap on the thing.

Also tweak the veto press state PNG so you can see that it
has a pressed state.

Bug: 3328753
Change-Id: I5c3b826fae66e480784477f844c6585bef1a0b60
es/drawable-mdpi/notify_panel_clock_bg.9.png
es/drawable-mdpi/notify_panel_clock_bg_normal.9.png
es/drawable-mdpi/notify_panel_clock_bg_pressed.9.png
es/drawable-mdpi/status_bar_veto_pressed.png
es/drawable/notify_panel_clock_bg.xml
es/layout-xlarge/status_bar_notification_panel_title.xml
rc/com/android/systemui/statusbar/tablet/NotificationPanel.java
67edceb096d5a49c79183102b8e22d9e6ba97da5 03-Mar-2011 Jim Miller <jaggies@google.com> Fix 3504984: Use overscroll fade in Recents.

Change-Id: I3a5bdc53876edd01d8a0022be4d0a0ed38864eed
rc/com/android/systemui/statusbar/tablet/RecentAppsPanel.java
f08c117f0997b9b22ac7ec0b6c8c2e265bc587c1 02-Mar-2011 Daniel Sandler <dsandler@google.com> Merge "resolved conflicts for merge of 49853dc1 to master"
123d9cf7a94f5f59b5ecd84c9c2357b4ade69388 02-Mar-2011 Daniel Sandler <dsandler@google.com> resolved conflicts for merge of 49853dc1 to master

Change-Id: I0d56965740d1273841e33cfc5db57b4df05915d1
5920f153e763b62bbc2ddb35f624a1241180575e 02-Mar-2011 Daniel Sandler <dsandler@google.com> Invert sense (and text) of rotation lock switch.

It now reads "Auto-rotate screen" to be more consistent with
the Settings app.

Bug: 3427583
Change-Id: I58d90a6b875cfa99b03995aea4c7ebfc7751e9cf
es/layout-xlarge/status_bar_settings_view.xml
es/values/strings.xml
rc/com/android/systemui/statusbar/policy/AutoRotateController.java
0ffc2306ddbfe30291c89286287f9fc75658c409 02-Mar-2011 Daniel Sandler <dsandler@google.com> Remove logspew.

Change-Id: Ib47abbd6111e990e4a92c504d9a3859d0240905e
rc/com/android/systemui/statusbar/tablet/NotificationPanel.java
21eb86a5c464205155a9ea14486113055c2dffc9 02-Mar-2011 Daniel Sandler <dsandler@google.com> Bring back some status bar animations.

Change Ie817b396 removed the layout transition from the main
status bar, fixing a number of weird bugs caused by the
translations on CHANGE_APPEARING and CHANGE_DISAPPEARING.

This change restores the layout transitions, but only the
alpha fade on APPEARING and DISAPPEARING. Doing this should
bring back the useful part of the status bar animations
(i.e. things fading in & out) without the buggy part (things
sliding around to make room for the things fading in & out).

Additionally, these fade-only layout transitions are now
properly applied to the clock/notification area (when
bringing up the notifications panel) and the icons within
the navigation cluster (so the legacy MENU key will fade
in).

Bug: 3503960
Bug: 3489129
Change-Id: I1ea433c41f2f930342ae2486505b0fee19709f9c
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
957ac32633f78d27110da47993c752fb5fccff80 02-Mar-2011 Daniel Sandler <dsandler@google.com> Turn off animations in the status bar.

They're causing a number of unpleasant effects (see bug list
below). The root cause is a limitation of layout transitions
(http://b/3503912) that we don't have time to fix right now.

Bug: 3427414
Bug: 3489129
Bug: 3501979
Change-Id: Ie817b396f89847b105ef7b7c7007c7a1e64b8469
es/layout-xlarge/status_bar.xml
119f91bbeae5b423e53ed58699f2de4082a24a1f 01-Mar-2011 Daniel Sandler <dsandler@google.com> Visible feedback for control panel taps.

Bug: 3329721
Change-Id: Ie0c6251381447ad1893d63d62cd235fa88a7b1c5
es/layout-xlarge/status_bar_settings_view.xml
es/values-xlarge/styles.xml
40bbf9295d5245d3917629ce15f7b37670aef1ac 01-Mar-2011 Mike Lockwood <lockwood@android.com> DO NOT MERGE: Backport USB accessory support to gingerbread

Signed-off-by: Mike Lockwood <lockwood@android.com>
rc/com/android/systemui/usb/UsbStorageActivity.java
9ac8719caf22be62046511316e0339ead1f908d2 02-Mar-2011 Tadashi G. Takaoka <takaoka@google.com> Longer delay before fading out scrollbar

Default delay is 750ms. This change sets it 75sec.

Bug: 3454586
Change-Id: Ib6e4ad194fca577f397da0050ccfeaef0c04227c
es/layout-xlarge/status_bar_input_methods_panel.xml
04fe9f4825de54f32b98182a2572c209b9524820 02-Mar-2011 Jim Miller <jaggies@google.com> Merge "Fix 3482763: Minor layout tweaks and new asset for recents"
d7ba12135bf3e1985961a75648f80bb9eb121e1e 02-Mar-2011 Daniel Sandler <dsandler@google.com> Merge "Make with the clicky. (Status bar buttons now play FX.)"
9c1785820b2605b84a4934a5d30eda88f26b0b14 02-Mar-2011 Jim Miller <jaggies@google.com> Fix 3482763: Minor layout tweaks and new asset for recents

Fixed in this change:
- ListView overscroll drawable was partially off screen.
- Selected item was not fading when unselected

Change-Id: Ifba86eede591c4d4f984a7966b933a77799f66f9
es/drawable-xlarge-mdpi/recents_thumbnail_bg_press.png
es/drawable/recents_thumbnail_bg_holo.xml
es/drawable/recents_thumbnail_bg_selector.xml
es/layout-xlarge/status_bar_recent_panel.xml
b43838fd7ac5e152ebd8ca28420aca1fb743645f 02-Mar-2011 Jim Miller <jaggies@google.com> Merge "Fix 3500730: Prevent NPE cause by clicking on footer view"
b5a2b29a6495d0326ebea58f98af7edf49b4ae24 02-Mar-2011 Jim Miller <jaggies@google.com> Fix 3500730: Prevent NPE cause by clicking on footer view

This fixes a crash caused by clicking in the footer view
by making it not selectable.

Also, don't hide home and recents button, per request from UX.

Change-Id: Ie3348c8f5d699841aa76fd7abe889b2b329c7b0b
rc/com/android/systemui/statusbar/tablet/RecentAppsPanel.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
aa051d66afa791872bfe362a94765dece07cd4c5 01-Mar-2011 Daniel Sandler <dsandler@google.com> Make with the clicky. (Status bar buttons now play FX.)

Now sending accessibility events and playing click noises:
- Home
- Back
- Notification icons (if you tap; tap-and-hold/scrub is
silent)
- the clock area

I also added touch slop to the main nav buttons (should have
been there all along).

Bug: 3422943
Change-Id: Ib5ee1d3a7c79e60e05377715092cde3f7678ddcf
rc/com/android/systemui/statusbar/policy/KeyButtonView.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
49853dc19c43dedbb09512c24ab55112e8b04cea 01-Mar-2011 Mike Corrigan <michael.corrigan@motorola.com> am bd15112a: Fix the display priority of the airplane mode icon.

* commit 'bd15112a29eefb93e62235574b694746044c9261':
Fix the display priority of the airplane mode icon.
bd15112a29eefb93e62235574b694746044c9261 24-Feb-2011 Mike Corrigan <michael.corrigan@motorola.com> Fix the display priority of the airplane mode icon.

The airplane icon is used as a fallback when no
other radios are available *and* the AIRPLANE_MODE_ON system
setting is set to 1. (NetworkController now tracks changes to
the setting via ACTION_AIRPLANE_MODE_CHANGED broadcasts.)

This fixes wifi-only devices, for which the previous logic
did not correctly and consistently detect airplane mode.

Bug: 3489820
Change-Id: I226bb0e977f6a5fd3f2d829ba51ca54c5c910ef3
rc/com/android/systemui/statusbar/policy/NetworkController.java
c4308f01c965571dc2354107c3574df113e397ee 01-Mar-2011 Mike Lockwood <lockwood@android.com> Move USB framework support from android.hardware to android.hardware.usb package

Change-Id: I00fd4f0caaa4aebe48f71c576bb211b5f38bf88d
Signed-off-by: Mike Lockwood <lockwood@android.com>
rc/com/android/systemui/usb/UsbStorageActivity.java
fab337648df339b1a1fea4fa97d8217760435d56 01-Mar-2011 Daniel Sandler <dsandler@google.com> resolved conflicts for merge of cfeaa492 to master

Change-Id: I6ee4e3f822cb91008b1ca64ab9a6673278e501e0
7eae7a97bc78b1a03b3df2444c6cdff9808d536a 28-Feb-2011 Jim Miller <jaggies@google.com> Merge "Fix 3386135: Make recent apps scrollable with more entries"
cfeaa492a2a1a998512aab73a15bb0ba31928cea 28-Feb-2011 Daniel Sandler <dsandler@google.com> am 5404812d: Merge "When out of range, show device-appropriate no-signal bars." into honeycomb

* commit '5404812dee9dccbbd43df81752f3061742235982':
When out of range, show device-appropriate no-signal bars.
7916432b3cd9d0396872aee6d3d585f19b4b7ef6 28-Jul-2010 Mike Lockwood <lockwood@android.com> DO NOT MERGE UsbManager: squashed commit of:

USB: Add functions for querying if a USB function is supported and enabled.

Rename android.hardware.Usb to UsbManager and UsbObserver to UsbService

Change-Id: I920a211934d993eab8ce744c1cc7b05342389286
Signed-off-by: Mike Lockwood <lockwood@android.com>
rc/com/android/systemui/usb/UsbStorageActivity.java
5fda69cf1e7cad4d40f80203e5f790595f66e840 17-Feb-2011 Jim Miller <jaggies@google.com> Fix 3386135: Make recent apps scrollable with more entries

Summary of changes:

Switched to using a ListView to contain recent apps.

Increased DISPLAY_TASKS to show up to 20 recent applications.

Moved some parameters to dimens to make them more customizeable
by partners and by device and configuration.

Adjusted size of composited thumbnail to accomodate new thumbnail
background asset.

Hide IME buttons in TabletStatusBar while RecentApps panel is showing.

Use new drawable for selection.

Restore list position on orientation change.

Change-Id: If8c26869b7e70f82c097870c6c1b928b959a4685
es/drawable-mdpi/ic_sysbar_back_ime_default.png
es/drawable-xlarge-mdpi/recents_thumbnail_bg.png
es/drawable-xlarge-mdpi/recents_thumbnail_bg_press.png
es/layout-xlarge/status_bar_recent_item.xml
es/layout-xlarge/status_bar_recent_panel.xml
es/layout-xlarge/status_bar_recent_panel_footer.xml
es/values/dimens.xml
rc/com/android/systemui/statusbar/tablet/RecentAppsPanel.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
9a7c7129760ac89ffebf3dd3b508ff755ecff844 25-Feb-2011 Daniel Sandler <dsandler@google.com> When out of range, show device-appropriate no-signal bars.

Also, start using the 0-bars WiFi icon when necessary;
previously, one bar was the lowest the WiFi icon could show.

Bug: 3488403
Change-Id: I3018685db3cf302d10c5e525a7d2c90f3c664f10
rc/com/android/systemui/statusbar/policy/NetworkController.java
rc/com/android/systemui/statusbar/policy/WifiIcons.java
2b8bcfe5b74e1a34d136f4ff46e3c94397f38f82 25-Feb-2011 Wink Saville <wink@google.com> LTE Changes for Telephony including Multiple PDN support and IPV6 support

Added init for CDMAPhone.java

Change-Id: I2392b5ad3382ee1993537b8477ef00dd036c6fe9
es/drawable-mdpi/stat_sys_signal_4g.png
rc/com/android/systemui/statusbar/phone/PhoneStatusBarPolicy.java
rc/com/android/systemui/statusbar/policy/NetworkController.java
rc/com/android/systemui/statusbar/policy/TelephonyIcons.java
f36ec34f40b0dc8ff37eaa97d5c5f70fc95b4779 25-Feb-2011 Daniel Sandler <dsandler@google.com> Merge "Notification flyover tuning:"
c950cf2269bd1cbb874f70a225bd0d776cd126dc 24-Feb-2011 Eric Fischer <enf@google.com> Merge "Import revised translations."
551df778f9f25a4763bff06be75106fa8ce2a78a 24-Feb-2011 Daniel Sandler <dsandler@google.com> Merge "Remove commented cruft, TODOs, and dead code."
56a6d880125906df588e7a973085501d588b18eb 23-Feb-2011 Daniel Sandler <dsandler@google.com> Notification flyover tuning:

- Swipe up on icons or clock to show notifications (3258623)
- Hide notification flyover immediately on tap (3410278)

Bug: 3258623
Bug: 3410278
Change-Id: Ide038e69bb800f744dbb79383246b7b416f06bba
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
c5f2b9f9078731a938455d20b277a8b2f80a26cf 24-Feb-2011 Eric Fischer <enf@google.com> Import revised translations.

Change-Id: Ib0c12e7b10809b2180a743bd2f9c186b04461920
es/values-ar-xlarge/strings.xml
es/values-bg-xlarge/strings.xml
es/values-ca-xlarge/strings.xml
es/values-cs-xlarge/strings.xml
es/values-da-xlarge/strings.xml
es/values-de-xlarge/strings.xml
es/values-el-xlarge/strings.xml
es/values-en-rGB-xlarge/strings.xml
es/values-es-rUS-xlarge/strings.xml
es/values-es-xlarge/strings.xml
es/values-fa-xlarge/strings.xml
es/values-fi-xlarge/strings.xml
es/values-fr-xlarge/strings.xml
es/values-hr-xlarge/strings.xml
es/values-hu-xlarge/strings.xml
es/values-in-xlarge/strings.xml
es/values-it-xlarge/strings.xml
es/values-iw-xlarge/strings.xml
es/values-ja-xlarge/strings.xml
es/values-ko-xlarge/strings.xml
es/values-lt-xlarge/strings.xml
es/values-lv-xlarge/strings.xml
es/values-nb-xlarge/strings.xml
es/values-nl-xlarge/strings.xml
es/values-pl-xlarge/strings.xml
es/values-pt-rPT-xlarge/strings.xml
es/values-pt-xlarge/strings.xml
es/values-ro-xlarge/strings.xml
es/values-ru-xlarge/strings.xml
es/values-sk-xlarge/strings.xml
es/values-sl-xlarge/strings.xml
es/values-sr-xlarge/strings.xml
es/values-sv-xlarge/strings.xml
es/values-sv/strings.xml
es/values-th-xlarge/strings.xml
es/values-tl-xlarge/strings.xml
es/values-tr-xlarge/strings.xml
es/values-uk-xlarge/strings.xml
es/values-vi-xlarge/strings.xml
es/values-zh-rCN-xlarge/strings.xml
es/values-zh-rTW-xlarge/strings.xml
86409c8cb789cd7f672ee6de43e6bf1a337847db 24-Feb-2011 Eric Fischer <enf@google.com> am 1c38872f: Merge "Import revised translations. DO NOT MERGE" into honeycomb

* commit '1c38872fd30d7b19a01cc309537e911e7f2344e9':
Import revised translations. DO NOT MERGE
f951bbf9576de55c732efbcc538529d601fa078f 24-Feb-2011 Eric Fischer <enf@google.com> Import revised translations. DO NOT MERGE

Change-Id: I6a05c3031a451b0d288762f079203a412133dd14
es/values-ar-xlarge/strings.xml
es/values-bg-xlarge/strings.xml
es/values-ca-xlarge/strings.xml
es/values-cs-xlarge/strings.xml
es/values-da-xlarge/strings.xml
es/values-de-xlarge/strings.xml
es/values-el-xlarge/strings.xml
es/values-en-rGB-xlarge/strings.xml
es/values-es-rUS-xlarge/strings.xml
es/values-es-xlarge/strings.xml
es/values-fa-xlarge/strings.xml
es/values-fi-xlarge/strings.xml
es/values-fr-xlarge/strings.xml
es/values-hr-xlarge/strings.xml
es/values-hu-xlarge/strings.xml
es/values-in-xlarge/strings.xml
es/values-it-xlarge/strings.xml
es/values-iw-xlarge/strings.xml
es/values-lt-xlarge/strings.xml
es/values-lv-xlarge/strings.xml
es/values-nb-xlarge/strings.xml
es/values-nl-xlarge/strings.xml
es/values-pl-xlarge/strings.xml
es/values-pt-rPT-xlarge/strings.xml
es/values-pt-xlarge/strings.xml
es/values-ro-xlarge/strings.xml
es/values-ru-xlarge/strings.xml
es/values-sk-xlarge/strings.xml
es/values-sl-xlarge/strings.xml
es/values-sr-xlarge/strings.xml
es/values-sv-xlarge/strings.xml
es/values-sv/strings.xml
es/values-th-xlarge/strings.xml
es/values-tl-xlarge/strings.xml
es/values-tr-xlarge/strings.xml
es/values-uk-xlarge/strings.xml
es/values-vi-xlarge/strings.xml
es/values-zh-rCN-xlarge/strings.xml
es/values-zh-rTW-xlarge/strings.xml
ece945291e04ea8493895349ed95a2ab46b51c93 24-Feb-2011 Patrick Dubroy <dubroy@google.com> Fix 3272590: Long-press on home & menu should be same as click

Change-Id: I151571900f4bb63910ccfb77fc64c8be9676a224
rc/com/android/systemui/statusbar/policy/KeyButtonView.java
bb0c1a366dab54f20c8aded19ca01fe3d8721de2 24-Feb-2011 Eric Fischer <enf@google.com> am 32751e31: Merge "Import revised translations. DO NOT MERGE" into honeycomb

* commit '32751e3175d8dca96d75b6c93a32557c259c13a7':
Import revised translations. DO NOT MERGE
fc1c800b2e1efc930dbeabbd7b10bfc9da7f4942 23-Feb-2011 Eric Fischer <enf@google.com> Import revised translations. DO NOT MERGE

Change-Id: I5089e17bd14de7b4e217c1b91e393ae4799c4263
es/values-ja-xlarge/strings.xml
es/values-ko-xlarge/strings.xml
3a2fdedf693cca9146af8fd463e20cca5a2d1e20 23-Feb-2011 Daniel Sandler <dsandler@google.com> Remove commented cruft, TODOs, and dead code.

Change-Id: I86c953941fe24655f52177474ef39b7f92aa53fa
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
282ff9ae3f798dec325ce6b868f053649b596a8c 23-Feb-2011 Daniel Sandler <dsandler@google.com> Fix issues with DND display in status bar.

Bug: 3478116
Bug: 3480339
Change-Id: I513f0c2696dc3fe5aa3a6f071f1e4793f9f9645c
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
176b8d01b931096cbd8154e9b0e8d9ffc14f406d 23-Feb-2011 Justin Ho <justinho@google.com> am 57b920bd: am da34ab21: am 9208875e: Updated iconography for network status and adding 4G assets

* commit '57b920bd6160663d2a00ea7d8933fcc4c4fd20d1':
Updated iconography for network status and adding 4G assets
57b920bd6160663d2a00ea7d8933fcc4c4fd20d1 23-Feb-2011 Justin Ho <justinho@google.com> am da34ab21: am 9208875e: Updated iconography for network status and adding 4G assets

* commit 'da34ab214886531e5e9c0d975d0dc70cfe8a26a4':
Updated iconography for network status and adding 4G assets
9208875e92ec190d49864b92823dd7011b9b443a 23-Feb-2011 Justin Ho <justinho@google.com> Updated iconography for network status and adding 4G assets

Change-Id: Ie8dc203587836d88ded2846329db1a0c1667afcc
es/drawable-hdpi/stat_sys_data_connected_4g.png
es/drawable-hdpi/stat_sys_data_fully_connected_4g.png
es/drawable-hdpi/stat_sys_data_fully_in_4g.png
es/drawable-hdpi/stat_sys_data_fully_inandout_4g.png
es/drawable-hdpi/stat_sys_data_fully_out_4g.png
es/drawable-hdpi/stat_sys_data_in_4g.png
es/drawable-hdpi/stat_sys_data_inadnout_e.png
es/drawable-hdpi/stat_sys_data_inandout_4g.png
es/drawable-hdpi/stat_sys_data_out_4g.png
es/drawable-mdpi/stat_sys_data_connected_1x.png
es/drawable-mdpi/stat_sys_data_connected_3g.png
es/drawable-mdpi/stat_sys_data_connected_4g.png
es/drawable-mdpi/stat_sys_data_connected_e.png
es/drawable-mdpi/stat_sys_data_connected_g.png
es/drawable-mdpi/stat_sys_data_connected_h.png
es/drawable-mdpi/stat_sys_data_fully_connected_1x.png
es/drawable-mdpi/stat_sys_data_fully_connected_3g.png
es/drawable-mdpi/stat_sys_data_fully_connected_4g.png
es/drawable-mdpi/stat_sys_data_fully_connected_e.png
es/drawable-mdpi/stat_sys_data_fully_connected_g.png
es/drawable-mdpi/stat_sys_data_fully_connected_h.png
es/drawable-mdpi/stat_sys_data_fully_in_1x.png
es/drawable-mdpi/stat_sys_data_fully_in_3g.png
es/drawable-mdpi/stat_sys_data_fully_in_4g.png
es/drawable-mdpi/stat_sys_data_fully_in_e.png
es/drawable-mdpi/stat_sys_data_fully_in_g.png
es/drawable-mdpi/stat_sys_data_fully_in_h.png
es/drawable-mdpi/stat_sys_data_fully_inandout_1x.png
es/drawable-mdpi/stat_sys_data_fully_inandout_3g.png
es/drawable-mdpi/stat_sys_data_fully_inandout_4g.png
es/drawable-mdpi/stat_sys_data_fully_inandout_e.png
es/drawable-mdpi/stat_sys_data_fully_inandout_g.png
es/drawable-mdpi/stat_sys_data_fully_inandout_h.png
es/drawable-mdpi/stat_sys_data_fully_out_1x.png
es/drawable-mdpi/stat_sys_data_fully_out_3g.png
es/drawable-mdpi/stat_sys_data_fully_out_4g.png
es/drawable-mdpi/stat_sys_data_fully_out_e.png
es/drawable-mdpi/stat_sys_data_fully_out_g.png
es/drawable-mdpi/stat_sys_data_fully_out_h.png
es/drawable-mdpi/stat_sys_data_in_1x.png
es/drawable-mdpi/stat_sys_data_in_3g.png
es/drawable-mdpi/stat_sys_data_in_4g.png
es/drawable-mdpi/stat_sys_data_in_e.png
es/drawable-mdpi/stat_sys_data_in_g.png
es/drawable-mdpi/stat_sys_data_in_h.png
es/drawable-mdpi/stat_sys_data_inadnout_e.png
es/drawable-mdpi/stat_sys_data_inandout_1x.png
es/drawable-mdpi/stat_sys_data_inandout_3g.png
es/drawable-mdpi/stat_sys_data_inandout_4g.png
es/drawable-mdpi/stat_sys_data_inandout_g.png
es/drawable-mdpi/stat_sys_data_inandout_h.png
es/drawable-mdpi/stat_sys_data_out_1x.png
es/drawable-mdpi/stat_sys_data_out_3g.png
es/drawable-mdpi/stat_sys_data_out_4g.png
es/drawable-mdpi/stat_sys_data_out_e.png
es/drawable-mdpi/stat_sys_data_out_g.png
es/drawable-mdpi/stat_sys_data_out_h.png
5284090631e638b916d9a453212e9dc802656a67 18-Feb-2011 Wink Saville <wink@google.com> Changes for ril.h version 6.

Change-Id: Iacd9d362c4836546ac277cf3571227d426a721aa
rc/com/android/systemui/statusbar/phone/PhoneStatusBarPolicy.java
rc/com/android/systemui/statusbar/policy/NetworkController.java
ce6ff6403428069004e53651ea3b870a6bc67bb4 18-Feb-2011 Daniel Sandler <dsandler@google.com> Visual indication of do-not-disturb mode in system bar.

Bug: 3408005
Change-Id: I934a6684bb3e90e2ada848872b5670f6b6e3e055
es/drawable-mdpi/ic_notification_dnd.png
es/values-xlarge/strings.xml
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
33bfb66fe2850366bcef2a35a13ba6ffc48a580b 18-Feb-2011 Jim Miller <jaggies@google.com> Merge "Fix 3324645: Fix text wrapping issue in RecentApps"
4f88170a5017c61607f6da6c0e0d973bddb21d47 18-Feb-2011 Jim Miller <jaggies@google.com> Fix 3324645: Fix text wrapping issue in RecentApps

This fixes a problem where the application label and descriptions
would wrap to the next line. It now correctly stays within the
reserved space.

Change-Id: I586b15b1f69b61f260eb612e69b82260f6c9f84a
es/layout-xlarge/status_bar_recent_item.xml
3ca6d6bbfe614312ad936bce9ab5805615103267 17-Feb-2011 Irfan Sheriff <isheriff@google.com> Merge "data activity reporting on wifi"
227bec49157bc496f7c9e8e8f63c12728a448922 16-Feb-2011 Irfan Sheriff <isheriff@google.com> data activity reporting on wifi

Initial checkin, need icons to complete the feature

Bug: 3412258

Change-Id: I9a3ecc8159cc314d84707065dafe23d402409a84
rc/com/android/systemui/statusbar/policy/NetworkController.java
51510388ee26ac5f3fc662e67f9d8a17f806713a 17-Feb-2011 Dianne Hackborn <hackbod@google.com> Merge "Rework thumbnail API to not suffer from IPC failures."
f04ae729fa453bb7a025b44a099fab981bec67f5 17-Feb-2011 Eric Fischer <enf@google.com> Import revised translations.

Change-Id: I49c5a60899acbd7cb223935268507a3646b03286
es/values-ar-xlarge/strings.xml
es/values-ar/strings.xml
es/values-bg-xlarge/strings.xml
es/values-bg/strings.xml
es/values-ca-xlarge/strings.xml
es/values-ca/strings.xml
es/values-cs-land/strings.xml
es/values-cs-xlarge/strings.xml
es/values-cs/strings.xml
es/values-da-land/strings.xml
es/values-da-xlarge/strings.xml
es/values-da/strings.xml
es/values-de-land/strings.xml
es/values-de-xlarge/strings.xml
es/values-de/strings.xml
es/values-el-land/strings.xml
es/values-el-xlarge/strings.xml
es/values-el/strings.xml
es/values-en-rGB-xlarge/strings.xml
es/values-en-rGB/strings.xml
es/values-es-land/strings.xml
es/values-es-rUS-land/strings.xml
es/values-es-rUS-xlarge/strings.xml
es/values-es-rUS/strings.xml
es/values-es-xlarge/strings.xml
es/values-es/strings.xml
es/values-fa-xlarge/strings.xml
es/values-fa/strings.xml
es/values-fi-xlarge/strings.xml
es/values-fi/strings.xml
es/values-fr-land/strings.xml
es/values-fr-xlarge/strings.xml
es/values-fr/strings.xml
es/values-hr-xlarge/strings.xml
es/values-hr/strings.xml
es/values-hu-xlarge/strings.xml
es/values-hu/strings.xml
es/values-in-xlarge/strings.xml
es/values-in/strings.xml
es/values-it-land/strings.xml
es/values-it-xlarge/strings.xml
es/values-it/strings.xml
es/values-iw-xlarge/strings.xml
es/values-iw/strings.xml
es/values-ja-land/strings.xml
es/values-ja-xlarge/strings.xml
es/values-ja/strings.xml
es/values-ko-land/strings.xml
es/values-ko-xlarge/strings.xml
es/values-ko/strings.xml
es/values-lt-xlarge/strings.xml
es/values-lt/strings.xml
es/values-lv-xlarge/strings.xml
es/values-lv/strings.xml
es/values-nb-land/strings.xml
es/values-nb-xlarge/strings.xml
es/values-nb/strings.xml
es/values-nl-land/strings.xml
es/values-nl-xlarge/strings.xml
es/values-nl/strings.xml
es/values-pl-land/strings.xml
es/values-pl-xlarge/strings.xml
es/values-pl/strings.xml
es/values-pt-land/strings.xml
es/values-pt-rPT-land/strings.xml
es/values-pt-rPT-xlarge/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt-xlarge/strings.xml
es/values-pt/strings.xml
es/values-rm/strings.xml
es/values-ro-xlarge/strings.xml
es/values-ro/strings.xml
es/values-ru-land/strings.xml
es/values-ru-xlarge/strings.xml
es/values-ru/strings.xml
es/values-sk-xlarge/strings.xml
es/values-sk/strings.xml
es/values-sl-xlarge/strings.xml
es/values-sl/strings.xml
es/values-sr-xlarge/strings.xml
es/values-sr/strings.xml
es/values-sv-land/strings.xml
es/values-sv-xlarge/strings.xml
es/values-sv/strings.xml
es/values-th-land/strings.xml
es/values-th-xlarge/strings.xml
es/values-th/strings.xml
es/values-tl-xlarge/strings.xml
es/values-tl/strings.xml
es/values-tr-land/strings.xml
es/values-tr-xlarge/strings.xml
es/values-tr/strings.xml
es/values-uk-xlarge/strings.xml
es/values-uk/strings.xml
es/values-vi-xlarge/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN-land/strings.xml
es/values-zh-rCN-xlarge/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW-land/strings.xml
es/values-zh-rTW-xlarge/strings.xml
es/values-zh-rTW/strings.xml
d94df45b3d1ab4004ef517acfc56a9310330f8d8 17-Feb-2011 Dianne Hackborn <hackbod@google.com> Rework thumbnail API to not suffer from IPC failures.

Thumbnails are now requested separately, so we don't exceed the
IPC buffer size limit.

Also implement issue #3349553: Please provide a hook to intercept
fragment-breadcrumb clicks

And maybe fix issue #3439199: Music Notification does not turn on
when app switching out of Music app

Change-Id: Ie939e78cc8ded07b18112760e053185947549f61
rc/com/android/systemui/statusbar/tablet/RecentAppsPanel.java
439f5c6b39fe648da835d4c86dfcffed0f46dd94 16-Feb-2011 Daniel Sandler <dsandler@google.com> Merge "Fix NPE."
aebe3dfe61ba889962174cf9e24783770af31e02 16-Feb-2011 Eric Fischer <enf@google.com> am 874ae43c: Merge "Import revised translations. DO NOT MERGE" into honeycomb

* commit '874ae43ce1c7fc1fe6c1423b581757fe14edce6e':
Import revised translations. DO NOT MERGE
abe92da72fe7d3b61f8f47d77da46f1b3f2396a6 16-Feb-2011 Eric Fischer <enf@google.com> Import revised translations. DO NOT MERGE

Change-Id: Id7d999bfc9d422292aa81d5a8c579840e9cc1438
es/values-ar/strings.xml
es/values-bg/strings.xml
es/values-ca/strings.xml
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-en-rGB/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-it/strings.xml
es/values-iw/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
bec7d63c9cad875bb127786d61ee34b4d609db59 15-Feb-2011 Daniel Sandler <dsandler@google.com> Fix NPE.

I believe this is the result of a race condition involving multiple tickers under load. The fix simply guards against the null pointer.

Bug: 3448450
Change-Id: Icc78c89890f0a41c574f7077b1b450e9fd4ca28b
rc/com/android/systemui/statusbar/tablet/TabletTicker.java
e2a50b9c2e45218345d5e1e26e7b664407496b24 15-Feb-2011 satok <satok@google.com> Add the Id of InputMethodInfo at the tail of Application label at sorting InputMethods

Change-Id: I632a715e94712b4f2197d5981b691d49a9de89f2
rc/com/android/systemui/statusbar/tablet/InputMethodsPanel.java
55e26aa15038c81bcca054fde1cd8a925d80a953 15-Feb-2011 Jim Miller <jaggies@google.com> Fix 3423212: Constrain large app icons to 64x64 in recents.

Change-Id: I3400632b6aec97edad29455961a700db2acea099
es/layout-xlarge/status_bar_recent_item.xml
c1afcf06f8f0652b572653e9fdef6e157327024a 10-Feb-2011 Daniel Sandler <dsandler@google.com> Put the pocket back in my pocket for later.

Change-Id: Ifa6b540abede35ba92ab6721274655aef1458fbc
es/layout-xlarge/status_bar.xml
es/layout-xlarge/status_bar_notification_area.xml
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
1cfe75301724d324c4f2e216dfef09ca2a474025 08-Feb-2011 Daniel Sandler <dsandler@google.com> Bringing back the pocket.

Bug: 3203179
Change-Id: Ic1513ae9cbc502e328bcf484f83198f2c12102a2
es/drawable-mdpi/pocket_drag_pattern.png
es/drawable/pocket_drag_bg.xml
es/layout-xlarge/status_bar.xml
es/layout-xlarge/status_bar_notification_area.xml
rc/com/android/systemui/statusbar/tablet/ShirtPocket.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
1e09ca2a1f3e9ce2dbe538c0fbedb687c3f5738c 08-Feb-2011 Eric Fischer <enf@google.com> am c7bece13: Merge "Import revised translations. DO NOT MERGE" into honeycomb

* commit 'c7bece13495949db1736263a7cf5cf67c6165c51':
Import revised translations. DO NOT MERGE
7dd2196e8b1b80dac3905b2b368f5a6473b1890b 08-Feb-2011 Eric Fischer <enf@google.com> Import revised translations. DO NOT MERGE

Change-Id: Icb56518620be62481ed0d152f7eb9ab44d6f759d
es/values-ar-xlarge/strings.xml
es/values-bg-xlarge/strings.xml
es/values-bg/strings.xml
es/values-ca-xlarge/strings.xml
es/values-cs-xlarge/strings.xml
es/values-da-xlarge/strings.xml
es/values-de-xlarge/strings.xml
es/values-de/strings.xml
es/values-el-xlarge/strings.xml
es/values-el/strings.xml
es/values-en-rGB-xlarge/strings.xml
es/values-es-rUS-xlarge/strings.xml
es/values-es-xlarge/strings.xml
es/values-fa-xlarge/strings.xml
es/values-fi-xlarge/strings.xml
es/values-fr-xlarge/strings.xml
es/values-hr-xlarge/strings.xml
es/values-hu-xlarge/strings.xml
es/values-in-xlarge/strings.xml
es/values-it-xlarge/strings.xml
es/values-it/strings.xml
es/values-iw-xlarge/strings.xml
es/values-ja-xlarge/strings.xml
es/values-ko-xlarge/strings.xml
es/values-lt-xlarge/strings.xml
es/values-lv-xlarge/strings.xml
es/values-nb-xlarge/strings.xml
es/values-nl-xlarge/strings.xml
es/values-pl-xlarge/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT-xlarge/strings.xml
es/values-pt-xlarge/strings.xml
es/values-ro-xlarge/strings.xml
es/values-ro/strings.xml
es/values-ru-xlarge/strings.xml
es/values-sk-xlarge/strings.xml
es/values-sl-xlarge/strings.xml
es/values-sr-xlarge/strings.xml
es/values-sv-xlarge/strings.xml
es/values-th-land/strings.xml
es/values-th-xlarge/strings.xml
es/values-tl-xlarge/strings.xml
es/values-tr-xlarge/strings.xml
es/values-uk-xlarge/strings.xml
es/values-vi-xlarge/strings.xml
es/values-zh-rCN-xlarge/strings.xml
es/values-zh-rTW-xlarge/strings.xml
es/values-zh-rTW/strings.xml
91445d73e069d03110d39a4c711c9ef462b9f24e 07-Feb-2011 Joe Onorato <joeo@google.com> am 3162211b: am 2742c9c2: am 163c28b5: Merge "Managed dialogs should run on the same thread as their activity." into gingerbread

* commit '3162211bc78c98836f0c9d76a8e94741e4255bed':
Managed dialogs should run on the same thread as their activity.
e28d3e1c417fac3ebb0ccdc383c34830550c072b 07-Feb-2011 Romain Guy <romainguy@google.com> am 7846d403: am 1c0ab385: Merge "Open the location settings when clicking the GPS notification." into honeycomb

* commit '7846d4039ffa42583021152863c245eedcf0d46a':
Open the location settings when clicking the GPS notification.
85cabc2eb367e8dcbe7445886bdd945e47d1bbfa 07-Feb-2011 Mike Cleron <mcleron@google.com> am 9cfa9c7a: am f6141980: Merge changes I46acd27a,I70b322e1 into honeycomb

* commit '9cfa9c7a3f5f23dec6ef4575407c1076d1b3c479':
aa is better than cc
Prevent ProgressBar from slowing down everything. bug #3422568
32cd1d5053fdca49463adc83adb7b7dad13904e0 07-Feb-2011 Daniel Sandler <dsandler@google.com> resolved conflicts for merge of 31796297 to master

Change-Id: Ice632b3378f8f67c186245fdb63b022ade864ba1
6da8239f5ececd38677b41fae597b0043897b6a9 07-Feb-2011 Justin Ho <justinho@google.com> am a9b9f9c8: am b3e00457: Merge "Updated notification area layout Bumping clock up 1px Swapping in new Bluetooth icons" into honeycomb

* commit 'a9b9f9c816b2dac559cd06a756587f92e6f2215c':
Updated notification area layout Bumping clock up 1px Swapping in new Bluetooth icons
76324fcabecc1bd6977b3f6242efe65e60688319 04-Feb-2011 Andy Stadler <stadler@google.com> Fix warnings

* wrong package vs. file path (this was an error in eclipse)
* unused imports
* unused variables (at least for now)

Change-Id: Ic316e7e8586f75df5a048e98a21a65abf777deda
rc/com/android/systemui/statusbar/tablet/PanelBackgroundView.java
3162211bc78c98836f0c9d76a8e94741e4255bed 04-Feb-2011 Joe Onorato <joeo@google.com> am 2742c9c2: am 163c28b5: Merge "Managed dialogs should run on the same thread as their activity." into gingerbread

* commit '2742c9c2c640b6593321a0c5d56c8ba09ed58cc5':
Managed dialogs should run on the same thread as their activity.
e5e764ad0bb74d8c1405d018b4e0fe92d6554660 04-Feb-2011 Romain Guy <romainguy@google.com> Open the location settings when clicking the GPS notification.

Change-Id: I4203d75b7d18ab61f1f8e77452440bdc47161a10
rc/com/android/systemui/statusbar/policy/LocationController.java
f6141980c84f64618f083297bc37cfae7e0fca84 04-Feb-2011 Mike Cleron <mcleron@google.com> Merge changes I46acd27a,I70b322e1 into honeycomb

* changes:
aa is better than cc
Prevent ProgressBar from slowing down everything. bug #3422568
4ad2547fe08bab430d7d9f9cc4b789410856c9c3 04-Feb-2011 Daniel Sandler <dsandler@google.com> Merge "Ongoing notification for GPS use." into honeycomb
e28b430486a407282d92813c957c81a9d63a337e 04-Feb-2011 Romain Guy <romainguy@google.com> aa is better than cc

Bug:
Change-Id: I46acd27ae0fe93d9dc15aa1d3eeb06c1b344fada
es/values-xlarge/colors.xml
e40451a89dc91dfd636af7cb32a23b4a4cc93fdc 03-Feb-2011 Daniel Sandler <dsandler@google.com> Ongoing notification for GPS use.

This change improves upon the notification priority API
introduced in change I9e738cc4, allowing privileged clients
to set the priority of a notification when posting it
directly to INotificationManager. StatusBarTest is updated
to test this new feature.

The new LocationController in SystemUI uses this facility to
post a high-priority ongoing notification whenever GPS is in
use (replacing the functionality of the legacy GPS status
bar icon).

Also happens to fix http://b/3325472 (adding a log message
when notifications are dropped because of a missing icon).

Bug: 3412807

Change-Id: I523016ffa53bf979be98ddc4a2deb55a6270c68a
es/values-es-rUS-xlarge/strings.xml
es/values-xlarge/strings.xml
rc/com/android/systemui/statusbar/policy/LocationController.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
c7f8b6fcf56aeb457013832555f6358f6babee90 04-Feb-2011 Joe Onorato <joeo@google.com> Managed dialogs should run on the same thread as their activity.

Bug: 3418998
Change-Id: I9b1cf73f9d6f8a5594f405546fcaa3cfd6f03c45
rc/com/android/systemui/usb/UsbStorageActivity.java
8cd46b577b08b391f4b9556282eae539805e7a35 04-Feb-2011 Daniel Sandler <dsandler@google.com> am 63944f6c: am 2243cca4: Merge "Time to take down the Christmas lights." into honeycomb

* commit '63944f6c38090e263d824d9c4a074d2baf13a21c':
Time to take down the Christmas lights.
589a6a33558af52ff4b691592166bbd67a5fde0e 04-Feb-2011 Daniel Sandler <dsandler@google.com> am 62362af8: am 81034187: Merge "Move the low battery sound to the notification stream." into honeycomb

* commit '62362af8f93a44147e27a43c56d3c8da22ae1864':
Move the low battery sound to the notification stream.
4dce4fc8ea8c5c6df9db33b24b5733d5d9ef0f6b 04-Feb-2011 Daniel Sandler <dsandler@google.com> am a2e82d4c: am 6f922cbe: Merge "Implement priority ordering in notifications." into honeycomb

* commit 'a2e82d4c69bc25eb9f262be0efb4bd38695c4f86':
Implement priority ordering in notifications.
247c0c1bba53ee9f8e2f167948f8b2b649b91675 04-Feb-2011 Joe Onorato <joeo@google.com> am 020c021c: am e9dea7b7: Merge "Add a bluetooth icon and data direction to the status bar." into honeycomb

* commit '020c021c62f804ed08d89a3a38457a002184158e':
Add a bluetooth icon and data direction to the status bar.
de9fa2cfe051cda4bd8528a1ffc321e66f8f059e 04-Feb-2011 Justin Ho <justinho@google.com> am a29acdfb: am 1cee14f1: Merge "System bar tweaks" into honeycomb

* commit 'a29acdfb8a3c9812718ead057f77ef5dbd508682':
System bar tweaks
ba6d8ac50a2b1872b93c47b80473783723696dc5 04-Feb-2011 Justin Ho <justinho@google.com> Updated notification area layout
Bumping clock up 1px
Swapping in new Bluetooth icons

Change-Id: Ib98f402889478121860633ffdb490c422218889e
es/drawable-hdpi/stat_sys_data_bluetooth.png
es/drawable-hdpi/stat_sys_data_bluetooth_connected.png
es/drawable-mdpi/stat_sys_data_bluetooth.png
es/drawable-mdpi/stat_sys_data_bluetooth_connected.png
es/layout-xlarge/status_bar_notification_area.xml
8053b55f5bd74b592c01d8ac796b12ced8666972 03-Feb-2011 Daniel Sandler <dsandler@google.com> Time to take down the Christmas lights.

Bug: 3420764
Change-Id: Ie76341f165f8232efdcc90af66776751117b443a
es/layout-xlarge/status_bar_notification_panel_title.xml
d57c8d93c0fe353cdb2de183f4df834b8c1829c3 03-Feb-2011 Daniel Sandler <dsandler@google.com> Move the low battery sound to the notification stream.

This will allow its volume to be governed by the user's chosen
notification volume.

Bug: 3409396
Change-Id: I1bc59fd76f4b5250beac530b2711dd59d79b5384
rc/com/android/systemui/power/PowerUI.java
a31e4190cb44eaa51bb8dee7d715fcd72d6c0b03 03-Feb-2011 Daniel Sandler <dsandler@google.com> Implement priority ordering in notifications.

Ongoings are the only notifications currently given higher
priority (and it's in an internal data structure, not a
public API, so fear not about abuse---this will be no worse
than on the phone where ongoings floated to the top).

The only thing left is to give privileged customers a way to
alter the priority of their notifications.

Bug: 3412807
Bug: 3146719
Change-Id: I9e738cc413982845cf4858faa8ccd0a7dbf3187c
rc/com/android/systemui/statusbar/NotificationData.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
e9dea7b735fb0fdb1956d96a6e78b1c5cd666316 03-Feb-2011 Joe Onorato <joeo@google.com> Merge "Add a bluetooth icon and data direction to the status bar." into honeycomb
fce2bf3735177828ccf823b49d3396dfaccc8fd4 02-Feb-2011 Joe Onorato <joeo@google.com> Add a bluetooth icon and data direction to the status bar.

Bug: 3354414
Change-Id: I21cc9a2597e3b22bc5860a042d8a8cc4e93ca5b3
es/drawable-hdpi/stat_sys_data_bluetooth.png
es/drawable-hdpi/stat_sys_data_bluetooth_connected.png
es/drawable-hdpi/stat_sys_signal_in.png
es/drawable-hdpi/stat_sys_signal_out.png
es/drawable-hdpi/stat_sys_wifi_in.png
es/drawable-hdpi/stat_sys_wifi_inout.png
es/drawable-hdpi/stat_sys_wifi_out.png
es/drawable-mdpi/stat_sys_data_bluetooth.png
es/drawable-mdpi/stat_sys_data_bluetooth_connected.png
es/drawable-mdpi/stat_sys_signal_in.png
es/drawable-mdpi/stat_sys_signal_inout.png
es/drawable-mdpi/stat_sys_signal_out.png
es/drawable-mdpi/stat_sys_wifi_in.png
es/drawable-mdpi/stat_sys_wifi_inout.png
es/drawable-mdpi/stat_sys_wifi_out.png
es/layout-xlarge/status_bar_notification_area.xml
es/layout-xlarge/status_bar_notification_panel_title.xml
rc/com/android/systemui/statusbar/policy/BluetoothController.java
rc/com/android/systemui/statusbar/policy/NetworkController.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
6301e12415c8f9a2baa33b55dd2d40471cdbfe3c 03-Feb-2011 Justin Ho <justinho@google.com> System bar tweaks

Adjusted brightness of clock and notification icons
Adding padding on right of battery indicator to 16dips to match mocks
Updated Home/Recent/Back buttons to match new brightness values
Bug: 3362749

Change-Id: I12b45b2b90b417da8d51630ca4682a3f1375774c
es/drawable-hdpi/ic_sysbar_back_default.png
es/drawable-hdpi/ic_sysbar_back_ime_default.png
es/drawable-hdpi/ic_sysbar_home_default.png
es/drawable-hdpi/ic_sysbar_menu_default.png
es/drawable-hdpi/ic_sysbar_recent_default.png
es/drawable-mdpi/ic_sysbar_back_default.png
es/drawable-mdpi/ic_sysbar_back_ime_default.png
es/drawable-mdpi/ic_sysbar_home_default.png
es/drawable-mdpi/ic_sysbar_menu_default.png
es/drawable-mdpi/ic_sysbar_recent_default.png
es/layout-xlarge/status_bar_notification_area.xml
es/values-xlarge/colors.xml
bf86edaad92d2df79eee2abaef34fc6a8ae76667 01-Feb-2011 Joe Onorato <joeo@google.com> am ba426a7e: am 8f4fe8fe: Merge "When the data flows, the icon glows." into honeycomb

* commit 'ba426a7e86fa958c1536c58a71ca9bb2c6e79479':
When the data flows, the icon glows.
65a6c48235628848b9f8df15be66fa4e0be4500e 01-Feb-2011 Justin Ho <justinho@google.com> am fdfde68f: am aece15a8: Merge "Updated notification panel alpha" into honeycomb

* commit 'fdfde68fc22d40711f6e99883e64253e1a305372':
Updated notification panel alpha
87793907c4c6cf6c0e96628c1b2d2555a5290af9 01-Feb-2011 Tadashi G. Takaoka <takaoka@google.com> am aa9082bc: am 2a7ade6d: Merge "Update hard keyboard status on closing input methods panel" into honeycomb

* commit 'aa9082bc799fd3d61a80d0bc95b0452100a3dca4':
Update hard keyboard status on closing input methods panel
8f4fe8fe17499362bfa5b922a509fc9c61ca4b71 01-Feb-2011 Joe Onorato <joeo@google.com> Merge "When the data flows, the icon glows." into honeycomb
c198bb1db8c16789a815b5fa2b393e113047bd47 01-Feb-2011 Joe Onorato <joeo@google.com> When the data flows, the icon glows.

Bug: 3354414
Change-Id: I1734c8f63d02731d7194364ce7cb692d6de820ac
es/drawable-hdpi/stat_sys_signal_1_flowing.png
es/drawable-hdpi/stat_sys_signal_1_fully_flowing.png
es/drawable-hdpi/stat_sys_signal_2_flowing.png
es/drawable-hdpi/stat_sys_signal_2_fully_flowing.png
es/drawable-hdpi/stat_sys_signal_3_flowing.png
es/drawable-hdpi/stat_sys_signal_3_fully_flowing.png
es/drawable-hdpi/stat_sys_signal_4_flowing.png
es/drawable-hdpi/stat_sys_signal_4_fully_flowing.png
es/drawable-hdpi/stat_sys_wifi_signal_1_flowing.png
es/drawable-hdpi/stat_sys_wifi_signal_1_fully_flowing.png
es/drawable-hdpi/stat_sys_wifi_signal_2_flowing.png
es/drawable-hdpi/stat_sys_wifi_signal_2_fully_flowing.png
es/drawable-hdpi/stat_sys_wifi_signal_3_flowing.png
es/drawable-hdpi/stat_sys_wifi_signal_3_fully_flowing.png
es/drawable-hdpi/stat_sys_wifi_signal_4_flowing.png
es/drawable-hdpi/stat_sys_wifi_signal_4_fully_flowing.png
es/drawable-mdpi/stat_sys_signal_1_flowing.png
es/drawable-mdpi/stat_sys_signal_1_fully_flowing.png
es/drawable-mdpi/stat_sys_signal_2_flowing.png
es/drawable-mdpi/stat_sys_signal_2_fully_flowing.png
es/drawable-mdpi/stat_sys_signal_3_flowing.png
es/drawable-mdpi/stat_sys_signal_3_fully_flowing.png
es/drawable-mdpi/stat_sys_signal_4_flowing.png
es/drawable-mdpi/stat_sys_signal_4_fully_flowing.png
es/drawable-mdpi/stat_sys_wifi_signal_1_flowing.png
es/drawable-mdpi/stat_sys_wifi_signal_1_fully_flowing.png
es/drawable-mdpi/stat_sys_wifi_signal_2_flowing.png
es/drawable-mdpi/stat_sys_wifi_signal_2_fully_flowing.png
es/drawable-mdpi/stat_sys_wifi_signal_3_flowing.png
es/drawable-mdpi/stat_sys_wifi_signal_3_fully_flowing.png
es/drawable-mdpi/stat_sys_wifi_signal_4_flowing.png
es/drawable-mdpi/stat_sys_wifi_signal_4_fully_flowing.png
rc/com/android/systemui/statusbar/policy/NetworkController.java
rc/com/android/systemui/statusbar/policy/TelephonyIcons.java
1ea48404373ef660a2d6a8f322e4d660eb744006 01-Feb-2011 Justin Ho <justinho@google.com> am 35af96c7: am 90a9ab56: Merge "Updating notification title close asset" into honeycomb

* commit '35af96c75b9530aa9a2c6d950536685c6774ddad':
Updating notification title close asset
aece15a89e4aa3bf55a4fad55852ffb6be7b6ad8 01-Feb-2011 Justin Ho <justinho@google.com> Merge "Updated notification panel alpha" into honeycomb
4df78a76e82d1ea6ae37e5865e1dccef49bb57e8 01-Feb-2011 Justin Ho <justinho@google.com> Updated notification panel alpha

Change-Id: Id26ce253f3180fe50e7d74c0ee638126b77def0d
es/layout-xlarge/status_bar_notification_area.xml
es/values-xlarge/colors.xml
2a7ade6d7ca0fc962554628dbbb446fd20f0ba52 01-Feb-2011 Tadashi G. Takaoka <takaoka@google.com> Merge "Update hard keyboard status on closing input methods panel" into honeycomb
122106cb9be37fb97c0315b927771ec6fcb94aa4 01-Feb-2011 Eric Fischer <enf@google.com> Merge "Import revised translations. DO NOT MERGE. Bug 3394542" into honeycomb
e385f0c771e5338200486bdca82088ad6f3a9c97 31-Jan-2011 Tadashi G. Takaoka <takaoka@google.com> Update hard keyboard status on closing input methods panel

Bug: 3391067
Change-Id: Ib337cea0031020ab7ca019b30cd2ceb47a7664d5
es/layout-xlarge/status_bar_input_methods_panel.xml
rc/com/android/systemui/statusbar/tablet/InputMethodsPanel.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
90a9ab56e0a41501cdd283c6e7022fd071334070 01-Feb-2011 Justin Ho <justinho@google.com> Merge "Updating notification title close asset" into honeycomb
6c01a2674380d2ae1fae5d4ec0a7800fa2bf78df 01-Feb-2011 Justin Ho <justinho@google.com> Updating notification title close asset

Change-Id: Id985d9f71b427b353d4f7a390c84fd40e8d43fc4
es/layout-xlarge/status_bar_notification_panel_title.xml
0ddd275edea50e4cb9c165f52fd39241fff386ea 31-Jan-2011 Eric Fischer <enf@google.com> Import revised translations. DO NOT MERGE. Bug 3394542

Change-Id: I49b085e0d1c4a3a131ba0f967166b915aaa24c57
es/values-ar/strings.xml
es/values-bg-xlarge/strings.xml
es/values-bg/strings.xml
es/values-ca/strings.xml
es/values-cs-land/strings.xml
es/values-cs/strings.xml
es/values-da-land/strings.xml
es/values-da/strings.xml
es/values-de-land/strings.xml
es/values-de/strings.xml
es/values-el-land/strings.xml
es/values-el/strings.xml
es/values-en-rGB/strings.xml
es/values-es-land/strings.xml
es/values-es-rUS-land/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr-land/strings.xml
es/values-fr/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-it-land/strings.xml
es/values-it/strings.xml
es/values-iw/strings.xml
es/values-ja-land/strings.xml
es/values-ja/strings.xml
es/values-ko-land/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-nb-land/strings.xml
es/values-nb/strings.xml
es/values-nl-land/strings.xml
es/values-nl/strings.xml
es/values-pl-land/strings.xml
es/values-pl/strings.xml
es/values-pt-land/strings.xml
es/values-pt-rPT-land/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-rm/strings.xml
es/values-ro/strings.xml
es/values-ru-land/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv-land/strings.xml
es/values-sv/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr-land/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN-land/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW-land/strings.xml
es/values-zh-rTW/strings.xml
a85afd133ffd378b8741a7a0f7d1051fb4391653 31-Jan-2011 Eric Fischer <enf@google.com> Import revised translations. DO NOT MERGE

Change-Id: I07d18c234d74184a6bc83894a3e874ce1ae782da
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-fr/strings.xml
es/values-it/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-ru/strings.xml
es/values-sv/strings.xml
es/values-tr/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
bd07f8e864120c183d6ef6dded1fb286a004b2a5 31-Jan-2011 Daniel Sandler <dsandler@google.com> am f4fc099c: am 4f63da64: Merge "Alignment in the title area of the notification panel." into honeycomb

* commit 'f4fc099c55ddd7d5c2e28a8b0a7d482b5082e27d':
Alignment in the title area of the notification panel.
b0b68901f2ff70bdcd8132b544f2518040846215 31-Jan-2011 Daniel Sandler <dsandler@google.com> Alignment in the title area of the notification panel.

Clock size -> 78sp to match specs
Clock right pad -> 6dp to achieve 14dp escapement

Bug: 3400754
Change-Id: I04a56aa899ab55804ad034ed06d9c7aaad331bc0
es/layout-xlarge/status_bar_notification_panel_title.xml
38d6e699c9d3d2e09edeb0655ba0b2529105587d 31-Jan-2011 Daniel Sandler <dsandler@google.com> am c05ddc11: am cb9d4d28: Merge "Kill spurious animations when vetoing notifications." into honeycomb

* commit 'c05ddc111f619d3fa34dcd72ac33d68e6cba0eb8':
Kill spurious animations when vetoing notifications.
cb9d4d28be41c72a8c6f254bf8fdaac5f41e0b6f 31-Jan-2011 Daniel Sandler <dsandler@google.com> Merge "Kill spurious animations when vetoing notifications." into honeycomb
66622a34321c895cc5ee5ad85610fbc20d735c1c 31-Jan-2011 Tadashi G. Takaoka <takaoka@google.com> am ed670b8b: am 81f4b582: Merge "Fix hardware keyboard switch listener" into honeycomb

* commit 'ed670b8b25a6cca95d4cdbd01940bb65d8026586':
Fix hardware keyboard switch listener
1c9debfb18acae293dff5ce02bb200d2a6b04ba9 31-Jan-2011 Tadashi G. Takaoka <takaoka@google.com> Fix hardware keyboard switch listener

Bug: 3391067
Change-Id: I64ae55652afedee60a70bc140cfb328b04bc8c83
rc/com/android/systemui/statusbar/tablet/InputMethodsPanel.java
2c83180e70155a9c56796bc01ff345e35dc94ff8 31-Jan-2011 Daniel Sandler <dsandler@google.com> Kill spurious animations when vetoing notifications.

Bug: 3406032
Change-Id: I6da6ee064d309bc44f6304722c5f3f4e05aaf687
rc/com/android/systemui/statusbar/tablet/NotificationPanel.java
79728c3c41d1acdd64123255bb86e6a14943bfa0 31-Jan-2011 Joe Onorato <joeo@google.com> am 0bab356f: am fba54f62: Merge "I declare settings panel icon VICTORY!" into honeycomb

* commit '0bab356fd87a973933ad69a30a400571a8394f0b':
I declare settings panel icon VICTORY!
fba54f620ff155ede6de7d73f1b6a0003839b1c4 31-Jan-2011 Joe Onorato <joeo@google.com> Merge "I declare settings panel icon VICTORY!" into honeycomb
de7feddc87e853040e35daeef86a71ba814c48fd 31-Jan-2011 Joe Onorato <joeo@google.com> I declare settings panel icon VICTORY!

Bug: 3396115
Change-Id: I72c46361506ec48bf3ebc9b84dbc476c301ce20c
es/layout-xlarge/status_bar_notification_panel_title.xml
es/layout-xlarge/status_bar_settings_view.xml
81997413573c91620633a5d06f87fe7b9524d176 30-Jan-2011 Daniel Sandler <dsandler@google.com> am 935275cb: am 71a22b3b: Merge "Dismiss the ticker early if the status bar is tapped." into honeycomb

* commit '935275cbe058f5a60ac2cf1a3321fd49550fd37c':
Dismiss the ticker early if the status bar is tapped.
71a22b3bc7cb4a721378ef38d43bce94f5b0e5bd 30-Jan-2011 Daniel Sandler <dsandler@google.com> Merge "Dismiss the ticker early if the status bar is tapped." into honeycomb
ac6f09140b228537ac0687638827d8988d597d2e 30-Jan-2011 Joe Onorato <joeo@google.com> am aaf75d77: am f2057d90: Merge changes I09e8c4eb,I91a0e05f into honeycomb

* commit 'aaf75d77b1c7ce7296a21db1e3ce23ae93e25817':
Use a DateFormat that fits.
Update the network info when the configuration changes.
f2057d907b5d9c75086337e840f70b5061b2a5aa 30-Jan-2011 Joe Onorato <joeo@google.com> Merge changes I09e8c4eb,I91a0e05f into honeycomb

* changes:
Use a DateFormat that fits.
Update the network info when the configuration changes.
0c953f68f54b5ff13b002f8e054537cafb29677e 30-Jan-2011 Joe Onorato <joeo@google.com> Use a DateFormat that fits.

Bug: 3405724
Change-Id: I09e8c4ebf1d0142b8737fc1bf9500dee320332b7
rc/com/android/systemui/statusbar/policy/DateView.java
2ed08d2e70250517e5578dd650c96b14aacf9ba5 30-Jan-2011 Daniel Sandler <dsandler@google.com> Dismiss the ticker early if the status bar is tapped.

Tapping the ticker will still launch the notification's
contentIntent, but tapping anywhere else in the bar will
immediately hide the ticker.

Bug: 3365129
Change-Id: Ic1abd38fd4c5bdf32f3586b4e4aa5b833b11a9bd
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBarView.java
46bfd4a355d7349cc9db53c70b8849ce0818aa7c 30-Jan-2011 Jeff Brown <jeffbrown@google.com> resolved conflicts for merge of c608e106 to master

Change-Id: I49117966f43080d86763bab51848dbc50e55ecf8
99641836d88044cafd3cac78f1c055beef3161b0 30-Jan-2011 Joe Onorato <joeo@google.com> Update the network info when the configuration changes.

Bug: 3405559
Change-Id: I91a0e05f2e6d1c7766b89ba4f96d87ce07783318
rc/com/android/systemui/statusbar/policy/NetworkController.java
3c89f6d1bd0821d0ae0205a5b48176156735aaac 30-Jan-2011 Jeff Brown <jeffbrown@google.com> Merge "Add "Use physical keyboard" option to system bar IME button." into honeycomb
ec4c5193689c30064d87a5febfde7c300b439f6c 30-Jan-2011 Daniel Sandler <dsandler@google.com> am bda99568: am eec20286: Merge "Fix broken intitial notification panel animation." into honeycomb

* commit 'bda99568d84530c6442af0602e9c12e6cb897780':
Fix broken intitial notification panel animation.
8c9891840aa26e788750e8b2f12bbbb0bae0f9f3 30-Jan-2011 Daniel Sandler <dsandler@google.com> Fix broken intitial notification panel animation.

I also tuned the animation parameters a bit to get things to
look just a tiny bit smoother. The first run is still jerky
but it's not jumping all over the place in the wrong
direction.

Bug: 3404950
Change-Id: Id10c52f227e6d2db428dc860097023560d154356
rc/com/android/systemui/statusbar/tablet/NotificationPanel.java
d84ac204f48c6ca227c38c1ba2b48c4ec97546f4 29-Jan-2011 Robert Greenwalt <rgreenwalt@google.com> am b79c611e: am 19eecb02: Merge "Don\'t use mobile networktype icon if not connected" into honeycomb

* commit 'b79c611ebf16b7b03273e0a0bdac09181e50a12e':
Don't use mobile networktype icon if not connected
19eecb028fe094e5f41d9ddeb1e6aac1d096da43 29-Jan-2011 Robert Greenwalt <rgreenwalt@google.com> Merge "Don't use mobile networktype icon if not connected" into honeycomb
2992ea782fa61780d8e0de7a36a2a84622f8694b 29-Jan-2011 Jeff Brown <jeffbrown@google.com> Add "Use physical keyboard" option to system bar IME button.

Bug: 3391067
Change-Id: I136087ca4f726d0068d5983d7d3686787ba60c55
es/layout-xlarge/status_bar_input_methods_panel.xml
es/values-es-rUS/strings.xml
es/values/strings.xml
rc/com/android/systemui/statusbar/CommandQueue.java
rc/com/android/systemui/statusbar/StatusBar.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/tablet/InputMethodButton.java
rc/com/android/systemui/statusbar/tablet/InputMethodsPanel.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
40cdd9b65091f402ae229a15cf001826b317d1c9 29-Jan-2011 Robert Greenwalt <rgreenwalt@google.com> Don't use mobile networktype icon if not connected

bug:3398345
Change-Id: I0e8beb54e909e02bc551c54d65c5fed8e4e8cb10
rc/com/android/systemui/statusbar/policy/NetworkController.java
0982dc6488a921d9d54d23b9180a9acf33c61526 29-Jan-2011 Eric Fischer <enf@google.com> Merge "Import revised translations. DO NOT MERGE" into honeycomb
d73343e43ca81f816d21ca6603443ec7d27b1762 29-Jan-2011 Justin Ho <justinho@google.com> am d1bde71a: am 20af1c57: Merge "Correct font size for notifications & control panel." into honeycomb

* commit 'd1bde71ad917218949555724722cdef7139d5ac9':
Correct font size for notifications & control panel.
20af1c57de9651b93a35b67418263b88bc83f3e4 29-Jan-2011 Justin Ho <justinho@google.com> Merge "Correct font size for notifications & control panel." into honeycomb
0e77f6dfcb29b414f5718f77c8323b1bc44f2b54 28-Jan-2011 Eric Fischer <enf@google.com> Import revised translations. DO NOT MERGE

Change-Id: I385b9dbf5908ad7030263bc586fba2ebdfe7cf85
es/values-de-xlarge/strings.xml
es/values-fr-xlarge/strings.xml
es/values-ja-xlarge/strings.xml
es/values-pt-xlarge/strings.xml
es/values-zh-rCN-xlarge/strings.xml
bafa3a31f58a52d49883db43167e28c16af1fc61 28-Jan-2011 Joe Onorato <joeo@google.com> am d6874a10: am cfd0bafd: Merge changes Iaa7bc042,Icc312fc9,I50ba06ed into honeycomb

* commit 'd6874a105ee584b1dc60aae2f2af7c78ee875114':
Make keyguard also ask to turn the back button off, now that it is controlled separately.
Allow independent control of the back and the other navigation buttons.
Allow the status bar disable flags to be used as View's system ui visibility fields.
8b16ebd0e80d5cc695d9a5567359a6c5dd9ac884 28-Jan-2011 Joe Onorato <joeo@google.com> am b940659f: am 94eb3d0f: Merge "Plumb whether an input view is actually visible or not through from the IME to the status bar." into honeycomb

* commit 'b940659f415d536966f1bb8af4d5281efa3a7f7a':
Plumb whether an input view is actually visible or not through from the IME to the status bar.
cfd0bafdebf1fccd3f5a0baed5cad8a539546e9b 28-Jan-2011 Joe Onorato <joeo@google.com> Merge changes Iaa7bc042,Icc312fc9,I50ba06ed into honeycomb

* changes:
Make keyguard also ask to turn the back button off, now that it is controlled separately.
Allow independent control of the back and the other navigation buttons.
Allow the status bar disable flags to be used as View's system ui visibility fields.
94eb3d0f7e77eb94c9fee8523c013fbc0f9032c4 28-Jan-2011 Joe Onorato <joeo@google.com> Merge "Plumb whether an input view is actually visible or not through from the IME to the status bar." into honeycomb
ca05585f048b1ba6716d09b318dca60a77ab3fa3 28-Jan-2011 Daniel Sandler <dsandler@google.com> Correct font size for notifications & control panel.

Bug: 3388577
Bug: 3394785
es/values-xlarge/styles.xml
e42d0dd741620fc74fbf4f46c65b8ff945edce66 28-Jan-2011 Daniel Sandler <dsandler@google.com> am 9bd1d320: am f0ca959b: Merge "Fix overlapping app icon & info in notifications with large icons." into honeycomb

* commit '9bd1d3204f4048b902d0fdf0ea0809f29eddeafd':
Fix overlapping app icon & info in notifications with large icons.
f0ca959b02cb9e81c116f7dece0bc345fb54de0c 28-Jan-2011 Daniel Sandler <dsandler@google.com> Merge "Fix overlapping app icon & info in notifications with large icons." into honeycomb
db173394aa60b966e03a4749f38592fa6ac05b61 28-Jan-2011 Daniel Sandler <dsandler@google.com> Fix overlapping app icon & info in notifications with large icons.

Bug: 3398728
Bug: 3394785
Change-Id: I50f065d482815612b2b187f1bc4360489d7455e6
es/layout-xlarge/status_bar_notification_row.xml
b50f64f5c5fb00652f325a88cd36ce617d7d197e 28-Jan-2011 Daniel Sandler <dsandler@google.com> am bcb14a20: am 2ded7ef4: Merge "Allow taps to once again penetrate the darkness." into honeycomb

* commit 'bcb14a203561c3782ebd6515650cc7001318efb6':
Allow taps to once again penetrate the darkness.
d72015505eace31b5b35ecc78b42f0d8c083399c 28-Jan-2011 Daniel Sandler <dsandler@google.com> Allow taps to once again penetrate the darkness.

(Tapping on the lights out shadow will now immediately show
the system bar in addition to informing the StatusBarManager
that the system UI chrome should be shown. This allows an
ACTION_DOWN to reach the back/home/whatever buttons even if
it was originally invoked when the lights were out.)

Bug: 3400262
Change-Id: I9b1b5240c003ad510fd65cb606728850d705ef33
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
6478adc6b4c35f8c56176582bcde029998e7436f 28-Jan-2011 Joe Onorato <joeo@google.com> Allow independent control of the back and the other navigation buttons.

Bug: 3363046
Change-Id: Icc312fc9ffbf2f584dc541489c9769b07ed50315
es/layout-xlarge/status_bar.xml
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
857fd9b8562c29913e03ed29288bd1802d37dc60 28-Jan-2011 Joe Onorato <joeo@google.com> Plumb whether an input view is actually visible or not through from the IME
to the status bar.

Bug: 3391067
Change-Id: I049531155bf7ee0b29874916c0b5b0a45b73c09e
rc/com/android/systemui/statusbar/CommandQueue.java
rc/com/android/systemui/statusbar/StatusBar.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/tablet/InputMethodButton.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
7cece6daf2b3c04c78c2b986edf6de57201f5c13 28-Jan-2011 satok <satok@google.com> am fb80d648: am 17945d0e: Merge "Update InputMethodPanel when locale was changed." into honeycomb

* commit 'fb80d648e2164fac75d41d6024a4d43137c0561f':
Update InputMethodPanel when locale was changed.
17945d0e05c8a4b0aa59032bc054b942c20d9472 28-Jan-2011 satok <satok@google.com> Merge "Update InputMethodPanel when locale was changed." into honeycomb
cf5f6d107a50f8b859158adc00254df72a1aec7e 27-Jan-2011 satok <satok@google.com> Update InputMethodPanel when locale was changed.

Bug: 3400950

Change-Id: I2229f175ec03084dd689fbd0f0c5a187b78ead33
rc/com/android/systemui/statusbar/tablet/InputMethodsPanel.java
b6f0855a513d39095dc9c5a280d5b9dfcaff2cc3 28-Jan-2011 Justin Ho <justinho@google.com> am 1bc3cbbf: am adc0a5bd: Merge "Attenuate notification icons in the system bar." into honeycomb

* commit '1bc3cbbf1c8588d5d3f5141eca557b7101bbc692':
Attenuate notification icons in the system bar.
adc0a5bdd220dab563cb4836989ad6acb1b32189 28-Jan-2011 Justin Ho <justinho@google.com> Merge "Attenuate notification icons in the system bar." into honeycomb
eebd4479f926b5134c66125bcc40f16e25932b52 28-Jan-2011 Justin Ho <justinho@google.com> am f4e04584: am 07520feb: Merge "Updated data and wifi indicators, updated GPS" into honeycomb

* commit 'f4e045841b4dbdb32975b0d2f430ed1858f6adf7':
Updated data and wifi indicators, updated GPS
07520feb6d908930be19d1a93d5a35f64b5a62ab 28-Jan-2011 Justin Ho <justinho@google.com> Merge "Updated data and wifi indicators, updated GPS" into honeycomb
49371adaca31955b75fcc414f701b51da0595680 28-Jan-2011 Daniel Sandler <dsandler@google.com> Attenuate notification icons in the system bar.

(Tunable by adjusting the alpha value of
notification_icon_area_smoke.)

Bug: 3395373
Change-Id: Ia8e257a451b2cb4c0e73ff3f4a77b380b193ef35
es/layout-xlarge/status_bar_notification_area.xml
es/values-xlarge/colors.xml
rc/com/android/systemui/statusbar/tablet/NotificationIconArea.java
e763f9cb8885f013fff339badb0b88b9ce686144 28-Jan-2011 Justin Ho <justinho@google.com> Updated data and wifi indicators, updated GPS

Change-Id: Idc582404639e5bdafdf8da4ee08e41c0f2ae0051
es/drawable-hdpi/stat_sys_gps_acquiring.png
es/drawable-hdpi/stat_sys_signal_0.png
es/drawable-hdpi/stat_sys_signal_1.png
es/drawable-hdpi/stat_sys_signal_1_fully.png
es/drawable-hdpi/stat_sys_signal_2.png
es/drawable-hdpi/stat_sys_signal_2_fully.png
es/drawable-hdpi/stat_sys_signal_3.png
es/drawable-hdpi/stat_sys_signal_3_fully.png
es/drawable-hdpi/stat_sys_signal_4.png
es/drawable-hdpi/stat_sys_signal_4_fully.png
es/drawable-hdpi/stat_sys_wifi_signal_0.png
es/drawable-hdpi/stat_sys_wifi_signal_1.png
es/drawable-hdpi/stat_sys_wifi_signal_1_fully.png
es/drawable-hdpi/stat_sys_wifi_signal_2.png
es/drawable-hdpi/stat_sys_wifi_signal_2_fully.png
es/drawable-hdpi/stat_sys_wifi_signal_3.png
es/drawable-hdpi/stat_sys_wifi_signal_3_fully.png
es/drawable-hdpi/stat_sys_wifi_signal_4.png
es/drawable-hdpi/stat_sys_wifi_signal_4_fully.png
es/drawable-mdpi/stat_sys_gps_acquiring.png
es/drawable-mdpi/stat_sys_signal_0.png
es/drawable-mdpi/stat_sys_signal_1.png
es/drawable-mdpi/stat_sys_signal_1_fully.png
es/drawable-mdpi/stat_sys_signal_2.png
es/drawable-mdpi/stat_sys_signal_2_fully.png
es/drawable-mdpi/stat_sys_signal_3.png
es/drawable-mdpi/stat_sys_signal_3_fully.png
es/drawable-mdpi/stat_sys_signal_4.png
es/drawable-mdpi/stat_sys_signal_4_fully.png
es/drawable-mdpi/stat_sys_wifi_signal_0.png
es/drawable-mdpi/stat_sys_wifi_signal_1.png
es/drawable-mdpi/stat_sys_wifi_signal_1_fully.png
es/drawable-mdpi/stat_sys_wifi_signal_2.png
es/drawable-mdpi/stat_sys_wifi_signal_2_fully.png
es/drawable-mdpi/stat_sys_wifi_signal_3.png
es/drawable-mdpi/stat_sys_wifi_signal_3_fully.png
es/drawable-mdpi/stat_sys_wifi_signal_4.png
es/drawable-mdpi/stat_sys_wifi_signal_4_fully.png
14d4c1201c3489b6b2c5b636bb3ae213c1011919 28-Jan-2011 Daniel Sandler <dsandler@google.com> am d07094a1: am e2c251b5: Tapping the ticker again activates the notification.

* commit 'd07094a16d4a65ffe1b7c702797c9b9b7aa65a4b':
Tapping the ticker again activates the notification.
e2c251b564a46a8f7352094ba8a61d46dc6b676f 28-Jan-2011 Daniel Sandler <dsandler@google.com> Tapping the ticker again activates the notification.

(Previous behavior: the tap would pass through to the clock,
which would open the shade. Only sometimes it wouldn't,
because you'd have hit the left-hand-side of the ticker
where there's no clock underneath. So this fixes that too.)

Additionally, tapping the ticker will now immediately
dismiss the ticker.

Bug: 3365129
Change-Id: Ic641184c518b18d799a560c8da6b4c5844c912de
rc/com/android/systemui/statusbar/tablet/TabletTicker.java
e6d599c03f0969cb6c570e32ae764e892ac9827a 28-Jan-2011 Justin Ho <justinho@google.com> am d931cb47: am 0a5481db: Merge "Pushing in fixed scrubber asset" into honeycomb

* commit 'd931cb4731929d25c4aeb495a8df802f6f939d26':
Pushing in fixed scrubber asset
2d10ceae15329ccbb6906e25ca67b25f9099b095 28-Jan-2011 Justin Ho <justinho@google.com> am f6edcc47: am c1913ecc: Merge "Removing old pocket assets" into honeycomb

* commit 'f6edcc4710f9e0cd2f118a52c3d90ef425971398':
Removing old pocket assets
0a5481db2256651ffe75e0f6e7e01b333ea5df3f 28-Jan-2011 Justin Ho <justinho@google.com> Merge "Pushing in fixed scrubber asset" into honeycomb
c1913eccb15513a1b75928131649ff93eaaeedb3 28-Jan-2011 Justin Ho <justinho@google.com> Merge "Removing old pocket assets" into honeycomb
e43649e8638d1ffbcb2f8a3a90298dfccefdc0ce 28-Jan-2011 Justin Ho <justinho@google.com> Pushing in fixed scrubber asset

Bug: 3362749
Bug: 3398524
Change-Id: Ib8a830bc23c7d1283ef44ba13f3b8fe4f72afbf3
es/drawable-hdpi/scrubber_control_disabled_holo.png
es/drawable-hdpi/scrubber_control_holo.png
es/drawable-mdpi/scrubber_control_disabled_holo.png
4eb5bed55011c6ea921976f2a76d69e142f09ef9 28-Jan-2011 Daniel Sandler <dsandler@google.com> am 57e7aa12: am 74d39bd9: Merge "Correct the translationY of the empty notification panel." into honeycomb

* commit '57e7aa12d960cc20b2620b367be39e921f1a145d':
Correct the translationY of the empty notification panel.
f4323d8d6a33e4c16fa15afc4c2fc7369a63d0f3 27-Jan-2011 Eric Fischer <enf@google.com> Import revised translations. DO NOT MERGE

Change-Id: I1cf12c4a061a7982666176b42ac68d6dedd207ed
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-fr/strings.xml
es/values-it/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-ru/strings.xml
es/values-sv/strings.xml
es/values-tr/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
74d39bd902c8561153647b19625b32938f38498c 27-Jan-2011 Daniel Sandler <dsandler@google.com> Merge "Correct the translationY of the empty notification panel." into honeycomb
1d93b30ab33e8386220a8f884fe7734225c994d1 27-Jan-2011 Justin Ho <justinho@google.com> Removing old pocket assets

Change-Id: I0ea29ec09bdd838dbe815d78dbd0315b377136e2
es/drawable-hdpi/ic_sysbar_pocket.png
es/drawable-hdpi/ic_sysbar_pocket_drag.png
es/drawable-hdpi/ic_sysbar_pocket_hidden.png
es/drawable-hdpi/ic_sysbar_pocket_holding.png
es/drawable-mdpi/ic_sysbar_pocket.png
es/drawable-mdpi/ic_sysbar_pocket_drag.png
es/drawable-mdpi/ic_sysbar_pocket_hidden.png
es/drawable-mdpi/ic_sysbar_pocket_holding.png
641a499bb2357955ec64cc71030990c3971362bc 27-Jan-2011 Daniel Sandler <dsandler@google.com> Correct the translationY of the empty notification panel.

This also restores the proper slide-in animation. Yay!

Bug: 3391683
Change-Id: Id38b4bdf2bad88084db47b3fa4ef7d1d81f94aff
rc/com/android/systemui/statusbar/tablet/NotificationPanel.java
8a391f1fb6fdf536c962195ca8571822af0ca85a 27-Jan-2011 Joe Onorato <joeo@google.com> am 5702e88b: am ea1fbe9c: Merge "Revert "getRingtone is causing an anr. Turn it off for now."" into honeycomb

* commit '5702e88b7f7fa72acfe9a34bffde54f578b1a94a':
Revert "getRingtone is causing an anr. Turn it off for now."
ea1fbe9c8c9fe32690252dcc4dc96c93ae03f686 27-Jan-2011 Joe Onorato <joeo@google.com> Merge "Revert "getRingtone is causing an anr. Turn it off for now."" into honeycomb
063d4d7a3a4fca028adf512ba112cd0eb7913452 27-Jan-2011 Daniel Sandler <dsandler@google.com> am 0517ea2a: am da597b5c: Merge "Status bar visual tweaks." into honeycomb

* commit '0517ea2ab8e4dae5fe2394cfecced6afb121b95e':
Status bar visual tweaks.
3c70c3bad1543529db372d1fc56d8d8759812677 27-Jan-2011 Jim Miller <jaggies@google.com> am eaa738ef: am 85433c76: Merge "Fix 3354590: Add back button to dismiss RecentAppsPanel" into honeycomb

* commit 'eaa738efac8cb34d57ca6c0aea4c95586b0d9fd4':
Fix 3354590: Add back button to dismiss RecentAppsPanel
da597b5c1a6553a43f1e938ef87b29c8f2a59386 27-Jan-2011 Daniel Sandler <dsandler@google.com> Merge "Status bar visual tweaks." into honeycomb
14cd455dd57f2708b63f88aab24ba6c75d13d96f 27-Jan-2011 Dianne Hackborn <hackbod@google.com> Merge "Import revised translations. DO NOT MERGE" into honeycomb
e797b82c767a68cddbe90555426116a669a2f7d9 27-Jan-2011 Mike Lockwood <lockwood@android.com> Revert "getRingtone is causing an anr. Turn it off for now."

ANR doesn't seem to be happening any more.

BUG: 3142881

This reverts commit c597ba8e9ad08ac628271b4498c27eda74c6c86c.

Change-Id: Ib6eb407c700bc9a8460f49394ec71d75d14588e2
Signed-off-by: Mike Lockwood <lockwood@android.com>
rc/com/android/systemui/power/PowerUI.java
706a4fcb106d6bbb53e4eaee7bfdf8007cc4f484 27-Jan-2011 Eric Fischer <enf@google.com> Import revised translations. DO NOT MERGE

Change-Id: Ibc22cd39b0a708a8188b0a52660f484682762ef5
es/values-ar/strings.xml
es/values-bg/strings.xml
es/values-ca/strings.xml
es/values-cs-land/strings.xml
es/values-cs/strings.xml
es/values-da-land/strings.xml
es/values-da/strings.xml
es/values-de-land/strings.xml
es/values-de-xlarge/strings.xml
es/values-de/strings.xml
es/values-el-land/strings.xml
es/values-el/strings.xml
es/values-en-rGB/strings.xml
es/values-es-land/strings.xml
es/values-es-rUS-land/strings.xml
es/values-es-rUS-xlarge-land/strings.xml
es/values-es-rUS-xlarge-port/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr-land/strings.xml
es/values-fr-xlarge/strings.xml
es/values-fr/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-it-land/strings.xml
es/values-it/strings.xml
es/values-iw/strings.xml
es/values-ja-land/strings.xml
es/values-ja-xlarge/strings.xml
es/values-ja/strings.xml
es/values-ko-land/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-nb-land/strings.xml
es/values-nb/strings.xml
es/values-nl-land/strings.xml
es/values-nl/strings.xml
es/values-pl-land/strings.xml
es/values-pl/strings.xml
es/values-pt-land/strings.xml
es/values-pt-rPT-land/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt-xlarge/strings.xml
es/values-pt/strings.xml
es/values-ro/strings.xml
es/values-ru-land/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv-land/strings.xml
es/values-sv/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr-land/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN-land/strings.xml
es/values-zh-rCN-xlarge/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW-land/strings.xml
es/values-zh-rTW/strings.xml
85433c76066843d20c92c90d64e842e4f14dbac8 27-Jan-2011 Jim Miller <jaggies@google.com> Merge "Fix 3354590: Add back button to dismiss RecentAppsPanel" into honeycomb
f1e22e5c78a59d01837c1859173b6ccfd13a89dd 27-Jan-2011 Jim Miller <jaggies@google.com> Fix 3354590: Add back button to dismiss RecentAppsPanel

Change-Id: I65337e8ebf823e7a92f810cd670b23edf8e70067
es/layout-xlarge/status_bar_recent_panel.xml
rc/com/android/systemui/statusbar/tablet/RecentAppsPanel.java
7f6f3c496166b8006397edcddb4a842a7b057a09 26-Jan-2011 Justin Ho <justinho@google.com> am 4b1c8389: am 8a445fc3: Merge "Integrating drawable-xlarge stat_sys assets" into honeycomb

* commit '4b1c838959b27b14209f8f446f95630232b93cef':
Integrating drawable-xlarge stat_sys assets
7f70eaa59f5fe5994a6785fdf11947df124a1273 26-Jan-2011 Daniel Sandler <dsandler@google.com> Status bar visual tweaks.

- Move notification icons and clock down by 1dp
- Make control panel background translucent to match
notification panel

Bug: 3394785
Change-Id: I0988fa595e2cf014b9bf31d102b428cfb2ce8732
es/layout-xlarge/status_bar.xml
es/layout-xlarge/status_bar_settings_view.xml
8a445fc30e45c1f7a9805ae19948ec32786458a0 26-Jan-2011 Justin Ho <justinho@google.com> Merge "Integrating drawable-xlarge stat_sys assets" into honeycomb
bb7f6ad52f021fb3e6033a9f81514230bee734cf 26-Jan-2011 Daniel Sandler <dsandler@google.com> am 26d7aea7: am 044602b2: Merge "Ticker visual fixes." into honeycomb

* commit '26d7aea7b7bd4439cf85ea0a2d2d58b05a0f4642':
Ticker visual fixes.
6aa2d3a166b7b2fe5362931297953d08c17a0fb6 26-Jan-2011 Daniel Sandler <dsandler@google.com> Ticker visual fixes.

- Includes the correct ticker background image, finally
- Confines the ticker height to 48dp (status bar height)
- Aligns the ticker to the bottom of the screen

Bug: 3361133
Change-Id: I9497f29d2b4c1cbcb195f0e66393f6db97d01ee2
es/drawable-mdpi/status_bar_ticker_tile.png
es/drawable/status_bar_ticker_background.xml
es/layout-xlarge/status_bar_ticker_compat.xml
es/layout-xlarge/status_bar_ticker_panel.xml
rc/com/android/systemui/statusbar/tablet/TabletTicker.java
b648c60854e74ffda4caefa26b9e1d3f6cdbf13f 26-Jan-2011 Joe Onorato <joeo@google.com> am a4a5ec5e: am 1aadb210: Merge changes I48392c75,Id09437a4,I4a0aa878 into honeycomb

* commit 'a4a5ec5e748f99c40301c9c422b3d36cb44c6081':
Expose the window flags for lights out mode.
Make TabletStatusBar call into StatusBarManagerService when it goes out of lights out mode on its own.
Make FLAG_FULLSCREEN not go into lights out mode anymore.
55bf3809b98dad0b8268804e684d63ea59124148 25-Jan-2011 Joe Onorato <joeo@google.com> Make TabletStatusBar call into StatusBarManagerService when it goes out of lights out mode on its
own.

Bug: 3241144
Change-Id: Id09437a4f32f1d64daa7ae65e41c99897b5964d7
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
ae8ba6dae71f8933ab05627c21c9570f95c4a30d 26-Jan-2011 Justin Ho <justinho@google.com> am 2962f7a9: am 1e0bad61: Updating phone assets to Gingerbread Integrating new stat_notify in SystemUI

* commit '2962f7a9f3f66a79b3adfe52a43a09cbbdec14ca':
Updating phone assets to Gingerbread Integrating new stat_notify in SystemUI
3e275593d819907bd07e882ef0fd7d52b72fb980 26-Jan-2011 Justin Ho <justinho@google.com> Integrating drawable-xlarge stat_sys assets

Change-Id: Ia16fbf1019345f52b43a40b4841ef949b67dba7a
es/drawable-xlarge-hdpi/stat_sys_data_connected_1x.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_3g.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_4g.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_e.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_g.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_h.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_in_1x.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_in_3g.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_in_4g.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_in_e.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_in_g.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_in_h.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_inandout_1x.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_inandout_3g.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_inandout_4g.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_inandout_e.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_inandout_g.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_inandout_h.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_out_1x.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_out_3g.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_out_4g.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_out_e.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_out_g.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_out_h.png
es/drawable-xlarge-hdpi/stat_sys_data_connected_roam.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_connected_1x.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_connected_3g.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_connected_4g.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_connected_e.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_connected_g.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_connected_h.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_in_1x.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_in_3g.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_in_4g.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_in_e.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_in_g.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_in_h.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_inandout_1x.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_inandout_3g.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_inandout_4g.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_inandout_e.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_inandout_g.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_inandout_h.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_out_1x.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_out_3g.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_out_4g.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_out_e.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_out_g.png
es/drawable-xlarge-hdpi/stat_sys_data_fully_out_h.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_1x.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_3g.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_4g.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_e.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_g.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_h.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_in_1x.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_in_3g.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_in_4g.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_in_e.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_in_g.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_in_h.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_inandout_1x.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_inandout_3g.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_inandout_4g.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_inandout_e.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_inandout_g.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_inandout_h.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_out_1x.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_out_3g.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_out_4g.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_out_e.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_out_g.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_out_h.png
es/drawable-xlarge-mdpi/stat_sys_data_connected_roam.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_connected_1x.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_connected_3g.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_connected_4g.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_connected_e.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_connected_g.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_connected_h.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_in_1x.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_in_3g.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_in_4g.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_in_e.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_in_g.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_in_h.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_inandout_1x.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_inandout_3g.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_inandout_4g.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_inandout_e.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_inandout_g.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_inandout_h.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_out_1x.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_out_3g.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_out_4g.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_out_e.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_out_g.png
es/drawable-xlarge-mdpi/stat_sys_data_fully_out_h.png
1e0bad6156f2ae19b87519c2b3e2ccf7aba93d66 26-Jan-2011 Justin Ho <justinho@google.com> Updating phone assets to Gingerbread
Integrating new stat_notify in SystemUI

Change-Id: Ib626847a050b255ee63092b84f59ce83ed174379
es/drawable-hdpi/ic_notification_open.png
es/drawable-hdpi/ic_sysbar_airplane_on.png
es/drawable-hdpi/ic_sysbar_brightness.png
es/drawable-hdpi/ic_sysbar_quicksettings.png
es/drawable-hdpi/ic_sysbar_rotate_on.png
es/drawable-hdpi/ic_sysbar_sound_on.png
es/drawable-hdpi/ic_sysbar_wifi_on.png
es/drawable-hdpi/stat_notify_alarm.png
es/drawable-hdpi/stat_notify_more.png
es/drawable-hdpi/stat_sys_data_bluetooth.png
es/drawable-hdpi/stat_sys_data_bluetooth_connected.png
es/drawable-hdpi/stat_sys_signal_0.png
es/drawable-hdpi/stat_sys_signal_1.png
es/drawable-hdpi/stat_sys_signal_1_fully.png
es/drawable-hdpi/stat_sys_signal_2.png
es/drawable-hdpi/stat_sys_signal_2_fully.png
es/drawable-hdpi/stat_sys_signal_3.png
es/drawable-hdpi/stat_sys_signal_3_fully.png
es/drawable-hdpi/stat_sys_signal_4.png
es/drawable-hdpi/stat_sys_signal_4_fully.png
es/drawable-hdpi/stat_sys_signal_flightmode.png
es/drawable-hdpi/stat_sys_wifi_signal_0.png
es/drawable-hdpi/stat_sys_wifi_signal_1.png
es/drawable-hdpi/stat_sys_wifi_signal_1_fully.png
es/drawable-hdpi/stat_sys_wifi_signal_2.png
es/drawable-hdpi/stat_sys_wifi_signal_2_fully.png
es/drawable-hdpi/stat_sys_wifi_signal_3.png
es/drawable-hdpi/stat_sys_wifi_signal_3_fully.png
es/drawable-hdpi/stat_sys_wifi_signal_4.png
es/drawable-hdpi/stat_sys_wifi_signal_4_fully.png
es/drawable-mdpi/battery_low_battery.png
es/drawable-mdpi/ic_notification_open.png
es/drawable-mdpi/ic_sysbar_airplane_on.png
es/drawable-mdpi/ic_sysbar_brightness.png
es/drawable-mdpi/ic_sysbar_quicksettings.png
es/drawable-mdpi/ic_sysbar_rotate_on.png
es/drawable-mdpi/ic_sysbar_sound_on.png
es/drawable-mdpi/ic_sysbar_wifi_on.png
es/drawable-mdpi/scrubber_control_disabled_holo.png
es/drawable-mdpi/stat_notify_alarm.png
es/drawable-mdpi/stat_notify_more.png
es/drawable-mdpi/stat_sys_data_bluetooth.png
es/drawable-mdpi/stat_sys_data_bluetooth_connected.png
es/drawable-mdpi/stat_sys_data_connected_1x.png
es/drawable-mdpi/stat_sys_data_connected_3g.png
es/drawable-mdpi/stat_sys_data_connected_e.png
es/drawable-mdpi/stat_sys_data_connected_g.png
es/drawable-mdpi/stat_sys_data_connected_h.png
es/drawable-mdpi/stat_sys_data_fully_connected_1x.png
es/drawable-mdpi/stat_sys_data_fully_connected_3g.png
es/drawable-mdpi/stat_sys_data_fully_connected_e.png
es/drawable-mdpi/stat_sys_data_fully_connected_g.png
es/drawable-mdpi/stat_sys_data_fully_connected_h.png
es/drawable-mdpi/stat_sys_data_fully_in_1x.png
es/drawable-mdpi/stat_sys_data_fully_in_3g.png
es/drawable-mdpi/stat_sys_data_fully_in_e.png
es/drawable-mdpi/stat_sys_data_fully_in_g.png
es/drawable-mdpi/stat_sys_data_fully_in_h.png
es/drawable-mdpi/stat_sys_data_fully_inandout_1x.png
es/drawable-mdpi/stat_sys_data_fully_inandout_3g.png
es/drawable-mdpi/stat_sys_data_fully_inandout_e.png
es/drawable-mdpi/stat_sys_data_fully_inandout_g.png
es/drawable-mdpi/stat_sys_data_fully_inandout_h.png
es/drawable-mdpi/stat_sys_data_fully_out_1x.png
es/drawable-mdpi/stat_sys_data_fully_out_3g.png
es/drawable-mdpi/stat_sys_data_fully_out_e.png
es/drawable-mdpi/stat_sys_data_fully_out_g.png
es/drawable-mdpi/stat_sys_data_fully_out_h.png
es/drawable-mdpi/stat_sys_data_in_1x.png
es/drawable-mdpi/stat_sys_data_in_3g.png
es/drawable-mdpi/stat_sys_data_in_e.png
es/drawable-mdpi/stat_sys_data_in_g.png
es/drawable-mdpi/stat_sys_data_in_h.png
es/drawable-mdpi/stat_sys_data_inandout_1x.png
es/drawable-mdpi/stat_sys_data_inandout_3g.png
es/drawable-mdpi/stat_sys_data_inandout_e.png
es/drawable-mdpi/stat_sys_data_inandout_g.png
es/drawable-mdpi/stat_sys_data_inandout_h.png
es/drawable-mdpi/stat_sys_data_out_1x.png
es/drawable-mdpi/stat_sys_data_out_3g.png
es/drawable-mdpi/stat_sys_data_out_e.png
es/drawable-mdpi/stat_sys_data_out_g.png
es/drawable-mdpi/stat_sys_data_out_h.png
es/drawable-mdpi/stat_sys_gps_acquiring.png
es/drawable-mdpi/stat_sys_r_signal_0.png
es/drawable-mdpi/stat_sys_r_signal_0_fully.png
es/drawable-mdpi/stat_sys_r_signal_1.png
es/drawable-mdpi/stat_sys_r_signal_1_fully.png
es/drawable-mdpi/stat_sys_r_signal_2.png
es/drawable-mdpi/stat_sys_r_signal_2_fully.png
es/drawable-mdpi/stat_sys_r_signal_3.png
es/drawable-mdpi/stat_sys_r_signal_3_fully.png
es/drawable-mdpi/stat_sys_r_signal_4.png
es/drawable-mdpi/stat_sys_r_signal_4_fully.png
es/drawable-mdpi/stat_sys_ringer_silent.png
es/drawable-mdpi/stat_sys_ringer_vibrate.png
es/drawable-mdpi/stat_sys_signal_0.png
es/drawable-mdpi/stat_sys_signal_1.png
es/drawable-mdpi/stat_sys_signal_1_fully.png
es/drawable-mdpi/stat_sys_signal_2.png
es/drawable-mdpi/stat_sys_signal_2_fully.png
es/drawable-mdpi/stat_sys_signal_3.png
es/drawable-mdpi/stat_sys_signal_3_fully.png
es/drawable-mdpi/stat_sys_signal_4.png
es/drawable-mdpi/stat_sys_signal_4_fully.png
es/drawable-mdpi/stat_sys_signal_flightmode.png
es/drawable-mdpi/stat_sys_signal_null.png
es/drawable-mdpi/stat_sys_wifi_signal_0.png
es/drawable-mdpi/stat_sys_wifi_signal_1.png
es/drawable-mdpi/stat_sys_wifi_signal_1_fully.png
es/drawable-mdpi/stat_sys_wifi_signal_2.png
es/drawable-mdpi/stat_sys_wifi_signal_2_fully.png
es/drawable-mdpi/stat_sys_wifi_signal_3.png
es/drawable-mdpi/stat_sys_wifi_signal_3_fully.png
es/drawable-mdpi/stat_sys_wifi_signal_4.png
es/drawable-mdpi/stat_sys_wifi_signal_4_fully.png
7f6d1f2dd38329e71a0f8b2d97b358eb00ce3f54 26-Jan-2011 satok <satok@google.com> am e2f32bc9: am 71353f36: Merge "Update input method panel when packages are changed." into honeycomb

* commit 'e2f32bc938efeebb4c8b34c2e610b65de3c43a34':
Update input method panel when packages are changed.
0ee6613d09eff218211c2624774b12981699bfd2 26-Jan-2011 satok <satok@google.com> Update input method panel when packages are changed.

Change-Id: I1edad2a11fd40c8f1f7fbb42f37e0538b1e245eb
rc/com/android/systemui/statusbar/tablet/InputMethodsPanel.java
11d43082c587523ba205c10202b9cf33d0b072fe 26-Jan-2011 Daniel Sandler <dsandler@google.com> am c88b19fc: am 34430260: Merge "Fit and finish on status bar:" into honeycomb

* commit 'c88b19fcc847cc5249e88672337ae5879b0af338':
Fit and finish on status bar:
344302600a87175a9fd2bdfbf38708b1d1759731 26-Jan-2011 Daniel Sandler <dsandler@google.com> Merge "Fit and finish on status bar:" into honeycomb
5563104ec8d54ea2c7ad3dbb67ac0cdf9fcdf996 26-Jan-2011 Arnaud Berry <arnaudberry@google.com> am 254605c1: am 40f13039: Merge "Fixed the display of the brightness controls in the system panel" into honeycomb

* commit '254605c1b02c1fed7470c07bc81a64c89bbdc51d':
Fixed the display of the brightness controls in the system panel
40f130398cdfc7bc123c6b8871d77d2398990d5e 26-Jan-2011 Arnaud Berry <arnaudberry@google.com> Merge "Fixed the display of the brightness controls in the system panel" into honeycomb
94552922b25011f5afde26ed4b99152cf264e297 26-Jan-2011 Justin Ho <justinho@google.com> am d5a9e6af: am 77742fe2: Merge "Removing unused assets in mdpi" into honeycomb

* commit 'd5a9e6af132cb88aa7996e7c2bd4827b685c7fd4':
Removing unused assets in mdpi
77742fe284ebed28e53e155c07c5e50e74529dc9 26-Jan-2011 Justin Ho <justinho@google.com> Merge "Removing unused assets in mdpi" into honeycomb
53fd3bc82f6341a3994bf8b57f8784b6e1b75100 26-Jan-2011 Jim Miller <jaggies@google.com> am 72f4e8f4: am 33f1d078: Merge "Fix 3338368: Fix bounds calculation for recent apps view" into honeycomb

* commit '72f4e8f49776658fcbc28a20531b5268fef916aa':
Fix 3338368: Fix bounds calculation for recent apps view
33f1d0780041d962f911b8908cb4929589f7e4fe 26-Jan-2011 Jim Miller <jaggies@google.com> Merge "Fix 3338368: Fix bounds calculation for recent apps view" into honeycomb
6f5bd3c3b3b10c60f51b1fe2a2d5da6002930618 26-Jan-2011 Jim Miller <jaggies@google.com> Fix 3338368: Fix bounds calculation for recent apps view

The calculation for determine the content view's bounds
was mistakenly using the position of the view in the immediate
parent (glow view), which wrapped it exactly in the vertical
direction. The code now uses the glow view's vertical
position in its parent to determine the position.

Change-Id: I07768eb3446fde851699de1c1d4e958bc16d98bb
rc/com/android/systemui/statusbar/tablet/RecentAppsPanel.java
6108c9af47a6ff6d0c31ab330c9d0f499bc4b222 26-Jan-2011 Arnaud Berry <arnaudberry@google.com> Fixed the display of the brightness controls in the system panel

Bug: 3389549
Change-Id: I87cc77de877653d471ba4ef6a790c568e9aaa60c
es/drawable-mdpi/scrubber_control_disabled_holo.png
es/layout/status_bar_toggle_slider.xml
fc384e697f48d6cb8fe167e7b3249aad7da2e7b4 26-Jan-2011 Justin Ho <justinho@google.com> Removing unused assets in mdpi

Change-Id: Id3bc90a10e602e35366d167fc72cc7edeaf15013
es/drawable-mdpi/button_frame_default.9.png
es/drawable-mdpi/button_frame_pressed.9.png
es/drawable-mdpi/signal_0.png
es/drawable/button_frame.xml
35833fb9061c0449c51ed5bf4264f8e5ad9aeafd 25-Jan-2011 Justin Ho <justinho@google.com> am 6954e9b0: am d00d2925: Merge changes I282a8421,I53d15f37 into honeycomb

* commit '6954e9b0d90c9fe80f370892defb4906848806b4':
Merging Gingerbread assets into Honeycomb
Removing old assets from SystemUI in drawable-hdpi
d00d2925ca9997c2f0fab1a8b149d91d77b79010 25-Jan-2011 Justin Ho <justinho@google.com> Merge changes I282a8421,I53d15f37 into honeycomb

* changes:
Merging Gingerbread assets into Honeycomb
Removing old assets from SystemUI in drawable-hdpi
f844dc4fa8ae53d485f10ebc7f91899159d7551e 25-Jan-2011 Daniel Sandler <dsandler@google.com> Fit and finish on status bar:

- Clock color fixed. [3374581]
- Clock vertically aligned. [3388224]
- Clock uses system font assets now. [3385564]
- Solid version of AndroidClock added to build. [3385564]
- Extraneous background glow removed from notification panel.
- Removed solid black background from notifications. [3388223]
- Added background image behind large notification icons
and increased large size to 64dip [3388434, 3384355]
- Corrected size & leading of notification text [3388577]

Bug: 3374581
Bug: 3384355
Bug: 3385564
Bug: 3388223
Bug: 3388224
Bug: 3388434
Bug: 3388577
Change-Id: I8e443da5758deca412d1ce5944f887b35f6265ed
es/layout-xlarge/status_bar_notification_area.xml
es/layout-xlarge/status_bar_notification_panel.xml
es/layout-xlarge/status_bar_notification_row.xml
rc/com/android/systemui/statusbar/tablet/HoloClock.java
rc/com/android/systemui/statusbar/tablet/NotificationPanel.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
58ea8f7a5cfe15850cf5c6a253313a7e4e27e482 25-Jan-2011 Justin Ho <justinho@google.com> Merging Gingerbread assets into Honeycomb

Change-Id: I282a84211a8a888d99b0582fbff6a45c4378f8bf
es/drawable-hdpi/battery_low_battery.png
es/drawable-hdpi/stat_notify_alarm.png
es/drawable-hdpi/stat_sys_data_bluetooth.png
es/drawable-hdpi/stat_sys_data_bluetooth_connected.png
es/drawable-hdpi/stat_sys_data_connected_1x.png
es/drawable-hdpi/stat_sys_data_connected_3g.png
es/drawable-hdpi/stat_sys_data_connected_e.png
es/drawable-hdpi/stat_sys_data_connected_g.png
es/drawable-hdpi/stat_sys_data_connected_h.png
es/drawable-hdpi/stat_sys_data_fully_connected_1x.png
es/drawable-hdpi/stat_sys_data_fully_connected_3g.png
es/drawable-hdpi/stat_sys_data_fully_connected_e.png
es/drawable-hdpi/stat_sys_data_fully_connected_g.png
es/drawable-hdpi/stat_sys_data_fully_connected_h.png
es/drawable-hdpi/stat_sys_data_fully_in_1x.png
es/drawable-hdpi/stat_sys_data_fully_in_3g.png
es/drawable-hdpi/stat_sys_data_fully_in_e.png
es/drawable-hdpi/stat_sys_data_fully_in_g.png
es/drawable-hdpi/stat_sys_data_fully_in_h.png
es/drawable-hdpi/stat_sys_data_fully_inandout_1x.png
es/drawable-hdpi/stat_sys_data_fully_inandout_3g.png
es/drawable-hdpi/stat_sys_data_fully_inandout_e.png
es/drawable-hdpi/stat_sys_data_fully_inandout_g.png
es/drawable-hdpi/stat_sys_data_fully_inandout_h.png
es/drawable-hdpi/stat_sys_data_fully_out_1x.png
es/drawable-hdpi/stat_sys_data_fully_out_3g.png
es/drawable-hdpi/stat_sys_data_fully_out_e.png
es/drawable-hdpi/stat_sys_data_fully_out_g.png
es/drawable-hdpi/stat_sys_data_fully_out_h.png
es/drawable-hdpi/stat_sys_data_in_1x.png
es/drawable-hdpi/stat_sys_data_in_3g.png
es/drawable-hdpi/stat_sys_data_in_e.png
es/drawable-hdpi/stat_sys_data_in_g.png
es/drawable-hdpi/stat_sys_data_in_h.png
es/drawable-hdpi/stat_sys_data_inandout_1x.png
es/drawable-hdpi/stat_sys_data_inandout_3g.png
es/drawable-hdpi/stat_sys_data_inandout_e.png
es/drawable-hdpi/stat_sys_data_inandout_g.png
es/drawable-hdpi/stat_sys_data_inandout_h.png
es/drawable-hdpi/stat_sys_data_out_1x.png
es/drawable-hdpi/stat_sys_data_out_3g.png
es/drawable-hdpi/stat_sys_data_out_e.png
es/drawable-hdpi/stat_sys_data_out_g.png
es/drawable-hdpi/stat_sys_data_out_h.png
es/drawable-hdpi/stat_sys_gps_acquiring.png
es/drawable-hdpi/stat_sys_r_signal_0.png
es/drawable-hdpi/stat_sys_r_signal_0_fully.png
es/drawable-hdpi/stat_sys_r_signal_1.png
es/drawable-hdpi/stat_sys_r_signal_1_fully.png
es/drawable-hdpi/stat_sys_r_signal_2.png
es/drawable-hdpi/stat_sys_r_signal_2_fully.png
es/drawable-hdpi/stat_sys_r_signal_3.png
es/drawable-hdpi/stat_sys_r_signal_3_fully.png
es/drawable-hdpi/stat_sys_r_signal_4.png
es/drawable-hdpi/stat_sys_r_signal_4_fully.png
es/drawable-hdpi/stat_sys_ringer_silent.png
es/drawable-hdpi/stat_sys_ringer_vibrate.png
es/drawable-hdpi/stat_sys_signal_null.png
34dc9c37e859dfe9a013d9bea5ea6e512926e577 25-Jan-2011 Justin Ho <justinho@google.com> Removing old assets from SystemUI in drawable-hdpi

Change-Id: I53d15f37eb5079df74a22f0d80fed7ecbdb14b61
es/drawable-hdpi/button_frame_default.9.png
es/drawable-hdpi/button_frame_pressed.9.png
es/drawable-hdpi/signal_0.png
es/drawable-hdpi/status_bar_expand_default.png
es/drawable-hdpi/status_bar_expand_pressed.png
es/drawable-hdpi/status_bar_veto_normal.png
es/drawable-hdpi/status_bar_veto_pressed.png
1a65acc99f39c97c0d13951bb78c386af735cdb3 25-Jan-2011 satok <satok@google.com> am 89bd89a0: am b5627921: Merge "Sort IME by id" into honeycomb

* commit '89bd89a0ddff93da93f50e0137d8a4098cbfe636':
Sort IME by id
7dc93a1df7731672b321b78316afff2104dcf239 25-Jan-2011 satok <satok@google.com> Sort IME by id

Bug: 3364167

Change-Id: I8c8e4ddc4110e2920c8c7beccf108ac7e0227903
rc/com/android/systemui/statusbar/tablet/InputMethodsPanel.java
6dfbe59d1f751e04d89eb7904538045b51890339 25-Jan-2011 satok <satok@google.com> am a7207b11: am 5113382e: Tweak layouts of IME switch button

* commit 'a7207b110d6065747e2b4cbc65d66b24c34c1c9b':
Tweak layouts of IME switch button
5113382e95d5f5f322bc6618bef7d1c7f96e295f 25-Jan-2011 satok <satok@google.com> Tweak layouts of IME switch button

Bug: 3383078

Change-Id: Id522ac6e8363a98be6ac73ee75b0d54e12ef86c4
es/layout-xlarge/status_bar_input_methods_item.xml
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
f7358996d38c3552344e225ce2f3455089be715c 24-Jan-2011 Eric Fischer <enf@google.com> Merge "Import revised translations. DO NOT MERGE" into honeycomb
751087c3b12c64c6ba741e3bde8dfaba0d0f0369 24-Jan-2011 Daniel Sandler <dsandler@google.com> am c0d6b8d7: am 1e25a23f: Merge "Vertically align SSID/PLMN on lockscreen." into honeycomb

* commit 'c0d6b8d7fb330c4e09a9e66967835a9a55804e8d':
Vertically align SSID/PLMN on lockscreen.
222b8e256941db75092c6a047a99e33e9e6257d2 24-Jan-2011 Daniel Sandler <dsandler@google.com> am 99b8041c: am 78b32fc4: Merge "Smoothly hide the list when there are no notifications." into honeycomb

* commit '99b8041cc6bef1983f7a30adf0e2f0a751a18d3a':
Smoothly hide the list when there are no notifications.
10f4126a367071a49f208f10ceb1ed0e1151d48c 24-Jan-2011 Joe Onorato <joeo@google.com> resolved conflicts for merge of faf083ef to master

Change-Id: I316a1b4356f6dba6c3880ccb02dbb2fa00d21a85
bfa8983b652e824a8de84f7e84b04a06df1bb36e 24-Jan-2011 Daniel Sandler <dsandler@google.com> Vertically align SSID/PLMN on lockscreen.

Bug: 3373818
Change-Id: Ie20584c5247bd52e376ddcb97205ba967ce3a8ea
es/layout-xlarge/status_bar_notification_area.xml
a1a8d941c2a4b9c9c8ff93a107c99354e03c0afd 24-Jan-2011 Eric Fischer <enf@google.com> Import revised translations. DO NOT MERGE

Change-Id: I4babd2856874af87e991dab0f5c9696e54ca49b4
es/values-bg-xlarge/strings.xml
es/values-ca-xlarge/strings.xml
es/values-cs-xlarge/strings.xml
es/values-da-xlarge/strings.xml
es/values-el-xlarge/strings.xml
es/values-es-rUS-xlarge/strings.xml
es/values-es-xlarge/strings.xml
es/values-hu-xlarge/strings.xml
es/values-it-xlarge/strings.xml
es/values-ko-xlarge/strings.xml
es/values-lt-xlarge/strings.xml
es/values-lv-xlarge/strings.xml
es/values-nb-xlarge/strings.xml
es/values-nl-xlarge/strings.xml
es/values-pl-xlarge/strings.xml
es/values-pt-rPT-xlarge/strings.xml
es/values-ro-xlarge/strings.xml
es/values-ru-xlarge/strings.xml
es/values-sl-xlarge/strings.xml
es/values-sv-xlarge/strings.xml
es/values-th-xlarge/strings.xml
es/values-tl-xlarge/strings.xml
es/values-tr-xlarge/strings.xml
es/values-uk-xlarge/strings.xml
es/values-zh-rTW-xlarge/strings.xml
78b32fc4517f8fef8a73f9b31c9baa2e530ef8bc 24-Jan-2011 Daniel Sandler <dsandler@google.com> Merge "Smoothly hide the list when there are no notifications." into honeycomb
c8146b53083a8deb3ee2923324438f6eb0bf5581 24-Jan-2011 Joe Onorato <joeo@google.com> am 680e7711: am 2cd06609: Merge "Fix typo that causes brigtness to be wrong." into honeycomb

* commit '680e77116cbe34ce0f012639bf074abe1253d53c':
Fix typo that causes brigtness to be wrong.
664644d9e012aa2a28ac96f305b1ce6499ec8806 24-Jan-2011 Joe Onorato <joeo@google.com> visibility ("lights out") API.

1. Views may setSystemUiVisibility() to recommend that
the system chrome (status bar or other UI) show or hide
itself. (This functionality was previously available only
via the FLAG_FULLSCREEN window flag for some SystemUI
implementations.)

2. Views may register a OnSystemUiVisibilityChangedListener
on a view, and find out when the system UI actually
appears or disappears, allowing apps to coordinate the
appearance of their own UI if desired.

Bug: 3241144
Change-Id: Ia1758d94099182d49a1e3688ea2738ae4995b829
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
fac86056b285bf59c1c3e774f1cb9f6de0be59ba 24-Jan-2011 Joe Onorato <joeo@google.com> Fix typo that causes brigtness to be wrong.

Bug: 3351558
Change-Id: I4409c44db15a35be98ba0b0f2c28ed939494495a
rc/com/android/systemui/statusbar/policy/BrightnessController.java
40c1545d7231c856a1144a317e044ffa921448d8 22-Jan-2011 Daniel Sandler <dsandler@google.com> Smoothly hide the list when there are no notifications.

Bug: 3374985
Change-Id: I18be9f1112ac9dc4f7bc4446c2a2dd92d1cde339
es/layout-xlarge/status_bar_notification_panel.xml
rc/com/android/systemui/statusbar/tablet/NotificationPanel.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
9fee48ce5e176d62d5a87b9a6af28e5a310952e2 22-Jan-2011 Justin Ho <justinho@google.com> am 7171941a: am 23783dcd: Merge "Updated ic_sysbar menu asset" into honeycomb

* commit '7171941a444259dcda85dba2cc3261f68915ff7c':
Updated ic_sysbar menu asset
82e96190e7df98b698d6968554965f186d907cce 22-Jan-2011 Justin Ho <justinho@google.com> am e76c2c4c: am b132d8c9: Merge "Updated IME asset" into honeycomb

* commit 'e76c2c4c6c7549d0730bfa8908455b2380cb7664':
Updated IME asset
c5d7b06ce3ab75331fb17984784a76f84b667f08 22-Jan-2011 Justin Ho <justinho@google.com> Updated ic_sysbar menu asset

Change-Id: I108f4313c881b8805065a8e414d5abbe482d449c
es/drawable-mdpi/ic_sysbar_menu_default.png
es/drawable-mdpi/ic_sysbar_menu_pressed.png
92ca33ca62ae852a89bc9061962c451ba81e2760 22-Jan-2011 Justin Ho <justinho@google.com> Updated IME asset

Change-Id: Iba03d6d070467b8f5335690e9cf5fc0fb04dce68
es/drawable-hdpi/ic_sysbar_ime_default.png
es/drawable-hdpi/ic_sysbar_ime_pressed.png
es/drawable-mdpi/ic_sysbar_ime_default.png
es/drawable-mdpi/ic_sysbar_ime_pressed.png
195ba939b3e34feefca670b032f30f9e70319389 21-Jan-2011 Justin Ho <justinho@google.com> am f0a1b497: am 46833c45: Merge "Updated sysbar lights out assets and recents bg protect tile" into honeycomb

* commit 'f0a1b49765656d6cd40731a4e489da9875125245':
Updated sysbar lights out assets and recents bg protect tile
e9caa93c412d6a476508eb6c10437683841de38f 21-Jan-2011 Daniel Sandler <dsandler@google.com> am 25e59dae: am a7cb63a1: Merge "Remove inappropriate triangle icons from quick settings panel." into honeycomb

* commit '25e59dae36b3b16733439bcbec64f655885039ed':
Remove inappropriate triangle icons from quick settings panel.
46833c45bf85ee77709fec817411fabd582ba7df 21-Jan-2011 Justin Ho <justinho@google.com> Merge "Updated sysbar lights out assets and recents bg protect tile" into honeycomb
81ed2b6d9bf737f2894ba04adae0d90442ecf98b 21-Jan-2011 Justin Ho <justinho@google.com> Updated sysbar lights out assets and recents bg protect tile

Change-Id: I28431bb499f7950c672a5fb39d8025ac239da54b
es/drawable-hdpi/ic_sysbar_lights_out_dot_large.png
es/drawable-hdpi/ic_sysbar_lights_out_dot_small.png
es/drawable-mdpi/ic_sysbar_lights_out_dot_large.png
es/drawable-mdpi/ic_sysbar_lights_out_dot_small.png
es/drawable-xlarge-hdpi/recents_bg_protect_tile.png
es/drawable-xlarge-mdpi/recents_bg_protect_tile.png
a7cb63a15319c5a4b59f67e66c93b5b9616475d4 20-Jan-2011 Daniel Sandler <dsandler@google.com> Merge "Remove inappropriate triangle icons from quick settings panel." into honeycomb
f175155dfb8ef96ebf2456f93e4666e85b7c5da5 20-Jan-2011 Daniel Sandler <dsandler@google.com> Remove inappropriate triangle icons from quick settings panel.

Bug: 3316041
Change-Id: I877a587ecd6a6a8a0b00322bdcd46e3f4235a887
es/layout-xlarge/status_bar_settings_view.xml
62340c7e823db97b2732a08d03af86e08f36d91e 20-Jan-2011 Daniel Sandler <dsandler@google.com> am 6bc9eca3: am 04fba96b: Merge "Animate transitions between notification & settings panels." into honeycomb

* commit '6bc9eca3fa5b268c5273c1b527176dc87d9fb216':
Animate transitions between notification & settings panels.
14db0bc047f61ffa1fe258c67d37af3084ec0a4d 20-Jan-2011 Daniel Sandler <dsandler@google.com> Animate transitions between notification & settings panels.

We're still not stretching the panel smoothly yet; this just
fades the panels in and out at the right times.

Bug: 3323063
Change-Id: I6eb87c44726f48f39fab77710b1ffe5d0783d588
es/layout-xlarge/status_bar_notification_panel.xml
rc/com/android/systemui/statusbar/tablet/NotificationPanel.java
f41e1af8c092c2f7c18850bf263b32b7811dc074 20-Jan-2011 Ken Wakasa <kwakasa@google.com> am 7fff9d8e: am 586f0513: Refine InputMethodInfo API

* commit '7fff9d8e0489455363eb2d70111b7164adab46ff':
Refine InputMethodInfo API
586f051375d8d7aeece05329921f9f66fc6164cb 20-Jan-2011 Ken Wakasa <kwakasa@google.com> Refine InputMethodInfo API

bug: 3370297
Change-Id: I2a18f3bdbe2fccb22e22cdae0f75aec5c703ad6d
rc/com/android/systemui/statusbar/tablet/InputMethodButton.java
rc/com/android/systemui/statusbar/tablet/InputMethodsPanel.java
8db90d63116e7d5aef41eea1e11ed073ea440d31 20-Jan-2011 Daniel Sandler <dsandler@google.com> am 10ce547f: am 4e10c2b9: Merge "Simplify and smooth notification panel animation." into honeycomb

* commit '10ce547f1c62bfbdd7160ae7426a2a7d5aaf2813':
Simplify and smooth notification panel animation.
add26204231e2e40cf4a44774a3858cf05282539 20-Jan-2011 Daniel Sandler <dsandler@google.com> Simplify and smooth notification panel animation.

Bug: 3322970
Change-Id: I3e658cfb542d605b13f6b7d935e32e5b8766078f
es/layout-xlarge/status_bar_notification_panel.xml
rc/com/android/systemui/statusbar/tablet/NotificationPanel.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
3689ba38a5307b8dcf8236889e6c204b32dd5575 20-Jan-2011 Daniel Sandler <dsandler@google.com> am 55418b6a: am ada2592b: Merge "Text & layout tweaks in system bar:" into honeycomb

* commit '55418b6acf177cb47366a953ae85caacc3865c69':
Text & layout tweaks in system bar:
4ebe9600ddada0bf94ac9fdf45da18109f23c50d 20-Jan-2011 Daniel Sandler <dsandler@google.com> am f536ba51: am 93aae779: Merge "More fixes to ensure that touches outside the panel close it." into honeycomb

* commit 'f536ba516c82581e3a751dcef24f0fef7d47ffc6':
More fixes to ensure that touches outside the panel close it.
9b462dc0d466e73c5580a655b224662687404ad4 20-Jan-2011 Daniel Sandler <dsandler@google.com> Text & layout tweaks in system bar:

- Contract date field to avoid collision with clock.
- Tune the clock font size in bar & panel.
- Better vertical alignment of bar icons.

Change-Id: I491c8678eec8dd3e5236121cc08583e2b8c79fc2
es/layout-xlarge/status_bar_notification_area.xml
es/layout-xlarge/status_bar_notification_panel_title.xml
bc5d9bb4e3e7837695f74b76251bdcf1505ad0b9 20-Jan-2011 Daniel Sandler <dsandler@google.com> More fixes to ensure that touches outside the panel close it.

Similarly, touches in the glow area surrounding the panel
title no longer switch into settings mode.

Bug: 3339023
Change-Id: I142e500a55ecfca24082c28e75e5e71c1524ad56
es/layout-xlarge/status_bar_notification_panel_title.xml
rc/com/android/systemui/statusbar/tablet/NotificationPanel.java
26809029a99ab0332fa65635ae70e8c37aae5387 20-Jan-2011 Justin Ho <justinho@google.com> am e85501f0: am 3847667d: Updated ic_sysbar icons

* commit 'e85501f0236fcbb13491ff67464a864407994a99':
Updated ic_sysbar icons
3847667d530a47fddae752b191a561101253803b 20-Jan-2011 Justin Ho <justinho@google.com> Updated ic_sysbar icons

Change-Id: I431e312ad8817b796229733a6df89d287d0688b4
es/drawable-hdpi/ic_sysbar_back_default.png
es/drawable-hdpi/ic_sysbar_back_ime_default.png
es/drawable-hdpi/ic_sysbar_back_ime_pressed.png
es/drawable-hdpi/ic_sysbar_back_pressed.png
es/drawable-hdpi/ic_sysbar_home_default.png
es/drawable-hdpi/ic_sysbar_home_pressed.png
es/drawable-hdpi/ic_sysbar_ime_pressed.png
es/drawable-hdpi/ic_sysbar_menu_default.png
es/drawable-hdpi/ic_sysbar_menu_pressed.png
es/drawable-hdpi/ic_sysbar_recent_default.png
es/drawable-hdpi/ic_sysbar_recent_pressed.png
es/drawable-mdpi/ic_sysbar_menu_default.png
es/drawable-mdpi/ic_sysbar_menu_pressed.png
43cdf549afaf9675e2a2d9b10c985c325ca2be83 20-Jan-2011 Daniel Sandler <dsandler@google.com> am 6ca6fedf: am 60720a29: Merge "Notification & settings panel redesign." into honeycomb

* commit '6ca6fedff8bed617c60ff4f9496e5fc9759717bf':
Notification & settings panel redesign.
60720a2991f424c867141b23062870e479ece80c 20-Jan-2011 Daniel Sandler <dsandler@google.com> Merge "Notification & settings panel redesign." into honeycomb
8960c49920ea91dff7ba1b68c8bb1c507895f9a7 20-Jan-2011 Joe Onorato <joeo@google.com> am df2b1d1c: am b2b14397: Merge "Cut a hole in the status bar for events when the IME is open." into honeycomb

* commit 'df2b1d1c879a91830ea5d0012079514f64f119e6':
Cut a hole in the status bar for events when the IME is open.
a8eeff4dc944aebbc324e17612f9fe89df560734 20-Jan-2011 Joe Onorato <joeo@google.com> am ab7cf4e2: am 4defed42: Merge changes I3814b491,Ic3a7f4c0 into honeycomb

* commit 'ab7cf4e2f7d2b863cdea747e7581eb171c5cc8ae':
Pass SkRegion::toString() through to java.
Remove optimization to isInContentArea that wasn't working.
020460b610d8196cb820ba390300e3fefda82f30 20-Jan-2011 Joe Onorato <joeo@google.com> Cut a hole in the status bar for events when the IME is open.

Bug: 3238092
Change-Id: I8af18c2ebada624fbf5baee09b4b7ef98a7c8205
es/layout-xlarge/status_bar.xml
rc/com/android/systemui/statusbar/policy/EventHole.java
6223fba87efabfca2342fd75594e39d913023aa2 19-Jan-2011 Joe Onorato <joeo@google.com> Remove optimization to isInContentArea that wasn't working.

This might fix the bug where tapping outside the notification panel doesn't close it.

I'm not 100% sure because I can't reproduce this on-demand, but I think it's possible for
onSizeChanged to race with the animations and we end up with a bad rectangle. The time
I did see it happen was tapping above the title area right after canceling a notification,
so that could explain it I think.

Bug: 3339023
Change-Id: Ic3a7f4c059e7bf6f30b864a371a0912a6414edb7
rc/com/android/systemui/statusbar/tablet/NotificationPanel.java
2f447aa3b0e9cd6c35b57109baa3dea603f4fe11 14-Jan-2011 Daniel Sandler <dsandler@google.com> Notification & settings panel redesign.

Bug: 3353758
Change-Id: Ibe98ed78c471344e1fb3cb462c83b76678c665f7
ssets/fonts/AndroidClock.ttf
ssets/fonts/AndroidClock2.ttf
es/drawable-mdpi/ic_sysbar_back_ime_default.png
es/drawable-mdpi/ic_sysbar_back_ime_pressed.png
es/drawable-mdpi/ic_sysbar_ime_pressed.png
es/drawable-mdpi/ic_sysbar_menu_default.png
es/drawable-mdpi/ic_sysbar_menu_pressed.png
es/drawable-mdpi/notify_panel_bg.9.png
es/drawable-mdpi/notify_panel_bg_protect.png
es/drawable-mdpi/notify_panel_clock_bg.9.png
es/drawable-mdpi/notify_panel_notify_bg.9.png
es/drawable-mdpi/panel_notification.png
es/drawable-nodpi/notify_panel_bg_protect.png
es/drawable/notify_panel_bg_protect_tiled.xml
es/drawable/status_bar_item_background.xml
es/layout-xlarge/status_bar_notification_panel.xml
es/layout-xlarge/status_bar_notification_panel_title.xml
es/layout-xlarge/status_bar_notification_row.xml
es/layout-xlarge/status_bar_settings_view.xml
rc/com/android/systemui/statusbar/tablet/NotificationPanel.java
c6399ea9578939d19b5030202897df2f9caddeb9 18-Jan-2011 Eric Fischer <enf@google.com> Import revised translations. DO NOT MERGE

Change-Id: I4805367889be5c8a7a03591f11fea732f3b9edb7
es/values-ar/strings.xml
es/values-bg/strings.xml
es/values-ca/strings.xml
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-en-rGB/strings.xml
es/values-es-rUS-xlarge/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-it/strings.xml
es/values-iw/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-rm/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
8c05b54f237879c48796eadbe6c8c4b17ce5f743 18-Jan-2011 satok <satok@google.com> Merge "Update package manager when panel is loaded." into honeycomb
327fbd2c8fa294b919475feb4c74a74ee1981e02 17-Jan-2011 Dianne Hackborn <hackbod@google.com> Fix a bunch of API review bugs.

3362464 API REVIEW: android.content potpourri
3362445 API REVIEW: Fragment transaction stuff
3362428 API REVIEW: Fragment stuff
3362418 API REVIEW: Loader stuff
3362414 API REVIEW: android.content.pm.ActivityInfo

Change-Id: I6475421a4735759b458acb67df4380cc6234f147
rc/com/android/systemui/statusbar/tablet/ShirtPocket.java
573068cb4adeb38bb7a26959fe6599bffbe8b609 17-Jan-2011 Michael Jurka <mikejurka@google.com> Using full-resolution default activity icon in Recent Apps
rc/com/android/systemui/statusbar/tablet/RecentAppsPanel.java
913f42d26a32621ad7dd52c52b8d150eedf4f8fe 17-Jan-2011 satok <satok@google.com> Update package manager when panel is loaded.

Change-Id: I68f6af5d5a081855bf77b95795d3493bd81d3037
es/drawable-mdpi/ic_sysbar_ime_pressed.png
rc/com/android/systemui/statusbar/tablet/InputMethodButton.java
rc/com/android/systemui/statusbar/tablet/InputMethodsPanel.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
f6cafb63753a26440cb3ad2e5124370aef650015 17-Jan-2011 satok <satok@google.com> Implicitly/Explicitly subtypes bug.

Change-Id: I6ccc22d4272ee92c0d8ba3f3c724d8f838d51310
rc/com/android/systemui/statusbar/tablet/InputMethodsPanel.java
f68b500bb0d4c24ccabb40284f97981d50f888a8 17-Jan-2011 Joe Onorato <joeo@google.com> Remove a bunch of logging.

Change-Id: I81a9a5d94b1652133d7b1700da55f982038f6b56
rc/com/android/systemui/statusbar/phone/PhoneStatusBarPolicy.java
rc/com/android/systemui/statusbar/policy/AirplaneModeController.java
rc/com/android/systemui/statusbar/policy/KeyButtonView.java
rc/com/android/systemui/statusbar/tablet/HeightReceiver.java
rc/com/android/systemui/statusbar/tablet/NotificationPanel.java
rc/com/android/systemui/statusbar/tablet/SettingsView.java
rc/com/android/systemui/statusbar/tablet/ShirtPocket.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBarView.java
rc/com/android/systemui/statusbar/tablet/TabletTicker.java
c07d7c139bafab41024d6abc2e39ded880c23e6d 16-Jan-2011 Joe Onorato <joeo@google.com> Make the notification settings view less janky.

Bug: 3124822
Change-Id: I8fb9d169ae047d9b6738bb66e60a193a7a749efb
rc/com/android/systemui/statusbar/policy/AirplaneModeController.java
rc/com/android/systemui/statusbar/policy/AutoRotateController.java
rc/com/android/systemui/statusbar/policy/BrightnessController.java
772f5600ef720945b98054246982fd3b711830a9 16-Jan-2011 Joe Onorato <joeo@google.com> Need to save the brigness setting.

Otherwise the value isn't preserved the next time the screen goes off.

Bug: 3356129
Change-Id: I78fd32ee66a0766ec254b8558d483e97ffdccd7e
rc/com/android/systemui/statusbar/policy/BrightnessController.java
a032c90189d9ac28b65af4fe5f8b34f182441335 16-Jan-2011 Joe Onorato <joeo@google.com> Provide a public resource with the dimensions of the large notification icon.

Bug: 3301067
Change-Id: I4ef66ee35df34a5288681a0e80e9877d57398dd0
es/layout-xlarge/status_bar_notification_row.xml
es/layout-xlarge/status_bar_ticker_compat.xml
es/layout-xlarge/status_bar_ticker_panel.xml
es/values-xlarge/dimens.xml
rc/com/android/systemui/statusbar/tablet/TabletTicker.java
80a44401a22344f7eabce6976372ab144ef22893 16-Jan-2011 Joe Onorato <joeo@google.com> Need to update the largeIcon for notifications when we're reapplying the views.

Bug: 3298062
Change-Id: I6bb72c0b93e00a9de8cc2633ac07add0a572a20f
rc/com/android/systemui/statusbar/NotificationData.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
0a26f3ce96c628a22892b09b69bcbb58cc700165 15-Jan-2011 Justin Ho <justinho@google.com> Merge "New tray notification icons, new system bar icons" into honeycomb
f175559c7a89bc13dc945ba62070d5a1fb22c9c5 15-Jan-2011 Justin Ho <justinho@google.com> New tray notification icons, new system bar icons

Change-Id: I133502ffab55507fa31781791135945f3e0043b3
es/drawable-hdpi/ic_sysbar_ime_default.png
es/drawable-hdpi/stat_sys_signal_0.png
es/drawable-hdpi/stat_sys_signal_1.png
es/drawable-hdpi/stat_sys_signal_1_fully.png
es/drawable-hdpi/stat_sys_signal_2.png
es/drawable-hdpi/stat_sys_signal_2_fully.png
es/drawable-hdpi/stat_sys_signal_3.png
es/drawable-hdpi/stat_sys_signal_3_fully.png
es/drawable-hdpi/stat_sys_signal_4.png
es/drawable-hdpi/stat_sys_signal_4_fully.png
es/drawable-hdpi/stat_sys_signal_flightmode.png
es/drawable-hdpi/stat_sys_wifi_signal_0.png
es/drawable-hdpi/stat_sys_wifi_signal_1.png
es/drawable-hdpi/stat_sys_wifi_signal_1_fully.png
es/drawable-hdpi/stat_sys_wifi_signal_2.png
es/drawable-hdpi/stat_sys_wifi_signal_2_fully.png
es/drawable-hdpi/stat_sys_wifi_signal_3.png
es/drawable-hdpi/stat_sys_wifi_signal_3_fully.png
es/drawable-hdpi/stat_sys_wifi_signal_4.png
es/drawable-hdpi/stat_sys_wifi_signal_4_fully.png
es/drawable-mdpi/ic_sysbar_back_default.png
es/drawable-mdpi/ic_sysbar_back_ime_default.png
es/drawable-mdpi/ic_sysbar_back_ime_pressed.png
es/drawable-mdpi/ic_sysbar_back_pressed.png
es/drawable-mdpi/ic_sysbar_home_default.png
es/drawable-mdpi/ic_sysbar_home_pressed.png
es/drawable-mdpi/ic_sysbar_ime_default.png
es/drawable-mdpi/ic_sysbar_recent_default.png
es/drawable-mdpi/ic_sysbar_recent_pressed.png
es/drawable-mdpi/stat_sys_signal_0.png
es/drawable-mdpi/stat_sys_signal_1.png
es/drawable-mdpi/stat_sys_signal_1_fully.png
es/drawable-mdpi/stat_sys_signal_1x.png
es/drawable-mdpi/stat_sys_signal_2.png
es/drawable-mdpi/stat_sys_signal_2_fully.png
es/drawable-mdpi/stat_sys_signal_3.png
es/drawable-mdpi/stat_sys_signal_3_fully.png
es/drawable-mdpi/stat_sys_signal_3g.png
es/drawable-mdpi/stat_sys_signal_4.png
es/drawable-mdpi/stat_sys_signal_4_fully.png
es/drawable-mdpi/stat_sys_signal_edge.png
es/drawable-mdpi/stat_sys_signal_flightmode.png
es/drawable-mdpi/stat_sys_signal_gprs.png
es/drawable-mdpi/stat_sys_signal_hsdpa.png
es/drawable-mdpi/stat_sys_signal_roam.png
es/drawable-mdpi/stat_sys_wifi_signal_0.png
es/drawable-mdpi/stat_sys_wifi_signal_1.png
es/drawable-mdpi/stat_sys_wifi_signal_1_fully.png
es/drawable-mdpi/stat_sys_wifi_signal_2.png
es/drawable-mdpi/stat_sys_wifi_signal_2_fully.png
es/drawable-mdpi/stat_sys_wifi_signal_3.png
es/drawable-mdpi/stat_sys_wifi_signal_3_fully.png
es/drawable-mdpi/stat_sys_wifi_signal_4.png
es/drawable-mdpi/stat_sys_wifi_signal_4_fully.png
d80764e7a42024a588254e6b14b8811b642f204e 14-Jan-2011 Marco Nelissen <marcone@google.com> Fix issue with notification layouts.

b/3353796

Change-Id: I9a3354ed9e48ba1c057cacc7c9b9574664e683c5
es/layout-xlarge/status_bar_notification_row.xml
82beadfa067b1e286fa604f8d7960d769411c954 27-Dec-2010 satok <satok@google.com> Add input methods settings panel

Bug: 3141466
Bug: 3301559
Bug: 3284424

Moved from old master I4d9abeea

Change-Id: I62fa64cc095e1b9ac34f21e7d4d2e0bb8a3e68fc
es/layout-xlarge/status_bar_input_methods_item.xml
es/layout-xlarge/status_bar_input_methods_panel.xml
es/values/strings.xml
rc/com/android/systemui/statusbar/tablet/InputMethodButton.java
rc/com/android/systemui/statusbar/tablet/InputMethodsPanel.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBarView.java
39d80c3846972e6204dfd956263a3fb6a799444d 13-Jan-2011 Eric Fischer <enf@google.com> Merge "Import revised translations." into honeycomb
66707eee84ee874f60ff5d25c5d2d00769e79616 13-Jan-2011 Jim Miller <jaggies@google.com> Merge "Fix 3253629: Tweaks to recent apps" into honeycomb
85babff4a30d1baf8841749b706bd31dcaa1a73a 11-Jan-2011 Jim Miller <jaggies@google.com> Fix 3253629: Tweaks to recent apps

This updates the animation and fixes a few bugs with showing
and hiding recents as well as tweaks from UX in animation
timing, effects and the background protector.

Change-Id: I1c57e566408c7b732a0c902e27125951d0277322
es/drawable-xlarge-mdpi/recents_bg_protect_tile.png
es/layout-xlarge/status_bar_recent_panel.xml
rc/com/android/systemui/statusbar/tablet/NotificationPanel.java
rc/com/android/systemui/statusbar/tablet/RecentAppsPanel.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
c9596d6d8e9154b5f87c8e887bfabf7546b68af5 13-Jan-2011 Joe Onorato <joeo@google.com> Possibly fix bad notification updates.

I think what was happening is that it was using a different layout but we were trying to reapply the
RemoveViews because of some bad boolean logic. This fixes that, and adds some better debugging that
might show us what else is happening.

Bug: 3298062
Change-Id: I0984f24cb2960166c79b9f2cc7c6a98bd75e17ba
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
f21626ba6b4e72fe637df1d29a6da0153d256756 13-Jan-2011 Eric Fischer <enf@google.com> Import revised translations.

Change-Id: Ic374bee02ebbad03c6a0bb9a1900c95b0558c280
es/values-ar/strings.xml
es/values-bg/strings.xml
es/values-ca/strings.xml
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-en-rGB/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-it/strings.xml
es/values-iw/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-rm/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
d7cbe592dd210069a4186e39bad1a95f6884d34b 13-Jan-2011 Joe Onorato <joeo@google.com> Remove the volume slider in SystemUI.

Bug: 3344667
Change-Id: I8701fadac1736c73fbecb6f50d2ced7bba2c559c
es/layout-xlarge/status_bar_settings_view.xml
rc/com/android/systemui/statusbar/tablet/SettingsView.java
7b667a0c4b017af3c6b9e1f8a6dae56e2c53e07f 12-Jan-2011 Justin Ho <justinho@google.com> Merge "Updated flightmode assets" into gingerbread
8e8c8e02d5f758c06d024e3531203f1a16e47e20 12-Jan-2011 Justin Ho <justinho@google.com> Updated flightmode assets

Change-Id: Ia26da7982822d818f8416a110a21d17d316d7b3f
es/drawable-hdpi/stat_sys_signal_flightmode.png
es/drawable-mdpi/stat_sys_signal_flightmode.png
02d2b3ba9ba830a8147db2739613f7bbb2d0fcbf 11-Jan-2011 Christopher Tate <ctate@google.com> API CHANGE: startDrag() now takes "int flags" instead of "boolean localOnly"

There will be, in the future, a flag (View.DRAG_FLAG_GLOBAL) that means
for the drag to be cross-application. For now that flag constant is @hide
and furthermore the server-side implementation strips it, enforcing
local-only drags.

Change-Id: I8db840480ab90e18a5b8ecf29d62b4e6eafd405e
rc/com/android/systemui/statusbar/tablet/ShirtPocket.java
14770e049e10377bd963623891ccb0976b2dd6ee 12-Jan-2011 Joe Onorato <joeo@google.com> Merge "The status bar half of making the status bar resize when hdmi is plugged in." into honeycomb
dc10030581d6eec1c96acd62ed511f91d25d73a1 12-Jan-2011 Joe Onorato <joeo@google.com> The status bar half of making the status bar resize when hdmi is plugged in.

Change-Id: Ia349413774ba709fb3242780671c7b459850f4a4
es/layout-xlarge/status_bar.xml
rc/com/android/systemui/statusbar/StatusBar.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/tablet/HeightReceiver.java
rc/com/android/systemui/statusbar/tablet/NotificationPanel.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
0c848553346b0f80c7baa0aa08ec1b9d440e442c 11-Jan-2011 Jaikumar Ganesh <jaikumar@google.com> Merge "Update status bar icons for BT reverse tethering." into honeycomb
033376f6f0cb65f4cf5862c92ca0bf8ad5895566 11-Jan-2011 Daniel Sandler <dsandler@google.com> Merge "Simplify panel animations with an eye to performance." into honeycomb
7d9ea8ccc8a9c0a9a947fbf303ead738528445f6 11-Jan-2011 Daniel Sandler <dsandler@google.com> Simplify panel animations with an eye to performance.

Things are faster, but we're not buttery-smooth yet.

Bug: 3322970
Change-Id: Ib63bdc2e807b039197a12d3ed3935653e6237ae0
ndroidManifest.xml
es/drawable-nodpi/panel_notification.png
es/drawable/panel_notification_tiled.xml
es/layout-xlarge/status_bar_notification_panel.xml
rc/com/android/systemui/statusbar/tablet/NotificationPanel.java
rc/com/android/systemui/statusbar/tablet/NotificationTitleArea.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
01f9944749278f3bbec7e22f33388a53eab1a076 11-Jan-2011 Jim Miller <jaggies@google.com> Fix 3305645: Hide recents if there are no recent apps.

Change-Id: I7a6131b22fd73cb8dae12b8bb80a5921414c1861
rc/com/android/systemui/statusbar/tablet/RecentAppsPanel.java
fde7f0ede4248c7fe4c066bfc449381fde530430 10-Jan-2011 Jaikumar Ganesh <jaikumar@google.com> Update status bar icons for BT reverse tethering.

This updates the icon when its connected and the IP address
has been obtained.
Change-Id: I1b0ad5572a1899b118d1b6b6f49e41b7242b689a
es/values/strings.xml
rc/com/android/systemui/statusbar/policy/NetworkController.java
947f7824118f0e9b642df8760a8725a7eda59318 08-Jan-2011 Adam Powell <adamp@google.com> Fix bug 3245465 - Themed dialog icons

Added light/dark versions of holo dialog icons. Apps using
AlertDialogs that wish to use the system dialog icon should use
setIconAttribute(android.R.attr.alertDialogIcon) instead of
setIcon(android.R.drawable.ic_alert_dialog).

Change-Id: I40793a3164478be5ffa045ededfcab8210753a4b
rc/com/android/systemui/power/PowerUI.java
36d4c3f02b4c3366b965896bc3da8bb332db1a64 07-Jan-2011 Christopher Tate <ctate@google.com> Rename drag "thumbnail" to the drag "shadow"

No functional changes; just a rename of the relevant class/method/parameters.

Change-Id: I55d9ef7c2c17892b0bc99f5da622c281e006b53e
rc/com/android/systemui/statusbar/tablet/ShirtPocket.java
691bc9fec08e389b766b56308ebede44a88a5ebb 07-Jan-2011 Eric Fischer <enf@google.com> Merge "Import some unabbreviated translations for large screens." into honeycomb
100748e32898f0ce7398faa3b0218718fb9142e4 07-Jan-2011 Joe Onorato <joeo@google.com> Mark the veto button GONE for ongoing notifications so they can go into its space.

Change-Id: I0f03052c630c937f12d52d93dfa680ce8c6a27d0
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
483f2c277250278722f1a056124c608cc1bb3cc2 07-Jan-2011 Eric Fischer <enf@google.com> Merge "Mark the status bar configuration string untranslatable." into honeycomb
100744fa54e14be62abd211996b5dfed60de1fa4 07-Jan-2011 Daniel Sandler <dsandler@google.com> Merge "Fix stuck-open notification shade." into honeycomb
6869c1876b73cc0d47bbd654d13989ef3d1b7c9b 07-Jan-2011 Daniel Sandler <dsandler@google.com> Fix stuck-open notification shade.

Reversing the animations isn't working well, but re-creating
them in the correct direction is, so we'll use that for now.

Bug: 3326529
Change-Id: I40fdbd1d02bb8028d4d1f1bceb15f2c335366063
rc/com/android/systemui/statusbar/tablet/NotificationPanel.java
b3b98d9b700ac0ae038a63b734287b4d3aad950d 07-Jan-2011 Daniel Sandler <dsandler@google.com> Merge "Remove obsolete strings (rather than fix l10n guidelines)." into honeycomb
646897cb07d62f9111a0a0d88e698ddaef0fd150 07-Jan-2011 Justin Ho <justinho@google.com> Merge "Updated flightmode stat_sys icon" into honeycomb
a5742aeb81b3318064ee1409ff6ce68b921ffe37 07-Jan-2011 Justin Ho <justinho@google.com> Updated flightmode stat_sys icon

Change-Id: Ic87be7c565fe374617bb51cbac912151288a1728
es/drawable-hdpi/stat_sys_signal_flightmode.png
es/drawable-mdpi/stat_sys_signal_flightmode.png
77813aa918e8839b79f97123000eb46001839b26 07-Jan-2011 Eric Fischer <enf@google.com> Mark the status bar configuration string untranslatable.

Change-Id: I77dd3b7cfca6601064329382c9ef88924af17506
es/values-xlarge/config.xml
ab1d9f33bae47c29a7a8f0d4777f7ad69c0d88da 07-Jan-2011 Eric Fischer <enf@google.com> Import some unabbreviated translations for large screens.

Change-Id: I41c5b010bfa14d84f8802b415e6bb465663c722c
es/values-es-rUS-xlarge-land/strings.xml
es/values-es-rUS-xlarge-port/strings.xml
es/values-es-rUS-xlarge/strings.xml
641bad449ba3b971500843c6bf7bf6f08363d09e 07-Jan-2011 Joe Onorato <joeo@google.com> This makes the events at the edge of the screen find the button.

Change-Id: Ib809d4c501a1863d4023a5cc52260077be295b10
rc/com/android/systemui/statusbar/policy/KeyButtonView.java
8896079dac2ced0189225b49fdb0182e860b1f73 06-Jan-2011 Daniel Sandler <dsandler@google.com> Remove obsolete strings (rather than fix l10n guidelines).

Bug: 3197000
Change-Id: I8e501922d0a5d80a970281446ddeeab43ed69ea3
es/values-port/strings.xml
es/values-xlarge/strings.xml
es/values/strings.xml
43c8aa3144715fd0928b8d38f7a4a1e00f8bc9ce 06-Jan-2011 Eric Fischer <enf@google.com> Import translations for additional languages.

Change-Id: I8a30fc0f90e22a5ec8d746aaf4b64776a3274016
es/values-ar/strings.xml
es/values-bg/strings.xml
es/values-ca/strings.xml
es/values-en-rGB/strings.xml
es/values-es-rUS/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-in/strings.xml
es/values-iw/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-rm/strings.xml
es/values-ro/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
82652574b7e68909fd55cca01826fbc0d0c2d173 06-Jan-2011 satok <satok@google.com> Merge "Check null pointer agressively."
4fdf1de47f945dbead411e9f7232cf714db35e9d 06-Jan-2011 satok <satok@google.com> Check null pointer agressively.

Bug: 3250622

Change-Id: I25f367ad1bd6a741282603f2f587f7a1256ef460
rc/com/android/systemui/statusbar/tablet/InputMethodButton.java
933464dd02e9aeaff7944a2c8e3e44942971e1e8 06-Jan-2011 Joe Onorato <joeo@google.com> Fix the 3G icon shows as G.

The connectivity services does not seem to return meaningful network types. That's ok because we
get good ones from the telephony service anyway.

Also adds a ton of stuff for adb shell dumpsys activity service SystemUI TabletStatusBar

Bug: 3255953
Change-Id: If4bf413a628a8ffc338c83a9c33bfd367d6d2796
rc/com/android/systemui/statusbar/policy/NetworkController.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
eeed9949835ae4d516a751f3254967e9ad7398a5 05-Jan-2011 Joe Onorato <joeo@google.com> Don't re-show the ticker for a notification if they have set FLAG_ONLY_SHOW_ONCE.

Bug: 3306725
Change-Id: Ie733ad38d9e801f676966fa3ddee6847670c6deb
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
ec51a82bd6e7a33fe6ed84ba252b82625629eaac 05-Jan-2011 Joe Onorato <joeo@google.com> Allow taps on the ticker to pass through to the notification target view
so the notification panel still opens.

Bug: 3313762
Change-Id: Ia4e869b859fabe7016283f36631891c179dc82bf
es/layout-xlarge/status_bar_notification_area.xml
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBarView.java
rc/com/android/systemui/statusbar/tablet/TabletTicker.java
6c3e5601a75b59b0e172200d95162d7f47c40f29 04-Jan-2011 Joe Onorato <joeo@google.com> The whole title area of the notification panel should toggle the settings view.

Bug: 3313452
Change-Id: I8240e76367a6608849bbeb69af6ca8f206475d8d
rc/com/android/systemui/statusbar/tablet/NotificationPanel.java
25eef89082787c39a472349c693e821a05b6e83e 04-Jan-2011 Jim Miller <jaggies@google.com> Fix 3309250: Don't crash when thumbnail is null

This fixes a bug where Recents would crash when the
thumbnail for the given app isn't available. The
defined behavior for this situation should be just
the app icon on top of the default glow background.

Change-Id: Ie5a3a7878381a6b8fc640319fccfc16387e3d4cc
rc/com/android/systemui/statusbar/tablet/RecentAppsPanel.java
c16aea5ee8079a3c1fc45e44d296493eddf7e3c1 23-Dec-2010 Eric Fischer <enf@google.com> Import revised translations.

Change-Id: Ia6a9c2838156dd6f83aea9c4809c57f663c710af
es/values-ar-land/strings.xml
es/values-ar-port/strings.xml
es/values-ar-xlarge/strings.xml
es/values-ar/strings.xml
es/values-bg-land/strings.xml
es/values-bg-port/strings.xml
es/values-bg-xlarge/strings.xml
es/values-bg/strings.xml
es/values-ca-land/strings.xml
es/values-ca-port/strings.xml
es/values-ca-xlarge/strings.xml
es/values-ca/strings.xml
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de-xlarge/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-en-rGB-land/strings.xml
es/values-en-rGB-port/strings.xml
es/values-en-rGB-xlarge/strings.xml
es/values-en-rGB/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-fa-land/strings.xml
es/values-fa-port/strings.xml
es/values-fa-xlarge/strings.xml
es/values-fa/strings.xml
es/values-fi-land/strings.xml
es/values-fi-port/strings.xml
es/values-fi-xlarge/strings.xml
es/values-fi/strings.xml
es/values-fr/strings.xml
es/values-hr-land/strings.xml
es/values-hr-port/strings.xml
es/values-hr-xlarge/strings.xml
es/values-hr/strings.xml
es/values-hu-land/strings.xml
es/values-hu-port/strings.xml
es/values-hu-xlarge/strings.xml
es/values-hu/strings.xml
es/values-in-land/strings.xml
es/values-in-port/strings.xml
es/values-in-xlarge/strings.xml
es/values-in/strings.xml
es/values-it/strings.xml
es/values-iw-land/strings.xml
es/values-iw-port/strings.xml
es/values-iw-xlarge/strings.xml
es/values-iw/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-lt-land/strings.xml
es/values-lt-port/strings.xml
es/values-lt-xlarge/strings.xml
es/values-lt/strings.xml
es/values-lv-land/strings.xml
es/values-lv-port/strings.xml
es/values-lv-xlarge/strings.xml
es/values-lv/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-ro-land/strings.xml
es/values-ro-port/strings.xml
es/values-ro-xlarge/strings.xml
es/values-ro/strings.xml
es/values-ru/strings.xml
es/values-sk-land/strings.xml
es/values-sk-port/strings.xml
es/values-sk-xlarge/strings.xml
es/values-sk/strings.xml
es/values-sl-land/strings.xml
es/values-sl-port/strings.xml
es/values-sl-xlarge/strings.xml
es/values-sl/strings.xml
es/values-sr-land/strings.xml
es/values-sr-port/strings.xml
es/values-sr-xlarge/strings.xml
es/values-sr/strings.xml
es/values-sv/strings.xml
es/values-th-land/strings.xml
es/values-th-port/strings.xml
es/values-th-xlarge/strings.xml
es/values-th/strings.xml
es/values-tl-land/strings.xml
es/values-tl-port/strings.xml
es/values-tl-xlarge/strings.xml
es/values-tl/strings.xml
es/values-tr/strings.xml
es/values-uk-land/strings.xml
es/values-uk-port/strings.xml
es/values-uk-xlarge/strings.xml
es/values-uk/strings.xml
es/values-vi-land/strings.xml
es/values-vi-port/strings.xml
es/values-vi-xlarge/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW-xlarge/strings.xml
es/values-zh-rTW/strings.xml
f9905b437a0e98fd7fdafecb32db1cd7566f7367 23-Dec-2010 Jim Miller <jaggies@google.com> New thumbnail generation and centering in RecentApps

This centers the thumbnail in the given glow background and
reduces compositing by one window per recent item.

Change-Id: I228648022e12214fb3d8b66067e214cef5aaf8e9
es/layout-xlarge/status_bar_recent_item.xml
rc/com/android/systemui/statusbar/tablet/RecentAppsPanel.java
5e5b1b39ebb59137b340ff48c7d5d0862fb03f28 22-Dec-2010 Jim Miller <jaggies@google.com> Fix 3290446: Reduce number of recents to fit in a single binder

This fixes a bug where all recent apps disappear because the
binder transaction fails due to size constraints.

Change-Id: I173e552e820314b4c539aaf356cef4042a0822e9
rc/com/android/systemui/statusbar/tablet/RecentAppsPanel.java
16331c8a1d33defccc5cbb18694def79196c921b 20-Dec-2010 satok <satok@google.com> Add a parameter to InputMethodManagerService.getEnabledSubtype for allowing to select subtypes implicitly if no subtype is enabled.

Bug: 3142286

Change-Id: I92d019d0648c552e6d7695c3530aa81ae054d702
rc/com/android/systemui/statusbar/tablet/InputMethodButton.java
b70c82dc45f62a1c257a80e7aa9e0ecfe063c1be 20-Dec-2010 satok <satok@google.com> Hide IME Switch Button when a handset is locked.

Bug: 3247192

Change-Id: I61a327b480c5b3055a14219050cebb04cf0adf6e
rc/com/android/systemui/statusbar/tablet/InputMethodButton.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
d57896a64c87f8c068bb19157f41b338be209089 20-Dec-2010 satok <satok@google.com> Use settings of the visibility of IME Switch button

Bug: 3141466

Change-Id: Ia5ef059af184d9c203a0065bf25b088e0529858e
rc/com/android/systemui/statusbar/tablet/InputMethodButton.java
74fd1dd59619b0e3f6264a063ce94e19d972bf20 18-Dec-2010 Jim Miller <jaggies@google.com> Fix 3295530: Fix crash in RecentApps when we have no recents

A change to the Animation framework now throws an exception for
negative durations, which was causing Recents to crash when
there are no recent activities.

Change-Id: I65b7d6b6d5ad4637ae93b44c147ff6193d8c03cc
rc/com/android/systemui/statusbar/tablet/RecentAppsPanel.java
ef6e9360175eaa1cad2d178f3dbf469cc7036c1e 17-Dec-2010 Daniel Sandler <dsandler@google.com> Fix for the notification panel getting stuck open.

Bug: 3295437
Change-Id: I2205902790818048a637729249f3dfd844c101ea
rc/com/android/systemui/statusbar/tablet/NotificationPanel.java
b8027d87d87fbf24a6091ef183e519157876df41 17-Dec-2010 Daniel Sandler <dsandler@google.com> Improved ticker & bar animations.

The entire notification area fades out quickly before the
notification ticker appears, and fades back in when the
ticker is totally done.

This change has the side-effect of bringing back nice
animations for the notification icons when they appear by
themselves (at boot and when unlocking the device).

Bug: 3293680
Bug: 3018785
Change-Id: Id99cc20e6849f0f037fc9fba076243d362664478
es/layout-xlarge/status_bar.xml
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
rc/com/android/systemui/statusbar/tablet/TabletTicker.java
c51451a318af8e7076e7789bc1fcd91454f1e5a9 17-Dec-2010 Daniel Sandler <dsandler@google.com> Improvements to ticker:

- Ticker view can be tapped immediately
- Ticker views animate in/out smoothly

Bug: 3274655
Bug: 3293680
Change-Id: I504dae65d91cc26a81a2a18f7bc71d6b3271f06d
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
rc/com/android/systemui/statusbar/tablet/TabletTicker.java
7ef29b5a066e87ac890cf198c58e2ffe8549bea1 16-Dec-2010 Daniel Sandler <dsandler@google.com> Update flyover if notification changes.

Bug: 3292466
Change-Id: I11407b7a0eedc3d8474d34e45e4b472a2dc61d27
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
244e4159052230ce75a2152090a87518dd85e068 16-Dec-2010 Joe Onorato <joeo@google.com> Fix the SettingsView so it shows again.

Change-Id: Ie041fd12412ee1de9d1f90604b777db2fd00f550
es/layout-xlarge/status_bar_notification_panel.xml
rc/com/android/systemui/statusbar/tablet/NotificationPanel.java
6f6cf3c5e577aa62cfd959fa5ef046531090ce31 16-Dec-2010 Daniel Sandler <dsandler@google.com> Reimplement StatusBarManager.disable(DISABLE_SYSTEM_INFO).

Bug: 3284968
Change-Id: I7171b7770c2972bb56672a771c7ed5ca10fb4dda
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
0ad460b087abbd4b523a2e61ff27b0bf6fb5be92 14-Dec-2010 Daniel Sandler <dsandler@google.com> Look again; the system bar is now diamonds.

Lights Out 3.0 (bug 3241144)
- new artwork
- new transition animations
- new interaction (tap anywhere to dismiss & interact)
- much simpler overall design and implementation

Layout (bug 3242949)
- fine-tuned spacing on navigation and notification icons
- notification icon spacing compresses in portrait

Shirt Pocket (bug 3203179)
- disabled for now

Bug: 3241144
Bug: 3242949
Bug: 3203179
Change-Id: I6e9b7f9ebe07317d07609f11d5f03f22269bc7bb
es/drawable-mdpi/ic_sysbar_lights_out_dot_large.png
es/drawable-mdpi/ic_sysbar_lights_out_dot_small.png
es/layout-xlarge/status_bar.xml
es/layout-xlarge/status_bar_notification_area.xml
es/values-xlarge-port/dimens.xml
es/values-xlarge/dimens.xml
rc/com/android/systemui/SystemUI.java
rc/com/android/systemui/SystemUIService.java
rc/com/android/systemui/statusbar/tablet/ShirtPocket.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
3ffd5364bf3f167d00f0d18dc42d6775c5856424 15-Dec-2010 Daniel Sandler <dsandler@google.com> Merge "Remove unused assets in SystemUI."
d19bedee3437c164513bdc4ea11e33f404ed7603 15-Dec-2010 Jim Miller <jaggies@google.com> Fix 3253629: Tweaks to recent apps

This change reduces the overall timing of showing recents to make it
feel more snappy.

It also removes the first item from the list, which is assumed to be
the current app or the home screen, depending on which is currently
showing. This allows the use of muscle memory for switching between
two tasks quickly.

Change-Id: I04713c41ea235483ea4d3f712a84c56b0174394f
es/layout-xlarge/status_bar_recent_panel.xml
rc/com/android/systemui/statusbar/tablet/RecentAppsPanel.java
6866d6912b6b5cbaaf482857d279037135aeb45f 15-Dec-2010 satok <satok@google.com> Merge "Fix the bug that IME switch button is shown when there are two IME is installed but only one IME is enabled."
07e7279cb45ebc150b55bb7e0882d19c1e71bfbf 15-Dec-2010 satok <satok@google.com> Fix the bug that IME switch button is shown when there are two IME is installed but only one IME is enabled.

Bug: 3286682
Change-Id: I6a9c6972c136ca8df85ab2b305d08120c09a4543
rc/com/android/systemui/statusbar/tablet/InputMethodButton.java
5814d6963d3ab058994a64e857953a102f49aff3 15-Dec-2010 Eric Fischer <enf@google.com> Merge "Import revised translations."
261834eea76a7baecc13243b00903420626246b4 15-Dec-2010 Daniel Sandler <dsandler@google.com> Remove unused assets in SystemUI.

Change-Id: I8c13566cd58135cf29a3dc7c8e72438269eb5862
es/drawable-hdpi/battery_0.png
es/drawable-hdpi/battery_100.png
es/drawable-hdpi/battery_20.png
es/drawable-hdpi/battery_40.png
es/drawable-hdpi/battery_60.png
es/drawable-hdpi/battery_80.png
es/drawable-hdpi/dots_empty.png
es/drawable-hdpi/dots_full.png
es/drawable-hdpi/ic_notification_veto.png
es/drawable-hdpi/ic_sysbar_airplane_off.png
es/drawable-hdpi/ic_sysbar_battery_mini.png
es/drawable-hdpi/ic_sysbar_battery_on.png
es/drawable-hdpi/ic_sysbar_bluetooth_off.png
es/drawable-hdpi/ic_sysbar_bluetooth_on.png
es/drawable-hdpi/ic_sysbar_brightness_auto.png
es/drawable-hdpi/ic_sysbar_brightness_low.png
es/drawable-hdpi/ic_sysbar_close.png
es/drawable-hdpi/ic_sysbar_default_bg.png
es/drawable-hdpi/ic_sysbar_gps_off.png
es/drawable-hdpi/ic_sysbar_lightsout.png
es/drawable-hdpi/ic_sysbar_noti_avail.png
es/drawable-hdpi/ic_sysbar_noti_avail_open.png
es/drawable-hdpi/ic_sysbar_noti_dnd.png
es/drawable-hdpi/ic_sysbar_noti_none.png
es/drawable-hdpi/ic_sysbar_noti_none_open.png
es/drawable-hdpi/ic_sysbar_notification_dnd.png
es/drawable-hdpi/ic_sysbar_notification_dnd_off.png
es/drawable-hdpi/ic_sysbar_open.png
es/drawable-hdpi/ic_sysbar_press_bg.png
es/drawable-hdpi/ic_sysbar_rotate_off.png
es/drawable-hdpi/ic_sysbar_rotate_off_lanscape.png
es/drawable-hdpi/ic_sysbar_rotate_off_portrait.png
es/drawable-hdpi/ic_sysbar_sound_off.png
es/drawable-hdpi/ic_sysbar_wifi_mini.png
es/drawable-hdpi/ic_sysbar_wifi_off.png
es/drawable-hdpi/shade_bg.png
es/drawable-hdpi/signal_100.png
es/drawable-hdpi/signal_20.png
es/drawable-hdpi/signal_40.png
es/drawable-hdpi/signal_60.png
es/drawable-hdpi/signal_80.png
es/drawable-hdpi/status_bar_back_default.png
es/drawable-hdpi/status_bar_back_pressed.png
es/drawable-hdpi/status_bar_home_default.png
es/drawable-hdpi/status_bar_home_pressed.png
es/drawable-hdpi/status_bar_icon_tray.9.png
es/drawable-hdpi/status_bar_item_app_background_normal.9.png
es/drawable-hdpi/status_bar_menu_default.png
es/drawable-hdpi/status_bar_menu_pressed.png
es/drawable-hdpi/status_bar_recent_default.png
es/drawable-hdpi/status_bar_recent_pressed.png
es/drawable-hdpi/sysbar_hidenotification_handle.png
es/drawable-hdpi/sysbar_minimeter_bg.png
es/drawable-hdpi/sysbar_panel_bg.9.png
es/drawable-hdpi/sysbar_panel_recents_bg.9.png
es/drawable-hdpi/sysbar_signal_0.png
es/drawable-hdpi/sysbar_signal_10.png
es/drawable-hdpi/sysbar_signal_100.png
es/drawable-hdpi/sysbar_signal_20.png
es/drawable-hdpi/sysbar_signal_30.png
es/drawable-hdpi/sysbar_signal_40.png
es/drawable-hdpi/sysbar_signal_50.png
es/drawable-hdpi/sysbar_signal_60.png
es/drawable-hdpi/sysbar_signal_70.png
es/drawable-hdpi/sysbar_signal_80.png
es/drawable-hdpi/sysbar_signal_90.png
es/drawable-hdpi/sysbar_signalmini_100.png
es/drawable-hdpi/sysbar_toggle_bg_off.9.png
es/drawable-hdpi/sysbar_toggle_bg_on.9.png
es/drawable-hdpi/system_panel_airplane_default.png
es/drawable-hdpi/system_panel_brightness_default.png
es/drawable-hdpi/system_panel_orientation_default.png
es/drawable-hdpi/system_panel_orientation_locked.png
es/drawable-hdpi/system_panel_sound_default.png
es/drawable-land-hdpi/ic_sysbar_rotate_off.png
es/drawable-land-mdpi/ic_sysbar_rotate_off.png
es/drawable-mdpi/battery_0.png
es/drawable-mdpi/battery_100.png
es/drawable-mdpi/battery_20.png
es/drawable-mdpi/battery_40.png
es/drawable-mdpi/battery_60.png
es/drawable-mdpi/battery_80.png
es/drawable-mdpi/dots_empty.png
es/drawable-mdpi/dots_full.png
es/drawable-mdpi/ic_notification_veto.png
es/drawable-mdpi/ic_sysbar_airplane_off.png
es/drawable-mdpi/ic_sysbar_battery_on.png
es/drawable-mdpi/ic_sysbar_bluetooth_off.png
es/drawable-mdpi/ic_sysbar_bluetooth_on.png
es/drawable-mdpi/ic_sysbar_brightness_auto.png
es/drawable-mdpi/ic_sysbar_brightness_low.png
es/drawable-mdpi/ic_sysbar_close.png
es/drawable-mdpi/ic_sysbar_default_bg.png
es/drawable-mdpi/ic_sysbar_gps_off.png
es/drawable-mdpi/ic_sysbar_lightsout.png
es/drawable-mdpi/ic_sysbar_noti_avail.png
es/drawable-mdpi/ic_sysbar_noti_avail_open.png
es/drawable-mdpi/ic_sysbar_noti_dnd.png
es/drawable-mdpi/ic_sysbar_noti_none.png
es/drawable-mdpi/ic_sysbar_noti_none_open.png
es/drawable-mdpi/ic_sysbar_notification_dnd.png
es/drawable-mdpi/ic_sysbar_notification_dnd_off.png
es/drawable-mdpi/ic_sysbar_open.png
es/drawable-mdpi/ic_sysbar_press_bg.png
es/drawable-mdpi/ic_sysbar_rotate_off.png
es/drawable-mdpi/ic_sysbar_rotate_off_lanscape.png
es/drawable-mdpi/ic_sysbar_rotate_off_portrait.png
es/drawable-mdpi/ic_sysbar_sound_off.png
es/drawable-mdpi/ic_sysbar_wifi_off.png
es/drawable-mdpi/shade_bg.png
es/drawable-mdpi/signal_100.png
es/drawable-mdpi/signal_20.png
es/drawable-mdpi/signal_40.png
es/drawable-mdpi/signal_60.png
es/drawable-mdpi/signal_80.png
es/drawable-mdpi/stat_sys_wifi_signal_0_fully.png
es/drawable-mdpi/status_bar_back_default.png
es/drawable-mdpi/status_bar_back_pressed.png
es/drawable-mdpi/status_bar_home_default.png
es/drawable-mdpi/status_bar_home_pressed.png
es/drawable-mdpi/status_bar_icon_tray.9.png
es/drawable-mdpi/status_bar_item_app_background_normal.9.png
es/drawable-mdpi/status_bar_menu_default.png
es/drawable-mdpi/status_bar_menu_pressed.png
es/drawable-mdpi/status_bar_recent_default.png
es/drawable-mdpi/status_bar_recent_pressed.png
es/drawable-mdpi/sysbar_hidenotification_handle.png
es/drawable-mdpi/sysbar_minimeter_bg.png
es/drawable-mdpi/sysbar_panel_bg.9.png
es/drawable-mdpi/sysbar_panel_recents_bg.9.png
es/drawable-mdpi/sysbar_signal_0.png
es/drawable-mdpi/sysbar_signal_10.png
es/drawable-mdpi/sysbar_signal_100.png
es/drawable-mdpi/sysbar_signal_20.png
es/drawable-mdpi/sysbar_signal_30.png
es/drawable-mdpi/sysbar_signal_40.png
es/drawable-mdpi/sysbar_signal_50.png
es/drawable-mdpi/sysbar_signal_60.png
es/drawable-mdpi/sysbar_signal_70.png
es/drawable-mdpi/sysbar_signal_80.png
es/drawable-mdpi/sysbar_signal_90.png
es/drawable-mdpi/sysbar_signalmini_100.png
es/drawable-mdpi/sysbar_toggle_bg_off.9.png
es/drawable-mdpi/sysbar_toggle_bg_on.9.png
es/drawable-mdpi/system_panel_airplane_default.png
es/drawable-mdpi/system_panel_brightness_default.png
es/drawable-mdpi/system_panel_orientation_default.png
es/drawable-mdpi/system_panel_orientation_locked.png
es/drawable-mdpi/system_panel_sound_default.png
es/drawable-port-hdpi/ic_sysbar_rotate_off.png
es/drawable-port-mdpi/ic_sysbar_rotate_off.png
7b3bfca2599418279a631e47498370136f93a792 14-Dec-2010 Eric Fischer <enf@google.com> Import revised translations.

Change-Id: Iff90bc663027dc8e7189d5dc229f5f9ddee31f12
es/values-ar-xlarge/strings.xml
es/values-ar/strings.xml
es/values-bg-xlarge/strings.xml
es/values-bg/strings.xml
es/values-ca-xlarge/strings.xml
es/values-ca/strings.xml
es/values-cs-xlarge/strings.xml
es/values-cs/strings.xml
es/values-da-xlarge/strings.xml
es/values-da/strings.xml
es/values-de-xlarge/strings.xml
es/values-de/strings.xml
es/values-el-xlarge/strings.xml
es/values-el/strings.xml
es/values-en-rGB-xlarge/strings.xml
es/values-en-rGB/strings.xml
es/values-es-rUS-xlarge/strings.xml
es/values-es-rUS/strings.xml
es/values-es-xlarge/strings.xml
es/values-es/strings.xml
es/values-fa-xlarge/strings.xml
es/values-fa/strings.xml
es/values-fi-xlarge/strings.xml
es/values-fi/strings.xml
es/values-fr-xlarge/strings.xml
es/values-fr/strings.xml
es/values-hr-xlarge/strings.xml
es/values-hr/strings.xml
es/values-hu-xlarge/strings.xml
es/values-hu/strings.xml
es/values-in-xlarge/strings.xml
es/values-in/strings.xml
es/values-it-xlarge/strings.xml
es/values-it/strings.xml
es/values-iw-xlarge/strings.xml
es/values-iw/strings.xml
es/values-ja-xlarge/strings.xml
es/values-ja/strings.xml
es/values-ko-xlarge/strings.xml
es/values-ko/strings.xml
es/values-lt-xlarge/strings.xml
es/values-lt/strings.xml
es/values-lv-xlarge/strings.xml
es/values-lv/strings.xml
es/values-nb-xlarge/strings.xml
es/values-nb/strings.xml
es/values-nl-xlarge/strings.xml
es/values-nl/strings.xml
es/values-pl-xlarge/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT-xlarge/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt-xlarge/strings.xml
es/values-pt/strings.xml
es/values-ro-xlarge/strings.xml
es/values-ro/strings.xml
es/values-ru-xlarge/strings.xml
es/values-ru/strings.xml
es/values-sk-xlarge/strings.xml
es/values-sk/strings.xml
es/values-sl-xlarge/strings.xml
es/values-sl/strings.xml
es/values-sr-xlarge/strings.xml
es/values-sr/strings.xml
es/values-sv-xlarge/strings.xml
es/values-sv/strings.xml
es/values-th-xlarge/strings.xml
es/values-th/strings.xml
es/values-tl-xlarge/strings.xml
es/values-tl/strings.xml
es/values-tr-xlarge/strings.xml
es/values-tr/strings.xml
es/values-uk-xlarge/strings.xml
es/values-uk/strings.xml
es/values-vi-xlarge/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN-xlarge/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW-xlarge/strings.xml
es/values-zh-rTW/strings.xml
cb171fabcd3eb568105b19705fc6aa894a37c6f2 14-Dec-2010 Jeff Brown <jeffbrown@google.com> Merge "Update shortcuts."
4738da2e30272ceeec7e065be3ce4b2838a22d07 14-Dec-2010 Joe Onorato <joeo@google.com> Merge "notification panel animations"
7c270fab75c2f4529e45ea80b31d4017ab516482 09-Dec-2010 Joe Onorato <joeo@google.com> notification panel animations

Change-Id: I3ca06a35be480df6e8741270c10eb1b23b1d4835
es/drawable-nodpi/notify_glow_back.png
es/drawable-nodpi/notify_item_glow_bottom.png
es/drawable-nodpi/notify_item_glow_left.png
es/drawable-nodpi/notify_item_glow_top.png
es/drawable-nodpi/notify_panel_bg.png
es/drawable-nodpi/notify_panel_bg_protect.png
es/layout-xlarge/status_bar_notification_panel.xml
es/values/attrs.xml
rc/com/android/systemui/statusbar/tablet/NotificationLinearLayout.java
rc/com/android/systemui/statusbar/tablet/NotificationPanel.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
caab4d0a509a5283b65d7c44e66b0dc7b89a6d7c 10-Dec-2010 Jeff Brown <jeffbrown@google.com> Update shortcuts.

Also modified the shortcut key handling so that it drops chorded
Search+X keys when even if no shortcut was found. Without this
change, pressing an unhandled shortcut causes the Search widget to
pop up and the character to be typed.

Bug: 3022227
Change-Id: Ic0921428bd1270604ca28caf1f8493727127f4ed
es/xml/bookmarks.xml
7a49e60eb37dd6326e7a567d89916068f30235b0 14-Dec-2010 satok <satok@google.com> Merge "Hide ime switch icon when there are only one IME and no enabled subtypes"
a84b8d94fbe20a2d51902da29ff00a57e1851dbe 14-Dec-2010 satok <satok@google.com> Hide ime switch icon when there are only one IME and no enabled subtypes

Change-Id: I4684d852cc61db125538e1255fd99fa55d60d593
rc/com/android/systemui/statusbar/tablet/InputMethodButton.java
d2835935d2df8be70d1b37d3ef3b2fe0155b3422 14-Dec-2010 Dianne Hackborn <hackbod@google.com> Fix issue #3258849: Grab thumbnail when exiting an app via back

Also issue #3281400: Rotating a retained instance fragment leaks the fragment manager

And turn off fragment debug logging.

Change-Id: Ibdd7db82bb35618021bcba421ba92ced7cd691c2
rc/com/android/systemui/recent/RecentApplicationsActivity.java
rc/com/android/systemui/statusbar/tablet/RecentAppsPanel.java
169a211f6be5fc842dce6281aad16697c6cecfa9 11-Dec-2010 Jim Miller <jaggies@google.com> Fix 3253629: Improve Recents panel animation performance.

This change improves animation by enabling hardware acceleration
and reducing the size of the blue glow.

Change-Id: Ie8b7668b9b1f1ae91211875c2fa11b305a317d64
es/layout-xlarge/status_bar_recent_panel.xml
rc/com/android/systemui/statusbar/tablet/RecentAppsPanel.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
f1cbffa7940192106549551045a7827caf566d3a 10-Dec-2010 Eric Fischer <enf@google.com> Merge "Import revised translations."
770126a678ccc9328a89407ffc82f4d998b25427 10-Dec-2010 Mike Lockwood <lockwood@android.com> Rename android.hardware.Usb to UsbManager and UsbObserver to UsbService

In preparation for an upcoming change that will make UsbService into a real system service

Change-Id: Id85d624cfc6b10b49a08105cfaaacc667a492c12
Signed-off-by: Mike Lockwood <lockwood@android.com>
rc/com/android/systemui/usb/UsbStorageActivity.java
a7a44f189479963fc2c40c8bf5b48ab1b0fe005d 10-Dec-2010 Eric Fischer <enf@google.com> Import revised translations.

Change-Id: I207197a388a65827b1c336cde6c5aa27c126e25c
es/values-ar-xlarge/strings.xml
es/values-ar/strings.xml
es/values-bg-xlarge/strings.xml
es/values-bg/strings.xml
es/values-ca-xlarge/strings.xml
es/values-ca/strings.xml
es/values-cs-xlarge/strings.xml
es/values-cs/strings.xml
es/values-da-xlarge/strings.xml
es/values-da/strings.xml
es/values-de-xlarge/strings.xml
es/values-de/strings.xml
es/values-el-xlarge/strings.xml
es/values-el/strings.xml
es/values-en-rGB-xlarge/strings.xml
es/values-en-rGB/strings.xml
es/values-es-rUS-xlarge/strings.xml
es/values-es-rUS/strings.xml
es/values-es-xlarge/strings.xml
es/values-es/strings.xml
es/values-fa-xlarge/strings.xml
es/values-fa/strings.xml
es/values-fi-xlarge/strings.xml
es/values-fi/strings.xml
es/values-fr-xlarge/strings.xml
es/values-fr/strings.xml
es/values-hr-xlarge/strings.xml
es/values-hr/strings.xml
es/values-hu-xlarge/strings.xml
es/values-hu/strings.xml
es/values-in-xlarge/strings.xml
es/values-in/strings.xml
es/values-it-xlarge/strings.xml
es/values-it/strings.xml
es/values-iw-xlarge/strings.xml
es/values-iw/strings.xml
es/values-ja-xlarge/strings.xml
es/values-ja/strings.xml
es/values-ko-xlarge/strings.xml
es/values-ko/strings.xml
es/values-lt-xlarge/strings.xml
es/values-lt/strings.xml
es/values-lv-xlarge/strings.xml
es/values-lv/strings.xml
es/values-nb-xlarge/strings.xml
es/values-nb/strings.xml
es/values-nl-xlarge/strings.xml
es/values-nl/strings.xml
es/values-pl-xlarge/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT-xlarge/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt-xlarge/strings.xml
es/values-pt/strings.xml
es/values-rm/strings.xml
es/values-ro-xlarge/strings.xml
es/values-ro/strings.xml
es/values-ru-xlarge/strings.xml
es/values-ru/strings.xml
es/values-sk-xlarge/strings.xml
es/values-sk/strings.xml
es/values-sl-xlarge/strings.xml
es/values-sl/strings.xml
es/values-sr-xlarge/strings.xml
es/values-sr/strings.xml
es/values-sv-xlarge/strings.xml
es/values-sv/strings.xml
es/values-th-xlarge/strings.xml
es/values-th/strings.xml
es/values-tl-xlarge/strings.xml
es/values-tl/strings.xml
es/values-tr-xlarge/strings.xml
es/values-tr/strings.xml
es/values-uk-xlarge/strings.xml
es/values-uk/strings.xml
es/values-vi-xlarge/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN-xlarge/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW-xlarge/strings.xml
es/values-zh-rTW/strings.xml
767926bbe90358bc3857f4b78f54c8cdacfb8773 10-Dec-2010 Eric Fischer <enf@google.com> Import revised translations. DO NOT MERGE

Bug 3272618

Change-Id: I165a5964e62e3d3df59c26cf6595898ea3f84996
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-fr/strings.xml
es/values-it/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-ru/strings.xml
es/values-sv/strings.xml
es/values-tr/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
3616fb6ddc56505d114c1b4f18c96da134692a9d 07-Dec-2010 satok <satok@google.com> Change the initial visibility of IME switch button

Change-Id: I407d49997355a286a13c94a2d6b48a6dbcdaa2d1
es/layout-xlarge/status_bar.xml
e5c16ab5a8b4e12aff03a88d3c3c6eac03b609c3 04-Dec-2010 Jim Miller <jaggies@google.com> Fix 3253629: Initial pass at updating RecentsPanel UI

Change-Id: I578d0efd9f4b67675ff531494259f54182851e0e
es/drawable-xlarge-mdpi/recents_bg_protect_tile.png
es/drawable-xlarge-mdpi/recents_blue_glow.9.png
es/drawable-xlarge-mdpi/recents_callout_line.png
es/drawable-xlarge-mdpi/recents_thumbnail_bg.png
es/layout-xlarge/status_bar_recent_item.xml
es/layout-xlarge/status_bar_recent_panel.xml
rc/com/android/systemui/statusbar/tablet/RecentAppsPanel.java
ff3c470778a69d262470e9707fce58dd485c6cc9 09-Dec-2010 Joe Onorato <joeo@google.com> Merge "make the wifi button go where it's supposed to."
cbcce92295f5fce4fee71d12e9a717a7acc64b05 09-Dec-2010 Joe Onorato <joeo@google.com> Merge "Make the ToggleSlider in the status bar settings panel show the right track when it's disabled."
64eb5d29007155e89b03cbb682845faf1fbd743d 09-Dec-2010 Joe Onorato <joeo@google.com> make the wifi button go where it's supposed to.

Change-Id: I415a5ad5e7524746d1e8d467f94058468bc719b7
es/layout-xlarge/status_bar_settings_view.xml
es/values/strings.xml
rc/com/android/systemui/statusbar/tablet/SettingsView.java
4b0912d4903d81e7ce8a45dd694b1ae01fe438c1 09-Dec-2010 Joe Onorato <joeo@google.com> Make the ToggleSlider in the status bar settings panel show the right track when it's disabled.

Change-Id: Iead2a7f93dd312254d715f010ccca50cdcda5d00
es/drawable-mdpi/scrubber_track_holo_dark.9.png
es/drawable/status_bar_settings_slider_disabled.xml
rc/com/android/systemui/statusbar/policy/ToggleSlider.java
10163c689a713a35f69aad420c35372946b8b32a 08-Dec-2010 Daniel Sandler <dsandler@google.com> Experimental: Tapping on the status bar sends a space key.

While any IME is showing, taps on the empty region in the
center of the status bar will inject a KEYCODE_SPACE (62)
KeyEvent. This gives a huge Fitts' Law boost to LatinIME's
spacebar, which is easy to miss when typing quickly.

This is sort of a hack; a better solution would be to
translate the tap vertically until it enters the IME's
window and then hand the motion event back to the IME
(thereby accommodating IMEs that have something other than a
spacebar in their bottom row).

Bug: 3114340
Change-Id: Iabbfb5ca0000101074932304bce44eb6f7dca85d
es/layout-xlarge/status_bar.xml
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
9b40747aaa98ad4e8f423d7d1a9ed0f736f18dba 07-Dec-2010 satok <satok@google.com> Move IME button to right side by new desing spec

Bug: 3212206

- And remove mic icon

Change-Id: I46481db9afe500b244da66e1615795bf55e9a734
es/layout-xlarge/status_bar.xml
rc/com/android/systemui/statusbar/tablet/InputMethodButton.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
2ee1856f814c4246f1b56db21693432442a70d94 06-Dec-2010 Daniel Sandler <dsandler@google.com> Merge "Hide navigation buttons and clock on lockscreen."
bd81c3fe344ab018fad1d8e0370ef25231b51a22 06-Dec-2010 satok <satok@google.com> Fix null pointer exception

Bug: 3250622

Change-Id: I0913f10c7deb984d2b1a51701dddf765a060592e
rc/com/android/systemui/statusbar/tablet/InputMethodButton.java
3e8f5a2c1beb4b918856063880e05125946e4347 03-Dec-2010 Daniel Sandler <dsandler@google.com> Hide navigation buttons and clock on lockscreen.

(This introduces a StatusBarManager disable flag to ask the
status bar to hide just the clock, which might be useful in
other situations, such as clock/dock apps.)

Bug: 3130393
Change-Id: Ia08627508518e2ed3713ffbf856e4ec42952b3a8
es/layout-xlarge/status_bar.xml
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
eae7133bf6aff5a702b4bae81614aeec6cb3381b 03-Dec-2010 satok <satok@google.com> Merge "Make the size of "shirt pocket" 0 when the icon of "shirt pocket" is invisible"
2993f18b068f2b1ea8d4c7779aad86a18650a409 25-Nov-2010 satok <satok@google.com> Make the size of "shirt pocket" 0 when the icon of "shirt pocket" is invisible

bug: 3230503

Change-Id: I1028a92b6ce048c39af1e89845576198132b3176
es/layout-xlarge/status_bar.xml
rc/com/android/systemui/statusbar/tablet/ShirtPocket.java
75362101ac12a15c111f249ade5e7d15787d9e81 03-Dec-2010 Joe Onorato <joeo@google.com> Tweak the settings panel assets / layout. Not done yet.

Change-Id: Ib014947f1260cb290818b7af0151fe0c165950c6
es/drawable-mdpi/scrubber_control_holo.png
es/drawable/status_bar_toggle_button.xml
es/layout-xlarge/status_bar_settings_view.xml
es/layout/status_bar_toggle_slider.xml
es/values/attrs.xml
es/values/strings.xml
rc/com/android/systemui/statusbar/policy/ToggleSlider.java
1e28f4110f4005a38a1c55836b87df706e8e3229 01-Dec-2010 Joe Onorato <joeo@google.com> Brightness and volume controls in the quick settings panel.

Change-Id: I2d2394c84a2783772f16dbeb88664381917e0ead
es/drawable-mdpi/scrubber_control_disabled_holo.png
es/layout-xlarge/status_bar_settings_view.xml
es/layout/status_bar_toggle_slider.xml
rc/com/android/systemui/statusbar/policy/BrightnessController.java
rc/com/android/systemui/statusbar/policy/ToggleSlider.java
rc/com/android/systemui/statusbar/policy/VolumeController.java
rc/com/android/systemui/statusbar/tablet/SettingsView.java
355ebc09d2354795ff674d65eb09d4fee0ddb402 02-Dec-2010 Joe Onorato <joeo@google.com> Show the operator or wifi ssid in the status bar panel.

Change-Id: Ia2983bce35c5f2ab706995777c80e96cc9a4c2ae
es/values-xlarge/strings.xml
es/values/strings.xml
rc/com/android/systemui/statusbar/policy/NetworkController.java
d6a46103bfbed17451abf0fb608d7b778597846c 02-Dec-2010 Eric Fischer <enf@google.com> Merge "Rename Indonesian and Hebrew translations to match Locale.java conventions"
73a3aec4a674497a19080b30a4c5d4cee834c9b0 02-Dec-2010 Justin Ho <justinho@google.com> Integrating updated SystemUI assets

Change-Id: I2683c16c30a543cc3365fa9f3a93a238aac272ed
es/drawable-mdpi/ic_sysbar_back_default.png
es/drawable-mdpi/ic_sysbar_back_ime_default.png
es/drawable-mdpi/ic_sysbar_back_ime_pressed.png
es/drawable-mdpi/ic_sysbar_back_pressed.png
es/drawable-mdpi/ic_sysbar_home_default.png
es/drawable-mdpi/ic_sysbar_home_pressed.png
es/drawable-mdpi/ic_sysbar_menu_default.png
es/drawable-mdpi/ic_sysbar_menu_pressed.png
es/drawable-mdpi/ic_sysbar_recent_default.png
es/drawable-mdpi/ic_sysbar_recent_pressed.png
d09a98173b99852c78c0a14282612836178cc2ab 02-Dec-2010 Eric Fischer <enf@google.com> Rename Indonesian and Hebrew translations to match Locale.java conventions

Change-Id: Icf4f1896d13a4b6bf86503b16bde189f1834fdcc
es/values-he/strings.xml
es/values-id/strings.xml
es/values-in/strings.xml
es/values-iw/strings.xml
59485d7442a175551fcb5eeee71820432df4ea7b 02-Dec-2010 Daniel Sandler <dsandler@google.com> Do not allow lights out mode for old apps.

Legacy applications using FLAG_FULLSCREEN do so principally
to get as much screen real estate as possible; reducing
clutter is usually a secondary concern. The new UI style
takes care of the latter for the most part, and the former
is irrelevant because the xlarge system bar never goes away.

Lights out---and with it the disappearance of important
systemwide navigation controls---is probably *not* something
these apps are expecting! Consider a game: it might want
FLAG_FULLSCREEN on phone to take over your entire display,
but might also rely on menu (to pause the game or bring up
options) and home (to allow you to exit). Lights out makes
these tasks much harder on the user because those buttons
aren't visible anymore.

So, to mitigate this potentially confusing situation, we now
disable lights out for fullscreen legacy apps.

[Hack, er, cleverness alert: We use NEEDS_MENU_KEY as a
shorthand for "legacy app." This flag is set by
pre-Honeycomb apps by default, but even an app built against
the current API can request this flag; be forewarned that if
you do, you won't get lights out mode in this particular
system bar implementation when you use FLAG_FULLSCREEN.]

Change-Id: If90d8354114ba45f9485b935b87ee575a30b9f87
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
dcafdb2e9babeaa7aafd1cb15be6423a656de996 02-Dec-2010 Eric Fischer <enf@google.com> Merge "Import revised translations."
198aa524298f5e8eba1d6774f7ae2b34a9493e95 02-Dec-2010 Eric Fischer <enf@google.com> Import revised translations.

Change-Id: Ie519c5155103e4f7715025d6e224b65f5fef8bb1
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-fr/strings.xml
es/values-it/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-ru/strings.xml
es/values-sv/strings.xml
es/values-tr/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
407b4e91fe7627545b8110e683953353236b4543 01-Dec-2010 Christopher Tate <ctate@google.com> API CHANGE: drags can now carry an originator-only object payload

When calling startDrag(), the app can now supply an Object to be passed
along in every DragEvent that the app winds up receiving itself. This
object is *not* passed to any other applications; it's strictly app-
local. The purpose is to allow state tracking/management to be done
directly through the drag mechanism rather than requiring out-of-band
code.

An example of the utility here might be TextEdit widgets. A drag that
starts in one TextEdit but ends in a different one should be treated as
a copy/paste operation, where the originating TextEdit is not altered.
However, a drag that starts and ends in the *same* TextEdit is a 'move'
operation within that TextEdit; the text is removed from its original
position and inserted at the drop point. To support this easily, the
drag/drop code in TextEdit can now pass a pointer to the originating
view as the local state object. Then, the drop recipient could tell
whether the drag started within the same TextEdit without needing to
implement any other out-of-band state tracking.

This CL (and its accompanying CLs in a few other packages where the
startDrag() API is being used) adds the new local-state parameter to
the API, but does not actually change the behavior of any existing
clients.

Change-Id: Icba73b2ab4a650b7a94485a19633065b0ef9058c
rc/com/android/systemui/statusbar/tablet/ShirtPocket.java
af88937ebcd8fddff1595f0966faee8b0ae66f63 01-Dec-2010 Daniel Sandler <dsandler@google.com> Slightly more legible background for notification panel.

This will be obsoleted by an even shinier design, but it's
good enough for now.

Bug: 3241324
Change-Id: I1c9c171729a5483c92d91406d2a19d1f941cc04f
es/drawable-nodpi/panel_notification.png
a8e5b060a6ec5a5807f2858eccec835c7b083067 01-Dec-2010 Daniel Sandler <dsandler@google.com> When peeking at a notification, the X will close the window.

Bug: 3241204
Change-Id: Ibc6751062170e85604179da3f01a9c1055a15b1f
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
373a9983742b3d2370c36183aca3cde4614e6185 30-Nov-2010 Daniel Sandler <dsandler@google.com> When updating notifications, always reuse the last row.

Ordinarily, changing the "when" slot when updating a
Notification will move its expanded payload to the bottom of
the notification panel's list. But if it's already at the
bottom, this causes an unsightly out-then-in animation
sequence. We now check for that exact situation.

Bug: 3222274
Bug: 3162218
Change-Id: I8b643b3f8bce64e57a22bdbb06d92c196c2484c2
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
8b780ec773b2d1765f3ce932ee8f86c9048fdb85 30-Nov-2010 Eric Fischer <enf@google.com> Merge "Import revised translations."
42f8e130244cf216701bd03a34935c0fa1c3efc5 30-Nov-2010 Joe Onorato <joeo@google.com> Show the network type.

Change-Id: I3487655dce80eef26bfd575b63eb649d9b5e5325
es/layout-xlarge/status_bar.xml
es/layout-xlarge/status_bar_notification_panel.xml
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
8d1efa95777b971b9c99681089f15821f68656d4 30-Nov-2010 Eric Fischer <enf@google.com> Import revised translations.

Change-Id: I8d5fe7c1cf2f2a7903997da38b6abfe4dcabdab7
es/values-ar/strings.xml
es/values-bg/strings.xml
es/values-ca/strings.xml
es/values-cs-xlarge/strings.xml
es/values-cs/strings.xml
es/values-da-xlarge/strings.xml
es/values-da/strings.xml
es/values-de-xlarge/strings.xml
es/values-de/strings.xml
es/values-el-xlarge/strings.xml
es/values-el/strings.xml
es/values-en-rGB/strings.xml
es/values-es-rUS-xlarge/strings.xml
es/values-es-rUS/strings.xml
es/values-es-xlarge/strings.xml
es/values-es/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr-xlarge/strings.xml
es/values-fr/strings.xml
es/values-he/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-id/strings.xml
es/values-it-xlarge/strings.xml
es/values-it/strings.xml
es/values-ja-xlarge/strings.xml
es/values-ja/strings.xml
es/values-ko-xlarge/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-nb-xlarge/strings.xml
es/values-nb/strings.xml
es/values-nl-xlarge/strings.xml
es/values-nl/strings.xml
es/values-pl-xlarge/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT-xlarge/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt-xlarge/strings.xml
es/values-pt/strings.xml
es/values-rm/strings.xml
es/values-ro/strings.xml
es/values-ru-xlarge/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv-xlarge/strings.xml
es/values-sv/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr-xlarge/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-zh-rCN-xlarge/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW-xlarge/strings.xml
es/values-zh-rTW/strings.xml
2039e484740ae5c314082398e5696339b615cb22 29-Nov-2010 Joe Onorato <joeo@google.com> Do not disturb.

Change-Id: I9550970f322872787ef903ca762dfdf2ed9d2835
rc/com/android/systemui/statusbar/DoNotDisturb.java
rc/com/android/systemui/statusbar/StatusBar.java
rc/com/android/systemui/statusbar/policy/DoNotDisturbController.java
rc/com/android/systemui/statusbar/policy/Prefs.java
rc/com/android/systemui/statusbar/tablet/SettingsView.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
536c58fbe51a53d0e6e78c360c9f6069ae0fd465 29-Nov-2010 Joe Onorato <joeo@google.com> Show the down back instead of the left back when the IME is up.

Change-Id: Ief99935c4341b492d985c5f705b41f75e6b4d291
es/drawable/ic_sysbar_back_ime.xml
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
5e759460dcb91ba96758c2ac6d354ff8563b78a4 29-Nov-2010 Joe Onorato <joeo@google.com> Auto-hide the peek window after 5 seconds, not right away.

Change-Id: Idf210f25e6cefc61a4eca40a9943dc156adafbf7
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
50ec5ec0b8b3ab9cf697c8e3925e3fdd837f5e7d 29-Nov-2010 Joe Onorato <joeo@google.com> Deal with re-posting tickers.

Change-Id: If3c6e8ad57eb6682145cf8ed0f3755f176f117d0
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
rc/com/android/systemui/statusbar/tablet/TabletTicker.java
5a6b4f826515c65d816e711266f0eac5ae3d37df 28-Nov-2010 Joe Onorato <joeo@google.com> tighten up the notifciation layouts

Change-Id: I8e4f6a6412123fdd2d76381d568ab0bc3157b974
es/layout-xlarge/status_bar_notification_panel.xml
es/values-xlarge/styles.xml
5797f192eb598b30f8cf1e7a2107a6553eb399b8 28-Nov-2010 Joe Onorato <joeo@google.com> Check if this is null.

Change-Id: Ia74babdd1b1d76a2e5965db66bb995ea659dc6c1
rc/com/android/systemui/statusbar/tablet/TabletTicker.java
af5e4da2a5766198f533f1ff9e2072d2cd5c63d4 28-Nov-2010 Joe Onorato <joeo@google.com> Don't crash when there's a flood of tickers.

Tell if the queue is empty, not if there's currently something showing.

Change-Id: I6d8530d4c749a7566419741710d588005a698e1a
rc/com/android/systemui/statusbar/tablet/TabletTicker.java
dff2e9a4582e400e4935608ef5c744680990c335 28-Nov-2010 Joe Onorato <joeo@google.com> Rename strings.

Change-Id: I0a9d016aa5864e5d64e9cab6b0e720daaa816537
es/layout-xlarge/status_bar_notification_panel.xml
es/layout-xlarge/status_bar_recent_item.xml
es/layout-xlarge/status_bar_settings_view.xml
es/values-ar/strings.xml
es/values-bg/strings.xml
es/values-ca/strings.xml
es/values-cs-xlarge/strings.xml
es/values-cs/strings.xml
es/values-da-xlarge/strings.xml
es/values-da/strings.xml
es/values-de-xlarge/strings.xml
es/values-de/strings.xml
es/values-el-xlarge/strings.xml
es/values-el/strings.xml
es/values-en-rGB/strings.xml
es/values-es-rUS-xlarge/strings.xml
es/values-es-rUS/strings.xml
es/values-es-xlarge/strings.xml
es/values-es/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-fr-xlarge/strings.xml
es/values-fr/strings.xml
es/values-he/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-id/strings.xml
es/values-it-xlarge/strings.xml
es/values-it/strings.xml
es/values-ja-xlarge/strings.xml
es/values-ja/strings.xml
es/values-ko-xlarge/strings.xml
es/values-ko/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-nb-xlarge/strings.xml
es/values-nb/strings.xml
es/values-nl-xlarge/strings.xml
es/values-nl/strings.xml
es/values-pl-xlarge/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT-xlarge/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt-xlarge/strings.xml
es/values-pt/strings.xml
es/values-rm/strings.xml
es/values-ro/strings.xml
es/values-ru-xlarge/strings.xml
es/values-ru/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-sv-xlarge/strings.xml
es/values-sv/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-tr-xlarge/strings.xml
es/values-tr/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
es/values-xlarge/strings.xml
es/values-zh-rCN-xlarge/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW-xlarge/strings.xml
es/values-zh-rTW/strings.xml
es/values/strings.xml
rc/com/android/systemui/statusbar/policy/BatteryController.java
rc/com/android/systemui/statusbar/policy/NetworkController.java
43861918519b4b3e6f1785d824302d683aaac32b 28-Nov-2010 Joe Onorato <joeo@google.com> Scroll back to the top when the notification window closees.

Change-Id: I72cfe292950953cc3bebe27367dab5149cc10080
rc/com/android/systemui/statusbar/tablet/NotificationPanel.java
755cc74e4cebdf67d21a2477512a4ac9b01e8323 28-Nov-2010 Joe Onorato <joeo@google.com> Rename the status bar layouts to more consistent names

Change-Id: Ic593e6c93794f2a2eb36576501d35be54a0a0681
es/layout-xlarge/status_bar_latest_event.xml
es/layout-xlarge/status_bar_notification_panel.xml
es/layout-xlarge/status_bar_notification_peek.xml
es/layout-xlarge/status_bar_notification_row.xml
es/layout-xlarge/status_bar_pocket_panel.xml
es/layout-xlarge/status_bar_recent_item.xml
es/layout-xlarge/status_bar_recent_panel.xml
es/layout-xlarge/status_bar_settings_view.xml
es/layout-xlarge/status_bar_ticker_compat.xml
es/layout-xlarge/status_bar_ticker_panel.xml
es/layout-xlarge/sysbar_panel_notification_peek.xml
es/layout-xlarge/sysbar_panel_notifications.xml
es/layout-xlarge/sysbar_panel_pocket.xml
es/layout-xlarge/sysbar_panel_recent.xml
es/layout-xlarge/sysbar_panel_recent_item.xml
es/layout-xlarge/sysbar_panel_settings.xml
es/layout-xlarge/sysbar_panel_system.xml
es/layout-xlarge/ticker.xml
es/layout-xlarge/ticker_compat.xml
es/layout-xlarge/ticker_icon.xml
es/layout/status_bar_latest_event.xml
es/layout/status_bar_notification_row.xml
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/tablet/NotificationPanel.java
rc/com/android/systemui/statusbar/tablet/RecentAppsPanel.java
rc/com/android/systemui/statusbar/tablet/SettingsPanel.java
rc/com/android/systemui/statusbar/tablet/SettingsView.java
rc/com/android/systemui/statusbar/tablet/ShirtPocket.java
rc/com/android/systemui/statusbar/tablet/SystemPanel.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
rc/com/android/systemui/statusbar/tablet/TabletTicker.java
1e66008fe6e535bbbcf7a2030d7aea380ff4dfff 26-Nov-2010 Joe Onorato <joeo@google.com> Merge "Start filling in the system settings panel."
a8e34189073c8f29f8e95db488b9a2a81019721e 26-Nov-2010 Joe Onorato <joeo@google.com> Start filling in the system settings panel.

Change-Id: I3384bb1cf6c2339d6136764635bb010ba096659b
es/layout-xlarge/sysbar_panel_settings.xml
es/values-xlarge/styles.xml
es/values/strings.xml
rc/com/android/systemui/statusbar/policy/AirplaneModeController.java
rc/com/android/systemui/statusbar/policy/AutoRotateController.java
rc/com/android/systemui/statusbar/tablet/SettingsPanel.java
440aab54cab106030f1edafea4dec1f9d8624f9b 25-Nov-2010 satok <satok@google.com> Removed InputMethodSubtypePicker

Change-Id: I08abac5d65a30c02cc671f4f70e93df25b6c8a92
rc/com/android/systemui/statusbar/tablet/InputMethodButton.java
cd7cd2969f545ad061a9b4ecd0044f15eb1b4abb 20-Nov-2010 satok <satok@google.com> Store the current IME's token in the system bar for changing the current IME to a shortcut IME from the system bar

Bug: 3212206
Bug: 3201828

- Added a shortcut IME button. This will be used for calling a shortcut IME (e.g. Voice input)
- Made the positions of IME buttons left aligned
- IME token is required to change IME because of the security reasons.

Change-Id: I48ba5e2509b3aa1bfd2394f9201427fa6b93c6d3
es/layout-xlarge/status_bar.xml
rc/com/android/systemui/statusbar/CommandQueue.java
rc/com/android/systemui/statusbar/StatusBar.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/tablet/InputMethodButton.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
42300fa239d01f49ad2700e854d15f2993e7b2fe 18-Nov-2010 Gilles Debunne <debunne@google.com> Adding missing assets, created from synced designers' tree

Change-Id: I52c97ae90225abbea6b6b3966de705c9a5ef0e30
es/drawable-hdpi/ic_notification_open.png
es/drawable-hdpi/ic_notification_veto.png
es/drawable-hdpi/ic_sysbar_notification_dnd.png
es/drawable-hdpi/ic_sysbar_notification_dnd_off.png
es/drawable-hdpi/ic_sysbar_quicksettings.png
es/drawable-hdpi/ic_sysbar_rotate_off_lanscape.png
es/drawable-hdpi/ic_sysbar_rotate_off_portrait.png
es/drawable-hdpi/ic_sysbar_shadow.9.png
es/drawable-hdpi/sysbar_signalmini_100.png
es/drawable-mdpi/ic_notification_veto.png
es/drawable-mdpi/ic_sysbar_notification_dnd.png
es/drawable-mdpi/ic_sysbar_notification_dnd_off.png
es/drawable-mdpi/ic_sysbar_rotate_off_lanscape.png
es/drawable-mdpi/ic_sysbar_rotate_off_portrait.png
es/drawable-mdpi/sysbar_signal_0.png
es/drawable-mdpi/sysbar_signal_10.png
es/drawable-mdpi/sysbar_signal_100.png
es/drawable-mdpi/sysbar_signal_20.png
es/drawable-mdpi/sysbar_signal_30.png
es/drawable-mdpi/sysbar_signal_40.png
es/drawable-mdpi/sysbar_signal_50.png
es/drawable-mdpi/sysbar_signal_60.png
es/drawable-mdpi/sysbar_signal_70.png
es/drawable-mdpi/sysbar_signal_80.png
es/drawable-mdpi/sysbar_signal_90.png
es/drawable-xlarge-hdpi/app_icon.png
8af253a81b97848646af0fcd78b4ec58298e3fdc 24-Nov-2010 Gilles Debunne <debunne@google.com> Merge "Assets moved from drawable to drawable-mdpi. hdpi created"
ebc8946575c7ee631ac25c306b0d30afb4f52a0e 24-Nov-2010 Joe Onorato <joeo@google.com> Align the battery & data icons correctly.

Change-Id: I006897306aa70b53f4626d88729c3d7c200b9e22
es/layout-xlarge/sysbar_panel_notifications.xml
29fc2c9705e1bb8ae098fca016032d2325031587 24-Nov-2010 Joe Onorato <joeo@google.com> Allow status bar panels to be on top of the status bar.

Change-Id: I3c74ece5f7042e6302717f4263746d59d5447ec9
es/layout-xlarge/sysbar_panel_notifications.xml
es/values-xlarge/dimens.xml
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/tablet/TabletTicker.java
ddbba42b812ab397a75db78aba6b48fecf0e31f6 24-Nov-2010 Joe Onorato <joeo@google.com> new signal strength assets

Change-Id: I6387d68659ff7ccf5024f186eeb75ab33c477a1f
es/drawable-mdpi/ic_sysbar_battery_mini.png
es/drawable-mdpi/ic_sysbar_wifi_mini.png
es/drawable-mdpi/stat_sys_signal_0.png
es/drawable-mdpi/stat_sys_signal_0_fully.png
es/drawable-mdpi/stat_sys_signal_1.png
es/drawable-mdpi/stat_sys_signal_1_fully.png
es/drawable-mdpi/stat_sys_signal_1x.png
es/drawable-mdpi/stat_sys_signal_2.png
es/drawable-mdpi/stat_sys_signal_2_fully.png
es/drawable-mdpi/stat_sys_signal_3.png
es/drawable-mdpi/stat_sys_signal_3_fully.png
es/drawable-mdpi/stat_sys_signal_3g.png
es/drawable-mdpi/stat_sys_signal_4.png
es/drawable-mdpi/stat_sys_signal_4_fully.png
es/drawable-mdpi/stat_sys_signal_edge.png
es/drawable-mdpi/stat_sys_signal_flightmode.png
es/drawable-mdpi/stat_sys_signal_gprs.png
es/drawable-mdpi/stat_sys_signal_hsdpa.png
es/drawable-mdpi/stat_sys_signal_roam.png
es/drawable-mdpi/stat_sys_wifi_signal_0.png
es/drawable-mdpi/stat_sys_wifi_signal_0_fully.png
es/drawable-mdpi/stat_sys_wifi_signal_1.png
es/drawable-mdpi/stat_sys_wifi_signal_1_fully.png
es/drawable-mdpi/stat_sys_wifi_signal_2.png
es/drawable-mdpi/stat_sys_wifi_signal_2_fully.png
es/drawable-mdpi/stat_sys_wifi_signal_3.png
es/drawable-mdpi/stat_sys_wifi_signal_3_fully.png
es/drawable-mdpi/stat_sys_wifi_signal_4.png
es/drawable-mdpi/stat_sys_wifi_signal_4_fully.png
es/layout-xlarge/status_bar.xml
es/layout-xlarge/sysbar_panel_notifications.xml
rc/com/android/systemui/statusbar/policy/NetworkController.java
rc/com/android/systemui/statusbar/policy/TelephonyIcons.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
f499eedd8bea27cae31464987d17d9810144c884 23-Nov-2010 Irfan Sheriff <isheriff@google.com> Merge "Stop listening to supplicant state change events"
637d337b58d8eec6de19230a5dd5ca5581c0478d 25-Aug-2010 Adam Powell <adamp@google.com> Merge overscrolling from gingerbread.

Change-Id: I3eb4413261b38ddd8c609d6153bdfd4ae46c6a0f
es/layout/status_bar_expanded.xml
b8297cfc76248f2863c985eb05d5a32fe3f6c279 18-Nov-2010 Irfan Sheriff <isheriff@google.com> Stop listening to supplicant state change events

wifi connected status should be based only on
network state change events or it can lead to a
race condition.

Change-Id: Ib2343f0d192ef99959f908a370d55aae7ba86a5a
rc/com/android/systemui/statusbar/policy/NetworkController.java
621e17de87f18003aba2dedb719a2941020a7902 23-Nov-2010 Dianne Hackborn <hackbod@google.com> Implement issue #3221502: New APIs to support new back stack / task navigation

What this adds:

- A new Intent activity flag to completely replace an existing task.
- A new Intent activity flag to bring the current home task up behind
a new task being started/brought to the foreground.
- New versions of startActivity() that take an array of Intents to be
started, allowing applications to start a task in a specific state.
- A public moveTaskToFront() method on ActivityManager, with a new flag
that allows the caller to have the task moved to the front with the
current home task immediately behind it.

Change-Id: Ie8028d09acffb5349d98043c67676daba09f75c8
rc/com/android/systemui/recent/RecentApplicationsActivity.java
rc/com/android/systemui/statusbar/tablet/RecentAppsPanel.java
794be40f8b62b309004cc3f68ca9567e4ef24c6b 22-Nov-2010 Joe Onorato <joeo@google.com> new battery assets

Change-Id: I61331a6eb237f8883bf604c0767623b08c2fa41b
es/layout-xlarge/status_bar.xml
dab75b66aae2c30f88eab2fec2d177c5f11f24dc 22-Nov-2010 Joe Onorato <joeo@google.com> Use new nav button assets.

Change-Id: I5728222ba173eedb67e6fa4c599b39b61c923e23
es/drawable-mdpi/ic_sysbar_back.png
es/drawable-mdpi/ic_sysbar_back_default.png
es/drawable-mdpi/ic_sysbar_back_ime_default.png
es/drawable-mdpi/ic_sysbar_back_ime_pressed.png
es/drawable-mdpi/ic_sysbar_back_pressed.png
es/drawable-mdpi/ic_sysbar_home.png
es/drawable-mdpi/ic_sysbar_home_default.png
es/drawable-mdpi/ic_sysbar_home_pressed.png
es/drawable-mdpi/ic_sysbar_ime_default.png
es/drawable-mdpi/ic_sysbar_ime_pressed.png
es/drawable-mdpi/ic_sysbar_menu.png
es/drawable-mdpi/ic_sysbar_menu_default.png
es/drawable-mdpi/ic_sysbar_menu_pressed.png
es/drawable-mdpi/ic_sysbar_recent.png
es/drawable-mdpi/ic_sysbar_recent_default.png
es/drawable-mdpi/ic_sysbar_recent_pressed.png
es/drawable/ic_sysbar_back.xml
es/drawable/ic_sysbar_home.xml
es/drawable/ic_sysbar_icon_bg.xml
es/drawable/ic_sysbar_ime.xml
es/drawable/ic_sysbar_menu.xml
es/drawable/ic_sysbar_recent.xml
es/drawable/status_bar_back.xml
es/drawable/status_bar_home.xml
es/drawable/status_bar_menu.xml
es/drawable/status_bar_recent.xml
es/layout-xlarge/status_bar.xml
6c1af93c17cf1ebf17ecbee12cbed27db5a26a0b 22-Nov-2010 Joe Onorato <joeo@google.com> The ticker shouldn't be modal.

Change-Id: I6bb4df07ad4659d900a95379193f5cb95d7706c3
rc/com/android/systemui/statusbar/tablet/TabletTicker.java
52f80cd36f406725e85a1825741a45c69de3d898 22-Nov-2010 Joe Onorato <joeo@google.com> The icon sticks out of the ticker.

The ticker still needs to show up over the status bar, which will take a bit of
window manager work, so it's just out of position for now.

Change-Id: Ib5781925db63a22d9352a7b5017a36eec3229395
es/drawable/status_bar_ticker_background.xml
es/layout-xlarge/status_bar.xml
es/layout-xlarge/status_bar_latest_event.xml
es/layout-xlarge/ticker.xml
es/layout-xlarge/ticker_compat.xml
es/values-xlarge/dimens.xml
es/values/colors.xml
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
rc/com/android/systemui/statusbar/tablet/TabletTicker.java
4cddc98a4b63961e3528c5a70cd5c55a67a0c60a 21-Nov-2010 Joe Onorato <joeo@google.com> Deal with more notifications than fit on screen.

Change-Id: I432b9ee73a473fe4af8b0caeede4993c67be6518
es/layout-xlarge/sysbar_panel_notifications.xml
rc/com/android/systemui/statusbar/tablet/NotificationPanel.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
561d3858bb9409b999a19f7ba93f0b12e1db835f 21-Nov-2010 Joe Onorato <joeo@google.com> The large icon for notifications.

Change-Id: I8537c602b5b5fca03be8980295bfa28330543669
es/layout-xlarge/status_bar_latest_event.xml
es/layout-xlarge/ticker.xml
es/layout-xlarge/ticker_compat.xml
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
rc/com/android/systemui/statusbar/tablet/TabletTicker.java
3f76aa7755fbb2e77ca6a648bbfa1f75680788c9 20-Nov-2010 Joe Onorato <joeo@google.com> Test for using the right size of notification info text.

Change-Id: Iac8764542ddcd3ef0375f6d6d03225e9f6c2fc1c
es/layout-xlarge/ticker.xml
2026e8d4681437fb056409bc95bc2f126582e4a8 20-Nov-2010 Joe Onorato <joeo@google.com> Show the icon in the compatibilty ticker.

Change-Id: Ib0f466a6773f9e66ad418bf48303504dedf73d21
es/layout-xlarge/ticker_compat.xml
rc/com/android/systemui/statusbar/tablet/TabletTicker.java
8595a3dd9a6feff70f8ddbad924d79b591d611e4 20-Nov-2010 Joe Onorato <joeo@google.com> Show the number in the expanded notification instead of in the bar.

Change-Id: I248b4fe1732ed290e9f3f9c094de4544a0e396ab
es/layout-xlarge/ticker.xml
es/values-xlarge/config.xml
es/values/config.xml
rc/com/android/systemui/statusbar/StatusBarIconView.java
46439cec0eb0da4d0f853f2d8712d0c00c98475b 19-Nov-2010 Joe Onorato <joeo@google.com> Update the look of the notifications. Includes adding a new Notification.Builder class.

Change-Id: I7c57b81c45defe77d6f3d22472e9cf8432bbed03
es/drawable/ticker_background.xml
es/layout-xlarge/status_bar.xml
es/layout-xlarge/ticker.xml
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
rc/com/android/systemui/statusbar/tablet/TabletTicker.java
b96069936c4e6d10c119efa9943fba818b09373e 19-Nov-2010 Daniel Sandler <dsandler@google.com> Improve hide/show animations in status bar.

This cleans up the lights out experience so you can clearly
see that the "shadows" along the bottom of the bar
correspond to invisible (but still available) UI elements.

Bug: 3203171
Change-Id: I635394d625bf97bbbe7260c1ae9320b616ea7aec
es/layout-xlarge/status_bar.xml
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
ec5e0cd80a03b7044be658f8bbc03a8f2301fb8a 19-Nov-2010 Eric Fischer <enf@google.com> Merge "Import initial translations for 20 new locales."
dd4e4603efef2c3df0e26835935f74e1e0e7deb2 18-Nov-2010 Jeff Brown <jeffbrown@google.com> Merge "Added support for full PC-style keyboards."
0b91fda2833f121d07e55d17934f18a3fd95662e 18-Nov-2010 Gilles Debunne <debunne@google.com> Assets moved from drawable to drawable-mdpi. hdpi created

Change-Id: I1101e51f85fe44a635f48becb99d190465012379
es/drawable-hdpi/recent_overlay.png
es/drawable-hdpi/recent_rez_border.png
es/drawable-mdpi/recent_overlay.png
es/drawable-mdpi/recent_rez_border.png
es/drawable/recent_overlay.png
es/drawable/recent_rez_border.png
051dccf6fc7f88cfb4bb462cfc4e8b28b5a4142b 18-Nov-2010 Daniel Sandler <dsandler@google.com> Hello, HoloClock.

Bug: 3203162
Change-Id: I3c4fb47eb4fd7f6de966055e0d0a5de77b0c4eac
ssets/fonts/AndroidClock.ttf
ssets/fonts/AndroidClock2.ttf
es/layout-xlarge/status_bar.xml
es/layout-xlarge/sysbar_panel_notifications.xml
rc/com/android/systemui/statusbar/tablet/HoloClock.java
6b53e8daa69cba1a2a5a7c95a01e37ce9c53226c 11-Nov-2010 Jeff Brown <jeffbrown@google.com> Added support for full PC-style keyboards.

BREAKING CHANGE: Redesigned the key character map format to
accomodate full keyboards with more comprehensive suite of modifiers.
Old key character maps will not work anymore and must be updated.
The new format is plain text only and it not compiled to a binary
file (so the "kcm" tool will be removed in a subsequent check-in).

Added FULL keyboard type to support full PC-style keyboards.

Added SPECIAL_FUNCTION keyboard type to support special function
keypads that do not have any printable keys suitable for typing
and only have keys like HOME and POWER

Added a special VIRTUAL_KEYBOARD device id convention that maps
to a virtual keyboard with a fixed known layout. This is designed
to work around issues injecting input events on devices whose
built-in keyboard does not have a useful key character map (ie.
when the built-in keyboard is a special function keyboard only.)

Modified several places where events were being synthesized
to use the virtual keyboard.

Removed support for the "qwerty" default layout.
The new default layout is "Generic". For the most part "qwerty"
was being used as a backstop in case the built-in keyboard did
not have a key character map (probably because it was a special
function keypad) and the framework needed to be able to inject
key events anyways. The latter issue is resolved by using the
special VIRTUAL_KEYBOARD device instead of BUILT_IN_KEYBOARD.

Added the concept of a key modifier behavior so that
MetaKeyKeyListener can distinguish between keyboards that use
chorded vs. toggled modifiers.

Wrote more robust key layout and key character map parsers
to enable support for new keyboard features and user installable
key maps.

Fixed a bug in InputReader generating key ups when keys
are released out of sequence.

Updated tons of documentation.

Currently QwertyKeyListener is being used for full keyboards
with autotext and capitalization disabled. This mostly works
but causes some problems with character pickers, etc.
These issues will be resolved in subsequent changes.

Change-Id: Ica48f6097a551141c215bc0d2c6f7b3fb634d354
rc/com/android/systemui/statusbar/policy/KeyButtonView.java
4daaeafd278d22ec9013d1cdaade562044ee907e 18-Nov-2010 Joe Onorato <joeo@google.com> Status bar formatting tweaks

Change-Id: Icb6c8d87e109d9e133e86b0fdb7bea12fe376d92
es/drawable/status_bar_item_background.xml
es/layout-xlarge/status_bar.xml
es/layout-xlarge/status_bar_latest_event.xml
es/layout-xlarge/sysbar_panel_notifications.xml
es/values/colors.xml
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
3f1845ffec469cac9d897b504fee29c173890024 18-Nov-2010 Joe Onorato <joeo@google.com> Use an triangle instead of a gear

Change-Id: Ic2a04045133a1d328bd1b3a4eee11ad3dc54143f
es/drawable-mdpi/ic_notification_open.png
es/layout-xlarge/sysbar_panel_notifications.xml
e03d1bcfc42188e574a8e401154c77d5714eea41 18-Nov-2010 Daniel Sandler <dsandler@google.com> Lights out was getting stuck. Fixed.
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
73bfdfe07ac4f8d7fea49ddbbc929caaf2ab87aa 18-Nov-2010 Daniel Sandler <dsandler@google.com> Merge "Implement new lights-out mode in system bar."
113141e0914d36c378c26507b8d9dc0bb634bc8d 18-Nov-2010 Eric Fischer <enf@google.com> Import initial translations for 20 new locales.

Change-Id: I37d479c9d6293eb57d68ad686d00838445a18890
es/values-ar/strings.xml
es/values-bg/strings.xml
es/values-ca/strings.xml
es/values-en-rGB/strings.xml
es/values-fa/strings.xml
es/values-fi/strings.xml
es/values-he/strings.xml
es/values-hr/strings.xml
es/values-hu/strings.xml
es/values-id/strings.xml
es/values-lt/strings.xml
es/values-lv/strings.xml
es/values-ro/strings.xml
es/values-sk/strings.xml
es/values-sl/strings.xml
es/values-sr/strings.xml
es/values-th/strings.xml
es/values-tl/strings.xml
es/values-uk/strings.xml
es/values-vi/strings.xml
b6d3dc68977eada24515a825c43eb01df9a4edb5 17-Nov-2010 Daniel Sandler <dsandler@google.com> Implement new lights-out mode in system bar.

When an app requests fullscreen display, "shadows" of the
visible system bar UI elements are drawn in their place. The
user can still interact with these elements by poking the
shadows; the widgets will temporarily shine through, long
enough for the user interaction.

Known issues:
- if the notification panel is up for too long, the shadow
will not be re-enabled on the notification area (need to
route all hide/show requests through the
shadowcontroller)
- status bar hide/show animations have been temporarily
turned off to make this work correctly; they'll be put
back later

Bug: 3203171
es/drawable-mdpi/ic_sysbar_shadow.9.png
es/layout-xlarge/status_bar.xml
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBarView.java
f877febb5cf63346a4e1a5ab8b822fc150ad93ba 17-Nov-2010 Eric Fischer <enf@google.com> Import revised translations.

Change-Id: I0433434e0ac7e590a066a4e0b435278293089dbd
es/values-cs-xlarge/strings.xml
es/values-cs/strings.xml
es/values-da-xlarge/strings.xml
es/values-da/strings.xml
es/values-de-xlarge/strings.xml
es/values-de/strings.xml
es/values-el-xlarge/strings.xml
es/values-el/strings.xml
es/values-es-rUS-xlarge/strings.xml
es/values-es-rUS/strings.xml
es/values-es-xlarge/strings.xml
es/values-es/strings.xml
es/values-fr-xlarge/strings.xml
es/values-fr/strings.xml
es/values-it-xlarge/strings.xml
es/values-it/strings.xml
es/values-ja-xlarge/strings.xml
es/values-ja/strings.xml
es/values-ko-xlarge/strings.xml
es/values-ko/strings.xml
es/values-nb-xlarge/strings.xml
es/values-nb/strings.xml
es/values-nl-xlarge/strings.xml
es/values-nl/strings.xml
es/values-pl-xlarge/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT-xlarge/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt-xlarge/strings.xml
es/values-pt/strings.xml
es/values-rm/strings.xml
es/values-ru-xlarge/strings.xml
es/values-ru/strings.xml
es/values-sv-xlarge/strings.xml
es/values-sv/strings.xml
es/values-tr-xlarge/strings.xml
es/values-tr/strings.xml
es/values-zh-rCN-xlarge/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW-xlarge/strings.xml
es/values-zh-rTW/strings.xml
cf2b199e98de71dcac042484800c07366363a734 17-Nov-2010 Joe Onorato <joeo@google.com> Updated layouts for new status bar

Change-Id: I30dc7c458669c4e6a35c67b7815a00ebbbae8dd3
es/drawable-nodpi/bg_scrim_notification.png
es/drawable-nodpi/panel_notification.png
es/layout-xlarge/status_bar.xml
es/layout-xlarge/sysbar_panel_notifications.xml
es/layout-xlarge/sysbar_panel_settings.xml
rc/com/android/systemui/statusbar/tablet/NotificationPanel.java
rc/com/android/systemui/statusbar/tablet/NotificationTitleArea.java
rc/com/android/systemui/statusbar/tablet/PanelBackgroundView.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
8a576713e255eb822558cef840d170d4477f47f0 16-Nov-2010 Joe Onorato <joeo@google.com> Add the quick settings panel. There's currently nothing in it.

Change-Id: I71195c7b0bd2b902da1c60527b6e23964b1ea4fc
es/drawable-mdpi/ic_sysbar_quicksettings.png
es/layout-xlarge/sysbar_panel_notification_peek.xml
es/layout-xlarge/sysbar_panel_notifications.xml
es/layout-xlarge/sysbar_panel_settings.xml
rc/com/android/systemui/statusbar/tablet/NotificationPanel.java
rc/com/android/systemui/statusbar/tablet/NotificationPeekPanel.java
rc/com/android/systemui/statusbar/tablet/SettingsPanel.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
09f686ec7ea3ea103736b7173e55b0b214bfb819 16-Nov-2010 Joe Onorato <joeo@google.com> use the proper number of wifi icon levels.

Change-Id: Ib8d4bccff7240d0086729093d79f564aa97001ff
rc/com/android/systemui/statusbar/policy/NetworkController.java
rc/com/android/systemui/statusbar/policy/WifiIcons.java
801ade0f08364042a530c9f0530094c2bcc020f8 16-Nov-2010 Joe Onorato <joeo@google.com> Don't crash if we haven't gotten a signal strength yet.

Bug: 3198447
Change-Id: I645b484eadfff6ed34517571b0c6fea3057ec563
rc/com/android/systemui/statusbar/policy/NetworkController.java
abb27777f4763d057d37a58936232f8e17f57de1 15-Nov-2010 Joe Onorato <joeo@google.com> Don't cancel the key buttons when you drag outside their bounds.

Bug: 3183205
Change-Id: I9e0f2e4e550b3e5b1b46099145b4c703b77aca77
rc/com/android/systemui/statusbar/policy/KeyButtonView.java
fd52b18d9bf3cd62c7a07058536e9f97db65beea 11-Nov-2010 Joe Onorato <joeo@google.com> The beginnings of the new status bar.

There is a lot of rough stuff still, but most of the functionality is here again.

Change-Id: I4b1241e61270f1434e798481afa83634233ee670
es/anim/navigation_in.xml
es/anim/navigation_out.xml
es/drawable-hdpi/sysbar_battery_0.png
es/drawable-hdpi/sysbar_battery_10.png
es/drawable-hdpi/sysbar_battery_100.png
es/drawable-hdpi/sysbar_battery_20.png
es/drawable-hdpi/sysbar_battery_30.png
es/drawable-hdpi/sysbar_battery_40.png
es/drawable-hdpi/sysbar_battery_50.png
es/drawable-hdpi/sysbar_battery_60.png
es/drawable-hdpi/sysbar_battery_70.png
es/drawable-hdpi/sysbar_battery_80.png
es/drawable-hdpi/sysbar_battery_90.png
es/drawable-hdpi/sysbar_batterymini_100.png
es/drawable-hdpi/sysbar_batterymini_red.png
es/drawable-hdpi/sysbar_signalmini_100.png
es/drawable-mdpi/sysbar_battery_0.png
es/drawable-mdpi/sysbar_battery_10.png
es/drawable-mdpi/sysbar_battery_100.png
es/drawable-mdpi/sysbar_battery_20.png
es/drawable-mdpi/sysbar_battery_30.png
es/drawable-mdpi/sysbar_battery_40.png
es/drawable-mdpi/sysbar_battery_50.png
es/drawable-mdpi/sysbar_battery_60.png
es/drawable-mdpi/sysbar_battery_70.png
es/drawable-mdpi/sysbar_battery_80.png
es/drawable-mdpi/sysbar_battery_90.png
es/drawable-mdpi/sysbar_batterymini_100.png
es/drawable-mdpi/sysbar_batterymini_red.png
es/drawable-mdpi/sysbar_signal_0.png
es/drawable-mdpi/sysbar_signal_10.png
es/drawable-mdpi/sysbar_signal_100.png
es/drawable-mdpi/sysbar_signal_20.png
es/drawable-mdpi/sysbar_signal_30.png
es/drawable-mdpi/sysbar_signal_40.png
es/drawable-mdpi/sysbar_signal_50.png
es/drawable-mdpi/sysbar_signal_60.png
es/drawable-mdpi/sysbar_signal_70.png
es/drawable-mdpi/sysbar_signal_80.png
es/drawable-mdpi/sysbar_signal_90.png
es/drawable/sysbar_battery.xml
es/drawable/sysbar_batterymini.xml
es/drawable/sysbar_signal.xml
es/drawable/sysbar_signalmini.xml
es/drawable/sysbar_wifi.xml
es/drawable/sysbar_wifimini.xml
es/layout-xlarge/status_bar.xml
es/layout-xlarge/status_bar_center.xml
es/layout-xlarge/sysbar_panel_notifications.xml
es/layout-xlarge/sysbar_panel_system.xml
es/layout/status_bar.xml
es/layout/status_bar_expanded.xml
es/layout/status_bar_tracking.xml
es/values-xlarge/config.xml
es/values-xlarge/strings.xml
es/values/config.xml
es/values/strings.xml
es/values/styles.xml
rc/com/android/systemui/statusbar/CarrierLabel.java
rc/com/android/systemui/statusbar/Clock.java
rc/com/android/systemui/statusbar/CloseDragHandle.java
rc/com/android/systemui/statusbar/DateView.java
rc/com/android/systemui/statusbar/ExpandedView.java
rc/com/android/systemui/statusbar/FixedSizeDrawable.java
rc/com/android/systemui/statusbar/IconMerger.java
rc/com/android/systemui/statusbar/KeyButtonView.java
rc/com/android/systemui/statusbar/NotificationLinearLayout.java
rc/com/android/systemui/statusbar/PhoneStatusBarService.java
rc/com/android/systemui/statusbar/StatusBar.java
rc/com/android/systemui/statusbar/StatusBarIconView.java
rc/com/android/systemui/statusbar/StatusBarPolicy.java
rc/com/android/systemui/statusbar/StatusBarService.java
rc/com/android/systemui/statusbar/StatusBarView.java
rc/com/android/systemui/statusbar/Ticker.java
rc/com/android/systemui/statusbar/TickerView.java
rc/com/android/systemui/statusbar/TrackingPatternView.java
rc/com/android/systemui/statusbar/TrackingView.java
rc/com/android/systemui/statusbar/phone/CarrierLabel.java
rc/com/android/systemui/statusbar/phone/CloseDragHandle.java
rc/com/android/systemui/statusbar/phone/ExpandedView.java
rc/com/android/systemui/statusbar/phone/IconMerger.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBar.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBarPolicy.java
rc/com/android/systemui/statusbar/phone/PhoneStatusBarView.java
rc/com/android/systemui/statusbar/phone/Ticker.java
rc/com/android/systemui/statusbar/phone/TickerView.java
rc/com/android/systemui/statusbar/phone/TrackingPatternView.java
rc/com/android/systemui/statusbar/phone/TrackingView.java
rc/com/android/systemui/statusbar/policy/BatteryController.java
rc/com/android/systemui/statusbar/policy/Clock.java
rc/com/android/systemui/statusbar/policy/DateView.java
rc/com/android/systemui/statusbar/policy/FixedSizeDrawable.java
rc/com/android/systemui/statusbar/policy/KeyButtonView.java
rc/com/android/systemui/statusbar/policy/NetworkController.java
rc/com/android/systemui/statusbar/policy/TelephonyIcons.java
rc/com/android/systemui/statusbar/policy/WifiIcons.java
rc/com/android/systemui/statusbar/tablet/NotificationPanel.java
rc/com/android/systemui/statusbar/tablet/RecentAppsPanel.java
rc/com/android/systemui/statusbar/tablet/ShirtPocket.java
rc/com/android/systemui/statusbar/tablet/SystemPanel.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBar.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBarService.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBarView.java
55d3bae235a8d233acd486385dad7836cb40da1f 13-Nov-2010 Dianne Hackborn <hackbod@google.com> Merge "Change recents UIs to do task switches."
46e75294d540fe807d78aec2582ae02cc38c7d42 11-Nov-2010 Jeff Brown <jeffbrown@google.com> Enable touch splitting for all windows by default.

New default only applies to applications with targetSdkVersion >=
HONEYCOMB. Old applications default to no touch splitting for
their windows.

In addition, enabled split touch for various system windows.

Bug: 3049580
Change-Id: Idc8da9baa2cd8e1e4e76af8967d7b6a5ccb94427
rc/com/android/systemui/statusbar/PhoneStatusBarService.java
rc/com/android/systemui/statusbar/StatusBarService.java
rc/com/android/systemui/statusbar/tablet/ShirtPocket.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBarService.java
b677746bd8cfbf7dc37ebe31c000017a70037b06 12-Nov-2010 Dianne Hackborn <hackbod@google.com> Change recents UIs to do task switches.

When switching to a recent task that is currently active, do a
task switch instead of a start activity, so the activity is brought
back in its exact same state.

Also fix problem in phone recents where the icon would disappear
after you touch it.

Change-Id: Id5c8478f8c33c90f52fbb4d969037d2bf5af9fff
rc/com/android/systemui/recent/RecentApplicationsActivity.java
rc/com/android/systemui/statusbar/tablet/RecentAppsPanel.java
0f9c9a75894417a00bb02a4a252832d27001556b 11-Nov-2010 Eric Fischer <enf@google.com> Import revised translations.

Change-Id: I268a46ef97765c4d806b84f50a5b99667ec4eb53
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-fr/strings.xml
es/values-it/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-rm/strings.xml
es/values-ru/strings.xml
es/values-sv/strings.xml
es/values-tr/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
403f16ae0b4c0e89714425725c1fc597a311ae4b 10-Nov-2010 Eric Fischer <enf@google.com> Merge changes I40bfa0f8,I9fe6a999

* changes:
Restore deleted string still referenced from AndroidManifest.
Import revised translations.
fefef311911de326fe23b8daaddc5da4adfff9a5 09-Nov-2010 Jim Miller <jaggies@google.com> Initial pass to update RecentApps panel to new UI specification.

This updates recent apps to show a vertical list, complete
with thumbnails and a text description of the application.

Change-Id: I178ed8d7d32e790ac51aa7f88593aa24d6786a78
es/drawable-xlarge-mdpi/app_icon.png
es/layout-xlarge/sysbar_panel_recent.xml
es/layout-xlarge/sysbar_panel_recent_item.xml
es/values/strings.xml
rc/com/android/systemui/statusbar/tablet/RecentAppsPanel.java
6362b3f077ab8e4662f499c32beb1006c3967f42 10-Nov-2010 Eric Fischer <enf@google.com> Import revised translations.

Change-Id: I9fe6a999fc665faefbf0e7e222d5dfb4fdbcd3b1
es/values-cs-xlarge/strings.xml
es/values-cs/strings.xml
es/values-da-xlarge/strings.xml
es/values-da/strings.xml
es/values-de-xlarge/strings.xml
es/values-de/strings.xml
es/values-el-xlarge/strings.xml
es/values-el/strings.xml
es/values-es-rUS/strings.xml
es/values-es-xlarge/strings.xml
es/values-es/strings.xml
es/values-fr-xlarge/strings.xml
es/values-fr/strings.xml
es/values-it-xlarge/strings.xml
es/values-it/strings.xml
es/values-ja-xlarge/strings.xml
es/values-ja/strings.xml
es/values-ko-xlarge/strings.xml
es/values-ko/strings.xml
es/values-nb-xlarge/strings.xml
es/values-nb/strings.xml
es/values-nl-xlarge/strings.xml
es/values-nl/strings.xml
es/values-pl-xlarge/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT-xlarge/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt-xlarge/strings.xml
es/values-pt/strings.xml
es/values-rm/strings.xml
es/values-ru-xlarge/strings.xml
es/values-ru/strings.xml
es/values-sv-xlarge/strings.xml
es/values-sv/strings.xml
es/values-tr-xlarge/strings.xml
es/values-tr/strings.xml
es/values-zh-rCN-xlarge/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW-xlarge/strings.xml
es/values-zh-rTW/strings.xml
e8934a6774580ef8e56801bd2c680b72b0f84827 09-Nov-2010 Joe Onorato <joeo@google.com> Add CHAR LIMIT and translatable=false to SystemUI strings.

Bug: 3147304
Bug: 3174712
Change-Id: I318da54da861d15e1528335eeba9319eda9cc84d
es/values/config.xml
es/values/strings.xml
3b476abca80ef62c26eb5e10e72680b0ec29b174 05-Nov-2010 Daniel Sandler <dsandler@google.com> Show date in system bar.

Bug: 2996123
Change-Id: If2f588defaa4c27bf6010e14c946c5ab2894e1db
es/layout-xlarge/sysbar_panel_system.xml
es/values/styles.xml
rc/com/android/systemui/statusbar/DateView.java
rc/com/android/systemui/statusbar/tablet/SystemPanel.java
06e6630a462b6a5c04c319d781d64896778d351f 05-Nov-2010 Daniel Sandler <dsandler@google.com> Restore user-accessible lights-out control.

Current system area gestures:

tap - no-op (bug 3114340)
swipe up - open system panel
swipe down - lights out
long press - lights out (bug 3134973)

The enter/exit animations have been tweaked to reinforce
this, particularly the swipe down for lights out. (Swiping
up to exit lights out will work, as will any kind of tap in
the lights-out "curtain".)

Change-Id: Ie027d7a0e86a402d06a8a368a5a43050a6bb9e58
es/anim/lights_out_in.xml
es/anim/lights_out_out.xml
es/anim/status_bar_in.xml
es/anim/status_bar_out.xml
rc/com/android/systemui/statusbar/tablet/TabletStatusBarService.java
39b13c6277c4a08faefbbdb42518adacf64336bb 05-Nov-2010 Gilles Debunne <debunne@google.com> Created missing assets by up/down scaling the one in other dpi

Some of these assets may no longer be used. An other CL will remove these later.
Needed to remove warnings in new aapt version.

Change-Id: Iac296247012a05757bd3264ab50212d37ce80adf
es/drawable-hdpi/ic_sysbar_airplane_off.png
es/drawable-hdpi/ic_sysbar_airplane_on.png
es/drawable-hdpi/ic_sysbar_back.png
es/drawable-hdpi/ic_sysbar_battery_mini.png
es/drawable-hdpi/ic_sysbar_battery_on.png
es/drawable-hdpi/ic_sysbar_bluetooth_off.png
es/drawable-hdpi/ic_sysbar_bluetooth_on.png
es/drawable-hdpi/ic_sysbar_brightness.png
es/drawable-hdpi/ic_sysbar_brightness_auto.png
es/drawable-hdpi/ic_sysbar_brightness_low.png
es/drawable-hdpi/ic_sysbar_close.png
es/drawable-hdpi/ic_sysbar_default_bg.png
es/drawable-hdpi/ic_sysbar_gps_off.png
es/drawable-hdpi/ic_sysbar_gps_on.png
es/drawable-hdpi/ic_sysbar_home.png
es/drawable-hdpi/ic_sysbar_ime_default.png
es/drawable-hdpi/ic_sysbar_lightsout.png
es/drawable-hdpi/ic_sysbar_menu.png
es/drawable-hdpi/ic_sysbar_noti_avail.png
es/drawable-hdpi/ic_sysbar_noti_avail_open.png
es/drawable-hdpi/ic_sysbar_noti_dnd.png
es/drawable-hdpi/ic_sysbar_noti_none.png
es/drawable-hdpi/ic_sysbar_noti_none_open.png
es/drawable-hdpi/ic_sysbar_open.png
es/drawable-hdpi/ic_sysbar_pocket.png
es/drawable-hdpi/ic_sysbar_pocket_drag.png
es/drawable-hdpi/ic_sysbar_pocket_hidden.png
es/drawable-hdpi/ic_sysbar_pocket_holding.png
es/drawable-hdpi/ic_sysbar_press_bg.png
es/drawable-hdpi/ic_sysbar_recent.png
es/drawable-hdpi/ic_sysbar_rotate_off.png
es/drawable-hdpi/ic_sysbar_rotate_on.png
es/drawable-hdpi/ic_sysbar_sound_off.png
es/drawable-hdpi/ic_sysbar_sound_on.png
es/drawable-hdpi/ic_sysbar_wifi_mini.png
es/drawable-hdpi/ic_sysbar_wifi_off.png
es/drawable-hdpi/ic_sysbar_wifi_on.png
es/drawable-hdpi/status_bar_recent_default.png
es/drawable-hdpi/status_bar_recent_pressed.png
es/drawable-hdpi/sysbar_battery_0.png
es/drawable-hdpi/sysbar_battery_10.png
es/drawable-hdpi/sysbar_battery_100.png
es/drawable-hdpi/sysbar_battery_20.png
es/drawable-hdpi/sysbar_battery_30.png
es/drawable-hdpi/sysbar_battery_40.png
es/drawable-hdpi/sysbar_battery_50.png
es/drawable-hdpi/sysbar_battery_60.png
es/drawable-hdpi/sysbar_battery_70.png
es/drawable-hdpi/sysbar_battery_80.png
es/drawable-hdpi/sysbar_battery_90.png
es/drawable-hdpi/sysbar_batterymini_100.png
es/drawable-hdpi/sysbar_batterymini_red.png
es/drawable-hdpi/sysbar_hidenotification_handle.png
es/drawable-hdpi/sysbar_minimeter_bg.png
es/drawable-hdpi/sysbar_panel_bg.9.png
es/drawable-hdpi/sysbar_panel_recents_bg.9.png
es/drawable-hdpi/sysbar_signal_0.png
es/drawable-hdpi/sysbar_signal_10.png
es/drawable-hdpi/sysbar_signal_100.png
es/drawable-hdpi/sysbar_signal_20.png
es/drawable-hdpi/sysbar_signal_30.png
es/drawable-hdpi/sysbar_signal_40.png
es/drawable-hdpi/sysbar_signal_50.png
es/drawable-hdpi/sysbar_signal_60.png
es/drawable-hdpi/sysbar_signal_70.png
es/drawable-hdpi/sysbar_signal_80.png
es/drawable-hdpi/sysbar_signal_90.png
es/drawable-hdpi/sysbar_signalmini_100.png
es/drawable-hdpi/sysbar_toggle_bg_off.9.png
es/drawable-hdpi/sysbar_toggle_bg_on.9.png
es/drawable-land-hdpi/ic_sysbar_rotate_off.png
es/drawable-mdpi/battery_0.png
es/drawable-mdpi/battery_100.png
es/drawable-mdpi/battery_20.png
es/drawable-mdpi/battery_40.png
es/drawable-mdpi/battery_60.png
es/drawable-mdpi/battery_80.png
es/drawable-mdpi/signal_0.png
es/drawable-mdpi/signal_100.png
es/drawable-mdpi/signal_20.png
es/drawable-mdpi/signal_40.png
es/drawable-mdpi/signal_60.png
es/drawable-mdpi/signal_80.png
es/drawable-mdpi/stat_sys_data_bluetooth.png
es/drawable-mdpi/stat_sys_data_connected_1x.png
es/drawable-mdpi/stat_sys_data_connected_3g.png
es/drawable-mdpi/stat_sys_data_connected_e.png
es/drawable-mdpi/stat_sys_data_connected_g.png
es/drawable-mdpi/stat_sys_data_connected_h.png
es/drawable-mdpi/stat_sys_data_fully_connected_1x.png
es/drawable-mdpi/stat_sys_data_fully_connected_3g.png
es/drawable-mdpi/stat_sys_data_fully_connected_e.png
es/drawable-mdpi/stat_sys_data_fully_connected_g.png
es/drawable-mdpi/stat_sys_data_fully_connected_h.png
es/drawable-mdpi/stat_sys_data_fully_in_1x.png
es/drawable-mdpi/stat_sys_data_fully_in_3g.png
es/drawable-mdpi/stat_sys_data_fully_in_e.png
es/drawable-mdpi/stat_sys_data_fully_in_g.png
es/drawable-mdpi/stat_sys_data_fully_in_h.png
es/drawable-mdpi/stat_sys_data_fully_inandout_1x.png
es/drawable-mdpi/stat_sys_data_fully_inandout_3g.png
es/drawable-mdpi/stat_sys_data_fully_inandout_e.png
es/drawable-mdpi/stat_sys_data_fully_inandout_g.png
es/drawable-mdpi/stat_sys_data_fully_inandout_h.png
es/drawable-mdpi/stat_sys_data_fully_out_1x.png
es/drawable-mdpi/stat_sys_data_fully_out_3g.png
es/drawable-mdpi/stat_sys_data_fully_out_e.png
es/drawable-mdpi/stat_sys_data_fully_out_g.png
es/drawable-mdpi/stat_sys_data_fully_out_h.png
es/drawable-mdpi/stat_sys_data_in_1x.png
es/drawable-mdpi/stat_sys_data_in_3g.png
es/drawable-mdpi/stat_sys_data_in_e.png
es/drawable-mdpi/stat_sys_data_in_g.png
es/drawable-mdpi/stat_sys_data_in_h.png
es/drawable-mdpi/stat_sys_data_inandout_1x.png
es/drawable-mdpi/stat_sys_data_inandout_3g.png
es/drawable-mdpi/stat_sys_data_inandout_e.png
es/drawable-mdpi/stat_sys_data_inandout_g.png
es/drawable-mdpi/stat_sys_data_inandout_h.png
es/drawable-mdpi/stat_sys_data_out_1x.png
es/drawable-mdpi/stat_sys_data_out_3g.png
es/drawable-mdpi/stat_sys_data_out_e.png
es/drawable-mdpi/stat_sys_data_out_g.png
es/drawable-mdpi/stat_sys_data_out_h.png
es/drawable-mdpi/stat_sys_r_signal_0.png
es/drawable-mdpi/stat_sys_r_signal_0_fully.png
es/drawable-mdpi/stat_sys_r_signal_1.png
es/drawable-mdpi/stat_sys_r_signal_1_fully.png
es/drawable-mdpi/stat_sys_r_signal_2.png
es/drawable-mdpi/stat_sys_r_signal_2_fully.png
es/drawable-mdpi/stat_sys_r_signal_3.png
es/drawable-mdpi/stat_sys_r_signal_3_fully.png
es/drawable-mdpi/stat_sys_r_signal_4.png
es/drawable-mdpi/stat_sys_r_signal_4_fully.png
es/drawable-mdpi/stat_sys_signal_0.png
es/drawable-mdpi/stat_sys_signal_0_fully.png
es/drawable-mdpi/stat_sys_signal_1.png
es/drawable-mdpi/stat_sys_signal_1_fully.png
es/drawable-mdpi/stat_sys_signal_2.png
es/drawable-mdpi/stat_sys_signal_2_fully.png
es/drawable-mdpi/stat_sys_signal_3.png
es/drawable-mdpi/stat_sys_signal_3_fully.png
es/drawable-mdpi/stat_sys_signal_4.png
es/drawable-mdpi/stat_sys_signal_4_fully.png
es/drawable-mdpi/stat_sys_signal_flightmode.png
es/drawable-mdpi/stat_sys_signal_null.png
es/drawable-mdpi/stat_sys_wifi_signal_0.png
es/drawable-mdpi/stat_sys_wifi_signal_1.png
es/drawable-mdpi/stat_sys_wifi_signal_1_fully.png
es/drawable-mdpi/stat_sys_wifi_signal_2.png
es/drawable-mdpi/stat_sys_wifi_signal_2_fully.png
es/drawable-mdpi/stat_sys_wifi_signal_3.png
es/drawable-mdpi/stat_sys_wifi_signal_3_fully.png
es/drawable-mdpi/stat_sys_wifi_signal_4.png
es/drawable-mdpi/stat_sys_wifi_signal_4_fully.png
es/drawable-port-hdpi/ic_sysbar_rotate_off.png
b73617de462579f7c12c25a4c2747c576f00f6a2 17-Aug-2010 Daniel Sandler <dsandler@google.com> Rotation lock.

IWindowManager now supports two new methods,
freezeRotation() and thawRotation(), that allow a caller to
temporarily stash the device's current rotation as the
default rotation (when no other constraints are present).

The system bar uses this to implement a user-accessible
rotation lock by calling freezeRotation() and then turning
off accelerometer-based display rotation; unless overridden
by an app, the display will continue to appear in the frozen
rotation until the rotation is unlocked by the user (either
via the rotation lock icon in the system bar or by checking
"rotate screen automatically" in Settings).

Bug: 2949639
Change-Id: Icd21c169d1053719590e72401f229424b254622f
es/drawable-land-mdpi/ic_sysbar_rotate_off.png
es/drawable-mdpi/ic_sysbar_rotate_off.png
es/drawable-mdpi/ic_sysbar_rotate_off_lanscape.png
es/drawable-mdpi/ic_sysbar_rotate_off_portrait.png
es/drawable-port-mdpi/ic_sysbar_rotate_off.png
es/values-land/strings.xml
es/values-port/strings.xml
es/values/strings.xml
rc/com/android/systemui/statusbar/tablet/SystemPanel.java
5fedc1ce4eac3e94a4c5a220615929997da25af3 04-Nov-2010 Hiroshi Lockheimer <hiroshi@google.com> am 5f5bcf50: am e0887cc7: Merge "Squash ANRs in UsbStorageActivity." into gingerbread

* commit '5f5bcf5039774050eec587dcc31905bd5a370b7b':
Squash ANRs in UsbStorageActivity.
26ba12490347f34a0aa3a2ee2370d60d24f5f7d0 04-Nov-2010 Robert Greenwalt <rgreenwalt@google.com> Merge "Add some network/phone type constants."
962a990a45a2a9f9c3002064e71f9c2fed86acf1 02-Nov-2010 Robert Greenwalt <rgreenwalt@google.com> Add some network/phone type constants.

Support for LTE (and SIP-based voice) and the stepping-stone eHPRD.

bug:3125398
Change-Id: Ied3d96fa09d9c758a82a2fd1817f55db711d1a4f
rc/com/android/systemui/statusbar/StatusBarPolicy.java
7fb7cf4215806f19decd92d7db673e2aaac7ce16 03-Nov-2010 Daniel Sandler <dsandler@android.com> am 9f4f20c2: am 65816a32: Merge "Fix the fix for storage ANRs." into gingerbread

* commit '9f4f20c2451325850cb81e886f1e76155e7e098d':
Fix the fix for storage ANRs.
3a4940f3f08196baaa69a71f76316af5744ec771 03-Nov-2010 Daniel Sandler <dsandler@android.com> Squash ANRs in UsbStorageActivity.

Important safety tip: talking to the storage manager and
mount service can be very, very slow.

Bug: 3138068
Change-Id: I652e8bb2075535b42c83a46df1d8ae8bf299dd0d
rc/com/android/systemui/usb/UsbStorageActivity.java
a2773f51fdbf270b0ed6f8e7b11816487a9bb2fe 03-Nov-2010 Dianne Hackborn <hackbod@google.com> am 0ce0f72c: am 906b830d: Revert "UMS: Avoid SystemUI ANRs during long vold operations."

* commit '0ce0f72c1eb92cf654667c15477f19b4a7e84cd1':
Revert "UMS: Avoid SystemUI ANRs during long vold operations."
dfd7e58d6277f6bf708067da2cf99fdf59189b90 03-Nov-2010 Daniel Sandler <dsandler@android.com> am 1df8765a: am cbc3219d: Merge "UMS: Avoid SystemUI ANRs during long vold operations." into gingerbread

* commit '1df8765ac05ed83c212e899fa6c74a6cc012e7b0':
UMS: Avoid SystemUI ANRs during long vold operations.
5b8743f3d6a0ba23dce533072f92acd7ec3210e9 03-Nov-2010 Daniel Sandler <dsandler@android.com> Fix the fix for storage ANRs.

This repairs Icf2a836b6 to avoid an infinite loop on boot.

Bug: 3138068
Change-Id: Ic3a0455e18002dfb82774d96b3467030c4b15e2f
rc/com/android/systemui/usb/StorageNotification.java
906b830d1d61cbd8b1f9c2dc87e564cfb0f315fd 03-Nov-2010 Dianne Hackborn <hackbod@google.com> Revert "UMS: Avoid SystemUI ANRs during long vold operations."

This reverts commit 010704f95de534214cd7b86f93e22050a595dce3.
rc/com/android/systemui/usb/StorageNotification.java
010704f95de534214cd7b86f93e22050a595dce3 03-Nov-2010 Daniel Sandler <dsandler@android.com> UMS: Avoid SystemUI ANRs during long vold operations.

Stop handling StorageEventListener callbacks on the main
thread, where calls back into StorageManager could take a
while (i.e., during a long fsck).

Bug: 3138068
Change-Id: Icf2a836b69ff60606edce7c5575ad64dc24698c6
rc/com/android/systemui/usb/StorageNotification.java
460119b7ea7a4ca8490db9af5c2983419dd816b0 02-Nov-2010 Joe Onorato <joeo@google.com> Merge "Put back the back button"
06e0744e9e1a04a07e2e1bf9279124223bd674da 02-Nov-2010 satok <satok@google.com> Update the subtype icon properly.

Change-Id: Ib89959d1ea13f1e6f56e6280f90532e6695c4a00
rc/com/android/systemui/statusbar/tablet/InputMethodButton.java
7e750b1b8415b45c105b881490292a59ff74bd67 02-Nov-2010 Joe Onorato <joeo@google.com> Put back the back button

Change-Id: I0aea487eb2123d3d7e689c2f8ef24e9025a34aee
es/drawable-mdpi/ic_sysbar_back.png
es/layout-xlarge/status_bar.xml
dde799deb24d6d863be558f922715bfed55f5931 02-Nov-2010 Gilles Debunne <debunne@google.com> Rescaled/updated mdpi assets added.

Change-Id: Idce2f1a3fb66565abe2c710281dab1ec6650d0c2
es/drawable-hdpi/status_bar_close_on.9.png
es/drawable-mdpi/battery_low_battery.png
es/drawable-mdpi/ic_notification_overlay.9.png
es/drawable-mdpi/stat_notify_alarm.png
es/drawable-mdpi/stat_notify_more.png
es/drawable-mdpi/stat_sys_data_bluetooth.png
es/drawable-mdpi/stat_sys_data_bluetooth_connected.png
es/drawable-mdpi/stat_sys_data_connected_1x.png
es/drawable-mdpi/stat_sys_data_connected_3g.png
es/drawable-mdpi/stat_sys_data_connected_e.png
es/drawable-mdpi/stat_sys_data_connected_g.png
es/drawable-mdpi/stat_sys_data_connected_h.png
es/drawable-mdpi/stat_sys_data_fully_connected_1x.png
es/drawable-mdpi/stat_sys_data_fully_connected_3g.png
es/drawable-mdpi/stat_sys_data_fully_connected_e.png
es/drawable-mdpi/stat_sys_data_fully_connected_g.png
es/drawable-mdpi/stat_sys_data_fully_connected_h.png
es/drawable-mdpi/stat_sys_data_fully_in_1x.png
es/drawable-mdpi/stat_sys_data_fully_in_3g.png
es/drawable-mdpi/stat_sys_data_fully_in_e.png
es/drawable-mdpi/stat_sys_data_fully_in_g.png
es/drawable-mdpi/stat_sys_data_fully_in_h.png
es/drawable-mdpi/stat_sys_data_fully_inandout_1x.png
es/drawable-mdpi/stat_sys_data_fully_inandout_3g.png
es/drawable-mdpi/stat_sys_data_fully_inandout_e.png
es/drawable-mdpi/stat_sys_data_fully_inandout_g.png
es/drawable-mdpi/stat_sys_data_fully_inandout_h.png
es/drawable-mdpi/stat_sys_data_fully_out_1x.png
es/drawable-mdpi/stat_sys_data_fully_out_3g.png
es/drawable-mdpi/stat_sys_data_fully_out_e.png
es/drawable-mdpi/stat_sys_data_fully_out_g.png
es/drawable-mdpi/stat_sys_data_fully_out_h.png
es/drawable-mdpi/stat_sys_data_in_1x.png
es/drawable-mdpi/stat_sys_data_in_3g.png
es/drawable-mdpi/stat_sys_data_in_e.png
es/drawable-mdpi/stat_sys_data_in_g.png
es/drawable-mdpi/stat_sys_data_in_h.png
es/drawable-mdpi/stat_sys_data_inandout_1x.png
es/drawable-mdpi/stat_sys_data_inandout_3g.png
es/drawable-mdpi/stat_sys_data_inandout_e.png
es/drawable-mdpi/stat_sys_data_inandout_g.png
es/drawable-mdpi/stat_sys_data_inandout_h.png
es/drawable-mdpi/stat_sys_data_out_1x.png
es/drawable-mdpi/stat_sys_data_out_3g.png
es/drawable-mdpi/stat_sys_data_out_e.png
es/drawable-mdpi/stat_sys_data_out_g.png
es/drawable-mdpi/stat_sys_data_out_h.png
es/drawable-mdpi/stat_sys_gps_acquiring.png
es/drawable-mdpi/stat_sys_r_signal_0.png
es/drawable-mdpi/stat_sys_r_signal_0_fully.png
es/drawable-mdpi/stat_sys_r_signal_1.png
es/drawable-mdpi/stat_sys_r_signal_1_fully.png
es/drawable-mdpi/stat_sys_r_signal_2.png
es/drawable-mdpi/stat_sys_r_signal_2_fully.png
es/drawable-mdpi/stat_sys_r_signal_3.png
es/drawable-mdpi/stat_sys_r_signal_3_fully.png
es/drawable-mdpi/stat_sys_r_signal_4.png
es/drawable-mdpi/stat_sys_r_signal_4_fully.png
es/drawable-mdpi/stat_sys_ringer_silent.png
es/drawable-mdpi/stat_sys_ringer_vibrate.png
es/drawable-mdpi/stat_sys_signal_0.png
es/drawable-mdpi/stat_sys_signal_0_fully.png
es/drawable-mdpi/stat_sys_signal_1.png
es/drawable-mdpi/stat_sys_signal_1_fully.png
es/drawable-mdpi/stat_sys_signal_2.png
es/drawable-mdpi/stat_sys_signal_2_fully.png
es/drawable-mdpi/stat_sys_signal_3.png
es/drawable-mdpi/stat_sys_signal_3_fully.png
es/drawable-mdpi/stat_sys_signal_4.png
es/drawable-mdpi/stat_sys_signal_4_fully.png
es/drawable-mdpi/stat_sys_signal_flightmode.png
es/drawable-mdpi/stat_sys_signal_null.png
es/drawable-mdpi/stat_sys_wifi_signal_0.png
es/drawable-mdpi/stat_sys_wifi_signal_1.png
es/drawable-mdpi/stat_sys_wifi_signal_1_fully.png
es/drawable-mdpi/stat_sys_wifi_signal_2.png
es/drawable-mdpi/stat_sys_wifi_signal_2_fully.png
es/drawable-mdpi/stat_sys_wifi_signal_3.png
es/drawable-mdpi/stat_sys_wifi_signal_3_fully.png
es/drawable-mdpi/stat_sys_wifi_signal_4.png
es/drawable-mdpi/stat_sys_wifi_signal_4_fully.png
es/drawable-mdpi/status_bar_close_on.9.png
4058ba052682129f2d1055116aaffb2e91c2013d 31-Oct-2010 Joe Onorato <joeo@google.com> Allow both contentIntent and setOnClickPendingIntent in notifications

From the app developer's request:

Intents assigned to specific views should take precedence over the content intent, but it should not
be required to set the content intent to null in order for the view-intents to work

Bug: 3107945
Change-Id: Ic5282d441277a9a8c8c700ef3f43872f3405b58a
rc/com/android/systemui/statusbar/LatestItemView.java
e4c7b3f25ee3cb8d3fba4d15a8fbb97bc83d8dd1 30-Oct-2010 Joe Onorato <joeo@google.com> Status bar: Forward the disabled state to the status bar process when it comes up.

Bug: 3108996
Change-Id: I92c2ff645dc64ca2610e3de814e0cfef6cde88c3
rc/com/android/systemui/statusbar/StatusBarService.java
a9ad6b818f6514af3ae583da650d64043764a124 30-Oct-2010 Joe Onorato <joeo@google.com> Slightly easier to read

Change-Id: I818d885999150333ec326a283f4574571c09add1
rc/com/android/systemui/power/PowerUI.java
2ec6a54c6f21d2dc07472b6a20fd5850de99692c 29-Oct-2010 Andreas Huber <andih@google.com> fixing the build.

Change-Id: Ibf3686c4734e5a4ddbb93e46a1b012804d277e7e
rc/com/android/systemui/statusbar/tablet/InputMethodButton.java
4c61aa3cafa3c6fe374020786a8706b5fb5cfd86 29-Oct-2010 Joe Onorato <joeo@google.com> this is only called from the ui thread, just make the calls directly.

Change-Id: Iad80d04cbd38ef2922d341be307154f74eeb4774
rc/com/android/systemui/statusbar/tablet/InputMethodButton.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBarService.java
069dffdf27031e10ebd437d04924a07add71d9de 29-Oct-2010 Daniel Sandler <dsandler@google.com> Quick fix for status bar crash.

Bug: 3147743
Change-Id: I0fb06b04f234b9d34349f65fede8f74b24eae988
rc/com/android/systemui/statusbar/tablet/InputMethodButton.java
06487a58be22b100daf3f950b9a1d25c3ea42aa2 29-Oct-2010 satok <satok@google.com> Add a functionarity for showing / hiding IME button on the system bar

Bug: 3077030

- IME communicates with status bar directly.

Change-Id: Ic5b6b5b7a2b8ea62372dcc9b9c36d81b9f2db651
rc/com/android/systemui/statusbar/CommandQueue.java
rc/com/android/systemui/statusbar/PhoneStatusBarService.java
rc/com/android/systemui/statusbar/StatusBarService.java
rc/com/android/systemui/statusbar/tablet/InputMethodButton.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBarService.java
b0cc50de14dc9e2d0d224803bb523aa7f48904ac 26-Oct-2010 Daniel Sandler <dsandler@google.com> Notification flyovers.

Hold your finger on an individual notification icon to
quickly show that notification's payload.

Also: Quickly swipe up on any icon to open the tray.

Bug: 2994009

Change-Id: I2ae2b546fcfa62994b63b9376f487289b2d06796
es/layout-xlarge/sysbar_panel_notification_peek.xml
es/layout-xlarge/sysbar_panel_notifications.xml
rc/com/android/systemui/statusbar/tablet/NotificationIconArea.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBarService.java
04d50204705c9da52b218f11972da4e7d7a9cb84 25-Oct-2010 satok <satok@google.com> Show Subtype Icon properly in the system status bar

- Added API for getting the current subtype
- Added functions for show/hide status icon

Change-Id: Ifcaad00f7f4c658cdb3af367387476bbf316eb19
rc/com/android/systemui/statusbar/tablet/InputMethodButton.java
926829056ca10a6e0f67ce40c0b8f11aff20d68a 28-Oct-2010 Joe Onorato <joeo@google.com> Merge "Implement reminder power dialog and invalid charger dialog."
1e860dfe0a92c40e6024606b4cff79b71f73356a 28-Oct-2010 Joe Onorato <joeo@google.com> Merge "Tapping outside the system panel shouldn't open the recent panel"
4ca7f1e2811dc889e526de6c3d30bac8501c23d2 28-Oct-2010 Joe Onorato <joeo@google.com> Implement reminder power dialog and invalid charger dialog.

Bug: 2510318
Bug: 2974431
Change-Id: I92eb419eeffb657e5572a35a490735a96b303d6b
es/values/strings.xml
rc/com/android/systemui/power/PowerUI.java
31b2610dee691f308584dc54b2d936f29f9ca1f7 27-Oct-2010 Joe Onorato <joeo@google.com> Tapping outside the system panel shouldn't open the recent panel

Change-Id: Iec784cbe08f61f14a345f81e1cf374ee095beaf5
rc/com/android/systemui/statusbar/tablet/TabletStatusBarService.java
655e310d660c0d0a78db43514621943b92df923a 27-Oct-2010 Eric Fischer <enf@google.com> Import revised translations.

Change-Id: I2ce0fd4da5c8ac33e90909d49f46cd29565de276
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-fr/strings.xml
es/values-it/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-ru/strings.xml
es/values-sv/strings.xml
es/values-tr/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
c597ba8e9ad08ac628271b4498c27eda74c6c86c 27-Oct-2010 Joe Onorato <joeo@google.com> getRingtone is causing an anr. Turn it off for now.

Change-Id: Ia002c9be1cd203e5e989f2a9e49c49b97778ec1b
rc/com/android/systemui/power/PowerUI.java
10523b4d0c99cec86647130426d470a1e02a44f6 25-Oct-2010 Joe Onorato <joeo@google.com> Make the low battery dialog work again.

Change-Id: I97232a3645e6a817c9c5f5f90b88a7e925d36d13
es/drawable-mdpi/battery_low_battery.png
rc/com/android/systemui/SystemUIService.java
rc/com/android/systemui/power/PowerUI.java
rc/com/android/systemui/statusbar/StatusBarPolicy.java
adf840ea0c41493fba9c4421918de080a2cfe71a 27-Oct-2010 Dianne Hackborn <hackbod@google.com> Merge "ClipDescription no longer inherits from ClipData."
f834dfabbcbbe1f209682f18c67f2e8b9d3e1dd7 26-Oct-2010 Dianne Hackborn <hackbod@google.com> ClipDescription no longer inherits from ClipData.

Change-Id: Ie4939f87c7e1628d9c19ecb5c0b3036d1f76ef29
rc/com/android/systemui/statusbar/tablet/ShirtPocket.java
91fb28caf6bf39ba55f72883f1e7992ab35aad20 26-Oct-2010 Daniel Sandler <dsandler@google.com> Remove logspew.

Change-Id: Ic713febfb1d92d19321ed512dbf6f38e5e2dfbf4
rc/com/android/systemui/statusbar/tablet/TabletStatusBarService.java
44c66fe2cd912fcea2e9824eb421d5c8d9ffadbd 21-Oct-2010 Jim Miller <jaggies@google.com> Fix 3117937: Add simplified "recent apps".

This adds a simplified recents view for devices that
don't handle 3D well.

Change-Id: I8307cd340caf1d65c8fce80eaf55a1d21bc64312
es/drawable-mdpi/sysbar_panel_recents_bg.9.png
es/layout-xlarge/status_bar.xml
es/layout-xlarge/sysbar_panel_recent.xml
rc/com/android/systemui/statusbar/tablet/RecentAppsPanel.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBarService.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBarView.java
cbab0413a22e4454ffbf7c7d829b587afc827ed8 25-Oct-2010 Daniel Sandler <dsandler@google.com> Merge "Swipe up to open the settings panel. Tap anywhere to close."
8304da460f95c0883eca0d97fcdc4eb42c10f7c2 25-Oct-2010 Daniel Sandler <dsandler@google.com> Swipe up to open the settings panel. Tap anywhere to close.

This should help reduce false hits on the clock when typing
on an on-screen keyboard.

Change-Id: I3afab88c800873d1801b16ac79ffa3e7ddd42949
rc/com/android/systemui/statusbar/tablet/TabletStatusBarService.java
23f22430880876a076ad3ef0f624eba471a2f6dc 25-Oct-2010 Daniel Sandler <dsandler@android.com> Merge "Fix drags from the shirt pocket"
bd5dba3571d940e98bf8d7179718448faa37c218 24-Oct-2010 Joe Onorato <joeo@google.com> make the back (previous track) button into a cancel button.

Change-Id: Iab93a7d8bd722536fcc5a12ed3274bda3e92aaf6
es/drawable-mdpi/ic_sysbar_back.png
es/drawable-mdpi/status_bar_back_default.png
es/drawable-mdpi/status_bar_back_pressed.png
es/layout-xlarge/status_bar.xml
213b30efa8496e9ff6b2fbdc09ad51c88d2d41a4 23-Oct-2010 Chris Tate <ctate@google.com> Fix drags from the shirt pocket

startDrag() may only be called by/on a view that is in the window that
is currently being touched.

Change-Id: I5de158578dd3f75b5069e5af4f0726576adac4d4
rc/com/android/systemui/statusbar/tablet/ShirtPocket.java
072fabc0e544e85ca0f8e483cc104875ac4b8869 23-Oct-2010 Eric Fischer <enf@google.com> am d3f5bf5a: am ecae6e06: Merge "Import translations for status bar." into gingerbread

Merge commit 'd3f5bf5aac395cdc7c2faa173141b69adea6e274'

* commit 'd3f5bf5aac395cdc7c2faa173141b69adea6e274':
Import translations for status bar.
4aa82a7b7a8bf9ddbc2fd421868d627ca4090f5b 23-Oct-2010 Eric Fischer <enf@google.com> Import translations for status bar.

Change-Id: I5f40e9c507530fb4110da711e54465c2ae920a94
es/values-cs/strings.xml
es/values-da/strings.xml
es/values-de/strings.xml
es/values-el/strings.xml
es/values-es-rUS/strings.xml
es/values-es/strings.xml
es/values-fr/strings.xml
es/values-it/strings.xml
es/values-ja/strings.xml
es/values-ko/strings.xml
es/values-nb/strings.xml
es/values-nl/strings.xml
es/values-pl/strings.xml
es/values-pt-rPT/strings.xml
es/values-pt/strings.xml
es/values-ru/strings.xml
es/values-sv/strings.xml
es/values-tr/strings.xml
es/values-zh-rCN/strings.xml
es/values-zh-rTW/strings.xml
cf3c7cf3c986526398e2bc79a39227d751202822 22-Oct-2010 Daniel Sandler <dsandler@google.com> Avoid graphics deadlock in DND mode.

(Workaround for bug 3031039; will fix by moving to new-style
animations)

Change-Id: I4fd65ac6f3266686eaa809dc1e7dfe46c7d59cd0
rc/com/android/systemui/statusbar/tablet/TabletStatusBarService.java
3162a3cee0ba1a3f2102cd211484b6ba56a67c03 22-Oct-2010 Justin Ho <justinho@google.com> DO NOT MERGE - Re-adding missing status_bar_close_on.9 for mdpi emulator

Change-Id: Ia855f0461a984974e3f54d8f8f5fe146ff330c4f
es/drawable-mdpi/status_bar_close_on.9.png
271ea12dc29ad30009df785f21f6782ec29844c8 22-Oct-2010 Daniel Sandler <dsandler@google.com> Refinements to the notification icon area.

- New icon states per revised UX designs.
- Basic implementation of do-not-disturb mode.
- Removed unused grippies.

Change-Id: I506dcdc8ceb855902f2401e3145c3c676c0de207
es/anim/notification_dnd_off.xml
es/anim/notification_dnd_on.xml
es/drawable-mdpi/ic_sysbar_noti_avail.png
es/drawable-mdpi/ic_sysbar_noti_avail_open.png
es/drawable-mdpi/ic_sysbar_noti_dnd.png
es/drawable-mdpi/ic_sysbar_noti_none.png
es/drawable-mdpi/ic_sysbar_noti_none_open.png
es/layout-xlarge/status_bar.xml
rc/com/android/systemui/statusbar/tablet/NotificationIconArea.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBarService.java
ea70e63c0dcd09ec5790f4dca6ddd76284a6a23d 28-Sep-2010 Joe Onorato <joeo@google.com> Swap the navigation buttons and notification icons.

Left: BACK, HOME, RECENT, [MENU], [CLIPBOARD].
Right: NOTIFICATIONS, PANEL TRIGGER.

Many Bothans participated in usability tests to bring us
this change.

Change-Id: I45a0847226fd6264a3d62c60001e2b906ac15133
es/drawable-mdpi/status_bar_back_default.png
es/drawable-mdpi/status_bar_back_pressed.png
es/drawable-mdpi/status_bar_home_default.png
es/drawable-mdpi/status_bar_home_pressed.png
es/drawable-mdpi/status_bar_recent_default.png
es/drawable-mdpi/status_bar_recent_pressed.png
es/layout-xlarge/status_bar.xml
rc/com/android/systemui/statusbar/tablet/TabletStatusBarService.java
f3c3c4fd14cb4185ec6df5a4355aab8b9f4039dc 21-Oct-2010 Joe Onorato <joeo@google.com> Refactor SystemUI so the status bar isn't a Service of its own.

There is now one SystemUIService, which starts the status bar service.
Pretty soon there will be other things running in here too. This way
we don't need to have each of them started by something individually.

This also moves the choice between tablet and phone status bar into
SystemUI.apk, which seems like a much better place for it.

Change-Id: Ib69ef2f43d648764f8dbb52008f5d036a1ee07d9
ndroidManifest.xml
es/layout-xlarge/status_bar.xml
es/layout-xlarge/status_bar_center.xml
es/values-xlarge/config.xml
es/values/config.xml
rc/com/android/systemui/SystemUI.java
rc/com/android/systemui/SystemUIService.java
rc/com/android/systemui/statusbar/PhoneStatusBarService.java
rc/com/android/systemui/statusbar/StatusBarService.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBarService.java
524f568802c32ba1126fe2886f3e96d018d7f23d 13-Oct-2010 Daniel Sandler <dsandler@google.com> New system bar "shirt pocket", for quickly stashing draggable bits.

Anything that can be dragged using the new drag manager APIs
(View#startDrag) can be dropped here; the pocket will hold
it for you until you're ready to drag it out again.

Known issues:
- currently discarding the clipping whenever you drag it
out; in the future we will only discard it once you
actually drag it somewhere
- there's a bug where dragging things back out of the
pocket's window requires an extra tap (i.e. tap once then
tap and drag)
- almost nothing uses the new drag manager yet :)

Change-Id: Iff3103e4117f31023e1e96667632d77912e21d30
es/drawable-mdpi/ic_sysbar_pocket.png
es/drawable-mdpi/ic_sysbar_pocket_drag.png
es/drawable-mdpi/ic_sysbar_pocket_hidden.png
es/drawable-mdpi/ic_sysbar_pocket_holding.png
es/layout-xlarge/status_bar.xml
es/layout-xlarge/sysbar_panel_pocket.xml
rc/com/android/systemui/statusbar/tablet/ShirtPocket.java
385a753dead6ef15f2e30eae47f73e642b3ef7ed 21-Oct-2010 Brad Fitzpatrick <bradfitz@android.com> resolved conflicts for merge of 368fdba4 to master

Change-Id: I42b7b433c86a71a5da5db67109f056a280077c9d
431bb2269532f2514861b908d5fafda8fa64da79 19-Oct-2010 Joe Onorato <joeo@google.com> Reduce logging.

Remember, the system and main logs are
- Shared resources
- Primarily for recording problems
- To be used only for large grained events during normal operation

Bug: 3104855
Change-Id: I136fbd101917dcbc8ebc3f96f276426b48bde7b7
rc/com/android/systemui/statusbar/StatusBarPolicy.java
rc/com/android/systemui/statusbar/StatusBarService.java
852fcaf183864d9ff13b4d126c0ff5680fa8aa12 15-Oct-2010 Justin Ho <justinho@google.com> Updated GPS icons and new status bar background

Change-Id: If901a145b7cdb33b32076dcfb6964be59e3967da
es/drawable-hdpi/battery_low_battery.png
es/drawable-hdpi/stat_sys_gps_acquiring.png
es/drawable-hdpi/statusbar_background.9.png
es/drawable-mdpi/stat_sys_gps_acquiring.png
es/drawable-mdpi/statusbar_background.9.png
184498ce5a8d77e1d9c45693363829daaeef9611 08-Oct-2010 Joe Onorato <joeo@google.com> Allow notifications to not specify a contentIntent.

If they don't, the click events will be passed through to the individual
views in the notification view, which may have their own PendingIntents
attached.

Previously, it was against the UX spec to allow this, but now we are
changing that and will have buttons in there.

Change-Id: I674234212f64b2b8802a0708b7eed0614e147ca3
rc/com/android/systemui/statusbar/LatestItemView.java
rc/com/android/systemui/statusbar/PhoneStatusBarService.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBarService.java
bc931eaf154b8f196fd15983b1d0603e12dae890 14-Oct-2010 Dianne Hackborn <hackbod@google.com> am a007ab29: am ffbc4b94: Merge "Fix SD card mounting issues #3074555 and #3072332" into gingerbread

Merge commit 'a007ab294d83db987b05b49ab869566978a87494'

* commit 'a007ab294d83db987b05b49ab869566978a87494':
Fix SD card mounting issues #3074555 and #3072332
e02d808abf370965c3c4e4d38af11bc69110fde2 08-Oct-2010 Daniel Sandler <dsandler@google.com> Dynamically show the menu button on the system bar.

Windows with FLAG_NEEDS_MENU_KEY (or windowNeedsMenuKey=true
in their theme) will cause the system bar to show a menu
icon. (Note that the phone's status bar currently ignores
this, but phones tend to have hardware menu keys anyway.)

Additionally, all windows whose package's SDK version is
pre-Honeycomb will have FLAG_NEEDS_MENU_KEY set by default.

Bug: 3003728

Change-Id: I2d983763a726ea4f32cd1af9b0390e30478b11d1
es/layout-xlarge/status_bar.xml
rc/com/android/systemui/statusbar/CommandQueue.java
rc/com/android/systemui/statusbar/PhoneStatusBarService.java
rc/com/android/systemui/statusbar/StatusBarService.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBarService.java
ffbc4b948d0214c28df382f9eb209ea8f5ceef83 12-Oct-2010 Dianne Hackborn <hackbod@google.com> Merge "Fix SD card mounting issues #3074555 and #3072332" into gingerbread
d39d515b9110d7405d0f03dbf612ba5c9b8ac566 12-Oct-2010 Dianne Hackborn <hackbod@google.com> Fix SD card mounting issues #3074555 and #3072332

Change-Id: I79572bb4e92d2546abd97512a119ae74f0d72019
3074555: Kill "Shared storage safe to remove" notification
3072332: "blank shared storage" notification doesn't go anywhere
ndroidManifest.xml
rc/com/android/systemui/usb/StorageNotification.java
bb60d1e36b4eb72f29a587a8df49679a0f978d15 12-Oct-2010 Joe Onorato <joeo@android.com> Add animation for the status bar going away.

Bug: 3077525
Change-Id: I0c166fc161f8febe963e667259517173b9ac609b
rc/com/android/systemui/statusbar/StatusBarService.java
0d7349bd92b2dc6c304f6a380a81d4c546ec21c0 12-Oct-2010 Joe Onorato <joeo@android.com> Fix status bar flashing after orientation change

hand merge 43a87c5c874f1b8fbf582ff522f10051a6434906
and add some more fixes

Change-Id: Iea608bfba37e2e4c6a3430c13f683e54b0eff64b
rc/com/android/systemui/statusbar/StatusBarService.java
13d31e016267a0ac089bcfe1c475c1a3397b7d06 09-Oct-2010 Dianne Hackborn <hackbod@google.com> am cef38339: am 6d44456d: Merge "Make USB mass storage hide keyguard when shown." into gingerbread

Merge commit 'cef38339e7d0af61783ad6d35793e2496f5a2b37'

* commit 'cef38339e7d0af61783ad6d35793e2496f5a2b37':
Make USB mass storage hide keyguard when shown.
39b4867d483cc9aba36b26a81074d9f606661671 09-Oct-2010 Jason Chen <jasonchen@google.com> Revert "Merge "Allow notifications to not specify a contentIntent.""

This reverts commit 8885321046622d6a8c0a4214af98dc27eecd48a0, reversing
changes made to 61b8aaadd742f0be708cd37971d2c9e822bf778a.
rc/com/android/systemui/statusbar/LatestItemView.java
rc/com/android/systemui/statusbar/PhoneStatusBarService.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBarService.java
80a752c5373cfa906568302c831710b5c22a8155 08-Oct-2010 Joe Onorato <joeo@google.com> Allow notifications to not specify a contentIntent.

If they don't, the click events will be passed through to the individual
views in the notification view, which may have their own PendingIntents
attached.

Previously, it was against the UX spec to allow this, but now we are
changing that and will have buttons in there.

Change-Id: Ie3b2e96c6a1c4449fa86ed571f3ad0f047320d31
rc/com/android/systemui/statusbar/LatestItemView.java
rc/com/android/systemui/statusbar/PhoneStatusBarService.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBarService.java
e6089612ec1e39e1d03be97f2f9371516da3df19 08-Oct-2010 Jim Miller <jaggies@google.com> Merge "Fix RecentApps to properly load new thumbnails."
a84a69f2eb3e3ddb11aa01670d9aeda1cdba4068 08-Oct-2010 Daniel Sandler <dsandler@google.com> Start of input method control on system bar.

This change creates a new icon to the right of the
notification area for the IMM to expose control over the
current IME. Currently it shows the IME subtype picker.

TODO: Connect directly to the IMMService to show the correct
icon (and hide the icon entirely when the input panel is not
visible).

Bug: 2975425
Change-Id: If07f30867b81950a0a86b00807a41e2ff2af389c
es/drawable-mdpi/ic_sysbar_ime_default.png
es/layout-xlarge/status_bar.xml
rc/com/android/systemui/statusbar/tablet/InputMethodButton.java
c3a44b6b60261e63a71bf74c2357fd609b758f5a 07-Oct-2010 Jim Miller <jaggies@google.com> Fix RecentApps to properly load new thumbnails.

This fixes a bug introduced into recents by changes to
Carousel to prevent flashing in Music2. Recents used
to rely on CarouselView.createCards() to reload the
thumbnails, which lead to flashing in Music2. Now
the request to update is explicit.

Change-Id: I57d409c6b5969b788b52d4c1b3bbccab54d86bcb
rc/com/android/systemui/recent/RecentApplicationsActivity.java
1ae32bfebf5102774cbf6424885f84e4630925c4 06-Oct-2010 Gilles Debunne <debunne@google.com> New assets for buttons and notification

Change-Id: I95ffa7600476f97e3be3c577ef55855abeaeac5e
es/drawable-hdpi/stat_sys_data_connected_1x.png
es/drawable-hdpi/stat_sys_data_connected_e.png
es/drawable-hdpi/stat_sys_data_connected_g.png
es/drawable-hdpi/stat_sys_data_connected_h.png
es/drawable-hdpi/stat_sys_data_fully_connected_1x.png
es/drawable-hdpi/stat_sys_data_fully_connected_3g.png
es/drawable-hdpi/stat_sys_data_fully_connected_e.png
es/drawable-hdpi/stat_sys_data_fully_connected_g.png
es/drawable-hdpi/stat_sys_data_fully_connected_h.png
es/drawable-hdpi/stat_sys_data_fully_in_1x.png
es/drawable-hdpi/stat_sys_data_fully_in_3g.png
es/drawable-hdpi/stat_sys_data_fully_in_e.png
es/drawable-hdpi/stat_sys_data_fully_in_g.png
es/drawable-hdpi/stat_sys_data_fully_in_h.png
es/drawable-hdpi/stat_sys_data_fully_inandout_1x.png
es/drawable-hdpi/stat_sys_data_fully_inandout_3g.png
es/drawable-hdpi/stat_sys_data_fully_inandout_e.png
es/drawable-hdpi/stat_sys_data_fully_inandout_g.png
es/drawable-hdpi/stat_sys_data_fully_inandout_h.png
es/drawable-hdpi/stat_sys_data_fully_out_1x.png
es/drawable-hdpi/stat_sys_data_fully_out_3g.png
es/drawable-hdpi/stat_sys_data_fully_out_e.png
es/drawable-hdpi/stat_sys_data_fully_out_g.png
es/drawable-hdpi/stat_sys_data_fully_out_h.png
es/drawable-hdpi/stat_sys_data_in_1x.png
es/drawable-hdpi/stat_sys_data_in_e.png
es/drawable-hdpi/stat_sys_data_in_g.png
es/drawable-hdpi/stat_sys_data_in_h.png
es/drawable-hdpi/stat_sys_data_inandout_1x.png
es/drawable-hdpi/stat_sys_data_inandout_e.png
es/drawable-hdpi/stat_sys_data_inandout_g.png
es/drawable-hdpi/stat_sys_data_inandout_h.png
es/drawable-hdpi/stat_sys_data_out_1x.png
es/drawable-hdpi/stat_sys_data_out_e.png
es/drawable-hdpi/stat_sys_data_out_g.png
es/drawable-hdpi/stat_sys_data_out_h.png
es/drawable-hdpi/stat_sys_gps_acquiring.png
es/drawable-hdpi/stat_sys_r_signal_0.png
es/drawable-hdpi/stat_sys_r_signal_0_fully.png
es/drawable-hdpi/stat_sys_r_signal_1.png
es/drawable-hdpi/stat_sys_r_signal_1_fully.png
es/drawable-hdpi/stat_sys_r_signal_2.png
es/drawable-hdpi/stat_sys_r_signal_2_fully.png
es/drawable-hdpi/stat_sys_r_signal_3.png
es/drawable-hdpi/stat_sys_r_signal_3_fully.png
es/drawable-hdpi/stat_sys_r_signal_4.png
es/drawable-hdpi/stat_sys_r_signal_4_fully.png
6d44456da87dccb15b4086696f5e72a5aa198926 06-Oct-2010 Dianne Hackborn <hackbod@google.com> Merge "Make USB mass storage hide keyguard when shown." into gingerbread
737e8fe2c7ce167bc68ad779160488007a5e0b1d 05-Oct-2010 Adam Powell <adamp@google.com> DO NOT MERGE Fix bug 3001751 and bug 3001584 - Gingerbread API review for over-scroll

Change-Id: If34c8ea4e15697420adad0bc404f3c278efd7c1b
es/layout/status_bar_expanded.xml
760f3a5767027d554e92003c1b23c8093cab8677 05-Oct-2010 Dianne Hackborn <hackbod@google.com> DO NOT MERGE: Get rid of status bar's dim during night.

This does more harm than good now that the background is black.

Change-Id: Ia5407c5078a83231a229fc9ed85839144f0da913
rc/com/android/systemui/statusbar/StatusBarView.java
ff3c191d2a8a71f2b63386a8623a584b06416ab2 05-Oct-2010 Gilles Debunne <debunne@google.com> resolved conflicts for merge of 8390651c to master

Change-Id: Ibaa6034dbf87473dfb7d8a324a5f91fc745b99aa
066b5c5166c1f5342bd42aa0d68f784a5f4c1dd1 05-Oct-2010 Joe Onorato <joeo@google.com> manual merge Merge commit '77e42376' into work

Conflicts:
packages/SystemUI/res/values/colors.xml
packages/SystemUI/src/com/android/systemui/statusbar/StatusBarService.java

Change-Id: I891c8a9f6410037ca7805507e85a17f1655c115e
e91398d134256cf9c39677f9b1cd0279b17a6d88 29-Sep-2010 Gilles Debunne <debunne@google.com> Revert for 68833 and 68483 which introduced new assets instead of just updating.

Change-Id: Ib37c0a61c5a2b061e4e70268db6d02a9adde10c2
es/drawable-hdpi/stat_notify_alarm_2.png
es/drawable-hdpi/stat_notify_bt_incoming_file.png
es/drawable-hdpi/stat_notify_calendar.png
es/drawable-hdpi/stat_notify_call_mute.png
es/drawable-hdpi/stat_notify_car_mode.png
es/drawable-hdpi/stat_notify_disk_full.png
es/drawable-hdpi/stat_notify_email_generic.png
es/drawable-hdpi/stat_notify_gmail.png
es/drawable-hdpi/stat_notify_instant_message.png
es/drawable-hdpi/stat_notify_marketplace_update.png
es/drawable-hdpi/stat_notify_missed_call.png
es/drawable-hdpi/stat_notify_mms.png
es/drawable-hdpi/stat_notify_more_notifications.png
es/drawable-hdpi/stat_notify_musicplayer.png
es/drawable-hdpi/stat_notify_myfaves.png
es/drawable-hdpi/stat_notify_picasa.png
es/drawable-hdpi/stat_notify_sdcard.png
es/drawable-hdpi/stat_notify_sdcard_alert.png
es/drawable-hdpi/stat_notify_sdcard_prepare.png
es/drawable-hdpi/stat_notify_sim_toolkit.png
es/drawable-hdpi/stat_notify_sms.png
es/drawable-hdpi/stat_notify_sms_failed.png
es/drawable-hdpi/stat_notify_sync.png
es/drawable-hdpi/stat_notify_sync_alert.png
es/drawable-hdpi/stat_notify_sync_anim0.png
es/drawable-hdpi/stat_notify_sync_anim1.png
es/drawable-hdpi/stat_notify_sync_anim2.png
es/drawable-hdpi/stat_notify_sync_anim3.png
es/drawable-hdpi/stat_notify_sync_anim4.png
es/drawable-hdpi/stat_notify_sync_anim5.png
es/drawable-hdpi/stat_notify_system_update.png
es/drawable-hdpi/stat_notify_usb_debugger.png
es/drawable-hdpi/stat_notify_voicemail.png
es/drawable-hdpi/stat_sys_battery_10.png
es/drawable-hdpi/stat_sys_battery_100.png
es/drawable-hdpi/stat_sys_battery_20.png
es/drawable-hdpi/stat_sys_battery_40.png
es/drawable-hdpi/stat_sys_battery_60.png
es/drawable-hdpi/stat_sys_battery_80.png
es/drawable-hdpi/stat_sys_battery_charge_anim0.png
es/drawable-hdpi/stat_sys_battery_charge_anim1.png
es/drawable-hdpi/stat_sys_battery_charge_anim2.png
es/drawable-hdpi/stat_sys_battery_charge_anim3.png
es/drawable-hdpi/stat_sys_battery_charge_anim4.png
es/drawable-hdpi/stat_sys_battery_charge_anim5.png
es/drawable-hdpi/stat_sys_battery_empty.png
es/drawable-hdpi/stat_sys_battery_unknown.png
es/drawable-hdpi/stat_sys_bluetooth_connected.png
es/drawable-hdpi/stat_sys_data_1bar_wifi.png
es/drawable-hdpi/stat_sys_data_1bar_wifi_fully.png
es/drawable-hdpi/stat_sys_data_2bar_wifi.png
es/drawable-hdpi/stat_sys_data_2bar_wifi_fully.png
es/drawable-hdpi/stat_sys_data_3bar_wifi.png
es/drawable-hdpi/stat_sys_data_3bar_wifi_fully.png
es/drawable-hdpi/stat_sys_data_4bar_wifi.png
es/drawable-hdpi/stat_sys_data_4bar_wifi_fully.png
es/drawable-hdpi/stat_sys_data_connected_1x_fully.png
es/drawable-hdpi/stat_sys_data_connected_3g_fully.png
es/drawable-hdpi/stat_sys_data_connected_e_fully.png
es/drawable-hdpi/stat_sys_data_connected_g_fully.png
es/drawable-hdpi/stat_sys_data_connected_h_fully.png
es/drawable-hdpi/stat_sys_data_in_1x_fully.png
es/drawable-hdpi/stat_sys_data_in_3g_fully.png
es/drawable-hdpi/stat_sys_data_in_e_fully.png
es/drawable-hdpi/stat_sys_data_in_g_fully.png
es/drawable-hdpi/stat_sys_data_in_h_fully.png
es/drawable-hdpi/stat_sys_data_inandout_1x_fully.png
es/drawable-hdpi/stat_sys_data_inandout_3g_fully.png
es/drawable-hdpi/stat_sys_data_inandout_e_fully.png
es/drawable-hdpi/stat_sys_data_inandout_g_fully.png
es/drawable-hdpi/stat_sys_data_inandout_h_fully.png
es/drawable-hdpi/stat_sys_data_nosignal_wifi.png
es/drawable-hdpi/stat_sys_data_out_1x_fully.png
es/drawable-hdpi/stat_sys_data_out_3g_fully.png
es/drawable-hdpi/stat_sys_data_out_e_fully.png
es/drawable-hdpi/stat_sys_data_out_g_fully.png
es/drawable-hdpi/stat_sys_data_out_h_fully.png
es/drawable-hdpi/stat_sys_data_usb.png
es/drawable-hdpi/stat_sys_download_anim0.png
es/drawable-hdpi/stat_sys_download_anim1.png
es/drawable-hdpi/stat_sys_download_anim2.png
es/drawable-hdpi/stat_sys_download_anim3.png
es/drawable-hdpi/stat_sys_download_anim4.png
es/drawable-hdpi/stat_sys_download_anim5.png
es/drawable-hdpi/stat_sys_install_complete.png
es/drawable-hdpi/stat_sys_phone_call.png
es/drawable-hdpi/stat_sys_phone_call_bluetooth.png
es/drawable-hdpi/stat_sys_phone_call_emergency.png
es/drawable-hdpi/stat_sys_phone_call_forward.png
es/drawable-hdpi/stat_sys_phone_call_on_hold.png
es/drawable-hdpi/stat_sys_r_signal_3_cdma.png
es/drawable-hdpi/stat_sys_r_signal_4_cdma_fully.png
es/drawable-hdpi/stat_sys_r_signal_cdma_0.png
es/drawable-hdpi/stat_sys_r_signal_cdma_1.png
es/drawable-hdpi/stat_sys_r_signal_cdma_1_fully.png
es/drawable-hdpi/stat_sys_r_signal_cdma_2.png
es/drawable-hdpi/stat_sys_r_signal_cdma_2_fully.png
es/drawable-hdpi/stat_sys_r_signal_cdma_3.png
es/drawable-hdpi/stat_sys_r_signal_cdma_3_fully.png
es/drawable-hdpi/stat_sys_r_signal_cdma_4.png
es/drawable-hdpi/stat_sys_r_signal_cdma_4_fully.png
es/drawable-hdpi/stat_sys_ra_signal_0_cdma.png
es/drawable-hdpi/stat_sys_ra_signal_1_cdma.png
es/drawable-hdpi/stat_sys_ra_signal_1_cdma_fully.png
es/drawable-hdpi/stat_sys_ra_signal_2_cdma.png
es/drawable-hdpi/stat_sys_ra_signal_2_cdma_fully.png
es/drawable-hdpi/stat_sys_ra_signal_3_cdma_fully.png
es/drawable-hdpi/stat_sys_ra_signal_4_cdma.png
es/drawable-hdpi/stat_sys_secure.png
es/drawable-hdpi/stat_sys_signal_0_cdma.png
es/drawable-hdpi/stat_sys_signal_1_cdma.png
es/drawable-hdpi/stat_sys_signal_1_cdma_fully.png
es/drawable-hdpi/stat_sys_signal_2_cdma.png
es/drawable-hdpi/stat_sys_signal_2_cdma_fully.png
es/drawable-hdpi/stat_sys_signal_3_cdma.png
es/drawable-hdpi/stat_sys_signal_3_cdma_fully.png
es/drawable-hdpi/stat_sys_signal_4_cdma.png
es/drawable-hdpi/stat_sys_signal_4_cdma_fully.png
es/drawable-hdpi/stat_sys_signal_evdo_0.png
es/drawable-hdpi/stat_sys_signal_evdo_1.png
es/drawable-hdpi/stat_sys_signal_evdo_1_fully.png
es/drawable-hdpi/stat_sys_signal_evdo_2.png
es/drawable-hdpi/stat_sys_signal_evdo_2_fully.png
es/drawable-hdpi/stat_sys_signal_evdo_3.png
es/drawable-hdpi/stat_sys_signal_evdo_3_fully.png
es/drawable-hdpi/stat_sys_signal_evdo_4.png
es/drawable-hdpi/stat_sys_signal_evdo_4_fully.png
es/drawable-hdpi/stat_sys_signal_roaming_0.png
es/drawable-hdpi/stat_sys_signal_roaming_1.png
es/drawable-hdpi/stat_sys_signal_roaming_1_fully.png
es/drawable-hdpi/stat_sys_signal_roaming_2.png
es/drawable-hdpi/stat_sys_signal_roaming_2_fully.png
es/drawable-hdpi/stat_sys_signal_roaming_3.png
es/drawable-hdpi/stat_sys_signal_roaming_3_fully.png
es/drawable-hdpi/stat_sys_signal_roaming_4.png
es/drawable-hdpi/stat_sys_signal_roaming_4_fully.png
es/drawable-hdpi/stat_sys_speakerphone.png
es/drawable-hdpi/stat_sys_tether_bluetooth.png
es/drawable-hdpi/stat_sys_tether_general.png
es/drawable-hdpi/stat_sys_tether_usb.png
es/drawable-hdpi/stat_sys_tether_wifi.png
es/drawable-hdpi/stat_sys_throttled.png
es/drawable-hdpi/stat_sys_upload_anim0.png
es/drawable-hdpi/stat_sys_upload_anim1.png
es/drawable-hdpi/stat_sys_upload_anim2.png
es/drawable-hdpi/stat_sys_upload_anim3.png
es/drawable-hdpi/stat_sys_upload_anim4.png
es/drawable-hdpi/stat_sys_upload_anim5.png
es/drawable-hdpi/stat_sys_vp_phone_call.png
es/drawable-hdpi/stat_sys_vp_phone_call_on_hold.png
es/drawable-hdpi/stat_sys_warning.png
es/drawable-hdpi/status_bar_header_background.9.png
es/drawable-mdpi/stat_sys_data_connected_1x.png
es/drawable-mdpi/stat_sys_data_connected_3g.png
es/drawable-mdpi/stat_sys_data_connected_e.png
es/drawable-mdpi/stat_sys_data_connected_g.png
es/drawable-mdpi/stat_sys_data_connected_h.png
es/drawable-mdpi/stat_sys_data_in_1x.png
es/drawable-mdpi/stat_sys_data_in_3g.png
es/drawable-mdpi/stat_sys_data_in_e.png
es/drawable-mdpi/stat_sys_data_in_g.png
es/drawable-mdpi/stat_sys_data_in_h.png
es/drawable-mdpi/stat_sys_data_inandout_1x.png
es/drawable-mdpi/stat_sys_data_inandout_3g.png
es/drawable-mdpi/stat_sys_data_inandout_e.png
es/drawable-mdpi/stat_sys_data_inandout_g.png
es/drawable-mdpi/stat_sys_data_inandout_h.png
es/drawable-mdpi/stat_sys_data_out_1x.png
es/drawable-mdpi/stat_sys_data_out_3g.png
es/drawable-mdpi/stat_sys_data_out_e.png
es/drawable-mdpi/stat_sys_data_out_g.png
es/drawable-mdpi/stat_sys_data_out_h.png
es/drawable-mdpi/stat_sys_r_signal_0.png
es/drawable-mdpi/stat_sys_r_signal_1.png
es/drawable-mdpi/stat_sys_r_signal_2.png
es/drawable-mdpi/stat_sys_r_signal_3.png
es/drawable-mdpi/stat_sys_r_signal_4.png
es/drawable-mdpi/stat_sys_signal_0.png
es/drawable-mdpi/stat_sys_signal_1.png
es/drawable-mdpi/stat_sys_signal_2.png
es/drawable-mdpi/stat_sys_signal_3.png
es/drawable-mdpi/stat_sys_signal_4.png
es/drawable-mdpi/stat_sys_signal_flightmode.png
es/drawable-mdpi/stat_sys_signal_null.png
es/drawable-mdpi/stat_sys_wifi_signal_0.png
es/drawable-mdpi/stat_sys_wifi_signal_1.png
es/drawable-mdpi/stat_sys_wifi_signal_2.png
es/drawable-mdpi/stat_sys_wifi_signal_3.png
es/drawable-mdpi/stat_sys_wifi_signal_4.png
20754649790424455e8a5dbd5ab1fa0e0a4ca87e 03-Oct-2010 Dianne Hackborn <hackbod@google.com> Make USB mass storage hide keyguard when shown.

Change-Id: I4d3592ade43c8b2e87768a55ba0fafb8e189a1fc
rc/com/android/systemui/usb/UsbStorageActivity.java
33a4c77218e4513268be8d5ce2af6f746976706b 04-Oct-2010 Gilles Debunne <debunne@google.com> Merge "New green in assets for battery, download, upload" into gingerbread
a819fc194e28eb0fb1775f2e20a2c7e102e1d765 04-Oct-2010 Gilles Debunne <debunne@google.com> New green in assets for battery, download, upload

Change-Id: Iea08cddee109273fd070a7c9dae7ccb9d22d0e05
es/drawable-hdpi/battery_low_battery.png
es/drawable-hdpi/stat_sys_signal_0.png
es/drawable-hdpi/stat_sys_signal_0_fully.png
es/drawable-hdpi/stat_sys_signal_1.png
es/drawable-hdpi/stat_sys_signal_1_fully.png
es/drawable-hdpi/stat_sys_signal_2.png
es/drawable-hdpi/stat_sys_signal_2_fully.png
es/drawable-hdpi/stat_sys_signal_3.png
es/drawable-hdpi/stat_sys_signal_3_fully.png
es/drawable-hdpi/stat_sys_signal_4.png
es/drawable-hdpi/stat_sys_signal_4_fully.png
6c01a11a20d5fc796360e5e97998401a6cc84f27 04-Oct-2010 Joe Onorato <joeo@google.com> implement the number bubbles on the status bar

Bug: 2993482
Change-Id: I73b1f8c39e995fd4f986c25ea04127eb23c3cd07
es/drawable-hdpi/ic_notification_overlay.9.png
es/values/colors.xml
rc/com/android/systemui/statusbar/IconMerger.java
rc/com/android/systemui/statusbar/StatusBarIconView.java
rc/com/android/systemui/statusbar/StatusBarService.java
a57ae3f43864d3690908b084fdc7c638f45bf6c9 01-Oct-2010 Adam Powell <adamp@google.com> DO NOT MERGE Fix bug 3026771, other design/asset fixes.

* Button text changed to bold by default.
* Change notification divider to lighter gray (new asset).
* Change "Clear" notification button to use system small button assets.

Change-Id: Id1f1bdcf8c034186ad9acbdbdd544546bd32bbd8
es/drawable-hdpi/divider_horizontal_light_opaque.9.png
es/drawable-mdpi/divider_horizontal_light_opaque.9.png
es/layout/status_bar_expanded.xml
es/layout/status_bar_latest_event.xml
b03649d49b53fc72363291bcfe66fdc9a13873c7 30-Sep-2010 Jim Miller <jaggies@google.com> Merge "Add new rezzing-in effect of Carousel to Recents."
5fd395ec602b0fc71d80680a60827b49dd59f031 30-Sep-2010 Jim Miller <jaggies@google.com> Add new rezzing-in effect of Carousel to Recents.

Change-Id: Ibfbc53af8bce3e43903bac1b3937731f2c903323
rc/com/android/systemui/recent/RecentApplicationsActivity.java
55ca691006c7e049ed929246d9a84032849afca8 30-Sep-2010 Ying Wang <wangying@google.com> Fix proguard flag file dependency.

Change-Id: Icd30226cfaa943648f8724b4208a22c661070262
ndroid.mk
a69a16281639e06606680ffe45281eb442122157 30-Sep-2010 Robert Greenwalt <rgreenwalt@google.com> am aa03f13c: am e8dd7160: Merge "Change the 0_fully signal icon to the new style" into gingerbread

Merge commit 'aa03f13c3aab16059e6e617fe510f454ed280459'

* commit 'aa03f13c3aab16059e6e617fe510f454ed280459':
Change the 0_fully signal icon to the new style
09f161288568b842b07b0c10160a0c5480f6ed31 30-Sep-2010 Gilles Debunne <debunne@google.com> resolved conflicts for merge of 8064dd22 to master

Change-Id: Iff7f729d1e375902a8d89bb237694913380b0d36
0cf6418e090764b6880f5a8af19e8f7f7fc41858 30-Sep-2010 Joe Onorato <joeo@android.com> am 9a042772: am 2a0b3c0d: Merge "AnimatedImageView: Stop the animation when we\'re not visible." into gingerbread

Merge commit '9a042772c2d76dba3a541dc4190b7be1a438445a'

* commit '9a042772c2d76dba3a541dc4190b7be1a438445a':
AnimatedImageView: Stop the animation when we're not visible.
51ed8aa9d24b338cbdf9a33d1171454ec62f97da 30-Sep-2010 Gilles Debunne <debunne@google.com> am ed1cf3da: am f0fa2674: Merge "New assets: wifi signal 1, no sim card." into gingerbread

Merge commit 'ed1cf3dab59d7af51240269308007546a816b1f4'

* commit 'ed1cf3dab59d7af51240269308007546a816b1f4':
New assets: wifi signal 1, no sim card.
e8dd7160146803db6660fa10ab3e4f1d41e46c5b 30-Sep-2010 Robert Greenwalt <rgreenwalt@google.com> Merge "Change the 0_fully signal icon to the new style" into gingerbread
03b58063de5aa275915ccbb51c2fabdc7bee8598 30-Sep-2010 Gilles Debunne <debunne@google.com> New assets for status bar data_edge and overscroll

Change-Id: I32b8e036fc54a912719df660db3063045d8d7c93
es/drawable-hdpi/stat_sys_data_fully_in_e.png
edf2971cd59010c72457beb120d2b4689f7ad0ff 30-Sep-2010 Robert Greenwalt <rgreenwalt@google.com> Change the 0_fully signal icon to the new style

bug:3047901
Change-Id: I1faceb69fa44714bf1d73db0da7bddaaa3bddf3b
es/drawable-hdpi/stat_sys_signal_0_fully.png
2a0b3c0d4cd98385ebfa60cc2014bdb2d7b5a7f5 29-Sep-2010 Joe Onorato <joeo@android.com> Merge "AnimatedImageView: Stop the animation when we're not visible." into gingerbread
1e7277e20465be39e30d7e84192c40c4c7b55f89 29-Sep-2010 Joe Onorato <joeo@android.com> AnimatedImageView: Stop the animation when we're not visible.

Change-Id: I5dedc4048806f1ea44ef4777ccf578a29e79869b
rc/com/android/systemui/statusbar/AnimatedImageView.java
f0fa267492353a98562d32d4359f2099df0f2fcd 29-Sep-2010 Gilles Debunne <debunne@google.com> Merge "New assets: wifi signal 1, no sim card." into gingerbread
d9bb688c91b5be6b7f065f02b9095787c452016e 28-Sep-2010 Jaikumar Ganesh <jaikumar@google.com> Update code for new BT APIs.

The status bar shouldn't be knowing details like profiles etc.
It just needs to know whether we are connected to some device or not.

Change-Id: Ibaabf4581a134045b33069a2ea55a13032f1b357
rc/com/android/systemui/statusbar/StatusBarPolicy.java
8a43c5bb307a9c702ff24a754dba9bb3917db8f5 29-Sep-2010 Jim Miller <jaggies@google.com> Merge "Several improvements to RecentActivities:"
eb6801c4e3b01b98521d09a7cafe6baad4b49889 29-Sep-2010 Joe Onorato <joeo@google.com> Revert "Fix 3041579 overscroll effect in notification area looks strange"

This reverts commit ab014a03a06a0044106ed9ad612b11e8197c8734.
es/layout/status_bar_expanded.xml
3a7bbc4d58ba270a20692689e5ce8311100d3d72 29-Sep-2010 Joe Onorato <joeo@android.com> am 08a02039: am f2f34505: Merge "Fix 3041579 overscroll effect in notification area looks strange" into gingerbread

Merge commit '08a02039ee467b3ead2c2e6d3f687b9c70c7fbc8'

* commit '08a02039ee467b3ead2c2e6d3f687b9c70c7fbc8':
Fix 3041579 overscroll effect in notification area looks strange
c4cf1305d6e27ac35b2c7d891df8885e29fce693 25-Sep-2010 Jim Miller <jaggies@google.com> Several improvements to RecentActivities:

It now toggles between show/hide for each tap on the home button.

Added new bitmap generation for lighting and halo effect while loading.

Uses new CarouselViewHelper class to manage textures and threading.

Uses a "real view" to render detail text.

Activities can now overload onCreateDescription() to show a
description in Carousel.

Improved startup and resume speed by posting single event to
refresh the activity list.

Change-Id: Id5552da75b9d022d24f599d11358ddababc97006
ndroidManifest.xml
es/anim/recent_app_enter.xml
es/anim/recent_app_leave.xml
es/drawable/recent_overlay.png
es/drawable/recent_rez_border.png
es/layout/recents_detail_view.xml
rc/com/android/systemui/recent/RecentApplicationsActivity.java
888dc9d117baeef5a02837ca744de245c70b9f46 29-Sep-2010 Gilles Debunne <debunne@google.com> New assets: wifi signal 1, no sim card.

Change-Id: I2f7571769079998a171ac90d088ca4e82a53ce99
es/drawable-hdpi/stat_sys_no_sim.png
es/drawable-hdpi/stat_sys_wifi_signal_1.png
es/drawable-hdpi/stat_sys_wifi_signal_1_fully.png
es/drawable-mdpi/stat_sys_no_sim.png
ab014a03a06a0044106ed9ad612b11e8197c8734 29-Sep-2010 Joe Onorato <joeo@android.com> Fix 3041579 overscroll effect in notification area looks strange

Bug: 3041579
Change-Id: I72f5a51c86cf0e46143915e6d1fe404ffeceb925
es/layout/status_bar_expanded.xml
8bf70c9fa41ec45ea0620091486d51a6bedd2911 29-Sep-2010 jsh <jsh@google.com> am 81102903: am 37a3631e: Merge "Add line break between PLMN and SPN in windowshade." into gingerbread

Merge commit '8110290388a68225b5dc9b5b987e4e6e583d78b2'

* commit '8110290388a68225b5dc9b5b987e4e6e583d78b2':
Add line break between PLMN and SPN in windowshade.
37a3631edfb1b848daca23bf5a12e1ab4bb6e096 28-Sep-2010 jsh <jsh@google.com> Merge "Add line break between PLMN and SPN in windowshade." into gingerbread
c49b259a624b5a94661c2a81e9b03f5650ace999 28-Sep-2010 Gilles Debunne <debunne@google.com> Updated assets in status bar. DO NOT MERGE.

Unlock has a 1 pixel offset that has to be fixed by code.

dropdown untested on device.

Most of these should be removed from SystemUI (revert 68833).

Pass 4.

Change-Id: Ibbbe4cc404151ec28768af98509082d77b303abe
es/drawable-hdpi/btn_default_small_normal.9.png
es/drawable-hdpi/btn_default_small_normal_disable.9.png
es/drawable-hdpi/btn_default_small_normal_disable_focused.9.png
es/drawable-hdpi/btn_default_small_pressed.9.png
es/drawable-hdpi/btn_default_small_selected.9.png
es/drawable-hdpi/stat_sys_data_bluetooth_connected.png
es/drawable-hdpi/stat_sys_data_connected_1x.png
es/drawable-hdpi/stat_sys_data_connected_e.png
es/drawable-hdpi/stat_sys_data_connected_g.png
es/drawable-hdpi/stat_sys_data_connected_h.png
es/drawable-hdpi/stat_sys_data_fully_connected_1x.png
es/drawable-hdpi/stat_sys_data_fully_connected_3g.png
es/drawable-hdpi/stat_sys_data_fully_connected_e.png
es/drawable-hdpi/stat_sys_data_fully_connected_g.png
es/drawable-hdpi/stat_sys_data_fully_connected_h.png
es/drawable-hdpi/stat_sys_data_fully_in_1x.png
es/drawable-hdpi/stat_sys_data_fully_in_3g.png
es/drawable-hdpi/stat_sys_data_fully_in_g.png
es/drawable-hdpi/stat_sys_data_fully_in_h.png
es/drawable-hdpi/stat_sys_data_fully_inandout_1x.png
es/drawable-hdpi/stat_sys_data_fully_inandout_3g.png
es/drawable-hdpi/stat_sys_data_fully_inandout_e.png
es/drawable-hdpi/stat_sys_data_fully_inandout_g.png
es/drawable-hdpi/stat_sys_data_fully_inandout_h.png
es/drawable-hdpi/stat_sys_data_fully_out_1x.png
es/drawable-hdpi/stat_sys_data_fully_out_3g.png
es/drawable-hdpi/stat_sys_data_fully_out_e.png
es/drawable-hdpi/stat_sys_data_fully_out_g.png
es/drawable-hdpi/stat_sys_data_fully_out_h.png
es/drawable-hdpi/stat_sys_data_in_1x.png
es/drawable-hdpi/stat_sys_data_in_e.png
es/drawable-hdpi/stat_sys_data_in_e_fully.png
es/drawable-hdpi/stat_sys_data_in_g.png
es/drawable-hdpi/stat_sys_data_in_h.png
es/drawable-hdpi/stat_sys_data_inandout_1x.png
es/drawable-hdpi/stat_sys_data_inandout_e.png
es/drawable-hdpi/stat_sys_data_inandout_g.png
es/drawable-hdpi/stat_sys_data_inandout_h.png
es/drawable-hdpi/stat_sys_data_out_1x.png
es/drawable-hdpi/stat_sys_data_out_e.png
es/drawable-hdpi/stat_sys_data_out_g.png
es/drawable-hdpi/stat_sys_data_out_h.png
es/drawable-hdpi/stat_sys_gps_acquiring.png
es/drawable-hdpi/stat_sys_gps_on.png
es/drawable-hdpi/stat_sys_r_signal_1_fully.png
es/drawable-hdpi/stat_sys_r_signal_2_fully.png
es/drawable-hdpi/stat_sys_r_signal_3_fully.png
es/drawable-hdpi/stat_sys_r_signal_4_fully.png
es/drawable-hdpi/stat_sys_wifi_signal_0.png
es/drawable-hdpi/stat_sys_wifi_signal_1.png
es/drawable-hdpi/stat_sys_wifi_signal_2.png
es/drawable-hdpi/stat_sys_wifi_signal_3.png
es/drawable-hdpi/stat_sys_wifi_signal_4.png
es/drawable-mdpi/statusbar_background.9.png
a4a6503d30ed21402847dbd25849ba2dc68a1369 28-Sep-2010 Joe Onorato <joeo@google.com> Don't show X for notifications that can't be cleared

Bug: 3038418
Change-Id: Ic27c2e686b918c0238b85658700925c51311df06
es/drawable-mdpi/status_bar_veto_normal.png
es/drawable-mdpi/status_bar_veto_pressed.png
es/layout-xlarge/status_bar_latest_event.xml
rc/com/android/systemui/statusbar/tablet/TabletStatusBarService.java
5dd1169ae95162383acf00d1e9a1886e0ac99a70 28-Sep-2010 Joe Onorato <joeo@google.com> Hide the "Clear all" button in the notification panel if there are no clearable notifications.

Change-Id: I7145036724939220e1f23fb91c62027b28663c20
rc/com/android/systemui/statusbar/NotificationData.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBarService.java
7ebd659dbf3aa672cd1a686938f3df22d429be1f 27-Sep-2010 Joe Onorato <joeo@google.com> Merge commit 'f9f9e248' into manualmerge

Conflicts:
packages/SystemUI/src/com/android/systemui/statusbar/StatusBarService.java
tests/StatusBar/src/com/android/statusbartest/StatusBarTest.java

Change-Id: Ibbb2fec2d8c6f5d41398272753d271dfae698100
795f2840b4a70bf188c2f24c8c06f73a492b338c 27-Sep-2010 Joe Onorato <joeo@android.com> If an icon add remove get coalesced, don't remove some other icon.

Also adds a test case and turns off the extra logging we added to debug this.

Change-Id: I8640938ae4d1e75c88213177888f363e05ce0fa0
rc/com/android/systemui/statusbar/CommandQueue.java
rc/com/android/systemui/statusbar/StatusBarService.java
091e1b8a86d34d2d51d2a5f7ae3cd903925fa5bf 27-Sep-2010 Joe Onorato <joeo@android.com> Implement disable() on the status bar.

This includes adding the new DISABLE_NAVIGATION flag.

Bug: 3000770
Change-Id: I6d1c3586198e13e06b5d26e8b23a9495dc4ba02e
es/anim/navigation_in.xml
es/anim/navigation_out.xml
es/anim/system_in.xml
es/anim/system_out.xml
es/layout-xlarge/status_bar.xml
rc/com/android/systemui/statusbar/tablet/TabletStatusBarService.java
rc/com/android/systemui/statusbar/tablet/TabletTicker.java
f8c16e56cb5c53739f0df89ffc6e99460cded259 27-Sep-2010 Joe Onorato <joeo@android.com> Use the correct combination of flags to have the status bar panels not pass touch events.

Change-Id: I1fce7265135c63631149142d67951dc1f189f060
rc/com/android/systemui/statusbar/tablet/TabletStatusBarService.java
ddf680bff5bb9bc04ef04667644db8ade0b38c46 26-Sep-2010 Joe Onorato <joeo@android.com> Touching the blue glow should close the system and notification panels.

Bug: 3029373
Change-Id: I96760656dcda20ab238305900f9964083a8e5273
es/layout-xlarge/sysbar_panel_notifications.xml
rc/com/android/systemui/statusbar/tablet/NotificationPanel.java
rc/com/android/systemui/statusbar/tablet/StatusBarPanel.java
rc/com/android/systemui/statusbar/tablet/SystemPanel.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBarService.java
55d2d7646bf13bb5406bf01fd1bb96e58588570c 26-Sep-2010 Joe Onorato <joeo@android.com> Notification updates.

When the drawer is open, hide the icons & toasts.
Move Clear button to the bottom and add DND button.

Change-Id: I8b3253eb8f2ff3b1e11a819d58b202e023f00710
es/anim/notification_buttons_in.xml
es/anim/notification_buttons_out.xml
es/anim/notification_icons_in.xml
es/anim/notification_icons_out.xml
es/layout-xlarge/status_bar.xml
es/layout-xlarge/sysbar_panel_notifications.xml
es/values/strings.xml
rc/com/android/systemui/statusbar/tablet/TabletStatusBarService.java
dbb9ad82067abb80f01f814b2346811a9e09832b 24-Sep-2010 jsh <jsh@google.com> Add line break between PLMN and SPN in windowshade.

bug: 2994598
Change-Id: Id588e18e78e0adcc6a0a4e40599f60c57a40170d
rc/com/android/systemui/statusbar/CarrierLabel.java
1578f21dad709a20271864d7cb60dff02d1df99b 24-Sep-2010 Joe Onorato <joeo@android.com> Merge commit '00cb6417' into master. Doesn't turn on the debugging.

Change-Id: I1d4db9c5256ba45a44e50e8229b895e2e5330690
f9ec03c0f5fc2c6eba5bbead24c4eb314c0205be 24-Sep-2010 Joe Onorato <joeo@android.com> Make the logging a little more targeted for the status bar multiple icon problem.

Change-Id: I726eef29281dce2a1b900c28ad55bf82cb50449a
rc/com/android/systemui/statusbar/StatusBarIconView.java
rc/com/android/systemui/statusbar/StatusBarService.java
7461c9e3443d52efed315273bbb348798b16f604 23-Sep-2010 Joe Onorato <joeo@android.com> am 999d483b: am 49a8bbf4: Don\'t crash if we\'ve never gotten a signal strength update.

Merge commit '999d483bf8fc4271c42484aaf253f12e4eb8ff29'

* commit '999d483bf8fc4271c42484aaf253f12e4eb8ff29':
Don't crash if we've never gotten a signal strength update.
49a8bbf4eacbf0bde71bab05be0ab40488df109c 23-Sep-2010 Joe Onorato <joeo@android.com> Don't crash if we've never gotten a signal strength update.

It looks like this timing bug has been there forever, and we're just starting to hit it now.

Bug: 3027952
Change-Id: I5c14ccd7f74205dc6930f4282cec0e23eeb54cab
rc/com/android/systemui/statusbar/StatusBarPolicy.java
e241621e9819a4ef99f95a40bc426bc29e5f780a 23-Sep-2010 Adam Powell <adamp@google.com> DO NOT MERGE Apply new styles to the status bar/notification shade

Change-Id: I5e89891852ff96f113083ac87bcfd74732c43faa
es/drawable-hdpi/btn_default_small_normal.9.png
es/drawable-hdpi/btn_default_small_normal_disable.9.png
es/drawable-hdpi/btn_default_small_normal_disable_focused.9.png
es/drawable-hdpi/btn_default_small_pressed.9.png
es/drawable-hdpi/btn_default_small_selected.9.png
es/drawable-hdpi/statusbar_background.9.png
es/layout/status_bar.xml
es/layout/status_bar_expanded.xml
es/layout/status_bar_tracking.xml
es/values/colors.xml
es/values/styles.xml
e920477e862b90778cdc8e2e221a20d8f3a86878 21-Sep-2010 Chet Haase <chet@google.com> Merge "do not merge" into gingerbread
39d1ee558dc13506228765b4f9928d69c7ddafdc 21-Sep-2010 Chet Haase <chet@google.com> do not merge

updated assets: pull-my-thumb/unlock (partially complete), 3g status, expander_ic_min/max changes

Change-Id: I1cb4601ec7eb2da7689fa58cb56c294f786ea4e6
es/drawable-hdpi/stat_sys_data_connected_3g.png
es/drawable-hdpi/stat_sys_data_connected_3g_fully.png
es/drawable-hdpi/stat_sys_data_in_3g.png
es/drawable-hdpi/stat_sys_data_in_3g_fully.png
es/drawable-hdpi/stat_sys_data_inandout_3g.png
es/drawable-hdpi/stat_sys_data_inandout_3g_fully.png
es/drawable-hdpi/stat_sys_data_out_3g.png
es/drawable-hdpi/stat_sys_data_out_3g_fully.png
92b328b67a694afc19071c807b80f100663fd5e4 21-Sep-2010 Mike Lockwood <lockwood@android.com> am e65735af: am 92630c78: Merge "SystemUI: Use new USB notifications to detect USB disconnect." into gingerbread

Merge commit 'e65735aff0f09a1c19b79c6d2b98ef39123da1d4'

* commit 'e65735aff0f09a1c19b79c6d2b98ef39123da1d4':
SystemUI: Use new USB notifications to detect USB disconnect.
19531dacfee9fcfd527ab04223fb91ae019ec05c 21-Sep-2010 Robert Greenwalt <rgreenwalt@google.com> am f532e958: am 6548f395: Merge "Inet status bug fix" into gingerbread

Merge commit 'f532e9583ec0111b1c198e895ed1b2fd83c3d5cf'

* commit 'f532e9583ec0111b1c198e895ed1b2fd83c3d5cf':
Inet status bug fix
92630c787d0ae34c7ae3cb29c2d261f1acaf18b9 21-Sep-2010 Mike Lockwood <lockwood@android.com> Merge "SystemUI: Use new USB notifications to detect USB disconnect." into gingerbread
77bc30d232633eb36323245bc5d0cbf144a3bd26 21-Sep-2010 Mike Lockwood <lockwood@android.com> SystemUI: Use new USB notifications to detect USB disconnect.

This fixes a bug that prevented the USB mass storage activity from closing
when USB is disconnected.
The bug was actually due to using == for a string compare instead of equals(),
but using the new notifications is a better solution than using battery events
since it will work for devices that do not charge over USB.

BUG: 3018954

Change-Id: Ia447974726a52cd865e59df5af79e828b5134b6c
Signed-off-by: Mike Lockwood <lockwood@android.com>
rc/com/android/systemui/usb/UsbStorageActivity.java
029be81302c7a00901e0af34afc06ddabb2805ef 21-Sep-2010 Robert Greenwalt <rgreenwalt@google.com> Inet status bug fix

Don't wipe out the connected status every time we get a cellular status change.
Don't filter out disconnect event for wifi - we need them.

bug:3009923
Change-Id: I68cadac5f44d6eb4e0fe711fda7c5d218abb45bd
rc/com/android/systemui/statusbar/StatusBarPolicy.java
2c9188e2c92a013f886e3ee3eef8fa052bace0e3 21-Sep-2010 Irfan Sheriff <isheriff@google.com> DO NOT MERGE Enable debug in StatusBarService

This is a temporary enable to allow us to identify
the issue with multiple icons on StatusBar

Bug: 2984213
Change-Id: I36ac7baff6544c63fa44d9b2c7453bca6a33bd62
rc/com/android/systemui/statusbar/StatusBarService.java
83c5f31cadecdbc0f7a19df7a853ebf5fcf6f5b3 20-Sep-2010 Joe Onorato <joeo@google.com> Put the more notifications button on the left where it belongs.

Change-Id: I683c784de4d948d2cd3b9a8302bd224f565ee053
es/layout-xlarge/status_bar.xml
b62ac127824e9723534a197189eca58d30f15d3d 20-Sep-2010 Joe Onorato <joeo@google.com> Tapping outside the status bar panels closes them.

Bug: 2994011
Change-Id: I0c5a28de5269f4136e6b118d5f6ac4aa38cd6d07
es/layout-xlarge/status_bar.xml
rc/com/android/systemui/statusbar/tablet/TabletStatusBarService.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBarView.java
ef1e7763c2dc5b9bac69cc747efe05c81d9fd9fc 18-Sep-2010 Joe Onorato <joeo@google.com> Tablet ticker.

Change-Id: Ia3db5cc29eac1703123de3e1c6dc7c22e7d024eb
es/layout-xlarge/status_bar.xml
es/layout-xlarge/ticker.xml
es/layout-xlarge/ticker_compat.xml
es/layout-xlarge/ticker_icon.xml
rc/com/android/systemui/statusbar/tablet/TabletStatusBarService.java
rc/com/android/systemui/statusbar/tablet/TabletTicker.java
657028c293b7b1e7c9c325218e693732629dbc53 17-Sep-2010 Chet Haase <chet@google.com> new assets

Change-Id: I077fd2162e0901b6f31b815459873586f813a753
es/drawable-hdpi/stat_notify_alarm.png
es/drawable-hdpi/stat_notify_alarm_2.png
es/drawable-hdpi/stat_notify_bt_incoming_file.png
es/drawable-hdpi/stat_notify_calendar.png
es/drawable-hdpi/stat_notify_call_mute.png
es/drawable-hdpi/stat_notify_car_mode.png
es/drawable-hdpi/stat_notify_disk_full.png
es/drawable-hdpi/stat_notify_email_generic.png
es/drawable-hdpi/stat_notify_gmail.png
es/drawable-hdpi/stat_notify_instant_message.png
es/drawable-hdpi/stat_notify_marketplace_update.png
es/drawable-hdpi/stat_notify_missed_call.png
es/drawable-hdpi/stat_notify_mms.png
es/drawable-hdpi/stat_notify_more_notifications.png
es/drawable-hdpi/stat_notify_musicplayer.png
es/drawable-hdpi/stat_notify_myfaves.png
es/drawable-hdpi/stat_notify_picasa.png
es/drawable-hdpi/stat_notify_sdcard.png
es/drawable-hdpi/stat_notify_sdcard_alert.png
es/drawable-hdpi/stat_notify_sdcard_prepare.png
es/drawable-hdpi/stat_notify_sim_toolkit.png
es/drawable-hdpi/stat_notify_sms.png
es/drawable-hdpi/stat_notify_sms_failed.png
es/drawable-hdpi/stat_notify_sync.png
es/drawable-hdpi/stat_notify_sync_alert.png
es/drawable-hdpi/stat_notify_sync_anim0.png
es/drawable-hdpi/stat_notify_sync_anim1.png
es/drawable-hdpi/stat_notify_sync_anim2.png
es/drawable-hdpi/stat_notify_sync_anim3.png
es/drawable-hdpi/stat_notify_sync_anim4.png
es/drawable-hdpi/stat_notify_sync_anim5.png
es/drawable-hdpi/stat_notify_system_update.png
es/drawable-hdpi/stat_notify_usb_debugger.png
es/drawable-hdpi/stat_notify_voicemail.png
es/drawable-hdpi/stat_sys_battery_10.png
es/drawable-hdpi/stat_sys_battery_100.png
es/drawable-hdpi/stat_sys_battery_20.png
es/drawable-hdpi/stat_sys_battery_40.png
es/drawable-hdpi/stat_sys_battery_60.png
es/drawable-hdpi/stat_sys_battery_80.png
es/drawable-hdpi/stat_sys_battery_charge_anim0.png
es/drawable-hdpi/stat_sys_battery_charge_anim1.png
es/drawable-hdpi/stat_sys_battery_charge_anim2.png
es/drawable-hdpi/stat_sys_battery_charge_anim3.png
es/drawable-hdpi/stat_sys_battery_charge_anim4.png
es/drawable-hdpi/stat_sys_battery_charge_anim5.png
es/drawable-hdpi/stat_sys_battery_empty.png
es/drawable-hdpi/stat_sys_battery_unknown.png
es/drawable-hdpi/stat_sys_bluetooth_connected.png
es/drawable-hdpi/stat_sys_data_1bar_wifi.png
es/drawable-hdpi/stat_sys_data_1bar_wifi_fully.png
es/drawable-hdpi/stat_sys_data_2bar_wifi.png
es/drawable-hdpi/stat_sys_data_2bar_wifi_fully.png
es/drawable-hdpi/stat_sys_data_3bar_wifi.png
es/drawable-hdpi/stat_sys_data_3bar_wifi_fully.png
es/drawable-hdpi/stat_sys_data_4bar_wifi.png
es/drawable-hdpi/stat_sys_data_4bar_wifi_fully.png
es/drawable-hdpi/stat_sys_data_bluetooth.png
es/drawable-hdpi/stat_sys_data_connected_1x_fully.png
es/drawable-hdpi/stat_sys_data_connected_3g_fully.png
es/drawable-hdpi/stat_sys_data_connected_e_fully.png
es/drawable-hdpi/stat_sys_data_connected_g_fully.png
es/drawable-hdpi/stat_sys_data_connected_h_fully.png
es/drawable-hdpi/stat_sys_data_in_1x_fully.png
es/drawable-hdpi/stat_sys_data_in_3g_fully.png
es/drawable-hdpi/stat_sys_data_in_e_fully.png
es/drawable-hdpi/stat_sys_data_in_g_fully.png
es/drawable-hdpi/stat_sys_data_in_h_fully.png
es/drawable-hdpi/stat_sys_data_inandout_1x_fully.png
es/drawable-hdpi/stat_sys_data_inandout_3g_fully.png
es/drawable-hdpi/stat_sys_data_inandout_e_fully.png
es/drawable-hdpi/stat_sys_data_inandout_g_fully.png
es/drawable-hdpi/stat_sys_data_inandout_h_fully.png
es/drawable-hdpi/stat_sys_data_nosignal_wifi.png
es/drawable-hdpi/stat_sys_data_out_1x_fully.png
es/drawable-hdpi/stat_sys_data_out_3g_fully.png
es/drawable-hdpi/stat_sys_data_out_e_fully.png
es/drawable-hdpi/stat_sys_data_out_g_fully.png
es/drawable-hdpi/stat_sys_data_out_h_fully.png
es/drawable-hdpi/stat_sys_data_usb.png
es/drawable-hdpi/stat_sys_download_anim0.png
es/drawable-hdpi/stat_sys_download_anim1.png
es/drawable-hdpi/stat_sys_download_anim2.png
es/drawable-hdpi/stat_sys_download_anim3.png
es/drawable-hdpi/stat_sys_download_anim4.png
es/drawable-hdpi/stat_sys_download_anim5.png
es/drawable-hdpi/stat_sys_gps_acquiring.png
es/drawable-hdpi/stat_sys_gps_on.png
es/drawable-hdpi/stat_sys_install_complete.png
es/drawable-hdpi/stat_sys_phone_call.png
es/drawable-hdpi/stat_sys_phone_call_bluetooth.png
es/drawable-hdpi/stat_sys_phone_call_emergency.png
es/drawable-hdpi/stat_sys_phone_call_forward.png
es/drawable-hdpi/stat_sys_phone_call_on_hold.png
es/drawable-hdpi/stat_sys_r_signal_3_cdma.png
es/drawable-hdpi/stat_sys_r_signal_4_cdma_fully.png
es/drawable-hdpi/stat_sys_r_signal_cdma_0.png
es/drawable-hdpi/stat_sys_r_signal_cdma_1.png
es/drawable-hdpi/stat_sys_r_signal_cdma_1_fully.png
es/drawable-hdpi/stat_sys_r_signal_cdma_2.png
es/drawable-hdpi/stat_sys_r_signal_cdma_2_fully.png
es/drawable-hdpi/stat_sys_r_signal_cdma_3.png
es/drawable-hdpi/stat_sys_r_signal_cdma_3_fully.png
es/drawable-hdpi/stat_sys_r_signal_cdma_4.png
es/drawable-hdpi/stat_sys_r_signal_cdma_4_fully.png
es/drawable-hdpi/stat_sys_ra_signal_0_cdma.png
es/drawable-hdpi/stat_sys_ra_signal_1_cdma.png
es/drawable-hdpi/stat_sys_ra_signal_1_cdma_fully.png
es/drawable-hdpi/stat_sys_ra_signal_2_cdma.png
es/drawable-hdpi/stat_sys_ra_signal_2_cdma_fully.png
es/drawable-hdpi/stat_sys_ra_signal_3_cdma_fully.png
es/drawable-hdpi/stat_sys_ra_signal_4_cdma.png
es/drawable-hdpi/stat_sys_ringer_silent.png
es/drawable-hdpi/stat_sys_ringer_vibrate.png
es/drawable-hdpi/stat_sys_secure.png
es/drawable-hdpi/stat_sys_signal_0.png
es/drawable-hdpi/stat_sys_signal_0_cdma.png
es/drawable-hdpi/stat_sys_signal_1.png
es/drawable-hdpi/stat_sys_signal_1_cdma.png
es/drawable-hdpi/stat_sys_signal_1_cdma_fully.png
es/drawable-hdpi/stat_sys_signal_1_fully.png
es/drawable-hdpi/stat_sys_signal_2.png
es/drawable-hdpi/stat_sys_signal_2_cdma.png
es/drawable-hdpi/stat_sys_signal_2_cdma_fully.png
es/drawable-hdpi/stat_sys_signal_2_fully.png
es/drawable-hdpi/stat_sys_signal_3.png
es/drawable-hdpi/stat_sys_signal_3_cdma.png
es/drawable-hdpi/stat_sys_signal_3_cdma_fully.png
es/drawable-hdpi/stat_sys_signal_3_fully.png
es/drawable-hdpi/stat_sys_signal_4.png
es/drawable-hdpi/stat_sys_signal_4_cdma.png
es/drawable-hdpi/stat_sys_signal_4_cdma_fully.png
es/drawable-hdpi/stat_sys_signal_4_fully.png
es/drawable-hdpi/stat_sys_signal_evdo_0.png
es/drawable-hdpi/stat_sys_signal_evdo_1.png
es/drawable-hdpi/stat_sys_signal_evdo_1_fully.png
es/drawable-hdpi/stat_sys_signal_evdo_2.png
es/drawable-hdpi/stat_sys_signal_evdo_2_fully.png
es/drawable-hdpi/stat_sys_signal_evdo_3.png
es/drawable-hdpi/stat_sys_signal_evdo_3_fully.png
es/drawable-hdpi/stat_sys_signal_evdo_4.png
es/drawable-hdpi/stat_sys_signal_evdo_4_fully.png
es/drawable-hdpi/stat_sys_signal_flightmode.png
es/drawable-hdpi/stat_sys_signal_null.png
es/drawable-hdpi/stat_sys_signal_roaming_0.png
es/drawable-hdpi/stat_sys_signal_roaming_1.png
es/drawable-hdpi/stat_sys_signal_roaming_1_fully.png
es/drawable-hdpi/stat_sys_signal_roaming_2.png
es/drawable-hdpi/stat_sys_signal_roaming_2_fully.png
es/drawable-hdpi/stat_sys_signal_roaming_3.png
es/drawable-hdpi/stat_sys_signal_roaming_3_fully.png
es/drawable-hdpi/stat_sys_signal_roaming_4.png
es/drawable-hdpi/stat_sys_signal_roaming_4_fully.png
es/drawable-hdpi/stat_sys_speakerphone.png
es/drawable-hdpi/stat_sys_tether_bluetooth.png
es/drawable-hdpi/stat_sys_tether_general.png
es/drawable-hdpi/stat_sys_tether_usb.png
es/drawable-hdpi/stat_sys_tether_wifi.png
es/drawable-hdpi/stat_sys_throttled.png
es/drawable-hdpi/stat_sys_upload_anim0.png
es/drawable-hdpi/stat_sys_upload_anim1.png
es/drawable-hdpi/stat_sys_upload_anim2.png
es/drawable-hdpi/stat_sys_upload_anim3.png
es/drawable-hdpi/stat_sys_upload_anim4.png
es/drawable-hdpi/stat_sys_upload_anim5.png
es/drawable-hdpi/stat_sys_vp_phone_call.png
es/drawable-hdpi/stat_sys_vp_phone_call_on_hold.png
es/drawable-hdpi/stat_sys_warning.png
es/drawable-hdpi/stat_sys_wifi_signal_0.png
es/drawable-hdpi/stat_sys_wifi_signal_1.png
es/drawable-hdpi/stat_sys_wifi_signal_2.png
es/drawable-hdpi/stat_sys_wifi_signal_3.png
es/drawable-hdpi/stat_sys_wifi_signal_4.png
es/drawable-hdpi/status_bar_close_on.9.png
es/drawable-hdpi/status_bar_header_background.9.png
es/drawable-hdpi/statusbar_background.9.png
es/drawable-mdpi/stat_sys_data_connected_1x.png
es/drawable-mdpi/stat_sys_data_connected_3g.png
es/drawable-mdpi/stat_sys_data_connected_e.png
es/drawable-mdpi/stat_sys_data_connected_g.png
es/drawable-mdpi/stat_sys_data_connected_h.png
es/drawable-mdpi/stat_sys_data_in_1x.png
es/drawable-mdpi/stat_sys_data_in_3g.png
es/drawable-mdpi/stat_sys_data_in_e.png
es/drawable-mdpi/stat_sys_data_in_g.png
es/drawable-mdpi/stat_sys_data_in_h.png
es/drawable-mdpi/stat_sys_data_inandout_1x.png
es/drawable-mdpi/stat_sys_data_inandout_3g.png
es/drawable-mdpi/stat_sys_data_inandout_e.png
es/drawable-mdpi/stat_sys_data_inandout_g.png
es/drawable-mdpi/stat_sys_data_inandout_h.png
es/drawable-mdpi/stat_sys_data_out_1x.png
es/drawable-mdpi/stat_sys_data_out_3g.png
es/drawable-mdpi/stat_sys_data_out_e.png
es/drawable-mdpi/stat_sys_data_out_g.png
es/drawable-mdpi/stat_sys_data_out_h.png
es/drawable-mdpi/stat_sys_r_signal_0.png
es/drawable-mdpi/stat_sys_r_signal_1.png
es/drawable-mdpi/stat_sys_r_signal_2.png
es/drawable-mdpi/stat_sys_r_signal_3.png
es/drawable-mdpi/stat_sys_r_signal_4.png
es/drawable-mdpi/stat_sys_signal_0.png
es/drawable-mdpi/stat_sys_signal_1.png
es/drawable-mdpi/stat_sys_signal_2.png
es/drawable-mdpi/stat_sys_signal_3.png
es/drawable-mdpi/stat_sys_signal_4.png
es/drawable-mdpi/stat_sys_signal_flightmode.png
es/drawable-mdpi/stat_sys_signal_null.png
es/drawable-mdpi/stat_sys_wifi_signal_0.png
es/drawable-mdpi/stat_sys_wifi_signal_1.png
es/drawable-mdpi/stat_sys_wifi_signal_2.png
es/drawable-mdpi/stat_sys_wifi_signal_3.png
es/drawable-mdpi/stat_sys_wifi_signal_4.png
5b7c5e055233154d2a82cc2d084cf983d12bb3a7 16-Sep-2010 Robert Greenwalt <rgreenwalt@google.com> am f434dd16: am 134b28a7: Merge "Update Inet Connection Status display" into gingerbread

Merge commit 'f434dd1660f222a1ee85e77c98893b90857805c2'

* commit 'f434dd1660f222a1ee85e77c98893b90857805c2':
Update Inet Connection Status display
1e9aac2bd855f12708d3049eff4435fa4a2f4317 16-Sep-2010 Robert Greenwalt <rgreenwalt@google.com> Update Inet Connection Status display

Cellular signal strength should also be green - these assets aren't, but
the art guys are working on that.

Also using a new intent so we don't overload the CONNECTIVITY_ACTION and
confuse the apps.
bug:2994024

Change-Id: I6fe8f65dd6e9869d9724064c4fae45340491a4d8
es/drawable-hdpi/stat_sys_r_signal_0_fully.png
es/drawable-hdpi/stat_sys_r_signal_1_fully.png
es/drawable-hdpi/stat_sys_r_signal_2_fully.png
es/drawable-hdpi/stat_sys_r_signal_3_fully.png
es/drawable-hdpi/stat_sys_r_signal_4_fully.png
es/drawable-hdpi/stat_sys_signal_0_fully.png
es/drawable-hdpi/stat_sys_signal_1_fully.png
es/drawable-hdpi/stat_sys_signal_2_fully.png
es/drawable-hdpi/stat_sys_signal_3_fully.png
es/drawable-hdpi/stat_sys_signal_4_fully.png
es/drawable-mdpi/stat_sys_r_signal_0.png
es/drawable-mdpi/stat_sys_r_signal_1.png
es/drawable-mdpi/stat_sys_r_signal_2.png
es/drawable-mdpi/stat_sys_r_signal_3.png
es/drawable-mdpi/stat_sys_r_signal_4.png
es/drawable-mdpi/stat_sys_signal_0.png
es/drawable-mdpi/stat_sys_signal_1.png
es/drawable-mdpi/stat_sys_signal_2.png
es/drawable-mdpi/stat_sys_signal_3.png
es/drawable-mdpi/stat_sys_signal_4.png
es/drawable-mdpi/stat_sys_signal_flightmode.png
es/drawable-mdpi/stat_sys_signal_null.png
rc/com/android/systemui/statusbar/StatusBarPolicy.java
2013816e5333baf08c01979f59821ed24b133fb3 15-Sep-2010 Jim Miller <jaggies@google.com> Add new Carousel callbacks to RecentApplicationsActivity.

Change-Id: I2c9ad42688ffecbc22c971184e42fdb2a7e68295
rc/com/android/systemui/recent/RecentApplicationsActivity.java
32f2f5dcc801e42e734d6def9d9ad0d2ef277622 15-Sep-2010 Joe Onorato <joeo@google.com> fix the build.

Change-Id: I3f483d861a3f6388907d3254428b46701963ee55
rc/com/android/systemui/recent/RecentApplicationsActivity.java
5c8e3b5e496c6c1da12a03ee2eb5cbb3e5bd6a5a 14-Sep-2010 Irfan Sheriff <isheriff@google.com> am b62bc963: am ab2ac887: Merge "Fix statusbar display of wifi signalstrength" into gingerbread

Merge commit 'b62bc9632250f77d29baca54419442c8d3c965ef'

* commit 'b62bc9632250f77d29baca54419442c8d3c965ef':
Fix statusbar display of wifi signalstrength
fa974c590955e9ff21f8f85209d9b28b0f467458 14-Sep-2010 Robert Greenwalt <rgreenwalt@google.com> Fix statusbar display of wifi signalstrength

When turning a 1d array into a 2d, be sure and adjust length-checks.
bug:2995809

Change-Id: I9ff53f75958ea7808eb9f44bc05497e86f1807a2
rc/com/android/systemui/statusbar/StatusBarPolicy.java
f63b0f44eb53f535a65bd83dbc1d8b95abc501da 12-Sep-2010 Joe Onorato <joeo@google.com> Connect my plumbing to dsandler's awesome lights out mode.

It took a little bit of refactoring to move the authoritative state
about whether the lights are on or not into the StatusBarManagerService,
so that if the system ui process crashes, the bar comes up in the
right mode.

Change-Id: I95cfaf8f78ca4443ded5262272ea755d44dc5d17
es/layout-xlarge/status_bar.xml
rc/com/android/systemui/statusbar/tablet/TabletStatusBarService.java
9305647eb61bb60a1f42481a0c0d208dc9bbe965 10-Sep-2010 Joe Onorato <joeo@google.com> Plumb lights out mode through from the window manager to the status bar running in the system ui process.

Lights out mode itself isn't implemented.

Change-Id: Ieeef0eb9ae5be23000f770e74e8ee66472f4c673
rc/com/android/systemui/statusbar/CommandQueue.java
rc/com/android/systemui/statusbar/PhoneStatusBarService.java
rc/com/android/systemui/statusbar/StatusBarService.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBarService.java
8a300c6107f377cf9fd1271121fb93ae2115a188 10-Sep-2010 Robert Greenwalt <rgreenwalt@google.com> am d4e722b7: am 34763928: Merge "add ART for inet connection condition" into gingerbread

Merge commit 'd4e722b74f4a5c58db03dd94d79f192c0a9b3004'

* commit 'd4e722b74f4a5c58db03dd94d79f192c0a9b3004':
add ART for inet connection condition
26faee394596b32037d4f259914ffa1cdd53ef4f 10-Sep-2010 Robert Greenwalt <rgreenwalt@google.com> add ART for inet connection condition

bug:2978624
Change-Id: I608c3d1657a4b75c42f95147ffd5e95927fc108d
es/drawable-hdpi/stat_sys_data_connected_1x.png
es/drawable-hdpi/stat_sys_data_connected_3g.png
es/drawable-hdpi/stat_sys_data_connected_e.png
es/drawable-hdpi/stat_sys_data_connected_g.png
es/drawable-hdpi/stat_sys_data_connected_h.png
es/drawable-hdpi/stat_sys_data_fully_connected_1x.png
es/drawable-hdpi/stat_sys_data_fully_connected_3g.png
es/drawable-hdpi/stat_sys_data_fully_connected_e.png
es/drawable-hdpi/stat_sys_data_fully_connected_g.png
es/drawable-hdpi/stat_sys_data_fully_connected_h.png
es/drawable-hdpi/stat_sys_data_fully_in_1x.png
es/drawable-hdpi/stat_sys_data_fully_in_3g.png
es/drawable-hdpi/stat_sys_data_fully_in_e.png
es/drawable-hdpi/stat_sys_data_fully_in_g.png
es/drawable-hdpi/stat_sys_data_fully_in_h.png
es/drawable-hdpi/stat_sys_data_fully_inandout_1x.png
es/drawable-hdpi/stat_sys_data_fully_inandout_3g.png
es/drawable-hdpi/stat_sys_data_fully_inandout_e.png
es/drawable-hdpi/stat_sys_data_fully_inandout_g.png
es/drawable-hdpi/stat_sys_data_fully_inandout_h.png
es/drawable-hdpi/stat_sys_data_fully_out_1x.png
es/drawable-hdpi/stat_sys_data_fully_out_3g.png
es/drawable-hdpi/stat_sys_data_fully_out_e.png
es/drawable-hdpi/stat_sys_data_fully_out_g.png
es/drawable-hdpi/stat_sys_data_fully_out_h.png
es/drawable-hdpi/stat_sys_data_in_1x.png
es/drawable-hdpi/stat_sys_data_in_3g.png
es/drawable-hdpi/stat_sys_data_in_e.png
es/drawable-hdpi/stat_sys_data_in_g.png
es/drawable-hdpi/stat_sys_data_in_h.png
es/drawable-hdpi/stat_sys_data_inandout_1x.png
es/drawable-hdpi/stat_sys_data_inandout_3g.png
es/drawable-hdpi/stat_sys_data_inandout_e.png
es/drawable-hdpi/stat_sys_data_inandout_g.png
es/drawable-hdpi/stat_sys_data_inandout_h.png
es/drawable-hdpi/stat_sys_data_out_1x.png
es/drawable-hdpi/stat_sys_data_out_3g.png
es/drawable-hdpi/stat_sys_data_out_e.png
es/drawable-hdpi/stat_sys_data_out_g.png
es/drawable-hdpi/stat_sys_data_out_h.png
es/drawable-hdpi/stat_sys_wifi_signal_0.png
es/drawable-hdpi/stat_sys_wifi_signal_1.png
es/drawable-hdpi/stat_sys_wifi_signal_1_fully.png
es/drawable-hdpi/stat_sys_wifi_signal_2.png
es/drawable-hdpi/stat_sys_wifi_signal_2_fully.png
es/drawable-hdpi/stat_sys_wifi_signal_3.png
es/drawable-hdpi/stat_sys_wifi_signal_3_fully.png
es/drawable-hdpi/stat_sys_wifi_signal_4.png
es/drawable-hdpi/stat_sys_wifi_signal_4_fully.png
es/drawable-mdpi/stat_sys_data_connected_1x.png
es/drawable-mdpi/stat_sys_data_connected_3g.png
es/drawable-mdpi/stat_sys_data_connected_e.png
es/drawable-mdpi/stat_sys_data_connected_g.png
es/drawable-mdpi/stat_sys_data_connected_h.png
es/drawable-mdpi/stat_sys_data_in_1x.png
es/drawable-mdpi/stat_sys_data_in_3g.png
es/drawable-mdpi/stat_sys_data_in_e.png
es/drawable-mdpi/stat_sys_data_in_g.png
es/drawable-mdpi/stat_sys_data_in_h.png
es/drawable-mdpi/stat_sys_data_inandout_1x.png
es/drawable-mdpi/stat_sys_data_inandout_3g.png
es/drawable-mdpi/stat_sys_data_inandout_e.png
es/drawable-mdpi/stat_sys_data_inandout_g.png
es/drawable-mdpi/stat_sys_data_inandout_h.png
es/drawable-mdpi/stat_sys_data_out_1x.png
es/drawable-mdpi/stat_sys_data_out_3g.png
es/drawable-mdpi/stat_sys_data_out_e.png
es/drawable-mdpi/stat_sys_data_out_g.png
es/drawable-mdpi/stat_sys_data_out_h.png
es/drawable-mdpi/stat_sys_wifi_signal_0.png
es/drawable-mdpi/stat_sys_wifi_signal_1.png
es/drawable-mdpi/stat_sys_wifi_signal_2.png
es/drawable-mdpi/stat_sys_wifi_signal_3.png
es/drawable-mdpi/stat_sys_wifi_signal_4.png
rc/com/android/systemui/statusbar/StatusBarPolicy.java
29c1ac170ea12eb917829bb7ac69f2b8aed03f23 09-Sep-2010 Robert Greenwalt <rgreenwalt@google.com> Merge "resolved conflicts for merge of ec52c98d to master"
ca4306c976d393c3cd04270bc2de0af2f4f30fa5 09-Sep-2010 Robert Greenwalt <rgreenwalt@google.com> resolved conflicts for merge of ec52c98d to master

Change-Id: I31297232c9d918a967b93c3ae977f81b6a94f2ed
7a1a2f0e9273afbde398d9804cfaa245f6adbf5d 09-Sep-2010 Christopher Tate <ctate@google.com> Mute some spammy log messages from KeyButtonView

Change-Id: I6a254b6b9d611b3daaa9972a9d26a19c99e8572d
rc/com/android/systemui/statusbar/KeyButtonView.java
d7085fcf6567452a9d6fc69b0c6b1bf556f4c1b9 09-Sep-2010 Robert Greenwalt <rgreenwalt@google.com> Add network condition reporting.

Apps can report if they like their connection to the nets
and we display either not-really-connected or fully-connected
icons. Final icons TBD.

bug:2978624
Change-Id: I28be52085edfe54571c0d4559aba0df883548654
rc/com/android/systemui/statusbar/StatusBarPolicy.java
013cfc1116e3382981aa0da903d97fc4fdb2c791 08-Sep-2010 Joe Onorato <joeo@google.com> move recent apps around, attempting to make it not crash.

I think the problem is some kind of Context mismatch because the resource was in the framework but
referencing an app class.

Change-Id: Ia6b37c9c8be5dddc836331859e779cd80dd32596
ndroidManifest.xml
es/layout/recent_apps_activity.xml
es/values/strings.xml
rc/com/android/systemui/recent/RecentApplicationsActivity.java
rc/com/android/systemui/recent/RecentApplicationsCarouselView.java
rc/com/android/systemui/statusbar/RecentApplicationsActivity.java
rc/com/android/systemui/statusbar/RecentApplicationsCarouselView.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBarService.java
a18a86b43e40e3c15dcca0ae0148d641be9b25fe 07-Sep-2010 Chet Haase <chet@google.com> Rename several animation classes

Change-Id: I6a4544875090db485163c8d56de8718f56d267c7
rc/com/android/systemui/statusbar/tablet/TabletStatusBarService.java
935865923fdad9f47061ff0aedfe92d0b912d5d6 07-Sep-2010 Joe Onorato <joeo@google.com> resolved conflicts for merge of 07990cf2 to master

Change-Id: I62cc2d14820e4cbe80ea433caf323be2df1fb9a8
da695520782a9feba963840aad596a20929396f2 07-Sep-2010 Joe Onorato <joeo@google.com> When notifications are updated, don't re-show the ticker unless the text has changed.

Bug: 2963867
Change-Id: I24b5bc958fb6eb0d753c88178a385232c75ea438
rc/com/android/systemui/statusbar/StatusBarService.java
783cb60ddb7cde1349ca531c7b96ad67d5053cd2 03-Sep-2010 Jim Miller <jaggies@google.com> Update RecentApplications to use shared Carousel widget.

Change-Id: I5ca7389aeca9ee6f03f48317f9d1034f9fb8c1ca
ndroid.mk
rc/com/android/systemui/statusbar/RecentApplicationsActivity.java
rc/com/android/systemui/statusbar/RecentApplicationsCarouselView.java
b062f02d54b97dd45c810a6bb4544c94ff4ed0f1 03-Sep-2010 Daniel Sandler <dsandler@google.com> Merge "Fix status bar battery meter."
3df3ad3faa5852a96a9c3119765546e572581ae5 03-Sep-2010 Daniel Sandler <dsandler@google.com> Fix status bar battery meter.

Bug: 2974927
Change-Id: I22bcf92a85bca3c2c2d1d2efd2a501e563b3c84c
es/drawable/sysbar_batterymini.xml
es/drawable/sysbar_signalmini.xml
9c911ef2f34c636b95ac335e5069f87c15e022bd 02-Sep-2010 Daniel Sandler <dsandler@google.com> Tweaks to lights out animation.

Change-Id: Ibecd64757ba753b5457a20a33fd0d261db9c0374
es/anim/hydraulic_brake_interpolator.xml
es/anim/lights_out_in.xml
es/anim/lights_out_out.xml
es/anim/status_bar_in.xml
es/anim/status_bar_out.xml
ce70d91844d2e4fb987617d2924ae5b73096e5c3 02-Sep-2010 Daniel Sandler <dsandler@google.com> Lights out.

Not yet wired up to FLAG_FULLSCREEN; right now you must
invoke it manually by longpressing on the clock area.

Bug: 2905073
Change-Id: I43a005f2e4c08edb3673aef523bcaa1e088e8a71
roguard.flags
es/anim/lights_out_in.xml
es/anim/lights_out_out.xml
es/anim/status_bar_in.xml
es/anim/status_bar_out.xml
es/layout-xlarge/status_bar.xml
rc/com/android/systemui/statusbar/tablet/TabletStatusBarService.java
d39e388e6d7f19d6e8d620e449af4124efab1d0d 31-Aug-2010 Daniel Sandler <dsandler@google.com> Redesigned system bar and quick settings panel.

Change-Id: Ie26767a8c25af64809cf2fd1d8364791cb7e55ed
ndroidManifest.xml
es/drawable-mdpi/battery_0.png
es/drawable-mdpi/battery_10.png
es/drawable-mdpi/battery_100.png
es/drawable-mdpi/battery_25.png
es/drawable-mdpi/battery_5.png
es/drawable-mdpi/battery_50.png
es/drawable-mdpi/battery_75.png
es/drawable-mdpi/battery_low_battery.png
es/drawable-mdpi/ic_sysbar_airplane_off.png
es/drawable-mdpi/ic_sysbar_airplane_on.png
es/drawable-mdpi/ic_sysbar_back.png
es/drawable-mdpi/ic_sysbar_battery_mini.png
es/drawable-mdpi/ic_sysbar_battery_on.png
es/drawable-mdpi/ic_sysbar_bluetooth_off.png
es/drawable-mdpi/ic_sysbar_bluetooth_on.png
es/drawable-mdpi/ic_sysbar_brightness.png
es/drawable-mdpi/ic_sysbar_brightness_auto.png
es/drawable-mdpi/ic_sysbar_brightness_low.png
es/drawable-mdpi/ic_sysbar_close.png
es/drawable-mdpi/ic_sysbar_default_bg.png
es/drawable-mdpi/ic_sysbar_gps_off.png
es/drawable-mdpi/ic_sysbar_gps_on.png
es/drawable-mdpi/ic_sysbar_home.png
es/drawable-mdpi/ic_sysbar_lightsout.png
es/drawable-mdpi/ic_sysbar_menu.png
es/drawable-mdpi/ic_sysbar_open.png
es/drawable-mdpi/ic_sysbar_press_bg.png
es/drawable-mdpi/ic_sysbar_recent.png
es/drawable-mdpi/ic_sysbar_rotate_off_lanscape.png
es/drawable-mdpi/ic_sysbar_rotate_off_portrait.png
es/drawable-mdpi/ic_sysbar_rotate_on.png
es/drawable-mdpi/ic_sysbar_sound_off.png
es/drawable-mdpi/ic_sysbar_sound_on.png
es/drawable-mdpi/ic_sysbar_wifi_mini.png
es/drawable-mdpi/ic_sysbar_wifi_off.png
es/drawable-mdpi/ic_sysbar_wifi_on.png
es/drawable-mdpi/signal_0.png
es/drawable-mdpi/signal_100.png
es/drawable-mdpi/signal_25.png
es/drawable-mdpi/signal_50.png
es/drawable-mdpi/signal_75.png
es/drawable-mdpi/signal_scan1.png
es/drawable-mdpi/signal_scan2.png
es/drawable-mdpi/signal_scan3.png
es/drawable-mdpi/signal_scan4.png
es/drawable-mdpi/sysbar_battery_0.png
es/drawable-mdpi/sysbar_battery_10.png
es/drawable-mdpi/sysbar_battery_100.png
es/drawable-mdpi/sysbar_battery_20.png
es/drawable-mdpi/sysbar_battery_30.png
es/drawable-mdpi/sysbar_battery_40.png
es/drawable-mdpi/sysbar_battery_50.png
es/drawable-mdpi/sysbar_battery_60.png
es/drawable-mdpi/sysbar_battery_70.png
es/drawable-mdpi/sysbar_battery_80.png
es/drawable-mdpi/sysbar_battery_90.png
es/drawable-mdpi/sysbar_batterymini_100.png
es/drawable-mdpi/sysbar_batterymini_red.png
es/drawable-mdpi/sysbar_hidenotification_handle.png
es/drawable-mdpi/sysbar_minimeter_bg.png
es/drawable-mdpi/sysbar_panel_bg.9.png
es/drawable-mdpi/sysbar_signal_0.png
es/drawable-mdpi/sysbar_signal_10.png
es/drawable-mdpi/sysbar_signal_100.png
es/drawable-mdpi/sysbar_signal_20.png
es/drawable-mdpi/sysbar_signal_30.png
es/drawable-mdpi/sysbar_signal_40.png
es/drawable-mdpi/sysbar_signal_50.png
es/drawable-mdpi/sysbar_signal_60.png
es/drawable-mdpi/sysbar_signal_70.png
es/drawable-mdpi/sysbar_signal_80.png
es/drawable-mdpi/sysbar_signal_90.png
es/drawable-mdpi/sysbar_signalmini_100.png
es/drawable-mdpi/sysbar_toggle_bg_off.9.png
es/drawable-mdpi/sysbar_toggle_bg_on.9.png
es/drawable-mdpi/wifi_0.png
es/drawable-mdpi/wifi_100.png
es/drawable-mdpi/wifi_25.png
es/drawable-mdpi/wifi_50.png
es/drawable-mdpi/wifi_75.png
es/drawable-mdpi/wifi_scan1.png
es/drawable-mdpi/wifi_scan2.png
es/drawable-mdpi/wifi_scan3.png
es/drawable-mdpi/wifi_scan4.png
es/drawable/battery.xml
es/drawable/battery_charging.xml
es/drawable/ic_sysbar_icon_bg.xml
es/drawable/signal.xml
es/drawable/signal_scan.xml
es/drawable/sysbar_battery.xml
es/drawable/sysbar_batterymini.xml
es/drawable/sysbar_signal.xml
es/drawable/sysbar_signalmini.xml
es/drawable/sysbar_wifi.xml
es/drawable/sysbar_wifimini.xml
es/drawable/wifi.xml
es/drawable/wifi_scan.xml
es/layout-xlarge/status_bar.xml
es/layout-xlarge/status_bar_center.xml
es/layout-xlarge/sysbar_panel_system.xml
es/values/styles.xml
rc/com/android/systemui/statusbar/tablet/SystemPanel.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBarService.java
804eb858348dbe2c8564aa930b6349a5571b5476 31-Aug-2010 Daniel Sandler <dsandler@google.com> Fix longpress on Menu showing IME.

Bug: 2964208
Change-Id: I1e66ed95978a7b67ede32d08cc32ddf161cb85e0
es/layout-xlarge/status_bar.xml
rc/com/android/systemui/statusbar/KeyButtonView.java
8f8fcfa319e0e0af14aa8f8555be58555703af02 28-Aug-2010 Daniel Sandler <dsandler@android.com> Notifications are now light-on-dark in the windowshade.

Finally.

This also fixes that little 1px gap that would occasionally
show through to the carbon fiber background (changed to
steel cord for now) between the last notification and the
windowshade's handlebar. It still gaps a little while you're
dragging, due to the asynchronous motion of the various
windows involved, but when the panel is still you shouldn't
see any background. (Man, that drove me crazy.)

Bug: 2949229

Change-Id: If085f4ab7dfb7c3868c30469661907d5d63f070b
es/drawable-hdpi/divider_horizontal_dark_opaque.9.png
es/drawable-hdpi/status_bar_item_app_background_normal.9.png
es/drawable-mdpi/divider_horizontal_dark_opaque.9.png
es/drawable-mdpi/status_bar_item_app_background_normal.9.png
es/layout/status_bar.xml
es/layout/status_bar_latest_event.xml
2c24516e58c2ac8d166b1866a6b5b2085b4f321e 31-Aug-2010 Jake Hamby <jhamby@google.com> am 04bc8070: am 6659284d: Allow Bluetooth radio to be toggled in Airplane mode.

Merge commit '04bc807057d1c336a5d1340595b790eee4c5b372'

* commit '04bc807057d1c336a5d1340595b790eee4c5b372':
Allow Bluetooth radio to be toggled in Airplane mode.
6659284d68bb04539891456700c8da2d0bae7d09 25-Aug-2010 Jake Hamby <jhamby@google.com> Allow Bluetooth radio to be toggled in Airplane mode.

Add "bluetooth" to the list of toggleable radios. Because this string
is in the Settings DB, I had to bump the version number. Why is this in
the settings DB anyway, rather than a carrier config option?

I also discovered that the SystemUI package copied the entire contents of
res/values/defaults.xml from SettingsProvider, when I originally tried
to update the unreferenced SystemUI version of the setting. To prevent
future confusion, I removed all of the values from the SystemUI version
of res/values/defaults.xml.

Change-Id: Ib8a75c85b9db5c1963b65538ee2765d5087e67d2
es/values/defaults.xml
91b2eb933cbafbce13e2afa2220cd72d363be947 31-Aug-2010 Jim Miller <jaggies@google.com> Merge "Fix 2797185: Add recents to statusbar on xlarge device."
a10194936c457da55402cbfedd541fcd0cdb12d3 31-Aug-2010 Jim Miller <jaggies@google.com> Fix 2797185: Add recents to statusbar on xlarge device.

Change-Id: I9d2b099347b31189b96596273e38b5c2df8f4432
roguard.flags
es/drawable/status_bar_recent.xml
es/layout-xlarge/status_bar.xml
rc/com/android/systemui/statusbar/tablet/TabletStatusBarService.java
8b46add1d5648e5ba0a9e33a259bbbc0d4242dc9 31-Aug-2010 Daniel Sandler <dsandler@google.com> Merge "Turn off spammy RSSI logs."
c5d8f661400fd08322eafdef77de10438a5067a6 28-Aug-2010 Omari Stephens <xsdg@android.com> Revert "Fix build."

This reverts commit 27cf4ad88ff8ba2b64d806b0ebb0181b1f42c888.

Ironically, this change (to fix the build in gingerbread) ended up
breaking the (previously-green) build in master. It probably should
have been marked to not merge. Either way, this fixes the master
build
es/drawable/alert_bar_background.xml
9cf455f40f3df2ac50e8705a42a469e24d6e7ae5 28-Aug-2010 Daniel Sandler <dsandler@android.com> am 02b19843: am 27cf4ad8: Fix build.

Merge commit '02b19843d4fb28103cc4b21aa2017eeca795d87d'

* commit '02b19843d4fb28103cc4b21aa2017eeca795d87d':
Fix build.
27cf4ad88ff8ba2b64d806b0ebb0181b1f42c888 28-Aug-2010 Daniel Sandler <dsandler@android.com> Fix build.

Change-Id: I848bf50dc7c928e53a3637c4cec51ebcaef4f47f
es/drawable/alert_bar_background.xml
0776deff39b7fe8435f2cbf6aa84bf202bac70f5 27-Aug-2010 Daniel Sandler <dsandler@android.com> More obsolete status bar bits. DO NOT MERGE

Bug: 2949215
Change-Id: Ibf39d37df63ce4bbd0e0da5325495feec9d69a67
es/drawable-hdpi/alert_bar_background_normal.9.png
es/drawable-hdpi/alert_bar_background_pressed.9.png
es/drawable-mdpi/alert_bar_background_normal.9.png
es/drawable-mdpi/alert_bar_background_pressed.9.png
d02bdaab495641ab50e2123fdfd99a819cc40540 26-Aug-2010 Daniel Sandler <dsandler@android.com> Remove experimental immersive mode support. DO NOT MERGE

Bug: 2949215

Change-Id: I7d998ef571ef7e149bb96261430e92150b80b77d
es/layout/intruder_alert.xml
rc/com/android/systemui/statusbar/StatusBarService.java
63cbc4c03e14a6e643e1e24147e228c96a1a9517 27-Aug-2010 Daniel Sandler <dsandler@google.com> Turn off spammy RSSI logs.

Change-Id: Ifab951afdbbb5fb8e9c6f58f5b8d47139596f7a3
rc/com/android/systemui/statusbar/tablet/SystemPanel.java
88e517ec7178db457ad987e91c5430c6be6c0c85 27-Aug-2010 Joe Onorato <joeo@google.com> Hand merge bc5d9d22: Need to close the windowshade on ACTION_CLOSE_SYSTEM_DIALOGS and ACTION_SCREEN_OFF." into
master

Change-Id: I4e42155d231f92893c48ffe911e3dfce9d70eb49
rc/com/android/systemui/statusbar/PhoneStatusBarService.java
c70bd1921bbc4046d0caf84959e5f1c2d526769a 26-Aug-2010 Jim Miller <jaggies@google.com> Merge "Fix 2797185: Integrate 3D RecentApps View into system."
246ba1121c41d518af5b755fa7a8ded2c4a0ec8b 26-Aug-2010 Joe Onorato <joeo@google.com> Need to close the windowshade on ACTION_CLOSE_SYSTEM_DIALOGS and ACTION_SCREEN_OFF.

Bug: 2827958
Change-Id: I1f9467a2a80fdc1d004a678327a47e7bc8917a18
rc/com/android/systemui/statusbar/StatusBarService.java
e6ad1a8ba29bdd5d61ad1c91146def582c8c0334 21-Aug-2010 Jim Miller <jaggies@google.com> Fix 2797185: Integrate 3D RecentApps View into system.

This adds 3D recents to the platform. Enabling it is a
matter of setting 'config_enableRecentApps3D' on devices
capable of supporting it (those with OGLES2.0 at the moment).

Change-Id: Ife7bfe8ca02e7657821b68f915e31b0dab50cd2c
ndroidManifest.xml
rc/com/android/systemui/statusbar/RecentApplicationsActivity.java
764b4da4a8c3e2aecbfd5d7209c5d30cecac75d2 24-Aug-2010 Daniel Sandler <dsandler@google.com> System bar improvements.

- Updated artwork for buttons and signal/battery meters.
- Layout change: meters on either side of clock
- RSSI for mobile data. The algorithm is more or less the
same as the one used in the phone status bar. Note that
mobile data is only shown if Wi-Fi is unavailable.

Bug: 2924643
Change-Id: Idaa0c52422db4a63616475bde96626d1953830b4
es/drawable-hdpi/notification_dragger.png
es/drawable-mdpi/battery_0.png
es/drawable-mdpi/battery_10.png
es/drawable-mdpi/battery_100.png
es/drawable-mdpi/battery_25.png
es/drawable-mdpi/battery_5.png
es/drawable-mdpi/battery_50.png
es/drawable-mdpi/battery_75.png
es/drawable-mdpi/notification_dragger.png
es/drawable-mdpi/signal_0.png
es/drawable-mdpi/signal_100.png
es/drawable-mdpi/signal_25.png
es/drawable-mdpi/signal_50.png
es/drawable-mdpi/signal_75.png
es/drawable-mdpi/signal_scan1.png
es/drawable-mdpi/signal_scan2.png
es/drawable-mdpi/signal_scan3.png
es/drawable-mdpi/signal_scan4.png
es/drawable-mdpi/status_bar_back_pressed.png
es/drawable-mdpi/status_bar_expand_default.png
es/drawable-mdpi/status_bar_expand_pressed.png
es/drawable-mdpi/status_bar_home_pressed.png
es/drawable-mdpi/status_bar_recent_pressed.png
es/drawable-mdpi/wifi_0.png
es/drawable-mdpi/wifi_100.png
es/drawable-mdpi/wifi_25.png
es/drawable-mdpi/wifi_50.png
es/drawable-mdpi/wifi_75.png
es/drawable-mdpi/wifi_scan1.png
es/drawable-mdpi/wifi_scan2.png
es/drawable-mdpi/wifi_scan3.png
es/drawable-mdpi/wifi_scan4.png
es/drawable/battery.xml
es/drawable/signal.xml
es/drawable/signal_scan.xml
es/drawable/wifi.xml
es/drawable/wifi_scan.xml
es/layout-xlarge/status_bar.xml
es/layout-xlarge/status_bar_center.xml
es/layout-xlarge/sysbar_panel_system.xml
es/values-xlarge/strings.xml
rc/com/android/systemui/statusbar/tablet/SystemPanel.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBarService.java
aead95f339a71a491416647a79b8424ab3ad54df 24-Aug-2010 Daniel Sandler <dsandler@google.com> More final artwork for status bar.

Change-Id: Iaa79567bf6f1c36bd4249eb756e694dc74730fef
es/drawable-mdpi/status_bar_back_default.png
es/drawable-mdpi/status_bar_back_pressed.png
es/drawable-mdpi/status_bar_expand_default.png
es/drawable-mdpi/status_bar_expand_pressed.png
es/drawable-mdpi/status_bar_home_default.png
es/drawable-mdpi/status_bar_home_pressed.png
es/drawable-mdpi/status_bar_icon_tray.9.png
es/drawable-mdpi/status_bar_recent_default.png
es/drawable-mdpi/status_bar_recent_pressed.png
35887dc15247171c1acda941e2f6d3bcd7c5bf46 24-Aug-2010 Daniel Sandler <dsandler@google.com> Final status bar artwork.

Change-Id: I7933388ec090a049447ff1b2b3e1560df064c32b
es/drawable-mdpi/battery_0.png
es/drawable-mdpi/battery_100.png
es/drawable-mdpi/battery_20.png
es/drawable-mdpi/battery_25.png
es/drawable-mdpi/battery_40.png
es/drawable-mdpi/battery_50.png
es/drawable-mdpi/battery_60.png
es/drawable-mdpi/battery_75.png
es/drawable-mdpi/battery_80.png
es/drawable-mdpi/signal_0.png
es/drawable-mdpi/signal_100.png
es/drawable-mdpi/signal_20.png
es/drawable-mdpi/signal_25.png
es/drawable-mdpi/signal_40.png
es/drawable-mdpi/signal_50.png
es/drawable-mdpi/signal_60.png
es/drawable-mdpi/signal_75.png
es/drawable-mdpi/signal_80.png
es/drawable/battery.xml
es/drawable/battery_charging.xml
es/drawable/signal.xml
fb970e920413e7f3a6159056fa698bb9c6b04056 20-Aug-2010 Daniel Sandler <dsandler@google.com> Notification.fullScreenIntent support.

Bug: 2911617
Change-Id: I1b4cd6ff0f760bad721a3a8eed61209b44b64c02
rc/com/android/systemui/statusbar/tablet/TabletStatusBarService.java
0398bf70e703e89aacb074e4ef9b4a86843e3d06 19-Aug-2010 Daniel Sandler <dsandler@android.com> Fix periodically disappearing status icons.

Occasionally the animation listener wasn't being told that
the ticker animation had completed; this callback was
essential to keeping the status bar's internal state correct
(namely, setting mTicking=false). The safest thing to do is
simply set mTicking to false immediately upon tickerDone()
or tickerHalting().

Bug: 2915280
Change-Id: I997911b12fa2985fa83b42154fb3485220886219
rc/com/android/systemui/statusbar/StatusBarService.java
05691455f59a442f67903b98378e060bbacd260b 19-Aug-2010 Daniel Sandler <dsandler@google.com> Merge "Wi-Fi signal strength and status in the system bar & panel."
d7db7b1eafb3c7bb6158b98561bbe8436009acfd 13-Aug-2010 Daniel Sandler <dsandler@google.com> Wi-Fi signal strength and status in the system bar & panel.

Change-Id: I67b948b7c87650b51e5785471b66b4b2cca218ed
es/layout-xlarge/sysbar_panel_system.xml
rc/com/android/systemui/statusbar/tablet/SystemPanel.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBarService.java
5ecbbbfeae6508b657eb5c17cce5cb51b31a6261 17-Aug-2010 Daniel Sandler <dsandler@android.com> am e03e6d30: am 80810f86: Merge "Fix crash in status bar ticker." into gingerbread

Merge commit 'e03e6d3072592b2a49ee4a43c5977e7462bf9fd0'

* commit 'e03e6d3072592b2a49ee4a43c5977e7462bf9fd0':
Fix crash in status bar ticker.
f8d5809eee3eb6c9e33bcc0363ac7d85559f6e08 16-Aug-2010 Daniel Sandler <dsandler@android.com> Fix crash in status bar ticker.

Bug: 2900850
Change-Id: Iaf71e093578501258a24cd43e5deaf624d28461e
rc/com/android/systemui/statusbar/Ticker.java
72d54efd3d32cb56766ef625ebc30d4c3a963222 22-Jul-2010 Irfan Sheriff <isheriff@google.com> DO NOT MERGE Fix wifi status icon

Doing a setIcon makes the icon visible and overrides
setIconVisibility

Change-Id: I7a177cc07e46f211d421e4aa86203ece5936c3fb
rc/com/android/systemui/statusbar/StatusBarPolicy.java
1e3ed8fc9537209920eea6adf5e576058f81d587 13-Aug-2010 Daniel Sandler <dsandler@google.com> Battery meter now functioning in the system bar and settings panel.

Change-Id: I08881a597f166eaeabd01d550a59109661535639
es/drawable-hdpi/battery_0.png
es/drawable-hdpi/battery_100.png
es/drawable-hdpi/battery_20.png
es/drawable-hdpi/battery_40.png
es/drawable-hdpi/battery_60.png
es/drawable-hdpi/battery_80.png
es/drawable-hdpi/signal_0.png
es/drawable-hdpi/signal_100.png
es/drawable-hdpi/signal_20.png
es/drawable-hdpi/signal_40.png
es/drawable-hdpi/signal_60.png
es/drawable-hdpi/signal_80.png
es/drawable-mdpi/battery_0.png
es/drawable-mdpi/battery_100.png
es/drawable-mdpi/battery_20.png
es/drawable-mdpi/battery_40.png
es/drawable-mdpi/battery_60.png
es/drawable-mdpi/battery_80.png
es/drawable-mdpi/signal_0.png
es/drawable-mdpi/signal_100.png
es/drawable-mdpi/signal_20.png
es/drawable-mdpi/signal_40.png
es/drawable-mdpi/signal_60.png
es/drawable-mdpi/signal_80.png
es/drawable/battery.xml
es/drawable/battery_charging.xml
es/drawable/signal.xml
es/layout-xlarge/status_bar_center.xml
es/layout-xlarge/sysbar_panel_system.xml
rc/com/android/systemui/statusbar/tablet/SystemPanel.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBarService.java
6425ef950c15c47752d17952cb72836e68bd0f65 11-Aug-2010 Daniel Sandler <dsandler@google.com> System bar settings panel: first pass.

Implemented: Clock, brightness, silent toggle, airplane mode
(although this seems not to be working well yet on the
device).

Unimplemented: Orientation lock, battery, wifi signal, date.

Change-Id: Iec9cc833103a68aecccf46cd6eeffc2128d64eea
es/drawable-hdpi/button_frame_default.9.png
es/drawable-hdpi/button_frame_pressed.9.png
es/drawable-hdpi/system_panel_airplane_default.png
es/drawable-hdpi/system_panel_brightness_default.png
es/drawable-hdpi/system_panel_orientation_default.png
es/drawable-hdpi/system_panel_orientation_locked.png
es/drawable-hdpi/system_panel_sound_default.png
es/drawable-mdpi/button_frame_default.9.png
es/drawable-mdpi/button_frame_pressed.9.png
es/drawable-mdpi/system_panel_airplane_default.png
es/drawable-mdpi/system_panel_brightness_default.png
es/drawable-mdpi/system_panel_orientation_default.png
es/drawable-mdpi/system_panel_orientation_locked.png
es/drawable-mdpi/system_panel_sound_default.png
es/drawable/button_frame.xml
es/layout-xlarge/sysbar_panel_system.xml
es/values/strings.xml
rc/com/android/systemui/statusbar/tablet/SystemPanel.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBarService.java
6327b957e09fe1b9c4039e1053fd4c63f770ec8f 11-Aug-2010 Daniel Sandler <dsandler@google.com> Apparently people want to know what time it is.

Bug: 2897410
Change-Id: I8a9a995cf50d197f1f8894455372d0e325eb3eae
es/layout-xlarge/status_bar_center.xml
dfa08db1652585a8cf27f929371c7ca6bf18ca60 05-Aug-2010 Daniel Sandler <dsandler@google.com> Incremental system bar improvements.

- scrolling list of notifications
- fixed crashes when inserting notifications
- new "expand" icon in prep for different touch behavior on
notification icons
- adjustments to the Ticker API in preparation for Kicker
work

Change-Id: I18908cbb2bbbfb7969c7bb48dbda67697732c438
es/drawable-hdpi/status_bar_expand_default.png
es/drawable-hdpi/status_bar_expand_pressed.png
es/drawable-mdpi/status_bar_expand_default.png
es/drawable-mdpi/status_bar_expand_pressed.png
es/drawable/status_bar_expand.xml
es/layout-xlarge/status_bar.xml
es/layout-xlarge/status_bar_center.xml
es/layout-xlarge/sysbar_panel_notifications.xml
rc/com/android/systemui/statusbar/PhoneStatusBarService.java
rc/com/android/systemui/statusbar/Ticker.java
rc/com/android/systemui/statusbar/TickerView.java
rc/com/android/systemui/statusbar/tablet/NotificationIconArea.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBarService.java
7bff7e6e8479da18b91e63fb509d46ff4d955462 06-Aug-2010 Daniel Sandler <dsandler@google.com> Fix startup crash on phones.

Bug: 2899243
Change-Id: I344fdd4cd3acce64f78cb9b71848b888f59fadfa
es/layout/status_bar_latest_event.xml
0f0b11c8719495ce559b93366fe9cd79782d791c 04-Aug-2010 Daniel Sandler <dsandler@google.com> Basic support for notification payloads in the panel.

Line-item veto is there, but allows you to cancel some
notifications you probably shouldn't be canceling. (Should
hide the "X" in those cases.)

No preference given to "sticky" notifications, because
there's no such thing yet.

Notifications are now limited to 4 visible icons, per spec.
The implementation is a total hack for now.

Change-Id: Ibdf433ae94189117f983c510fe5e0cff0bf5c44c
es/drawable-hdpi/status_bar_veto_normal.png
es/drawable-hdpi/status_bar_veto_pressed.png
es/drawable-mdpi/status_bar_veto_normal.png
es/drawable-mdpi/status_bar_veto_pressed.png
es/drawable/status_bar_veto.xml
es/layout-xlarge/status_bar_latest_event.xml
es/layout-xlarge/sysbar_panel_notifications.xml
es/layout/status_bar_latest_event.xml
es/values-xlarge/strings.xml
rc/com/android/systemui/statusbar/NotificationData.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBarService.java
b64ffdf0aab70cd1a60681c6bf526a41095942fa 04-Aug-2010 Daniel Sandler <dsandler@google.com> Merge "Cleaning up the notification data structures."
ed3cfb5e1b15c07156269d7bf7fbbac0ccf8963f 04-Aug-2010 Gilles Debunne <debunne@google.com> Generated hdpi drawable size reduced

Change-Id: Id17bb27500ba8729c33613bbf457f1b3193ced38
es/drawable-hdpi/dots_empty.png
es/drawable-hdpi/dots_full.png
es/drawable-hdpi/notification_dragger.png
es/drawable-hdpi/status_bar_back_default.png
es/drawable-hdpi/status_bar_back_pressed.png
es/drawable-hdpi/status_bar_home_default.png
es/drawable-hdpi/status_bar_home_pressed.png
es/drawable-hdpi/status_bar_icon_tray.9.png
es/drawable-hdpi/status_bar_menu_default.png
es/drawable-hdpi/status_bar_menu_pressed.png
d1ce7496f116e1622b8de8c4f912c657eb53eac6 03-Aug-2010 Gilles Debunne <debunne@google.com> Merge "frameworks/base/ : added scaled hdpi version of assets that were moved to drawable-mdpi"
379020aec619c66d3e040de01f0726687fd2ad85 29-Jul-2010 Daniel Sandler <dsandler@google.com> Cleaning up the notification data structures.

Change-Id: I2e39fee81a2bd99245b9de6edd2ce5c45bd733c7
rc/com/android/systemui/statusbar/NotificationData.java
rc/com/android/systemui/statusbar/PhoneStatusBarService.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBarService.java
389878e49d1bccd691223e8df238c06049ae219d 03-Aug-2010 Gilles Debunne <debunne@google.com> frameworks/base/ : added scaled hdpi version of assets that were moved to drawable-mdpi

Change-Id: I95c7e6afb84af981867c32fe7f86b140f643b5b9
es/drawable-hdpi/dots_empty.png
es/drawable-hdpi/dots_full.png
es/drawable-hdpi/notification_dragger.png
es/drawable-hdpi/status_bar_back_default.png
es/drawable-hdpi/status_bar_back_pressed.png
es/drawable-hdpi/status_bar_home_default.png
es/drawable-hdpi/status_bar_home_pressed.png
es/drawable-hdpi/status_bar_icon_tray.9.png
es/drawable-hdpi/status_bar_menu_default.png
es/drawable-hdpi/status_bar_menu_pressed.png
8fbe89d2d1751dd5429794a163fabe70369573cd 03-Aug-2010 Gilles Debunne <debunne@google.com> Merge "Move pngs from drawable to drawable-mdpi in project frameworks/base"
b0dde8e9b5cb4d69293aee42df2fb21d1720f6db 03-Aug-2010 Gilles Debunne <debunne@google.com> Move pngs from drawable to drawable-mdpi in project frameworks/base

After error during file transfer...

Change-Id: I21da694f81a4290e9af1f7647a8ceb6c6d3d806b
es/drawable-mdpi/dots_empty.png
es/drawable-mdpi/dots_full.png
es/drawable-mdpi/notification_dragger.png
es/drawable-mdpi/status_bar_back_default.png
es/drawable-mdpi/status_bar_back_pressed.png
es/drawable-mdpi/status_bar_home_default.png
es/drawable-mdpi/status_bar_home_pressed.png
es/drawable-mdpi/status_bar_icon_tray.9.png
es/drawable-mdpi/status_bar_menu_default.png
es/drawable-mdpi/status_bar_menu_pressed.png
es/drawable/dots_empty.png
es/drawable/dots_full.png
es/drawable/notification_dragger.png
es/drawable/status_bar_back_default.png
es/drawable/status_bar_back_pressed.png
es/drawable/status_bar_home_default.png
es/drawable/status_bar_home_pressed.png
es/drawable/status_bar_icon_tray.9.png
es/drawable/status_bar_menu_default.png
es/drawable/status_bar_menu_pressed.png
1ab5cae8df1d2409d5c2346d63cd7da887e978e1 02-Aug-2010 Daniel Sandler <dsandler@google.com> Actually reference the fixed Proguard flags.

Bug: 2869888
Change-Id: I3277b51cd411c7933607c08b6022870ef83e9197
ndroid.mk
37b4a3c2f2e85701f06e85b7240f1c724f8d2dea 31-Jul-2010 Dianne Hackborn <hackbod@google.com> am f4e145fd: am 543f250d: Merge "Make the systemui process persistent." into gingerbread

Merge commit 'f4e145fd123a6941348e16a595107b155bd880e8'

* commit 'f4e145fd123a6941348e16a595107b155bd880e8':
Make the systemui process persistent.
aee242d3ecafa2250e81b52c8da27f9132b69325 31-Jul-2010 Daniel Sandler <dsandler@google.com> Fix Proguard flags causing crash in system bar.

Bug: 2869888
Change-Id: I32198676732a1f272b12154d87d7917f354bb91c
roguard.flags
26755a347c78e33feb70abeded1e5aca8acd4cf5 31-Jul-2010 Dianne Hackborn <hackbod@google.com> Make the systemui process persistent.

This ensures that the system won't kill it for memory,
the user can't stop services inside of it, etc.

Change-Id: I923c376afa1133bccc000253f5bba851f9119a52
ndroidManifest.xml
571a629f2929d86cfdde228ea53d7b4275d8d054 29-Jul-2010 Daniel Sandler <dsandler@google.com> Merge "Show notification icons in the system bar."
3eebd1ffbf4583270e6926e9c74ff088a2113e07 27-Jul-2010 Daniel Sandler <dsandler@google.com> Show notification icons in the system bar.

Caveats:
- Ongoing and normal are lumped together
- Currently no limit on number of icons (should be 4)
- Still can't see the notifications in the panel

Change-Id: I83ac474db6ff290207d37747b672a1a56788a238
es/layout-xlarge/status_bar.xml
rc/com/android/systemui/statusbar/NotificationData.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBarService.java
bbda99d2086d79ac70b403cad38a47c35af84adf 29-Jul-2010 Jeff Brown <jeffbrown@google.com> Fixed StatusBar ANRs due to input event injection on UI thread.

Added a new asynchronous injection mode and made the existing
synchronization mechanism more robust.

Change-Id: I0464f70ff5cbd519dbb02686b2cb5d810fe7dbb2
rc/com/android/systemui/statusbar/KeyButtonView.java
0f3332d0d6662b596f838fa1a4113b08588fb0d6 23-Jul-2010 Daniel Sandler <dsandler@google.com> Tweak FPO art.

Change-Id: I3a0176adbebd43a2cbf1d54c0d5153d0d3f5b60c
es/drawable/status_bar_icon_tray.9.png
a9ef06955d453917c5d7f076ba0e87fadf579254 23-Jul-2010 Daniel Sandler <dsandler@google.com> Merge "Improvements to the system bar:"
9120d55b806aec981ce7c1af20b7aa3d303ccca5 23-Jul-2010 Daniel Sandler <dsandler@google.com> Improvements to the system bar:

- dummy panels for the notification & system areas
- dummy battery/wifi status indicators
- new "whiteboard ui" temporary artwork
es/drawable/dots_empty.png
es/drawable/dots_full.png
es/drawable/status_bar_back_default.png
es/drawable/status_bar_back_pressed.png
es/drawable/status_bar_home_default.png
es/drawable/status_bar_home_pressed.png
es/drawable/status_bar_icon_tray.9.png
es/drawable/status_bar_menu_default.png
es/drawable/status_bar_menu_pressed.png
es/layout-xlarge/status_bar.xml
es/layout-xlarge/sysbar_panel_notifications.xml
es/layout-xlarge/sysbar_panel_system.xml
rc/com/android/systemui/statusbar/tablet/NotificationIconArea.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBarService.java
3bb46be774b516f4376e61cb412a35e712e1d1d1 23-Jul-2010 Irfan Sheriff <isheriff@google.com> Merge "Fix wifi status icon"
311912ef753a37187c30a0fc6fcf89d4f8f77947 22-Jul-2010 Irfan Sheriff <isheriff@google.com> Fix wifi status icon

Doing a setIcon makes the icon visible and overrides
setIconVisibility

Change-Id: If71c9b727ace268f47121c2bf5f724481f592c8e
rc/com/android/systemui/statusbar/StatusBarPolicy.java
a101f8f6ef1c730f3f008256734cde54417e22cc 21-Jul-2010 Daniel Sandler <dsandler@google.com> Fix pressed states on system bar buttons.

Change-Id: Ie12958fee80d9e292e4ab8e6a267db47d91b10b1
es/drawable/status_bar_back_pressed.png
es/drawable/status_bar_home_pressed.png
es/drawable/status_bar_menu_pressed.png
rc/com/android/systemui/statusbar/KeyButtonView.java
3a04ef0adb221d5e0fc21fe86177eaf5c02490b4 15-Jul-2010 Daniel Sandler <dsandler@google.com> Move more of the system bar to the layout.

Change-Id: I2fd67e687b8048a48e2c6531ac896d33815ce615
es/layout-xlarge/status_bar.xml
rc/com/android/systemui/statusbar/tablet/NotificationIconArea.java
808182dc874e93582da38d013a4a790d6bc08fc9 10-Jul-2010 Joe Onorato <joeo@joeo-macpro.local> checkpoint tablet status bar

Change-Id: Ia9089cce370ead4e685dffbca722fa8404a8f443
ndroidManifest.xml
es/drawable/notification_dragger.png
es/layout-xlarge/status_bar.xml
es/layout/status_bar.xml
es/layout/unused.xml
rc/com/android/systemui/statusbar/CloseDragHandle.java
rc/com/android/systemui/statusbar/CommandQueue.java
rc/com/android/systemui/statusbar/ExpandedView.java
rc/com/android/systemui/statusbar/PhoneStatusBarService.java
rc/com/android/systemui/statusbar/StatusBarService.java
rc/com/android/systemui/statusbar/StatusBarView.java
rc/com/android/systemui/statusbar/TrackingView.java
rc/com/android/systemui/statusbar/tablet/NotificationIconArea.java
rc/com/android/systemui/statusbar/tablet/TabletStatusBarService.java
ddfd24c3293a717ea94fa5a371a8bdd6142cf53f 09-Jul-2010 Daniel Sandler <dsandler@android.com> am 4dc96b85: am f7d2b4a2: Use fullScreenIntent to show the USB mass storage dialog.

Merge commit '4dc96b8513ad3d3af54321716251f789769a11b4'

* commit '4dc96b8513ad3d3af54321716251f789769a11b4':
Use fullScreenIntent to show the USB mass storage dialog.
f7d2b4a2e096ae1f8ac3a2ed8b2f0e30a237f732 08-Jul-2010 Daniel Sandler <dsandler@android.com> Use fullScreenIntent to show the USB mass storage dialog.

Note that this is not a FLAG_HIGH_PRIORITY notification. In
immersive mode the UMS dialog will be suppressed entirely
(but an icon will still appear in the status bar).

Bug: 2821219
Change-Id: I21f910c8830aff8d0633deda4eb59dbda13262ed
rc/com/android/systemui/usb/StorageNotification.java
a5b38cab74a568cb9c24216fe08d543dbba1db61 08-Jul-2010 Joe Onorato <joeo@android.com> top and bottom can't be the same thing

Change-Id: Ia5e4684db6dab390394f11182612c45818c7bcc0
rc/com/android/systemui/statusbar/StatusBarService.java
52c1dc2fd99eabed1914e390143d3d74799e6366 01-Jul-2010 Joe Onorato <joeo@android.com> buttons on the bottom

Change-Id: I52184ad2752c38bcc4c7646b404f3f305e0ac4b6
es/drawable/status_bar_back.xml
es/drawable/status_bar_back_default.png
es/drawable/status_bar_back_pressed.png
es/drawable/status_bar_home.xml
es/drawable/status_bar_home_default.png
es/drawable/status_bar_home_pressed.png
es/drawable/status_bar_menu.xml
es/drawable/status_bar_menu_default.png
es/drawable/status_bar_menu_pressed.png
es/layout/status_bar.xml
es/values-xlarge/colors.xml
es/values-xlarge/config.xml
es/values/config.xml
rc/com/android/systemui/statusbar/StatusBarService.java
rc/com/android/systemui/statusbar/StatusBarView.java
86f9bd2fd054522e36f84776056cd07531ead9cf 30-Jun-2010 Joe Onorato <joeo@android.com> Add KeyButtonView

Change-Id: Ic32076c07bd45cbf2a6db25d8e8e933701fdf8b2
es/values/attrs.xml
rc/com/android/systemui/statusbar/KeyButtonView.java
119a4015f0f7ac1f63d596da158768f880f9fe9b 30-Jun-2010 Joe Onorato <joeo@android.com> add a button area

Change-Id: I78171b3d6cc44a5984e5f602565228909f3e1c00
es/layout/unused.xml
rc/com/android/systemui/statusbar/StatusBarView.java
b59b94456b3a8fdfdf524a81274839f657fbb65b 30-Jun-2010 Daniel Sandler <dsandler@android.com> Fix icon size in intruder alerts.

(Updated test app to confirm the fix.)

Change-Id: Ife56cf07f282786162e2ebc5aaddbb24dac6cafd
es/layout/intruder_alert.xml
ce9458409699a303879115905ac9e5363af0381e 02-Jul-2010 Steve Howard <showard@google.com> Log full exception when failing to inflate notification view

When inflating a notification's view fails, include the exception in
the log message. Without this exception all we get is "couldn't
inflate view for notification <package>/<id>", which isn't very
helpful for tracking down the particular error in the view.

This exception used to be included in the log message, but it was
removed in 005847b03b2 -- any particular reason why?

Change-Id: I623b9e4c8291e4c035f26380e5f22ad6b65176a7
rc/com/android/systemui/statusbar/StatusBarService.java
a2dd4c17bbe47876b909b09f54505deda379d2b4 30-Jun-2010 Joe Onorato <joeo@android.com> put the status bar back in the system process

Change-Id: I401b0ac8e3c96b61e787eb18341d18be75b3761d
ndroidManifest.xml
6be4739e1b302eb447dee195eaecbfcf82317310 30-Jun-2010 Joe Onorato <joeo@android.com> quiet noisy debug spew

Change-Id: I55c3b16f58bbe0ec4c6547c525863a7d16f8263d
rc/com/android/systemui/statusbar/StatusBarService.java
294c9fb8990ded73be52a3c1bfddbe1cebcd8b8e 30-Jun-2010 Daniel Sandler <dsandler@android.com> Improved graphics for the intruder alert.

Change-Id: I9aa6c8995da39f332b724fabe67ed5efe584552f
es/drawable-hdpi/alert_bar_background.9.png
es/drawable-hdpi/alert_bar_background_normal.9.png
es/drawable-hdpi/alert_bar_background_pressed.9.png
es/drawable-mdpi/alert_bar_background.9.png
es/drawable-mdpi/alert_bar_background_normal.9.png
es/drawable-mdpi/alert_bar_background_pressed.9.png
es/drawable/alert_bar_background.xml
es/layout/intruder_alert.xml
es/values/styles.xml
rc/com/android/systemui/statusbar/StatusBarService.java
27a8be4b3526f068e911c8edcd4ee6fa6f492c0f 29-Jun-2010 Daniel Sandler <dsandler@android.com> Support for tapping on an immersive-mode priority notification.

When the user taps on an intruder alert (the priority
notification in immersive mode), the .contentIntent in the
Notification object will be sent, just as we handle tapping
on a normal Notification in the windowshade.

Change-Id: Ib6991837b0b2122fe138cddacf347fdbc426b99d
rc/com/android/systemui/statusbar/StatusBarService.java
1c95ecb47a19e18d0c51f3fd2931d13e9bd845b9 28-Jun-2010 Joe Onorato <joeo@android.com> recombine StatusBarService and PhoneStatusBarService

Change-Id: I64178209985bfac283740d6a667211d2f962f71a
ndroidManifest.xml
rc/com/android/systemui/statusbar/CloseDragHandle.java
rc/com/android/systemui/statusbar/ExpandedView.java
rc/com/android/systemui/statusbar/PhoneStatusBarService.java
rc/com/android/systemui/statusbar/StatusBarIconView.java
rc/com/android/systemui/statusbar/StatusBarService.java
rc/com/android/systemui/statusbar/StatusBarView.java
rc/com/android/systemui/statusbar/TrackingView.java
b54ef61434eb82a53d8c840d86d1d656215604f9 28-Jun-2010 Joe Onorato <joeo@android.com> Separate the status bar height from the icon size.

Change-Id: I9cc8c5e8ed2c48d03b7c1c89f1bf7f94cc119171
rc/com/android/systemui/statusbar/PhoneStatusBarService.java
5dbd05ed18906be3499978303f2fca4f86211567 28-Jun-2010 Daniel Sandler <dsandler@android.com> Intruder alert! (First try at the immersive-mode alert bar.)

When a FLAG_HIGH_PRIORITY notification is posted and the
foreground activity is immersive, this window will be shown
to the user. It disappears after a while (currently 10s,
which is far too long to be usable but is very handy for
testing) and can be dismissed by a tap.

Artwork is extremely rough; please ignore the aesthetics.

Still TODO:
- sticky alerts for ongoing priority notifications
- tap to launch PendingIntent associated with the
notification

Change-Id: Ief4a98b84cc836d33359bd7d65de9909f5186317
es/drawable-hdpi/alert_bar_background.9.png
es/drawable-mdpi/alert_bar_background.9.png
es/layout/intruder_alert.xml
rc/com/android/systemui/statusbar/PhoneStatusBarService.java
87160757e827e8e158d233de09d70e7128184729 23-Jun-2010 Daniel Sandler <dsandler@android.com> Basic handling of Notifications with fullScreenIntent.

If a Notification has a non-null fullScreenIntent AND the
topmost Activity is not immersive, that PendingIntent will
fire (presumably causing a nice dialog or full-screen
activity to appear).

Immersive mode handling for FLAG_HIGH_PRIORITY Notifications
is still unimplemented (although the fullScreenIntent will
be suppressed in immersive mode).

Note that currently your fullScreenIntent notification will
also get posted to the status bar, so you're responsible for
clearing it out (e.g. in onPause in your alert intent). See
forthcoming changes to StatusBarTest for an example.

Change-Id: Ie750d1b7bcc788bd29ee1d8626f971dd47fd2817
rc/com/android/systemui/statusbar/PhoneStatusBarService.java
9d39d0cb361c5d3bba04a6bacf299be2162a6e92 25-Jun-2010 Dianne Hackborn <hackbod@google.com> Make bad notifications crash their application.

Implement notification manager handling of bad notifications, to
call a new activity manager to have the owner's process crashed
(if there is one).

Change-Id: Ib15e8d0c598756f3b39c99cc2045c18e054daf6b
rc/com/android/systemui/statusbar/PhoneStatusBarService.java
75144ea38e79e3827e69a9f5b53a6fd3a74c4df5 07-Jun-2010 Joe Onorato <joeo@android.com> Move the status bar icon list, hopefully for the last time.

Change-Id: Ie495a41dac03e1fe5ddccefcbd2a0673090a6db1
es/values/arrays.xml
rc/com/android/systemui/statusbar/PhoneStatusBarService.java
f1f259165ffaa4095afbd50fea47ed091cbc14b3 07-Jun-2010 Joe Onorato <joeo@android.com> Call into the notification manager when the panel is revealed.

This lets it turn off the LED. However, it seems like somebody broke
the notification LEDs. GRRR.

Change-Id: I3f7066c2b2e1673dc0144a34cf59946351a647be
rc/com/android/systemui/statusbar/PhoneStatusBarService.java
7a0f36bd93ad8a5b8cb3e1fe56dbdb43a0ad3a57 07-Jun-2010 Joe Onorato <joeo@android.com> Move status_bar_latest_event and LatestItemView into SystemUI.apk.

Then, now that StatusBarManagerService is the only thing in that package,
move it up to the regular services package. (I've been waiting for 4 years
to delete that package!)

Change-Id: If5faf44641319fd19e486d1f4e5bc1c6dfcff3ad
es/drawable-hdpi/status_bar_item_background_focus.9.png
es/drawable-hdpi/status_bar_item_background_normal.9.png
es/drawable-hdpi/status_bar_item_background_pressed.9.png
es/drawable-mdpi/status_bar_item_background_focus.9.png
es/drawable-mdpi/status_bar_item_background_normal.9.png
es/drawable-mdpi/status_bar_item_background_pressed.9.png
es/layout/status_bar_latest_event.xml
rc/com/android/systemui/statusbar/PhoneStatusBarService.java
9e875fcb55dad6795e823207693c5ca877941d3e 07-Jun-2010 Joe Onorato <joeo@android.com> Start the status bar service based on a configuration option, instead of trampolining through
a braodcast receiver.

Change-Id: I6ae0740fea07350b80c35c0ee2d938e0364d773e
ndroidManifest.xml
rc/com/android/systemui/statusbar/StatusBarStarter.java
8bc6c5141974dbc36a6fe416853f558921be9f24 04-Jun-2010 Joe Onorato <joeo@android.com> Require the STATUS_BAR_SERVICE permission for something to be the status bar.

Change-Id: I57b2d296e0d0cef0d256ae6697fffc47188d14df
ndroidManifest.xml
005847b03b2ebe3eb1a974a8a04ad51bca6636cd 04-Jun-2010 Joe Onorato <joeo@android.com> Handle errors inflating notifications (and their icons).

On an inflation error, the StatusBarService cleans up, removes / doesn't add
the views, and calls into the StatusBarManagerService, which tells the
NotificationManagerService to remove the notification.

That then calls all the way back into the StatusBarService, but I think being
extra careful is okay. Throughout the status bar, it's all keyed off of the
IBinder key, so if the app comes in with a good notification while we're
cleaning up, we won't lose the new notification or anything like that.

Change-Id: Iea78a637495a8b67810c214b951d5ddb93becacb
rc/com/android/systemui/statusbar/PhoneStatusBarService.java
rc/com/android/systemui/statusbar/StatusBarIconView.java
d956ae8b813da893ab6a9357acfe287c529d6ac2 04-Jun-2010 Joe Onorato <joeo@android.com> dead code removal

Change-Id: I4a11f027e764c92602d0429947e9ef39edd882e2
rc/com/android/systemui/statusbar/PhoneStatusBarService.java
rc/com/android/systemui/statusbar/StatusBarService.java
fe4f3ae33c8da86585399b4167fd7987c8a16066 04-Jun-2010 Joe Onorato <joeo@android.com> Move the usb mass storage notification & activity into SystemUI.apk.

Also fix the notification to show properly when the runtime is restarted.

Change-Id: Id0c7ef9f9dc9c9df18428cbaa7db1703f085137e
ndroidManifest.xml
rc/com/android/systemui/statusbar/StatusBarPolicy.java
rc/com/android/systemui/usb/StorageNotification.java
rc/com/android/systemui/usb/UsbStorageActivity.java
d2b1f00e1e34cdce0047af7374aa57b1e4b5b040 04-Jun-2010 Joe Onorato <joeo@android.com> Add some disabled logging and another test case for reapplying the notification views.

Change-Id: I839d7771ab42a5d508ce7d15385f6ac6a4e3be83
rc/com/android/systemui/statusbar/PhoneStatusBarService.java
169af47b0076457854cc0f92d6b015195837686d 02-Jun-2010 Joe Onorato <joeo@android.com> remove logging

Change-Id: I42c2332c3c114700f5ade77b63b4f6010ea5507a
rc/com/android/systemui/statusbar/CommandQueue.java
rc/com/android/systemui/statusbar/StatusBarService.java
c91460d2c3a6ad51cdc455abcc540bf887bc6785 01-Jun-2010 Joe Onorato <joeo@android.com> Pull the carrier name display in the windowshade out into its own view.

Change-Id: I76ea5e72288245b69273c76a470b54eaec890361
es/layout/status_bar_expanded.xml
rc/com/android/systemui/statusbar/CarrierLabel.java
rc/com/android/systemui/statusbar/PhoneStatusBarService.java
1a86dd10c11413cf0301a14b1837dbf703f2b9de 01-Jun-2010 Joe Onorato <joeo@android.com> Use the built-in handler instead of allocating another one.

Change-Id: Ia2e5db99b751d3f299c4a9b587ef718212bd8161
rc/com/android/systemui/statusbar/Clock.java
f55105405578bfd8315584e69faa655800edef77 01-Jun-2010 Joe Onorato <joeo@android.com> Get the ticker working again.

Change-Id: Idb7e456bc302578c3866448334eb0ebf0ba235d4
rc/com/android/systemui/statusbar/PhoneStatusBarService.java
rc/com/android/systemui/statusbar/StatusBarIconView.java
rc/com/android/systemui/statusbar/Ticker.java
9834d534696c2db66a42d9c3b8208fcce1dbdc16 30-May-2010 Joe Onorato <joeo@android.com> better debugging "slot" for the notification icons.

Change-Id: Ib7c130a97826f6950f51462ef915a9d0a5f847d6
rc/com/android/systemui/statusbar/PhoneStatusBarService.java
75199e3ddcf7886c8ee5fbf8b486a8c21335bf14 29-May-2010 Joe Onorato <joeo@android.com> Populate the notifications at startup of SystemUI.apk.

Change-Id: Ie0b3fd9ed4bc9a012791372e6276f0b5908370a5
rc/com/android/systemui/statusbar/CommandQueue.java
rc/com/android/systemui/statusbar/StatusBarService.java
b77f53b21c2185ae3ff7c219c384a6db73f8f4e4 29-May-2010 Joe Onorato <joeo@android.com> Get the IconMerger working again.

Change-Id: I73719f4fd475a39d4c1245de45c6a13c31e6323b
rc/com/android/systemui/statusbar/IconMerger.java
rc/com/android/systemui/statusbar/PhoneStatusBarService.java
rc/com/android/systemui/statusbar/StatusBarIconView.java
87937dbcd1cee800aa6cc9824bfc32b587d893bd 27-May-2010 Daniel Sandler <dsandler@android.com> New shadowy status bar, direct from Z'ha'dum.

Artwork is FPO but serviceable enough. Many hardcoded font
colors & styles were moved to styles.xml where they belong.
AM/PM finally given the old heave-ho (but configurable in
StatusBarPolicy.java).

Notification content remains on a light-gray background for
now (so as not to screw up custom RemoteViews) but status
icons will definitely need across-the-board rework to look
better against a dark background.

(Re-integrated on top of new status bar code.)

Change-Id: Ia180b3c2ba8e23c9a2f50cf46f98f12958022b53
es/drawable-hdpi/shade_bg.png
es/drawable-hdpi/shade_handlebar.9.png
es/drawable-hdpi/shade_header_background.9.png
es/drawable-hdpi/status_bar_background.9.png
es/drawable-hdpi/status_bar_close_on.9.png
es/drawable-hdpi/status_bar_header_background.9.png
es/drawable-hdpi/status_bar_item_app_background_normal.9.png
es/drawable-hdpi/status_bar_item_background_focus.9.png
es/drawable-hdpi/status_bar_item_background_normal.9.png
es/drawable-hdpi/status_bar_item_background_pressed.9.png
es/drawable-hdpi/statusbar_background.9.png
es/drawable-mdpi/shade_bg.png
es/drawable-mdpi/shade_handlebar.9.png
es/drawable-mdpi/shade_header_background.9.png
es/drawable-mdpi/status_bar_background.9.png
es/drawable-mdpi/status_bar_close_on.9.png
es/drawable-mdpi/status_bar_header_background.9.png
es/drawable-mdpi/status_bar_item_app_background_normal.9.png
es/drawable-mdpi/status_bar_item_background_focus.9.png
es/drawable-mdpi/status_bar_item_background_normal.9.png
es/drawable-mdpi/status_bar_item_background_pressed.9.png
es/drawable-mdpi/statusbar_background.9.png
es/layout/status_bar.xml
es/layout/status_bar_expanded.xml
es/layout/status_bar_tracking.xml
es/values/styles.xml
rc/com/android/systemui/statusbar/Clock.java
798ac4c7d79534a8230623b737b5b1b6a415d105 27-May-2010 Joe Onorato <joeo@android.com> Start moving resources to SystemUI.apk.

Change-Id: Ibf30b8196d65d7fbca1177968cefa5f7a875bf1d
es/drawable-hdpi/battery_low_battery.png
es/drawable-hdpi/stat_notify_alarm.png
es/drawable-hdpi/stat_sys_data_bluetooth.png
es/drawable-hdpi/stat_sys_data_bluetooth_connected.png
es/drawable-hdpi/stat_sys_data_connected_1x.png
es/drawable-hdpi/stat_sys_data_connected_3g.png
es/drawable-hdpi/stat_sys_data_connected_e.png
es/drawable-hdpi/stat_sys_data_connected_g.png
es/drawable-hdpi/stat_sys_data_connected_h.png
es/drawable-hdpi/stat_sys_data_in_1x.png
es/drawable-hdpi/stat_sys_data_in_3g.png
es/drawable-hdpi/stat_sys_data_in_e.png
es/drawable-hdpi/stat_sys_data_in_g.png
es/drawable-hdpi/stat_sys_data_in_h.png
es/drawable-hdpi/stat_sys_data_inandout_1x.png
es/drawable-hdpi/stat_sys_data_inandout_3g.png
es/drawable-hdpi/stat_sys_data_inandout_e.png
es/drawable-hdpi/stat_sys_data_inandout_g.png
es/drawable-hdpi/stat_sys_data_inandout_h.png
es/drawable-hdpi/stat_sys_data_out_1x.png
es/drawable-hdpi/stat_sys_data_out_3g.png
es/drawable-hdpi/stat_sys_data_out_e.png
es/drawable-hdpi/stat_sys_data_out_g.png
es/drawable-hdpi/stat_sys_data_out_h.png
es/drawable-hdpi/stat_sys_gps_acquiring.png
es/drawable-hdpi/stat_sys_no_sim.png
es/drawable-hdpi/stat_sys_r_signal_0.png
es/drawable-hdpi/stat_sys_r_signal_1.png
es/drawable-hdpi/stat_sys_r_signal_2.png
es/drawable-hdpi/stat_sys_r_signal_3.png
es/drawable-hdpi/stat_sys_r_signal_4.png
es/drawable-hdpi/stat_sys_ringer_silent.png
es/drawable-hdpi/stat_sys_ringer_vibrate.png
es/drawable-hdpi/stat_sys_roaming_cdma_0.png
es/drawable-hdpi/stat_sys_roaming_cdma_flash_anim0.png
es/drawable-hdpi/stat_sys_roaming_cdma_flash_anim1.png
es/drawable-hdpi/stat_sys_signal_0.png
es/drawable-hdpi/stat_sys_signal_1.png
es/drawable-hdpi/stat_sys_signal_2.png
es/drawable-hdpi/stat_sys_signal_3.png
es/drawable-hdpi/stat_sys_signal_4.png
es/drawable-hdpi/stat_sys_signal_flightmode.png
es/drawable-hdpi/stat_sys_signal_null.png
es/drawable-hdpi/stat_sys_tty_mode.png
es/drawable-hdpi/stat_sys_wifi_signal_0.png
es/drawable-hdpi/stat_sys_wifi_signal_1.png
es/drawable-hdpi/stat_sys_wifi_signal_2.png
es/drawable-hdpi/stat_sys_wifi_signal_3.png
es/drawable-hdpi/stat_sys_wifi_signal_4.png
es/drawable-mdpi/battery_low_battery.png
es/drawable-mdpi/stat_notify_alarm.png
es/drawable-mdpi/stat_sys_data_bluetooth_connected.png
es/drawable-mdpi/stat_sys_data_connected_1x.png
es/drawable-mdpi/stat_sys_data_connected_3g.png
es/drawable-mdpi/stat_sys_data_connected_e.png
es/drawable-mdpi/stat_sys_data_connected_g.png
es/drawable-mdpi/stat_sys_data_connected_h.png
es/drawable-mdpi/stat_sys_data_in_1x.png
es/drawable-mdpi/stat_sys_data_in_3g.png
es/drawable-mdpi/stat_sys_data_in_e.png
es/drawable-mdpi/stat_sys_data_in_g.png
es/drawable-mdpi/stat_sys_data_in_h.png
es/drawable-mdpi/stat_sys_data_inandout_1x.png
es/drawable-mdpi/stat_sys_data_inandout_3g.png
es/drawable-mdpi/stat_sys_data_inandout_e.png
es/drawable-mdpi/stat_sys_data_inandout_g.png
es/drawable-mdpi/stat_sys_data_inandout_h.png
es/drawable-mdpi/stat_sys_data_out_1x.png
es/drawable-mdpi/stat_sys_data_out_3g.png
es/drawable-mdpi/stat_sys_data_out_e.png
es/drawable-mdpi/stat_sys_data_out_g.png
es/drawable-mdpi/stat_sys_data_out_h.png
es/drawable-mdpi/stat_sys_gps_acquiring.png
es/drawable-mdpi/stat_sys_no_sim.png
es/drawable-mdpi/stat_sys_r_signal_0.png
es/drawable-mdpi/stat_sys_r_signal_1.png
es/drawable-mdpi/stat_sys_r_signal_2.png
es/drawable-mdpi/stat_sys_r_signal_3.png
es/drawable-mdpi/stat_sys_r_signal_4.png
es/drawable-mdpi/stat_sys_ringer_silent.png
es/drawable-mdpi/stat_sys_ringer_vibrate.png
es/drawable-mdpi/stat_sys_roaming_cdma_0.png
es/drawable-mdpi/stat_sys_roaming_cdma_flash_anim0.png
es/drawable-mdpi/stat_sys_roaming_cdma_flash_anim1.png
es/drawable-mdpi/stat_sys_signal_0.png
es/drawable-mdpi/stat_sys_signal_1.png
es/drawable-mdpi/stat_sys_signal_2.png
es/drawable-mdpi/stat_sys_signal_3.png
es/drawable-mdpi/stat_sys_signal_4.png
es/drawable-mdpi/stat_sys_signal_flightmode.png
es/drawable-mdpi/stat_sys_signal_null.png
es/drawable-mdpi/stat_sys_tty_mode.png
es/drawable-mdpi/stat_sys_wifi_signal_0.png
es/drawable-mdpi/stat_sys_wifi_signal_1.png
es/drawable-mdpi/stat_sys_wifi_signal_2.png
es/drawable-mdpi/stat_sys_wifi_signal_3.png
es/drawable-mdpi/stat_sys_wifi_signal_4.png
es/drawable/stat_sys_gps_acquiring_anim.xml
es/drawable/stat_sys_roaming_cdma_flash.xml
es/layout/battery_low.xml
es/values/config.xml
es/values/strings.xml
rc/com/android/systemui/statusbar/PhoneStatusBarService.java
rc/com/android/systemui/statusbar/StatusBarPolicy.java
79de0c550037a5328bbc7f4fddaf02f192a5c283 26-May-2010 Joe Onorato <joeo@android.com> Move the StatusBarPhone package into a new catch-all SystemUI.apk.
ndroid.mk
ndroidManifest.xml
ODULE_LICENSE_APACHE2
OTICE
es/drawable-hdpi/btn_default_small_normal.9.png
es/drawable-hdpi/btn_default_small_normal_disable.9.png
es/drawable-hdpi/btn_default_small_normal_disable_focused.9.png
es/drawable-hdpi/btn_default_small_pressed.9.png
es/drawable-hdpi/btn_default_small_selected.9.png
es/drawable-hdpi/ic_launcher_settings.png
es/drawable-hdpi/ic_notification_overlay.9.png
es/drawable-hdpi/stat_notify_more.png
es/drawable-hdpi/status_bar_close_on.9.png
es/drawable-hdpi/status_bar_header_background.9.png
es/drawable-hdpi/statusbar_background.9.png
es/drawable-hdpi/title_bar_portrait.9.png
es/drawable-hdpi/title_bar_shadow.9.png
es/drawable-mdpi/btn_default_small_normal.9.png
es/drawable-mdpi/btn_default_small_normal_disable.9.png
es/drawable-mdpi/btn_default_small_normal_disable_focused.9.png
es/drawable-mdpi/btn_default_small_pressed.9.png
es/drawable-mdpi/btn_default_small_selected.9.png
es/drawable-mdpi/ic_launcher_settings.png
es/drawable-mdpi/ic_notification_overlay.9.png
es/drawable-mdpi/stat_notify_more.png
es/drawable-mdpi/status_bar_close_on.9.png
es/drawable-mdpi/status_bar_header_background.9.png
es/drawable-mdpi/statusbar_background.9.png
es/drawable-mdpi/title_bar_portrait.9.png
es/drawable-mdpi/title_bar_shadow.9.png
es/drawable/btn_default_small.xml
es/layout/status_bar.xml
es/layout/status_bar_expanded.xml
es/layout/status_bar_icon.xml
es/layout/status_bar_tracking.xml
es/values/arrays.xml
es/values/defaults.xml
es/values/dimens.xml
es/values/strings.xml
es/values/styles.xml
es/xml/bookmarks.xml
rc/com/android/systemui/statusbar/AnimatedImageView.java
rc/com/android/systemui/statusbar/Clock.java
rc/com/android/systemui/statusbar/CloseDragHandle.java
rc/com/android/systemui/statusbar/CommandQueue.java
rc/com/android/systemui/statusbar/DateView.java
rc/com/android/systemui/statusbar/ExpandedView.java
rc/com/android/systemui/statusbar/FixedSizeDrawable.java
rc/com/android/systemui/statusbar/IconMerger.java
rc/com/android/systemui/statusbar/LatestItemView.java
rc/com/android/systemui/statusbar/NotificationData.java
rc/com/android/systemui/statusbar/NotificationLinearLayout.java
rc/com/android/systemui/statusbar/PhoneStatusBarService.java
rc/com/android/systemui/statusbar/StatusBarIconView.java
rc/com/android/systemui/statusbar/StatusBarService.java
rc/com/android/systemui/statusbar/StatusBarStarter.java
rc/com/android/systemui/statusbar/StatusBarView.java
rc/com/android/systemui/statusbar/Ticker.java
rc/com/android/systemui/statusbar/TickerView.java
rc/com/android/systemui/statusbar/TrackingPatternView.java
rc/com/android/systemui/statusbar/TrackingView.java