Dianne Hackborn
c7dc4add63
Docs only: N is no longer a shrug. am: c1b607df71 am: 6fe27966e2
...
am: dbe43ee9ba
Change-Id: I8ba0795a2d4e25ede3654b9ab4dd95c5bed74ee1
2016-08-15 22:37:29 +00:00
Andreas Huber
2d28047166
Merge "Initial commit of Java support for hardware binder."
2016-08-15 21:36:43 +00:00
Dianne Hackborn
dbe43ee9ba
Docs only: N is no longer a shrug. am: c1b607df71
...
am: 6fe27966e2
Change-Id: I0d441487fae3e95741f83ab92042bca7547006ae
2016-08-15 21:35:48 +00:00
Dianne Hackborn
6fe27966e2
Docs only: N is no longer a shrug.
...
am: c1b607df71
Change-Id: Iaf3a4c23ec9c94dccfa6db15e6caf90a74a5f3c0
2016-08-15 21:25:41 +00:00
Todd Kennedy
53f7d933be
Merge "More settings cleanup"
2016-08-15 17:17:51 +00:00
Andreas Huber
c0b6c53076
Initial commit of Java support for hardware binder.
...
Squashed commit of the following:
commit a536e55110a62871662d2f0b1771d7b66bb3cb27
Author: Andreas Huber <andih@google.com >
Date: Mon Aug 15 09:04:45 2016 -0700
start HwBinder thread pool upon service registration
Change-Id: I8e91d20e29a5647a36aad083c23d1b594fdc68c5
commit 0a1882999e0021b68ccebb0306905f17962b8a70
Author: Andreas Huber <andih@google.com >
Date: Thu Aug 11 15:41:05 2016 -0700
IHwInterface, queryLocalInterface.
also moved looking up a service into HwBinder. HwRemoteBinder is now an
implementation detail.
Change-Id: Ic0b818f5b36c42c608e570fe41a2c0272a6e48df
commit d99b0b065bde6e0f071245719f8ab31ad25d91be
Author: Andreas Huber <andih@google.com >
Date: Mon Aug 8 09:07:51 2016 -0700
work in progress
Change-Id: I4f5612944e9ac1c762ad1fa2e238836e37b484da
commit 64f027e55780284b981f88a1605c00a0a0f091f4
Author: Andreas Huber <andih@google.com >
Date: Thu Aug 4 10:10:52 2016 -0700
Squashed commit of the following:
commit d023d5570ef810094a3d4382158f32faff46c480
Author: Andreas Huber <andih@google.com >
Date: Thu Aug 4 10:09:41 2016 -0700
Some more cleanup, file organization more closely matches existing code in
frameworks/base/core/jni/..., don't produce a separate shared library, this is
now linked as part of libandroid_runtime.so
Change-Id: I91024f137ff0faae26e72aa9a7163b80b97f0d05
commit 7cf5370748a9a99be68fac0f32c6793f5bfc4a15
Author: Andreas Huber <andih@google.com >
Date: Thu Aug 4 09:37:44 2016 -0700
Some more cleanup.
Change-Id: Ibb89280f51234f8a3dd29ca6d57d6eaaf80a03ea
commit d70638398ed47c29401d6118e03d640245ecc9b2
Author: Andreas Huber <andih@google.com >
Date: Thu Aug 4 09:31:49 2016 -0700
hidl::{Parcel,Binder & friends} => hardware::\1
Change-Id: I8f37a260d4a9afe66e02f7266c54af093502869f
commit 0fc680aea7753d8de91b4a3806b892dcb4fface8
Author: Andreas Huber <andih@google.com >
Date: Mon Aug 1 14:55:17 2016 -0700
Squashed commit of the following:
commit daa714921e20bc209bd7c05aea458569ce539993
Author: Andreas Huber <andih@google.com >
Date: Mon Aug 1 12:09:27 2016 -0700
Switch to NativeAllocationRegistry for pairing java- with native objects.
Change-Id: I011fda51e8c24d9e03d6a0ddbcdac9196dc8ab72
commit 3a02606dba870f8313e1db919720647f686273b4
Author: Andreas Huber <andih@google.com >
Date: Thu Jul 28 11:44:26 2016 -0700
Squashed commit of the following:
commit e77b8ff331ed1b5554b4c7c1cd99ed99dbed5f45
Author: Andreas Huber <andih@google.com >
Date: Thu Jul 28 11:15:12 2016 -0700
no more LOCAL_C_INCLUDES, read/writeEmbeddedBuffer APIs changed to take
a size_t instead of a uint64_t for both handles and offsets.
Use android-base/logging instead of utils/Log.h for logs/assertions.
Change-Id: I1129c75da46e4335efbf94a3394f9bde7d0ad0c6
commit fbc3a7be0a8cde86b334a677a0e127123beb0051
Author: Andreas Huber <andih@google.com >
Date: Wed Jul 27 16:20:24 2016 -0700
Squashed commit of the following:
commit bda9396472eaa32c7643927017ccfdcba8a6aeb3
Author: Andreas Huber <andih@google.com >
Date: Wed Jul 27 16:19:57 2016 -0700
Code review in progress.
Change-Id: I66cc3a4ec8caf6feac0d526130c0c3902fd8e2cc
commit 2887d9589562c3e9834e5d6bb513ab5eff9cdb5f
Author: Andreas Huber <andih@google.com >
Date: Mon Jul 25 12:00:38 2016 -0700
Squashed commit of the following:
commit 8a565b0282577508db00a9f6146e75d962b854f4
Author: Andreas Huber <andih@google.com >
Date: Mon Jul 25 12:00:13 2016 -0700
@hide everything
Change-Id: I54411d1b0d9cd2ddb66acc1444c23b17b98e58a6
commit e55a1dd871a2c653bca300335ba9dcc78b3c5ea5
Author: Andreas Huber <andih@google.com >
Date: Tue Jul 19 11:19:07 2016 -0700
Squashed commit of the following:
commit c9ae58af694ae2c8451486fe83fab0f6e1398047
Author: Andreas Huber <andih@google.com >
Date: Tue Jul 19 10:10:56 2016 -0700
switch to a better way of finishing/sending stub transactions
Change-Id: I7e237f57f4dbd69d05caeb62de0876c40feaa1cf
commit 0af00b5c41bf808f31300a565467d463d8df0636
Author: Andreas Huber <andih@google.com >
Date: Mon Jul 18 15:32:09 2016 -0700
exceptions >> assertions
Change-Id: I098d6e170525539b81aae5e8890c8460ec78df18
commit f5e1363c2e6b7713ae1460cd8dc22872deebedc4
Author: Andreas Huber <andih@google.com >
Date: Mon Jul 18 11:57:04 2016 -0700
Squashed commit of the following:
commit b8716cdf75ac1785f6decb6d236d689c087889cd
Author: Andreas Huber <andih@google.com >
Date: Mon Jul 18 11:56:35 2016 -0700
Support for {read,write}StringVector.
Change-Id: I816e4fc22afde960a481c0fb4c3d8531bffa6e56
commit 34279699169c9ba5fdc03055a863432a2edd1901
Author: Andreas Huber <andih@google.com >
Date: Mon Jul 18 10:08:32 2016 -0700
LEGO -> Hw
Change-Id: Ib63ef44cfd13e5a2c3a358d055aad162163d8600
commit eb2b09c4a03ba785363a8b230a89718ef319c35b
Author: Andreas Huber <andih@google.com >
Date: Fri Jul 15 14:01:11 2016 -0700
Squashed commit of the following:
commit c657839a54cf6054e1983a59a59bfcc0854cc952
Author: Andreas Huber <andih@google.com >
Date: Fri Jul 15 12:55:04 2016 -0700
Support for {read,write}StringArray and stubs for {read,write}StringVector
Also refactored existing code to take advantage of HidlSupport.h
Change-Id: I55613d0c66706008d1f96576b9f7a500d52b2cd3
commit 5d29cd53c4f2a9fe0cdc9052e4041c92d0873042
Author: Andreas Huber <andih@google.com >
Date: Thu Jul 14 16:38:09 2016 -0700
Squashed commit of the following:
commit 0a7e49f20d18a7eebda889594cc1bc5511ce2fdc
Author: Andreas Huber <andih@google.com >
Date: Tue Jul 12 14:21:56 2016 -0700
support all primitive array and vector read/write operations on LEGOParcel
Change-Id: I200d1dccedc0fd752c297714e8e0df967fdb653b
commit e0401c2fabc548681d7fd304c09b4ca8838bb0b5
Author: Andreas Huber <andih@google.com >
Date: Tue Jul 12 09:53:42 2016 -0700
Added LEGOParcel.{read,write}{Int8,Int16}
Change-Id: I0d9cc149802837593db606692694dbce1b12e521
commit 9187f7a349c0861549df2c534803e03066d22b4a
Author: Andreas Huber <andih@google.com >
Date: Mon Jul 11 16:10:50 2016 -0700
Better handling of temporary storage in JLEGOParcel
Change-Id: I31cdf7b6f1f4bd486661288346cf530c9e92beaa
commit dc2e5f6f0bb737c739e1dab356efeac945c000c3
Author: Andreas Huber <andih@google.com >
Date: Mon Jul 11 14:18:09 2016 -0700
proper (read/writeBuffer based) marshalling of strings and int32 arrays
Change-Id: I2fadd2f831cc0acb50a41222525e71f29b57e79e
commit 6463a03074fa514ea8b7cb61e475c246e6136b43
Author: Andreas Huber <andih@google.com >
Date: Mon Jul 11 13:13:31 2016 -0700
support for ILEGOBinder marshalling
Change-Id: I8ceea45dfcb8460e59a05999ccdcad319650dede
commit 8c26a006ded339043677d3607884da0abb3e742d
Author: Andreas Huber <andih@google.com >
Date: Fri Jul 8 16:42:38 2016 -0700
A quick and dirty fix for the
"storage must stay around until transact() returns" issue.
Change-Id: I75ac09391cdc23dcc6e154b32eff945f29d00cc0
commit df7d2c1e4e33d6554ab16e33c90bdf30ce2a136d
Author: Andreas Huber <andih@google.com >
Date: Fri Jul 8 08:48:31 2016 -0700
Squashed commit of the following:
commit c42764acbaefab5ffc829dd1a3b60aa252643ae6
Author: Andreas Huber <andih@google.com >
Date: Thu Jul 7 16:51:10 2016 -0700
An attempt at LEGOParcel.{read,write}Int32Vector
Change-Id: I9dc54828ad10c8cec8ca292db011925cd60893e2
commit faa502ac98d28f3eff10a4c16443059ca316c76b
Author: Andreas Huber <andih@google.com >
Date: Thu Jul 7 14:58:24 2016 -0700
Support for LEGOParcel.{read,write}{String,Int32Array}
Change-Id: I38317f22ff977bed2f8203c24333bbb7de6f1cc5
commit ba048b13eb014472130094fafd0fe982363d7add
Author: Andreas Huber <andih@google.com >
Date: Wed Jul 6 16:41:14 2016 -0700
LEGO{Binder,Parcel,RemoteBinder} java classes
Change-Id: If1098ab921a11bae8eca2a70a3c3070e4daa0ea2
2016-08-15 09:28:30 -07:00
Andrei Stingaceanu
d055939c7c
Merge "TextView - fix ClickableSpans always triggering on touch up"
2016-08-15 15:16:26 +00:00
Hui Shu
1fa574c3c5
Fix documentation. am: bd042e666a am: 440d84f99a
...
am: 68cee7e245
Change-Id: I33cc61c64c85a8b0bee7338feb55d5551cc2fd26
2016-08-14 00:41:33 +00:00
Adrian Roos
1fafcc6f64
Assist: Allow disabling the disclosure animation am: 2335bd6787 am: 57d1601849
...
am: ae96089711
Change-Id: I3d086e48a7ea312ae972495a157f18b62bc36e13
2016-08-14 00:34:13 +00:00
Colin Cross
2c5439972f
resolve merge conflicts of f95418e to master
...
Change-Id: If2b4d34b3ba64f61214b72fd71f8767500e68a53
2016-08-13 11:20:37 -07:00
Dianne Hackborn
c1b607df71
Docs only: N is no longer a shrug.
...
Change-Id: I6fa8f77d93f53b7969ec6aab4c7e9ca27d17d01f
2016-08-12 17:01:35 -07:00
TreeHugger Robot
2eafc97b32
Merge "Allow calls to TimedRemoteCaller in parallel."
2016-08-12 23:36:44 +00:00
Hui Shu
68cee7e245
Fix documentation. am: bd042e666a
...
am: 440d84f99a
Change-Id: I1d0c75c6692557e1d66ca66036bceda6ca62c702
2016-08-12 23:19:41 +00:00
Adrian Roos
ae96089711
Assist: Allow disabling the disclosure animation am: 2335bd6787
...
am: 57d1601849
Change-Id: I5954913f4f210e47d5e3a297f25d3f646cdd2a4b
2016-08-12 23:16:53 +00:00
Hui Shu
440d84f99a
Fix documentation.
...
am: bd042e666a
Change-Id: Ib749bd51c24a2012cd2b0d87ed70c034f410bc58
2016-08-12 21:29:47 +00:00
Philip P. Moltmann
a01bda837b
Allow calls to TimedRemoteCaller in parallel.
...
Before the second thread canceled the call from the first thread as the
awaitedSequenceId was set to the second thread.
Change-Id: I7de709dee260a009761e0a3e73f3fe0695d2da2a
2016-08-12 14:19:18 -07:00
Alison Cichowlas
f95418e0cb
Add restart to GlobalActions. am: f8eca405c1
...
am: 091fc718d4
Change-Id: Ib0cc25ec7887366ee65a27aed7497cdbbac861b1
2016-08-12 20:35:27 +00:00
Adrian Roos
57d1601849
Assist: Allow disabling the disclosure animation
...
am: 2335bd6787
Change-Id: I2a88e088da3062b7bd10581650de526629973c67
2016-08-12 20:35:22 +00:00
Alison Cichowlas
091fc718d4
Add restart to GlobalActions.
...
am: f8eca405c1
Change-Id: Ib9664d086e2ac57db905fbfa03329c1a990051fc
2016-08-12 20:18:41 +00:00
Adrian Roos
2335bd6787
Assist: Allow disabling the disclosure animation
...
Change-Id: I6e7ed00f066fda7cc268119e7aa4133010aa69c1
Fixes: 30809067
2016-08-12 12:04:53 -07:00
Kirill Grouchnikov
9cce5d04ca
Merge "Document exception thrown in SoundEffectConstants"
2016-08-12 19:02:56 +00:00
Aga Madurska
e27c677f33
Avoid an NPE while checking view location on screen. am: a56454645f
...
am: a78e8d6219
Change-Id: I70f2333d6f09d7d608a5c201ac3d5be7780bda9e
2016-08-12 18:24:42 +00:00
Aga Madurska
a78e8d6219
Avoid an NPE while checking view location on screen.
...
am: a56454645f
Change-Id: I052e1e3f18a1df3a4ef43b87a1709d14eef21df1
2016-08-12 18:18:01 +00:00
Agnieszka Madurska
5e933c1e43
Merge "Avoid an NPE while checking view location on screen." into cw-f-dev
2016-08-12 18:08:25 +00:00
TreeHugger Robot
9d911ea5c2
Merge "Enable StrictMode.detectFileUriExposure() for drag and drop"
2016-08-12 17:53:33 +00:00
Alison Cichowlas
f8eca405c1
Add restart to GlobalActions.
...
Update power icon in GlobalActions for consistency
with new restart icon.
Bug: 30395806
Change-Id: I5ab20c15c889384fb685fc678fbf9ed912fcde5d
2016-08-12 13:41:00 -04:00
Kirill Grouchnikov
35d5b0fdea
Document exception thrown in SoundEffectConstants
...
Change-Id: Id4ecf66c8c2ac6ead2a79438e4db702fd6dd196e
2016-08-12 13:12:23 -04:00
Aga Madurska
a56454645f
Avoid an NPE while checking view location on screen.
...
Bug:30483148
Change-Id: I115da4fefff5fecc04135e2b150e1e77445cb86e
2016-08-12 18:00:25 +01:00
John Reck
e886ad2c95
resolve merge conflicts of cdbdd46 to master
...
Change-Id: I18a60477799865973fc9d6c876d95e3cee6e5031
2016-08-12 08:24:33 -07:00
John Reck
cdbdd46fb3
Fix NPE in TextureView am: 7e237189c2
...
am: ed1f1399d4
Change-Id: I1166edf4590e2846e6c115cbe9c9455ee46b64b5
2016-08-12 14:39:36 +00:00
John Reck
ed1f1399d4
Fix NPE in TextureView
...
am: 7e237189c2
Change-Id: I16d37e5c8ab6b81b57f510be5cdea09047cdbd79
2016-08-12 14:31:49 +00:00
Andrei Stingaceanu
3df24c31bb
TextView - fix ClickableSpans always triggering on touch up
...
* introduce GestureDetector to TextView
* completely remove link click functionality from
LinkMovementMethod (the interface does not state it
provides click functionality)
* intercept onSingleTapConfirmed and trigger onClick on the
link if it exists (simplified duplicated functionality)
* renamed a bunch of LinkMovementMethod variables because
eyes hurt
Bug: 23692690
Change-Id: Idaf3f3391328207f42521235fb5deb1a11c66aaa
2016-08-12 10:21:08 +00:00
Hui Shu
bd042e666a
Fix documentation.
...
Remove spurious duplicate line in JavaDoc.
Change-Id: I7ee7339d2ef21241ff21e66683e37e8ea0bbfaa4
2016-08-12 00:27:39 +00:00
TreeHugger Robot
e74f34b6cf
Merge "Bring back old constructor for layoutlib."
2016-08-12 00:26:36 +00:00
Jakub Pawlowski
1366a9a4fb
resolve merge conflicts of 5671277 to stage-aosp-master am: 5aa4ba3776 am: 84b61fb4b0
...
am: ecd10beefd
Change-Id: I4d72144cfd66a51fe8e2aaaf93ed4c4981830d3b
2016-08-11 23:17:53 +00:00
Jakub Pawlowski
ecd10beefd
resolve merge conflicts of 5671277 to stage-aosp-master am: 5aa4ba3776
...
am: 84b61fb4b0
Change-Id: Id1dc84ba248e6d91bcab28f94b9c2b29dc16787d
2016-08-11 23:11:19 +00:00
Jakub Pawlowski
84b61fb4b0
resolve merge conflicts of 5671277 to stage-aosp-master
...
am: 5aa4ba3776
Change-Id: Id0926a640dd15d33d6df9582009d587d7bed1872
2016-08-11 23:05:49 +00:00
Jeff Sharkey
a4603d3c37
Bring back old constructor for layoutlib.
...
Bug: 28634953
Change-Id: I72edcdc498b4d85d68e85768dcf839ecb1ab5db7
2016-08-11 16:54:15 -06:00
Jakub Pawlowski
5aa4ba3776
resolve merge conflicts of 5671277 to stage-aosp-master
...
Change-Id: I71e3bd497dbdc0b3f297ad311620aa77bf7225ac
2016-08-11 15:53:06 -07:00
Jakub Pawlowski
747711ce9b
Add LE Secure Connection data parsing (1/4)
...
Bug: 30460956
Change-Id: I8d6e721b3b04f5ca9e3e02f7f2b90487482e1b37
2016-08-11 22:18:19 +00:00
Todd Kennedy
788c8423d1
More settings cleanup
...
* While parsing the packages.xml file, don't call getPackagesLPw(); we'll
never find a package unless something has gone horribly wrong. Instead,
build the PackageSetting like a sane person and add it to internal
structures.
* Add methods to create a proper copy of the PackageSetting object and
not just the data from one class in the middle of the hierarchy.
* Stop converting Sets into Lists back into Sets when creating
IntentFilterVerificationInfo objects
* Remove the name argument when adding a package setting; it should always
be the name in the package setting
Bug: 30219944
Change-Id: I7fa2c540621fb5d70a59b15919bfd31d8465e25d
2016-08-11 15:12:54 -07:00
Jeff Sharkey
ce65646208
Merge "Take the "tf" out of "wtf"."
2016-08-11 21:21:54 +00:00
Jeff Sharkey
012d5e05cf
Take the "tf" out of "wtf".
...
You can't DropBox until you have DropBox, otherwise bad things will
happen.
Bug: 28634953
Change-Id: I43c590ac329c7a544215df3023ad07a0b32b5691
2016-08-11 15:20:25 -06:00
Phil Weaver
30cf918c4b
Limit capabilities of a11y gesture dispatch. am: a8918f23c7 am: 0e97bb6c1a
...
am: 3d40beacfd
Change-Id: I006b848679d7e605740e1e1e9eecddad7878873b
2016-08-11 21:11:57 +00:00
Phil Weaver
3d40beacfd
Limit capabilities of a11y gesture dispatch. am: a8918f23c7
...
am: 0e97bb6c1a
Change-Id: Ibb5b330e3ffe8530c6a506311146bc3597bd512b
2016-08-11 21:03:28 +00:00
Phil Weaver
0e97bb6c1a
Limit capabilities of a11y gesture dispatch.
...
am: a8918f23c7
Change-Id: I8c14c8b8ada7e7c53b17be2df63c14c4e0e10c83
2016-08-11 20:53:44 +00:00
Christopher Tate
328439d0a2
Check system & lock wallpaper backup eligibility independently am: 6172266154 am: 611afaf4ae
...
am: 9649aecab6
Change-Id: I8c4dd55fa63f0a9ffbcd7992ee29040f79ae1780
2016-08-11 20:43:44 +00:00
Christopher Tate
9649aecab6
Check system & lock wallpaper backup eligibility independently am: 6172266154
...
am: 611afaf4ae
Change-Id: I5d8361f2854647fae86847828d58154af06618c8
2016-08-11 20:35:43 +00:00
Phil Weaver
364580d20a
Merge "Limit capabilities of a11y gesture dispatch." into nyc-mr1-dev
2016-08-11 20:35:12 +00:00
Christopher Tate
611afaf4ae
Check system & lock wallpaper backup eligibility independently
...
am: 6172266154
Change-Id: I1bfe06d10c1a68b23d4ba8cb4648099f482a22e5
2016-08-11 20:28:44 +00:00