Daniel Sandler
d1985bdfc1
am f66664a5: Merge "Fix sticky menu icon on tablet status bar." into ics-mr1
...
* commit 'f66664a50e914e1cc5d66046cfc4c5b195a09eab':
Fix sticky menu icon on tablet status bar.
2011-12-05 19:04:12 -08:00
Daniel Sandler
f66664a50e
Merge "Fix sticky menu icon on tablet status bar." into ics-mr1
2011-12-05 19:02:28 -08:00
Adam Powell
f009097f64
am 9a856f4e: Merge "Drop API level for notification compatibility BG to 8 (from 10)" into ics-mr1
...
* commit '9a856f4ee7b49f735e31b57a09bee2f033ce20a5':
Drop API level for notification compatibility BG to 8 (from 10)
2011-12-05 17:40:06 -08:00
Adam Powell
ad9deec87c
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
2011-12-05 15:38:51 -08:00
Daniel Sandler
4f9986e57f
Fix sticky menu icon on tablet status bar.
...
Bug: 5647480
Change-Id: Iec4b04e414e8753e6b677b9168ad16b8c3e712be
2011-12-05 10:34:36 -05:00
Winson Chung
3bb5582af3
am cea32ecd: Merge "Adding a sound when you take a screenshot. (Bug 5617734)" into ics-mr1
...
* commit 'cea32ecd3aef013bc5da6e401eeb8e9e8cd1b595':
Adding a sound when you take a screenshot. (Bug 5617734)
2011-12-01 14:58:15 -08:00
Winson Chung
cea32ecd3a
Merge "Adding a sound when you take a screenshot. (Bug 5617734)" into ics-mr1
2011-12-01 14:55:41 -08:00
Winson Chung
8d513eaef7
Adding a sound when you take a screenshot. (Bug 5617734)
...
Change-Id: I7f253adddd09da65481081a4ca22f043d3325d65
2011-12-01 14:39:44 -08:00
Mike Lockwood
3d905148d4
SystemUI: Fix merge error
...
Change-Id: I1192c891f1b287306f5ff4b24a281ea22323af88
Signed-off-by: Mike Lockwood <lockwood@google.com>
2011-12-01 16:26:32 -05:00
Daniel Sandler
6992b34138
am b73dc9c8: Merge "Add copious navigation bar info to SystemUI dumps." into ics-mr1
...
* commit 'b73dc9c852f73c7d61f317b5ec7b74766d2f22d5':
Add copious navigation bar info to SystemUI dumps.
2011-12-01 12:11:01 -08:00
Daniel Sandler
488529506f
Add copious navigation bar info to SystemUI dumps.
...
Bug: 5549288
Change-Id: I8556584e6abd22912d55dccc27ccebb6602b1bcb
2011-12-01 14:34:23 -05:00
Daniel Sandler
c0fc5d81b8
am 2a40d0d9: Merge "Put screensavers back in the icebox for now. DO NOT MERGE." into ics-mr1
...
* commit '2a40d0d92b208021b492e9af3d944720cbf269fc':
Put screensavers back in the icebox for now. DO NOT MERGE.
2011-12-01 06:31:12 -08:00
Daniel Sandler
2a40d0d92b
Merge "Put screensavers back in the icebox for now. DO NOT MERGE." into ics-mr1
2011-12-01 06:29:53 -08:00
Dianne Hackborn
aaddc3b359
am a1240184: Merge "Fix issue #5433192 and maybe #5433192 " into ics-mr1
...
* commit 'a1240184efd1d4391540a6e3e9cae50d56d05cb2':
Fix issue #5433192 and maybe #5433192
2011-11-30 20:51:00 -08:00
Dianne Hackborn
a1240184ef
Merge "Fix issue #5433192 and maybe #5433192 " into ics-mr1
2011-11-30 20:49:21 -08:00
Dianne Hackborn
e0f085d4b8
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
2011-11-30 18:41:15 -08:00
Daniel Sandler
d2b22a885a
Put screensavers back in the icebox for now. DO NOT MERGE.
...
Bug: 5689684
Change-Id: I3a5291c3520bb43e35d55714f1522e4ae7f6e63c
2011-11-30 15:47:36 -05:00
Jeff Sharkey
6d8edf0c10
am 47e4015b: Merge "Avoid airplane mode labels when Wi-Fi enabled." into ics-mr1
...
* commit '47e4015ba23c507196980dcb4a311afc7e2358b1':
Avoid airplane mode labels when Wi-Fi enabled.
2011-11-30 11:46:31 -08:00
Jeff Sharkey
ec9cc1bcc8
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
2011-11-30 11:20:40 -08:00
Romain Guy
d34f15cf8a
am a9a91ad3: Merge "Improve screenshot animation performance Bug #5525888 " into ics-mr1
...
* commit 'a9a91ad356271c4c4d663223ff42694fbeb1d2a0':
Improve screenshot animation performance Bug #5525888
2011-11-29 14:30:50 -08:00
Romain Guy
a9a91ad356
Merge "Improve screenshot animation performance Bug #5525888 " into ics-mr1
2011-11-29 14:14:44 -08:00
Romain Guy
8279acb965
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
2011-11-29 13:56:25 -08:00
Eric Fischer
9ced561608
am 9ab3c624: Merge "Import revised translations. DO NOT MERGE" into ics-mr1
...
* commit '9ab3c62499c054b600699fb107c28fc8926ca5a1':
Import revised translations. DO NOT MERGE
2011-11-29 11:47:00 -08:00
Eric Fischer
fa56c714f2
Import revised translations. DO NOT MERGE
...
Change-Id: Ia50fd44ea4492188f481e652caae940acaf961e2
2011-11-29 11:42:53 -08:00
Daniel Sandler
3d112461d2
am 63188574: Merge "Dismiss system windows when screen savers start." into ics-mr1
...
* commit '631885746868cbf03f89e655a6f4fac96449e8a4':
Dismiss system windows when screen savers start.
2011-11-22 07:17:19 -08:00
Daniel Sandler
6318857468
Merge "Dismiss system windows when screen savers start." into ics-mr1
2011-11-22 07:15:29 -08:00
Eric Fischer
aa8b33070b
am 68f0d47e: Merge "Import revised translations. DO NOT MERGE" into ics-mr1
...
* commit '68f0d47e8ee045dffb5f59c67cc77f38598472c5':
Import revised translations. DO NOT MERGE
2011-11-21 15:31:32 -08:00
Eric Fischer
68f0d47e8e
Merge "Import revised translations. DO NOT MERGE" into ics-mr1
2011-11-21 15:29:06 -08:00
Eric Fischer
bf1b9778ce
Import revised translations. DO NOT MERGE
...
Change-Id: I4313e0fffeb72b5a78b49770932ad983cfb05f8b
2011-11-21 15:23:51 -08:00
Daniel Sandler
75d8eb2a81
am 9b5d7a59: Merge "Dreams (now Screen Candy) development." into ics-mr1
...
* commit '9b5d7a59f336a96e73f5f485f6e366e078a70497':
Dreams (now Screen Candy) development.
2011-11-19 20:44:36 -08:00
Daniel Sandler
5207d9c94b
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
2011-11-18 09:30:08 -08:00
Daniel Sandler
2d54536d08
Dreams (now Screen Candy) development.
...
- support for global "disable" setting
- renamed settings provider keys to remove "DREAM"
Bug: 5591015
Change-Id: I31f31b3ca6001fec1e0032a49cdf0d10df7b0ec7
2011-11-18 08:00:04 -08:00
Adam Powell
9a842408c8
am 8c54182f: Merge "Fix bug 5614962 - Constant spinning wheel in USB Mass Storage screen (UX)" into ics-mr1
...
* commit '8c54182f0b6c706adc6247d6f1da7147b357920d':
Fix bug 5614962 - Constant spinning wheel in USB Mass Storage screen (UX)
2011-11-17 19:45:50 -08:00
Adam Powell
8c54182f0b
Merge "Fix bug 5614962 - Constant spinning wheel in USB Mass Storage screen (UX)" into ics-mr1
2011-11-17 19:44:14 -08:00
Adam Powell
c992087d09
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
2011-11-17 18:01:07 -08:00
Daniel Sandler
44a0c2968f
am 293f861a: Merge "Activate Dreams (screen saver) when desk-docked." into ics-mr1
...
* commit '293f861aab64a0dbae00bb33c90e6e565a7fabfc':
Activate Dreams (screen saver) when desk-docked.
2011-11-16 22:35:30 -08:00
Daniel Sandler
293f861aab
Merge "Activate Dreams (screen saver) when desk-docked." into ics-mr1
2011-11-16 22:33:55 -08:00
Daniel Sandler
83ae021c5d
am f52a4482: Merge "Add a default Dreams component." into ics-mr1
...
* commit 'f52a4482dd3ca336f84fc6c533ea4a99a72b23dd':
Add a default Dreams component.
2011-11-16 17:16:57 -08:00
Daniel Sandler
70cfd3afe9
am 5311917d: Merge "Remove day of week from phone notification panel." into ics-mr1
...
* commit '5311917df5fe9804105ff6070346b8fac4b102df':
Remove day of week from phone notification panel.
2011-11-16 17:14:36 -08:00
Daniel Sandler
f52a4482dd
Merge "Add a default Dreams component." into ics-mr1
2011-11-16 17:13:35 -08:00
Daniel Sandler
5311917df5
Merge "Remove day of week from phone notification panel." into ics-mr1
2011-11-16 17:13:16 -08:00
Daniel Sandler
532a0bbfa4
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
2011-11-16 11:34:09 -08:00
Eric Fischer
d842391ad9
am 7dc81e06: Merge "Import revised translations. DO NOT MERGE" into ics-mr1
...
* commit '7dc81e06e4d0554683595e8d2e318837548e249a':
Import revised translations. DO NOT MERGE
2011-11-16 11:01:06 -08:00
Eric Fischer
7dc81e06e4
Merge "Import revised translations. DO NOT MERGE" into ics-mr1
2011-11-16 10:57:45 -08:00
Eric Fischer
2f8e2e805d
Import revised translations. DO NOT MERGE
...
Change-Id: I4ef67d81f61028da84c51ed0e48231f9cdc62679
2011-11-16 09:55:52 -08:00
Daniel Sandler
c224f76303
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
2011-11-15 22:55:03 -08:00
Daniel Sandler
589f3624e0
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
2011-11-15 21:28:55 -08:00
Adam Powell
a2c5baedbb
am 45f05c95: Merge "Fix bug 5623642 - Status bar background incompatible with some legacy apps" into ics-mr1
...
* commit '45f05c9580739ffe2d665cec50efb0bb57d757ba':
Fix bug 5623642 - Status bar background incompatible with some legacy apps
2011-11-15 19:53:10 -08:00
Adam Powell
45f05c9580
Merge "Fix bug 5623642 - Status bar background incompatible with some legacy apps" into ics-mr1
2011-11-15 19:51:56 -08:00
Adam Powell
29ea525d18
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
2011-11-15 19:04:33 -08:00