Christopher Tate
5067ea3751
am 5bae602c: am 2892dfbe: Merge "Fix default population of wifi settings" into jb-mr1-dev
...
* commit '5bae602cbbb96af3290d430ab25600149d4d073d':
Fix default population of wifi settings
2012-09-17 12:47:03 -07:00
rich cannings
ecfc9d8253
am d063b14d: am 0b62fa23: Merge "Send more information to verifiers" into jb-mr1-dev
...
* commit 'd063b14dc8ef3cdf63d658b5375bf84b5cb1dc02':
Send more information to verifiers
2012-09-17 12:45:31 -07:00
Svetoslav Ganov
f701d1eb71
am 873d49a6: am 8b681cb8: Some formatting missed in the previous patch
...
* commit '873d49a670df369c6ad5d125581fdc182114d05b':
Some formatting missed in the previous patch
2012-09-17 12:45:18 -07:00
Svetoslav Ganov
664222b066
am acbea737: am 3efa8bab: Merge "Adding accessibility events for touch and gesture detection states." into jb-mr1-dev
...
* commit 'acbea737ec97f0fd15f2818196495b2355094065':
Adding accessibility events for touch and gesture detection states.
2012-09-17 12:45:14 -07:00
Ben Gruver
bb12a413db
am 552edb89: am 51fbaff1: Merge "DEFAULT_VERIFY_ENABLE turns verification off" into jb-mr1-dev
...
* commit '552edb895a17c8cd1d6b653cbe206aa612a6f43c':
DEFAULT_VERIFY_ENABLE turns verification off
2012-09-17 11:29:17 -07:00
Jeff Sharkey
67bbcd036a
am 1e364aca: am 04a34b37: Merge "Actually move to Global settings." into jb-mr1-dev
...
* commit '1e364acac6f4768672deb73485e93c32929e25fd':
Actually move to Global settings.
2012-09-17 11:10:16 -07:00
Christopher Tate
28983b10ab
am e9431fa8: am ce18d1c8: Merge "Get correct user\'s package info during clip processing" into jb-mr1-dev
...
* commit 'e9431fa8815ebd9887482a6b2848188d2786279b':
Get correct user's package info during clip processing
2012-09-17 11:10:11 -07:00
Jeff Sharkey
ddf93f9503
am 892bf6c6: am a043c2c0: Merge "Move to Global.NETSTATS and Global.NTP constants." into jb-mr1-dev
...
* commit '892bf6c607127ae8405fd589ae70023e457844f5':
Move to Global.NETSTATS and Global.NTP constants.
2012-09-17 11:10:05 -07:00
Jim Miller
391513a0a8
am e98aef73: am f229e4d3: Add support for settings for lock widgets
...
* commit 'e98aef734657cc129143a4a25ee78ade48d34037':
Add support for settings for lock widgets
2012-09-17 11:09:55 -07:00
Michael Jurka
a5ad62adfa
am 0cae2597: am ad92ce85: Merge "Fix bug with getting widget categories" into jb-mr1-dev
...
* commit '0cae2597b21a266862bd0fdcbf12a6133d393c2c':
Fix bug with getting widget categories
2012-09-17 11:09:40 -07:00
Kenny Root
11af0000ef
am 28c709d3: am a96fa35e: Merge "Don\'t prematurely delete temporary files" into jb-mr1-dev
...
* commit '28c709d35ecc141162c1e024022dd44553b9cc43':
Don't prematurely delete temporary files
2012-09-17 10:28:49 -07:00
Christopher Tate
2892dfbeaf
Merge "Fix default population of wifi settings" into jb-mr1-dev
2012-09-14 17:59:00 -07:00
Christopher Tate
6f5a9a9652
Fix default population of wifi settings
...
Various wifi settings that are explicitly defaulted did not get their
default code properly converted to refer to the correct settings
database table.
A collection of moved-to-Global settings that had not yet been
marked @deprecated in the Secure.* namespace are now so marked.
Also updated the namespace used to refer to wifi settings from the
Wifi Service. These changes are cosmetic, but they do eliminate a
number of runtime log messages.
Bug 7153671
Change-Id: I9e5b6464d025cfb480ef97373996e38e82f90593
2012-09-14 17:57:35 -07:00
rich cannings
0b62fa234d
Merge "Send more information to verifiers" into jb-mr1-dev
2012-09-14 16:02:29 -07:00
Svetoslav Ganov
8b681cb881
Some formatting missed in the previous patch
...
Change-Id: I299090ca67b1d90cf75a46dc85b13970d32511e5
2012-09-14 15:20:45 -07:00
Svetoslav Ganov
3efa8babf5
Merge "Adding accessibility events for touch and gesture detection states." into jb-mr1-dev
2012-09-14 15:16:27 -07:00
Svetoslav Ganov
77276b6085
Adding accessibility events for touch and gesture detection states.
...
1. Currently the system fires accessibility events to announce the
start and end of a touch exploration gesture. However, such a
gesture starts after we have decided that the user is not
performing a gesture which is achieved by measuring speed of
movement during a threshold distance. This allows an accessibility
service to provide some feedback to the user so he knows that
he is touch exploring.
This change adds event types for the first and last touches
of the user. Note that the first touch does not conincide with
the start of a touch exploration gesture since we need a time
or distance to pass before we know whether the user explores
or gestures. However, it is very useful for an accessibility
service to know when the user starts to interact with the
touch screen so it can turn the speech off, to name one
compelling use case.
This change also provides event types for the start and end
of gesture detection. If the user has moved over the threshold
with a speed greater than X, then the system detects gestures.
It is useful for an accessibility service to know the begin
and end of gesture detection so it can provide given feedback
type for such a gesture, say it may produce haptic feedback
or sound that differs for the one for touch exploration.
The main benefit of announcing these new events is that an
accessibility service can provide feedback for each touch
state allowing the user to always know what he is doing.
bug:7166935
Change-Id: I26270d774cc059cb921d6a4254bc0aab0530c1dd
2012-09-14 15:12:54 -07:00
rich cannings
13d428e830
Send more information to verifiers
...
Send package name, version code and the uid of the application requesting the
install to package verifiers.
Bug: 7164155
Change-Id: I2464dc5d4551f60b4f38f7982495a8920c83e1cd
2012-09-14 14:25:52 -07:00
Ben Gruver
51fbaff11c
Merge "DEFAULT_VERIFY_ENABLE turns verification off" into jb-mr1-dev
2012-09-14 14:01:37 -07:00
Jeff Sharkey
04a34b3755
Merge "Actually move to Global settings." into jb-mr1-dev
2012-09-14 13:49:24 -07:00
Jeff Sharkey
e6e6197d7c
Actually move to Global settings.
...
Also add better ConnectivityService logging.
Bug: 7157464
Change-Id: Ia235a7e62ed809240913c4782920c1410c7d597d
2012-09-14 13:47:51 -07:00
Christopher Tate
ce18d1c871
Merge "Get correct user's package info during clip processing" into jb-mr1-dev
2012-09-14 13:44:52 -07:00
Christopher Tate
ad9833a77f
Get correct user's package info during clip processing
...
Also clear the binder identity correctly for purposes of doing
that query.
Bug 7162477
Change-Id: Ie9e43a2d8fc964d1be649887905244dcceaa3c80
2012-09-14 13:43:16 -07:00
rich cannings
e4bf0eae06
DEFAULT_VERIFY_ENABLE turns verification off
...
When DEFAULT_VERIFY_ENABLE == false, package verification must be completely
off.
Bug: 7132197
Change-Id: Icc0dbb4a3f4f5f00ddadecda6cc42976618c4332
2012-09-14 13:40:30 -07:00
Jeff Sharkey
a043c2c053
Merge "Move to Global.NETSTATS and Global.NTP constants." into jb-mr1-dev
2012-09-14 13:15:16 -07:00
Jeff Sharkey
023c05a341
Move to Global.NETSTATS and Global.NTP constants.
...
Bug: 7157464
Change-Id: Ief10fd37940f62420f5684940994c9f93802e0be
2012-09-14 13:14:21 -07:00
Jim Miller
f229e4d3eb
Add support for settings for lock widgets
...
Change-Id: Iade094c6f32a7653bdbbd4921d345d68f2443ff4
2012-09-14 12:31:24 -07:00
Michael Jurka
ad92ce8517
Merge "Fix bug with getting widget categories" into jb-mr1-dev
2012-09-14 12:21:54 -07:00
Michael Jurka
ca5e341574
Fix bug with getting widget categories
...
Change-Id: I3b0f410707d37436732c45b572c2f588427a784f
2012-09-14 12:18:51 -07:00
Kenny Root
0b2fa8ca22
Don't prematurely delete temporary files
...
When verification and encryption is used, the temporary file was deleted
prematurely.
Also, on next boot-up, scan the directory we use for temporary files to
clean them up if the user rebooted in the middle of installation.
Bug: 7132197
Change-Id: Ic9e8aab9a664ca00d9ac16f72e53fc43d78d21bc
2012-09-14 10:34:21 -07:00
Jeff Brown
591ef1c7f7
am 5a5f08bb: am 44015010: Merge "Eat copy pasta." into jb-mr1-dev
...
* commit '5a5f08bb0400f14e1a700ba51a6e027fbd09ba9c':
Eat copy pasta.
2012-09-14 10:29:45 -07:00
Jeff Brown
626ffca210
am ee64719c: am 3a1136ee: Merge "We don\'t need black frames for forced display size." into jb-mr1-dev
...
* commit 'ee64719cdf2a55a87ad54e2c58911f3d50bc0251':
We don't need black frames for forced display size.
2012-09-14 10:29:20 -07:00
Craig Mautner
cb099ff38d
am 1e13e3c8: am 4796dfd9: Merge "Improve debug output." into jb-mr1-dev
...
* commit '1e13e3c87e5b2ed9cdfeeada022843ae748187b8':
Improve debug output.
2012-09-14 10:28:29 -07:00
Jeff Brown
82904caecf
am 5572f0ab: am cdfc56a3: Merge "Add preliminary API for reporting display capabilities." into jb-mr1-dev
...
* commit '5572f0ab75f73b3cb90de0fe00fc7f47db3df6a8':
Add preliminary API for reporting display capabilities.
2012-09-14 10:28:09 -07:00
Victoria Lease
89ad5f4268
am d21e0140: am 1f1f5970: Merge "Require ACCESS_FINE_LOCATION for Geofence use." into jb-mr1-dev
...
* commit 'd21e0140d05bb3b89e41aa829f4aec0bdf7e2fc7':
Require ACCESS_FINE_LOCATION for Geofence use.
2012-09-14 10:28:02 -07:00
Jeff Brown
67d8343f9a
am 49fcac63: am 45a0b90a: Merge "Enable remote submix for wifi display." into jb-mr1-dev
...
* commit '49fcac63282ee9d6ac7552505aeea6be2501ee24':
Enable remote submix for wifi display.
2012-09-14 10:27:58 -07:00
Jeff Brown
44015010ac
Merge "Eat copy pasta." into jb-mr1-dev
2012-09-13 19:26:46 -07:00
Jeff Brown
5380a064c3
Eat copy pasta.
...
Change-Id: I74cbad279c15f1999cc68d732fc04d6c448b5c39
2012-09-13 19:24:57 -07:00
Jeff Brown
3a1136eeeb
Merge "We don't need black frames for forced display size." into jb-mr1-dev
2012-09-13 18:55:32 -07:00
Craig Mautner
4796dfd92c
Merge "Improve debug output." into jb-mr1-dev
2012-09-13 16:35:56 -07:00
Craig Mautner
dc5a6384e7
Improve debug output.
...
Change-Id: I94f46e1e373dc9e67bfbc1d1847399c119ec2fcb
2012-09-13 16:34:41 -07:00
Jeff Brown
76a3cb9773
We don't need black frames for forced display size.
...
Now that surface flinger lets us set a display projection,
the window manager no longer needs to place a black frame
around the content when simulating a different display size.
Bug: 7139798
Change-Id: I6014390f47444633d434ccf918cee5ff7b502869
2012-09-13 16:02:10 -07:00
Jeff Brown
cdfc56a387
Merge "Add preliminary API for reporting display capabilities." into jb-mr1-dev
2012-09-13 15:34:51 -07:00
Victoria Lease
1f1f5970f9
Merge "Require ACCESS_FINE_LOCATION for Geofence use." into jb-mr1-dev
2012-09-13 15:32:00 -07:00
Jeff Brown
45a0b90a7e
Merge "Enable remote submix for wifi display." into jb-mr1-dev
2012-09-13 15:32:00 -07:00
Kenny Root
df1a9dab51
am 871e27ea: am 24271a8c: Merge "Use shared app gid for forward-locked processes" into jb-mr1-dev
...
* commit '871e27eabc626dd50191df6c3bb3350214612c9b':
Use shared app gid for forward-locked processes
2012-09-13 14:48:25 -07:00
Kenny Root
24271a8c4c
Merge "Use shared app gid for forward-locked processes" into jb-mr1-dev
2012-09-13 14:43:20 -07:00
Victoria Lease
4fab68b532
Require ACCESS_FINE_LOCATION for Geofence use.
...
Bug: 7153226
Change-Id: I49236379e739fcda66bbc9a31cfdca9a87122aec
2012-09-13 14:17:41 -07:00
Kenny Root
715806aaa2
am f972f2fa: am aefd73d2: Merge "Try to avoid possible NPE" into jb-mr1-dev
...
* commit 'f972f2fa9682845506c6d2b9d90a9f0f65e55b33':
Try to avoid possible NPE
2012-09-13 14:11:49 -07:00
Svetoslav Ganov
c2c09fb14b
am e5448cb5: am 1803e5e5: Merge "Enforcing BIND_ACCESSIBILITY_SERVICE for connecting to an accessibility service." into jb-mr1-dev
...
* commit 'e5448cb5bcd1e775656e4427676414a23e8d97f4':
Enforcing BIND_ACCESSIBILITY_SERVICE for connecting to an accessibility service.
2012-09-13 14:10:27 -07:00