summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Merge "Gather View's hierarchy notifications into methods that can easily be ...Philip Milne2011-07-192-66/+27
|\
| * Gather View's hierarchy notifications into methods that can easily be overidden.Philip Milne2011-07-192-66/+27
* | Merge "Fix a threading issue in AudioPlaybackHandler"Narayan Kamath2011-07-191-14/+22
|\ \
| * | Fix a threading issue in AudioPlaybackHandlerNarayan Kamath2011-07-191-14/+22
* | | Merge "Don't recreate view's display list when size hasn't changed"Chet Haase2011-07-191-8/+8
|\ \ \
| * | | Don't recreate view's display list when size hasn't changedChet Haase2011-07-181-8/+8
* | | | Merge "Enable IMEs to set additional subtypes in background"satok2011-07-182-6/+7
|\ \ \ \
| * | | | Enable IMEs to set additional subtypes in backgroundsatok2011-07-192-6/+7
* | | | | Merge "Remove an unnecessary finalizer."Jeff Brown2011-07-181-6/+0
|\ \ \ \ \
| * | | | | Remove an unnecessary finalizer.Jeff Brown2011-07-181-6/+0
* | | | | | Merge "Revert "Add in i18n TLDs and new TLDs to the URL RegEx matcher.""Bart Sears2011-07-182-13/+6
|\ \ \ \ \ \
| * | | | | | Revert "Add in i18n TLDs and new TLDs to the URL RegEx matcher."Bart Sears2011-07-182-13/+6
* | | | | | | Merge "Fix bug 5031652 - offer a way to associate metadata with an ActionMode"Adam Powell2011-07-181-0/+30
|\ \ \ \ \ \ \
| * | | | | | | Fix bug 5031652 - offer a way to associate metadata with an ActionModeAdam Powell2011-07-181-0/+30
| | |/ / / / / | |/| | | | |
* | | | | | | Merge "Add in i18n TLDs and new TLDs to the URL RegEx matcher."Shimeng (Simon) Wang2011-07-182-6/+13
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Add in i18n TLDs and new TLDs to the URL RegEx matcher.Shimeng (Simon) Wang2011-07-182-6/+13
* | | | | | | Fix bug #5037425 Canvas.drawText can't handle Right-to-Left text and text com...Fabrice Di Meglio2011-07-182-23/+26
* | | | | | | SearchView behavioral and visual changesAmith Yamasani2011-07-189-78/+163
* | | | | | | Merge "Add C code to use BDADDR_ANY macro properly. The macro expands into c...Doug Kwan2011-07-185-2/+76
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Add C code to use BDADDR_ANY macro properly. The macro expands into codeDoug Kwan2011-07-165-2/+76
* | | | | | | Merge "Make the theme attribute actionModeStyle public."Adam Powell2011-07-181-3/+5
|\ \ \ \ \ \ \
| * | | | | | | Make the theme attribute actionModeStyle public.Adam Powell2011-07-181-3/+5
| | |_|_|_|/ / | |/| | | | |
* | | | | | | I. Can. Not. Stand. ViewAncestor.Dianne Hackborn2011-07-1815-93/+93
* | | | | | | Merge "Trim OpenGLRenderer's memory usage whenever possible"Romain Guy2011-07-185-9/+79
|\ \ \ \ \ \ \
| * | | | | | | Trim OpenGLRenderer's memory usage whenever possibleRomain Guy2011-07-185-9/+79
* | | | | | | | Merge "Fix issue # 5017868: Twitter crashes on start:"Dianne Hackborn2011-07-181-0/+56
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix issue # 5017868: Twitter crashes on start:Dianne Hackborn2011-07-181-0/+56
* | | | | | | | | Merge "UsbManager: document that passing null setCurrentFunction restores def...Mike Lockwood2011-07-181-2/+3
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | UsbManager: document that passing null setCurrentFunction restores default fu...Mike Lockwood2011-07-181-2/+3
* | | | | | | | | Merge "Derive GridLayout's 'gap' constants from new "default_gap" entry in di...Philip Milne2011-07-182-34/+45
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Derive GridLayout's 'gap' constants from new "default_gap" entry in dimens.xml.Philip Milne2011-07-182-34/+45
* | | | | | | | | | Add lock/unlockCanvas to TextureViewRomain Guy2011-07-183-6/+283
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Merge "Track line and column when parsing JSON."Jesse Wilson2011-07-182-1/+69
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Track line and column when parsing JSON.Jesse Wilson2011-07-182-1/+69
* | | | | | | | | | Merge "Always escape chars that JavaScript treats as newlines."Jesse Wilson2011-07-182-0/+19
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Always escape chars that JavaScript treats as newlines.Jesse Wilson2011-07-182-0/+19
| |/ / / / / / / / /
* | | | | | | | | | Merge "Fix resolution padding glitch"Fabrice Di Meglio2011-07-181-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix resolution padding glitchFabrice Di Meglio2011-07-151-2/+2
* | | | | | | | | | | Merge "Clean test APIs for Harfbuzz support"Fabrice Di Meglio2011-07-181-34/+0
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Clean test APIs for Harfbuzz supportFabrice Di Meglio2011-07-151-34/+0
| |/ / / / / / / / / /
* | | | | | | | | | | Merge "Fixed animation ordering bug in LayoutTransition."Chet Haase2011-07-181-20/+24
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Fixed animation ordering bug in LayoutTransition.Chet Haase2011-07-181-19/+23
* | | | | | | | | | | Touch exploration separate setting and API to poll the latter state.Svetoslav Ganov2011-07-1810-54/+155
| |_|_|_|_|/ / / / / |/| | | | | | | | |
* | | | | | | | | | Merge "Work on death recipient leaks in Activity Manager and Content Service."Dianne Hackborn2011-07-182-11/+99
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
| * | | | | | | | | Work on death recipient leaks in Activity Manager and Content Service.Dianne Hackborn2011-07-172-11/+99
* | | | | | | | | | Merge "NetInitiatedActivity: support AUTO response feature for SUPL IOT"Mike Lockwood2011-07-181-1/+25
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | / / / | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | NetInitiatedActivity: support AUTO response feature for SUPL IOTAlexy Shin2011-07-181-1/+25
* | | | | | | | | Few minor TTS clean ups.Narayan Kamath2011-07-183-12/+14
* | | | | | | | | Fix a few threading issues in the AudioPlaybackHandler.Narayan Kamath2011-07-184-46/+67
* | | | | | | | | Merge "Improve TextToSpeech#isSpeaking()"Narayan Kamath2011-07-183-2/+18
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |