1. cc784e3 am 2f1b422d: Merge change 3249 into donut by Android (Google) Code Review · 17 years ago
  2. a1280ad am d84aa185: Merge change 3181 into donut by Android (Google) Code Review · 17 years ago
  3. 48603e7 Add new SHOW_WEB_SUGGESTIONS system setting, referenced by the search settings by Mike LeBeau · 17 years ago
  4. d8dfeb5 - make it easier to add content values to the ContentProviderOperation by Fred Quintana · 17 years ago
  5. 683f3be Unhide inInputShareable in BitmapFactory.Options. by Wei-Ta Chen · 17 years ago
  6. 342d59d am 9189cabb: * Moved supports-density tag under manifest * Refactored Compatibility code * Added CompatibilityInfo class * Removed getApplicationScale from Context * Added Resources#getCompatibilityInfo so that RootView can get the compatibility info w/o going through Context * Expandable support * Added expandable tag under manifest * Old application w/o expandable is given the default screen size ([320, 480] x density). * The non-expandable window is centered. by Mitsuru Oshima · 17 years ago
  7. 9189cab * Moved supports-density tag under manifest by Mitsuru Oshima · 17 years ago
  8. e52b365 am 9af0b4f7: Add new listener to GestureOverlayView. This listener fires whenever the overlay thinks the user is starting a new gesture. This allows Home to snap the workspace back to its original position during a gesture operation. by Romain Guy · 17 years ago
  9. 9af0b4f Add new listener to GestureOverlayView. This listener fires whenever the overlay thinks the user is starting a new gesture. This allows Home to snap the workspace back to its original position during a gesture operation. by Romain Guy · 17 years ago
  10. df1235f am eb949674: Unhide inPurgeable in BitmapFactory.Options. by Wei-Ta Chen · 17 years ago
  11. eb94967 Unhide inPurgeable in BitmapFactory.Options. by Wei-Ta Chen · 17 years ago
  12. 03d9490 - create a new generic ISyncAdapter implementation, SyncAdapterNew by Fred Quintana · 17 years ago
  13. 7c49790 am 162c9d0e: Merge change 2805 into donut by Android (Google) Code Review · 17 years ago
  14. 5a3a77d base: Rename WRITE_SDCARD -> WRITE_EXTERNAL_STORAGE by San Mehat · 17 years ago
  15. ad6042a am 181fafaf: Retool the backup process to use a new \'BackupAgent\' class by Christopher Tate · 17 years ago
  16. 181fafa Retool the backup process to use a new 'BackupAgent' class by Christopher Tate · 17 years ago
  17. 4a3cdb2 am 2d75410f: Merge change 2748 into donut by Android (Google) Code Review · 17 years ago
  18. 8d78756 Fix the build. by Romain Guy · 17 years ago
  19. 0c66b4b am 9fc2e9c9: MemoryFile constructor and native methods throw IOExceptions. by Bjorn Bringert · 17 years ago
  20. 9fc2e9c MemoryFile constructor and native methods throw IOExceptions. by Bjorn Bringert · 17 years ago
  21. 96cdc61 am 1e2e44e9: Merge change 2365 into donut by Android (Google) Code Review · 17 years ago
  22. fc1b15c Fix wifi multicast API for public use. by Robert Greenwalt · 17 years ago
  23. c5d0343 am de8268d6: Merge change 2331 into donut by Android (Google) Code Review · 17 years ago
  24. 4bc035a Fix issue 1846343 - part 1 by Eric Laurent · 17 years ago
  25. a788bf9 am e7c36dda: Add new orientation attribute to GestureOverlayView. This can be used to prevent the overlay from interfering with vertically/horizontally scrolling views underneath the overlay. by Romain Guy · 17 years ago
  26. e7c36dd Add new orientation attribute to GestureOverlayView. This can be used to prevent the overlay from interfering with vertically/horizontally scrolling views underneath the overlay. by Romain Guy · 17 years ago
  27. a8ddb28 am ec25df9f: Fix drawing bug: opaque invalidations should not be taken into account when the invalidated view is animating. Also add the ability to disable the auto-fade on the GestureOverlayView. by Romain Guy · 17 years ago
  28. ec25df9 Fix drawing bug: opaque invalidations should not be taken into account when the invalidated view is animating. Also add the ability to disable the auto-fade on the GestureOverlayView. by Romain Guy · 17 years ago
  29. d35041d am 82392e84: Merge change 2402 into donut by Android (Google) Code Review · 17 years ago
  30. 82f3495 Cleanup Gestures API and make it easier to use in 3rd party apps. Also fix the events processing in the gestures overlay mechanism. Give better control of the various properties of the overlay through XML attributes. by Romain Guy · 17 years ago
  31. 385bb79 am b181118b: Define TARGET_CPU_ABI for finding native code in .apks by Dianne Hackborn · 17 years ago
  32. b181118 Define TARGET_CPU_ABI for finding native code in .apks by Dianne Hackborn · 17 years ago
  33. 8943737 add ipc support to batching by Fred Quintana · 17 years ago
  34. 4c723bc am c0292b04: Fix the build by Romain Guy · 17 years ago
  35. d14508b merge f41c640d8424fbd90cb1751173ede1c9f5e848b4 w/minor conflict by The Android Open Source Project · 17 years ago
  36. c0292b0 Fix the build by Romain Guy · 17 years ago
  37. d6a463a Add a new API to ListView: setGestures(int). This allows developers to enable gestures to jump inside the list or filter it. This change also introduces a new XML attribute to control this API. It also adds the ability to theme the GestureOverlayView from the gestures library. Finally, this adds a new VERSION header to the binary format used to store the letters for the recognizer. by Romain Guy · 17 years ago
  38. 03536ea Fix public.xml to clean up Eclair's public resources. by Dianne Hackborn · 17 years ago
  39. e6c9378 am cfcc0df2: Merge change 2285 into donut by Android (Google) Code Review · 17 years ago
  40. db567c3 Move the Gestures API to the framework in android.gesture. by Romain Guy · 17 years ago
  41. 9b1e140 am 8c690ea9: Merge change 2182 into donut by Android (Google) Code Review · 17 years ago
  42. fd6e5f0 location: Replace ILocationCollector interface with new ILocationProvider method by Mike Lockwood · 17 years ago
  43. bb59a9f Merge commit 'f479aa0900e9a85afdc78b1048684e37579ebf23' by The Android Open Source Project · 17 years ago
  44. f479aa0 Add padding to public.xml to avoid breaking from auto-merges. by Dianne Hackborn · 17 years ago
  45. 9d248d4 am d62ad4f1: Fix issue #1859814: Add android.os.Build.MANUFACTURER by Dianne Hackborn · 17 years ago
  46. d62ad4f Fix issue #1859814: Add android.os.Build.MANUFACTURER by Dianne Hackborn · 17 years ago
  47. 1312d37 am b2d41569: Fix build. by Dianne Hackborn · 17 years ago
  48. b2d4156 Fix build. by Dianne Hackborn · 17 years ago
  49. 4fcaf8e am f9df6bd6: Merge change 1878 into donut by Android (Google) Code Review · 17 years ago
  50. 936257e Fixes external #2686. Make @android:anim/linear_interpolator public since the default intperpolator for all animations is accelerate_decelerate. by Romain Guy · 17 years ago
  51. 08e3252 rebuild api/current.xml by The Android Open Source Project · 17 years ago
  52. 7fa69c1 am 5b3189e0: Fix the build. :( by Dianne Hackborn · 17 years ago
  53. 5b3189e Fix the build. :( by Dianne Hackborn · 17 years ago
  54. 62da846 Implement compatibility support for WRITE_SDCARD permission. by Dianne Hackborn · 17 years ago
  55. a96cbb4 Implement compatibility support for WRITE_SDCARD permission. by Dianne Hackborn · 17 years ago
  56. b16a8df fix build after merge by The Android Open Source Project · 17 years ago
  57. ce31b23 enhance ContentProvider with the ability to perform batch operations by Fred Quintana · 17 years ago
  58. dd6face am eae850ce: Allow intent resolution to be constrained by package name. by Mihai Preda · 17 years ago
  59. eae850c Allow intent resolution to be constrained by package name. by Mihai Preda · 17 years ago
  60. 76879bc resolved conflicts w/ 75986cf9bc57ef11ad70f36fb77fbbf5d63af6ec merge.... by svetoslavganov · 17 years ago
  61. 75986cf Accessibility feature - framework changes (replacing 698, 699, 700, 701 and merging with the latest Donut) by svetoslavganov · 17 years ago
  62. a351981 Fix the build, again. by Romain Guy · 17 years ago
  63. 3f229fe update api to match after merge by The Android Open Source Project · 17 years ago
  64. a64b8607 am aa642c0c: Merge changes 1591,1596 into donut by Android (Google) Code Review · 17 years ago
  65. 290bb01 Get the backup calling through to the file backup helper. by Joe Onorato · 17 years ago
  66. 97ecc9c define Intent.ACTION_REMOTE_INTENT, which replaces the old GTalk data messaging intent "android.intent.action.GTALK_DATA_MESSAGE_RECEIVED". by Wei Huang · 17 years ago
  67. 6a8d5332f content provider entities by Fred Quintana · 17 years ago
  68. 7dfc85f rebuild api file by The Android Open Source Project · 17 years ago
  69. d2b4929 am ade3eca: Implement issue #1783881 (manifest option for adb-install-on by Dianne Hackborn · 17 years ago
  70. d39afbd Make android.content.ComponentName implement java.lang.Comparable. by Joe Onorato · 17 years ago
  71. ade3eca Implement issue #1783881 (manifest option for adb-install-only apps) by Dianne Hackborn · 17 years ago
  72. c64322c PackageManager keeps track of who installed what. by Jacek Surazski · 17 years ago
  73. bae1ca3 am 3e3439d: Merge change 1478 into donut by Android (Google) Code Review · 17 years ago
  74. a87a132 Fixes #1847219. Add a new API to load fonts from arbitrary files: Typeface.createFromFile(String/File). by Romain Guy · 17 years ago
  75. 6b61d41 Make android.content.ComponentName implement java.lang.Comparable. by Joe Onorato · 17 years ago
  76. 65e1317 PackageManager keeps track of who installed what. by Jacek Surazski · 17 years ago
  77. f37b962 updated api after merge by The Android Open Source Project · 17 years ago
  78. 230d46d5 am 2accb31: this should fix the build by Mathias Agopian · 17 years ago
  79. 849e89c am 851a541: Implement targetSdkVersion and maxSdkVersion, plus version c by Dianne Hackborn · 17 years ago
  80. 2accb31 this should fix the build by Mathias Agopian · 17 years ago
  81. 851a541 Implement targetSdkVersion and maxSdkVersion, plus version code names. by Dianne Hackborn · 17 years ago
  82. 3531fdb merge 55280a9 by The Android Open Source Project · 17 years ago
  83. 55280a9 Improve shutdown process to send broadcast for applications. by Dianne Hackborn · 17 years ago
  84. 8ca7d85 manual merge 3a6645a by The Android Open Source Project · 17 years ago
  85. f04da95 Fix keyboard redraw bug on long-press of CapsLock. by Amith Yamasani · 17 years ago
  86. ac1514c manual merge of 1e09a72 by The Android Open Source Project · 17 years ago
  87. 1a36071 manual merge of 7ec32cc by The Android Open Source Project · 17 years ago
  88. b890889 Fix the build. by Jeff Hamilton · 17 years ago
  89. b1a7ffe More backup tests by Joe Onorato · 17 years ago
  90. cfe5cdd manual merge d90a331 to avoid conflicts by The Android Open Source Project · 17 years ago
  91. d90a331 Add new setTag(int, Object) API to allow applications to specify several tags. by Romain Guy · 17 years ago
  92. 56b7eea manual merge f3af740bdfc261b1cb25c0799af780d3753d4518 by The Android Open Source Project · 17 years ago
  93. 761daf7 manual merge for b9c9d260f21b321527c4622a123af9767630d94d by The Android Open Source Project · 17 years ago
  94. f3af740 Fixed issue 1709450: Requirements for CDMA Tone Generator by Eric Laurent · 17 years ago
  95. b9c9d26 fix issue 1713090: After a Bluetooth call, MusicPlayer starts playing on speaker rather than wired external audio. by Eric Laurent · 17 years ago
  96. 7a13559 merged 231cc608d06ffc31c24bf8aa8c8275bdd2636581 by Dianne Hackborn · 17 years ago
  97. 231cc60 Rewrite SyncStorageEngine to use flat files and in-memory data structures. by Dianne Hackborn · 17 years ago
  98. a3fcb44 Manual cherry-pick of 821427eac75d88f1388935e0a2f0564be8979e58 into master by Android (Google) Code Review · 17 years ago
  99. 52fa7c2 Config: Deprecate most fields, and hook into ConfigBuildFlags by Dave Bort · 17 years ago
  100. 4ade578 Fix the build by Romain Guy · 17 years ago