summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* New APIs for USB host support:Mike Lockwood2011-01-2218-3/+1717
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* am 153ab0eb: am 8db58ea5: Merge "Connect other profiles when priority is ↵Jaikumar Ganesh2011-01-211-3/+7
|\ | | | | | | | | | | | | auto connect." into honeycomb * commit '153ab0eb5357b1cf0ccd27d125bb349018c8d571': Connect other profiles when priority is auto connect.
| * am 8db58ea5: Merge "Connect other profiles when priority is auto connect." ↵Jaikumar Ganesh2011-01-211-3/+7
| |\ | | | | | | | | | | | | | | | | | | into honeycomb * commit '8db58ea52c618337fa91289aa42572599d58dafc': Connect other profiles when priority is auto connect.
| | * Merge "Connect other profiles when priority is auto connect." into honeycombJaikumar Ganesh2011-01-211-3/+7
| | |\
| | | * Connect other profiles when priority is auto connect.Jaikumar Ganesh2011-01-211-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | am 10444a13: am 596ba2fa: Merge "Correctly invalidate views that transition ↵Romain Guy2011-01-212-4/+11
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | from opaque to non-opaque. Bug #3337037" into honeycomb * commit '10444a138ae98e940982096d802b2655cef0b645': Correctly invalidate views that transition from opaque to non-opaque. Bug #3337037
| * | | am 596ba2fa: Merge "Correctly invalidate views that transition from opaque ↵Romain Guy2011-01-212-4/+11
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | to non-opaque. Bug #3337037" into honeycomb * commit '596ba2fa791db7ae671bd79c346b54a7ea2f8113': Correctly invalidate views that transition from opaque to non-opaque. Bug #3337037
| | * | Merge "Correctly invalidate views that transition from opaque to non-opaque. ↵Romain Guy2011-01-212-4/+11
| | |\ \ | | | | | | | | | | | | | | | Bug #3337037" into honeycomb
| | | * | Correctly invalidate views that transition from opaque to non-opaque.Romain Guy2011-01-212-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug #3337037 Change-Id: I31397273a31b6004e2e3801866122bcbb3ebee5d
* | | | | am 61b0f05c: am e2ff529b: Merge "b/3377597 Improve zooming performance." ↵Bart Sears2011-01-211-80/+91
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | into honeycomb * commit '61b0f05cef16ae1c70b5e3b957f31130f6dd3d0e': b/3377597 Improve zooming performance.
| * | | | am e2ff529b: Merge "b/3377597 Improve zooming performance." into honeycombBart Sears2011-01-211-80/+91
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | * commit 'e2ff529b3f69a3d2ccd55e283f3d0e446a087ed6': b/3377597 Improve zooming performance.
| | * | | Merge "b/3377597 Improve zooming performance." into honeycombBart Sears2011-01-211-80/+91
| | |\ \ \
| | | * | | b/3377597 Improve zooming performance.Huahui Wu2011-01-211-80/+91
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | am dbe6875e: am cd862c44: Merge "Fix bug 3360851 - actionbar overflow menu ↵Adam Powell2011-01-211-0/+2
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | button doesn\'t trigger "audible selection"" into honeycomb * commit 'dbe6875ed52d0fec16fc5849aa218bdc196b27b5': Fix bug 3360851 - actionbar overflow menu button doesn't trigger "audible selection"
| * | | | | am cd862c44: Merge "Fix bug 3360851 - actionbar overflow menu button ↵Adam Powell2011-01-211-0/+2
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | doesn\'t trigger "audible selection"" into honeycomb * commit 'cd862c44d951a743e19c56023b127b8c418fb0a1': Fix bug 3360851 - actionbar overflow menu button doesn't trigger "audible selection"
| | * | | | Merge "Fix bug 3360851 - actionbar overflow menu button doesn't trigger ↵Adam Powell2011-01-211-0/+2
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | "audible selection"" into honeycomb
| | | * | | | Fix bug 3360851 - actionbar overflow menu button doesn't trigger "audible ↵Adam Powell2011-01-211-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | selection" Change-Id: I768d35f9752d5f6466708fd191781aa26aefd121
* | | | | | | am 65eea842: am a049fe95: Merge "Fixing a couple StackView bugs:" into honeycombAdam Cohen2011-01-212-2/+8
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | * commit '65eea842aff04f3949006315ffef5e7228f98051': Fixing a couple StackView bugs:
| * | | | | | am a049fe95: Merge "Fixing a couple StackView bugs:" into honeycombAdam Cohen2011-01-212-2/+8
| |\ \ \ \ \ \ | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | * commit 'a049fe95cdf68c73f104420433610d8a8a8a7357': Fixing a couple StackView bugs:
| | * | | | | Merge "Fixing a couple StackView bugs:" into honeycombAdam Cohen2011-01-212-2/+8
| | |\ \ \ \ \
| | | * | | | | Fixing a couple StackView bugs:Adam Cohen2011-01-212-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -> Making sure to update visuals every time adapter count changes -> Fixing a clipping issue seen on some devices Change-Id: I489395b5caaa06eb7187b2dac679b793bf54d7e1
* | | | | | | | am fc13e5b3: am 3024a5a5: Merge "Fix bug 3374664 - Action bar spacing ↵Adam Powell2011-01-211-1/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | between tabs, spinners and titles should be 32 dip" into honeycomb * commit 'fc13e5b3821c7060879405a606153b0556bdd144': Fix bug 3374664 - Action bar spacing between tabs, spinners and titles should be 32 dip
| * | | | | | | am 3024a5a5: Merge "Fix bug 3374664 - Action bar spacing between tabs, ↵Adam Powell2011-01-211-1/+2
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | spinners and titles should be 32 dip" into honeycomb * commit '3024a5a54f09a1861ee85a5e2785b1cf8a70de39': Fix bug 3374664 - Action bar spacing between tabs, spinners and titles should be 32 dip
| | * | | | | | Merge "Fix bug 3374664 - Action bar spacing between tabs, spinners and ↵Adam Powell2011-01-211-1/+2
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | titles should be 32 dip" into honeycomb
| | | * | | | | | Fix bug 3374664 - Action bar spacing between tabs, spinners and titles ↵Adam Powell2011-01-211-1/+2
| | | | |/ / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | should be 32 dip Change-Id: I1397e7ee8146d929bea790698581c3c1bab7298f
* | | | | | | | am 3da75ab9: am 3a56ce3a: Merge "Fix some error messages, turn off logging." ↵Dianne Hackborn2011-01-212-4/+4
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into honeycomb * commit '3da75ab90c4e6309ec6d6801bf0208cff6249b2d': Fix some error messages, turn off logging.
| * | | | | | | am 3a56ce3a: Merge "Fix some error messages, turn off logging." into honeycombDianne Hackborn2011-01-212-4/+4
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | * commit '3a56ce3ab30a72c359bf64cf75bdce6ab03f2b7a': Fix some error messages, turn off logging.
| | * | | | | | Merge "Fix some error messages, turn off logging." into honeycombDianne Hackborn2011-01-212-4/+4
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | * | | | | Fix some error messages, turn off logging.Dianne Hackborn2011-01-212-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ifcd2c0f0ad137485896144d2248361aeb0a05600
* | | | | | | | am 32c7b630: am 84fbff12: Merge "Fix bug 3374792 - Default holo dark ↵Adam Powell2011-01-21140-23/+222
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | activity background is badly dithered at full size" into honeycomb * commit '32c7b6305a092d78d39251cce3edaaf6ae679f3c': Fix bug 3374792 - Default holo dark activity background is badly dithered at full size
| * | | | | | | am 84fbff12: Merge "Fix bug 3374792 - Default holo dark activity background ↵Adam Powell2011-01-21140-23/+222
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is badly dithered at full size" into honeycomb * commit '84fbff1299880c56c8f12a09b1a432ffa9aabfd9': Fix bug 3374792 - Default holo dark activity background is badly dithered at full size
| | * | | | | | Merge "Fix bug 3374792 - Default holo dark activity background is badly ↵Adam Powell2011-01-21140-23/+222
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | dithered at full size" into honeycomb
| | | * | | | | | Fix bug 3374792 - Default holo dark activity background is badlyAdam Powell2011-01-21140-23/+222
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dithered at full size Fix bug 3357191 - Need holo star assets Fix bug 3357255 - Need expandable list item arrow assets Fix bug 3373538 - Holo button padding settings difficult to work with - remove hard padding from holo button styles. This also adds explicit 'small button' holo assets. Fix bug 3362311 - PopupMenu with just one item has broken borders - fix 9-patches. Fix bug 3357195 - Need holo toggle button assets Change-Id: I9aad9487960dc9f7e7671431ff753a6dde10908a
* | | | | | | | | am b686ee12: am 9e2fa7a5: Merge "Fix bug #3338957 (Account Picker and ↵Fabrice Di Meglio2011-01-215-12/+188
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Account type picker need love)" into honeycomb * commit 'b686ee122d3367318782222298af2ac4daf0a813': Fix bug #3338957 (Account Picker and Account type picker need love)
| * | | | | | | | am 9e2fa7a5: Merge "Fix bug #3338957 (Account Picker and Account type picker ↵Fabrice Di Meglio2011-01-215-12/+188
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | need love)" into honeycomb * commit '9e2fa7a5b6a91bae3897e921d8c21557c2feb714': Fix bug #3338957 (Account Picker and Account type picker need love)
| | * | | | | | | Merge "Fix bug #3338957 (Account Picker and Account type picker need love)" ↵Fabrice Di Meglio2011-01-215-12/+188
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into honeycomb
| | | * | | | | | | Fix bug #3338957 (Account Picker and Account type picker need love)Fabrice Di Meglio2011-01-215-12/+188
| | | | |/ / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - update UI to match design requirements Change-Id: Idb5dbea876eb7170a8c1f077a99cfe168d41f1e1
* | | | | | | | | am 5cfbda15: resolved conflicts for merge of e5099cd3 to honeycomb-plus-aospNick Pelly2011-01-211-2/+2
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '5cfbda15425d078224405950c4be92471279f917': Change signature of MifareClassic.authenticate*() to throw IOException.
| * | | | | | | | resolved conflicts for merge of e5099cd3 to honeycomb-plus-aospNick Pelly2011-01-211-2/+2
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iba86e222e4335e832c19ab7b82b74f23e25a5ac0
| | * \ \ \ \ \ \ \ am b7d6ffd7: Merge "Change signature of MifareClassic.authenticate*() to ↵Nick Pelly2011-01-181-2/+2
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | throw IOException." into gingerbread * commit 'b7d6ffd76f6c47af488494f5de9560ec490e8241': Change signature of MifareClassic.authenticate*() to throw IOException.
| | | * | | | | | | | Change signature of MifareClassic.authenticate*() to throw IOException.Nick Pelly2011-01-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update API for this and the previous commit. Change-Id: I19275a5d00081bd0f00afea59a2b673344a32954
* | | | | | | | | | | am a4f8e903: am 5fc3c84f: Merge "Fix bug 3362680 - calendar crash while ↵Adam Powell2011-01-211-1/+11
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tabbing among views" into honeycomb * commit 'a4f8e903c3b4be9a840e0495be5bbfdb2a0a21e1': Fix bug 3362680 - calendar crash while tabbing among views
| * | | | | | | | | | am 5fc3c84f: Merge "Fix bug 3362680 - calendar crash while tabbing among ↵Adam Powell2011-01-211-1/+11
| |\ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | views" into honeycomb * commit '5fc3c84f5c465d3f0f435037bd5b92fa8da1f2c2': Fix bug 3362680 - calendar crash while tabbing among views
| | * | | | | | | | | Merge "Fix bug 3362680 - calendar crash while tabbing among views" into ↵Adam Powell2011-01-211-1/+11
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | honeycomb
| | | * | | | | | | | | Fix bug 3362680 - calendar crash while tabbing among viewsAdam Powell2011-01-211-1/+11
| | | | |_|_|/ / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove pending click callbacks when a view is detached from its window. Change-Id: I51de184b8e95dbd594675ea6849647586a7c4ba2
* | | | | | | | | | | am c971d5ed: am 82160444: am 50d0bcb4: Merge "Support for TagLostException ↵Nick Pelly2011-01-216-6/+160
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (API)." into gingerbread * commit 'c971d5ed8e2c8674152f9292a890558535a7268a': Support for TagLostException (API).
| * | | | | | | | | | am 82160444: am 50d0bcb4: Merge "Support for TagLostException (API)." into ↵Nick Pelly2011-01-216-6/+160
| |\ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gingerbread * commit '8216044435d066a6279d1a733b919156bdc9325f': Support for TagLostException (API).
| | * | | | | | | | | am 50d0bcb4: Merge "Support for TagLostException (API)." into gingerbreadNick Pelly2011-01-186-6/+160
| | |\ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '50d0bcb45beb30746271b620ab23ad4d69fd9d5b': Support for TagLostException (API).
| | | * | | | | | | | Support for TagLostException (API).Martijn Coenen2011-01-186-6/+160
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Idf2c3253f7bc5f371133c4f18bfc2afde69c3010
* | | | | | | | | | | am 274ee68d: am ccc9a9e5: am b735aa0b: Merge "Fix javadoc which broke ↵Nick Pelly2011-01-211-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | build." into gingerbread * commit '274ee68d32237d95f05c269c250146d9b3202fbc': Fix javadoc which broke build.