Commit Graph

19685 Commits

Author SHA1 Message Date
Svetoslav Ganov
2ba405a1d7 am 151763d3: Merge "Adding a callback to ShareActionProvider + make ActivityChooserView popup hide on action bar hide."
* commit '151763d3fc702ee2341aa6bebe821ce98d99e787':
  Adding a callback to ShareActionProvider + make ActivityChooserView popup hide on action bar hide.
2011-08-22 09:37:05 -07:00
Svetoslav Ganov
151763d3fc Merge "Adding a callback to ShareActionProvider + make ActivityChooserView popup hide on action bar hide." 2011-08-22 09:35:00 -07:00
Wei Hua
8e7a732b26 am 7526a6d9: Merge "Added additional Face attributes."
* commit '7526a6d9235a73f93ae5064e8b82440b61c53929':
  Added additional Face attributes.
2011-08-19 17:22:37 -07:00
Wei Hua
7526a6d923 Merge "Added additional Face attributes." 2011-08-19 17:20:54 -07:00
Romain Guy
06639521e9 am bb41daad: Merge "Minor fixes to SurfaceTexture transform matrix."
* commit 'bb41daadf9dc3e28fd96f1da515c43dbdeedfc0f':
  Minor fixes to SurfaceTexture transform matrix.
2011-08-19 16:59:40 -07:00
Alexandre Elias
c01391fb4e Minor fixes to SurfaceTexture transform matrix.
- Sometimes, the applyUpdate was applied through draw() and the
  underlying matrix was not updated in time, causing "jitter".  Add a
  matrix update call in draw().

- Switch to invalidateParentIfNeeded() in setTransform().

Change-Id: I1cf9cdfe78f9d989821cdc9600984fc826430211
2011-08-19 16:53:42 -07:00
Jeff Brown
b9a2801287 am 30867d8b: Merge "Input system bug fixes, particularly for stylus. Bug: 5049148"
* commit '30867d8bdf9c6a719f3ae129d7e271b55592e163':
  Input system bug fixes, particularly for stylus. Bug: 5049148
2011-08-19 15:28:05 -07:00
Jeff Brown
65fd251c39 Input system bug fixes, particularly for stylus.
Bug: 5049148

Finished stylus support, including support for indirect stylus
and mouse tools.

Added TILT axis.  When stylus tilt X/Y is available, it is transformed
into an orientation and tilt inclination which is a more convenient
representation and a simpler extension to the exiting API.

Touch devices now only report touch data using a single input
source.  Previously touch devices in pointer mode would report
both absolute touch pad data and cooked pointer gestures.
Now we just pick one.  The touch device switches modes as needed
when the focused application enables/disables pointer gestures.
This change greatly simplifies the code and reduces the load
on the input dispatcher.

Fixed an incorrect assumption that the value of ABS_(MT_)DISTANCE
would be zero whenever the stylus was in direct contact.  It appears
that the correct way to determine whether the stylus is in direct
contact (rather than hovering) is by checking for a non-zero
reported pressure.

Added code to read the initial state of tool buttons and axis values
when the input devices are initialized or reset.  This fixes
problems where the input mapper state might have the wrong initial
state.

Moved responsibility for cancelling pending inputs (keys down,
touches, etc.) to the InputDispatcher by sending it a device reset
notification.  This frees the InputReader from having to synthesize
events during reset, which was cumbersome and somewhat brittle
to begin with.

Consolidated more of the common accumulator logic from
SingleTouchInputMapper and MultiTouchInputMapper into
TouchInputMapper.

Improved the PointerLocation output.

Change-Id: I595d3647f7fd7cb1e3eff8b3c76b85043b5fe2f0
2011-08-19 15:02:26 -07:00
Amith Yamasani
b5f9b9f535 am 16296180: Merge "Fix an unintentional change in method signature and avoid an API change."
* commit '16296180984756e631611005179f42865af35621':
  Fix an unintentional change in method signature and avoid an API change.
2011-08-19 14:31:23 -07:00
Amith Yamasani
1629618098 Merge "Fix an unintentional change in method signature and avoid an API change." 2011-08-19 14:29:34 -07:00
Wei Hua
d52b308916 Added additional Face attributes.
bug: 5186701
Change-Id: Id08df922b9a79192a81e6e8bd7c0dccad4664b3b
2011-08-19 13:01:51 -07:00
Amith Yamasani
a465b2d4c3 Fix an unintentional change in method signature and avoid an API change.
Change onDetachedFromWindow() override to a protected method, like superclass.

Change-Id: If626c5187290516d525cab5a76f5c5cabe2d87f0
2011-08-19 13:01:22 -07:00
Eino-Ville Talvala
f4d58e5bdc am d06fa51b: Merge "Make changing white-balance mode always disable AWB lock."
* commit 'd06fa51b3ef8bf28c0c7ebdd82ef47f786e10fb8':
  Make changing white-balance mode always disable AWB lock.
2011-08-19 12:43:34 -07:00
Eino-Ville Talvala
d06fa51b3e Merge "Make changing white-balance mode always disable AWB lock." 2011-08-19 12:42:06 -07:00
Adam Powell
dda20678c3 am b7d34e71: Merge "Fix bug 5174755 - Adjust action bar overflow limits for ifRoom items"
* commit 'b7d34e71726603514b2e405f9e3dcdf437e989c7':
  Fix bug 5174755 - Adjust action bar overflow limits for ifRoom items
2011-08-19 12:36:26 -07:00
Adam Powell
b7d34e7172 Merge "Fix bug 5174755 - Adjust action bar overflow limits for ifRoom items" 2011-08-19 12:34:28 -07:00
Adam Powell
bfcdfaf919 Fix bug 5174755 - Adjust action bar overflow limits for ifRoom items
Fix a bug where action menus were not updating after configuration
changes.

Change-Id: Iaeed7d924a7b8b40849fd8e1826ed1c8f4079c94
2011-08-19 12:18:13 -07:00
Amith Yamasani
bad89a9655 am 7c670365: Merge "Dismiss the volume overlay dialog when user touches above the dialog as well."
* commit '7c670365ae5abf102da94be78cc9c064fd9d35e4':
  Dismiss the volume overlay dialog when user touches above the dialog as well.
2011-08-19 11:19:55 -07:00
Amith Yamasani
7c670365ae Merge "Dismiss the volume overlay dialog when user touches above the dialog as well." 2011-08-19 11:17:48 -07:00
Adam Powell
242e0dfe9d am 54f65538: Merge "Fix bug 5186341 - Double Action bar when displayOptions is 0"
* commit '54f655389a1250aa6835259fa8c97446fd938d0c':
  Fix bug 5186341 - Double Action bar when displayOptions is 0
2011-08-18 20:37:54 -07:00
Adam Powell
82f24e82e1 Fix bug 5186341 - Double Action bar when displayOptions is 0
What does it mean??

Change-Id: I7978b8fb6877da6178f8db89ec085f1402acf743
2011-08-18 20:16:51 -07:00
Adam Powell
6ad84e96bb am 2f548558: Merge "Fix bug 5186160 - ActionBar.hide() doesn\'t hide the split ActionBar if called before onResume()"
* commit '2f5485587bfe99a56ab8d7b65ead3deb404d178e':
  Fix bug 5186160 - ActionBar.hide() doesn't hide the split ActionBar if called before onResume()
2011-08-18 18:11:45 -07:00
Adam Powell
2f5485587b Merge "Fix bug 5186160 - ActionBar.hide() doesn't hide the split ActionBar if called before onResume()" 2011-08-18 18:10:03 -07:00
Dianne Hackborn
dccb1b0fc9 am 937ffc17: Merge "Fix issue #5180553: permission RECEIVE_BOOT_COMPLETED is not checked"
* commit '937ffc174c742c56d33f64c6f1129403445193fd':
  Fix issue #5180553: permission RECEIVE_BOOT_COMPLETED is not checked
2011-08-18 18:07:00 -07:00
Dianne Hackborn
937ffc174c Merge "Fix issue #5180553: permission RECEIVE_BOOT_COMPLETED is not checked" 2011-08-18 18:05:19 -07:00
Amith Yamasani
baf6dbfa93 Dismiss the volume overlay dialog when user touches above the dialog as well.
Bug: 5165168
Change-Id: Ib343c3b88371cb93f8241b1085d1a2f36a77b1ac
2011-08-18 17:40:29 -07:00
Adam Powell
993a63abb9 Fix bug 5186160 - ActionBar.hide() doesn't hide the split ActionBar if
called before onResume()

Change-Id: I2c21f2bfb3314426d9dfd3b874f593f375c7838a
2011-08-18 16:35:53 -07:00
Adam Powell
05ee8244e8 am 931f0b8c: Merge "Fix bug 5099037 - No delete option when multiple videos are selected"
* commit '931f0b8c07c6647790cf455f1efab88615532bd7':
  Fix bug 5099037 - No delete option when multiple videos are selected
2011-08-18 16:27:12 -07:00
Adam Powell
931f0b8c07 Merge "Fix bug 5099037 - No delete option when multiple videos are selected" 2011-08-18 16:24:19 -07:00
Adam Powell
23f4cc0353 Fix bug 5099037 - No delete option when multiple videos are selected
Fix some bugs related to how action item slots are allocated in menus.

Fix some padding/margins in ActivityChooserView.

Change-Id: I12096b0165daca902c5bc8e24c1e8d54a35e9557
2011-08-18 16:19:31 -07:00
Dianne Hackborn
d99b293d5f Fix issue #5180553: permission RECEIVE_BOOT_COMPLETED is not checked
Change-Id: I069673f2fbdf05e409c5e9ed99ccd1e15b4fe3ed
2011-08-18 16:02:41 -07:00
Nicolas Roard
e60245d503 am fc8f2ca6: Merge "Modify nativeSetProperty to return a boolean indicating if we need to invalidate the content or not."
* commit 'fc8f2ca6216181e95e30ad96be842e0b12b3d46d':
  Modify nativeSetProperty to return a boolean indicating if we need to invalidate the content or not.
2011-08-18 15:47:37 -07:00
Nicolas Roard
fc8f2ca621 Merge "Modify nativeSetProperty to return a boolean indicating if we need to invalidate the content or not." 2011-08-18 15:45:27 -07:00
Jeff Sharkey
74e8ebb853 am 9a20fa54: Merge "Background data notification, API clean up."
* commit '9a20fa54c9ba4bd19f2afd6e8cc6e9954e7cb739':
  Background data notification, API clean up.
2011-08-18 15:03:51 -07:00
Jeff Sharkey
9a20fa54c9 Merge "Background data notification, API clean up." 2011-08-18 15:01:10 -07:00
Eino-Ville Talvala
16b67137b8 Make changing white-balance mode always disable AWB lock.
Fixes previously unspecified behavior wrt changing white-balance mode
while AWB is locked.

Change-Id: Ib70597319010cc7e6c88b26cae534ceea4fb46ce
2011-08-18 13:57:49 -07:00
Adam Powell
46852f4629 am 843c3545: Merge "Fix bug 5183775 - Action bar custom layouts with default gravity misbehave"
* commit '843c3545d5f92c5d9dbf99f7a7366297ad9799d5':
  Fix bug 5183775 - Action bar custom layouts with default gravity misbehave
2011-08-18 13:24:30 -07:00
Adam Powell
843c3545d5 Merge "Fix bug 5183775 - Action bar custom layouts with default gravity misbehave" 2011-08-18 13:21:56 -07:00
Chris Craik
e2db1b6140 am da2f8df4: Merge "Removed setExtendedTileBounds"
* commit 'da2f8df48bed76a82ed6cad22731e5d5ee002723':
  Removed setExtendedTileBounds
2011-08-18 12:04:58 -07:00
Jeff Sharkey
c58d0a2f91 am 11a8c027: Merge "Preferences padding and scrollbars to match spec."
* commit '11a8c027e409cf01a2946be3dbd46ac806852849':
  Preferences padding and scrollbars to match spec.
2011-08-18 12:04:51 -07:00
Adam Powell
7a2424d041 Fix bug 5183775 - Action bar custom layouts with default gravity misbehave
Change-Id: I314822ed9617d2c1de55e1f3238f1ca8899393f3
2011-08-18 11:59:27 -07:00
Nicolas Roard
872cf224f3 Modify nativeSetProperty to return a boolean indicating if we
need to invalidate the content or not.

corresponding C++ CL: https://android-git.corp.google.com/g/#/c/129130/

bug:5167645
Change-Id: I48a3dd252e2a7ef24f3828e1e2955f86867423dd
2011-08-18 11:53:04 -07:00
Chris Craik
da2f8df48b Merge "Removed setExtendedTileBounds" 2011-08-18 10:56:40 -07:00
Jeff Sharkey
11a8c027e4 Merge "Preferences padding and scrollbars to match spec." 2011-08-18 10:52:03 -07:00
Chris Craik
cb41847901 Removed setExtendedTileBounds
bug:5178457
for real this time
Change-Id: I4f40206d66feb8ddf6fd844e9fe5cce2096317bc
2011-08-18 10:24:16 -07:00
JP Abgrall
19899a7e16 am 0197d825: Merge "core/java NetworkManagement: Don\'t untag sockets willy-nilly"
* commit '0197d825f15844e51b91a0006d411ecb06350641':
  core/java NetworkManagement: Don't untag sockets willy-nilly
2011-08-18 10:00:10 -07:00
JP Abgrall
0197d825f1 Merge "core/java NetworkManagement: Don't untag sockets willy-nilly" 2011-08-18 09:58:32 -07:00
Mike Lockwood
40a6d3917e Merge "SystemServer: Add support for disabling AudioService and MountService" into ics-aah 2011-08-18 09:34:16 -07:00
Mike Lockwood
7dafec932f SystemServer: Add support for disabling AudioService and MountService
Using the same convention in system_init.cpp, you can disable these
services by setting system properties:

	system_init.startaudioservice=0
	system_init.startmountservice=0

Change-Id: Ie6c0225bf6e204b0b5e3280b29c7d493d08b8a5c
Signed-off-by: Mike Lockwood <lockwood@android.com>
2011-08-18 06:32:03 -07:00
Wu-cheng Li
fde00591c6 Merge "Add new camera focus mode FOCUS_MODE_CONTINUOUS_PICTURE." 2011-08-17 22:24:53 -07:00