Michael Jurka
9aa58405cc
am 5dadf838: Merge "Fix crash in built-in wallpaper cropper" into klp-dev
...
* commit '5dadf8389eed7b0bf04bcbf89d10f13d366b2d68':
Fix crash in built-in wallpaper cropper
2013-10-07 17:22:02 -07:00
Craig Mautner
972a985590
am b729e995: Merge "Yet more debugging for 10858941." into klp-dev
...
* commit 'b729e99578b072918eb4057226329b078173c868':
Yet more debugging for 10858941.
2013-10-07 17:18:33 -07:00
Michael Jurka
5dadf8389e
Merge "Fix crash in built-in wallpaper cropper" into klp-dev
2013-10-08 00:18:02 +00:00
Craig Mautner
b729e99578
Merge "Yet more debugging for 10858941." into klp-dev
2013-10-08 00:16:41 +00:00
Michael Wright
7c677bb822
am bf33f34c: Merge "Show no_sim icon when no SIM card is available." into klp-dev
...
* commit 'bf33f34c1b8e6483cefd3abefbe212f4583f6e6c':
Show no_sim icon when no SIM card is available.
2013-10-07 17:14:00 -07:00
Jim Miller
9c993bd6ba
Disable camera and search from some security screens.
...
This disables showing the camera and search buttons in the
navbar while SIM, PUK and Account security screens are showing.
Fixes bug 10991981
Change-Id: Ic64adc079685948f8c1114dbdefa42a671948350
2013-10-07 17:13:45 -07:00
Svetoslav Ganov
db63677c7c
Do not do a layout and write while a cancellation is in progress.
...
While printing the app gets callbacks to do a layout and a write. Since
these operations can take a very long time they are implemented in a async
fashion. For example, if there is a layout request while we are still doing
a layout, we ask the application to cancel the previous layout. The problem
was that we were not waiting for the cancellation result before calling
the subsequent layout. Hence, the app ends up having to do two layouts at
the same time which breaks the printing contract. Same for write.
bug:11118426
Change-Id: If7b191c44387d88d5cec195d1785a47f986965ba
2013-10-07 17:13:01 -07:00
Jean-Michel Trivi
19566543c4
Update RemoteController info when enabling/disabling it
...
When a RemoteController listener is disabled: send its listener
"blank" information (no artist, "stopped state"...)
When a RemoteController listener is enabled: have the current
RemoteControlClient send the current information.
Bug 8209392
Change-Id: I375bf3c42a425ada94c61453b51669d7e819dde4
2013-10-07 17:10:08 -07:00
Michael Wright
bf33f34c1b
Merge "Show no_sim icon when no SIM card is available." into klp-dev
2013-10-08 00:10:05 +00:00
Michael Jurka
e72aa7f0a6
Fix crash in built-in wallpaper cropper
...
Also, sync to latest version of WallpaperCropActivity
Bug: 10950237
2013-10-07 17:06:23 -07:00
Baligh Uddin
ceb436ec46
am 29cd41db: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
...
* commit '29cd41dbaea6d41c4cb7b6a7c1e231fda35cf3dc':
Import translations. DO NOT MERGE
2013-10-07 17:03:35 -07:00
Baligh Uddin
01e1ecd0db
am 8fcb6a56: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
...
* commit '8fcb6a56cb460a9921011b826550c0df211a3689':
Import translations. DO NOT MERGE
2013-10-07 17:03:32 -07:00
Baligh Uddin
fb93b65b53
am f78c7884: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
...
* commit 'f78c7884edf73024445e443bde77f68f292369cd':
Import translations. DO NOT MERGE
2013-10-07 17:03:29 -07:00
Baligh Uddin
c6f1c8a8bb
Merge "Import translations. DO NOT MERGE" into klp-ub-dev
2013-10-08 00:01:54 +00:00
Baligh Uddin
29cd41dbae
Merge "Import translations. DO NOT MERGE" into klp-dev
2013-10-08 00:01:45 +00:00
Craig Mautner
e2dd83a5b4
Yet more debugging for 10858941.
...
Change-Id: I258957044cb1a8331124f6abbe53428429c33355
2013-10-07 17:01:41 -07:00
Baligh Uddin
8fcb6a56cb
Merge "Import translations. DO NOT MERGE" into klp-dev
2013-10-08 00:01:33 +00:00
Baligh Uddin
4a88a415be
Merge "Import translations. DO NOT MERGE" into klp-ub-dev
2013-10-08 00:01:19 +00:00
Baligh Uddin
f78c7884ed
Merge "Import translations. DO NOT MERGE" into klp-dev
2013-10-08 00:01:14 +00:00
Amith Yamasani
1eae610981
am 1b5a2e63: Merge "Don\'t backup/restore ringer mode" into klp-dev
...
* commit '1b5a2e630a3f7e3787dce2cfd27738ff6232e905':
Don't backup/restore ringer mode
2013-10-07 16:59:55 -07:00
Amith Yamasani
1b5a2e630a
Merge "Don't backup/restore ringer mode" into klp-dev
2013-10-07 23:57:36 +00:00
Alex Ray
783d3c1ed1
am 69c66f42: Merge "camera2: describe non-full hw level optional tag entries" into klp-dev
...
* commit '69c66f4203b1c6e76e457bfaa9e0854c5d7cd832':
camera2: describe non-full hw level optional tag entries
2013-10-07 16:28:58 -07:00
Alex Ray
69c66f4203
Merge "camera2: describe non-full hw level optional tag entries" into klp-dev
2013-10-07 23:25:24 +00:00
Adam Powell
20ba658bdb
am 31049d76: Use SCREEN Xfermode for keyguard badges; update SeekBar
...
* commit '31049d76c55b18a6d9993f0d9687598740b16014':
Use SCREEN Xfermode for keyguard badges; update SeekBar
2013-10-07 16:25:17 -07:00
Adam Powell
31049d76c5
Use SCREEN Xfermode for keyguard badges; update SeekBar
...
Plumb through the necessary API features through Drawables and
ImageView but leave it hidden for now pending future API review and
plumbing through the rest of the framework Drawable implementations.
Update SeekBar assets used for keyguard transport control.
Set selected status directly instead of finding views by id.
Bug 10531608
Bug 10784913
Change-Id: Ia38bd04ad1bc26e9e6da1dda8a374c9ba3ceccb3
2013-10-07 16:14:17 -07:00
Jim Miller
bc015e847f
am dbc31105: Merge "Disable keyguard text marquee when the display turns off." into klp-dev
...
* commit 'dbc31105bda3591d64e4d3e2abb3b3eaf857222e':
Disable keyguard text marquee when the display turns off.
2013-10-07 16:08:54 -07:00
Jim Miller
dbc31105bd
Merge "Disable keyguard text marquee when the display turns off." into klp-dev
2013-10-07 23:06:21 +00:00
Adam Lesinski
ea4e07518c
am c884fc9f: Merge "AAPT emits error for res with no \'default\' product" into klp-dev
...
* commit 'c884fc9f26b1707f89ae4e1e163e051996f96bb8':
AAPT emits error for res with no 'default' product
2013-10-07 16:00:11 -07:00
Adam Lesinski
c884fc9f26
Merge "AAPT emits error for res with no 'default' product" into klp-dev
2013-10-07 22:57:38 +00:00
Jim Miller
20daffd91e
Disable keyguard text marquee when the display turns off.
...
Fixes bug 11116666
Change-Id: Id9abb9d0531bcf4c5da7014ed4b9b202652b3754
2013-10-07 15:50:43 -07:00
Igor Murashkin
c80938266f
am 46ea9b0b: Merge "camera2: Workaround for null FACE_DETECT_MODE crashing" into klp-dev
...
* commit '46ea9b0b0451a44fc30a646a6e1c4062f0b3d62d':
camera2: Workaround for null FACE_DETECT_MODE crashing
2013-10-07 15:41:09 -07:00
Igor Murashkin
46ea9b0b04
Merge "camera2: Workaround for null FACE_DETECT_MODE crashing" into klp-dev
2013-10-07 22:38:37 +00:00
Dianne Hackborn
fcdbc82ba3
am cade4089: Merge "Fix issue #11113111 : dumpsys activity service
is broken" into klp-dev
...
* commit 'cade4089e75df2c9ef86aa1a37f3396e0d4b57d5':
Fix issue #11113111 : `dumpsys activity service` is broken
2013-10-07 15:33:25 -07:00
Dianne Hackborn
cade4089e7
Merge "Fix issue #11113111 : dumpsys activity service
is broken" into klp-dev
2013-10-07 22:30:34 +00:00
Igor Murashkin
e37885a8a3
camera2: Workaround for null FACE_DETECT_MODE crashing
...
Bug: 11118679
Change-Id: Id9b055744f6a2f502857b4cc0c5badb46b44a1f8
2013-10-07 15:29:58 -07:00
Svetoslav Ganov
f30b647440
am c2d6e51d: Merge "The undefined media sizes for both orientations not properly constructed." into klp-dev
...
* commit 'c2d6e51d6c27eb8f3ca917b467e4a6d55d10cdc8':
The undefined media sizes for both orientations not properly constructed.
2013-10-07 15:24:39 -07:00
Amith Yamasani
77c8831ff6
Don't backup/restore ringer mode
...
Backing it up might result in restoring a new device to a silent,
or vibrate-only state, which is not a good out-of-box experience.
Bug: 11025824
Change-Id: I5b63fd3da012ffc4253338aae31527302a2d276a
2013-10-07 15:23:16 -07:00
Svetoslav Ganov
c2d6e51d6c
Merge "The undefined media sizes for both orientations not properly constructed." into klp-dev
2013-10-07 22:21:52 +00:00
Alan Viverette
5a0f4eccfb
Ignore certain WindowManager flags when touch exploration is enabled
...
Specifically, ignore any flags that alter the visibility of the navigation
bar and transparency.
BUG: 11082573
Change-Id: I17264dc55a1c6c3cb9b9cf92d5121799cecee5b8
2013-10-07 15:12:57 -07:00
Baligh Uddin
3a44b8d577
Import translations. DO NOT MERGE
...
Change-Id: Ia5acc4e7fcae5e75baffbb59d3f21761e46962e6
Auto-generated-cl: translation import
2013-10-07 15:12:24 -07:00
Baligh Uddin
b4e36027a2
Import translations. DO NOT MERGE
...
Change-Id: I55cfb3d94218cad76233f7fffa267c0d308c5f1d
Auto-generated-cl: translation import
2013-10-07 15:11:44 -07:00
Zhijun He
e32e311a11
am c37a5ab5: Merge "Camera2: fix Face class java doc build break" into klp-dev
...
* commit 'c37a5ab54e5e3ad3bb816d7c9e2b923af6f74f73':
Camera2: fix Face class java doc build break
2013-10-07 14:58:04 -07:00
Zhijun He
c37a5ab54e
Merge "Camera2: fix Face class java doc build break" into klp-dev
2013-10-07 21:53:28 +00:00
Jeff Sharkey
5e02e0a9e1
am bcc77b50: Merge "Add <intent-filter> support to <provider>." into klp-dev
...
* commit 'bcc77b502b56d4b91610adfa10c657003c9c820d':
Add <intent-filter> support to <provider>.
2013-10-07 14:44:52 -07:00
Jeff Sharkey
bcc77b502b
Merge "Add <intent-filter> support to <provider>." into klp-dev
2013-10-07 21:41:45 +00:00
Jeff Sharkey
73c3c65b1b
am 567fdd9f: Merge "When launched into empty recents, show drawer." into klp-dev
...
* commit '567fdd9fbaae4a3f6f8dc123769771881a50ed70':
When launched into empty recents, show drawer.
2013-10-07 14:41:17 -07:00
Dianne Hackborn
13c590de1e
Fix issue #11113111 : dumpsys activity service
is broken
...
Change-Id: Ie02d27b377c562085ef7eb5dea144ce2f382c11d
2013-10-07 14:36:47 -07:00
Jeff Sharkey
567fdd9fba
Merge "When launched into empty recents, show drawer." into klp-dev
2013-10-07 21:36:25 +00:00
Zhijun He
04eceec132
Camera2: fix Face class java doc build break
...
Bug: 10406212
Change-Id: Ida4da1ee3f67e176e04d07f569e153d671fa9e40
2013-10-07 14:35:57 -07:00
Leon Scroggins III
f65183fd76
Do not attempt to decode NULL SkData.
...
NewFromFD fails if mmap fails. In that case, it returns a NULL
SkData. SkMemoryStream handles NULL input by calling SkData::NewEmpty,
which is not threadsafe. If the SkMemoryStream were to get some
busted SkData, its call to read might fail. Sidestep this problem
by not creating the SkMemoryStream if the SkData is NULL, skipping
the call to SkData::NewEmpty.
BUG:11028218
Change-Id: Id70299bef1c85ffb5d17102fdb5ea071b0bee68a
2013-10-07 17:30:47 -04:00