Chih-Hung Hsieh
9ad6ac08a9
Fix unused local variale warning from clang/llvm.
...
Change-Id: Ib9b5d06313e5bf933edfb38a4522929104c7917a
2015-03-06 17:07:57 -08:00
Christopher Tate
eb803aef3b
Merge "Don't back up / restore the code_cache/ directory"
2015-03-06 19:43:53 +00:00
Derek Sollenberger
c0bf700441
SkPorterDuff Multiply mode maps to SkXfermode modulate.
...
bug:19627342
Change-Id: I97f26ca1bc8abe2768f4a12cc70fb0fa5d905098
2015-03-06 13:51:04 -05:00
Scott Kennedy
1592f98973
Merge "Allow attrs to be @Nullable in TextView and LinearLayout"
2015-03-06 18:45:25 +00:00
Chris Craik
97a351a329
Merge "Avoid invalid shader creation for certain blend modes"
2015-03-06 18:44:17 +00:00
Chris Craik
2d08eaf034
Merge "Revert "Revert "Remove references to SkPorterDuff as it is deprecated."""
2015-03-06 18:42:30 +00:00
Chris Craik
1526a458a3
Revert "Revert "Remove references to SkPorterDuff as it is deprecated.""
...
Fix build breakage.
This reverts commit 26b4f598c8b1e99b43261614a6861785638c8c00.
Change-Id: If39ce2a41d26a8520091f330234c3d35e413ee92
2015-03-06 18:42:15 +00:00
Chris Craik
fdbf68ff6c
Merge "Revert "Remove references to SkPorterDuff as it is deprecated.""
2015-03-06 18:16:45 +00:00
Chris Craik
26b4f598c8
Revert "Remove references to SkPorterDuff as it is deprecated."
...
bug:19627342
This reverts commit a9aded1f6253afbea7906509992a8a3721f731ab.
Change-Id: Ic865edfbd31c9e24d18a1397a1d346633376e20a
2015-03-06 18:15:39 +00:00
Chris Craik
1c1c3fe9eb
Avoid invalid shader creation for certain blend modes
...
bug:19627342
Change-Id: I41e3c1ce8e6fa52f046ec492d19de7cab92b9ec5
2015-03-06 10:05:15 -08:00
Hiroshi Yamauchi
f045198fb3
Merge "Deprecate things that rely on Debug.startAllocCounting."
2015-03-06 17:43:53 +00:00
Torne (Richard Coles)
8c1db3734f
Merge "Fix typo in WebSettings javadoc."
2015-03-06 17:25:49 +00:00
Glenn Kasten
eafa368ab6
Merge "Fix USB typos"
2015-03-06 16:14:50 +00:00
James Cook
f7e503de70
Merge "Support undo of some programmatic TextView changes"
2015-03-06 15:42:06 +00:00
Torne (Richard Coles)
2b666c96e2
Fix typo in WebSettings javadoc.
...
We accidentally repeated the same enum value twice; fixed to mention the
three values correctly.
Change-Id: Iba6a7edd8e1a5b429728056a8f56634427758c73
2015-03-06 14:20:00 +00:00
Mikhail Naganov
25e8954573
Provide better error reporting for WebView
...
Add new callbacks into WebViewClient that will provide notifications
about subresource loading errors and HTTP errors received from servers.
Bug: 19313118
Change-Id: Idb47f53ef7e72cb95f3e9b89d1e238d69e896b8b
2015-03-06 10:12:14 +00:00
Scott Kennedy
3a1fa10e13
Allow attrs to be @Nullable in TextView and LinearLayout
...
Change-Id: I46ac6cddf010e7ce59de6272c30e824104e28acb
2015-03-05 19:15:11 -08:00
Lajos Molnar
a92d6e28ad
Merge "media: update AMessage to use handler instead of handler-id"
2015-03-06 03:09:19 +00:00
Christopher Tate
a8a739f34c
Don't back up / restore the code_cache/ directory
...
Bug 19628750
Change-Id: I1f2f5e8083675bf70d17c0c143dc813ca9e04610
2015-03-05 18:31:38 -08:00
Scott Kennedy
5dc5c0aac8
Merge "Mark setAccessibilityDelegate()'s argument as @Nullable"
2015-03-06 02:31:30 +00:00
Christopher Tate
e51f79975e
Merge "Don't enqueue allowBackup=false apps for full backup attempts"
2015-03-06 02:05:34 +00:00
Christopher Tate
77a2d78dbf
Don't enqueue allowBackup=false apps for full backup attempts
...
We are correctly refusing to actually process apps for backup if they have
declared android:allowBackup="false" in their manifests, but we're still
wasting bookkeeping & a certain amount of work in tracking them as part of
the full backup queue. Fix that; now we recognize that they shouldn't be
in the queue in the first place.
When reinflating the queue at boot time we also re-verify the participation
of each mentioned app so that we properly drop ones that have been uninstalled
or altered such that they are no longer full-data backup candidates.
Finally, if an app previously implemented key/value backup, so we think
we'll be running it in that mode in a future backup pass, but has been
updated to use the full-data path instead, we don't want to go ahead and
run a key/value pass on it. Added a backstop check and proceed gracefully
in this situation.
(Also add bit more debug-build logging to LocalTransport)
Bug 19462310
Change-Id: I07ab4f2e68e92766d9e8f2595fa763c91193d743
2015-03-05 18:04:16 -08:00
Scott Kennedy
89809a1cd4
Mark setAccessibilityDelegate()'s argument as @Nullable
...
Change-Id: I3c087e953e29e81285fc8efa4157f694eeaf075d
2015-03-05 17:49:11 -08:00
Andrew Lee
2b84e98e69
Merge "Add methods for device telephony configs."
2015-03-06 01:05:08 +00:00
Dan Sandler
1c20d3cf3f
am eef3fbcf: am 8deb6d95: am e6a4b445: am 3581f4c9: Merge "Avoid crashing on startup when policy forbids lockscreen camera." into lmp-mr1-dev
...
* commit 'eef3fbcf6825a5e5e0cb150123d9bc87956fbb23':
Avoid crashing on startup when policy forbids lockscreen camera.
2015-03-06 00:39:10 +00:00
Dan Sandler
eef3fbcf68
am 8deb6d95: am e6a4b445: am 3581f4c9: Merge "Avoid crashing on startup when policy forbids lockscreen camera." into lmp-mr1-dev
...
* commit '8deb6d95a73d5d6860fbfb2eb273cdbc49c5d2c9':
Avoid crashing on startup when policy forbids lockscreen camera.
2015-03-06 00:31:04 +00:00
Dan Sandler
8deb6d95a7
am e6a4b445: am 3581f4c9: Merge "Avoid crashing on startup when policy forbids lockscreen camera." into lmp-mr1-dev
...
* commit 'e6a4b445944489d67d40c8f52322fb149290fcf8':
Avoid crashing on startup when policy forbids lockscreen camera.
2015-03-06 00:21:47 +00:00
Dan Sandler
e6a4b44594
am 3581f4c9: Merge "Avoid crashing on startup when policy forbids lockscreen camera." into lmp-mr1-dev
...
* commit '3581f4c91a77ecb9313f51a2d07ed88ff61d9299':
Avoid crashing on startup when policy forbids lockscreen camera.
2015-03-06 00:10:22 +00:00
Dan Sandler
3581f4c91a
Merge "Avoid crashing on startup when policy forbids lockscreen camera." into lmp-mr1-dev
2015-03-06 00:03:37 +00:00
Dan Albert
9488813873
am 7a79c4ca: am f8d6a4ba: resolved conflicts for merge of 701f9c2f to stage-aosp-master
...
* commit '7a79c4cac3b0c722832e868346db2375b6d6c379':
Stop using namespace std.
2015-03-05 23:56:53 +00:00
John Reck
0affc5f3eb
Merge "Cleanup Bitmap JNI attempt #2 "
2015-03-05 23:55:14 +00:00
Dan Albert
7a79c4cac3
am f8d6a4ba: resolved conflicts for merge of 701f9c2f to stage-aosp-master
...
* commit 'f8d6a4ba8739e16e13ae0014efa099ec564939a7':
Stop using namespace std.
2015-03-05 23:50:35 +00:00
Eric Gilmore
8eed9c7e61
am dcfa5e03: am 6e3c763f: am 685e6ce8: am 636a39ba: am e95fa264: am e17b0a14: am 87499b27: Merge "Re-fixing link, and removing trailing white space." into lmp-docs
...
* commit 'dcfa5e03f76e6ba9579125669d07cac09cde8cd2':
Re-fixing link, and removing trailing white space.
2015-03-05 23:46:49 +00:00
Dan Albert
f8d6a4ba87
resolved conflicts for merge of 701f9c2f to stage-aosp-master
...
Change-Id: I42e0411c0acef4b15137491ecaaed95d9b1cd0c1
2015-03-05 15:41:39 -08:00
Julia Reynolds
2482100fed
Merge "Allow device and profile owners to set a user icon."
2015-03-05 23:39:04 +00:00
Eric Gilmore
dcfa5e03f7
am 6e3c763f: am 685e6ce8: am 636a39ba: am e95fa264: am e17b0a14: am 87499b27: Merge "Re-fixing link, and removing trailing white space." into lmp-docs
...
* commit '6e3c763f0146377f610227c879c8037b1842ab6e':
Re-fixing link, and removing trailing white space.
2015-03-05 23:38:31 +00:00
Dan Albert
701f9c2fd8
Merge "Stop using namespace std."
2015-03-05 23:31:41 +00:00
Eric Gilmore
6e3c763f01
am 685e6ce8: am 636a39ba: am e95fa264: am e17b0a14: am 87499b27: Merge "Re-fixing link, and removing trailing white space." into lmp-docs
...
* commit '685e6ce830f97383846335eec758e83ba3ad7060':
Re-fixing link, and removing trailing white space.
2015-03-05 23:26:17 +00:00
Eric Gilmore
685e6ce830
am 636a39ba: am e95fa264: am e17b0a14: am 87499b27: Merge "Re-fixing link, and removing trailing white space." into lmp-docs
...
* commit '636a39babbda97743b33511b3dd2addafc8c2847':
Re-fixing link, and removing trailing white space.
2015-03-05 23:11:09 +00:00
Eric Gilmore
636a39babb
am e95fa264: am e17b0a14: am 87499b27: Merge "Re-fixing link, and removing trailing white space." into lmp-docs
...
* commit 'e95fa2649b62a3fbccd096b43925a17c6ff03228':
Re-fixing link, and removing trailing white space.
2015-03-05 23:04:27 +00:00
Andreas Gampe
ddbc48cdee
am 0fcfae88: am ecc20aaf: am 63ab6eb2: Merge "Frameworks/base: Use ArraySet more explicitly"
...
* commit '0fcfae88f2737b004cae83a77d590046e2b08ef3':
Frameworks/base: Use ArraySet more explicitly
2015-03-05 22:55:34 +00:00
Eric Gilmore
e95fa2649b
am e17b0a14: am 87499b27: Merge "Re-fixing link, and removing trailing white space." into lmp-docs
...
* commit 'e17b0a14ccc427bff386517537fcf23e00a087d4':
Re-fixing link, and removing trailing white space.
2015-03-05 22:50:16 +00:00
Andreas Gampe
0fcfae88f2
am ecc20aaf: am 63ab6eb2: Merge "Frameworks/base: Use ArraySet more explicitly"
...
* commit 'ecc20aafa6f3d272292e7b3577c99f2c127e590f':
Frameworks/base: Use ArraySet more explicitly
2015-03-05 22:46:49 +00:00
Yigit Boyar
38d909a57d
Fix build. getAlingment should not be public
...
Change-Id: I4abde1ddc78367795601215106388d6eb535cbca
2015-03-05 22:40:06 +00:00
Andreas Gampe
ecc20aafa6
am 63ab6eb2: Merge "Frameworks/base: Use ArraySet more explicitly"
...
* commit '63ab6eb220a2a75837d6e3d18d19cbd5dda175eb':
Frameworks/base: Use ArraySet more explicitly
2015-03-05 22:38:56 +00:00
George Mount
f2e9ca1f52
Merge "Handle null epicenters in EpicenterClipReveal."
2015-03-05 22:36:02 +00:00
Eric Gilmore
e17b0a14cc
am 87499b27: Merge "Re-fixing link, and removing trailing white space." into lmp-docs
...
* commit '87499b275bc7a8d4a12a3134646769a5c6c34829':
Re-fixing link, and removing trailing white space.
2015-03-05 22:34:58 +00:00
Andreas Gampe
63ab6eb220
Merge "Frameworks/base: Use ArraySet more explicitly"
2015-03-05 22:33:43 +00:00
George Mount
3c75db9961
Handle null epicenters in EpicenterClipReveal.
...
Bug 19617067
Change-Id: Ie288288f7a8e0c95ed07d8beb40b78f80048fa98
2015-03-05 14:33:37 -08:00
John Spurlock
0c09383114
Merge "AudioService: Add current stream devices to dumpsys output."
2015-03-05 22:12:49 +00:00