596 Commits

Author SHA1 Message Date
Eric Fischer
5820aeee0b Import revised translations.
Change-Id: Iac73006cfaf846d210855496f6732cbdc6ad0de8
2011-09-02 14:44:12 -07:00
Michael Jurka
6f983a7906 Merge "Fixing orientation change bug (5098088)" 2011-09-01 17:14:11 -07:00
Michael Jurka
8b09866a25 Fixing orientation change bug (5098088)
- Also fixing language in long-press menu (5068787)

Change-Id: I941e053e6ce4c85a09f4ff82880b7c2513e54322
2011-09-01 17:11:12 -07:00
Peter Ng
622a97646d 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
2011-09-01 16:38:16 -07:00
Michael Jurka
185a251b08 Merge "Improve Recent Apps scrolling performance" 2011-08-31 18:38:43 -07:00
Michael Jurka
3cd0a59393 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
2011-08-31 17:48:40 -07:00
Jeff Sharkey
f52c70b2cc 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
2011-08-30 22:30:07 -07:00
Eric Fischer
03b1fecd53 Merge "Import revised translations." 2011-08-26 16:17:31 -07:00
Eric Fischer
6a51343975 Import revised translations.
Change-Id: I51e1fc94b7fa3fec13f7dddad62b978dd9a71d43
2011-08-26 14:49:23 -07:00
Justin Ho
dae908a391 Merge "Updated sysbar icons Bug: 5076695" 2011-08-26 13:43:48 -07:00
Justin Ho
fdfbbf62e6 New alarm clock for Phone stat_sys area
Change-Id: I7eae1f87afdd92f7979ab03db9f96273edaf7a72
2011-08-26 08:51:27 -07:00
Daniel Sandler
bf446c2a2b Merge "Windowshade visual cleanups." 2011-08-25 16:54:25 -07:00
Daniel Sandler
a3dba34dd2 Windowshade visual cleanups.
Bug: 5175050
Change-Id: Ia6ac4f6692823a17eb4f0ce0c4b9e1eb3fd16fcf
2011-08-25 15:12:20 -07:00
Daniel Sandler
6f7588850b Merge "Scale windowshade gesture parameters for screen density." 2011-08-25 14:41:07 -07:00
Justin Ho
9ebcfcaf96 Merge "Fixes the flickering we witness in crespo by increasing the luminance of the bg hash bug: 5178100" 2011-08-25 14:36:31 -07:00
Daniel Sandler
dc940eaa67 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
2011-08-25 14:35:53 -07:00
Justin Ho
46c61832cb Updated sysbar icons
Bug: 5076695

Change-Id: Iafeec01311ebed5409afae207c61f27410a6b244
2011-08-25 14:24:24 -07:00
Peter Ng
44b57ce06e Fixes the flickering we witness in crespo by increasing the luminance of the bg hash
bug: 5178100

Change-Id: Ic0f02d365a0b84f3f60c4444b1a4332e76afd5f4
2011-08-25 14:07:13 -07:00
Daniel Sandler
a4f2f3e614 Fix 5213837
Change-Id: I55d9bde628f501947821d96c25a463a6c642607e
2011-08-25 09:55:09 -07:00
Justin Ho
a32b9af718 Updated alarm clock notification icon, adding xhdpi
Bug: 5076695

Change-Id: I772ae48a95e1b5b6388aaf7bfdfcc8f13e8ef4b5
2011-08-25 08:43:43 -07:00
Dianne Hackborn
2da59ffbda Merge "Fix issue #5192141: systemui asplodes after enough tapping on the windowlist button" 2011-08-24 12:07:10 -07:00
Dianne Hackborn
cfb9f2bca3 Fix issue #5192141: systemui asplodes after enough tapping on the windowlist button
Change-Id: I5afb2d54b531d9eac9435660616579324f239812
2011-08-24 12:06:15 -07:00
Justin Ho
de48515a86 Merge "Updated background assets for notifications." 2011-08-24 11:00:15 -07:00
Peter Ng
6ccd7a59c6 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
2011-08-23 18:56:17 -07:00
Eric Fischer
8da527d843 Import revised translations.
Change-Id: I51335fa15a40d471010dbcc96e228b170f06ce7e
2011-08-22 11:09:13 -07:00
Daniel Sandler
0199679dab Merge "Low profile mode ("lights out") for phone status bar." 2011-08-19 09:37:30 -07:00
Justin Ho
fb75e3b352 Merge "Unused assets removed from SystemUI" 2011-08-19 09:03:02 -07:00
Daniel Sandler
e137a1ea99 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
2011-08-19 11:46:11 -04:00
Daniel Sandler
03eb1dca8c New icon
Bug: 4111902
Change-Id: I7a13cde205196e15fa1a0947a8d20793a358d4fc
2011-08-19 10:18:10 -04:00
Justin Ho
687f7f6b1e Unused assets removed from SystemUI
Change-Id: Ic53d604ad3bbd46063faa3f006f412483e525361
2011-08-18 09:06:12 -07:00
Dianne Hackborn
fc8fa63861 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
2011-08-17 17:45:05 -07:00
Daniel Sandler
9a5505f025 Merge "Fix drawing artifacts on glowing navigation buttons." 2011-08-17 16:22:01 -07:00
Eric Fischer
841b941202 Merge "Remove translations that contain mangled format strings." 2011-08-17 13:47:39 -07:00
Eric Fischer
a283026b45 Remove translations that contain mangled format strings.
Bug 5147271

Change-Id: I8aad101f1fca5e469ffd933cf77ac07a82f4daaa
2011-08-17 13:43:28 -07:00
Daniel Sandler
96f4818ef4 Fix drawing artifacts on glowing navigation buttons.
Bug: 5162661
Change-Id: I49d78124cc179221492af2f7bee6adf7bfe34426
2011-08-17 13:45:01 -04:00
Daniel Sandler
518a67b2b6 Merge "Remove longpress support from the software Home key." 2011-08-17 06:48:13 -07:00
Daniel Sandler
3e1cee60dd Merge "Breathing room between RSSI and battery on tablets." 2011-08-17 06:47:11 -07:00
Daniel Sandler
44a4616bf7 Remove longpress support from the software Home key.
(Rendered unnecessary by the recents button.)

Bug: 5131723
Change-Id: I9f8f34ab8b96f750ec4bdf75daeb97c0971b5404
2011-08-16 16:53:29 -04:00
Daniel Sandler
90e496bd3f Breathing room between RSSI and battery on tablets.
Bug: 5161042
Change-Id: Ibad52f40d9ddb7fda6a7867f9242e0d47b036d01
2011-08-16 16:08:03 -04:00
Eric Fischer
23018767d2 Import revised translations.
Change-Id: Ic1a72dc93b5450b90bcc46365746e61d7d9ca3e6
2011-08-15 13:19:15 -07:00
Eric Fischer
605a114631 Move date format strings to donottranslate.xml and add locale overrides.
Change-Id: Ief48888f12f5f57dfbde6d07d35bb8260fe0f9ce
2011-08-12 17:01:00 -07:00
Christian Robertson
2e347429df New RSSI cluster in status bar.
Bug: 5147463
2011-08-12 10:15:31 -04:00
Daniel Sandler
ba3711ccd3 Merge "Disable peeking at individual notifications." 2011-08-11 17:59:08 -07:00
Daniel Sandler
298a2a816a 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
2011-08-11 16:25:57 -04:00
Daniel Sandler
6140ef1b1b Merge "Remove obsolete assets." 2011-08-11 05:17:09 -07:00
Daniel Sandler
0c5c6a6f27 Merge "Clean up some effects in the phone notification panel." 2011-08-11 05:17:03 -07:00
Daniel Sandler
f159586471 Remove obsolete assets.
Bug: 5002409
Change-Id: If9e544b347ca55d0344225eff00bafed180edf8c
2011-08-11 00:23:27 -04:00
Daniel Sandler
0761e4cd95 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
2011-08-11 00:19:49 -04:00
Daniel Sandler
36412a7e7c 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
2011-08-10 16:10:59 -04:00
Daniel Sandler
cf336e10c0 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
2011-08-09 15:50:03 -04:00