Commit Graph

13847 Commits

Author SHA1 Message Date
Dan Morrill
c63ca57a16 am fe7006c5: am 9dbf1351: Merge "Adding faketouch feature." into honeycomb
* commit 'fe7006c5fc6f972aca2a4471ea5cd7db3947e809':
  Adding faketouch feature.
2011-01-23 14:20:42 -08:00
Dan Morrill
fe7006c5fc am 9dbf1351: Merge "Adding faketouch feature." into honeycomb
* commit '9dbf1351e8cd1d8a320cdc7fecffc876fffb71f1':
  Adding faketouch feature.
2011-01-23 14:18:52 -08:00
Dan Morrill
a537687c38 Adding faketouch feature.
Change-Id: Idff0b059c2f82fa4237d6238710e87dc55ae76a8
2011-01-23 13:36:13 -08:00
Dianne Hackborn
ccb9a0a9f0 am 11a5d424: am b149f5c8: Merge "Fix issue #3302006: Cannot see the dialog lunched from a transparent activity." into honeycomb
* commit '11a5d42454fad1f61eb4874855113c5416396888':
  Fix issue #3302006: Cannot see the dialog lunched from a transparent activity.
2011-01-23 12:05:43 -08:00
Dianne Hackborn
11a5d42454 am b149f5c8: Merge "Fix issue #3302006: Cannot see the dialog lunched from a transparent activity." into honeycomb
* commit 'b149f5c8d29cda2f2e46559a68467be89714f737':
  Fix issue #3302006: Cannot see the dialog lunched from a transparent activity.
2011-01-23 12:03:16 -08:00
Vasu Nori
c0e5075739 bug:3048327 (master) ability to add completed download to dnload mgr
Change-Id: I073436c97d5d7cb8ea6a823488a451017dac3ff2
2011-01-22 23:36:50 -08:00
Dianne Hackborn
ff801ec713 Fix issue #3302006: Cannot see the dialog lunched from a transparent activity.
The activity manager was not performing the layout pass on the new window,
because its app token was still hidden, because the activity manager / window
manager were still waiting for it to be ready to show.

Just ignore whether the app token is hidden for this case.

Also fixes some problems with animations, and tweaks the ViewConfiguration
values for xlarge screens.

Change-Id: Icbe9c77ba8127d1e02df2d6f27b8e86ec842e50a
2011-01-22 18:13:13 -08:00
Mike Lockwood
347750862c Merge "New APIs for USB host support:" 2011-01-22 15:57:32 -08:00
Mike Lockwood
e7d511e148 New APIs for USB host support:
UsbManager:
- is now a service retrievable via Context.getSystemService(Context.USB_SERVICE).
- provides support for returning a list all connected USB devices
- broadcasts ACTION_USB_DEVICE_ATTACHED and USB_DEVICE_DETACHED when devices
  are added and removed from the USB host bus

UsbDevice:
- represents an attached USB device.

UsbInterface:
- represents an interface on a USB device
- devices may have multiple interfaces if they provide multiple
   sets of functionality (for example, android phones typically have interfaces
   for both USB mass storage and adb)

UsbEndpoint:
- represents an endpoint on a USB interface
- endpoints are used for sending or receiving data
  (only in one or the other direction)

UsbRequest:
- encapsulates a send or receive request to be sent over an endpoint

Change-Id: Ieef3e434c62760770ea839070cf5eba1a705967a
Signed-off-by: Mike Lockwood <lockwood@android.com>
2011-01-22 15:56:09 -08:00
Dianne Hackborn
9039fa261d am db4e32fe: am f36af164: Merge "Whoops, actually exclude pre-HC apps." into honeycomb
* commit 'db4e32fe68a50ea8ba75b434a88c1adeffb6018c':
  Whoops, actually exclude pre-HC apps.
2011-01-22 13:10:49 -08:00
Dianne Hackborn
db4e32fe68 am f36af164: Merge "Whoops, actually exclude pre-HC apps." into honeycomb
* commit 'f36af16479e252bec168ed181885ec21d9df46f5':
  Whoops, actually exclude pre-HC apps.
2011-01-22 13:09:01 -08:00
Dianne Hackborn
f36af16479 Merge "Whoops, actually exclude pre-HC apps." into honeycomb 2011-01-22 13:06:48 -08:00
Dianne Hackborn
842e04b221 Whoops, actually exclude pre-HC apps.
Change-Id: I7266b3a622ae65f350bdb2a0eb6557b481a14365
2011-01-22 13:00:12 -08:00
Dianne Hackborn
e3e6a157df am 8a0f1756: am 5503d803: Merge "Fix issue #3377999: Activities need to be stopped when sleeping" into honeycomb
* commit '8a0f17560080077b972c97bf9d5b68961f148fe3':
  Fix issue #3377999: Activities need to be stopped when sleeping
2011-01-22 11:54:31 -08:00
Dianne Hackborn
8a0f175600 am 5503d803: Merge "Fix issue #3377999: Activities need to be stopped when sleeping" into honeycomb
* commit '5503d803ecee63d417128d3849717b59b971fc08':
  Fix issue #3377999: Activities need to be stopped when sleeping
2011-01-22 11:51:40 -08:00
Dianne Hackborn
5503d803ec Merge "Fix issue #3377999: Activities need to be stopped when sleeping" into honeycomb 2011-01-22 11:38:48 -08:00
Jaikumar Ganesh
f34cd026c1 am 153ab0eb: am 8db58ea5: Merge "Connect other profiles when priority is auto connect." into honeycomb
* commit '153ab0eb5357b1cf0ccd27d125bb349018c8d571':
  Connect other profiles when priority is auto connect.
2011-01-21 21:29:23 -08:00
Jaikumar Ganesh
153ab0eb53 am 8db58ea5: Merge "Connect other profiles when priority is auto connect." into honeycomb
* commit '8db58ea52c618337fa91289aa42572599d58dafc':
  Connect other profiles when priority is auto connect.
2011-01-21 21:26:40 -08:00
Jaikumar Ganesh
8db58ea52c Merge "Connect other profiles when priority is auto connect." into honeycomb 2011-01-21 21:24:49 -08:00
Jaikumar Ganesh
a8d18865a4 Connect other profiles when priority is auto connect.
ACL auto connection was removed so other profiles
won't auto connect when priority was auto connect.

Reduced connect other profiles time delay.

Bug: 3281016
Change-Id: I8d98fd0d9bace193d619d7f241fff22f07e3e935
2011-01-21 19:22:23 -08:00
Romain Guy
d832d0b240 am 10444a13: am 596ba2fa: Merge "Correctly invalidate views that transition from opaque to non-opaque. Bug #3337037" into honeycomb
* commit '10444a138ae98e940982096d802b2655cef0b645':
  Correctly invalidate views that transition from opaque to non-opaque. Bug #3337037
2011-01-21 19:06:00 -08:00
Romain Guy
10444a138a am 596ba2fa: Merge "Correctly invalidate views that transition from opaque to non-opaque. Bug #3337037" into honeycomb
* commit '596ba2fa791db7ae671bd79c346b54a7ea2f8113':
  Correctly invalidate views that transition from opaque to non-opaque. Bug #3337037
2011-01-21 19:04:17 -08:00
Romain Guy
596ba2fa79 Merge "Correctly invalidate views that transition from opaque to non-opaque. Bug #3337037" into honeycomb 2011-01-21 19:02:05 -08:00
Romain Guy
c5d55863ec Correctly invalidate views that transition from opaque to non-opaque.
Bug #3337037

Change-Id: I31397273a31b6004e2e3801866122bcbb3ebee5d
2011-01-21 19:03:58 -08:00
Bart Sears
7adb61dea4 am 61b0f05c: am e2ff529b: Merge "b/3377597 Improve zooming performance." into honeycomb
* commit '61b0f05cef16ae1c70b5e3b957f31130f6dd3d0e':
  b/3377597 Improve zooming performance.
2011-01-21 18:51:34 -08:00
Bart Sears
61b0f05cef am e2ff529b: Merge "b/3377597 Improve zooming performance." into honeycomb
* commit 'e2ff529b3f69a3d2ccd55e283f3d0e446a087ed6':
  b/3377597 Improve zooming performance.
2011-01-21 18:48:59 -08:00
Bart Sears
e2ff529b3f Merge "b/3377597 Improve zooming performance." into honeycomb 2011-01-21 18:47:13 -08:00
Adam Cohen
49d3e93f13 am 65eea842: am a049fe95: Merge "Fixing a couple StackView bugs:" into honeycomb
* commit '65eea842aff04f3949006315ffef5e7228f98051':
  Fixing a couple StackView bugs:
2011-01-21 18:16:23 -08:00
Adam Cohen
65eea842af am a049fe95: Merge "Fixing a couple StackView bugs:" into honeycomb
* commit 'a049fe95cdf68c73f104420433610d8a8a8a7357':
  Fixing a couple StackView bugs:
2011-01-21 18:14:00 -08:00
Adam Cohen
a049fe95cd Merge "Fixing a couple StackView bugs:" into honeycomb 2011-01-21 18:12:15 -08:00
Adam Cohen
e86ff4d561 Fixing a couple StackView bugs:
-> Making sure to update visuals every time adapter count changes
-> Fixing a clipping issue seen on some devices

Change-Id: I489395b5caaa06eb7187b2dac679b793bf54d7e1
2011-01-21 17:59:29 -08:00
Dianne Hackborn
d9e1b56689 am 3da75ab9: am 3a56ce3a: Merge "Fix some error messages, turn off logging." into honeycomb
* commit '3da75ab90c4e6309ec6d6801bf0208cff6249b2d':
  Fix some error messages, turn off logging.
2011-01-21 16:49:22 -08:00
Dianne Hackborn
3da75ab90c am 3a56ce3a: Merge "Fix some error messages, turn off logging." into honeycomb
* commit '3a56ce3ab30a72c359bf64cf75bdce6ab03f2b7a':
  Fix some error messages, turn off logging.
2011-01-21 16:46:35 -08:00
Dianne Hackborn
3a56ce3ab3 Merge "Fix some error messages, turn off logging." into honeycomb 2011-01-21 16:45:27 -08:00
Dianne Hackborn
ec541e1787 Fix some error messages, turn off logging.
Change-Id: Ifcd2c0f0ad137485896144d2248361aeb0a05600
2011-01-21 16:44:04 -08:00
Huahui Wu
5d4064c863 b/3377597 Improve zooming performance.
Once WebKit claimed it doesn't want to consume the multi-touch events,
we remember that and handle the events in WebView directly.

Change-Id: Idfc99c16b3f4d7f4719791c64fb2355ff66aba5e
2011-01-21 16:30:57 -08:00
Fabrice Di Meglio
2dc8722862 am b686ee12: am 9e2fa7a5: Merge "Fix bug #3338957 (Account Picker and Account type picker need love)" into honeycomb
* commit 'b686ee122d3367318782222298af2ac4daf0a813':
  Fix bug #3338957 (Account Picker and Account type picker need love)
2011-01-21 16:23:36 -08:00
Fabrice Di Meglio
b686ee122d am 9e2fa7a5: Merge "Fix bug #3338957 (Account Picker and Account type picker need love)" into honeycomb
* commit '9e2fa7a5b6a91bae3897e921d8c21557c2feb714':
  Fix bug #3338957 (Account Picker and Account type picker need love)
2011-01-21 16:22:01 -08:00
Fabrice Di Meglio
9e2fa7a5b6 Merge "Fix bug #3338957 (Account Picker and Account type picker need love)" into honeycomb 2011-01-21 16:20:37 -08:00
Nick Pelly
a53086c088 am 5cfbda15: resolved conflicts for merge of e5099cd3 to honeycomb-plus-aosp
* commit '5cfbda15425d078224405950c4be92471279f917':
  Change signature of MifareClassic.authenticate*() to throw IOException.
2011-01-21 16:05:47 -08:00
Adam Powell
61d4504ec6 am a4f8e903: am 5fc3c84f: Merge "Fix bug 3362680 - calendar crash while tabbing among views" into honeycomb
* commit 'a4f8e903c3b4be9a840e0495be5bbfdb2a0a21e1':
  Fix bug 3362680 - calendar crash while tabbing among views
2011-01-21 15:56:08 -08:00
Nick Pelly
405a32ac23 am c971d5ed: am 82160444: am 50d0bcb4: Merge "Support for TagLostException (API)." into gingerbread
* commit 'c971d5ed8e2c8674152f9292a890558535a7268a':
  Support for TagLostException (API).
2011-01-21 15:53:43 -08:00
Nick Pelly
3965ebbb03 am 274ee68d: am ccc9a9e5: am b735aa0b: Merge "Fix javadoc which broke build." into gingerbread
* commit '274ee68d32237d95f05c269c250146d9b3202fbc':
  Fix javadoc which broke build.
2011-01-21 15:53:31 -08:00
Adam Powell
a4f8e903c3 am 5fc3c84f: Merge "Fix bug 3362680 - calendar crash while tabbing among views" into honeycomb
* commit '5fc3c84f5c465d3f0f435037bd5b92fa8da1f2c2':
  Fix bug 3362680 - calendar crash while tabbing among views
2011-01-21 15:52:12 -08:00
Nick Pelly
c971d5ed8e am 82160444: am 50d0bcb4: Merge "Support for TagLostException (API)." into gingerbread
* commit '8216044435d066a6279d1a733b919156bdc9325f':
  Support for TagLostException (API).
2011-01-21 15:50:54 -08:00
Nick Pelly
274ee68d32 am ccc9a9e5: am b735aa0b: Merge "Fix javadoc which broke build." into gingerbread
* commit 'ccc9a9e58247d174d587dee465868a948a07364f':
  Fix javadoc which broke build.
2011-01-21 15:50:20 -08:00
Adam Powell
5fc3c84f5c Merge "Fix bug 3362680 - calendar crash while tabbing among views" into honeycomb 2011-01-21 15:49:46 -08:00
Jaikumar Ganesh
6632362a8a am 32064b67: am c4cc3ea4: Merge "Temporary Changes for certification of SCO." into honeycomb
* commit '32064b6727127e275be23eb2eed18eabe84ee3b2':
  Temporary Changes for certification of SCO.
2011-01-21 15:47:59 -08:00
Jaikumar Ganesh
32064b6727 am c4cc3ea4: Merge "Temporary Changes for certification of SCO." into honeycomb
* commit 'c4cc3ea48add3b7a63a1a97fc3a4c89b24217604':
  Temporary Changes for certification of SCO.
2011-01-21 15:45:54 -08:00
Jaikumar Ganesh
c4cc3ea48a Merge "Temporary Changes for certification of SCO." into honeycomb 2011-01-21 15:43:42 -08:00