1. c5d0343 am de8268d6: Merge change 2331 into donut by Android (Google) Code Review · 16 years ago
  2. 4bc035a Fix issue 1846343 - part 1 by Eric Laurent · 16 years ago
  3. 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 · 16 years ago
  4. 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 · 16 years ago
  5. 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 · 16 years ago
  6. 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 · 16 years ago
  7. d35041d am 82392e84: Merge change 2402 into donut by Android (Google) Code Review · 16 years ago
  8. 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 · 16 years ago
  9. 385bb79 am b181118b: Define TARGET_CPU_ABI for finding native code in .apks by Dianne Hackborn · 16 years ago
  10. b181118 Define TARGET_CPU_ABI for finding native code in .apks by Dianne Hackborn · 16 years ago
  11. 8943737 add ipc support to batching by Fred Quintana · 16 years ago
  12. 4c723bc am c0292b04: Fix the build by Romain Guy · 16 years ago
  13. d14508b merge f41c640d8424fbd90cb1751173ede1c9f5e848b4 w/minor conflict by The Android Open Source Project · 16 years ago
  14. c0292b0 Fix the build by Romain Guy · 16 years ago
  15. 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 · 16 years ago
  16. 03536ea Fix public.xml to clean up Eclair's public resources. by Dianne Hackborn · 16 years ago
  17. e6c9378 am cfcc0df2: Merge change 2285 into donut by Android (Google) Code Review · 16 years ago
  18. db567c3 Move the Gestures API to the framework in android.gesture. by Romain Guy · 16 years ago
  19. 9b1e140 am 8c690ea9: Merge change 2182 into donut by Android (Google) Code Review · 16 years ago
  20. fd6e5f0 location: Replace ILocationCollector interface with new ILocationProvider method by Mike Lockwood · 16 years ago
  21. bb59a9f Merge commit 'f479aa0900e9a85afdc78b1048684e37579ebf23' by The Android Open Source Project · 16 years ago
  22. f479aa0 Add padding to public.xml to avoid breaking from auto-merges. by Dianne Hackborn · 16 years ago
  23. 9d248d4 am d62ad4f1: Fix issue #1859814: Add android.os.Build.MANUFACTURER by Dianne Hackborn · 16 years ago
  24. d62ad4f Fix issue #1859814: Add android.os.Build.MANUFACTURER by Dianne Hackborn · 16 years ago
  25. 1312d37 am b2d41569: Fix build. by Dianne Hackborn · 16 years ago
  26. b2d4156 Fix build. by Dianne Hackborn · 16 years ago
  27. 4fcaf8e am f9df6bd6: Merge change 1878 into donut by Android (Google) Code Review · 16 years ago
  28. 936257e Fixes external #2686. Make @android:anim/linear_interpolator public since the default intperpolator for all animations is accelerate_decelerate. by Romain Guy · 16 years ago
  29. 08e3252 rebuild api/current.xml by The Android Open Source Project · 16 years ago
  30. 7fa69c1 am 5b3189e0: Fix the build. :( by Dianne Hackborn · 16 years ago
  31. 5b3189e Fix the build. :( by Dianne Hackborn · 16 years ago
  32. 62da846 Implement compatibility support for WRITE_SDCARD permission. by Dianne Hackborn · 16 years ago
  33. a96cbb4 Implement compatibility support for WRITE_SDCARD permission. by Dianne Hackborn · 16 years ago
  34. b16a8df fix build after merge by The Android Open Source Project · 16 years ago
  35. ce31b23 enhance ContentProvider with the ability to perform batch operations by Fred Quintana · 16 years ago
  36. dd6face am eae850ce: Allow intent resolution to be constrained by package name. by Mihai Preda · 16 years ago
  37. eae850c Allow intent resolution to be constrained by package name. by Mihai Preda · 16 years ago
  38. 76879bc resolved conflicts w/ 75986cf9bc57ef11ad70f36fb77fbbf5d63af6ec merge.... by svetoslavganov · 16 years ago
  39. 75986cf Accessibility feature - framework changes (replacing 698, 699, 700, 701 and merging with the latest Donut) by svetoslavganov · 16 years ago
  40. a351981 Fix the build, again. by Romain Guy · 16 years ago
  41. 3f229fe update api to match after merge by The Android Open Source Project · 16 years ago
  42. a64b8607 am aa642c0c: Merge changes 1591,1596 into donut by Android (Google) Code Review · 16 years ago
  43. 290bb01 Get the backup calling through to the file backup helper. by Joe Onorato · 16 years ago
  44. 370e92c am 7567a74: AI 148803: Update 1.xml and 2.xml for methods that take Gene by Bill Napier · 16 years ago
  45. 7567a74 AI 148803: Update 1.xml and 2.xml for methods that take Generic Type Varargs. This will allow the CTS Signature Test to be run against older android releases. by Bill Napier · 16 years ago
  46. 97ecc9c define Intent.ACTION_REMOTE_INTENT, which replaces the old GTalk data messaging intent "android.intent.action.GTALK_DATA_MESSAGE_RECEIVED". by Wei Huang · 16 years ago
  47. 6a8d5332f content provider entities by Fred Quintana · 16 years ago
  48. 7dfc85f rebuild api file by The Android Open Source Project · 16 years ago
  49. d2b4929 am ade3eca: Implement issue #1783881 (manifest option for adb-install-on by Dianne Hackborn · 16 years ago
  50. d39afbd Make android.content.ComponentName implement java.lang.Comparable. by Joe Onorato · 16 years ago
  51. ade3eca Implement issue #1783881 (manifest option for adb-install-only apps) by Dianne Hackborn · 16 years ago
  52. c64322c PackageManager keeps track of who installed what. by Jacek Surazski · 16 years ago
  53. bae1ca3 am 3e3439d: Merge change 1478 into donut by Android (Google) Code Review · 16 years ago
  54. a87a132 Fixes #1847219. Add a new API to load fonts from arbitrary files: Typeface.createFromFile(String/File). by Romain Guy · 16 years ago
  55. 6b61d41 Make android.content.ComponentName implement java.lang.Comparable. by Joe Onorato · 16 years ago
  56. 65e1317 PackageManager keeps track of who installed what. by Jacek Surazski · 16 years ago
  57. f37b962 updated api after merge by The Android Open Source Project · 16 years ago
  58. 230d46d5 am 2accb31: this should fix the build by Mathias Agopian · 16 years ago
  59. 849e89c am 851a541: Implement targetSdkVersion and maxSdkVersion, plus version c by Dianne Hackborn · 16 years ago
  60. 2accb31 this should fix the build by Mathias Agopian · 16 years ago
  61. 851a541 Implement targetSdkVersion and maxSdkVersion, plus version code names. by Dianne Hackborn · 16 years ago
  62. 3531fdb merge 55280a9 by The Android Open Source Project · 16 years ago
  63. 55280a9 Improve shutdown process to send broadcast for applications. by Dianne Hackborn · 16 years ago
  64. 8ca7d85 manual merge 3a6645a by The Android Open Source Project · 16 years ago
  65. f04da95 Fix keyboard redraw bug on long-press of CapsLock. by Amith Yamasani · 16 years ago
  66. ac1514c manual merge of 1e09a72 by The Android Open Source Project · 16 years ago
  67. 1a36071 manual merge of 7ec32cc by The Android Open Source Project · 16 years ago
  68. b890889 Fix the build. by Jeff Hamilton · 16 years ago
  69. b1a7ffe More backup tests by Joe Onorato · 16 years ago
  70. cfe5cdd manual merge d90a331 to avoid conflicts by The Android Open Source Project · 16 years ago
  71. d90a331 Add new setTag(int, Object) API to allow applications to specify several tags. by Romain Guy · 16 years ago
  72. 56b7eea manual merge f3af740bdfc261b1cb25c0799af780d3753d4518 by The Android Open Source Project · 16 years ago
  73. 761daf7 manual merge for b9c9d260f21b321527c4622a123af9767630d94d by The Android Open Source Project · 16 years ago
  74. f3af740 Fixed issue 1709450: Requirements for CDMA Tone Generator by Eric Laurent · 16 years ago
  75. b9c9d26 fix issue 1713090: After a Bluetooth call, MusicPlayer starts playing on speaker rather than wired external audio. by Eric Laurent · 16 years ago
  76. 7a13559 merged 231cc608d06ffc31c24bf8aa8c8275bdd2636581 by Dianne Hackborn · 16 years ago
  77. 231cc60 Rewrite SyncStorageEngine to use flat files and in-memory data structures. by Dianne Hackborn · 16 years ago
  78. a3fcb44 Manual cherry-pick of 821427eac75d88f1388935e0a2f0564be8979e58 into master by Android (Google) Code Review · 16 years ago
  79. 52fa7c2 Config: Deprecate most fields, and hook into ConfigBuildFlags by Dave Bort · 16 years ago
  80. 4ade578 Fix the build by Romain Guy · 16 years ago
  81. e90c0da am 275555c: location: Add support for location providers outside of the by Mike Lockwood · 16 years ago
  82. 275555c location: Add support for location providers outside of the system process. by Mike Lockwood · 16 years ago
  83. a426c96 am 9a81736: Add the ability to specify the onClick handler with XML. by Romain Guy · 16 years ago
  84. bc62449 fixed value for android.R.attr.searchSuggestThreshold by The Android Open Source Project · 16 years ago
  85. 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 · 16 years ago
  86. f7b0610 submit an updated current.xml by Fred Quintana · 16 years ago
  87. da7b5e2 Partly fix master build, by bumping attr IDs. by Bjorn Bringert · 16 years ago
  88. 6c1dc321 am a56b318: NEW_API: Expose includeInGlobalSearch searchable attribute by Bjorn Bringert · 16 years ago
  89. 085dd21 am 232cd50: NEW_API: Expose searchSuggestThreshold searchable attribute by Bjorn Bringert · 16 years ago
  90. a56b318 NEW_API: Expose includeInGlobalSearch searchable attribute by Bjorn Bringert · 16 years ago
  91. 232cd50 NEW_API: Expose searchSuggestThreshold searchable attribute by Bjorn Bringert · 16 years ago
  92. 718d8a2 decouple SyncAdapter from ContentProvider by Fred Quintana · 16 years ago
  93. 072868a am 3674252: Merge change 817 into donut by Android (Google) Code Review · 16 years ago
  94. c114eb5 Hide the backup stuff for now by Christopher Tate · 16 years ago
  95. 171134a am 021dce4: Merge change 811 into donut by Android (Google) Code Review · 16 years ago
  96. a8bf815 Add android.backup.BackupManager by Christopher Tate · 16 years ago
  97. 7df1985 Merges p9 CLs 144856 and 145055 to GIT to enable the Database API in the browser. by Ben Murdoch · 16 years ago
  98. d2d9cd0 fix the build by android-build SharedAccount · 16 years ago
  99. f899769 am 487529a: First baby steps towards settings backup by Christopher Tate · 16 years ago
  100. b0d8abd am 73b7184: Merge change 748 into donut by Android (Google) Code Review · 16 years ago