1. 9a81736 Add the ability to specify the onClick handler with XML. The new android:onClick attribute defines the name of the method in the Activity to invoke when the button is clicked. The method has to be public and get one View parameter. by Romain Guy · 15 years ago
  2. dc30119 Merge change 842 into donut by Android (Google) Code Review · 15 years ago
  3. a2431d0 Fixes #1712631. Whenever a View loses focus/selection, reset its pressed state. by Romain Guy · 15 years ago
  4. 2bc9e13 Merge change 841 into donut by Android (Google) Code Review · 15 years ago
  5. 52a3cb5 Merge change 840 into donut by Android (Google) Code Review · 15 years ago
  6. 980d12b Merge change 838 into donut by Android (Google) Code Review · 15 years ago
  7. 8a342a3 Fix typo in exception message and add a new exception if the user tries to use the same child as both the handle and content for the SlidingDrawer. by Romain Guy · 15 years ago
  8. d859331 Don't crash when /proc/wakelocks can't be opened. Might make board bringup easier. by Marco Nelissen · 15 years ago
  9. c114eb5 Hide the backup stuff for now by Christopher Tate · 15 years ago
  10. 021dce4 Merge change 811 into donut by Android (Google) Code Review · 15 years ago
  11. a8bf815 Add android.backup.BackupManager by Christopher Tate · 15 years ago
  12. a039d46 Merge change 792 into donut by Android (Google) Code Review · 15 years ago
  13. b3aab69 Allow access to global search by pressing the hard search button again by Mike LeBeau · 15 years ago
  14. 5fcfcd0 am b4c218e: AI 147994: First cut of CharsetUtils, a utility class that a by Dan Bornstein · 15 years ago
  15. d4ed049 Merge branch 'readonly-p4-donut' into donut by Mitsuru Oshima · 15 years ago
  16. dffbb4d AI 148024: fix NPE when there is no history by Mitsuru Oshima · 15 years ago
  17. 4b0ebef TypedProperties: add getStringInfo() to help deal with null strings by Dave Bort · 15 years ago
  18. 5b6f8d86 TypedProperties: change the file format to be a subset of Java by Dave Bort · 15 years ago
  19. 487529a First baby steps towards settings backup by Christopher Tate · 15 years ago
  20. 9ae8873 Merge change 617 into donut by Android (Google) Code Review · 15 years ago
  21. 649b1c6 Merge change 736 into donut by Android (Google) Code Review · 15 years ago
  22. efae672 Merge change 725 into donut by Android (Google) Code Review · 15 years ago
  23. c1f4096 Remove menu from SearchDialog. by Bjorn Bringert · 15 years ago
  24. 6d72e02 Add 'includeInGlobalSearch' attribute to searchable meta-data. by Bjorn Bringert · 15 years ago
  25. 8b5e7c0 CheckedTextView is abstract but can be inflated from XML. Let's be consistent and allow it to be used from Java code as well by making it non-abstract. by Romain Guy · 15 years ago
  26. b4c218e AI 147994: First cut of CharsetUtils, a utility class that aims to by Dan Bornstein · 15 years ago
  27. c5f1b92 Merge change 691 into donut by Android (Google) Code Review · 15 years ago
  28. 203464a Add searchSuggestThreshold to searchable meta-data. by Bjorn Bringert · 15 years ago
  29. 493b00a Merge change 640 into donut by Android (Google) Code Review · 15 years ago
  30. 8419fcd am b8b3645: AI 147803: add docs and images for docs on Toast and Notifi by Scott Main · 15 years ago
  31. 073bc61 am 8a4c53a: AI 147732: fix broken links by Scott Main · 15 years ago
  32. af3289e am 620986a: AI 147438: add app widget docs to dev guide by Scott Main · 15 years ago
  33. 13735a2 Merge branch 'readonly-p4-donut' into donut by Mitsuru Oshima · 15 years ago
  34. 8169dae AI 147976: Compatibility mode support. Part 2. by Mitsuru Oshima · 15 years ago
  35. 2e447d4 Fixes 1819406. Take a ListView, add headers/footers, set the adapter after at least one layout pass, and the headers/footers don't know they have a parent anymore. Which causes a lot of trouble, like drawing not happening. by Romain Guy · 15 years ago
  36. 98e333f Fix back key and ime behavior for search dialog. by Karl Rosaen · 15 years ago
  37. e4de845 Merge change 625 into donut by Android (Google) Code Review · 15 years ago
  38. 6fcddb0 Merge change 629 into donut by Android (Google) Code Review · 15 years ago
  39. 77c9990 Merge change 599 into donut by Android (Google) Code Review · 15 years ago
  40. 74708bb Add GLOBAL_SEARCH intent for finding global search provider. by Bjorn Bringert · 15 years ago
  41. 1fd7323 Display the app icon to the left of the search field for search within apps. by Mike LeBeau · 15 years ago
  42. 287b309 fix 1812272 SensorManager method returns hidden object by Mathias Agopian · 15 years ago
  43. 99c4483 Allow caller-supplied column aliases in queries even when a projection map is used. by Michael Chan · 15 years ago
  44. 257eef3 Merge branch 'readonly-p4-donut' into donut by Mitsuru Oshima · 15 years ago
  45. 8d11267 AI 147845: Compatibility mode support. Part 1 by Mitsuru Oshima · 15 years ago
  46. caf0df1 Add call to (new) Canvas.freeCaches() in response to low-memory by Mike Reed · 15 years ago
  47. 3eab744 Merge change 376 into donut by Android (Google) Code Review · 15 years ago
  48. e9d376b Add support for changing a threads scheduler group. Three groups are available (default, background non interactive, foreground boost). Setting a thread priority to PRIORITY_BACKGROUND will transparently change groups to background by San Mehat · 15 years ago
  49. b8b3645 AI 147803: add docs and images for docs on Toast and Notification docs by Scott Main · 15 years ago
  50. 8a4c53a AI 147732: fix broken links BUG=1810005 by Scott Main · 15 years ago
  51. 7fc4b28 Merge branch 'readonly-p4-donut' into donut by Bjorn Bringert · 15 years ago
  52. 4369397 AI 147681: Fix SearchDialog crash on missing FORMAT suggestion column. by Bjorn Bringert · 15 years ago
  53. f3ccf8a Merge branch 'readonly-p4-donut' into donut by Karl Rosaen · 15 years ago
  54. 875d50a AI 147564: Merge back from search branch to donut. Notes: by Karl Rosaen · 15 years ago
  55. 5616a7d Merge change 459 into donut by Android (Google) Code Review · 15 years ago
  56. 620986a AI 147438: add app widget docs to dev guide by Scott Main · 15 years ago
  57. 0b8ffd1 Merge change 460 into donut by Android (Google) Code Review · 15 years ago
  58. 1d442e0 More optimization of dumpsys output. by Dianne Hackborn · 15 years ago
  59. c4d6dd0 TypedProperties: initial commit by Dave Bort · 15 years ago
  60. ab5b424 Remove debug messages. modified: core/java/android/hardware/Camera.java by Wu-cheng Li · 15 years ago
  61. be456ac Merge branch 'readonly-p4-donut' into donut by Jeff Hamilton · 15 years ago
  62. 348c179 AI 147253: am: CL 147250 Fix a nasty typo in the docs for ContentResolver.update(). No code changes. by Jeff Hamilton · 15 years ago
  63. 46000b5 AI 147250: Fix a nasty typo in the docs for ContentResolver.update(). No code changes. by Jeff Hamilton · 15 years ago
  64. 407784c Merge branch 'readonly-p4-donut' into donut by Andy Stadler · 15 years ago
  65. 4c156ec AI 147168: am: CL 147163 Copy documentation for the various search-by-voice flags that by Andy Stadler · 15 years ago
  66. 080b195 Merge branch 'readonly-p4-donut' into donut by Andy Stadler · 15 years ago
  67. df2a463 AI 147167: am: CL 147162 Emphasize in the javadoc that the "pkg" parameters to by Andy Stadler · 15 years ago
  68. a1cde99 AI 147163: Copy documentation for the various search-by-voice flags that by Andy Stadler · 15 years ago
  69. 54bd245 AI 147162: Emphasize in the javadoc that the "pkg" parameters to by Andy Stadler · 15 years ago
  70. 0de7dcd Ensure ongoing progress updates after using the scroll ball to adjust position. by Andreas Huber · 15 years ago
  71. 4482d8c Merge branch 'readonly-p4-donut' into donut by Evan Millar · 15 years ago
  72. c64edde AI 146853: Add kernel wakelock data to batteryinfo dump. BUG=1755458 by Evan Millar · 15 years ago
  73. 3385e72 Merge branch 'readonly-p4-donut' into donut by Brandon Ballinger · 15 years ago
  74. 181a44d AI 146613: Move Recognition service declarations to frameworks/base/core/java/android/speech. Hide them from public API by default (no changes to current.xml). by Brandon Ballinger · 15 years ago
  75. e564b19 replaced integer * and % with shift operations, for performance by Tammo Spalink · 15 years ago
  76. e2393c5 Merge changes 108,130,131 into donut by Android (Google) Code Review · 15 years ago
  77. 4602d02 Merge change 109 into donut by Android (Google) Code Review · 15 years ago
  78. b0d4a35 Merge change 133 into donut by Android (Google) Code Review · 15 years ago
  79. 42ad56e telephony: Add support for bringing up GSM data connections for GPS SUPL. by Mike Lockwood · 15 years ago
  80. 83917db Initial code for cdma sms encode and decode, in java, with simple tests. by Tammo Spalink · 15 years ago
  81. 308618f Merge branch 'readonly-p4-donut' into donut by Eric Shienbrood · 15 years ago
  82. 9900127 AI 145980: am: CL 145881 Adding on to CL 145383, unhiding some additional methods and constants by Eric Shienbrood · 15 years ago
  83. 34f1ca7 util/DebugUtils: Remove references to android.util.Config by Dave Bort · 15 years ago
  84. 76c0226 text: Remove references to android.util.Config by Dave Bort · 15 years ago
  85. b1d0403 Remove references to android.util.Config by Dave Bort · 15 years ago
  86. 42bc2ff Remove references to android.util.Config by Dave Bort · 15 years ago
  87. 6180563 Merge change 65 into donut by Android (Google) Code Review · 15 years ago
  88. 2ee5b4d Merge change 64 into donut by Android (Google) Code Review · 15 years ago
  89. 18b4d49 AI 145881: Adding on to CL 145383, unhiding some additional methods and constants by Eric Shienbrood · 15 years ago
  90. d5a9af4 Merge branch 'readonly-p4-donut' into donut by Jeffrey Sharkey · 15 years ago
  91. 7eb4fbd AI 145860: am: CL 145568 Hide setStarted() from public API. by Jeffrey Sharkey · 15 years ago
  92. 1710799 Merge branch 'readonly-p4-donut' into donut by Dianne Hackborn · 15 years ago
  93. 06f36b4 AI 145859: am: CL 145561 Fix issue #1710534 (documentation doesn't mention that activity resolver (and others) handle MIME types as case-sensitive). by Dianne Hackborn · 15 years ago
  94. 5f05afe Merge branch 'readonly-p4-donut' into donut by Andy Stadler · 15 years ago
  95. f8a7cea AI 145778: Manual merge changes 145382-145384 from cupcake. by Andy Stadler · 15 years ago
  96. 5671777 AI 145568: Hide setStarted() from public API. by Jeffrey Sharkey · 15 years ago
  97. 1c004f0 AI 145561: Fix issue #1710534 (documentation doesn't mention that activity resolver (and others) handle MIME types as case-sensitive). by Dianne Hackborn · 15 years ago
  98. 06ba554 Integrate new power connnect/disconnect broadcasts by Christopher Tate · 15 years ago
  99. 2faf608 Remove references to android.util.Config by Dave Bort · 15 years ago
  100. fb83907 Remove references to android.util.Config by Dave Bort · 15 years ago