1. 275555c location: Add support for location providers outside of the system process. by Mike Lockwood · 15 years ago
  2. 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
  3. ad8b8f5 pass original ptrs to JNI release functions (instead of += index to them) by Mike Reed · 15 years ago
  4. a56b318 NEW_API: Expose includeInGlobalSearch searchable attribute by Bjorn Bringert · 15 years ago
  5. 232cd50 NEW_API: Expose searchSuggestThreshold searchable attribute by Bjorn Bringert · 15 years ago
  6. 3500f01 Merge branch 'donut' of ssh://android-git.corp.google.com:29418/platform/frameworks/base into donut by The Android Open Source Project · 15 years ago
  7. dc30119 Merge change 842 into donut by Android (Google) Code Review · 15 years ago
  8. a2431d0 Fixes #1712631. Whenever a View loses focus/selection, reset its pressed state. by Romain Guy · 15 years ago
  9. 222f079 am b78c31d: AI 148147: Import lots of zh_TW translation changes. by Eric Fischer · 15 years ago
  10. b78c31d AI 148147: Import lots of zh_TW translation changes. by Eric Fischer · 15 years ago
  11. a4d8e5c am f8a33c3: AI 148026: Update zh_TW translations. by Eric Fischer · 15 years ago
  12. c27eaa45 am 0ca686b: AI 148020: Restore accidentally-deleted zh_CN and zh_TW map by Eric Fischer · 15 years ago
  13. f8a33c3 AI 148026: Update zh_TW translations. by Eric Fischer · 15 years ago
  14. 0ca686b AI 148020: Restore accidentally-deleted zh_CN and zh_TW map centers. by Eric Fischer · 15 years ago
  15. 2bc9e13 Merge change 841 into donut by Android (Google) Code Review · 15 years ago
  16. 52a3cb5 Merge change 840 into donut by Android (Google) Code Review · 15 years ago
  17. 980d12b Merge change 838 into donut by Android (Google) Code Review · 15 years ago
  18. 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
  19. d859331 Don't crash when /proc/wakelocks can't be opened. Might make board bringup easier. by Marco Nelissen · 15 years ago
  20. 3674252 Merge change 817 into donut by Android (Google) Code Review · 15 years ago
  21. c114eb5 Hide the backup stuff for now by Christopher Tate · 15 years ago
  22. c21a08f gps: Fix missing return value in android_location_GpsLocationProvider_init by Mike Lockwood · 15 years ago
  23. 021dce4 Merge change 811 into donut by Android (Google) Code Review · 15 years ago
  24. a8bf815 Add android.backup.BackupManager by Christopher Tate · 15 years ago
  25. a039d46 Merge change 792 into donut by Android (Google) Code Review · 15 years ago
  26. b3aab69 Allow access to global search by pressing the hard search button again by Mike LeBeau · 15 years ago
  27. 5fcfcd0 am b4c218e: AI 147994: First cut of CharsetUtils, a utility class that a by Dan Bornstein · 15 years ago
  28. d4ed049 Merge branch 'readonly-p4-donut' into donut by Mitsuru Oshima · 15 years ago
  29. dffbb4d AI 148024: fix NPE when there is no history by Mitsuru Oshima · 15 years ago
  30. 4b0ebef TypedProperties: add getStringInfo() to help deal with null strings by Dave Bort · 15 years ago
  31. 5b6f8d86 TypedProperties: change the file format to be a subset of Java by Dave Bort · 15 years ago
  32. 487529a First baby steps towards settings backup by Christopher Tate · 15 years ago
  33. dc67739 Merge change 741 into donut by Android (Google) Code Review · 15 years ago
  34. 9ae8873 Merge change 617 into donut by Android (Google) Code Review · 15 years ago
  35. 649b1c6 Merge change 736 into donut by Android (Google) Code Review · 15 years ago
  36. 044d202 Fix typo in searchSuggestThreshold attr doc. by Bjorn Bringert · 15 years ago
  37. efae672 Merge change 725 into donut by Android (Google) Code Review · 15 years ago
  38. c1f4096 Remove menu from SearchDialog. by Bjorn Bringert · 15 years ago
  39. 6d72e02 Add 'includeInGlobalSearch' attribute to searchable meta-data. by Bjorn Bringert · 15 years ago
  40. 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
  41. b4c218e AI 147994: First cut of CharsetUtils, a utility class that aims to by Dan Bornstein · 15 years ago
  42. c5f1b92 Merge change 691 into donut by Android (Google) Code Review · 15 years ago
  43. 203464a Add searchSuggestThreshold to searchable meta-data. by Bjorn Bringert · 15 years ago
  44. 493b00a Merge change 640 into donut by Android (Google) Code Review · 15 years ago
  45. 7ffeac8 am a21e376: AI 147962: Import updated zh_TW translations. by Eric Fischer · 15 years ago
  46. 563dc08 am 2222c9e: AI 147812: close <em> tag by Scott Main · 15 years ago
  47. 8419fcd am b8b3645: AI 147803: add docs and images for docs on Toast and Notifi by Scott Main · 15 years ago
  48. 073bc61 am 8a4c53a: AI 147732: fix broken links by Scott Main · 15 years ago
  49. af3289e am 620986a: AI 147438: add app widget docs to dev guide by Scott Main · 15 years ago
  50. 13735a2 Merge branch 'readonly-p4-donut' into donut by Mitsuru Oshima · 15 years ago
  51. 8169dae AI 147976: Compatibility mode support. Part 2. by Mitsuru Oshima · 15 years ago
  52. 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
  53. 98e333f Fix back key and ime behavior for search dialog. by Karl Rosaen · 15 years ago
  54. a21e376 AI 147962: Import updated zh_TW translations. by Eric Fischer · 15 years ago
  55. e4de845 Merge change 625 into donut by Android (Google) Code Review · 15 years ago
  56. 6fcddb0 Merge change 629 into donut by Android (Google) Code Review · 15 years ago
  57. 77c9990 Merge change 599 into donut by Android (Google) Code Review · 15 years ago
  58. 3de05ff Merge change 586 into donut by Android (Google) Code Review · 15 years ago
  59. 74708bb Add GLOBAL_SEARCH intent for finding global search provider. by Bjorn Bringert · 15 years ago
  60. 1fd7323 Display the app icon to the left of the search field for search within apps. by Mike LeBeau · 15 years ago
  61. 287b309 fix 1812272 SensorManager method returns hidden object by Mathias Agopian · 15 years ago
  62. 99c4483 Allow caller-supplied column aliases in queries even when a projection map is used. by Michael Chan · 15 years ago
  63. 04ab1c7 Merge change 573 into donut by Android (Google) Code Review · 15 years ago
  64. 257eef3 Merge branch 'readonly-p4-donut' into donut by Mitsuru Oshima · 15 years ago
  65. 8d11267 AI 147845: Compatibility mode support. Part 1 by Mitsuru Oshima · 15 years ago
  66. caf0df1 Add call to (new) Canvas.freeCaches() in response to low-memory by Mike Reed · 15 years ago
  67. 3eab744 Merge change 376 into donut by Android (Google) Code Review · 15 years ago
  68. 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
  69. fc8db53 Manage imagecache ram budget by Mike Reed · 15 years ago
  70. 1fb758e Merge change 546 into donut by Android (Google) Code Review · 15 years ago
  71. 2222c9e AI 147812: close <em> tag BUG=1668453 by Scott Main · 15 years ago
  72. b8b3645 AI 147803: add docs and images for docs on Toast and Notification docs by Scott Main · 15 years ago
  73. 8afc130 Add a grey line to the top of the search plate image so it doesn't by Mike LeBeau · 15 years ago
  74. c70e06b Add (hidden for now) purgeable bitmaps by Mike Reed · 15 years ago
  75. 8a4c53a AI 147732: fix broken links BUG=1810005 by Scott Main · 15 years ago
  76. a379585 Enable static Java APIs for OpenGL ES 1.1 extensions. by Jack Palevich · 15 years ago
  77. 7fc4b28 Merge branch 'readonly-p4-donut' into donut by Bjorn Bringert · 15 years ago
  78. 4369397 AI 147681: Fix SearchDialog crash on missing FORMAT suggestion column. by Bjorn Bringert · 15 years ago
  79. f3ccf8a Merge branch 'readonly-p4-donut' into donut by Karl Rosaen · 15 years ago
  80. 875d50a AI 147564: Merge back from search branch to donut. Notes: by Karl Rosaen · 15 years ago
  81. 5616a7d Merge change 459 into donut by Android (Google) Code Review · 15 years ago
  82. 947fe79 Merge change 483 into donut by Android (Google) Code Review · 15 years ago
  83. 29b57e6 API_CHANGE: external_storage: Add SDCARD_WRITE permission with associated strings by San Mehat · 15 years ago
  84. 620986a AI 147438: add app widget docs to dev guide by Scott Main · 15 years ago
  85. 0b8ffd1 Merge change 460 into donut by Android (Google) Code Review · 15 years ago
  86. 1d442e0 More optimization of dumpsys output. by Dianne Hackborn · 15 years ago
  87. c4d6dd0 TypedProperties: initial commit by Dave Bort · 15 years ago
  88. a4f0152 AI 147406: Import revised translations. by Eric Fischer · 15 years ago
  89. ab5b424 Remove debug messages. modified: core/java/android/hardware/Camera.java by Wu-cheng Li · 15 years ago
  90. be456ac Merge branch 'readonly-p4-donut' into donut by Jeff Hamilton · 15 years ago
  91. 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
  92. 46000b5 AI 147250: Fix a nasty typo in the docs for ContentResolver.update(). No code changes. by Jeff Hamilton · 15 years ago
  93. 407784c Merge branch 'readonly-p4-donut' into donut by Andy Stadler · 15 years ago
  94. 4c156ec AI 147168: am: CL 147163 Copy documentation for the various search-by-voice flags that by Andy Stadler · 15 years ago
  95. 080b195 Merge branch 'readonly-p4-donut' into donut by Andy Stadler · 15 years ago
  96. df2a463 AI 147167: am: CL 147162 Emphasize in the javadoc that the "pkg" parameters to by Andy Stadler · 15 years ago
  97. a1cde99 AI 147163: Copy documentation for the various search-by-voice flags that by Andy Stadler · 15 years ago
  98. 54bd245 AI 147162: Emphasize in the javadoc that the "pkg" parameters to by Andy Stadler · 15 years ago
  99. 0de7dcd Ensure ongoing progress updates after using the scroll ball to adjust position. by Andreas Huber · 15 years ago
  100. 4482d8c Merge branch 'readonly-p4-donut' into donut by Evan Millar · 15 years ago