Adam Lesinski
9aaf4e13f0
am 35040fdc: am 1aac29c3: Merge "Fix off-by-one issue when removing from Iterator" into klp-dev
...
* commit '35040fdc428669bf7e3a1ec9ea388fb49ede32df':
Fix off-by-one issue when removing from Iterator
2013-11-06 09:54:46 -08:00
Adam Lesinski
35040fdc42
am 1aac29c3: Merge "Fix off-by-one issue when removing from Iterator" into klp-dev
...
* commit '1aac29c3dd6feece257882469d9825255c69c736':
Fix off-by-one issue when removing from Iterator
2013-11-06 09:51:14 -08: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
4feaa2e0b6
am 1a231f5f: am e661b541: am 7791b84c: Merge "AudioService: fix notifications with A2DP abs volume" into klp-dev
...
* commit '1a231f5fdabb00e491d86abf878efb15588012da':
AudioService: fix notifications with A2DP abs volume
2013-11-06 08:52:07 -08:00
Michael Jurka
f35fac93cd
am b1b0266d: am 8ef6da5c: am b922178d: Merge "More background protection in Recents for status bar" into klp-dev
...
* commit 'b1b0266dc7dd1e91bc40900085c9bb85356612db':
More background protection in Recents for status bar
2013-11-06 08:52:01 -08:00
Eric Laurent
1a231f5fda
am e661b541: am 7791b84c: Merge "AudioService: fix notifications with A2DP abs volume" into klp-dev
...
* commit 'e661b541a5b0b1d427e613df8d6f060bcf3ba80e':
AudioService: fix notifications with A2DP abs volume
2013-11-06 08:44:19 -08:00
Eric Laurent
e661b541a5
am 7791b84c: Merge "AudioService: fix notifications with A2DP abs volume" into klp-dev
...
* commit '7791b84c153463431635d2a8aa0fda7f1d8763a7':
AudioService: fix notifications with A2DP abs volume
2013-11-06 08:40:55 -08: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
b1b0266dc7
am 8ef6da5c: am b922178d: Merge "More background protection in Recents for status bar" into klp-dev
...
* commit '8ef6da5c9e40ae73a4f73be72df28d51fffcfaad':
More background protection in Recents for status bar
2013-11-06 05:01:22 -08:00
Michael Jurka
8ef6da5c9e
am b922178d: Merge "More background protection in Recents for status bar" into klp-dev
...
* commit 'b922178dce8464aa46203812d8bd4424c47ba486':
More background protection in Recents for status bar
2013-11-06 04:58:34 -08: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
1288608eee
am 46cfab75: am b2b56eae: am 499c7eeb: Merge "Update remaining settings icon with old style." into klp-dev
...
* commit '46cfab7587920d7175308952ab575954a81b3aff':
Update remaining settings icon with old style.
2013-11-05 19:18:05 -08:00
John Spurlock
46cfab7587
am b2b56eae: am 499c7eeb: Merge "Update remaining settings icon with old style." into klp-dev
...
* commit 'b2b56eaeb19e8974bc7c1fee5039c0491e07fe8f':
Update remaining settings icon with old style.
2013-11-05 19:15:16 -08:00
John Spurlock
feafc99bdf
am fc5ef04e: am e88d14a8: am 9d383ece: Merge "Fix recent regression in DrawableContainer." into klp-dev
...
* commit 'fc5ef04e4d1e3eca1d807d00f12a3f84f8028b8b':
Fix recent regression in DrawableContainer.
2013-11-05 18:59:18 -08:00
Chris Craik
ab2525dd60
am 8c08fc27: am f918444f: am 6fbd4829: Merge "Work around nested SaveLayerAlpha bug" into klp-dev
...
* commit '8c08fc27bba86f92773a5bcb0a14e8e4e03e5de1':
Work around nested SaveLayerAlpha bug
2013-11-05 18:59:14 -08:00
John Spurlock
fc5ef04e4d
am e88d14a8: am 9d383ece: Merge "Fix recent regression in DrawableContainer." into klp-dev
...
* commit 'e88d14a8b8101248ce0a3b3b00993fd1393f6be2':
Fix recent regression in DrawableContainer.
2013-11-05 18:56:58 -08:00
Chris Craik
8c08fc27bb
am f918444f: am 6fbd4829: Merge "Work around nested SaveLayerAlpha bug" into klp-dev
...
* commit 'f918444fdd34183c2577efe05a05ad3a0cdaba27':
Work around nested SaveLayerAlpha bug
2013-11-05 18:56:52 -08:00
Andy Hung
52d8aa79a3
Add "throws IOException" to MediaCodec constructors (3)
...
Change to add "throws IOException" to android.media.MediaCodec
(createByCodecName|createDecoderByType|createEncoderByType). The exception was
previously thrown through the native JNI, but not explicitly declared.
Requires changes to existing code for declaration compatibility.
Bug: 11364276
Change-Id: Ia0d3481397285cb1503bedde37d4651934b3a481
Signed-off-by: Andy Hung <hunga@google.com>
2013-11-05 18:54:43 -08:00
John Spurlock
b2b56eaeb1
am 499c7eeb: Merge "Update remaining settings icon with old style." into klp-dev
...
* commit '499c7eeb9ad59e5449481eb871db24a176f2ccdb':
Update remaining settings icon with old style.
2013-11-05 18:50:36 -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
e88d14a8b8
am 9d383ece: Merge "Fix recent regression in DrawableContainer." into klp-dev
...
* commit '9d383ece52620b0358bcfae7f2102b64acd1d5cb':
Fix recent regression in DrawableContainer.
2013-11-05 18:35:00 -08:00
John Spurlock
9d383ece52
Merge "Fix recent regression in DrawableContainer." into klp-dev
2013-11-06 02:29:20 +00:00
Chris Craik
f918444fdd
am 6fbd4829: Merge "Work around nested SaveLayerAlpha bug" into klp-dev
...
* commit '6fbd4829a9614f0d6c668cd5ccba6cabdaeb81a0':
Work around nested SaveLayerAlpha bug
2013-11-05 18:23:00 -08:00
Chris Craik
6fbd4829a9
Merge "Work around nested SaveLayerAlpha bug" into klp-dev
2013-11-06 02:20:20 +00:00
Adam Powell
18e905f42d
Make Scenes and Transitions first-class in PhoneWindow/Themes
...
Add a window feature for content transitions. This implicitly creates
a Scene for each setContentView operation and runs the appropriate
transition. Applications can specify a TransitionManager XML in their
theme that will apply the appropriate transitions when these implicit
scene changes occur. Apps can specify a "to" with no "from" in a
transition to request an entrance transition for the given
content. This lays the groundwork for further full content
change/activity to activity transitions.
Change-Id: Ic815d9e0b9ce958152d70bf6ee01be075aa9fe88
2013-11-05 17:49:56 -08:00
Adam Koch
9189977383
am 66e47c5f: am 0c5268c3: am be0b05a0: Merge "Doc fix: add more detail to BitmapFactory.Options.inPurgeable flag. Bug: 6064760" into klp-dev
...
* commit '66e47c5feca7425b0f2afbe3b4abb513b4f05279':
Doc fix: add more detail to BitmapFactory.Options.inPurgeable flag. Bug: 6064760
2013-11-05 17:46:24 -08:00
Adam Koch
66e47c5fec
am 0c5268c3: am be0b05a0: Merge "Doc fix: add more detail to BitmapFactory.Options.inPurgeable flag. Bug: 6064760" into klp-dev
...
* commit '0c5268c3595ca029919df55453a2607cca06b361':
Doc fix: add more detail to BitmapFactory.Options.inPurgeable flag. Bug: 6064760
2013-11-05 17:44:03 -08: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
0c5268c359
am be0b05a0: Merge "Doc fix: add more detail to BitmapFactory.Options.inPurgeable flag. Bug: 6064760" into klp-dev
...
* commit 'be0b05a028ebc1b49ed32b79d53af384106c31a3':
Doc fix: add more detail to BitmapFactory.Options.inPurgeable flag. Bug: 6064760
2013-11-05 17:15:23 -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
Chris Craik
6ed16a89d8
am 0b807d2e: Merge "Update the layer\'s alpha value upon composition of the layer"
...
* commit '0b807d2e74f786af0d44162d92cc0bf85883349a':
Update the layer's alpha value upon composition of the layer
2013-11-05 17:08:00 -08:00
Chris Craik
0b807d2e74
Merge "Update the layer's alpha value upon composition of the layer"
2013-11-06 01:05:54 +00:00
Dirk Dougherty
b92fd5d893
am 813ff58a: am 4ef4d898: resolved conflicts for merge of 790f9183 to klp-ub-dev
...
* commit '813ff58aba8cfdfd84a41c15693515c4598fd9bb':
2013-11-05 16:52:05 -08:00
Dirk Dougherty
813ff58aba
am 4ef4d898: resolved conflicts for merge of 790f9183 to klp-ub-dev
...
* commit '4ef4d898f6adc1b8dbabc4178b981567d6f377b2':
2013-11-05 16:49:03 -08:00
Robert Greenwalt
063cdf44f8
am 146c90ed: am 5ce5c9bc: am 4653837b: Merge "Add config var for single-pdn devices/networks." into klp-dev
...
* commit '146c90edaaf9517d361648fb410eb5b6527599b7':
Add config var for single-pdn devices/networks.
2013-11-05 16:32:48 -08:00
Robert Greenwalt
146c90edaa
am 5ce5c9bc: am 4653837b: Merge "Add config var for single-pdn devices/networks." into klp-dev
...
* commit '5ce5c9bcc5e10488bf3b2e75722076322e82dedf':
Add config var for single-pdn devices/networks.
2013-11-05 16:30:26 -08:00
Christopher Tate
3aeea1f25a
System package permission decls take precedence over 3rd party apps'
...
In particular, if a 3rd party app tries to define a permission that
turns out to be defined by system packages following an upgrade,
the system package gets ownership and grants are re-evaluated
on that basis.
Bug 11242510
Change-Id: Id3a2b53d52750c629414cd8226e33e5e03dd0c54
2013-11-05 16:27:07 -08:00
Dirk Dougherty
4ef4d898f6
resolved conflicts for merge of 790f9183 to klp-ub-dev
...
Change-Id: I11c97db0ef83f59d629fb9406bb0e240714e5f89
2013-11-05 16:17:27 -08: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
Joe Fernandez
35dfaa2772
am dc63495c: am 1bf47874: resolved conflicts for merge of 559a00ad to klp-ub-dev
...
* commit 'dc63495cbab63837c2d59d79b322f944616746d2':
2013-11-05 16:12:19 -08:00
Joe Fernandez
dc63495cba
am 1bf47874: resolved conflicts for merge of 559a00ad to klp-ub-dev
...
* commit '1bf478743eeb0d33721f0f5bede004070a5bc70d':
2013-11-05 16:10:05 -08:00
Robert Greenwalt
5ce5c9bcc5
am 4653837b: Merge "Add config var for single-pdn devices/networks." into klp-dev
...
* commit '4653837b78b7da950e7827598baabc79be1aa4ca':
Add config var for single-pdn devices/networks.
2013-11-05 16:00:15 -08:00
Robert Greenwalt
4653837b78
Merge "Add config var for single-pdn devices/networks." into klp-dev
2013-11-05 23:58:07 +00:00
Joe Fernandez
9185491a5f
am bcaebf02: am 81dec975: resolved conflicts for merge of 43730d47 to klp-ub-dev
...
* commit 'bcaebf02a375211ba9f23140275c9c60ef3315b7':
2013-11-05 15:53:48 -08:00
Joe Fernandez
61106ec59e
am dc70a59e: am 425c9e0e: am 61a7ee53: docs: SDK-ADT 22.3 RC5 - updated signatures
...
* commit 'dc70a59e96fc6625a52d52adbecf36a019975263':
2013-11-05 15:53:44 -08:00
Joe Fernandez
efe9764d81
am 3907a1ef: am 03b459c4: am b501da92: docs: NDK r9b Release Notes
...
* commit '3907a1efc2c4d489abcbc2d1edea53eeccc0fa20':
2013-11-05 15:53:41 -08:00