- 762d30a Merge branch 'open_source' into google_internal by The Android Open Source Project · 16 years ago
- d94755b AI 143430: Remove broken and unused code. by Doug Kwan · 16 years ago
- d2e72d9 AI 143427: Remove preloaded class that depends on OpenCORE, as it by Jean-Baptiste Queru · 16 years ago
- 17612fc AI 143396: am: CL 143267 am: CL 143127 Media recorder service requires android.permission.CAMERA to record video by Dave Sparks · 16 years ago
- eeced21 AI 143395: am: CL 143266 am: CL 143124 Fix bug #1731826, in which auto-connect to remembered networks does not by Eric Shienbrood · 16 years ago
- 1b683a41 AI 143391: Merge from donut Change 143255 by Jean-Baptiste Queru · 16 years ago
- c61d318 AI 143377: am: CL 143227 am: CL 143046 Add extra pixel on right and left in 9 patch for expanders to fix padding problem by Karl Rosaen · 16 years ago
- 1ca6a1c AI 143364: am: CL 143214 am: CL 143009 More work on issue #1739507 (kila-user build is too big): remove some unused application resources I found. by Dianne Hackborn · 16 years ago
- 64a5458 AI 143360: am: CL 143209 am: CL 143001 Remove sdutils from user build to save 12K on /system partition. by Mike Lockwood · 16 years ago
- 05bc50d AI 143358: am: CL 143207 am: CL 142996 Fix bug in human readable battery stats dumping code which caused the wifi lock times to be off by an order of magnitude. by Evan Millar · 16 years ago
- 5e152c1 AI 143354: am: CL 143203 am: CL 142986 Work on issue #1739922 (Removed unused resources). We don't seem to use these. by Dianne Hackborn · 16 years ago
- 0b4d648 AI 143347: am: CL 143196 am: CL 142964 Add a function to clear styles in EditStyledText. by Satoshi Kataoka · 16 years ago
- b413494 Merge commit 'goog/cupcake' by The Android Open Source Project · 16 years ago
- 7977a61 AI 143336: am: CL 143185 am: CL 142930 Adds a straightforward abort() function in addition to interrupt(). Used on the gears C++ side to get rid of the thread leaking introduced with the HttpRequest refactoring. by Nicolas Roard · 16 years ago
- e91bc68 AI 143331: am: CL 143181 am: CL 142924 Support DCM specific MMI network service. by John Wang · 16 years ago
- 63e45f2 AI 143327: am: CL 143177 am: CL 142889 Fix issue #1736153 Camera shutter sound can be muted by new AlarmClock setting. by Eric Laurent · 16 years ago
- 052eb71 AI 143323: am: CL 143173 am: CL 142879 Fix issue #1732012 (Only show screen rotation animation when triggered by sensor) -- set the new surface flag as appropriate. by Dianne Hackborn · 16 years ago
- d97bbd8 AI 143321: am: CL 143172 am: CL 142875 [1732012] for some reason these files didn't go through in the preview check-in. by Mathias Agopian · 16 years ago
- eb0c86e AI 143320: am: CL 143171 am: CL 142873 fix [1732012] Only show screen rotation animation when triggered by sensor by Mathias Agopian · 16 years ago
- e4fbd62 AI 143318: am: CL 143169 am: CL 142870 Fix issue #1724917 (Applications (browser, maps, gmail) fail to retain their landscape state after coming out of sleep mode). We now rely on the listeners last known orientation, and make sure to clear it when enabling/disabling. by Dianne Hackborn · 16 years ago
- 423f0e4 AI 143314: am: CL 143165 am: CL 142861 Make TextView Emoji scale to match the size of the text. by Eric Fischer · 16 years ago
- 94befd1 AI 143311: am: CL 143162 am: CL 142858 Fix framework orientation issues by Suchi Amalapurapu · 16 years ago
- 3552f53 AI 143309: am: CL 143160 am: CL 142856 new-new-new-new rotation animation. it may still change one more time. by Mathias Agopian · 16 years ago
- f5f8d24 AI 143308: am: CL 143159 am: CL 142855 Fix SHOW_OR_CREATE intent to correctly handle duplicate E-mail or IM entries for a person. by Jeffrey Sharkey · 16 years ago
- da53eca AI 143298: am: CL 143150 Fixed the problem where setEnabled(false) has no effect from onResume(). by Michael Chan · 16 years ago
- bf62297 AI 143296: Merge from donut Change 143147 by Jean-Baptiste Queru · 16 years ago
- f8dd2e1 AI 143287: am: CL 143095 Location Manager cleanup: move MockProvider to a separate file. by Mike Lockwood · 16 years ago
- 604ed54 AI 143281: am: CL 142990 Fixes #1739360. SimpleCursorAdapter was calling (unnecessarily) toString() on the Cursor even in the case where a ViewBinder was being used. This could cause crashes when the cursor was currently on a blob. This change defers the String conversion to the case where no ViewBinder is used. by Romain Guy · 16 years ago
- 32f114b AI 143279: am: CL 142828 am: CL 142827 Fix a typo that made the blink rate of the LED incorrect. by Joe Onorato · 16 years ago
- a2debb3 AI 143278: Merge 142826: Add tutorial to platform. The tutorial can be launched with the new Intent ACTION_SYSTEM_TUTORIAL and by Ed Heyl · 16 years ago
- d9b7d24 AI 143249: am: CL 142820 am: CL 142818 Fixes #1735278. Deep hierarchies could generate stack overflow exception due to new local variables introduces in Cupcake. This change removes 4 ints from the dispatchDraw/drawChild code path to save a bit of stack on deep hierarchies. This is a stop-gap measure but that's all we can/should do for now. by Romain Guy · 16 years ago
- e186113 Merge commit 'korg/cupcake' by The Android Open Source Project · 16 years ago
- 059c446 AI 143244: am: CL 142801 am: CL 142799 Ensure thread exit resets mThread to null (synchronized with sListeners) by Andreas Huber · 16 years ago
- c4a5f87 AI 143240: am: CL 142790 am: CL 142788 Fixes #1730741. Marquee text was not always animated in context menus. by Romain Guy · 16 years ago
- ba9844e AI 143127: Media recorder service requires android.permission.CAMERA to record video by Dave Sparks · 16 years ago
- 50108e9 AI 143124: Fix bug #1731826, in which auto-connect to remembered networks does not by Eric Shienbrood · 16 years ago
- 499e098 AI 143101: Fix issue # 1741546 (Put back private resources used by maps.) by Dianne Hackborn · 16 years ago
- 3f2fd98 Automated import from //branches/cupcake/...@143046,143046 by Karl Rosaen · 16 years ago
- 2b4d828 Automated import from //branches/cupcake/...@143009,143009 by Dianne Hackborn · 16 years ago
- d4d70d9 Automated import from //branches/cupcake/...@143001,143001 by Mike Lockwood · 16 years ago
- 2323bf7 Automated import from //branches/cupcake/...@142996,142996 by Evan Millar · 16 years ago
- f473433 Automated import from //branches/cupcake/...@142986,142986 by Dianne Hackborn · 16 years ago
- 4194592 Automated import from //branches/cupcake/...@142964,142964 by Satoshi Kataoka · 16 years ago
- a565e5e Automated import from //branches/master/...@142936,142936 by Amith Yamasani · 16 years ago
- 33b7987 Automated import from //branches/cupcake/...@142930,142930 by Nicolas Roard · 16 years ago
- 2fe6fe1 Automated import from //branches/cupcake/...@142924,142924 by John Wang · 16 years ago
- eeea922 Automated import from //branches/cupcake/...@142889,142889 by Eric Laurent · 16 years ago
- cc95667 Automated import from //branches/cupcake/...@142879,142879 by Dianne Hackborn · 16 years ago
- 3a186c7 Automated import from //branches/cupcake/...@142875,142875 by Mathias Agopian · 16 years ago
- c75c4364 Automated import from //branches/cupcake/...@142873,142873 by Mathias Agopian · 16 years ago
- 02771bc Automated import from //branches/cupcake/...@142870,142870 by Dianne Hackborn · 16 years ago
- ffacbe5 Automated import from //branches/cupcake/...@142861,142861 by Eric Fischer · 16 years ago
- a110047 Automated import from //branches/cupcake/...@142858,142858 by Suchi Amalapurapu · 16 years ago
- d2f34e5 Automated import from //branches/cupcake/...@142856,142856 by Mathias Agopian · 16 years ago
- 5104518 Automated import from //branches/cupcake/...@142855,142855 by Jeffrey Sharkey · 16 years ago
- 52cf58a Automated import from //branches/master/...@142846,142846 by Grace Kloba · 16 years ago
- 73fbd70 Automated import from //branches/cupcake/...@142829,142829 by Dianne Hackborn · 16 years ago
- 1ee5792 Automated import from //branches/cupcake/...@142827,142827 by Joe Onorato · 16 years ago
- 7e4ad35 Automated import from //branches/cupcake/...@142825,142825 by Jim Miller · 16 years ago
- d6ab043 Automated import from //branches/cupcake/...@142818,142818 by Romain Guy · 16 years ago
- b3b366a Automated import from //branches/cupcake/...@142799,142799 by Andreas Huber · 16 years ago
- 3661101 Automated import from //branches/cupcake/...@142788,142788 by Romain Guy · 16 years ago
- 82a0c461 Automated import from //branches/master/...@142785,142785 by Chris Tate · 16 years ago
- 2d548b5 Automated import from //branches/cupcake/...@142786,142786 by Amith Yamasani · 16 years ago
- b8088b9 Automated import from //branches/master/...@142774,142774 by Nick Pelly · 16 years ago
- 0f8fc10 Automated import from //branches/cupcake/...@142783,142783 by Chris Tate · 16 years ago
- 4e829f0 Automated import from //branches/master/...@142771,142771 by Dianne Hackborn · 16 years ago
- 95518a7 Automated import from //branches/master/...@142765,142765 by Dianne Hackborn · 16 years ago
- fea44a0 Automated import from //branches/master/...@142759,142759 by Eric Fischer · 16 years ago
- 78ef456 Automated import from //branches/master/...@142755,142755 by Mark Womack · 16 years ago
- a7f7dee Automated import from //branches/master/...@142751,142751 by Chris Tate · 16 years ago
- 0704009 Automated import from //branches/master/...@142746,142746 by Raphael Moll · 16 years ago
- 09691cd Automated import from //branches/master/...@142739,142739 by Eric Fischer · 16 years ago
- c06a594 Automated import from //branches/master/...@142737,142737 by Karl Rosaen · 16 years ago
- 289befd Automated import from //branches/cupcake/...@142761,142761 by Nick Pelly · 16 years ago
- f2a2934 Automated import from //branches/master/...@142732,142732 by Dave Sparks · 16 years ago
- b2e0cf3 Automated import from //branches/master/...@142688,142688 by Jack Palevich · 16 years ago
- 19f06fef Automated import from //branches/cupcake/...@142663,142663 by Dianne Hackborn · 16 years ago
- 2f847b9 Automated import from //branches/cupcake/...@142651,142651 by Dianne Hackborn · 16 years ago
- c9a8e0b Automated import from //branches/master/...@142673,142673 by Daisuke Miyakawa · 16 years ago
- b784f21 Automated import from //branches/cupcake/...@142643,142643 by Eric Fischer · 16 years ago
- ecacd2f Automated import from //branches/cupcake/...@142633,142633 by Mark Womack · 16 years ago
- a605a51 Automated import from //branches/master/...@142658,142658 by Jack Palevich · 16 years ago
- 6e3835f Automated import from //branches/master/...@142632,142632 by Leon Scroggins · 16 years ago
- 76eef49 Automated import from //branches/cupcake/...@142614,142614 by Chris Tate · 16 years ago
- 1badb71 Automated import from //branches/master/...@142578,142578 by Jack Palevich · 16 years ago
- 15ba278 Automated import from //branches/master/...@142576,142576 by Dianne Hackborn · 16 years ago
- 9c802c1 Automated import from //branches/master/...@142575,142575 by Romain Guy · 16 years ago
- 038ab06 Automated import from //branches/cupcake/...@142588,142588 by Raphael Moll · 16 years ago
- 8b06628 Automated import from //branches/master/...@142574,142574 by Jean-Baptiste Queru · 16 years ago
- d5e6a90 Automated import from //branches/cupcake/...@142564,142564 by Eric Fischer · 16 years ago
- 25e6bb0 Automated import from //branches/cupcake/...@142558,142558 by Karl Rosaen · 16 years ago
- 4d661b6 Automated import from //branches/cupcake/...@142548,142548 by Dave Sparks · 16 years ago
- afbf448 Automated import from //branches/master/...@142447,142447 by Mathias Agopian · 16 years ago
- 1379665 Automated import from //branches/master/...@142432,142432 by Mathias Agopian · 16 years ago
- 6030734 Automated import from //branches/master/...@142414,142414 by Fred Quintana · 16 years ago
- d86c782 Automated import from //branches/master/...@142402,142402 by Dianne Hackborn · 16 years ago
- 26a857e Automated import from //branches/master/...@142377,142377 by Jean-Michel Trivi · 16 years ago
- 6c349db Automated import from //branches/master/...@142373,142373 by Jean-Michel Trivi · 16 years ago
- 4840e14 Automated import from //branches/master/...@142348,142348 by Dianne Hackborn · 16 years ago