1. 3b30d80 Merge change 1377 into donut by Android (Google) Code Review · 15 years ago
  2. c53fc4e Fix typo in javadoc by Marco Nelissen · 15 years ago
  3. 1655be4 Fix issue #1837610 and #1753079 by Dianne Hackborn · 15 years ago
  4. 5e1d8ae Merge change 1355 into donut by Android (Google) Code Review · 15 years ago
  5. 82e61c9 Merge change 1316 into donut by Android (Google) Code Review · 15 years ago
  6. e3635c9 GPS: Generalize SUPL support to include AGPS for CDMA by Mike Lockwood · 15 years ago
  7. b059d90 Make in-app search have a different background resource which looks by Mike LeBeau · 15 years ago
  8. 8331f72 remove the gl{Vertex|Color|TexCoord|Normal}PointerBounds() "extension" fro eglext.h by Mathias Agopian · 15 years ago
  9. 851a541 Implement targetSdkVersion and maxSdkVersion, plus version code names. by Dianne Hackborn · 15 years ago
  10. ed3b804 Merge change 1276 into donut by Android (Google) Code Review · 15 years ago
  11. b619c91 Define mime type for shortcut validation path. by Karl Rosaen · 15 years ago
  12. 98acd54 Make the search dialog's autocomplete dropdown behave correctly by Mike LeBeau · 15 years ago
  13. 55280a9 Improve shutdown process to send broadcast for applications. by Dianne Hackborn · 15 years ago
  14. 672f1e2 Merge change 1192 into donut by Android (Google) Code Review · 15 years ago
  15. 3a6645a Merge change 1114 into donut by Android (Google) Code Review · 15 years ago
  16. 17a5e5d Merge change 1217 into donut by Android (Google) Code Review · 15 years ago
  17. f04da95 Fix keyboard redraw bug on long-press of CapsLock. by Amith Yamasani · 15 years ago
  18. b2a5011 Define the URI path, columns and constants for shortcut validation. by Karl Rosaen · 15 years ago
  19. e20ea78 Require native-order direct buffers for glXXXPointer APIs. by Jack Palevich · 15 years ago
  20. 881c4c2 Merge change 1108 into donut by Android (Google) Code Review · 15 years ago
  21. 07d7521 Merge change 760 into donut by Android (Google) Code Review · 15 years ago
  22. e10be80 Sketch out the IBackupTransport api by Christopher Tate · 15 years ago
  23. d4cc32c don't use modulo by Mitsuru Oshima · 15 years ago
  24. 2108e5c Merge change 1163 into donut by Android (Google) Code Review · 15 years ago
  25. b1a7ffe More backup tests by Joe Onorato · 15 years ago
  26. fedf566 Merge branch 'readonly-p4-donut' into donut by Brandon Ballinger · 15 years ago
  27. cdd0ac6 AI 148484: (1) Pass recognizer intent to RecognitionService when starting to listen. by Brandon Ballinger · 15 years ago
  28. 704e00a Fix 1825581 - device restarts when using A2DP. by Robert Greenwalt · 15 years ago
  29. be509c9 Fix automatically generated code for glGet by Jack Palevich · 15 years ago
  30. 90da134 Merge change 1065 into donut by Android (Google) Code Review · 15 years ago
  31. d90a331 Add new setTag(int, Object) API to allow applications to specify several tags. by Romain Guy · 15 years ago
  32. 2e3d3b9 * update density correctly when the configuration is changed. by Mitsuru Oshima · 15 years ago
  33. 413cf5f Merge change 1110 into donut by Android (Google) Code Review · 15 years ago
  34. 3799bc2 Track install/removal/update of packages that provide backup services by Christopher Tate · 15 years ago
  35. f2331a6 Merge change 1063 into donut by Android (Google) Code Review · 15 years ago
  36. f759824 Merge change 1086 into donut by Android (Google) Code Review · 15 years ago
  37. b1d790b Pass null as savedState to indicate a full backup is required by Christopher Tate · 15 years ago
  38. 4675812 Add a Backup Manager interface to request a full backup by Christopher Tate · 15 years ago
  39. e5b7632 Fixes regression introduced in Cupcake: a couple of adapters were using setTag() to store their own data, which could interfere with the use of setTag() made by the applications. The fix is quite simple an rely on a WeakHashMap to store the holders within the adapters; using the Views as the keys of the map. by Romain Guy · 15 years ago
  40. 697805d Add a contact placeholder picture. by yes · 15 years ago
  41. a920413 Refactor SearchableInfo. by Bjorn Bringert · 15 years ago
  42. be3ac2d Merge change 1040 into donut by Android (Google) Code Review · 15 years ago
  43. f9225f8 Add a test app for the backup by Joe Onorato · 15 years ago
  44. 231cc60 Rewrite SyncStorageEngine to use flat files and in-memory data structures. by Dianne Hackborn · 15 years ago
  45. 22b8787 Squashed commit of the following: by Christopher Tate · 15 years ago
  46. 6362741 Merge change 966 into donut by Android (Google) Code Review · 15 years ago
  47. 20fb46f Fixes 1830181. Tapping disabled items in a ListView would cause the framework to take a code path that wasn't resetting the mMotionCorrection variable if it had been previously set. This would force ListView to apply a scroll to its children even though it was unnecessary. This simple fix prevents the issue by resetting mMotionCorrection appropriately. by Romain Guy · 15 years ago
  48. b7ce28c Merge change 962 into donut by Android (Google) Code Review · 15 years ago
  49. 51d154b Fixes #1603191. GridView could provoke NPEs during layout passes initiated from key events. by Romain Guy · 15 years ago
  50. 2c9eec6 Merge change 952 into donut by Android (Google) Code Review · 15 years ago
  51. e9bfd9b Debug: Minor cleanup by Dave Bort · 15 years ago
  52. 724561c Merge change 949 into donut by Android (Google) Code Review · 15 years ago
  53. beb2498 Merge change 956 into donut by Android (Google) Code Review · 15 years ago
  54. 3373ed6 Fixes #1827988. Prevent marquee text from constantly rescaling itself in Market by Romain Guy · 15 years ago
  55. f83f59f Fixes external #2575 (http://code.google.com/p/android/issues/detail?id=2575). HorizontalScrollView was comparing the measured height of its child to its width. by Romain Guy · 15 years ago
  56. 7ff9436 Merge change 911 into donut by Android (Google) Code Review · 15 years ago
  57. fa3e556 Change error message. by Wu-cheng Li · 15 years ago
  58. 6a1ae64 Fix another HTML formatting in android.os.AsyncTask by Romain Guy · 15 years ago
  59. 8d121ce Merge change 917 into donut by Android (Google) Code Review · 15 years ago
  60. b97aec6 Fix HTML formatting in android.os.AsyncTask by Romain Guy · 15 years ago
  61. 1ce5bd3 Debug: Add setPropertiesOn(), and @hide it for now by Dave Bort · 15 years ago
  62. 821427e Merge change 847 into donut by Android (Google) Code Review · 15 years ago
  63. 7db4860 Merge change 845 into donut by Android (Google) Code Review · 15 years ago
  64. 52fa7c2 Config: Deprecate most fields, and hook into ConfigBuildFlags by Dave Bort · 15 years ago
  65. a833cbb Config: Add ConfigBuildFlags, and change it based on TARGET_BUILD_TYPE by Dave Bort · 15 years ago
  66. 854c8c7 Merge change 896 into donut by Android (Google) Code Review · 15 years ago
  67. 743ae65 make AutoCompleteTextView take the alternate anchor view into account when computing the max available space on screen. by Karl Rosaen · 15 years ago
  68. 275555c location: Add support for location providers outside of the system process. by Mike Lockwood · 15 years ago
  69. 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
  70. ad8b8f5 pass original ptrs to JNI release functions (instead of += index to them) by Mike Reed · 15 years ago
  71. a56b318 NEW_API: Expose includeInGlobalSearch searchable attribute by Bjorn Bringert · 15 years ago
  72. 232cd50 NEW_API: Expose searchSuggestThreshold searchable attribute by Bjorn Bringert · 15 years ago
  73. 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
  74. dc30119 Merge change 842 into donut by Android (Google) Code Review · 15 years ago
  75. a2431d0 Fixes #1712631. Whenever a View loses focus/selection, reset its pressed state. by Romain Guy · 15 years ago
  76. 222f079 am b78c31d: AI 148147: Import lots of zh_TW translation changes. by Eric Fischer · 15 years ago
  77. b78c31d AI 148147: Import lots of zh_TW translation changes. by Eric Fischer · 15 years ago
  78. a4d8e5c am f8a33c3: AI 148026: Update zh_TW translations. by Eric Fischer · 15 years ago
  79. c27eaa45 am 0ca686b: AI 148020: Restore accidentally-deleted zh_CN and zh_TW map by Eric Fischer · 15 years ago
  80. f8a33c3 AI 148026: Update zh_TW translations. by Eric Fischer · 15 years ago
  81. 0ca686b AI 148020: Restore accidentally-deleted zh_CN and zh_TW map centers. by Eric Fischer · 15 years ago
  82. 2bc9e13 Merge change 841 into donut by Android (Google) Code Review · 15 years ago
  83. 52a3cb5 Merge change 840 into donut by Android (Google) Code Review · 15 years ago
  84. 980d12b Merge change 838 into donut by Android (Google) Code Review · 15 years ago
  85. 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
  86. d859331 Don't crash when /proc/wakelocks can't be opened. Might make board bringup easier. by Marco Nelissen · 15 years ago
  87. 3674252 Merge change 817 into donut by Android (Google) Code Review · 15 years ago
  88. c114eb5 Hide the backup stuff for now by Christopher Tate · 15 years ago
  89. c21a08f gps: Fix missing return value in android_location_GpsLocationProvider_init by Mike Lockwood · 15 years ago
  90. 021dce4 Merge change 811 into donut by Android (Google) Code Review · 15 years ago
  91. a8bf815 Add android.backup.BackupManager by Christopher Tate · 15 years ago
  92. a039d46 Merge change 792 into donut by Android (Google) Code Review · 15 years ago
  93. b3aab69 Allow access to global search by pressing the hard search button again by Mike LeBeau · 15 years ago
  94. 5fcfcd0 am b4c218e: AI 147994: First cut of CharsetUtils, a utility class that a by Dan Bornstein · 15 years ago
  95. d4ed049 Merge branch 'readonly-p4-donut' into donut by Mitsuru Oshima · 15 years ago
  96. dffbb4d AI 148024: fix NPE when there is no history by Mitsuru Oshima · 15 years ago
  97. 4b0ebef TypedProperties: add getStringInfo() to help deal with null strings by Dave Bort · 15 years ago
  98. 5b6f8d86 TypedProperties: change the file format to be a subset of Java by Dave Bort · 15 years ago
  99. 487529a First baby steps towards settings backup by Christopher Tate · 15 years ago
  100. dc67739 Merge change 741 into donut by Android (Google) Code Review · 15 years ago