OSDN Git Service

android-x86/frameworks-base.git
10 years agoMerge "If home activity is not fullscreen keep drilling." into klp-dev
Craig Mautner [Thu, 7 Nov 2013 20:49:01 +0000 (20:49 +0000)]
Merge "If home activity is not fullscreen keep drilling." into klp-dev

10 years agoIf home activity is not fullscreen keep drilling.
Craig Mautner [Thu, 7 Nov 2013 19:51:29 +0000 (11:51 -0800)]
If home activity is not fullscreen keep drilling.

When the home activity launches a non-fullscreen activity as part of
its own task then ensureActivitiesVisibleLocked() must continue past
the launched activity when determining activities to show and hide.
Stopping at the non-fullscreen activity leaves the fullscreen home
activity hidden.

Fixes bug 11555762.

Change-Id: I9058d8cde3a41cb7f9b1f97e5c0cb32e9b0f5af7

10 years agoMerge "Improve RTL support for Immersive mode" into klp-dev
Fabrice Di Meglio [Thu, 7 Nov 2013 19:18:14 +0000 (19:18 +0000)]
Merge "Improve RTL support for Immersive mode" into klp-dev

10 years agoMerge "Fix bug #11537133 Hideycling looks broken (KOT36), missing left padding" into...
Fabrice Di Meglio [Thu, 7 Nov 2013 19:17:59 +0000 (19:17 +0000)]
Merge "Fix bug #11537133 Hideycling looks broken (KOT36), missing left padding" into klp-dev

10 years agoMerge "Add BatteryStats for Wifi Batched Scanning." into klp-dev
Robert Greenwalt [Thu, 7 Nov 2013 18:30:49 +0000 (18:30 +0000)]
Merge "Add BatteryStats for Wifi Batched Scanning." into klp-dev

10 years agoMerge "Fix issue #11223338: Not retaining service started state while restarting...
Dianne Hackborn [Thu, 7 Nov 2013 18:16:10 +0000 (18:16 +0000)]
Merge "Fix issue #11223338: Not retaining service started state while restarting" into klp-dev

10 years agoMerge "Import translations. DO NOT MERGE" into klp-dev
Baligh Uddin [Thu, 7 Nov 2013 03:55:33 +0000 (03:55 +0000)]
Merge "Import translations. DO NOT MERGE" into klp-dev

10 years agoMerge "Import translations. DO NOT MERGE" into klp-dev
Baligh Uddin [Thu, 7 Nov 2013 03:55:19 +0000 (03:55 +0000)]
Merge "Import translations. DO NOT MERGE" into klp-dev

10 years agoMerge "Fix glitch with switching users from QuickSettings" into klp-dev
Jim Miller [Thu, 7 Nov 2013 03:14:37 +0000 (03:14 +0000)]
Merge "Fix glitch with switching users from QuickSettings" into klp-dev

10 years agoAdd BatteryStats for Wifi Batched Scanning.
Robert Greenwalt [Wed, 25 Sep 2013 23:38:12 +0000 (16:38 -0700)]
Add BatteryStats for Wifi Batched Scanning.

bug:10690989
Change-Id: Ia39b715ee6d5733970095bc76de0ed40ff8208c0

10 years agoMerge "System package permission decls take precedence over 3rd party apps'" into...
Christopher Tate [Thu, 7 Nov 2013 00:54:54 +0000 (00:54 +0000)]
Merge "System package permission decls take precedence over 3rd party apps'" into klp-dev

10 years agoFix issue #11223338: Not retaining service started state while restarting
Dianne Hackborn [Thu, 7 Nov 2013 00:30:29 +0000 (16:30 -0800)]
Fix issue #11223338: Not retaining service started state while restarting

When I cleaned up how we maintained the lifecycle of the tracker with a
service, I broke most tracking of the service restart state.  (Since at
that point the service is no longer associated with a process, so I
must clean up the tracker state).  This change introduces a new special
case for interacting with a service tracker to explicitly tell it when
a service is being restarted.  It also fixes how we update the process
state when services are attached to it, so it goes in and out of the
restarting state correctly.

In addition:

- Maybe fix issue #11224000 (APR: Dependent processes not getting added
  to LRU list).  We were not clearing ServiceRecord.app when bringing
  down a service, so if for some reason there were still connections to
  it at that point (which could happen for example for non-create bindings),
  then we would so it when updating the LRU state of that client process.
- dumpsys procstats's package argument can now be a package or process
  name, and we will dump all relevent information we can find about that
  name.
- Generally improved the quality of the dumpsys procstats output with its
  various options.
- Fixed a bug in ActivityManager.dumpPackageState() where it would hang if
  the service was dumping too much, added meminfo to the set of things
  dumped, and tweaked command line options to include more data.
- Added some more cleaning code to ActiveServices.killServices() to make
  sure we clean out any restarting ServiceRecord entries when a process is
  being force stopped.
- Re-arranged ActiveServices.killServices() to do the main killing of the
  service first, to avoid some wtf() calls that could happen when removing
  connections.

Bug: 11223338
Bug: 11224000

Change-Id: I5db28561c2c78aa43561e52256ff92c02311c56f

10 years agoMerge "Merge toast frame assets, update themes, etc. accordingly" into klp-dev
Adam Powell [Thu, 7 Nov 2013 00:01:09 +0000 (00:01 +0000)]
Merge "Merge toast frame assets, update themes, etc. accordingly" into klp-dev

10 years agoImprove RTL support for Immersive mode
Fabrice Di Meglio [Wed, 6 Nov 2013 23:44:52 +0000 (15:44 -0800)]
Improve RTL support for Immersive mode

- use start/end instead of left/ritgh padding
- related to bug #11537133 Hideycling looks broken (KOT36), missing left padding

Change-Id: I0d8e1de560dbf142a3c016ab6d6784361d88d32a

10 years agoFix bug #11537133 Hideycling looks broken (KOT36), missing left padding
Fabrice Di Meglio [Wed, 6 Nov 2013 23:32:01 +0000 (15:32 -0800)]
Fix bug #11537133 Hideycling looks broken (KOT36), missing left padding

- enforce the Drawable boolean getPadding(Rect) contract for NinePatchDrawable
and DrawableContainer.

- as NinePatchDrawable was not enforcing it, the consequence was that the
mUserPaddingLeftInitial / mUserPaddingRitghInitial were reset to "0" (even
if they got the correct value before the reset).

Change-Id: I1efe7fad5f89c0ca47f90189f6d89940e0e9c6ae

10 years agoMerge "Fix NPE with inPurgeable Bitmaps in getAllocationByteCount" into klp-dev
Chris Craik [Wed, 6 Nov 2013 23:23:56 +0000 (23:23 +0000)]
Merge "Fix NPE with inPurgeable Bitmaps in getAllocationByteCount" into klp-dev

10 years agoMerge "Disable face unlock when returning from camera." into klp-dev
Ruben Brunk [Wed, 6 Nov 2013 23:22:54 +0000 (23:22 +0000)]
Merge "Disable face unlock when returning from camera." into klp-dev

10 years agoMerge "Tweak test for layout." into klp-dev
Craig Mautner [Wed, 6 Nov 2013 23:22:12 +0000 (23:22 +0000)]
Merge "Tweak test for layout." into klp-dev

10 years agoMerge "Ensure bar window state is SHOWING after rotate if visible." into klp-dev
Craig Mautner [Wed, 6 Nov 2013 23:19:58 +0000 (23:19 +0000)]
Merge "Ensure bar window state is SHOWING after rotate if visible." into klp-dev

10 years agoTweak test for layout.
Craig Mautner [Wed, 6 Nov 2013 22:52:36 +0000 (14:52 -0800)]
Tweak test for layout.

Return to old way of only laying out Keyguard on configuration change
and add a new qualifier that does a layout if a window is part of an
opening app. This qualifier allows apps that handle their own
configuration changes to be notified of screen changes after the
configuration has changed. Apps that do not handle their own
configuration changes find their way into this code because their
surfaces are recreated by default and mHaveFrame is false.

This fixes bug 11544694 and passes the test of all bugs listed in CL
ag/383579.

Change-Id: I3a679b27eb4a2c5210957bcd4ae2f10b46f6e076

10 years agoMerge toast frame assets, update themes, etc. accordingly
Adam Powell [Wed, 6 Nov 2013 22:28:17 +0000 (14:28 -0800)]
Merge toast frame assets, update themes, etc. accordingly

Bug 11355837

Change-Id: Ie221b7a8490a65c744e06474fb68f2f123762d5d

10 years agoMerge "Fix incorrect looping limits." into klp-dev
Craig Mautner [Wed, 6 Nov 2013 22:20:24 +0000 (22:20 +0000)]
Merge "Fix incorrect looping limits." into klp-dev

10 years agoEnsure bar window state is SHOWING after rotate if visible.
John Spurlock [Wed, 6 Nov 2013 17:20:38 +0000 (12:20 -0500)]
Ensure bar window state is SHOWING after rotate if visible.

Bug:11544694
Change-Id: Ied56f01a931f33437bdc05d026006cabcdef0149

10 years agoFix NPE with inPurgeable Bitmaps in getAllocationByteCount
Chris Craik [Wed, 6 Nov 2013 22:01:28 +0000 (14:01 -0800)]
Fix NPE with inPurgeable Bitmaps in getAllocationByteCount

bug:11556330
Change-Id: I430136ea15baeb60adfb9bb2acdde9505ce707fe

10 years agoFix incorrect looping limits.
Craig Mautner [Wed, 6 Nov 2013 21:55:08 +0000 (13:55 -0800)]
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

10 years agoMerge "Fix lockscreen camera preview position in RTL." into klp-dev
John Spurlock [Wed, 6 Nov 2013 21:48:41 +0000 (21:48 +0000)]
Merge "Fix lockscreen camera preview position in RTL." into klp-dev

10 years agoMerge "Fix issue where transport control shows up off-screen on tablets" into klp-dev
Jim Miller [Wed, 6 Nov 2013 21:15:16 +0000 (21:15 +0000)]
Merge "Fix issue where transport control shows up off-screen on tablets" into klp-dev

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 agoImport translations. DO NOT MERGE
Baligh Uddin [Wed, 6 Nov 2013 20:05:23 +0000 (12:05 -0800)]
Import translations. DO NOT MERGE

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

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Wed, 6 Nov 2013 19:53:23 +0000 (11:53 -0800)]
Import translations. DO NOT MERGE

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

10 years agoFix lockscreen camera preview position in RTL.
John Spurlock [Wed, 6 Nov 2013 14:35:07 +0000 (09:35 -0500)]
Fix lockscreen camera preview position in RTL.

Bug:11263914
Change-Id: Ic3e5157ceb82495d10afd74b3af2655434a9467c

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 agoDisable face unlock when returning from camera.
Ruben Brunk [Wed, 6 Nov 2013 02:29:06 +0000 (18:29 -0800)]
Disable face unlock when returning from camera.

Bug: 11063890

- Workaround for bug 11063890.  Avoids the acquire/release
  race when resuming face unlock while pausing the camera
  widget.
Change-Id: I0a58f3a07f346da72ea55772242b4f9c54537235

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 agoFix issue where transport control shows up off-screen on tablets
Jim Miller [Wed, 6 Nov 2013 02:17:59 +0000 (18:17 -0800)]
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

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 agoSystem package permission decls take precedence over 3rd party apps'
Christopher Tate [Tue, 5 Nov 2013 20:28:10 +0000 (12:28 -0800)]
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

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