summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Move USB framework support from android.hardware to android.hardware.usb packageMike Lockwood2011-03-0118-205/+78
* 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
* | | | | | | | | Merge "You can now specify a custom display size as NxM."Dianne Hackborn2011-02-282-17/+43
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | You can now specify a custom display size as NxM.Dianne Hackborn2011-02-282-17/+43
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | am b732b7b5: am ce57a7f3: am 6504490c: am dff6b8e7: Merge "Add --non-constant...Xavier Ducrohet2011-02-283-11/+18
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ am ce57a7f3: am 6504490c: am dff6b8e7: Merge "Add --non-constant-id to aapt."Xavier Ducrohet2011-02-283-11/+18
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ am 6504490c: am dff6b8e7: Merge "Add --non-constant-id to aapt."Xavier Ducrohet2011-02-283-11/+18
| | |\ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ am dff6b8e7: Merge "Add --non-constant-id to aapt."Xavier Ducrohet2011-02-283-11/+18
| | | |\ \ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ Merge "Ensuring thread-safe usage of DateFormat."Elliott Hughes2011-02-221-10/+16
| | | | |\ \ \ \ \ \ \ \
| | | | | * | | | | | | | Ensuring thread-safe usage of DateFormat.Jozef BABJAK2011-02-221-10/+16
| | | | * | | | | | | | | Merge "Fix for an infinite loop while scrolling lists."Brad Fitzpatrick2011-02-221-0/+1
| | | | |\ \ \ \ \ \ \ \ \