summaryrefslogtreecommitdiffstats
path: root/core/java/android
Commit message (Expand)AuthorAgeFilesLines
* Merge "A long press on the selection handle no longer selects the word." into...Gilles Debunne2011-01-251-73/+35
|\
| * A long press on the selection handle no longer selects the word.Gilles Debunne2011-01-251-73/+35
* | Merge "Argh forget to include my final part of the change." into honeycombDianne Hackborn2011-01-252-2/+37
|\ \
| * | Argh forget to include my final part of the change.Dianne Hackborn2011-01-252-2/+37
* | | Merge "New extra for GET_CONTENT." into honeycombDianne Hackborn2011-01-251-1/+21
|\ \ \
| * | | New extra for GET_CONTENT.Dianne Hackborn2011-01-251-1/+21
* | | | Merge "Fix surface frame size reporting." into honeycombJeff Brown2011-01-253-3/+13
|\ \ \ \
| * | | | Fix surface frame size reporting.Jeff Brown2011-01-253-3/+13
* | | | | Merge "Fix for a call to startActivity from outside of an app." into honeycombGilles Debunne2011-01-251-3/+3
|\ \ \ \ \
| * | | | | Fix for a call to startActivity from outside of an app.Gilles Debunne2011-01-251-3/+3
| | |_|_|/ | |/| | |
* | | | | Merge "Fix issue #3385839: Fragment.onCreateView is passing in activity..." i...Dianne Hackborn2011-01-253-14/+52
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Fix issue #3385839: Fragment.onCreateView is passing in activity...Dianne Hackborn2011-01-253-14/+52
| | |_|/ | |/| |
* | | | Merge "Rename virtual call API to ScoUsingVirtualCall." into honeycombJaikumar Ganesh2011-01-252-11/+15
|\ \ \ \
| * | | | Rename virtual call API to ScoUsingVirtualCall.Jaikumar Ganesh2011-01-252-11/+15
* | | | | Merge "Prevent crash in View when gathering attributes without an AttachInfo....Romain Guy2011-01-251-1/+1
|\ \ \ \ \
| * | | | | Prevent crash in View when gathering attributes without an AttachInfo.Romain Guy2011-01-251-1/+1
* | | | | | Merge "Overscoll bounce amplitude is smaller." into honeycombGilles Debunne2011-01-251-1/+1
|\ \ \ \ \ \
| * | | | | | Overscoll bounce amplitude is smaller.Gilles Debunne2011-01-251-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge "Fix bug 3378333 - Holo-style layout for granting permissions" into hon...Adam Powell2011-01-251-1/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Fix bug 3378333 - Holo-style layout for granting permissionsAdam Powell2011-01-251-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge "Heed the focusability flag in SearchView and set the default to true."...Amith Yamasani2011-01-251-7/+21
|\ \ \ \ \
| * | | | | Heed the focusability flag in SearchView and set the default to true.Amith Yamasani2011-01-251-7/+21
| | |/ / / | |/| | |
* | | | | Merge "Removed warnings in DynamicLayout" into honeycombGilles Debunne2011-01-251-23/+14
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Removed warnings in DynamicLayoutGilles Debunne2011-01-251-23/+14
| |/ / /
* | | | Merge "Tracking jarjar of org.bouncycastle to com.android.org.bouncycastle" i...Brian Carlstrom2011-01-253-8/+8
|\ \ \ \
| * | | | Tracking jarjar of org.bouncycastle to com.android.org.bouncycastleBrian Carlstrom2011-01-243-8/+8
* | | | | Merge "TextLine cache is used, even for long lines of text." into honeycombGilles Debunne2011-01-251-7/+5
|\ \ \ \ \
| * | | | | TextLine cache is used, even for long lines of text.Gilles Debunne2011-01-251-7/+5
| | |/ / / | |/| | |
* | | | | Merge "Set high usage delta to 1 to avoid constant V8 GC." into honeycombShimeng (Simon) Wang2011-01-251-5/+9
|\ \ \ \ \
| * | | | | Set high usage delta to 1 to avoid constant V8 GC.Shimeng (Simon) Wang2011-01-251-5/+9
| |/ / / /
* | | | | Merge "Docs for Origin" into honeycombJohn Reck2011-01-251-1/+21
|\ \ \ \ \
| * | | | | Docs for OriginJohn Reck2011-01-241-1/+21
* | | | | | Merge "Clip touch event at SoftInputWindow to handle the event from Inset" in...Ken Wakasa2011-01-251-0/+57
|\ \ \ \ \ \
| * | | | | | Clip touch event at SoftInputWindow to handle the event from InsetTadashi G. Takaoka2011-01-251-0/+57
* | | | | | | Merge "Fix issue #3385054: HRI24 never enters suspend (LP0) - IKXEVEREST-3439...Dianne Hackborn2011-01-241-1/+4
|\ \ \ \ \ \ \
| * | | | | | | Fix issue #3385054: HRI24 never enters suspend (LP0) - IKXEVEREST-3439Dianne Hackborn2011-01-241-1/+4
* | | | | | | | Merge "Make nested hardware layers work again" into honeycombRomain Guy2011-01-242-4/+7
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | Make nested hardware layers work againRomain Guy2011-01-242-4/+7
* | | | | | | | Merge "Fix NPE in IInputMethodSessionWrapper.executeMessage" into honeycombKen Wakasa2011-01-241-0/+2
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Fix NPE in IInputMethodSessionWrapper.executeMessageKen Wakasa2011-01-251-0/+2
* | | | | | | | Maybe fix issue #3093599: java.lang.IndexOutOfBoundsException...Dianne Hackborn2011-01-247-5/+137
| |/ / / / / / |/| | | | | |
* | | | | | | Fix rendering issues with animated layers.Romain Guy2011-01-241-2/+0
* | | | | | | Fix rendering issues in Movie Studio.Romain Guy2011-01-241-5/+18
|/ / / / / /
* | | | | | Merge "Enable partial invalidates when rendering with OpenGL." into honeycombRomain Guy2011-01-246-92/+202
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Enable partial invalidates when rendering with OpenGL.Romain Guy2011-01-246-92/+202
| | |_|/ / | |/| | |
* | | | | Merge "Fix for display list problem with listview items." into honeycombChet Haase2011-01-241-1/+3
|\ \ \ \ \
| * | | | | Fix for display list problem with listview items.Chet Haase2011-01-241-1/+3
| | |_|/ / | |/| | |
* | | | | Merge "Throw Base64DataException instead of IOException" into honeycombAndy Stadler2011-01-243-2/+32
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Throw Base64DataException instead of IOExceptionAndy Stadler2011-01-243-2/+32
| |/ / /
* | | | Fix bug with display lists and layout.Chet Haase2011-01-241-0/+2
|/ / /