1. 4c92247 Don't allow negative numbers in ToneGenerator toneType parameter Bug 1836596 by Dave Sparks · 15 years ago
  2. 5039606 Merge change 1152 into donut by Android (Google) Code Review · 15 years ago
  3. 8dfe5d8 location: Remove two unnecessary variables. by Mike Lockwood · 15 years ago
  4. f792fc5 Merge change 1150 into donut by Android (Google) Code Review · 15 years ago
  5. 0528b9b location: Location Manager wakelock cleanup by Mike Lockwood · 15 years ago
  6. a6706b3 Merge change 1131 into donut by Android (Google) Code Review · 15 years ago
  7. 9648e4b fix issue 1641535: SoundPool should use AudioTrack with shared memory buffer by Eric Laurent · 15 years ago
  8. 90da134 Merge change 1065 into donut by Android (Google) Code Review · 15 years ago
  9. fe17664 Suppress all tests on Windows Media in MediaPlayerApiTest and MediaMetadataTest by Xia Wang · 15 years ago
  10. 05d24af Merge branch 'readonly-p4-donut' into donut by Michael Chan · 15 years ago
  11. d90a331 Add new setTag(int, Object) API to allow applications to specify several tags. by Romain Guy · 15 years ago
  12. 2e3d3b9 * update density correctly when the configuration is changed. by Mitsuru Oshima · 15 years ago
  13. 413cf5f Merge change 1110 into donut by Android (Google) Code Review · 15 years ago
  14. 3799bc2 Track install/removal/update of packages that provide backup services by Christopher Tate · 15 years ago
  15. f2331a6 Merge change 1063 into donut by Android (Google) Code Review · 15 years ago
  16. 729a901 Merge change 1099 into donut by Android (Google) Code Review · 15 years ago
  17. f759824 Merge change 1086 into donut by Android (Google) Code Review · 15 years ago
  18. b1d790b Pass null as savedState to indicate a full backup is required by Christopher Tate · 15 years ago
  19. 9a6f250 Merge change 1089 into donut by Android (Google) Code Review · 15 years ago
  20. 0274051 Fix Phone-based locale selection to never choose a lang-only locale. by Robert Greenwalt · 15 years ago
  21. fd445d3 Merge change 1095 into donut by Android (Google) Code Review · 15 years ago
  22. 29c8434 gps: Move GPS scheduling from libgps to GpsLocationProvider. by Mike Lockwood · 15 years ago
  23. f3af740 Fixed issue 1709450: Requirements for CDMA Tone Generator by Eric Laurent · 15 years ago
  24. 4675812 Add a Backup Manager interface to request a full backup by Christopher Tate · 15 years ago
  25. 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
  26. b9c9d26 fix issue 1713090: After a Bluetooth call, MusicPlayer starts playing on speaker rather than wired external audio. by Eric Laurent · 15 years ago
  27. e96440f AI 148368: Decrease CPU usage by throttling touch events by Michael Chan · 15 years ago
  28. c770ed8 Merge change 1069 into donut by Android (Google) Code Review · 15 years ago
  29. b7c4ae9 GpsStatus: Increase NUM_SATELLITES to 255 for future compatibility. by Mike Lockwood · 15 years ago
  30. 697805d Add a contact placeholder picture. by yes · 15 years ago
  31. a920413 Refactor SearchableInfo. by Bjorn Bringert · 15 years ago
  32. d2b124f new cdma sms unit tests (from QC on-site test) by Tammo Spalink · 15 years ago
  33. be3ac2d Merge change 1040 into donut by Android (Google) Code Review · 15 years ago
  34. 4488b11 Merge change 1039 into donut by Android (Google) Code Review · 15 years ago
  35. e556248 Merge change 1017 into donut by Android (Google) Code Review · 15 years ago
  36. f9225f8 Add a test app for the backup by Joe Onorato · 15 years ago
  37. c1b80cb Changes in mediaframework test for the OpenCore 2.0 integration. Changes included: by Yu Shan Emily Lau · 15 years ago
  38. dccc39b Merge change 777 into donut by Android (Google) Code Review · 15 years ago
  39. 3ed8b3d Merge change 1018 into donut by Android (Google) Code Review · 15 years ago
  40. e7e6fa3 If no battery stats are found, return status_unknown by Rebecca Schultz Zavin · 15 years ago
  41. f417247 Further development of backup file handling by Christopher Tate · 15 years ago
  42. 231cc60 Rewrite SyncStorageEngine to use flat files and in-memory data structures. by Dianne Hackborn · 15 years ago
  43. 3ad977b Add some C++ code to do raw files for backup by Joe Onorato · 15 years ago
  44. 06d9602 Merge change 1000 into donut by Android (Google) Code Review · 15 years ago
  45. 33fbd3b Ignore layout bin directories in git. by Raphael · 15 years ago
  46. ad5aaea am 0c11b99: AI 148308: revise aidl support documentation -- now the same by Scott Main · 15 years ago
  47. 0c11b99 AI 148308: revise aidl support documentation -- now the same in all environments; by Scott Main · 15 years ago
  48. 0c0221b Merge change 972 into donut by Android (Google) Code Review · 15 years ago
  49. b933f669 Back-merge all changes done in master to DumpRenderTree to donut. by Guang Zhu · 15 years ago
  50. 22b8787 Squashed commit of the following: by Christopher Tate · 15 years ago
  51. 6362741 Merge change 966 into donut by Android (Google) Code Review · 15 years ago
  52. 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
  53. 1ab6e21 Merge change 909 into donut by Android (Google) Code Review · 15 years ago
  54. b7ce28c Merge change 962 into donut by Android (Google) Code Review · 15 years ago
  55. 51d154b Fixes #1603191. GridView could provoke NPEs during layout passes initiated from key events. by Romain Guy · 15 years ago
  56. 2c9eec6 Merge change 952 into donut by Android (Google) Code Review · 15 years ago
  57. e9bfd9b Debug: Minor cleanup by Dave Bort · 15 years ago
  58. 724561c Merge change 949 into donut by Android (Google) Code Review · 15 years ago
  59. beb2498 Merge change 956 into donut by Android (Google) Code Review · 15 years ago
  60. 3373ed6 Fixes #1827988. Prevent marquee text from constantly rescaling itself in Market by Romain Guy · 15 years ago
  61. 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
  62. 7ff9436 Merge change 911 into donut by Android (Google) Code Review · 15 years ago
  63. 5c6f93f am eb086d6: AI 148270: remove references to AbsoluteLayout because it\'s by Scott Main · 15 years ago
  64. eb086d6 AI 148270: remove references to AbsoluteLayout because it's been deprecated by Scott Main · 15 years ago
  65. fa3e556 Change error message. by Wu-cheng Li · 15 years ago
  66. 6a1ae64 Fix another HTML formatting in android.os.AsyncTask by Romain Guy · 15 years ago
  67. 8d121ce Merge change 917 into donut by Android (Google) Code Review · 15 years ago
  68. b97aec6 Fix HTML formatting in android.os.AsyncTask by Romain Guy · 15 years ago
  69. 3413b89 Let screenOrientation="behind" works as expected by Owen Lin · 15 years ago
  70. 1ce5bd3 Debug: Add setPropertiesOn(), and @hide it for now by Dave Bort · 15 years ago
  71. 821427e Merge change 847 into donut by Android (Google) Code Review · 15 years ago
  72. 7db4860 Merge change 845 into donut by Android (Google) Code Review · 15 years ago
  73. 52fa7c2 Config: Deprecate most fields, and hook into ConfigBuildFlags by Dave Bort · 15 years ago
  74. a833cbb Config: Add ConfigBuildFlags, and change it based on TARGET_BUILD_TYPE by Dave Bort · 15 years ago
  75. 854c8c7 Merge change 896 into donut by Android (Google) Code Review · 15 years ago
  76. ef65477 Merge change 844 into donut by Android (Google) Code Review · 15 years ago
  77. 743ae65 make AutoCompleteTextView take the alternate anchor view into account when computing the max available space on screen. by Karl Rosaen · 15 years ago
  78. 8478b59 clean up cdma sms creation and parsing by Tammo Spalink · 15 years ago
  79. e117ff6 Merge change 860 into donut by Android (Google) Code Review · 15 years ago
  80. 75e44a1 am a417ee5: AI 148197: Add a link in "Community" page to the android mar by Dirk Dougherty · 15 years ago
  81. a417ee5 AI 148197: Add a link in "Community" page to the android market discussion forum. by Dirk Dougherty · 15 years ago
  82. 4f50893 am 392d29a: AI 148193: More misc fixes in format, links, content for And by Dirk Dougherty · 15 years ago
  83. 392d29a AI 148193: More misc fixes in format, links, content for Android 1.5 SDK docs. by Dirk Dougherty · 15 years ago
  84. 275555c location: Add support for location providers outside of the system process. by Mike Lockwood · 15 years ago
  85. 767db0a am 003eaa2: AI 148189: update the NotepadCodelab zip file to remove R.ja by Scott Main · 15 years ago
  86. 003eaa2 AI 148189: update the NotepadCodelab zip file to remove R.java, other project/bin files and erratic hidden files; by Scott Main · 15 years ago
  87. 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
  88. 15d98b2 am 1432cd8: AI 148183: Add missing android namespace to minSdkVersion by Dirk Dougherty · 15 years ago
  89. 1432cd8 AI 148183: Add missing android namespace to minSdkVersion BUG=1819430 by Dirk Dougherty · 15 years ago
  90. e5c4725 Merge change 873 into donut by Android (Google) Code Review · 15 years ago
  91. 15e3d0f location: Use ILocationProvider Binder interface for all location providers. by Mike Lockwood · 15 years ago
  92. ad8b8f5 pass original ptrs to JNI release functions (instead of += index to them) by Mike Reed · 15 years ago
  93. a56b318 NEW_API: Expose includeInGlobalSearch searchable attribute by Bjorn Bringert · 15 years ago
  94. 232cd50 NEW_API: Expose searchSuggestThreshold searchable attribute by Bjorn Bringert · 15 years ago
  95. c02cac4 Change 79 in git master branch by James Dong · 15 years ago
  96. 83b395ce Merge change 743 into donut by Android (Google) Code Review · 15 years ago
  97. 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
  98. dc30119 Merge change 842 into donut by Android (Google) Code Review · 15 years ago
  99. a2431d0 Fixes #1712631. Whenever a View loses focus/selection, reset its pressed state. by Romain Guy · 15 years ago
  100. 222f079 am b78c31d: AI 148147: Import lots of zh_TW translation changes. by Eric Fischer · 15 years ago