summaryrefslogtreecommitdiffstats
path: root/core/java
Commit message (Expand)AuthorAgeFilesLines
* Fix bug 3355197 - Add attribute for fast scroll preview panel text color.Adam Powell2011-01-151-3/+3
* Merge "Add support for detecting finger orientation." into honeycombJeff Brown2011-01-141-0/+11
|\
| * Add support for detecting finger orientation.Jeff Brown2011-01-141-0/+11
* | Merge "Disable soft keyboard when keyboard attached." into honeycombJeff Brown2011-01-141-7/+10
|\ \ | |/
| * Disable soft keyboard when keyboard attached.Jeff Brown2011-01-141-7/+10
* | Prevent NPE when a View is detached without having been attached.Romain Guy2011-01-141-2/+6
* | Fixing StackView rotation bugsAdam Cohen2011-01-142-26/+52
* | Merge "DO NOT MERGE Added check to make orientation calculations more robust"...Dianne Hackborn2011-01-141-0/+11
|\ \
| * | DO NOT MERGE Added check to make orientation calculations more robustNiclas Kellgren2011-01-141-0/+11
* | | Merge "fix sdk build breakage; remove invalid @note tag" into honeycombScott Main2011-01-141-1/+2
|\ \ \
| * | | fix sdk build breakage; remove invalid @note tagScott Main2011-01-141-1/+2
* | | | Merge "Fix bug 3339039 - Preserve proper behavior for action button text when...Adam Powell2011-01-141-1/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix bug 3339039 - Preserve proper behavior for action button text whenAdam Powell2011-01-141-1/+2
* | | | Merge "Don't drop the drawable cache completely on configuration change" into...Dianne Hackborn2011-01-141-1/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | Don't drop the drawable cache completely on configuration changeChristopher Lais2011-01-141-1/+0
* | | | Allow old view hierarchy to be GC'ed more quickly during rotation.Patrick Dubroy2011-01-146-38/+85
* | | | cherrypick Change-Id: I1365c6c45f8e1f75ee4afbc52c32778d21b97be4 from masterScott Main2011-01-141-0/+13
| |/ / |/| |
* | | Merge "Rework action bar menus." into honeycombAdam Powell2011-01-145-13/+27
|\ \ \ | |_|/ |/| |
| * | Rework action bar menus.Adam Powell2011-01-145-13/+27
* | | Merge "b/3348192 re-enable snap scrolling mode." into honeycombHuahui Wu2011-01-141-0/+18
|\ \ \
| * | | b/3348192 re-enable snap scrolling mode.Huahui Wu2011-01-141-0/+18
* | | | Merge "Add the {get,set}PackageObbPaths calls to API" into honeycombKenny Root2011-01-143-8/+34
|\ \ \ \
| * | | | Add the {get,set}PackageObbPaths calls to APIKenny Root2011-01-143-8/+34
* | | | | Merge "Send DRAG_STARTED notices to views that become visible during drag" in...Christopher Tate2011-01-141-10/+49
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Send DRAG_STARTED notices to views that become visible during dragChristopher Tate2011-01-141-10/+49
* | | | | Add Holo theme for IMEs.Dianne Hackborn2011-01-144-33/+30
* | | | | Merge "Update network subtypes info so it is current." into honeycombRobert Greenwalt2011-01-141-0/+2
|\ \ \ \ \
| * | | | | Update network subtypes info so it is current.Robert Greenwalt2011-01-141-0/+2
* | | | | | Merge "Fix bug 3347747 - Use a better context when fetching resources for act...Adam Powell2011-01-141-2/+2
|\ \ \ \ \ \
| * | | | | | Fix bug 3347747 - Use a better context when fetching resources forAdam Powell2011-01-141-2/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Fix previous quick fix, LoginOptions is final.Costin Manolache2011-01-141-4/+3
* | | | | | Merge "Fix NPE, caller may not pass loginOptions." into honeycombCostin Manolache2011-01-141-0/+3
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Fix NPE, caller may not pass loginOptions.Costin Manolache2011-01-141-0/+3
* | | | | | Hook up CacheManager for the Chromium HTTP stackSteve Block2011-01-141-8/+41
* | | | | | Adds a new WebViewFragment classSteve Block2011-01-141-0/+81
* | | | | | Merge "Fix bug 3352112 - crash in AbsListView.smoothScrollBy" into honeycombAdam Powell2011-01-131-2/+1
|\ \ \ \ \ \
| * | | | | | Fix bug 3352112 - crash in AbsListView.smoothScrollByAdam Powell2011-01-131-2/+1
| | |/ / / / | |/| | | |
* | | | | | Merge "Move the main thread check to the appropriate place." into honeycombRomain Guy2011-01-131-7/+7
|\ \ \ \ \ \
| * | | | | | Move the main thread check to the appropriate place.Romain Guy2011-01-131-7/+7
* | | | | | | Merge "b/3133123 Pass touch point ids to WebKit." into honeycombHuahui Wu2011-01-133-4/+22
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | b/3133123 Pass touch point ids to WebKit.Huahui Wu2011-01-133-4/+22
* | | | | | | Merge "Fix bug in handling connect/disconnect multiple devices." into honeycombJaikumar Ganesh2011-01-132-4/+5
|\ \ \ \ \ \ \
| * | | | | | | Fix bug in handling connect/disconnect multiple devices.Jaikumar Ganesh2011-01-132-4/+5
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge "Remove accidental StrictMode logging left in." into honeycombBrad Fitzpatrick2011-01-131-1/+0
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Remove accidental StrictMode logging left in.Brad Fitzpatrick2011-01-131-1/+0
* | | | | | | Merge "Fix issue #3153930: orphan window left on screen" into honeycombDianne Hackborn2011-01-131-0/+14
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Fix issue #3153930: orphan window left on screenDianne Hackborn2011-01-131-0/+14
| | |_|/ / / | |/| | | |
* | | | | | Merge "fix for cts DuplicateParentStateEnabled bug with TextViews." into hone...Gilles Debunne2011-01-132-2/+9
|\ \ \ \ \ \
| * | | | | | fix for cts DuplicateParentStateEnabled bug with TextViews.Gilles Debunne2011-01-132-2/+9
| |/ / / / /
* | | | | | Merge "Fix bug 3242262 - Add queryHint attribute for SearchView" into honeycombAdam Powell2011-01-131-0/+4
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |