OSDN Git Service

android-x86/frameworks-base.git
9 years agoMerge changes I79ba54d7,I224fb4b6 into lmp-dev
Adam Lesinski [Tue, 9 Sep 2014 23:50:02 +0000 (23:50 +0000)]
Merge changes I79ba54d7,I224fb4b6 into lmp-dev

* changes:
  Make UsageStats API default on only for the system
  ActivityManager shouldn't return null for getCurrentUser

9 years agoMerge "Move carrier-specific GPS parameters out of framework/base directory. Bug...
Tsuwei Chen [Tue, 9 Sep 2014 23:29:13 +0000 (23:29 +0000)]
Merge "Move carrier-specific GPS parameters out of framework/base directory. Bug: 17288144" into lmp-dev

9 years agoMerge "AAPT: Don't crash on illegal symbol name" into lmp-dev
Adam Lesinski [Tue, 9 Sep 2014 23:15:07 +0000 (23:15 +0000)]
Merge "AAPT: Don't crash on illegal symbol name" into lmp-dev

9 years agoAAPT: Don't crash on illegal symbol name
Adam Lesinski [Tue, 9 Sep 2014 23:05:10 +0000 (16:05 -0700)]
AAPT: Don't crash on illegal symbol name

We never checked the return value when adding a nested
symbol, which would be NULL if the symbol name was invalid.

External bug: https://code.google.com/p/android/issues/detail?id=75876

Change-Id: I5211f4d4b87897d52f2b6e5907113d31930bb92d

9 years agoMerge "Bring up the IME when TextView receives ACTION_CLICK" into lmp-dev
Alan Viverette [Tue, 9 Sep 2014 22:58:27 +0000 (22:58 +0000)]
Merge "Bring up the IME when TextView receives ACTION_CLICK" into lmp-dev

9 years agoMerge "ActionMenuViews always reserve overflow when creating their own menus" into...
Adam Powell [Tue, 9 Sep 2014 22:56:19 +0000 (22:56 +0000)]
Merge "ActionMenuViews always reserve overflow when creating their own menus" into lmp-dev

9 years agoMerge "Fix BackupManager.isBackupEnabled()" into lmp-dev
Christopher Tate [Tue, 9 Sep 2014 22:51:25 +0000 (22:51 +0000)]
Merge "Fix BackupManager.isBackupEnabled()" into lmp-dev

9 years agoAnnouncing the task list as you scroll. (Bug 15699050)
Winson Chung [Tue, 9 Sep 2014 14:12:59 +0000 (16:12 +0200)]
Announcing the task list as you scroll. (Bug 15699050)

Change-Id: I7453f41a2c87241e538cdc7281cdc20a8710ebbb

9 years agoFixing issue with Recents showing blank. (Bug 16987565)
Winson Chung [Tue, 9 Sep 2014 17:12:14 +0000 (19:12 +0200)]
Fixing issue with Recents showing blank. (Bug 16987565)

9 years agoFixing issue with touch events not being forwarded to task switch fling detector...
Winson Chung [Tue, 9 Sep 2014 16:02:06 +0000 (18:02 +0200)]
Fixing issue with touch events not being forwarded to task switch fling detector. (Bug 16656169)

Change-Id: Id8f96455f6e11a13a8ac12d341464bca4419d7c5

9 years agoAdding task switching animation xmls for further tweaking. (Bug 16656169)
Winson Chung [Tue, 9 Sep 2014 15:54:51 +0000 (17:54 +0200)]
Adding task switching animation xmls for further tweaking. (Bug 16656169)

Change-Id: I472116cb3d86a3f90a935b2a3ac058ffc2ac1b5d

9 years agoFixing weird highlight on dismiss button ripple. (Bug 17420495)
Winson Chung [Mon, 8 Sep 2014 20:03:37 +0000 (22:03 +0200)]
Fixing weird highlight on dismiss button ripple. (Bug 17420495)

Change-Id: I769c0647417efeda9b39913c01c62be0d6ff7887

9 years agoMerge "Missing manifest error should be NO_CERTIFICATES." into lmp-dev
Jeff Sharkey [Tue, 9 Sep 2014 22:44:51 +0000 (22:44 +0000)]
Merge "Missing manifest error should be NO_CERTIFICATES." into lmp-dev

9 years agoFix BackupManager.isBackupEnabled()
Christopher Tate [Tue, 9 Sep 2014 22:10:56 +0000 (15:10 -0700)]
Fix BackupManager.isBackupEnabled()

It wasn't properly lazy-initializing the service binder, so it always
thought the backend service didn't exist, and so always returned false.

Also directly validated that every usage of sService in the module is
now correctly lazy-initialized.

Bug 16661321

Change-Id: If5fbb18aef81bfa8fd70eb40a1f6af54cc96d804

9 years agoMove carrier-specific GPS parameters out of framework/base directory.
Tsuwei Chen [Tue, 9 Sep 2014 22:09:57 +0000 (15:09 -0700)]
Move carrier-specific GPS parameters out of framework/base directory.
Bug: 17288144

All carrier values has been moved to device only directory, in this change:
https://googleplex-android-review.git.corp.google.com/#/c/543322

Change-Id: Idb958a75edc612dc83c8382fa6546c3588889e39

9 years agoMerge "camera2: make 3A regions null when not available" into lmp-dev
Yin-Chia Yeh [Tue, 9 Sep 2014 22:24:42 +0000 (22:24 +0000)]
Merge "camera2: make 3A regions null when not available" into lmp-dev

9 years agoMerge "Camera2: Add frameNumber to CaptureCallback#onCaptureStarted" into lmp-dev
Eino-Ville Talvala [Tue, 9 Sep 2014 22:20:57 +0000 (22:20 +0000)]
Merge "Camera2: Add frameNumber to CaptureCallback#onCaptureStarted" into lmp-dev

9 years agoMerge "make autojoin associated scan period a config opttion" into lmp-dev
vandwalle [Tue, 9 Sep 2014 22:12:05 +0000 (22:12 +0000)]
Merge "make autojoin associated scan period a config opttion" into lmp-dev

9 years agoMerge "Trim unnecessary pages when printing." into lmp-dev
Svetoslav [Tue, 9 Sep 2014 22:11:19 +0000 (22:11 +0000)]
Merge "Trim unnecessary pages when printing." into lmp-dev

9 years agoMissing manifest error should be NO_CERTIFICATES.
Jeff Sharkey [Tue, 9 Sep 2014 21:57:26 +0000 (14:57 -0700)]
Missing manifest error should be NO_CERTIFICATES.

When META-INF/MANIFEST.MF is missing, treat as NO_CERTIFICATES
instead of CERTIFICATE_ENCODING.  Also remove redundant layer of
debugging details when wrapping exceptions.

Bug: 15667982
Change-Id: I6e8216d5bf6e42da1feb70c89f991001380305be

9 years agoMerge "initialize codec list before MediaCodec.getCodecInfo()" into lmp-dev
Lajos Molnar [Tue, 9 Sep 2014 21:55:42 +0000 (21:55 +0000)]
Merge "initialize codec list before MediaCodec.getCodecInfo()" into lmp-dev

9 years agoMerge "add some assert messages to download manager test" into lmp-dev
Guang Zhu [Tue, 9 Sep 2014 21:51:15 +0000 (21:51 +0000)]
Merge "add some assert messages to download manager test" into lmp-dev

9 years agoMerge "QS: Fix tile padding on dual tile first lines." into lmp-dev
John Spurlock [Tue, 9 Sep 2014 21:47:52 +0000 (21:47 +0000)]
Merge "QS: Fix tile padding on dual tile first lines." into lmp-dev

9 years agoadd some assert messages to download manager test
Guang Zhu [Tue, 9 Sep 2014 21:44:17 +0000 (14:44 -0700)]
add some assert messages to download manager test

Change-Id: If2e1bdd115eddeeb7bdebf0fab29a3756fee4ceb

9 years agoMerge "Update alert dialog styling to match Material spec" into lmp-dev
Alan Viverette [Tue, 9 Sep 2014 21:43:32 +0000 (21:43 +0000)]
Merge "Update alert dialog styling to match Material spec" into lmp-dev

9 years agoinitialize codec list before MediaCodec.getCodecInfo()
Lajos Molnar [Tue, 9 Sep 2014 21:33:57 +0000 (14:33 -0700)]
initialize codec list before MediaCodec.getCodecInfo()

Bug: 17374217
Change-Id: I8e8fc3a34ec01afdf5fc577979010183971c878b

9 years agoQS: Fix tile padding on dual tile first lines.
John Spurlock [Tue, 9 Sep 2014 21:33:01 +0000 (17:33 -0400)]
QS: Fix tile padding on dual tile first lines.

Now that the caret is not being set, update the padding to
handle this case.

Bug:17421027
Change-Id: Iaacf60df6e39801a27dad054f2d42c99b85c46cd

9 years agoFix for b/16400888 - API Review: GridLayout attributes
Philip Milne [Tue, 9 Sep 2014 17:37:31 +0000 (10:37 -0700)]
Fix for b/16400888 - API Review: GridLayout attributes

Column weights specify the relative proportions of space distribution
within a *row*. With that in mind, I flipped the vertical and horizontal
axes in the docs - but that was a mistake. This CL flips the docs back.
The code works the right way around so doesn't need to be modified.

Change-Id: I1a36882eee8d1b9bd7b8ef10e03cbf66de0ac261
(cherry picked from commit 4ae5f5ee917b2014abe3b6e0b99451693cd2b896)

9 years agoMerge "On db upgrade, reset ringer mode to normal." into lmp-dev
John Spurlock [Tue, 9 Sep 2014 21:20:27 +0000 (21:20 +0000)]
Merge "On db upgrade, reset ringer mode to normal." into lmp-dev

9 years agoOn db upgrade, reset ringer mode to normal.
John Spurlock [Tue, 9 Sep 2014 21:05:54 +0000 (17:05 -0400)]
On db upgrade, reset ringer mode to normal.

When users upgrade to L, don't restore into a state that would force
zen mode to follow suit.  A user's first encounter with zen mode
should be via the UI.

Bug:16826161
Change-Id: I4eb63dce37d88f3a91b5034b3393eed2b768562c

9 years agoActionMenuViews always reserve overflow when creating their own menus
Adam Powell [Tue, 9 Sep 2014 20:51:16 +0000 (13:51 -0700)]
ActionMenuViews always reserve overflow when creating their own menus

ActionMenuViews work in two modes: hosting another Menu instance or
creating their own. The former is used when an action bar is
displaying a window's options menu. The latter is used when an
ActionMenuView (or Toolbar) is placed within an arbitrary layout and
the getMenu method is called.

When showing a window's options menu, ActionMenuPresenter calls into
the ActionBarPolicy to determine if we should reserve an overflow
button or if overflow will be presented by the window instead. Always
reserve overflow if the ActionMenuView is presenting its own menu.

Bug 17381966

Change-Id: I17c495986994d421bf6276ae39ba233243432e97

9 years agoMerge "Prevent NotificationManagerService from using bad stream type" into lmp-dev
Jean-Michel Trivi [Tue, 9 Sep 2014 20:49:49 +0000 (20:49 +0000)]
Merge "Prevent NotificationManagerService from using bad stream type" into lmp-dev

9 years agoMerge "Zen: Map transition to ringer-mode silent to "priority"." into lmp-dev
John Spurlock [Tue, 9 Sep 2014 20:40:02 +0000 (20:40 +0000)]
Merge "Zen: Map transition to ringer-mode silent to "priority"." into lmp-dev

9 years agoBring up the IME when TextView receives ACTION_CLICK
Alan Viverette [Sun, 7 Sep 2014 22:49:49 +0000 (15:49 -0700)]
Bring up the IME when TextView receives ACTION_CLICK

Simulates the relevant portions of a DOWN/UP event pair to request focus
and bring up the IME.

BUG: 8213791
Change-Id: Idb32d81552ecbbdefc64686c914eba6d8e28b0b8

9 years agoZen: Map transition to ringer-mode silent to "priority".
John Spurlock [Tue, 9 Sep 2014 20:32:42 +0000 (16:32 -0400)]
Zen: Map transition to ringer-mode silent to "priority".

Instead of "none".

Bug:16875664
Change-Id: I2a425663f08f35854e7e857330afc20eef01ef2e

9 years agoMake UsageStats API default on only for the system
Adam Lesinski [Tue, 9 Sep 2014 01:31:21 +0000 (18:31 -0700)]
Make UsageStats API default on only for the system

This changes the PACKAGE_USAGE_STATS permission to be
a signature only permission, meaning that only apps
signed with the system signature have access to the
UsageStats API enabled by default.

Bug:17428130
Change-Id: I79ba54d7102c770ea2490f014a1f6736f0f46b3a

9 years agoMerge "User restriction to disallow outgoing NFC beam" into lmp-dev
Amith Yamasani [Tue, 9 Sep 2014 20:29:38 +0000 (20:29 +0000)]
Merge "User restriction to disallow outgoing NFC beam" into lmp-dev

9 years agoMerge "Use sscanf() for parsing tag values." into lmp-dev
Jeff Sharkey [Tue, 9 Sep 2014 20:29:34 +0000 (20:29 +0000)]
Merge "Use sscanf() for parsing tag values." into lmp-dev

9 years agoMerge "Doze: Wake up on touch, fade between states." into lmp-dev
John Spurlock [Tue, 9 Sep 2014 20:24:03 +0000 (20:24 +0000)]
Merge "Doze: Wake up on touch, fade between states." into lmp-dev

9 years agoDoze: Wake up on touch, fade between states.
John Spurlock [Tue, 9 Sep 2014 15:54:11 +0000 (11:54 -0400)]
Doze: Wake up on touch, fade between states.

- When dozing, the first motion event triggers a wake up.
- Fade the backgrounds to ease the transition out of doze.

Bug:17167296
Change-Id: I5615ca0839dfa3ed2cf3001baf407c707f0676d5

9 years agoMerge "hwui: Caches: use mBoundTextures only for GL_TEXTURE_2D" into lmp-dev
Chris Craik [Tue, 9 Sep 2014 20:03:08 +0000 (20:03 +0000)]
Merge "hwui: Caches: use mBoundTextures only for GL_TEXTURE_2D" into lmp-dev

9 years agohwui: Caches: use mBoundTextures only for GL_TEXTURE_2D
Fred Fettinger [Fri, 29 Aug 2014 19:02:31 +0000 (14:02 -0500)]
hwui: Caches: use mBoundTextures only for GL_TEXTURE_2D

bug:17441218

GLConsumer uses glBindTexture() directly instead of going through
Caches::bindTexture(). This can cause libhwui to draw with the wrong
texture bound in the following case which involves 2 TextureViews:

Frame 1:
GLConsumer::updateTexImage() calls glBindTexture(GL_TEXTURE_EXTERNAL_OES, 1)
HWUI renders TextureView A:
    calls Caches::bindTexture(GL_TEXTURE_EXTERNAL_OES, 1) and draws

Frame 2:
GLConsumer::updateTexImage() calls glBindTexture(GL_TEXTURE_EXTERNAL_OES, 1)
GLConsumer::updateTexImage() calls glBindTexture(GL_TEXTURE_EXTERNAL_OES, 2)
HWUI renders TextureView A:
    calls Caches::bindTexture(GL_TEXTURE_EXTERNAL_OES, 1) and draws
HWUI renders TextureView B:
    calls Caches::bindTexture(GL_TEXTURE_EXTERNAL_OES, 2) and draws

In this case, HWUI will incorrectly draw TextureView A using texture 2 on
frame 2, because mBoundTextures[0]=1, even though the texture currently
bound to GL_TEXTURE_EXTERNAL_OES is 2.

Since GLConsumer is always used with a target of GL_TEXTURE_EXTERNAL_OES,
work around this problem by having mBoundTextures[] store only the
textures bound to the target GL_TEXTURE_2D. This is the common case
where the extra performance is needed. Since it's legal to have
different textures bound to GL_TEXTURE_2D and GL_TEXTURE_EXTERNAL_OES
on one texture unit, Caches::bindTexture() does not need to clear
mBoundTextures[mTextureUnit] when target != GL_TEXTURE_2D.

Change-Id: I8bc54ab8adcfacad7f3ed17a31236dc7a86c967a
Signed-off-by: Fred Fettinger <fred.fettinger@motorola.com>
9 years agoMerge "Use surfaceflinger for recents thumbnail rotations." into lmp-dev
Riley Andrews [Tue, 9 Sep 2014 19:59:14 +0000 (19:59 +0000)]
Merge "Use surfaceflinger for recents thumbnail rotations." into lmp-dev

9 years agoMerge "Use correct row/column order in list and grid CollectionItems" into lmp-dev
Alan Viverette [Tue, 9 Sep 2014 19:57:08 +0000 (19:57 +0000)]
Merge "Use correct row/column order in list and grid CollectionItems" into lmp-dev

9 years agoCamera2: Add frameNumber to CaptureCallback#onCaptureStarted
Eino-Ville Talvala [Mon, 8 Sep 2014 21:30:50 +0000 (14:30 -0700)]
Camera2: Add frameNumber to CaptureCallback#onCaptureStarted

Otherwise, cannot reliably match up capture progressed and failure callbacks
with the start callback.

Bug: 17421092
Change-Id: I91d92be70a15536b215bac330370ce37e426ec26

9 years agoUse sscanf() for parsing tag values.
Jeff Sharkey [Tue, 9 Sep 2014 19:29:41 +0000 (12:29 -0700)]
Use sscanf() for parsing tag values.

Neither strtoll() nor strtoull() can parse the %llx formatted tag
values coming from the kernel.  We know the lowest 32 bits will never
be set, so fast-path the 3-character case as 0x0.

Bug: 17365163
Change-Id: I238bbd2830c9335e7ab7a53362d6e12b46e0bcb3

9 years agoUser restriction to disallow outgoing NFC beam
Amith Yamasani [Tue, 9 Sep 2014 16:57:27 +0000 (09:57 -0700)]
User restriction to disallow outgoing NFC beam

This can be controlled by MDMs via DPM.

Also fixes:
 - javadoc for restrictions
 - persisting of cross profile copy/paste restriction

Bug: 17387303
Change-Id: Ie148f56189181d2a4c6345c0823d417ab13a94a3

9 years agoMerge "Remove reference to StatusBarNotification after the value is accessed." into...
Griff Hazen [Tue, 9 Sep 2014 18:35:53 +0000 (18:35 +0000)]
Merge "Remove reference to StatusBarNotification after the value is accessed." into lmp-dev

9 years agoMerge "Fix tessellation bounds computation" into lmp-dev
Chris Craik [Tue, 9 Sep 2014 18:34:06 +0000 (18:34 +0000)]
Merge "Fix tessellation bounds computation" into lmp-dev

9 years agoMerge "Fixing issue with screen pinning not working. (Bug 17436123)" into lmp-dev
Winson Chung [Tue, 9 Sep 2014 18:33:17 +0000 (18:33 +0000)]
Merge "Fixing issue with screen pinning not working. (Bug 17436123)" into lmp-dev

9 years agoMerge "Separating the notion of transposed search vs nav bar. (Bug 17402331)" into...
Winson Chung [Tue, 9 Sep 2014 18:33:06 +0000 (18:33 +0000)]
Merge "Separating the notion of transposed search vs nav bar. (Bug 17402331)" into lmp-dev

9 years agoActivityManager shouldn't return null for getCurrentUser
Adam Lesinski [Tue, 9 Sep 2014 00:50:03 +0000 (17:50 -0700)]
ActivityManager shouldn't return null for getCurrentUser

There was a race where ActivityManager would return null
for getCurrentUser() when switching between guest accounts.
This is because the Guest account was marked for deletion
while it was still active.

Bug:17290209

Change-Id: I224fb4b6836380e5acb7dbeb8f3343d74505f88a

9 years agoCopy visibility docs from support version to base Notification.
Griff Hazen [Wed, 20 Aug 2014 18:56:44 +0000 (11:56 -0700)]
Copy visibility docs from support version to base Notification.

(Noticed the difference in a javadoc diff between Notification and
NotificationCompat)

Bug: 17424399

Change-Id: I639a46c429ffebf8ca47118b2ea80f40ccdc1286

9 years agoMerge "Add user-specific playSoundEffect and use in NavBar" into lmp-dev
Jason Monk [Tue, 9 Sep 2014 18:03:13 +0000 (18:03 +0000)]
Merge "Add user-specific playSoundEffect and use in NavBar" into lmp-dev

9 years agoMerge "Set MTU size to 1410 for Telus." into lmp-dev
Vineeta Srivastava [Tue, 9 Sep 2014 18:02:56 +0000 (18:02 +0000)]
Merge "Set MTU size to 1410 for Telus." into lmp-dev

9 years agoMerge "Removing the NO_CROSS_PROFILE flag for intent forwarding" into lmp-dev
Alexandra Gherghina [Tue, 9 Sep 2014 17:45:34 +0000 (17:45 +0000)]
Merge "Removing the NO_CROSS_PROFILE flag for intent forwarding" into lmp-dev

9 years agoChange suffix UsingSubId to ForSubscriber.
Wink Saville [Mon, 8 Sep 2014 21:50:58 +0000 (14:50 -0700)]
Change suffix UsingSubId to ForSubscriber.

Bug: 17255752
Change-Id: Ifd522888b5aaae111f642d1e35bd1bb939e539d4

9 years agoMerge "Add support for a circular bitmap overlay for round android wear emulator...
Griff Hazen [Tue, 9 Sep 2014 17:25:46 +0000 (17:25 +0000)]
Merge "Add support for a circular bitmap overlay for round android wear emulator." into lmp-dev

9 years agoMerge "Add Japanese content ratings" into lmp-dev
Jae Seo [Tue, 9 Sep 2014 17:21:58 +0000 (17:21 +0000)]
Merge "Add Japanese content ratings" into lmp-dev

9 years agoAdd Japanese content ratings
Jae Seo [Tue, 9 Sep 2014 17:02:37 +0000 (10:02 -0700)]
Add Japanese content ratings

Bug: 17434802
Change-Id: I4be1ff9e5621f0a973c38f1abb377b1c92131a02

9 years agoMerge "Remove deprecated (and now unused) API method." into lmp-dev
Craig Mautner [Tue, 9 Sep 2014 17:05:03 +0000 (17:05 +0000)]
Merge "Remove deprecated (and now unused) API method." into lmp-dev

9 years agoSet MTU size to 1410 for Telus.
New Author Steven Liu [Tue, 26 Aug 2014 18:27:54 +0000 (11:27 -0700)]
Set MTU size to 1410 for Telus.

Bug: 17391167
Change-Id: I38c0d2a311624db66113b5eda2a5eceb6fec2a69

9 years agoMerge "Add new wallpaper features for insets and offsets." into lmp-dev
Dianne Hackborn [Tue, 9 Sep 2014 16:41:43 +0000 (16:41 +0000)]
Merge "Add new wallpaper features for insets and offsets." into lmp-dev

9 years agoTrim unnecessary pages when printing.
Svetoslav [Fri, 5 Sep 2014 04:17:17 +0000 (21:17 -0700)]
Trim unnecessary pages when printing.

A user may request a subset of the document's pages to be printed.
In this case the expectation is that the resulting document does
not include not selected pages. While print serivices can do the
trimming themselves or the printer may do so, moving, potantually
many, redundant pages is inefficient. The real problem is when
saving to a PDF file where the saved file must not have the pages
the user did not select. This change adds shredding of undesired
pages from the PDF before saving it or passing it to a print service.
:
bug:17285994

Change-Id: I7deba535af99457bea3c118202314f0f3812e809

9 years agoMerge "Initilize LockPatternUtils with the current user" into lmp-dev
Adrian Roos [Tue, 9 Sep 2014 16:37:39 +0000 (16:37 +0000)]
Merge "Initilize LockPatternUtils with the current user" into lmp-dev

9 years agoMerge "Show confirmation dialog when adding user from QS" into lmp-dev
Adrian Roos [Tue, 9 Sep 2014 16:37:08 +0000 (16:37 +0000)]
Merge "Show confirmation dialog when adding user from QS" into lmp-dev

9 years agoMerge "Don't draw system bar backgrounds if FLAG_FULLSCREEN is set" into lmp-dev
Adrian Roos [Tue, 9 Sep 2014 16:36:38 +0000 (16:36 +0000)]
Merge "Don't draw system bar backgrounds if FLAG_FULLSCREEN is set" into lmp-dev

9 years agoMerge "Don't crash if there's no QS panel" into lmp-dev
Adrian Roos [Tue, 9 Sep 2014 16:35:07 +0000 (16:35 +0000)]
Merge "Don't crash if there's no QS panel" into lmp-dev

9 years agoRemove deprecated (and now unused) API method.
Craig Mautner [Tue, 9 Sep 2014 15:53:56 +0000 (08:53 -0700)]
Remove deprecated (and now unused) API method.

Removes ActivityOptions.makeLaunchTaskBehindAnimation().

Fixes bug 16958544.

Change-Id: I2d58f4235994fe01d55b3309d0ec6f8449c5d5b8

9 years agoMerge "Remove a few unnecessary withLayer() calls" into lmp-dev
Jorim Jaggi [Tue, 9 Sep 2014 15:51:16 +0000 (15:51 +0000)]
Merge "Remove a few unnecessary withLayer() calls" into lmp-dev

9 years agoMerge "Fix padding between R and wifi icon" into lmp-dev
Jorim Jaggi [Tue, 9 Sep 2014 15:49:06 +0000 (15:49 +0000)]
Merge "Fix padding between R and wifi icon" into lmp-dev

9 years agoMerge "Fixed a bug that the icon was not animating anymore when updating." into lmp-dev
Selim Cinek [Tue, 9 Sep 2014 15:35:05 +0000 (15:35 +0000)]
Merge "Fixed a bug that the icon was not animating anymore when updating." into lmp-dev

9 years agoMerge "Properly announcing HUN state for talkback" into lmp-dev
Selim Cinek [Tue, 9 Sep 2014 15:34:44 +0000 (15:34 +0000)]
Merge "Properly announcing HUN state for talkback" into lmp-dev

9 years agoMerge "Avoiding heads-up when accessibility is turned on" into lmp-dev
Selim Cinek [Tue, 9 Sep 2014 15:34:06 +0000 (15:34 +0000)]
Merge "Avoiding heads-up when accessibility is turned on" into lmp-dev

9 years agoRemove a few unnecessary withLayer() calls
Jorim Jaggi [Tue, 9 Sep 2014 15:21:39 +0000 (17:21 +0200)]
Remove a few unnecessary withLayer() calls

Fixes some jank.

Bug: 17287256
Change-Id: I6c518f12decffa0d3a180499a92823b35e2dd4d5

9 years agocamera2: make 3A regions null when not available
Yin-Chia Yeh [Mon, 8 Sep 2014 22:48:47 +0000 (15:48 -0700)]
camera2: make 3A regions null when not available

Bug: 17346456
Change-Id: If8e1611614622e7eef6f77e03ef55375650f1c51

9 years agoFix padding between R and wifi icon
Jorim Jaggi [Mon, 8 Sep 2014 21:57:20 +0000 (23:57 +0200)]
Fix padding between R and wifi icon

Also adds some padding for the type and the signal strength icon in
LTE, 3G, 4G and 1x case.

Bug: 17421452

Change-Id: Ib3e6d2983397833958bca1fd33eb8b8c69e7c7fd

9 years agoFixed a bug that the icon was not animating anymore when updating.
Selim Cinek [Tue, 9 Sep 2014 13:51:38 +0000 (15:51 +0200)]
Fixed a bug that the icon was not animating anymore when updating.

Bug: 16043845
Change-Id: I0cdb1ee5ddefd4404cd9a6cab61baf1b281a457b

9 years agoMerge "Do not dim the non-activated notifications on lockscreen" into lmp-dev
Jorim Jaggi [Tue, 9 Sep 2014 14:01:23 +0000 (14:01 +0000)]
Merge "Do not dim the non-activated notifications on lockscreen" into lmp-dev

9 years agoDo not dim the non-activated notifications on lockscreen
Jorim Jaggi [Tue, 9 Sep 2014 13:21:38 +0000 (15:21 +0200)]
Do not dim the non-activated notifications on lockscreen

This fixes a lot of jank when showing all cards by tapping the more
card, because this lead to layer trashing in every frame (the
background was updated as well as the overall alpha for the card).

Bug: 17419967
Change-Id: Ib39af6eaab26409eedff72c921e9aa1ede31b830

9 years agoFixing issue with screen pinning not working. (Bug 17436123)
Winson Chung [Tue, 9 Sep 2014 12:13:04 +0000 (14:13 +0200)]
Fixing issue with screen pinning not working. (Bug 17436123)

9 years agoMerge "Apply color to auto-redacted notification" into lmp-dev
Jorim Jaggi [Tue, 9 Sep 2014 12:01:31 +0000 (12:01 +0000)]
Merge "Apply color to auto-redacted notification" into lmp-dev

9 years agoMerge "Extend IKeyChainService AIDL with CACert retrieval" into lmp-dev
Zoltan Szatmary-Ban [Tue, 9 Sep 2014 11:05:44 +0000 (11:05 +0000)]
Merge "Extend IKeyChainService AIDL with CACert retrieval" into lmp-dev

9 years agoRemoving the NO_CROSS_PROFILE flag for intent forwarding
Alexandra Gherghina [Tue, 9 Sep 2014 09:21:11 +0000 (10:21 +0100)]
Removing the NO_CROSS_PROFILE flag for intent forwarding

Bug: 17435289
Change-Id: Iffbecd3cf9338a8633bfcc5bc47247bfc50e7546

9 years agoMerge "Stop logging false error when lingering completes." into lmp-dev
Paul Jensen [Tue, 9 Sep 2014 10:59:40 +0000 (10:59 +0000)]
Merge "Stop logging false error when lingering completes." into lmp-dev

9 years agoMerge "Don't send listening NetworkRequests to NetworkFactories." into lmp-dev
Paul Jensen [Tue, 9 Sep 2014 10:59:18 +0000 (10:59 +0000)]
Merge "Don't send listening NetworkRequests to NetworkFactories." into lmp-dev

9 years agoMerge "Implement ConnectivityManager.reportBadNetwork() to trigger network validation...
Paul Jensen [Tue, 9 Sep 2014 10:58:58 +0000 (10:58 +0000)]
Merge "Implement ConnectivityManager.reportBadNetwork() to trigger network validation." into lmp-dev

9 years agoProperly announcing HUN state for talkback
Selim Cinek [Mon, 8 Sep 2014 16:32:00 +0000 (18:32 +0200)]
Properly announcing HUN state for talkback

Bug: 17067870
Bug: 16652871
Change-Id: I5d33166eaab31e3ac58d75653c0f80fab23718c2

9 years agoAvoiding heads-up when accessibility is turned on
Selim Cinek [Mon, 8 Sep 2014 14:10:50 +0000 (16:10 +0200)]
Avoiding heads-up when accessibility is turned on

Bug: 16017019
Change-Id: I08ec75e6b3296eefb9ae5e8fdc9f8dd6c4ad4816

9 years agoMerge "Announcing the stream type when the volume panel comes up" into lmp-dev
Selim Cinek [Tue, 9 Sep 2014 10:24:44 +0000 (10:24 +0000)]
Merge "Announcing the stream type when the volume panel comes up" into lmp-dev

9 years agoMerge "Fixed a bug with the anti-falsing logic with dismissing" into lmp-dev
Selim Cinek [Tue, 9 Sep 2014 10:23:43 +0000 (10:23 +0000)]
Merge "Fixed a bug with the anti-falsing logic with dismissing" into lmp-dev

9 years agoMerge "Allowing a ContentProvider to have a null authority." into lmp-dev
Nicolas Prevot [Tue, 9 Sep 2014 09:07:00 +0000 (09:07 +0000)]
Merge "Allowing a ContentProvider to have a null authority." into lmp-dev

9 years agomake autojoin associated scan period a config opttion
vandwalle [Tue, 9 Sep 2014 08:30:55 +0000 (01:30 -0700)]
make autojoin associated scan period a config opttion

Change-Id: Ieb187b255f0f87cb33493d98c23a9f01dab15fc6

9 years agoFollow up API signature changes of CursorAnchorInfo part 2
Yohei Yukawa [Tue, 9 Sep 2014 03:39:49 +0000 (12:39 +0900)]
Follow up API signature changes of CursorAnchorInfo part 2

This is another follow up CL for Ic8c6fab58c01206872a34e7e.

Ib2371849d32bb44da9ef59f05e648a476e03699a didn't cover
following renamings.  This CL fixes them.

- #getCharacterRect -> #getCharacterBounds
- #getCharacterRectFlags -> #getCharacterBoundsFlags

BUG: 17365414
Change-Id: I120795da3f25f1e2fa71f455f92e3cd1c036c1d5

9 years agoAdd support for a circular bitmap overlay for round android wear emulator.
Griff Hazen [Tue, 9 Sep 2014 04:34:52 +0000 (21:34 -0700)]
Add support for a circular bitmap overlay for round android wear emulator.

Android wear emulators have never had support for enabling both gpu
emulation and also having a round clip overlay present. Fix this by
supporting a drawable overlay when the ro.emulator.circular system
property is set.

Bug: 13415409

Change-Id: I6e0840ebe5c77adb786a7ba7ec6af348308ca46a

9 years agoMerge "Use new device identifier to check if a layout has been set." into lmp-dev
Michael Wright [Tue, 9 Sep 2014 03:27:09 +0000 (03:27 +0000)]
Merge "Use new device identifier to check if a layout has been set." into lmp-dev

9 years agoUse surfaceflinger for recents thumbnail rotations.
Riley Andrews [Thu, 21 Aug 2014 22:47:07 +0000 (15:47 -0700)]
Use surfaceflinger for recents thumbnail rotations.

+ This removes 30ms of latency on app to home transitions
  on volantis.
Change-Id: Ia3747b8f8be0d41b9b3d095753edfe1df185c84d

9 years agoMerge "New new design for ResolverActivity" into lmp-dev
Adam Powell [Tue, 9 Sep 2014 02:31:36 +0000 (02:31 +0000)]
Merge "New new design for ResolverActivity" into lmp-dev

9 years agoNew new design for ResolverActivity
Adam Powell [Sun, 7 Sep 2014 23:52:22 +0000 (16:52 -0700)]
New new design for ResolverActivity

Switch back to using a list as the grid and differently positioned
activity icons were confusing to users. Keep the distinct "last used"
presentation but align icons and titles with the further choices
below. Adjust this to make the fold more apparent. Remember
open/closed slider state across config changes.

Fix some bugs in nested scrolling and flinging.

Bug 17301272

Change-Id: I175937d5821df27b6ac7ffad7f01cd9a6ed3e3e3

9 years agoUse new device identifier to check if a layout has been set.
Michael Wright [Tue, 9 Sep 2014 01:54:45 +0000 (18:54 -0700)]
Use new device identifier to check if a layout has been set.

Bug: 16486654
Change-Id: If55eacfc6878109b5bcb36ca338eb2cd75a40309