summaryrefslogtreecommitdiffstats
path: root/core/java
Commit message (Expand)AuthorAgeFilesLines
* add javadoc for getView methodScott Main2011-01-171-0/+6
* Merge "Improve hardware layers rendering speed when setting a View's alpha." ...Romain Guy2011-01-172-11/+19
|\
| * Improve hardware layers rendering speed when setting a View's alpha.Romain Guy2011-01-172-11/+19
* | Merge "Pick an upstream interface with valid IP config" into honeycombIrfan Sheriff2011-01-171-2/+24
|\ \
| * | Pick an upstream interface with valid IP configIrfan Sheriff2011-01-171-2/+24
* | | Adding instance check to RemoteViewsAdapter getViewAtAdam Cohen2011-01-171-7/+8
* | | Merge "Fix content width calculation for Spinner control. The width of the dr...Chris Yerga2011-01-171-1/+12
|\ \ \
| * | | Fix content width calculation for Spinner control.Chris Yerga2011-01-171-1/+12
* | | | Merge "Fix bug 3362446 - NPE in legacy menus" into honeycombAdam Powell2011-01-171-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix bug 3362446 - NPE in legacy menusAdam Powell2011-01-171-1/+1
* | | | Merge "Revert "Add the {get,set}PackageObbPaths calls to API"" into honeycombKenny Root2011-01-173-50/+0
|\ \ \ \
| * | | | Revert "Add the {get,set}PackageObbPaths calls to API"Kenny Root2011-01-173-50/+0
* | | | | Merge "Add internal plumbing to DPM for encryption" into honeycombAndy Stadler2011-01-172-26/+46
|\ \ \ \ \
| * | | | | Add internal plumbing to DPM for encryptionAndy Stadler2011-01-172-26/+46
| |/ / / /
* | | | | Merge "Catching some edge cases while flinging/scrolling in NumberPicker" int...Svetoslav Ganov2011-01-171-4/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Catching some edge cases while flinging/scrolling in NumberPickerSvetoslav Ganov2011-01-171-4/+4
* | | | | Merge "Start renaming FragmentTransaction.openTransaction() to beginTransacti...Dianne Hackborn2011-01-175-9/+14
|\ \ \ \ \
| * | | | | Start renaming FragmentTransaction.openTransaction() to beginTransaction().Dianne Hackborn2011-01-175-9/+14
| | |_|_|/ | |/| | |
* | | | | Re-@hide some of the other StorageManager APIKenny Root2011-01-172-0/+4
| |_|/ / |/| | |
* | | | Merge "Fix bug 3360954 - Text overlaid on menu icons" into honeycombAdam Powell2011-01-171-2/+3
|\ \ \ \
| * | | | Fix bug 3360954 - Text overlaid on menu iconsAdam Powell2011-01-171-2/+3
| | |/ / | |/| |
* | | | Merge "Add OBB size to PackageStats" into honeycombKenny Root2011-01-171-0/+8
|\ \ \ \
| * | | | Add OBB size to PackageStatsKenny Root2011-01-171-0/+8
| | |/ / | |/| |
* | | | Merge "Prevent NPE when no indicator is specified. Bug #3362349" into honeycombRomain Guy2011-01-171-2/+5
|\ \ \ \
| * | | | Prevent NPE when no indicator is specified.Romain Guy2011-01-171-2/+5
* | | | | Merge "Ensure that no callback is invoked while initializing DatePicker" into...Svetoslav Ganov2011-01-171-0/+2
|\ \ \ \ \
| * | | | | Ensure that no callback is invoked while initializing DatePickerSvetoslav Ganov2011-01-171-0/+2
| | |_|/ / | |/| | |
* | | | | Merge "Add back legacy layout for preference framework for compatibility." in...Amith Yamasani2011-01-171-1/+1
|\ \ \ \ \
| * | | | | Add back legacy layout for preference framework for compatibility.Amith Yamasani2011-01-161-1/+1
* | | | | | Merge "Delivering null cursor to loader callbacks." into honeycombJeff Hamilton2011-01-171-1/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Delivering null cursor to loader callbacks.Dmitri Plotnikov2011-01-171-1/+1
* | | | | | Hide USB mass storage APIs in StorageManagerKenny Root2011-01-171-0/+10
| |_|/ / / |/| | | |
* | | | | Fixing bug related to collisions with AppWidget view ids and AppWidgetHost vi...Adam Cohen2011-01-161-1/+5
* | | | | Merge "Support non-rectangular input regions." into honeycombJeff Brown2011-01-165-30/+88
|\ \ \ \ \
| * | | | | Support non-rectangular input regions.Jeff Brown2011-01-165-30/+88
* | | | | | Add API to get path to OBBs.Dianne Hackborn2011-01-166-6/+44
* | | | | | Fixing StackView bug (Issue: 3321912)Adam Cohen2011-01-161-5/+2
* | | | | | Merge "Add a method for clearing all animations on a thread." into honeycombPatrick Dubroy2011-01-161-0/+12
|\ \ \ \ \ \
| * | | | | | Add a method for clearing all animations on a thread.Patrick Dubroy2011-01-161-0/+12
* | | | | | | Merge "Fix bug 3050138 - Action bar does not display correctly when many acti...Adam Powell2011-01-162-8/+138
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix bug 3050138 - Action bar does not display correctly when manyAdam Powell2011-01-162-8/+138
| |/ / / / /
* | | | | | Merge "Fixing StackView bugs:" into honeycombAdam Cohen2011-01-161-15/+31
|\ \ \ \ \ \
| * | | | | | Fixing StackView bugs:Adam Cohen2011-01-161-15/+31
| | |_|_|_|/ | |/| | | |
* | | | | | Merge "Put externalSize measurements in PackageStats" into honeycombKenny Root2011-01-161-11/+58
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Put externalSize measurements in PackageStatsKenny Root2011-01-161-11/+58
* | | | | | Merge "Fix 9patch rendering in ExpandableListView." into honeycombRomain Guy2011-01-161-1/+3
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Fix 9patch rendering in ExpandableListView.Romain Guy2011-01-161-1/+3
* | | | | | Merge "Fix latent bug with reinitializing an ObjectAnimator." into honeycombPatrick Dubroy2011-01-161-1/+2
|\ \ \ \ \ \
| * | | | | | Fix latent bug with reinitializing an ObjectAnimator.Patrick Dubroy2011-01-161-1/+2
* | | | | | | Merge "fix the build... sorry... bad docs..." into honeycombJoe Onorato2011-01-161-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |