Baligh Uddin
9ed5d0ef79
Merge "Import translations. DO NOT MERGE"
2012-10-29 15:14:02 -07:00
Daniel Sandler
c3089930d8
am 1b38ea48: am 6b2d4196: am 50e1f9eb: Merge "Final icon for (Day)dreams." into jb-mr1-dev
...
* commit '1b38ea484b3b474a6fcdfd817ec7234fb0596b98':
Final icon for (Day)dreams.
2012-10-29 13:43:10 -07:00
Daniel Sandler
3f29efe224
am 07791574: am 3e41588b: am d85a960b: Merge "Fix Google Now on lockscreen." into jb-mr1-lockscreen-dev
...
* commit '0779157434a7b4ac8842f594a37dbda2079311f3':
Fix Google Now on lockscreen.
2012-10-29 13:42:17 -07:00
Daniel Sandler
6b2d41966a
am 50e1f9eb: Merge "Final icon for (Day)dreams." into jb-mr1-dev
...
* commit '50e1f9eb9333451f0e07b1878b5a78bbcdec27ab':
Final icon for (Day)dreams.
2012-10-29 13:31:55 -07:00
Daniel Sandler
3e41588b93
am d85a960b: Merge "Fix Google Now on lockscreen." into jb-mr1-lockscreen-dev
...
* commit 'd85a960b14203f63c7e2b8b16235b60ea1023151':
Fix Google Now on lockscreen.
2012-10-29 13:31:04 -07:00
Baligh Uddin
3af4f620a8
Import translations. DO NOT MERGE
...
Change-Id: Ide6197bbfefc0d74400e594f87c983eee2a75f66
Auto-generated-cl: translation import
2012-10-29 10:20:09 -07:00
Baligh Uddin
d17c9d2d35
Import translations. DO NOT MERGE
...
Change-Id: I42c4538d76548f3f42208b80e7b68957c3be10ad
Auto-generated-cl: translation import
2012-10-28 10:41:34 -07:00
Baligh Uddin
8fb23898a5
Import translations. DO NOT MERGE
...
Change-Id: I252feb4a5dda101a56609fff1d17447375250153
Auto-generated-cl: translation import
2012-10-28 10:37:53 -07:00
Baligh Uddin
83fc0be8e7
am 1b9a1418: am c3984879: (-s ours) Merge "Import translations. DO NOT MERGE" into jb-mr1-dev
...
* commit '1b9a1418ad7cee07f80ef8eef330ad6c479e34a6':
2012-10-26 15:18:27 -07:00
Daniel Sandler
50e1f9eb93
Merge "Final icon for (Day)dreams." into jb-mr1-dev
2012-10-26 12:29:13 -07:00
Daniel Sandler
b055aa8ec0
Final icon for (Day)dreams.
...
Bug: 7395321
Change-Id: I20ec252a1bf69664a6687016d281ad680d76a48f
2012-10-26 15:13:57 -04:00
Chet Haase
0a35a9e4a1
am 37487666: am b36dca1b: am 9023cf91: Merge "Set wallpaper bitmap reference to null before reloading" into jb-mr1-dev
...
* commit '374876666cde37f52444f5f038bd4f5f04c47061':
Set wallpaper bitmap reference to null before reloading
2012-10-25 12:28:55 -07:00
Chet Haase
b3975088b6
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
2012-10-25 12:23:20 -07:00
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