OSDN Git Service

android-x86/frameworks-base.git
10 years agoMerge "Import translations. DO NOT MERGE" into klp-dev
Baligh Uddin [Fri, 11 Oct 2013 15:08:53 +0000 (15:08 +0000)]
Merge "Import translations. DO NOT MERGE" into klp-dev

10 years agoMerge "Import translations. DO NOT MERGE" into klp-dev
Baligh Uddin [Fri, 11 Oct 2013 15:08:39 +0000 (15:08 +0000)]
Merge "Import translations. DO NOT MERGE" into klp-dev

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

10 years agoMerge "Import translations. DO NOT MERGE" into klp-dev
Baligh Uddin [Fri, 11 Oct 2013 15:07:56 +0000 (15:07 +0000)]
Merge "Import translations. DO NOT MERGE" into klp-dev

10 years agoMerge "Import translations. DO NOT MERGE" into klp-dev
Baligh Uddin [Fri, 11 Oct 2013 15:07:42 +0000 (15:07 +0000)]
Merge "Import translations. DO NOT MERGE" into klp-dev

10 years agoMerge "Be sure to update the display metrics on config change." into klp-dev
Daniel Sandler [Fri, 11 Oct 2013 14:58:12 +0000 (14:58 +0000)]
Merge "Be sure to update the display metrics on config change." into klp-dev

10 years agoBe sure to update the display metrics on config change.
Daniel Sandler [Fri, 11 Oct 2013 03:38:19 +0000 (23:38 -0400)]
Be sure to update the display metrics on config change.

Regression of ancient bugs 6955586 & 7086018 (navigation bar
missing buttons since they're stacked up off the screen
along the wrong axis).

Bug: 10341684
Change-Id: I778b085bf256cb20ecceaf38fd229a7de9b75aae

10 years agoMerge "Setting MTU size for specific network" into klp-dev
Vineeta Srivastava [Fri, 11 Oct 2013 04:07:58 +0000 (04:07 +0000)]
Merge "Setting MTU size for specific network" into klp-dev

10 years agoMerge "Toggle wallpaper window flag when setting custom keyguard background" into...
Adam Powell [Fri, 11 Oct 2013 03:09:35 +0000 (03:09 +0000)]
Merge "Toggle wallpaper window flag when setting custom keyguard background" into klp-dev

10 years agoMerge "Fit and finish for camera affordance animations in keyguard - better timing...
Jim Miller [Fri, 11 Oct 2013 03:01:48 +0000 (03:01 +0000)]
Merge "Fit and finish for camera affordance animations in keyguard - better timing - animate warp back when finger is released. - Improve on/off screen animation for warped view - Re-use existing constants for consistent timing. - Hide the challenge area when the camera page is settling. - Reduce jank when camera page starts snap transition. - Prevent warping from going to previous page - Smoothly blend between PagedView and Warp animations when scrolling starts." into klp-dev

10 years agoToggle wallpaper window flag when setting custom keyguard background
Adam Powell [Fri, 11 Oct 2013 03:01:49 +0000 (20:01 -0700)]
Toggle wallpaper window flag when setting custom keyguard background

Disable the wallpaper when showing a full-screen custom keyguard
background, e.g. artwork from the RemoteController. This has two nice
effects:

* The wallpaper doesn't visibly "leak" as the keyguard is dismissed
  and fades out

* We save an extra compositing/overdraw step when drawing custom
  backgrounds

Bug 11172944

Change-Id: Id635dcea6b48392f841c9c549327bccff3308c0a

10 years agoMerge "Fix registerListener and flush bugs." into klp-dev
Aravind Akella [Fri, 11 Oct 2013 02:05:53 +0000 (02:05 +0000)]
Merge "Fix registerListener and flush bugs." into klp-dev

10 years agoFit and finish for camera affordance animations in keyguard
Jim Miller [Thu, 26 Sep 2013 01:57:43 +0000 (18:57 -0700)]
Fit and finish for camera affordance animations in keyguard
- better timing
- animate warp back when finger is released.
- Improve on/off screen animation for warped view
- Re-use existing constants for consistent timing.
- Hide the challenge area when the camera page is settling.
- Reduce jank when camera page starts snap transition.
- Prevent warping from going to previous page
- Smoothly blend between PagedView and Warp animations when scrolling starts.

Bug 10991981

Change-Id: I84822790a040a2ce2dcea60a9486f01df9cff105

10 years agoMerge "Fixing jank when transition from print dialog to generating one." into klp-dev
Svetoslav [Fri, 11 Oct 2013 01:39:09 +0000 (01:39 +0000)]
Merge "Fixing jank when transition from print dialog to generating one." into klp-dev

10 years agoMerge "Fix issue #11175600: Proc stats is aggregating stats in the wrong direction...
Dianne Hackborn [Fri, 11 Oct 2013 01:29:25 +0000 (01:29 +0000)]
Merge "Fix issue #11175600: Proc stats is aggregating stats in the wrong direction" into klp-dev

10 years agoFix issue #11175600: Proc stats is aggregating stats in the wrong direction
Dianne Hackborn [Fri, 11 Oct 2013 01:27:24 +0000 (18:27 -0700)]
Fix issue #11175600: Proc stats is aggregating stats in the wrong direction

Change-Id: I7f06fbde8f52296cb2932003b4da77b2c68a6011

10 years agoMerge "Re-enable ActionMenuPresenter view recycling" into klp-dev
Adam Powell [Fri, 11 Oct 2013 01:27:20 +0000 (01:27 +0000)]
Merge "Re-enable ActionMenuPresenter view recycling" into klp-dev

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Fri, 11 Oct 2013 01:25:40 +0000 (18:25 -0700)]
Import translations. DO NOT MERGE

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

10 years agoRe-enable ActionMenuPresenter view recycling
Adam Powell [Fri, 11 Oct 2013 01:07:48 +0000 (18:07 -0700)]
Re-enable ActionMenuPresenter view recycling

Since action bar transitions are turned off again for now, re-enabling
item view recycling fixes an unfortunate regression with submenus.

If a menu view is invalidated while a submenu is open we need to keep
its anchor consistent. With view recycling active we preserve status
quo and the previous anchor view instance for the popup window remains
in place.

In the future this will need to get more sophisticated;
ActionMenuPresenter will need to re-parent an open submenu against the
proper anchor view by menu item id. But that is a change for another
day.

Bug 11174504

Change-Id: I7e8a444f6996ec95417d20e87938f496e9c3a4dd

10 years agoam a8914d02: am 0c74fc28: am 234101a4: Merge "Doc change: add tablet success story...
Dirk Dougherty [Fri, 11 Oct 2013 00:57:22 +0000 (17:57 -0700)]
am a8914d02: am 0c74fc28: am 234101a4: Merge "Doc change: add tablet success story and fix a few issues." into jb-mr2-docs

* commit 'a8914d02f41cd0ee89b6aa33407d51d43790902b':
  Doc change: add tablet success story and fix a few issues.

10 years agoam 0c74fc28: am 234101a4: Merge "Doc change: add tablet success story and fix a few...
Dirk Dougherty [Fri, 11 Oct 2013 00:53:51 +0000 (17:53 -0700)]
am 0c74fc28: am 234101a4: Merge "Doc change: add tablet success story and fix a few issues." into jb-mr2-docs

* commit '0c74fc28b71df1a59bd6c94e62c1247ae922cff7':
  Doc change: add tablet success story and fix a few issues.

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Fri, 11 Oct 2013 00:53:10 +0000 (17:53 -0700)]
Import translations. DO NOT MERGE

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

10 years agoam 234101a4: Merge "Doc change: add tablet success story and fix a few issues." into...
Dirk Dougherty [Fri, 11 Oct 2013 00:50:21 +0000 (17:50 -0700)]
am 234101a4: Merge "Doc change: add tablet success story and fix a few issues." into jb-mr2-docs

* commit '234101a4c597fe285703f7a012ef9eda6c751578':
  Doc change: add tablet success story and fix a few issues.

10 years agoMerge "Doc change: add tablet success story and fix a few issues." into jb-mr2-docs
Dirk Dougherty [Fri, 11 Oct 2013 00:48:14 +0000 (00:48 +0000)]
Merge "Doc change: add tablet success story and fix a few issues." into jb-mr2-docs

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Fri, 11 Oct 2013 00:47:20 +0000 (17:47 -0700)]
Import translations. DO NOT MERGE

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

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Fri, 11 Oct 2013 00:44:24 +0000 (17:44 -0700)]
Import translations. DO NOT MERGE

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

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Fri, 11 Oct 2013 00:41:38 +0000 (17:41 -0700)]
Import translations. DO NOT MERGE

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

10 years agoMerge "Fix layout and invalidate in SubtitleView" into klp-dev
Alan Viverette [Fri, 11 Oct 2013 00:24:02 +0000 (00:24 +0000)]
Merge "Fix layout and invalidate in SubtitleView" into klp-dev

10 years agoFixing jank when transition from print dialog to generating one.
Svetoslav [Thu, 10 Oct 2013 23:46:06 +0000 (16:46 -0700)]
Fixing jank when transition from print dialog to generating one.

Initially we show the print dialog and when the user presses print
we show a generating dialog with an indefinite spinner and a cancel
button. The transition between the two UIs which are really different
layouts show in the print activity is animated. In the middle of
the animation from print to generating UI there was a jump of the
content and an undesired window animation kicking in. This is a
side effect of changing the activity to floating so now changing the
container size was causing window resize and hence animation. Fun!

bug:10983508

Change-Id: I7d88e073c55863b945cdb50822401592f32d44c3

10 years agoMerge "Adding missing resourcs for the defaul PDF printer media sizes." into klp-dev
Svetoslav Ganov [Thu, 10 Oct 2013 23:52:06 +0000 (23:52 +0000)]
Merge "Adding missing resourcs for the defaul PDF printer media sizes." into klp-dev

10 years agoDoc change: add tablet success story and fix a few issues.
Dirk Dougherty [Thu, 10 Oct 2013 23:34:40 +0000 (16:34 -0700)]
Doc change: add tablet success story and fix a few issues.

Change-Id: Ifdc494270d200604b9a228601b5ead0e8b2c4e3f

10 years agoTelephony: SMS over IMS
Rika Brooks [Tue, 7 Aug 2012 21:51:19 +0000 (14:51 -0700)]
Telephony: SMS over IMS

Add RIL_REQUEST_IMS_REGISTRATION_STATE, RIL_REQUEST_IMS_SEND_SMS, and
RIL_UNSOL_RESPONSE_IMS_NETWORK_STATE_CHANGED.  Add FORMAT_UNKNOWN to
SmsConstants.

Bug: 9626411
Change-Id: I87ca9841b4ace931c55e2d379fe6d7589b2dc8a5
Signed-off-by: Ed Tam <etam@google.com>
10 years agoMerge "Fix issue #11157301: Bad process stats when apps are binding to long-running...
Dianne Hackborn [Thu, 10 Oct 2013 23:11:59 +0000 (23:11 +0000)]
Merge "Fix issue #11157301: Bad process stats when apps are binding to long-running services" into klp-dev

10 years agoFix issue #11157301: Bad process stats when apps are binding to long-running services
Dianne Hackborn [Thu, 10 Oct 2013 02:11:20 +0000 (19:11 -0700)]
Fix issue #11157301: Bad process stats when apps are binding to long-running services

We now treat PROCESS_STATE_TOP more specially.  When a process has another
client bound to it that is TOP, it will only allow itself to go in the TOP
state if it is not already running for another significant reason.

Change-Id: Ia3856406bd481bf6e98d55100a5513ccf4060e0d

10 years agoMerge "Fix SystemUI crash on devices with WiFi only" into klp-dev
Adam Lesinski [Thu, 10 Oct 2013 23:03:53 +0000 (23:03 +0000)]
Merge "Fix SystemUI crash on devices with WiFi only" into klp-dev

10 years agoMerge "getProxy in ConnectivityService returns port w/PAC" into klp-dev
Jason Monk [Thu, 10 Oct 2013 22:52:02 +0000 (22:52 +0000)]
Merge "getProxy in ConnectivityService returns port w/PAC" into klp-dev

10 years agoFix SystemUI crash on devices with WiFi only
Adam Lesinski [Thu, 10 Oct 2013 22:49:57 +0000 (15:49 -0700)]
Fix SystemUI crash on devices with WiFi only

A recent change to QuickSettings forgot to
check whether the device has a radio or not.

Change-Id: I0b89634b290e82a1702de7b2f539cef3efa6d246

10 years agoSetting MTU size for specific network
seonju.oh [Thu, 10 Oct 2013 06:41:50 +0000 (15:41 +0900)]
Setting MTU size for specific network

UK H3G - MTU:1440, HPLMN:234-20, 235-94

Bug:10195070
Change-Id: I42b4472ee1c64044872ea1fcaf268faf500dd879

10 years agoMerge "New icons that eliminate location "crosshair" -b/8142654" into klp-dev
David Christie [Thu, 10 Oct 2013 22:29:45 +0000 (22:29 +0000)]
Merge "New icons that eliminate location "crosshair" -b/8142654" into klp-dev

10 years agoMerge "Check callback null condition for register/unregsiter state change callback...
Matthew Xie [Thu, 10 Oct 2013 21:56:19 +0000 (21:56 +0000)]
Merge "Check callback null condition for register/unregsiter state change callback" into klp-dev

10 years agogetProxy in ConnectivityService returns port w/PAC
Jason Monk [Thu, 10 Oct 2013 18:02:51 +0000 (14:02 -0400)]
getProxy in ConnectivityService returns port w/PAC

Changes the PacManager to report message back to ConnectivityService
to send a broadcast once the download has completed.  This allows the
ConnectivityService to store the correct proxy info for getProxy().

This made the problem arise that ProxyProperties was not handling port
while it had PAC.  Added small fix for equals() and parcelization.

The combination of these fixes seems to resolve Bug: 11028616.

Bug: 11168706
Change-Id: I92d1343a8e804391ab77596b8167a2ef8d76b378

10 years agoMerge "Properly size KG camera animation for translucent bars." into klp-dev
Daniel Sandler [Thu, 10 Oct 2013 20:40:28 +0000 (20:40 +0000)]
Merge "Properly size KG camera animation for translucent bars." into klp-dev

10 years agoMerge "Update navigation bar gradient." into klp-dev
John Spurlock [Thu, 10 Oct 2013 20:33:09 +0000 (20:33 +0000)]
Merge "Update navigation bar gradient." into klp-dev

10 years agoUpdate navigation bar gradient.
John Spurlock [Thu, 10 Oct 2013 20:28:34 +0000 (16:28 -0400)]
Update navigation bar gradient.

Bug:10967264
Change-Id: I6a057fb0895ab46bddb4082d49c8b53b329f0c73

10 years agoMerge "Keyguard customization for mcc262-mnc07" into klp-dev
Jim Miller [Thu, 10 Oct 2013 20:28:00 +0000 (20:28 +0000)]
Merge "Keyguard customization for mcc262-mnc07" into klp-dev

10 years agoProperly size KG camera animation for translucent bars.
Daniel Sandler [Thu, 10 Oct 2013 16:44:12 +0000 (12:44 -0400)]
Properly size KG camera animation for translucent bars.

The KGHV now plumbs insets information down into the camera
so that it can leave space for the navigation bar if the KG
window happens to extend underneath it. The camera widget
preview must therefore be rendered to fit the size of the
smaller inset content area, which means there's now a hole
at the bottom; we fill this bottom area during animation
with a fake navigation bar: a black view occupying the area
underneath the real navbar.

Bug: 11048015
Change-Id: Ia23b62e155686ad9f17a25ccc14f6c97b53dafea

10 years agoMerge "Makes ACTION_PAIRING_REQUEST require BLUETOOTH_PRIVILEGED." into klp-dev
Edward Jee [Thu, 10 Oct 2013 20:07:41 +0000 (20:07 +0000)]
Merge "Makes ACTION_PAIRING_REQUEST require BLUETOOTH_PRIVILEGED." into klp-dev

10 years agoMerge "Reinflate QSB RSSI Tile on config change" into klp-dev
Adam Lesinski [Thu, 10 Oct 2013 19:54:42 +0000 (19:54 +0000)]
Merge "Reinflate QSB RSSI Tile on config change" into klp-dev

10 years agoReinflate QSB RSSI Tile on config change
Adam Lesinski [Thu, 10 Oct 2013 01:53:31 +0000 (18:53 -0700)]
Reinflate QSB RSSI Tile on config change

Resources that change based on MCC or MNC will now
show on the RSSI tile in Quick Settings.

bug:10518893
Change-Id: I55a77f967d2630b5c1aa17382069a15f37745405

10 years agoCheck callback null condition for register/unregsiter state change callback
Matthew Xie [Thu, 10 Oct 2013 18:21:40 +0000 (11:21 -0700)]
Check callback null condition for register/unregsiter state change callback

Fix BluetoothPan closing sequence for unregsiter state change callback
bug 11160007

Change-Id: I405ec91a938289fe9541de2ebd9abc1fb938f44a

10 years agoMerge "Revert "Headphones volume warning disabled by default"" into klp-dev
Eric Laurent [Thu, 10 Oct 2013 18:43:11 +0000 (18:43 +0000)]
Merge "Revert "Headphones volume warning disabled by default"" into klp-dev

10 years agoMakes ACTION_PAIRING_REQUEST require BLUETOOTH_PRIVILEGED.
Edward Jee [Tue, 8 Oct 2013 01:12:15 +0000 (18:12 -0700)]
Makes ACTION_PAIRING_REQUEST require BLUETOOTH_PRIVILEGED.

Bug: 11087521
Change-Id: I99cc584987bf12fe0648b048398b4eb9836e6172

10 years agoMerge "Make LayoutTransition.setInterpolator() actually do something" into klp-dev
Chet Haase [Thu, 10 Oct 2013 18:22:08 +0000 (18:22 +0000)]
Merge "Make LayoutTransition.setInterpolator() actually do something" into klp-dev

10 years agoMerge "Ensure accessibility node cache is synced with service state" into klp-dev
Alan Viverette [Thu, 10 Oct 2013 18:19:24 +0000 (18:19 +0000)]
Merge "Ensure accessibility node cache is synced with service state" into klp-dev

10 years agoMake LayoutTransition.setInterpolator() actually do something
Chet Haase [Thu, 10 Oct 2013 18:11:37 +0000 (11:11 -0700)]
Make LayoutTransition.setInterpolator() actually do something

Previously, you could set a new interpolator on a LayoutTransition object,
but it wouldn't have any effect, since the value was only used at construction
time. This change makes the intended behavior work, byt assigning that
new interpolator to the appropriate animations when they are run.

Issue #11163487 LayoutTransition.setInterpolator() has no effect

Change-Id: I1b390a30c008ac2bf26491dc352e28f276357388

10 years agoMerge "IME navigation guard implemented as a View." into klp-dev
John Spurlock [Thu, 10 Oct 2013 18:15:00 +0000 (18:15 +0000)]
Merge "IME navigation guard implemented as a View." into klp-dev

10 years agoRevert "Headphones volume warning disabled by default"
Eric Laurent [Thu, 10 Oct 2013 17:43:13 +0000 (10:43 -0700)]
Revert "Headphones volume warning disabled by default"

This reverts commit 7cf06209dcdbadd41fabd7e4e7229832aa8ffff2.

Bug: 10297243.
Change-Id: I95b9b34bb38550af493f9a585b6940c4e18e39cc

10 years agoMerge "Remove unused time tile and resources" into klp-dev
Chris Craik [Thu, 10 Oct 2013 17:37:22 +0000 (17:37 +0000)]
Merge "Remove unused time tile and resources" into klp-dev

10 years agoMerge "Guard against NPE when using existing process." into klp-dev
Jeff Sharkey [Thu, 10 Oct 2013 17:17:14 +0000 (17:17 +0000)]
Merge "Guard against NPE when using existing process." into klp-dev

10 years agoMerge "Sometimes the print button not enabled and an accessibility fix." into klp-dev
Svetoslav [Thu, 10 Oct 2013 17:11:20 +0000 (17:11 +0000)]
Merge "Sometimes the print button not enabled and an accessibility fix." into klp-dev

10 years agoMerge "Coalescing multiple print job notifications." into klp-dev
Svetoslav Ganov [Thu, 10 Oct 2013 17:10:59 +0000 (17:10 +0000)]
Merge "Coalescing multiple print job notifications." into klp-dev

10 years agoIME navigation guard implemented as a View.
John Spurlock [Thu, 10 Oct 2013 14:27:44 +0000 (10:27 -0400)]
IME navigation guard implemented as a View.

Instead of a custom onDraw in order to stay 100% in sync with abrupt
layout changes.

Also use the unrestricted layout bottom to avoid unnecessary
fitSystemWindows churn.

Bug:11162351
Change-Id: If9bb9a52d503e348d642bf1238f75c4a418ad805

10 years agoGuard against NPE when using existing process.
Jeff Sharkey [Thu, 10 Oct 2013 16:52:48 +0000 (09:52 -0700)]
Guard against NPE when using existing process.

Bug: 11167561
Change-Id: I51ca7daa71504119fb64bc7bc2b7da4e03b13861

10 years agoMerge "NotificationPanel now shows correct date" into klp-dev
Chet Haase [Thu, 10 Oct 2013 16:25:56 +0000 (16:25 +0000)]
Merge "NotificationPanel now shows correct date" into klp-dev

10 years agoMerge "WifiStateMachine: fix for exiting L2ConnectedState" into klp-dev
Yuhao Zheng [Thu, 10 Oct 2013 16:18:59 +0000 (16:18 +0000)]
Merge "WifiStateMachine: fix for exiting L2ConnectedState" into klp-dev

10 years agoNotificationPanel now shows correct date
Chet Haase [Thu, 10 Oct 2013 16:03:19 +0000 (09:03 -0700)]
NotificationPanel now shows correct date

There was a problem with a cached instance of a Date object such that it
would retain information about the default TimeZone that was not updated
when the TimeZone was set to the correct value. This resulted in NotificationPanel
sometimes showing the wrong date, based on the time and the delta between
the local timezone and GMT.

The fix is to use an ACTION_TIMEZONE_CHANGED broadcast to recreate the cached
Date object appropriately.

Issue #10854196 Incorrect date showing in notification shade

Change-Id: Ibf883e1ff37f4d0aae6840fb19e43e7e9e45bcc2

10 years agoAdding missing resourcs for the defaul PDF printer media sizes.
Svetoslav Ganov [Thu, 10 Oct 2013 07:52:29 +0000 (00:52 -0700)]
Adding missing resourcs for the defaul PDF printer media sizes.

Some regions have different media size standards and the fake PDF
printer shows the media sizes for the current locale. Interestingly,
these files were skipped in my previous change while I remember
adding them - maybe did not upload the patch.

bug:11147920

Change-Id: I819ab08fbef08305be89e3acf297328b1a0ded11

10 years agoSometimes the print button not enabled and an accessibility fix.
Svetoslav [Wed, 9 Oct 2013 00:17:08 +0000 (17:17 -0700)]
Sometimes the print button not enabled and an accessibility fix.

1. Sometimes the print button is not enabled after selecting a printer
   from the all printers activity. This was happening after a printer
   was selected, we had to do a layout due to changed print attributes
   (because of the new printer's capabilities), and the content did not
   change. In this case we did not call the updateUi function which
   enables the print button after layout is completed.

2. The accessibility code in the all printers activity was not checking
   whether accessibility is on and doing some unnecessary work - not sending
   events though but still. Further, the delayed runnable that was
   doing the accessibilty announcements was not removed when the activity
   was paused.

bug:10983508

Change-Id: Ib263116a3e21e4c75a25aa051cecbd9194417319

10 years agoCoalescing multiple print job notifications.
Svetoslav Ganov [Thu, 10 Oct 2013 05:55:49 +0000 (22:55 -0700)]
Coalescing multiple print job notifications.

1. We used to show a single notificaiton for every print job but
   this is against th UX guidelines. Since we have to lead by
   example, this change adds coalescing of multiple notifications.

bug:11155212

2. Print job state callback in the PrintManager now correctly
   invoked on the main thread.

bug:10983508

Change-Id: I906e9e62198fa37cb4d2f71fce07ed475d61e1bd

10 years agoMerge "Update preloaded-classes for KLP" into klp-dev
Brian Carlstrom [Thu, 10 Oct 2013 05:19:12 +0000 (05:19 +0000)]
Merge "Update preloaded-classes for KLP" into klp-dev

10 years agoUpdate preloaded-classes for KLP
Brian Carlstrom [Thu, 10 Oct 2013 03:45:30 +0000 (20:45 -0700)]
Update preloaded-classes for KLP

Bug: 9189353
Change-Id: I9136692d7f23a513553981eca398351f28b5ddc6

10 years agoFix registerListener and flush bugs.
Aravind Akella [Wed, 2 Oct 2013 00:58:35 +0000 (17:58 -0700)]
Fix registerListener and flush bugs.

1) Fix registerListener to return false when called with a Trigger sensor. Correct java documentation.
2) Remove reservedFlags and FlushCompleteListener parameters from the public API.
3) Create SensorEventListener2 which extends SensorEventListener and has the onFlushCompleted callback.
3) Change flush(Sensor) API to flush(SensorEventListener).

Change-Id: I56ce4e0b6e329483e129a14ad7e8a0cd35665ffe
Bug: 10894703

10 years agoMerge "Add API to get the built-in wallpaper" into klp-dev
Michael Jurka [Thu, 10 Oct 2013 01:17:37 +0000 (01:17 +0000)]
Merge "Add API to get the built-in wallpaper" into klp-dev

10 years agoMerge "Fix some doc issues." into klp-dev
Dianne Hackborn [Thu, 10 Oct 2013 00:47:59 +0000 (00:47 +0000)]
Merge "Fix some doc issues." into klp-dev

10 years agoMerge "Fix accessibility state callbacks" into klp-dev
Alan Viverette [Thu, 10 Oct 2013 00:40:05 +0000 (00:40 +0000)]
Merge "Fix accessibility state callbacks" into klp-dev

10 years agoFix some doc issues.
Dianne Hackborn [Thu, 10 Oct 2013 00:36:57 +0000 (17:36 -0700)]
Fix some doc issues.

Bug: 11079621
Bug: 10461610
Bug: 10461369
Bug: 10461417
Change-Id: I7fd966f3cda0660ba20fa15d7164dcac95efadd3

10 years agoFix accessibility state callbacks
Alan Viverette [Thu, 10 Oct 2013 00:20:43 +0000 (17:20 -0700)]
Fix accessibility state callbacks

BUG: 11141708
Change-Id: Ieff1fb90c4f894eba3c203089dd61e1dabdb7982

10 years agoMerge "Add task to list before looking it up." into klp-dev
Craig Mautner [Thu, 10 Oct 2013 00:20:08 +0000 (00:20 +0000)]
Merge "Add task to list before looking it up." into klp-dev

10 years agoEnsure accessibility node cache is synced with service state
Alan Viverette [Thu, 10 Oct 2013 00:10:21 +0000 (17:10 -0700)]
Ensure accessibility node cache is synced with service state

BUG: 11152210
Change-Id: Ibffd2909b6b06568de9344e536a200d8a7abac9d

10 years agoMerge "Narrow previous fix for this issue." into klp-dev
Robert Greenwalt [Thu, 10 Oct 2013 00:07:42 +0000 (00:07 +0000)]
Merge "Narrow previous fix for this issue." into klp-dev

10 years agoMerge "Fix touch accessibility in keyguard." into klp-dev
Jim Miller [Wed, 9 Oct 2013 23:50:18 +0000 (23:50 +0000)]
Merge "Fix touch accessibility in keyguard." into klp-dev

10 years agoMerge "Have SearchPanel fade camera and search buttons when activated" into klp-dev
Jim Miller [Wed, 9 Oct 2013 23:49:12 +0000 (23:49 +0000)]
Merge "Have SearchPanel fade camera and search buttons when activated" into klp-dev

10 years agoAdd task to list before looking it up.
Craig Mautner [Wed, 9 Oct 2013 23:18:29 +0000 (16:18 -0700)]
Add task to list before looking it up.

Rearranging the order of operations allows a newly added task to be
bumped to the top during window sorting. Also, redundant calls moving
the home task to the bottom when moving an app task to the top are
removed.

Maybe fix 10858941.

Change-Id: Ic42d2e7045175384591644675dd0e8013a7c7528

10 years agoNarrow previous fix for this issue.
Robert Greenwalt [Wed, 9 Oct 2013 23:31:35 +0000 (16:31 -0700)]
Narrow previous fix for this issue.

Networks should be unconditionally disabled when going to
scan only state or we risk connecting when we don't want to.

bug:11062188
Change-Id: If89621ca07d86673a661d2e5fe4ce89286f8835e

10 years agoHave SearchPanel fade camera and search buttons when activated
Jim Miller [Wed, 9 Oct 2013 03:03:38 +0000 (20:03 -0700)]
Have SearchPanel fade camera and search buttons when activated

Bug 10991981

Change-Id: Iabc497ce992b675bff1df634add755e67a7fb794

10 years agoMerge "Don't mark wifi disabled unless it's off." into klp-dev
Yuhao Zheng [Wed, 9 Oct 2013 23:26:50 +0000 (23:26 +0000)]
Merge "Don't mark wifi disabled unless it's off." into klp-dev

10 years agoMerge "Do not require WebView usage to come from main thread" into klp-dev
Jonathan Dixon [Wed, 9 Oct 2013 23:21:32 +0000 (23:21 +0000)]
Merge "Do not require WebView usage to come from main thread" into klp-dev

10 years agoam 299d57f7: am a3da7e4e: am 48872ee0: Merge "DOC CHANGE: Android Beam training class...
Joe Malin [Wed, 9 Oct 2013 23:19:41 +0000 (16:19 -0700)]
am 299d57f7: am a3da7e4e: am 48872ee0: Merge "DOC CHANGE: Android Beam training class" into jb-mr2-docs

* commit '299d57f7dfeb291460f68a0f702161847467fd1e':
  DOC CHANGE: Android Beam training class

10 years agoam 483a2c21: am 144f2e58: am 6a831b7d: fix typo in code comment
Scott Main [Wed, 9 Oct 2013 23:16:06 +0000 (16:16 -0700)]
am 483a2c21: am 144f2e58: am 6a831b7d: fix typo in code comment

* commit '483a2c218cdb5d6a8fad0309b70b5e6f4f1703a5':
  fix typo in code comment

10 years agoam a3da7e4e: am 48872ee0: Merge "DOC CHANGE: Android Beam training class" into jb...
Joe Malin [Wed, 9 Oct 2013 23:15:31 +0000 (16:15 -0700)]
am a3da7e4e: am 48872ee0: Merge "DOC CHANGE: Android Beam training class" into jb-mr2-docs

* commit 'a3da7e4ec0da78a05e91d74ce50f7b6008deb135':
  DOC CHANGE: Android Beam training class

10 years agoam 144f2e58: am 6a831b7d: fix typo in code comment
Scott Main [Wed, 9 Oct 2013 23:11:49 +0000 (16:11 -0700)]
am 144f2e58: am 6a831b7d: fix typo in code comment

* commit '144f2e58830d1deae77675286fb7eafb27e456bd':
  fix typo in code comment

10 years agoam 48872ee0: Merge "DOC CHANGE: Android Beam training class" into jb-mr2-docs
Joe Malin [Wed, 9 Oct 2013 23:11:09 +0000 (16:11 -0700)]
am 48872ee0: Merge "DOC CHANGE: Android Beam training class" into jb-mr2-docs

* commit '48872ee0a0a0d2fcfe36fa1116af00f41ccd1e3c':
  DOC CHANGE: Android Beam training class

10 years agoFix touch accessibility in keyguard.
Jim Miller [Wed, 9 Oct 2013 04:10:40 +0000 (21:10 -0700)]
Fix touch accessibility in keyguard.

This changes the accessibility code to monitor state changes
and replace the touch listeners with click listeners when
touch exploration is enabled.

It also fixes a bug where the first touch on the camera was being
ignored by ensuring KeyguardTouchDelegate has started the service
by the time the button is touched.

Bug 10991981

Change-Id: I7c4bf01f9bfa10f54cadb0809b6af526c5386af5

10 years agoMerge "DOC CHANGE: Android Beam training class" into jb-mr2-docs
Joe Malin [Wed, 9 Oct 2013 23:08:15 +0000 (23:08 +0000)]
Merge "DOC CHANGE: Android Beam training class" into jb-mr2-docs

10 years agoam 6a831b7d: fix typo in code comment
Scott Main [Wed, 9 Oct 2013 23:07:16 +0000 (16:07 -0700)]
am 6a831b7d: fix typo in code comment

* commit '6a831b7d5cd87b5b2c7660c84ed34f8ccc5ae275':
  fix typo in code comment

10 years agoMerge "Don't crash when component enable/disable broadcasts race with uninstall"...
Christopher Tate [Wed, 9 Oct 2013 22:18:41 +0000 (22:18 +0000)]
Merge "Don't crash when component enable/disable broadcasts race with uninstall" into klp-dev

10 years agoMerge "Add listener for changes to touch exploration state" into klp-dev
Alan Viverette [Wed, 9 Oct 2013 22:13:29 +0000 (22:13 +0000)]
Merge "Add listener for changes to touch exploration state" into klp-dev

10 years agoMerge "Surface outgoing Uri permission grants." into klp-dev
Jeff Sharkey [Wed, 9 Oct 2013 22:07:10 +0000 (22:07 +0000)]
Merge "Surface outgoing Uri permission grants." into klp-dev

10 years agoDon't crash when component enable/disable broadcasts race with uninstall
Christopher Tate [Wed, 9 Oct 2013 21:39:15 +0000 (14:39 -0700)]
Don't crash when component enable/disable broadcasts race with uninstall

Bug 11154482

Change-Id: I55107fec51bf5efada136052c451f293976360d6

10 years agoMerge "Allow IMEs to extend below nav bar, remove SystemUI veto." into klp-dev
John Spurlock [Wed, 9 Oct 2013 21:57:01 +0000 (21:57 +0000)]
Merge "Allow IMEs to extend below nav bar, remove SystemUI veto." into klp-dev