Chet Haase
9023cf9101
Merge "Set wallpaper bitmap reference to null before reloading" into jb-mr1-dev
2012-10-25 12:19:34 -07:00
Chet Haase
589a6af173
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
2012-10-25 11:57:09 -07:00
Daniel Sandler
c3fc322286
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
2012-10-25 13:28:33 -04:00
Daniel Sandler
cf72fd5cc5
am 829e0015: am 0c707b2b: am 38c904a6: Merge changes Ia0c2450f,I0fac062f into jb-mr1-dev
...
* commit '829e001546a96a63b7a742b3dfa1bfa6c592029e':
Be a little more lenient with panel-open gestures.
Missing copyright headers.
2012-10-24 18:04:34 -07:00
Daniel Sandler
38c904a6bc
Merge changes Ia0c2450f,I0fac062f into jb-mr1-dev
...
* changes:
Be a little more lenient with panel-open gestures.
Missing copyright headers.
2012-10-24 17:55:10 -07:00
Baligh Uddin
e0505c83e4
Import translations. DO NOT MERGE
...
Change-Id: Ic50c355af152a41837e7df32490cbb4fd3486ef1
Auto-generated-cl: translation import
2012-10-24 12:48:59 -07:00
Baligh Uddin
de18c8bf21
Import translations. DO NOT MERGE
...
Change-Id: I3717e675767f545d33b89efc85909a2d172808b8
Auto-generated-cl: translation import
2012-10-24 12:45:34 -07:00
Daniel Sandler
be2cf3206e
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
2012-10-24 15:23:42 -04:00
Daniel Sandler
50a531337e
Missing copyright headers.
...
Change-Id: I0fac062ffa52fc21f32d25d3f0a38e263e701c46
2012-10-24 15:02:27 -04:00
Hiroshi Lockheimer
850c0fc630
am b68a3a47: am 4fed68a2: am c63aa962: Merge "Fix NPE." into jb-mr1-dev
...
* commit 'b68a3a47eff1f61322f3f65d1f9e89753676d8e7':
Fix NPE.
2012-10-23 16:36:11 -07:00
Hiroshi Lockheimer
c63aa96218
Merge "Fix NPE." into jb-mr1-dev
2012-10-23 16:26:25 -07:00
Daniel Sandler
1a3bdd5097
Fix NPE.
...
Bug: 7401286
Change-Id: I45334c4b2263bb611952b7dd949f5df98556377d
2012-10-23 19:21:20 -04:00
Michael Jurka
51f1de2a4b
am 4c88f8a1: am e66083db: am a665df57: Merge "Use lighter background for Recents" into jb-mr1-dev
...
* commit '4c88f8a13dd85a6ffd214d5c547e476f882109a7':
Use lighter background for Recents
2012-10-23 15:16:02 -07:00
Michael Jurka
a665df573e
Merge "Use lighter background for Recents" into jb-mr1-dev
2012-10-23 15:06:46 -07:00
Michael Jurka
9ed2bebe09
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
2012-10-23 15:02:57 -07:00
Baligh Uddin
2da06ce6fc
Merge "Import translations. DO NOT MERGE"
2012-10-23 11:23:09 -07:00
Baligh Uddin
8ed482224c
Merge "Import translations. DO NOT MERGE" into jb-mr1-dev
2012-10-23 11:19:07 -07:00
Daniel Sandler
7d747cdf20
am c43d26d4: am d9a4371d: am 365ece1d: Merge "Dreams/Sleep Mode is now Daydreams." into jb-mr1-dev
...
* commit 'c43d26d412c6e35f0b0afc8e223035a746801d06':
Dreams/Sleep Mode is now Daydreams.
2012-10-23 10:40:46 -07:00
Baligh Uddin
8a1ab4adfe
Import translations. DO NOT MERGE
...
Change-Id: I2e52a9350aa7c2b87c7488af16bebef467f1e627
Auto-generated-cl: translation import
2012-10-23 10:37:49 -07:00
Baligh Uddin
8cd4ef8f7b
Import translations. DO NOT MERGE
...
Change-Id: I349b6bc4c17141a0ac74e50b573382a2cf694f7e
Auto-generated-cl: translation import
2012-10-23 10:34:11 -07:00
Daniel Sandler
365ece1dd0
Merge "Dreams/Sleep Mode is now Daydreams." into jb-mr1-dev
2012-10-23 10:31:23 -07:00
Daniel Sandler
ae760c46ac
am 6499b21d: am 57e71ebb: am 0058f4ed: Merge "Reset ExpandHelper when the panel is collapsed." into jb-mr1-dev
...
* commit '6499b21d83314f7a0f9c2e5180fd50726432ea87':
Reset ExpandHelper when the panel is collapsed.
2012-10-23 08:42:21 -07:00
Daniel Sandler
0058f4ed50
Merge "Reset ExpandHelper when the panel is collapsed." into jb-mr1-dev
2012-10-23 08:34:57 -07:00
Daniel Sandler
ac47ff70c3
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
2012-10-23 10:41:44 -04:00
John Spurlock
89218ad198
am 23fcad71: am b64150e7: am 780a13b0: Merge "Fix nav bar glitch when quickly turning screen off then on." into jb-mr1-dev
...
* commit '23fcad7116fb92d6e32a0c8f80d53eb3d01c5706':
Fix nav bar glitch when quickly turning screen off then on.
2012-10-23 05:53:47 -07:00
John Spurlock
780a13b0f4
Merge "Fix nav bar glitch when quickly turning screen off then on." into jb-mr1-dev
2012-10-23 04:10:29 -07:00
Daniel Sandler
bd9cafa433
Dreams/Sleep Mode is now Daydreams.
...
Bug: 7395321
Change-Id: I3173cd9205df94217911a2d432d1be1db9e3d539
2012-10-23 01:21:33 -04:00
Amith Yamasani
db4825f45f
am 76542206: am 9d20663d: am 0b828ee0: Merge "Set the correct flags for brightness dialog to show on all users" into jb-mr1-dev
...
* commit '76542206e3cca74f86c28e73552107eb596ad1cb':
Set the correct flags for brightness dialog to show on all users
2012-10-22 16:36:28 -07:00
Michael Jurka
9abfb2325d
am 061ccc14: am be26411f: am 4ce82df5: Merge "Solve issue where labels in Recents were blank" into jb-mr1-dev
...
* commit '061ccc14035469fb7e97768cb7d09a3561e1450a':
Solve issue where labels in Recents were blank
2012-10-22 16:33:05 -07:00
Amith Yamasani
0b828ee0d5
Merge "Set the correct flags for brightness dialog to show on all users" into jb-mr1-dev
2012-10-22 16:25:22 -07:00
Michael Jurka
4ce82df5cc
Merge "Solve issue where labels in Recents were blank" into jb-mr1-dev
2012-10-22 16:23:44 -07:00
Michael Jurka
fe09ad80bc
Solve issue where labels in Recents were blank
...
Bug: 7352816
Change-Id: Ic0d7f35191ce973a71744aa6ea81351b7bdb8d50
2012-10-22 16:14:26 -07:00
Amith Yamasani
7ecdc7fd9b
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
2012-10-22 16:09:58 -07:00
John Spurlock
1bbd49d72e
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
2012-10-22 17:10:25 -04:00
Svetoslav Ganov
fb4f80ae59
am 8ad9c9df: am a96040a7: am d07f8d0b: Merge "Re-fixing content descritpion on quick settings toggle. Bug: 7362316" into jb-mr1-dev
...
* commit '8ad9c9df0098d7f1fc3bf08868f4e715bdaa9be5':
Re-fixing content descritpion on quick settings toggle. Bug: 7362316
2012-10-22 13:54:03 -07:00
Svetoslav Ganov
d07f8d0b37
Merge "Re-fixing content descritpion on quick settings toggle. Bug: 7362316" into jb-mr1-dev
2012-10-22 13:45:13 -07:00
Daniel Sandler
f17253cd18
am d3692911: am 45fc052d: am a4be1b2b: Merge "Fix empty notification panel." into jb-mr1-dev
...
* commit 'd36929110de13ac6e3e1ca5eaf40e3236c7d8a49':
Fix empty notification panel.
2012-10-22 12:23:13 -07:00
Daniel Sandler
505e0c0f20
am 73399376: am 03b86a9b: am 564c03da: Merge "Really hide the settings button on tablets." into jb-mr1-dev
...
* commit '733993762ec30393284127104651dd2c99d6a3d9':
Really hide the settings button on tablets.
2012-10-22 12:21:29 -07:00
Daniel Sandler
a4be1b2bcd
Merge "Fix empty notification panel." into jb-mr1-dev
2012-10-22 12:14:13 -07:00
Daniel Sandler
564c03dac5
Merge "Really hide the settings button on tablets." into jb-mr1-dev
2012-10-22 12:12:48 -07:00
Daniel Sandler
50bc4f5a7c
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
2012-10-22 14:47:55 -04:00
Daniel Sandler
7382a025a7
Really hide the settings button on tablets.
...
Bug: 7382185
Change-Id: Id452e2499ba2089b8cfb0071b6aedf6d1d917b35
2012-10-22 14:37:20 -04:00
Michael Jurka
c2974fcdb8
am 6e48d399: am 662cfc2a: am 39c65262: Merge "Add NPE check to fix crash in Recents" into jb-mr1-dev
...
* commit '6e48d399208990f50937ae884c2b3500a6dcd51c':
Add NPE check to fix crash in Recents
2012-10-22 11:22:11 -07:00
Michael Jurka
2a430cccc2
Add NPE check to fix crash in Recents
...
Bug: 7383315
2012-10-22 10:56:18 -07:00
Daniel Sandler
99f4cdc812
am d1ccf94b: am 694722da: am cc0106cd: Merge "Properly show emoji in the notification ticker." into jb-mr1-dev
...
* commit 'd1ccf94b59279c50af12a804e0262ff205d53239':
Properly show emoji in the notification ticker.
2012-10-22 08:24:16 -07:00
Daniel Sandler
bea80c0d13
am 06d1fda4: am f1503ad1: am 3c84c9bc: Merge "Show brightness dialog for all users." into jb-mr1-dev
...
* commit '06d1fda40b660666f24c786cb3e7cd038234ec76':
Show brightness dialog for all users.
2012-10-22 08:24:13 -07:00
Daniel Sandler
cc0106cd99
Merge "Properly show emoji in the notification ticker." into jb-mr1-dev
2012-10-22 08:17:59 -07:00
Daniel Sandler
3c84c9bc7a
Merge "Show brightness dialog for all users." into jb-mr1-dev
2012-10-22 08:16:14 -07:00
Daniel Sandler
c2c4f8d895
am 50ad6326: am 466b77e9: am 2dd0c3a5: Merge "New lockscreen: allow search gesture from nav bar." into jb-mr1-dev
...
* commit '50ad6326c5814d092cf1510847bcdfb940a46738':
New lockscreen: allow search gesture from nav bar.
2012-10-22 08:07:05 -07:00
Daniel Sandler
2dd0c3a576
Merge "New lockscreen: allow search gesture from nav bar." into jb-mr1-dev
2012-10-22 07:59:18 -07:00