37661 Commits

Author SHA1 Message Date
Mike Lockwood
7f889328b7 Merge "MTP: pass format back as default value in GetObjectPropDesc for format property" 2010-12-07 18:57:18 -08:00
Mike Lockwood
a9e67c11c0 Merge "MTP: Support format argument in host GetObjectPropDesc command" 2010-12-07 18:56:58 -08:00
Mike Lockwood
9b5e9c407d MTP: pass format back as default value in GetObjectPropDesc for format property
Change-Id: Icc4071af16763a613c9fb31e87dc716f1516c7d8
Signed-off-by: Mike Lockwood <lockwood@android.com>
2010-12-07 18:53:50 -08:00
Mike Lockwood
a194cc7d8b MTP: Support format argument in host GetObjectPropDesc command
Change-Id: Ic14313c0f95bea1d1d475cc6a001b256fccb91c8
Signed-off-by: Mike Lockwood <lockwood@android.com>
2010-12-07 18:53:04 -08:00
Guang Zhu
994e2cd01c Merge "re-enable HW acceleration in DRT" 2010-12-07 18:03:03 -08:00
Romain Guy
ee5c6c219a Merge "Updated the NumberPicker for exposing it into the SDK" 2010-12-07 18:01:28 -08:00
Carl Shapiro
c8afaa04a0 Merge "Do not attempt to set the minimize heap size in the Zygote." 2010-12-07 18:00:52 -08:00
Guang Zhu
e81d1f9012 re-enable HW acceleration in DRT
Change-Id: I281f7fd94624611797fceb162d6a5e12b6b08d20
2010-12-07 18:00:18 -08:00
Svetoslav Ganov
4bfd794475 Updated the NumberPicker for exposing it into the SDK
Change-Id: I3bd48d0210da8a202b6ff60deecb5d7776f1b73b
2010-12-07 17:59:31 -08:00
Carl Shapiro
b7929d654e Do not attempt to set the minimize heap size in the Zygote.
This parameter is now specified by the product configuration files.

Change-Id: Ia04e4393b778580c206e3122078c999ac8b326a8
2010-12-07 17:56:28 -08:00
Jeff Brown
77019fa4f9 Merge "Add support for fallback keycodes." 2010-12-07 17:39:28 -08:00
Jeff Brown
49ed71db42 Add support for fallback keycodes.
This change enables the framework to synthesize key events to implement
default behavior when an application does not handle a key.
For example, this change enables numeric keypad keys to perform
their associated special function when numlock is off.

The application is informed that it is processing a fallback keypress
so it can choose to ignore it.

Added a new keycode for switching applications.

Added ALT key deadkeys.

New default key mappings:
- ESC -> BACK
- Meta+ESC -> HOME
- Alt+ESC -> MENU
- Meta+Space -> SEARCH
- Meta+Tab -> APP_SWITCH

Fixed some comments.
Fixed some tests.

Change-Id: Id7f3b6645f3a350275e624547822f72652f3defe
2010-12-07 17:35:26 -08:00
Carl Shapiro
4ffae87678 Merge "Add a property to set the starting size of a VM." 2010-12-07 17:34:07 -08:00
Mathias Agopian
f30c828752 am 48f42f8c: am 4153bf3a: Merge "[3171580] don\'t automatically log GraphicBuffer allocation failures" into gingerbread
* commit '48f42f8c3fbd33b2f46c6290ff5963dd58938cf9':
  [3171580] don't automatically log GraphicBuffer allocation failures
2010-12-07 17:24:03 -08:00
Jeff Hamilton
2460a5fa23 am 03dc51b1: am 0f74afbb: Merge "Remove Type X Tags from the top-level API." into gingerbread
* commit '03dc51b1a07c7d79f1d12751b19ebda044857333':
  Remove Type X Tags from the top-level API.
2010-12-07 17:23:56 -08:00
Daniel Sandler
47fc765540 am 688ad19d: (-s ours) am f340d082: Merge "More precise status bar battery icons." into gingerbread
* commit '688ad19d95a324a4588023779082e949a1d3f8ec':
  More precise status bar battery icons.
2010-12-07 17:23:49 -08:00
Mike Lockwood
b3f522f34b Merge "MTP: Read property code before calling isDeviceProperty in MtpProperty::read()" 2010-12-07 17:21:01 -08:00
Mike Lockwood
bf1dbd1938 MTP: Read property code before calling isDeviceProperty in MtpProperty::read()
Change-Id: I0b1493f3af5d9caac08327f9ffba91ee255d3d55
Signed-off-by: Mike Lockwood <lockwood@android.com>
2010-12-07 17:16:20 -08:00
Mike Lockwood
c7f2f0ab01 Merge "MTP: Improve MtpProperty logging support" 2010-12-07 17:15:02 -08:00
Mike Lockwood
e4880e421f MTP: Improve MtpProperty logging support
Change-Id: I46800b99763edcc5e994d912941f9f5e9b1c94d2
Signed-off-by: Mike Lockwood <lockwood@android.com>
2010-12-07 17:13:12 -08:00
Mike Lockwood
9cf29560e8 Merge "MTP: Host support for GetObjectPropsSupported and GetObjectPropDesc" 2010-12-07 17:11:07 -08:00
Mike Lockwood
612ca8781f Merge "MTP: Use correct return type for getSupportedObjectProperties" 2010-12-07 17:10:43 -08:00
Mike Lockwood
ea4af54093 Merge "Revert "MTP: Remove static library build for linux host."" 2010-12-07 17:10:25 -08:00
Mike Lockwood
ecce2f6d82 Merge "MTP: Implement MTP_DEVICE_PROPERTY_IMAGE_SIZE device property." 2010-12-07 17:10:02 -08:00
Romain Guy
6e52b45656 Merge "Fix possible NPE in ViewRoot with GL rendering enabled. Bug #3257222" 2010-12-07 17:06:02 -08:00
Romain Guy
dbf78bdb7a Fix possible NPE in ViewRoot with GL rendering enabled.
Bug #3257222

Change-Id: Ic11cbe5f06311627eb7eac4dfa8864b43651d904
2010-12-07 17:04:03 -08:00
Carl Shapiro
38cfa8ca8b Add a property to set the starting size of a VM.
Change-Id: I3c981417baadfef64990fd90b4a275ed706a0b5b
2010-12-07 16:48:29 -08:00
Dan Bornstein
a2584aa9a3 Merge "Fix another set of out-of-date headers." 2010-12-07 16:39:45 -08:00
Wei-Ta Chen
1fbe4abaf9 Merge "Unhide inPreferQualityOverSpeed in BitmapFactory.Options." 2010-12-07 16:39:13 -08:00
Dan Bornstein
7715d21797 Fix another set of out-of-date headers.
This time in XML files.

Change-Id: Iebe36810c3a2d7a6ff354f43808b1b8649b85637
2010-12-07 16:27:55 -08:00
Dan Bornstein
8028a951c3 Merge "Fix newlines in this file." 2010-12-07 16:27:31 -08:00
Dan Bornstein
c087a87e01 Fix newlines in this file.
They were CRLF instead of just LF.

Change-Id: I2d06d19b4d8ca969527d93bd996103c161e48a79
2010-12-07 16:23:05 -08:00
Dan Bornstein
331edf84e2 Merge "These files had an older header." 2010-12-07 16:18:02 -08:00
Mindy Pereira
1a94f3b582 Merge "Make horizotnalscrollview and scrollview edgeglows match the new algorithm." 2010-12-07 16:10:57 -08:00
Wei-Ta Chen
0e007d7ab9 Unhide inPreferQualityOverSpeed in BitmapFactory.Options.
The new field allows a developer to use a more accurate by
slightly slower IDCT method in JPEG decode. This in turns improves the
quality of the reconstructed image.

The field by default is not set and thus does not affect existing
applications.

Bug: 3238925

Related changes: https://android-git.corp.google.com/g/#change,83291 and
                 https://android-git.corp.google.com/g/#change,83294

Change-Id: I969f5c413f9b2179454aeb90e18ae8222ee583b4
2010-12-07 16:10:16 -08:00
Makoto Onuki
debfb7fc01 Merge "Add space after property name in error message" 2010-12-07 16:05:22 -08:00
Xia Wang
8c1c1e875e Make the scan test log consistent.
Change-Id: I44fd790c21fed6bb2b615a047b762b5ac7c451bb
2010-12-07 15:39:11 -08:00
Dan Bornstein
c086ca1fa7 These files had an older header.
This patch replaces the file headers with the approved Android
header text.

Change-Id: I63cbd21e9112dab404158fb65f74bc6ca5b07eac
2010-12-07 15:35:20 -08:00
Mindy Pereira
b1297f7635 Make horizotnalscrollview and scrollview edgeglows match the new algorithm.
Instead of going past the left and right sides, the glow now
stretches just to the width of the edge and stops.
For horizontalscrollview, instead of going past the top and bottom,
now stretches just to the height and stops.
Change-Id: I0cc9bdef3ab263b16dd32e088c6b64ff5a8809c8
2010-12-07 15:33:51 -08:00
Makoto Onuki
a52a5e7c4c Add space after property name in error message
Change-Id: I15c1acc468ff17a1ebd1bc28288d0ac7113748b2
2010-12-07 15:27:53 -08:00
Eric Laurent
62ef767b15 Fix issue 3159946.
AudioService now uses SCO virtual calls instead of voice recognition to
implement startBluetoothSco() method.
Also make sure that a virtual call is not started when SCO audio is active
due to in call audio or voice recognition.

Change-Id: I93ed119afbc57250a4433201156714e35f70fea4
2010-12-07 15:24:58 -08:00
Romain Guy
5d2089bf94 Merge "Fixing the build breakage" 2010-12-07 15:18:02 -08:00
Svetoslav Ganov
3119fd426d Fixing the build breakage
Change-Id: I8589e5fcdeec127c84d2b419f6ef44d7011a5a6b
2010-12-07 15:15:34 -08:00
Brad Fitzpatrick
4ce445f027 Merge "Fix doc typo." 2010-12-07 14:54:24 -08:00
Brad Fitzpatrick
26b71be600 Fix doc typo.
Change-Id: I9d4db682e3d365e783d5d70fbf66d47fe04e88eb
2010-12-07 14:52:58 -08:00
Gilles Debunne
2f0c6a460a Merge "No NPE in Browser when pasting in WebTextView." 2010-12-07 14:48:38 -08:00
Xia Wang
923e5b7700 Merge "Add Wi-Fi stress tests." 2010-12-07 14:47:07 -08:00
Gilles Debunne
6da7e935f9 No NPE in Browser when pasting in WebTextView.
Bug 3258790

Change-Id: I25d67ee85babb1bb3e4d05ea7b4e4d3756c60411
2010-12-07 14:35:47 -08:00
Svetoslav Ganov
ea26a4feb6 bug 3248277 android.webkit.AccessibilityInjectorTest tests are flaky on trygon
Change-Id: I06332bc6eafb692b9ec829a093d23eccde897a2a
2010-12-07 14:32:33 -08:00
Mathias Agopian
4e345ab7df am a2977c38: Merge changes Ie03796ae,Ide3e980a into gingerbread
* commit 'a2977c383d363e1e88a5b36230b1fa4c312807d2':
  [3171580] SurfaceFlinger Bypass mode. (DO NOT MERGE)
  [3171580] Add transform field to native buffers. (DO NOT MERGE)
2010-12-07 14:22:56 -08:00