summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | Merge "Removed ViewTreeObserver null checks"Gilles Debunne2011-03-013-37/+26
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Removed ViewTreeObserver null checksGilles Debunne2011-02-223-37/+27
* | | | | | | | | | Merge "Scrollable tabs are correctly displayed."Gilles Debunne2011-03-011-3/+6
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Scrollable tabs are correctly displayed.Gilles Debunne2011-02-281-3/+6
* | | | | | | | | | | Merge "Fix a bug where the lazy-initialized ActionBar object was being too la...Adam Powell2011-03-011-0/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix a bug where the lazy-initialized ActionBar object was being too lazy.Adam Powell2011-03-011-0/+1
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge "Add test cases for AudioManager SCO methods."Eric Rowe2011-03-014-0/+178
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | |
| * | | | | | | | | | Add test cases for AudioManager SCO methods.Eric Rowe2011-02-284-0/+178
* | | | | | | | | | | Merge "Cleanup of docs for ViewPropertyAnimator class"Chet Haase2011-03-011-32/+31
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Cleanup of docs for ViewPropertyAnimator classChet Haase2011-03-011-32/+31
* | | | | | | | | | | Merge "Fix bug 3497341 - take list padding into account when drawing Expandab...Adam Powell2011-02-281-0/+3
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix bug 3497341 - take list padding into account when drawingAdam Powell2011-02-281-0/+3
* | | | | | | | | | | | Merge "Make sure to properly default the screen size during wallpaper restore"Christopher Tate2011-02-281-0/+9
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Make sure to properly default the screen size during wallpaper restoreChristopher Tate2011-02-281-0/+9
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge "Add ParcelFileDescriptor APIs to get raw fd."Dianne Hackborn2011-02-284-1/+58
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Add ParcelFileDescriptor APIs to get raw fd.Dianne Hackborn2011-02-284-1/+58
| |/ / / / / / / / /
* | | | | | | | | | Merge "Change behavior of multitouch in scrolling views."Adam Powell2011-02-283-3/+37
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Change behavior of multitouch in scrolling views.Adam Powell2011-02-283-3/+37
* | | | | | | | | | | Merge "Make the AccountManagerService clear old grants when the package that ...Fred Quintana2011-02-281-0/+35
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Make the AccountManagerService clear old grants when the packageFred Quintana2011-02-281-0/+35
* | | | | | | | | | | | Merge "Fix inverted scrolling condition in lists."Jeff Brown2011-02-281-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Fix inverted scrolling condition in lists.Jeff Brown2011-02-281-1/+1
* | | | | | | | | | | | Merge "Add platform features for USB host and USB accessory support."Mike Lockwood2011-02-282-3/+15
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Add platform features for USB host and USB accessory support.Mike Lockwood2011-02-282-3/+15
* | | | | | | | | | | | | Merge "UsbManager: Enhancements for managing USB devices and accessories"Mike Lockwood2011-02-286-18/+90
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / /
| * | | | | | | | | | | | UsbManager: Enhancements for managing USB devices and accessoriesMike Lockwood2011-02-286-18/+90
* | | | | | | | | | | | | Merge "Remove a stale line in a JavaDoc."Ben Komalo2011-02-281-4/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Remove a stale line in a JavaDoc.Ben Komalo2011-02-281-4/+3
| | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge "remove the code that clears the passwords when the sim is replaced wit...Fred Quintana2011-02-281-96/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | remove the code that clears the passwords when the simFred Quintana2011-02-251-96/+0
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge "Small change to AppWidgetProviderInfo public field name and docs"Adam Cohen2011-02-281-3/+9
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
| * | | | | | | | | | | Small change to AppWidgetProviderInfo public field name and docsAdam Cohen2011-02-281-3/+9
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge "Fix Parcel.writeNative to not ignore 'offset'."Elliott Hughes2011-02-282-9/+6
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix Parcel.writeNative to not ignore 'offset'.Elliott Hughes2011-02-282-9/+6
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
* | | | | | | | | | | Merge "Text selection mode is stopped when View is recycled in ListView"Gilles Debunne2011-02-281-0/+5
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Text selection mode is stopped when View is recycled in ListViewGilles Debunne2011-02-251-0/+5
* | | | | | | | | | | | Merge "OnScrollListener fix in AbsListView"Gilles Debunne2011-02-281-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | OnScrollListener fix in AbsListViewGilles Debunne2011-02-251-0/+1
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge "AIOOB exception fix in TabWidget"Gilles Debunne2011-02-281-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | AIOOB exception fix in TabWidgetGilles Debunne2011-02-251-1/+1
| |/ / / / / / / / / /
* | | | | | | | | | | Merge "Fix some bugs in the new ScaleGestureDetector logic."Adam Powell2011-02-281-0/+13
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix some bugs in the new ScaleGestureDetector logic.Adam Powell2011-02-281-0/+13
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge "Remove the limitation that zoom can't go beyond overview scale."Shimeng (Simon) Wang2011-02-281-25/+13
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Remove the limitation that zoom can't go beyond overview scale.Shimeng (Simon) Wang2011-02-281-25/+13
| |/ / / / / / / / / /
* | | | | | | | | | | Merge "Binder linkage no longer depends on JNI objrefs as persistent tokens"Christopher Tate2011-02-281-51/+149
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Binder linkage no longer depends on JNI objrefs as persistent tokensChristopher Tate2011-02-281-51/+149
* | | | | | | | | | | | Merge "Fix sp<> conversion operator / constructor"Mathias Agopian2011-02-281-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Fix sp<> conversion operator / constructorMathias Agopian2011-02-251-1/+1
* | | | | | | | | | | | Merge "NubmberPicker up/down arrows do not work."Svetoslav Ganov2011-02-281-1/+4
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | NubmberPicker up/down arrows do not work.Svetoslav Ganov2011-02-261-1/+4