Mike Lockwood
eebc98ff18
MidiDeviceService: Add getDeviceInfo() accessor method
...
so service implementations can access their own device info object.
Change-Id: I93e0c449e72d76568d7b4c9f7f7db00a846b5a33
2015-03-06 08:17:33 -08: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
Mathieu Chartier
773bcfa7ec
am e59b7ce2: Merge "Add JIT system properties"
...
* commit 'e59b7ce2564a916240e561b36f4476f2d72a65c5':
Add JIT system properties
2015-03-06 01:36:55 +00:00
Mathieu Chartier
e59b7ce256
Merge "Add JIT system properties"
2015-03-06 01:31:27 +00:00
Miao Wang
c1e2bf95ab
am 4b5af9bc: Merge "[RenderScript] Update the java API about Allocation copyTo & From FieldPacker"
...
* commit '4b5af9bce10dbb8b6d5ff27a5f0c49f3498a6245':
[RenderScript] Update the java API about Allocation copyTo & From FieldPacker
2015-03-06 01:10:38 +00:00
Miao Wang
4b5af9bce1
Merge "[RenderScript] Update the java API about Allocation copyTo & From FieldPacker"
2015-03-06 01:05:28 +00:00
Andrew Lee
2b84e98e69
Merge "Add methods for device telephony configs."
2015-03-06 01:05:08 +00:00
Mathieu Chartier
6909c0e1e7
Add JIT system properties
...
Added the following runtime options.
"dalvik.vm.usejit" -> "-Xusejit:"
"dalvik.vm.jitcodecachesize" -> "-Xjitcodecachesize:"
"dalvik.vm.jitthreshold" -> "-Xjitthreshold:"
Bug: 17950037
Change-Id: I4996cdd1e34a1743d83c37069f545e6e09bccdb9
2015-03-05 17:02:54 -08:00
Miao Wang
26f1a53838
am 8b86ee9f: Merge "[RenderScript] Add missing variable"
...
* commit '8b86ee9fb5909a95a46907aede4d1b22b4ef3bba':
[RenderScript] Add missing variable
2015-03-06 01:02:23 +00:00
Miao Wang
a61832c8fd
am 288e6f67: Merge "[RenderScript] AutoPadding & Unpadding for Vec3 Elements during copyTo & copyFrom."
...
* commit '288e6f67181ce74ec4b97b61def1b9510b1221d0':
[RenderScript] AutoPadding & Unpadding for Vec3 Elements during copyTo & copyFrom.
2015-03-06 01:01:58 +00:00
Miao Wang
45cec0a971
[RenderScript] Update the java API about Allocation copyTo & From FieldPacker
...
Change-Id: I4e1b911d4cdfec8a841bc5a8bc615c64c50e8fc8
2015-03-05 16:52:05 -08: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
Miao Wang
8b86ee9fb5
Merge "[RenderScript] Add missing variable"
2015-03-06 00:37:02 +00:00
Tor Norbye
80756e3888
Annotate ARGB integer parameters with @ColorInt
...
Change-Id: I307f72a382272cf18ddb6b07d9fcb81228568d9a
2015-03-05 16:34:12 -08:00
Tor Norbye
cb59f2afb7
Additional annotations: @CallSuper, @Keep, etc.
...
These mirror the new support library annotations, but
with source retention.
Change-Id: Ib85ceeb37d596aae8cf12d4f8fede3982552d033
2015-03-05 16:34:11 -08: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
Miao Wang
2cd0c340fc
[RenderScript] Add missing variable
...
Change-Id: I148bab3a8c3fb360d345549401d0ed579a37e971
2015-03-05 16:27:15 -08: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
Miao Wang
288e6f6718
Merge "[RenderScript] AutoPadding & Unpadding for Vec3 Elements during copyTo & copyFrom."
2015-03-05 23:49:57 +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