Craig Mautner
def34eb775
Merge "Ensure bar window state is SHOWING after rotate if visible." into klp-dev
2013-11-06 23:19:58 +00:00
Craig Mautner
a724d86537
Merge "Fix incorrect looping limits." into klp-dev
2013-11-06 22:20:25 +00:00
John Spurlock
c23bd80b38
Ensure bar window state is SHOWING after rotate if visible.
...
Bug:11544694
Change-Id: Ied56f01a931f33437bdc05d026006cabcdef0149
2013-11-06 17:09:51 -05:00
Craig Mautner
db5c4fb864
Fix incorrect looping limits.
...
One cannot iterate across an entire list if one both removes an entry
and increments the index into the list. Do one or the other or you
will end up with bugs like 11556768 which is now fixed.
Change-Id: I57f1ad13075a005cae3c1cbfae10e230d9af143a
2013-11-06 13:55:08 -08:00
John Spurlock
10b9ac807f
Merge "Fix lockscreen camera preview position in RTL." into klp-dev
2013-11-06 21:48:41 +00:00
Jim Miller
3229346994
Merge "Fix issue where transport control shows up off-screen on tablets" into klp-dev
2013-11-06 21:15:17 +00:00
Michael Wright
6a29778eeb
Merge "Continue synthesizing data even after brightness adjustment" into klp-dev
2013-11-06 20:33:08 +00:00
John Spurlock
b6c3b20d71
Fix lockscreen camera preview position in RTL.
...
Bug:11263914
Change-Id: Ic3e5157ceb82495d10afd74b3af2655434a9467c
2013-11-06 14:44:54 -05:00
Victoria Lease
c89eaf916a
Merge "Fix for Typeface.create(Typeface, style) semantics changed in KK" into klp-dev
2013-11-06 19:30:23 +00:00
Raph Levien
4f0064fa34
Fix for Typeface.create(Typeface, style) semantics changed in KK
...
This is a fix for bug 11553661. The "closest match" heuristic for
resolving a typeface when an exact match was not found changed between
JB MR2 and KK, resulting in loss of custom typeface when StyleSpan was
applied. This patch reinstates the logic that had been present. Also
reported externally as:
https://code.google.com/p/android/issues/detail?id=61771
Change-Id: Ia432fca07c4bf3b830ee2487cd8f5267a9cfb7ff
2013-11-06 11:16:01 -08:00
Michael Jurka
04cead14b6
Merge "Fix calculation of default wallpaper size" into klp-dev
2013-11-06 19:06:50 +00:00
Patrick Tjin
bd9513f3b2
Merge "Add HSPA+ to BatteryStats" into klp-dev
2013-11-06 18:12:47 +00:00
Ruben Brunk
6fe15c3d5f
Merge "gcam: Avoid leaking repeating CaptureRequests." into klp-dev
2013-11-06 18:07:28 +00:00
Adam Lesinski
1aac29c3dd
Merge "Fix off-by-one issue when removing from Iterator" into klp-dev
2013-11-06 17:49:21 +00:00
Patrick Tjin
b71703cfdf
Add HSPA+ to BatteryStats
...
HSPA+ was being shown as connection type other in battery
statistics because it was not updated when TelephonyManager
was changed.
Bug: 11552902
Change-Id: I85ce7c393bf93010a4ac8437f14684015ad0391a
2013-11-06 17:29:33 +00:00
Eric Laurent
7791b84c15
Merge "AudioService: fix notifications with A2DP abs volume" into klp-dev
2013-11-06 16:39:12 +00:00
Michael Jurka
b922178dce
Merge "More background protection in Recents for status bar" into klp-dev
2013-11-06 12:38:23 +00:00
Michael Jurka
eed96a0b90
Fix calculation of default wallpaper size
...
Bug: 11324470
2013-11-06 13:22:51 +01:00
Jim Miller
81190befe6
Fix issue where transport control shows up off-screen on tablets
...
This fix selects the current page ealier in the reconstruction
of Keyguard to ensure the layout bounds of KeyguardWidgetPager are
correct by the time it does the initial layout.
In addition this change postpones selecting the transport page if
the transport was just added.
Fixes bug 11287144
Change-Id: I92ba8bb5e13c166d13fbaa26881f5034d5ab2104
2013-11-05 21:14:18 -08:00
John Spurlock
499c7eeb9a
Merge "Update remaining settings icon with old style." into klp-dev
2013-11-06 02:48:07 +00:00
John Spurlock
88f3d6bde0
Update remaining settings icon with old style.
...
Bug:11412369
Change-Id: I7827e3060d9dbf320c23ac7c43e4ef4a5fae3773
2013-11-05 21:41:23 -05:00
John Spurlock
9d383ece52
Merge "Fix recent regression in DrawableContainer." into klp-dev
2013-11-06 02:29:20 +00:00
Chris Craik
6fbd4829a9
Merge "Work around nested SaveLayerAlpha bug" into klp-dev
2013-11-06 02:20:20 +00:00
Chris Craik
362adb84d9
Work around nested SaveLayerAlpha bug
...
bug:11481077
Because TextView marquee and KeyguardSecurityViewFlipper use SaveLayer
(for the marquee fading effect and view alpha, respectively), both can
be nested, which hits a bug in the renderer resulting in artifacts.
Workaround this by setting a hardware layer on the marquee, so that
those marquee effects are drawn outside of the ViewFlipper.
Change-Id: If8b7ebb20d3959cb930a8bea2146ba3f8e659612
2013-11-05 17:41:21 -08:00
Adam Koch
be0b05a028
Merge "Doc fix: add more detail to BitmapFactory.Options.inPurgeable flag. Bug: 6064760" into klp-dev
2013-11-06 01:13:44 +00:00
John Spurlock
f68bb66c6e
Fix recent regression in DrawableContainer.
...
Ensure optical insets are never null.
Bug:11537082
Change-Id: Ib75be83909fac612ae947f501835285cd8a79862
2013-11-05 19:15:41 -05:00
Robert Greenwalt
4653837b78
Merge "Add config var for single-pdn devices/networks." into klp-dev
2013-11-05 23:58:07 +00:00
Michael Wright
65031a2913
Continue synthesizing data even after brightness adjustment
...
Bug: 11337887
Change-Id: I80adb330c4e9250965030626634002a1b9c999cf
2013-11-05 15:49:52 -08:00
Adam Koch
e1693df494
Doc fix: add more detail to BitmapFactory.Options.inPurgeable flag.
...
Bug: 6064760
Change-Id: I3fd833a3205be451ff6548fab3555d170c9c570e
2013-11-05 16:00:09 -05:00
Vineeta Srivastava
65d4a84b98
Merge "Setting Tethering profile for specific network" into klp-dev
2013-11-05 20:50:09 +00:00
John Spurlock
47c46dd56d
Merge "Battery icon tweaks." into klp-dev
2013-11-05 20:48:42 +00:00
Jeff Sharkey
5f4affdab8
Merge "Clarify DocumentsProvider recents behavior." into klp-dev
2013-11-05 20:46:11 +00:00
John Spurlock
a90f816048
Merge "Enable translucent system bars on the lockscreen by default." into klp-dev
2013-11-05 20:45:15 +00:00
Jeff Sharkey
74b0f5acdf
Merge "Let Shell modify secondary external storage." into klp-dev
2013-11-05 20:44:09 +00:00
Jeff Sharkey
37ed78e504
Clarify DocumentsProvider recents behavior.
...
Bug: 11448309
Change-Id: I17e0ac757e549b251e08d58d5ce7d25fb253883f
2013-11-05 12:38:21 -08:00
Jeff Sharkey
39da553694
Let Shell modify secondary external storage.
...
Bug: 11520256
Change-Id: I010a9cf07ff185aefcc2fdb71076d2e97e1f03a3
2013-11-05 12:18:24 -08:00
Christopher Tate
8869d6f353
Merge "Extend preferred-app preload support for complex resolutions" into klp-dev
2013-11-05 18:42:58 +00:00
Robert Greenwalt
8e090d7411
Add config var for single-pdn devices/networks.
...
bug:10212445
Change-Id: Iec98bb4a6ad3a38eb7fe876ebcb10515b8a789b7
2013-11-05 10:29:01 -08:00
Dianne Hackborn
d64744cc76
Merge "Help out with issue #11497149 : Clock app crashes when opened during..." into klp-dev
2013-11-05 18:17:01 +00:00
seonju.oh
725e2655e8
Setting Tethering profile for specific network
...
US CellOneIL - 311-190
Bug:11455011
Change-Id: Ia6a5d0bf1d23b4e9281211eb0e32c04905727a04
2013-11-05 09:50:16 -08:00
John Spurlock
d8595fd8fe
Battery icon tweaks.
...
Fix bottom padding, better bolt placement on non-HH devices.
Bug:11412369
Change-Id: I102a5ece73b2fcb5f78305c925fc2ed5fe9b2884
2013-11-05 11:55:04 -05:00
Baligh Uddin
41c3cb387a
Merge "Import translations. DO NOT MERGE" into klp-dev
2013-11-05 15:55:38 +00:00
Baligh Uddin
48557d6db3
Merge "Import translations. DO NOT MERGE" into klp-dev
2013-11-05 15:55:35 +00:00
Baligh Uddin
0bdaa9a5a3
Merge "Import translations. DO NOT MERGE" into klp-dev
2013-11-05 15:55:18 +00:00
Baligh Uddin
17e8f4377c
Merge "Import translations. DO NOT MERGE" into klp-dev
2013-11-05 15:55:11 +00:00
Baligh Uddin
b8ea1228c2
Merge "Import translations. DO NOT MERGE" into klp-dev
2013-11-05 15:54:58 +00:00
Baligh Uddin
6a2ab88807
Merge "Import translations. DO NOT MERGE" into klp-dev
2013-11-05 15:54:53 +00:00
Baligh Uddin
73b0697314
Merge "Import translations. DO NOT MERGE" into klp-dev
2013-11-05 15:54:49 +00:00
Craig Mautner
2722d79f01
Merge "Remove harmful visibility test." into klp-dev
2013-11-05 15:45:10 +00:00
John Spurlock
fa02aded83
Enable translucent system bars on the lockscreen by default.
...
Bug:11442758
Change-Id: Ic143977d8c2686c6b4e48a09fd116d46ff1e98e9
2013-11-05 10:09:25 -05:00