OSDN Git Service

android-x86/frameworks-base.git
10 years agoMerge "Continue synthesizing data even after brightness adjustment" into klp-dev
Michael Wright [Wed, 6 Nov 2013 20:33:08 +0000 (20:33 +0000)]
Merge "Continue synthesizing data even after brightness adjustment" into klp-dev

10 years agoMerge "Fix for Typeface.create(Typeface, style) semantics changed in KK" into klp-dev
Victoria Lease [Wed, 6 Nov 2013 19:30:22 +0000 (19:30 +0000)]
Merge "Fix for Typeface.create(Typeface, style) semantics changed in KK" into klp-dev

10 years agoFix for Typeface.create(Typeface, style) semantics changed in KK
Raph Levien [Wed, 6 Nov 2013 19:12:11 +0000 (11:12 -0800)]
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

10 years agoMerge "Fix calculation of default wallpaper size" into klp-dev
Michael Jurka [Wed, 6 Nov 2013 19:06:49 +0000 (19:06 +0000)]
Merge "Fix calculation of default wallpaper size" into klp-dev

10 years agoMerge "Add HSPA+ to BatteryStats" into klp-dev
Patrick Tjin [Wed, 6 Nov 2013 18:12:47 +0000 (18:12 +0000)]
Merge "Add HSPA+ to BatteryStats" into klp-dev

10 years agoMerge "gcam: Avoid leaking repeating CaptureRequests." into klp-dev
Ruben Brunk [Wed, 6 Nov 2013 18:07:27 +0000 (18:07 +0000)]
Merge "gcam: Avoid leaking repeating CaptureRequests." into klp-dev

10 years agoMerge "Fix off-by-one issue when removing from Iterator" into klp-dev
Adam Lesinski [Wed, 6 Nov 2013 17:49:20 +0000 (17:49 +0000)]
Merge "Fix off-by-one issue when removing from Iterator" into klp-dev

10 years agoAdd HSPA+ to BatteryStats
Patrick Tjin [Wed, 6 Nov 2013 17:27:03 +0000 (09:27 -0800)]
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

10 years agoMerge "AudioService: fix notifications with A2DP abs volume" into klp-dev
Eric Laurent [Wed, 6 Nov 2013 16:39:11 +0000 (16:39 +0000)]
Merge "AudioService: fix notifications with A2DP abs volume" into klp-dev

10 years agoMerge "More background protection in Recents for status bar" into klp-dev
Michael Jurka [Wed, 6 Nov 2013 12:38:22 +0000 (12:38 +0000)]
Merge "More background protection in Recents for status bar" into klp-dev

10 years agoFix calculation of default wallpaper size
Michael Jurka [Wed, 6 Nov 2013 12:22:51 +0000 (13:22 +0100)]
Fix calculation of default wallpaper size

Bug: 11324470

10 years agoMerge "Update remaining settings icon with old style." into klp-dev
John Spurlock [Wed, 6 Nov 2013 02:48:06 +0000 (02:48 +0000)]
Merge "Update remaining settings icon with old style." into klp-dev

10 years agoUpdate remaining settings icon with old style.
John Spurlock [Wed, 6 Nov 2013 02:39:40 +0000 (21:39 -0500)]
Update remaining settings icon with old style.

Bug:11412369
Change-Id: I7827e3060d9dbf320c23ac7c43e4ef4a5fae3773

10 years agoMerge "Fix recent regression in DrawableContainer." into klp-dev
John Spurlock [Wed, 6 Nov 2013 02:29:19 +0000 (02:29 +0000)]
Merge "Fix recent regression in DrawableContainer." into klp-dev

10 years agoMerge "Work around nested SaveLayerAlpha bug" into klp-dev
Chris Craik [Wed, 6 Nov 2013 02:20:20 +0000 (02:20 +0000)]
Merge "Work around nested SaveLayerAlpha bug" into klp-dev

10 years agoWork around nested SaveLayerAlpha bug
Chris Craik [Wed, 6 Nov 2013 01:41:21 +0000 (17:41 -0800)]
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

10 years agoMerge "Doc fix: add more detail to BitmapFactory.Options.inPurgeable flag. Bug: 60647...
Adam Koch [Wed, 6 Nov 2013 01:13:44 +0000 (01:13 +0000)]
Merge "Doc fix: add more detail to BitmapFactory.Options.inPurgeable flag. Bug: 6064760" into klp-dev

10 years agoFix recent regression in DrawableContainer.
John Spurlock [Tue, 5 Nov 2013 22:45:33 +0000 (17:45 -0500)]
Fix recent regression in DrawableContainer.

Ensure optical insets are never null.

Bug:11537082
Change-Id: Ib75be83909fac612ae947f501835285cd8a79862

10 years agoMerge "Add config var for single-pdn devices/networks." into klp-dev
Robert Greenwalt [Tue, 5 Nov 2013 23:58:07 +0000 (23:58 +0000)]
Merge "Add config var for single-pdn devices/networks." into klp-dev

10 years agoContinue synthesizing data even after brightness adjustment
Michael Wright [Tue, 5 Nov 2013 03:07:49 +0000 (19:07 -0800)]
Continue synthesizing data even after brightness adjustment

Bug: 11337887
Change-Id: I80adb330c4e9250965030626634002a1b9c999cf

10 years agoDoc fix: add more detail to BitmapFactory.Options.inPurgeable flag.
Adam Koch [Tue, 5 Nov 2013 15:42:48 +0000 (10:42 -0500)]
Doc fix: add more detail to BitmapFactory.Options.inPurgeable flag.
Bug: 6064760

Change-Id: I3fd833a3205be451ff6548fab3555d170c9c570e

10 years agoMerge "Setting Tethering profile for specific network" into klp-dev
Vineeta Srivastava [Tue, 5 Nov 2013 20:50:09 +0000 (20:50 +0000)]
Merge "Setting Tethering profile for specific network" into klp-dev

10 years agoMerge "Battery icon tweaks." into klp-dev
John Spurlock [Tue, 5 Nov 2013 20:48:41 +0000 (20:48 +0000)]
Merge "Battery icon tweaks." into klp-dev

10 years agoMerge "Clarify DocumentsProvider recents behavior." into klp-dev
Jeff Sharkey [Tue, 5 Nov 2013 20:46:11 +0000 (20:46 +0000)]
Merge "Clarify DocumentsProvider recents behavior." into klp-dev

10 years agoMerge "Enable translucent system bars on the lockscreen by default." into klp-dev
John Spurlock [Tue, 5 Nov 2013 20:45:14 +0000 (20:45 +0000)]
Merge "Enable translucent system bars on the lockscreen by default." into klp-dev

10 years agoMerge "Let Shell modify secondary external storage." into klp-dev
Jeff Sharkey [Tue, 5 Nov 2013 20:44:08 +0000 (20:44 +0000)]
Merge "Let Shell modify secondary external storage." into klp-dev

10 years agoClarify DocumentsProvider recents behavior.
Jeff Sharkey [Tue, 5 Nov 2013 20:38:21 +0000 (12:38 -0800)]
Clarify DocumentsProvider recents behavior.

Bug: 11448309
Change-Id: I17e0ac757e549b251e08d58d5ce7d25fb253883f

10 years agoLet Shell modify secondary external storage.
Jeff Sharkey [Tue, 5 Nov 2013 20:17:25 +0000 (12:17 -0800)]
Let Shell modify secondary external storage.

Bug: 11520256
Change-Id: I010a9cf07ff185aefcc2fdb71076d2e97e1f03a3

10 years agoMerge "Extend preferred-app preload support for complex resolutions" into klp-dev
Christopher Tate [Tue, 5 Nov 2013 18:42:57 +0000 (18:42 +0000)]
Merge "Extend preferred-app preload support for complex resolutions" into klp-dev

10 years agoAdd config var for single-pdn devices/networks.
Robert Greenwalt [Thu, 31 Oct 2013 00:52:32 +0000 (17:52 -0700)]
Add config var for single-pdn devices/networks.

bug:10212445
Change-Id: Iec98bb4a6ad3a38eb7fe876ebcb10515b8a789b7

10 years agoMerge "Help out with issue #11497149: Clock app crashes when opened during..." into...
Dianne Hackborn [Tue, 5 Nov 2013 18:17:01 +0000 (18:17 +0000)]
Merge "Help out with issue #11497149: Clock app crashes when opened during..." into klp-dev

10 years agoSetting Tethering profile for specific network
seonju.oh [Thu, 31 Oct 2013 04:27:29 +0000 (13:27 +0900)]
Setting Tethering profile for specific network

US CellOneIL - 311-190

Bug:11455011
Change-Id: Ia6a5d0bf1d23b4e9281211eb0e32c04905727a04

10 years agoBattery icon tweaks.
John Spurlock [Tue, 5 Nov 2013 16:55:04 +0000 (11:55 -0500)]
Battery icon tweaks.

Fix bottom padding, better bolt placement on non-HH devices.

Bug:11412369
Change-Id: I102a5ece73b2fcb5f78305c925fc2ed5fe9b2884

10 years agoMerge "Import translations. DO NOT MERGE" into klp-dev
Baligh Uddin [Tue, 5 Nov 2013 15:55:38 +0000 (15:55 +0000)]
Merge "Import translations. DO NOT MERGE" into klp-dev

10 years agoMerge "Import translations. DO NOT MERGE" into klp-dev
Baligh Uddin [Tue, 5 Nov 2013 15:55:35 +0000 (15:55 +0000)]
Merge "Import translations. DO NOT MERGE" into klp-dev

10 years agoMerge "Import translations. DO NOT MERGE" into klp-dev
Baligh Uddin [Tue, 5 Nov 2013 15:55:18 +0000 (15:55 +0000)]
Merge "Import translations. DO NOT MERGE" into klp-dev

10 years agoMerge "Import translations. DO NOT MERGE" into klp-dev
Baligh Uddin [Tue, 5 Nov 2013 15:55:11 +0000 (15:55 +0000)]
Merge "Import translations. DO NOT MERGE" into klp-dev

10 years agoMerge "Import translations. DO NOT MERGE" into klp-dev
Baligh Uddin [Tue, 5 Nov 2013 15:54:55 +0000 (15:54 +0000)]
Merge "Import translations. DO NOT MERGE" into klp-dev

10 years agoMerge "Import translations. DO NOT MERGE" into klp-dev
Baligh Uddin [Tue, 5 Nov 2013 15:54:51 +0000 (15:54 +0000)]
Merge "Import translations. DO NOT MERGE" into klp-dev

10 years agoMerge "Import translations. DO NOT MERGE" into klp-dev
Baligh Uddin [Tue, 5 Nov 2013 15:54:49 +0000 (15:54 +0000)]
Merge "Import translations. DO NOT MERGE" into klp-dev

10 years agoMerge "Remove harmful visibility test." into klp-dev
Craig Mautner [Tue, 5 Nov 2013 15:45:09 +0000 (15:45 +0000)]
Merge "Remove harmful visibility test." into klp-dev

10 years agoEnable translucent system bars on the lockscreen by default.
John Spurlock [Tue, 5 Nov 2013 15:09:25 +0000 (10:09 -0500)]
Enable translucent system bars on the lockscreen by default.

Bug:11442758
Change-Id: Ic143977d8c2686c6b4e48a09fd116d46ff1e98e9

10 years agoMerge "Ensure wallpaper hint is at least the display's max size." into klp-dev
John Spurlock [Tue, 5 Nov 2013 14:05:05 +0000 (14:05 +0000)]
Merge "Ensure wallpaper hint is at least the display's max size." into klp-dev

10 years agoMerge "Add missing null pointer check in PrintSpoolerService." into klp-dev
Svetoslav [Tue, 5 Nov 2013 03:33:36 +0000 (03:33 +0000)]
Merge "Add missing null pointer check in PrintSpoolerService." into klp-dev

10 years agoMerge "Add way for the user to forget previously used printers." into klp-dev
Svetoslav [Tue, 5 Nov 2013 03:32:08 +0000 (03:32 +0000)]
Merge "Add way for the user to forget previously used printers." into klp-dev

10 years agoMerge "Add explicit refererences and logging to KeyguardSim/Puk" into klp-dev
Jim Miller [Tue, 5 Nov 2013 03:18:42 +0000 (03:18 +0000)]
Merge "Add explicit refererences and logging to KeyguardSim/Puk" into klp-dev

10 years agoAdd missing null pointer check in PrintSpoolerService.
Svetoslav [Tue, 5 Nov 2013 02:25:05 +0000 (18:25 -0800)]
Add missing null pointer check in PrintSpoolerService.

bug:11474389

Change-Id: I80ea01ba04ab71a212c1f78af62b377110ed072a

10 years agoHelp out with issue #11497149: Clock app crashes when opened during...
Dianne Hackborn [Tue, 5 Nov 2013 02:11:29 +0000 (18:11 -0800)]
Help out with issue #11497149: Clock app crashes when opened during...

...the repeated hour in DST transition

Record the last crash info that caused an app to be marked as a bad app.

Also for the battery work, add a system property tuning parameter to be
able to control the background service start delay, so we can easily
run experiments with it turned off if we want.

Change-Id: Ic33dc464d8011c918a39b912da09ea4f0fb28874

10 years agoDoc change: Edits to graphics highlights.
Dirk Dougherty [Tue, 5 Nov 2013 01:03:45 +0000 (17:03 -0800)]
Doc change: Edits to graphics highlights.

Change-Id: I9c532b4b38bff1cfeebd6005a54ca26346de03b0

10 years agoAdd explicit refererences and logging to KeyguardSim/Puk
Jim Miller [Tue, 5 Nov 2013 00:47:48 +0000 (16:47 -0800)]
Add explicit refererences and logging to KeyguardSim/Puk

Adds explicit references to the given threads in case they
are the victims of a GC and adds logging to help track down
this issue if not.

Bug 10323372

Change-Id: I8e2fe46e10bbc5d14e631d45d8869b3214213045

10 years agoExtend preferred-app preload support for complex resolutions
Christopher Tate [Tue, 5 Nov 2013 01:02:10 +0000 (17:02 -0800)]
Extend preferred-app preload support for complex resolutions

Support factory defaults that involve specific type+scheme matching.

Bug 11372979

Change-Id: I0d68937797d6b4bc996a8707a7cd21491a3aae3b

10 years agoMerge "Fix bug #11256076 Spinner text is too close from the opening triangle in RTL...
Fabrice Di Meglio [Tue, 5 Nov 2013 00:46:18 +0000 (00:46 +0000)]
Merge "Fix bug #11256076 Spinner text is too close from the opening triangle in RTL Locales" into klp-dev

10 years agoMerge "Fix bug #11252410 Recents items stuck behind hammerhead navigation panel in...
Fabrice Di Meglio [Tue, 5 Nov 2013 00:45:41 +0000 (00:45 +0000)]
Merge "Fix bug #11252410 Recents items stuck behind hammerhead navigation panel in landscape" into klp-dev

10 years agoRemove harmful visibility test.
Craig Mautner [Tue, 5 Nov 2013 00:01:22 +0000 (16:01 -0800)]
Remove harmful visibility test.

Previously inserted requirment that an activity be visible in order to
block visibility of the home screen is removed.

Fixes bug 11515761.

Change-Id: Ia47cfb4a0b6d90bbbca2b42e12a6048b1644d7cb

10 years agoMerge "Add PhoneNumberUtils method for CDMA SMS number formatting." into klp-dev
Jake Hamby [Mon, 4 Nov 2013 23:58:27 +0000 (23:58 +0000)]
Merge "Add PhoneNumberUtils method for CDMA SMS number formatting." into klp-dev

10 years agoMerge "Focus security fields before widgets." into klp-dev
Craig Mautner [Mon, 4 Nov 2013 23:55:22 +0000 (23:55 +0000)]
Merge "Focus security fields before widgets." into klp-dev

10 years agoAdd PhoneNumberUtils method for CDMA SMS number formatting.
Jake Hamby [Mon, 4 Nov 2013 23:22:55 +0000 (15:22 -0800)]
Add PhoneNumberUtils method for CDMA SMS number formatting.

For CDMA networks, convert "+" prefix to "011" if the home network
is using the North American Numbering Plan (NANP). New method is
only used for MO SMS messages.

Bug: 11360679
Change-Id: I534e0322b566de3fb49d7333bfcf62cfbfafb78a

10 years agoAdd way for the user to forget previously used printers.
Svetoslav [Mon, 4 Nov 2013 20:30:08 +0000 (12:30 -0800)]
Add way for the user to forget previously used printers.

We keep track of historical printers but some of them may disappear
forever, say the user changes his printer. In such a case the print
system has no idea that the previous printer will never appear so
this change allows the user to remove historical printers.

In the all printers list the user can now long press on a printer
and if the printer is available he can select it from the context
menu. If the printer was used before regardless if it is active the
user may choose to forget it.

bug:11282742

Change-Id: Idc2dda70920ad045149eea1bcfc75ad1992827e9

10 years agoFocus security fields before widgets.
Craig Mautner [Mon, 4 Nov 2013 18:45:22 +0000 (10:45 -0800)]
Focus security fields before widgets.

Focus normally proceeds top down through the view tree. Change the
order of focus so that the security fields have a chance to receive
focus before the widget fields.

Fixes bug 11203748.

Change-Id: Ie7f16e59652edbe64fa8342197fda81b53976360

10 years agoEnsure wallpaper hint is at least the display's max size.
John Spurlock [Mon, 4 Nov 2013 18:48:38 +0000 (13:48 -0500)]
Ensure wallpaper hint is at least the display's max size.

Bug:11332853
Change-Id: Ied13ffab77395f64642f7fb536f36d9cd8367e74

10 years agoAudioService: fix notifications with A2DP abs volume
Eric Laurent [Thu, 31 Oct 2013 01:31:07 +0000 (18:31 -0700)]
AudioService: fix notifications with A2DP abs volume

When A2DP absolute volume is enabled, the music stream
software volume is maxed out because the headset applies
the volume.

We must also max out other streams playing over A2DP otherwise
they are attenuated twice and are barely audible.

Bug: 11316102.
Change-Id: I7e58c74cb683ad1d6f3b68abb0ef967c817fbf4f

10 years agoMerge "Doc change: minor fixes to highlights and images." into klp-dev
Dirk Dougherty [Mon, 4 Nov 2013 19:41:12 +0000 (19:41 +0000)]
Merge "Doc change: minor fixes to highlights and images." into klp-dev

10 years agoDoc change: minor fixes to highlights and images.
Dirk Dougherty [Mon, 4 Nov 2013 18:15:46 +0000 (10:15 -0800)]
Doc change: minor fixes to highlights and images.

Change-Id: I9dc52258aff3f97b71ff8b749865f699d3c9c0d2

10 years agoMerge "Layout hidden windows on Configuration change." into klp-dev
Craig Mautner [Mon, 4 Nov 2013 19:32:08 +0000 (19:32 +0000)]
Merge "Layout hidden windows on Configuration change." into klp-dev

10 years agoMerge "PreferenceFragment showing the breadcrumb when not needed." into klp-dev
Svetoslav [Mon, 4 Nov 2013 19:09:49 +0000 (19:09 +0000)]
Merge "PreferenceFragment showing the breadcrumb when not needed." into klp-dev

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Mon, 4 Nov 2013 18:41:28 +0000 (10:41 -0800)]
Import translations. DO NOT MERGE

Change-Id: I5db8300884193dc458e26c042f35eed084d4b002
Auto-generated-cl: translation import

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Mon, 4 Nov 2013 18:39:09 +0000 (10:39 -0800)]
Import translations. DO NOT MERGE

Change-Id: I48a846961d4207729cdfac734fd41328f8522849
Auto-generated-cl: translation import

10 years agoMerge "Don't clear the interacting bit if panel handled touch." into klp-dev
John Spurlock [Mon, 4 Nov 2013 18:25:09 +0000 (18:25 +0000)]
Merge "Don't clear the interacting bit if panel handled touch." into klp-dev

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Mon, 4 Nov 2013 18:09:17 +0000 (10:09 -0800)]
Import translations. DO NOT MERGE

Change-Id: I51676d5c61313a165f7a1cce21e46cb1c5ebe68d
Auto-generated-cl: translation import

10 years agoMerge "Treat UnsatisfiedLinkError as non-fatal" into klp-dev
Brian Carlstrom [Mon, 4 Nov 2013 17:57:14 +0000 (17:57 +0000)]
Merge "Treat UnsatisfiedLinkError as non-fatal" into klp-dev

10 years agoMerge "Fix action menu visibility callbacks for nested popups" into klp-dev
Adam Powell [Mon, 4 Nov 2013 17:55:23 +0000 (17:55 +0000)]
Merge "Fix action menu visibility callbacks for nested popups" into klp-dev

10 years agoMerge "Fix incorrect content description on action bar home/up" into klp-dev
Adam Powell [Mon, 4 Nov 2013 17:55:05 +0000 (17:55 +0000)]
Merge "Fix incorrect content description on action bar home/up" into klp-dev

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Mon, 4 Nov 2013 17:44:27 +0000 (09:44 -0800)]
Import translations. DO NOT MERGE

Change-Id: I88010098d9a42c100d2358646a13416a182e5b6d
Auto-generated-cl: translation import

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Mon, 4 Nov 2013 17:19:30 +0000 (09:19 -0800)]
Import translations. DO NOT MERGE

Change-Id: I7a9d5895f35087999c286b2970e7867b0994fc9a
Auto-generated-cl: translation import

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Mon, 4 Nov 2013 17:17:02 +0000 (09:17 -0800)]
Import translations. DO NOT MERGE

Change-Id: If7c5a1bedbfed72e25fd5c7a888c0bae7a286758
Auto-generated-cl: translation import

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Mon, 4 Nov 2013 17:13:45 +0000 (09:13 -0800)]
Import translations. DO NOT MERGE

Change-Id: I6ceae940b251a0ff41d3cd9cbd17fc4724f7bc58
Auto-generated-cl: translation import

10 years agoMerge "use SpannedStringBuilder to build a SpannedString" into klp-dev
Victoria Lease [Mon, 4 Nov 2013 16:23:15 +0000 (16:23 +0000)]
Merge "use SpannedStringBuilder to build a SpannedString" into klp-dev

10 years agoMerge "Compose singleLine & textAllCaps transforms" into klp-dev
Victoria Lease [Mon, 4 Nov 2013 15:53:52 +0000 (15:53 +0000)]
Merge "Compose singleLine & textAllCaps transforms" into klp-dev

10 years agoDon't clear the interacting bit if panel handled touch.
John Spurlock [Mon, 4 Nov 2013 15:28:05 +0000 (10:28 -0500)]
Don't clear the interacting bit if panel handled touch.

Bug:11489729
Change-Id: Ie225cf9ff27f1490643ba4b1c02aa09896bd6724

10 years agoMore background protection in Recents for status bar
Michael Jurka [Mon, 4 Nov 2013 13:29:30 +0000 (14:29 +0100)]
More background protection in Recents for status bar

Bug: 11255407

10 years agoTreat UnsatisfiedLinkError as non-fatal
Brian Carlstrom [Mon, 4 Nov 2013 06:47:11 +0000 (22:47 -0800)]
Treat UnsatisfiedLinkError as non-fatal

Bug: 11466297
Change-Id: I12be43564da37290b3ee52b1858e44f2229711d9

10 years agoMerge "Fix crashes for images that are not PNG or JPEG" into klp-dev
Michael Jurka [Sat, 2 Nov 2013 17:05:17 +0000 (17:05 +0000)]
Merge "Fix crashes for images that are not PNG or JPEG" into klp-dev

10 years agoFix action menu visibility callbacks for nested popups
Adam Powell [Sat, 2 Nov 2013 01:22:11 +0000 (18:22 -0700)]
Fix action menu visibility callbacks for nested popups

When opening a submenu from a popup in ActionMenuPresenter, delegate
the submenu callbacks to the presenter callback registered on the
ActionMenuPresenter. This allows menu visibility callbacks to
propagate properly so that apps that hide their action bars after a
timeout can detect open menus that are deeply nested.

Bug 11429613

Change-Id: I3332886f08d4f9010f0875057c457566301d12ec

10 years agoMerge "Fix flash caused by frame resize code" into klp-dev
Jim Miller [Sat, 2 Nov 2013 01:17:19 +0000 (01:17 +0000)]
Merge "Fix flash caused by frame resize code" into klp-dev

10 years agoCompose singleLine & textAllCaps transforms
Victoria Lease [Fri, 1 Nov 2013 23:34:03 +0000 (16:34 -0700)]
Compose singleLine & textAllCaps transforms

TextView only supports a single TransformationMethod per TextView, and
singleLine and textAllCaps are both implemented as
TransformationMethods. Composing both operations into a single
TransformationMethod gives us all-caps text (if requested by
kg_use_all_caps) on a single line.

Bug: 11421105
Change-Id: I069721b887ea90b8daf2af2cf82081319e499962

10 years agoFix incorrect content description on action bar home/up
Adam Powell [Fri, 1 Nov 2013 23:32:37 +0000 (16:32 -0700)]
Fix incorrect content description on action bar home/up

Some stray code from a previous change caused an erroneous content
description to be set on the wrong view in the action bar. Correct
this and sync with the right behavior.

Bug 10969992

Change-Id: I4deaa3528b4bc222e25354679fa93f8316fa2d70

10 years agoMerge "Fix issue #11223338: Not retaining service started state while restarting...
Dianne Hackborn [Fri, 1 Nov 2013 23:20:08 +0000 (23:20 +0000)]
Merge "Fix issue #11223338: Not retaining service started state while restarting" into klp-dev

10 years agoLayout hidden windows on Configuration change.
Craig Mautner [Fri, 1 Nov 2013 23:12:14 +0000 (16:12 -0700)]
Layout hidden windows on Configuration change.

Apply the test for configuration change to all windows. A year ago
this was the test but CL ag/247731 which fixed b/7428221 limited the
test to just Keyguard windows. A week later CL ag/248223 which fixed
b/7444971 applied the test to Wallpaper as well. Then two days after
that CL ag/249762 which fixed b/7453222 reverted the wallpaper. This
fix reverts the Keyguard qualification and restores the test to all
windows.

This fix has been tested against the repro steps for all three bugs
above. In addition this fixes bug 11033407. The fix for the bug is
described in the bug.

Change-Id: Ie0f4c7cd4697c1689c4f331d572359cf7ce934cf

10 years agoMerge "Move set of persist.sys.dalvik.vm.lib to SystemServer only" into klp-dev
Brian Carlstrom [Fri, 1 Nov 2013 22:51:07 +0000 (22:51 +0000)]
Merge "Move set of persist.sys.dalvik.vm.lib to SystemServer only" into klp-dev

10 years agoFix flash caused by frame resize code
Jim Miller [Tue, 29 Oct 2013 02:08:42 +0000 (19:08 -0700)]
Fix flash caused by frame resize code

This fixes a problem where the frame would resize mid-animation because
the widget frame was being always being resized.

The issue was caused by having an extra fadeOutChallenge() in
onPageSwitching().   The fix is to remove this and handle this case
special for warping in onPageEndWarp()

Fixes bug 11190745

Change-Id: I6dbda4d09c77e3923887f8d41efb2215e1afb1b9

10 years agoMove set of persist.sys.dalvik.vm.lib to SystemServer only
Brian Carlstrom [Fri, 1 Nov 2013 21:51:58 +0000 (14:51 -0700)]
Move set of persist.sys.dalvik.vm.lib to SystemServer only

Bug: 11463182
Bug: 11479647
Change-Id: I38efdecdd65fe3efc9c33b4dc204a64543ae6377

10 years agoRevert "Add PLAY and PAUSE keycodes and remove PLAY_PAUSE keycode."
Matthew Xie [Fri, 1 Nov 2013 20:34:21 +0000 (20:34 +0000)]
Revert "Add PLAY and PAUSE keycodes and remove PLAY_PAUSE keycode."

This reverts commit 7a863b4bdae1d01d4ac972fe8ff8968bbfed6709.

bug 11325212
Change-Id: I8b50aec4ae39894a854583a74bda4db3445d3d67

10 years agoMerge "Handle surrogate pairs in Html.toHtml()" into klp-dev
Victoria Lease [Fri, 1 Nov 2013 20:22:41 +0000 (20:22 +0000)]
Merge "Handle surrogate pairs in Html.toHtml()" into klp-dev

10 years agoMerge "Only call dump when a ViewRoot actually exists" into klp-dev
Michael Wright [Fri, 1 Nov 2013 20:11:48 +0000 (20:11 +0000)]
Merge "Only call dump when a ViewRoot actually exists" into klp-dev

10 years agoOnly call dump when a ViewRoot actually exists
Michael Wright [Fri, 1 Nov 2013 19:42:49 +0000 (12:42 -0700)]
Only call dump when a ViewRoot actually exists

Bug: 11446494
Change-Id: I47e35d7b4d49d6893ba0c9f8ad05b31f91be85d2

10 years agoCheck view and focus invariants after calling into app
Michael Wright [Fri, 1 Nov 2013 00:47:45 +0000 (17:47 -0700)]
Check view and focus invariants after calling into app

When we dispatch input events into the actual application, make sure
the input invariants we rely on haven't changed. If they have, we
drop the event and log why.

Bug: 11399505

Change-Id: Id772e41ca41dc332bb02725ab486e3b10a73c220

10 years agoFix off-by-one issue when removing from Iterator
Adam Lesinski [Fri, 1 Nov 2013 00:59:18 +0000 (17:59 -0700)]
Fix off-by-one issue when removing from Iterator

MapCollections' iterator removes the preceding element
which causes IndexOutOfBoundsExceptions to be thrown
when removing the first element while iterating.

bug:11477476
Change-Id: Ifc8fcf0ca1651e759f3b2ab8356404564e9f7d0b

10 years agoPreferenceFragment showing the breadcrumb when not needed.
Svetoslav [Fri, 1 Nov 2013 18:47:28 +0000 (11:47 -0700)]
PreferenceFragment showing the breadcrumb when not needed.

The breadcrumb section is used for a single pane mode for showing
the current user location. The breadcrumb should not be shown if
its title and subtitle are empty. The code in PreferenceActivity
onCreate updates the breadcrumb with the title and subtitle in
a single page mode but does not hide it if they are empty. This
change fixes that.

bug:11242762

Change-Id: Ib1ba9e8afd9d0ab2e85d78a65ca7c18489464f6d

10 years agoMerge "Doc change: Extend link to image." into klp-dev
Dirk Dougherty [Fri, 1 Nov 2013 18:55:14 +0000 (18:55 +0000)]
Merge "Doc change: Extend link to image." into klp-dev

10 years agoMerge "Fix weird page snap bug when long pressing on music controls (issue 11420449...
Adam Cohen [Fri, 1 Nov 2013 18:48:42 +0000 (18:48 +0000)]
Merge "Fix weird page snap bug when long pressing on music controls (issue 11420449)" into klp-dev