Daniel Sandler
10163c689a
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
2010-12-08 11:51:05 -05:00
satok
9b40747aaa
Move IME button to right side by new desing spec
...
Bug: 3212206
- And remove mic icon
Change-Id: I46481db9afe500b244da66e1615795bf55e9a734
2010-12-07 15:15:02 +09:00
Daniel Sandler
3e8f5a2c1b
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
2010-12-03 15:55:04 -05:00
satok
eae7133bf6
Merge "Make the size of "shirt pocket" 0 when the icon of "shirt pocket" is invisible"
2010-12-02 19:23:29 -08:00
satok
2993f18b06
Make the size of "shirt pocket" 0 when the icon of "shirt pocket" is invisible
...
bug: 3230503
Change-Id: I1028a92b6ce048c39af1e89845576198132b3176
2010-12-03 12:21:56 +09:00
Joe Onorato
75362101ac
Tweak the settings panel assets / layout. Not done yet.
...
Change-Id: Ib014947f1260cb290818b7af0151fe0c165950c6
2010-12-02 16:52:18 -08:00
Joe Onorato
1e28f4110f
Brightness and volume controls in the quick settings panel.
...
Change-Id: I2d2394c84a2783772f16dbeb88664381917e0ead
2010-12-02 16:52:16 -08:00
Joe Onorato
355ebc09d2
Show the operator or wifi ssid in the status bar panel.
...
Change-Id: Ia2983bce35c5f2ab706995777c80e96cc9a4c2ae
2010-12-02 16:52:14 -08:00
Eric Fischer
d6a46103bf
Merge "Rename Indonesian and Hebrew translations to match Locale.java conventions"
2010-12-02 14:29:03 -08:00
Justin Ho
73a3aec4a6
Integrating updated SystemUI assets
...
Change-Id: I2683c16c30a543cc3365fa9f3a93a238aac272ed
2010-12-02 14:11:06 -08:00
Eric Fischer
d09a98173b
Rename Indonesian and Hebrew translations to match Locale.java conventions
...
Change-Id: Icf4f1896d13a4b6bf86503b16bde189f1834fdcc
2010-12-02 14:05:29 -08:00
Eric Fischer
198aa52429
Import revised translations.
...
Change-Id: Ie519c5155103e4f7715025d6e224b65f5fef8bb1
2010-12-01 15:15:29 -08:00
Daniel Sandler
af88937ebc
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
2010-12-01 14:20:37 -05:00
Eric Fischer
8b780ec773
Merge "Import revised translations."
2010-11-29 16:03:04 -08:00
Joe Onorato
42f8e13024
Show the network type.
...
Change-Id: I3487655dce80eef26bfd575b63eb649d9b5e5325
2010-11-29 15:52:43 -08:00
Eric Fischer
8d1efa9577
Import revised translations.
...
Change-Id: I8d5fe7c1cf2f2a7903997da38b6abfe4dcabdab7
2010-11-29 15:10:37 -08:00
Joe Onorato
536c58fbe5
Show the down back instead of the left back when the IME is up.
...
Change-Id: Ief99935c4341b492d985c5f705b41f75e6b4d291
2010-11-28 17:52:28 -08:00
Joe Onorato
5a6b4f8265
tighten up the notifciation layouts
...
Change-Id: I8e4f6a6412123fdd2d76381d568ab0bc3157b974
2010-11-27 21:58:49 -08:00
Joe Onorato
dff2e9a458
Rename strings.
...
Change-Id: I0a9d016aa5864e5d64e9cab6b0e720daaa816537
2010-11-27 16:13:36 -08:00
Joe Onorato
755cc74e4c
Rename the status bar layouts to more consistent names
...
Change-Id: Ic593e6c93794f2a2eb36576501d35be54a0a0681
2010-11-27 15:45:35 -08:00
Joe Onorato
1e66008fe6
Merge "Start filling in the system settings panel."
2010-11-26 13:27:05 -08:00
Joe Onorato
a8e3418907
Start filling in the system settings panel.
...
Change-Id: I3384bb1cf6c2339d6136764635bb010ba096659b
2010-11-26 13:19:58 -08:00
satok
cd7cd2969f
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
2010-11-25 14:02:04 +09:00
Gilles Debunne
42300fa239
Adding missing assets, created from synced designers' tree
...
Change-Id: I52c97ae90225abbea6b6b3966de705c9a5ef0e30
2010-11-24 15:22:00 -08:00
Gilles Debunne
8af253a81b
Merge "Assets moved from drawable to drawable-mdpi. hdpi created"
2010-11-24 14:43:40 -08:00
Joe Onorato
ebc8946575
Align the battery & data icons correctly.
...
Change-Id: I006897306aa70b53f4626d88729c3d7c200b9e22
2010-11-24 10:55:48 -08:00
Joe Onorato
29fc2c9705
Allow status bar panels to be on top of the status bar.
...
Change-Id: I3c74ece5f7042e6302717f4263746d59d5447ec9
2010-11-24 10:26:50 -08:00
Joe Onorato
ddbba42b81
new signal strength assets
...
Change-Id: I6387d68659ff7ccf5024f186eeb75ab33c477a1f
2010-11-23 15:54:44 -08:00
Adam Powell
637d337b58
Merge overscrolling from gingerbread.
...
Change-Id: I3eb4413261b38ddd8c609d6153bdfd4ae46c6a0f
2010-11-23 09:30:10 -08:00
Joe Onorato
794be40f8b
new battery assets
...
Change-Id: I61331a6eb237f8883bf604c0767623b08c2fa41b
2010-11-21 19:22:25 -08:00
Joe Onorato
dab75b66aa
Use new nav button assets.
...
Change-Id: I5728222ba173eedb67e6fa4c599b39b61c923e23
2010-11-21 18:25:49 -08:00
Joe Onorato
52f80cd36f
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
2010-11-21 16:16:29 -08:00
Joe Onorato
4cddc98a4b
Deal with more notifications than fit on screen.
...
Change-Id: I432b9ee73a473fe4af8b0caeede4993c67be6518
2010-11-21 16:16:29 -08:00
Joe Onorato
561d3858bb
The large icon for notifications.
...
Change-Id: I8537c602b5b5fca03be8980295bfa28330543669
2010-11-21 16:16:28 -08:00
Joe Onorato
3f76aa7755
Test for using the right size of notification info text.
...
Change-Id: Iac8764542ddcd3ef0375f6d6d03225e9f6c2fc1c
2010-11-21 16:16:28 -08:00
Joe Onorato
2026e8d468
Show the icon in the compatibilty ticker.
...
Change-Id: Ib0f466a6773f9e66ad418bf48303504dedf73d21
2010-11-21 16:16:28 -08:00
Joe Onorato
8595a3dd9a
Show the number in the expanded notification instead of in the bar.
...
Change-Id: I248b4fe1732ed290e9f3f9c094de4544a0e396ab
2010-11-21 16:16:28 -08:00
Joe Onorato
46439cec0e
Update the look of the notifications. Includes adding a new Notification.Builder class.
...
Change-Id: I7c57b81c45defe77d6f3d22472e9cf8432bbed03
2010-11-21 16:16:27 -08:00
Daniel Sandler
b96069936c
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
2010-11-19 14:47:59 -05:00
Eric Fischer
ec5e0cd80a
Merge "Import initial translations for 20 new locales."
2010-11-18 17:12:43 -08:00
Gilles Debunne
0b91fda283
Assets moved from drawable to drawable-mdpi. hdpi created
...
Change-Id: I1101e51f85fe44a635f48becb99d190465012379
2010-11-18 12:29:12 -08:00
Daniel Sandler
051dccf6fc
Hello, HoloClock.
...
Bug: 3203162
Change-Id: I3c4fb47eb4fd7f6de966055e0d0a5de77b0c4eac
2010-11-18 13:54:18 -05:00
Joe Onorato
4daaeafd27
Status bar formatting tweaks
...
Change-Id: Icb6c8d87e109d9e133e86b0fdb7bea12fe376d92
2010-11-17 23:14:57 -08:00
Joe Onorato
3f1845ffec
Use an triangle instead of a gear
...
Change-Id: Ic2a04045133a1d328bd1b3a4eee11ad3dc54143f
2010-11-17 20:48:18 -08:00
Daniel Sandler
73bfdfe07a
Merge "Implement new lights-out mode in system bar."
2010-11-17 17:11:30 -08:00
Eric Fischer
113141e091
Import initial translations for 20 new locales.
...
Change-Id: I37d479c9d6293eb57d68ad686d00838445a18890
2010-11-17 16:24:41 -08:00
Daniel Sandler
b6d3dc6897
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
2010-11-17 16:51:26 -05:00
Eric Fischer
f877febb5c
Import revised translations.
...
Change-Id: I0433434e0ac7e590a066a4e0b435278293089dbd
2010-11-17 11:36:19 -08:00
Joe Onorato
cf2b199e98
Updated layouts for new status bar
...
Change-Id: I30dc7c458669c4e6a35c67b7815a00ebbbae8dd3
2010-11-16 21:36:42 -08:00
Joe Onorato
8a576713e2
Add the quick settings panel. There's currently nothing in it.
...
Change-Id: I71195c7b0bd2b902da1c60527b6e23964b1ea4fc
2010-11-15 17:45:03 -08:00