1. b181118 Define TARGET_CPU_ABI for finding native code in .apks by Dianne Hackborn · 16 years ago
  2. c0292b0 Fix the build by Romain Guy · 16 years ago
  3. 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
  4. db567c3 Move the Gestures API to the framework in android.gesture. by Romain Guy · 16 years ago
  5. fd6e5f0 location: Replace ILocationCollector interface with new ILocationProvider method by Mike Lockwood · 16 years ago
  6. f479aa0 Add padding to public.xml to avoid breaking from auto-merges. by Dianne Hackborn · 16 years ago
  7. d62ad4f Fix issue #1859814: Add android.os.Build.MANUFACTURER by Dianne Hackborn · 16 years ago
  8. b2d4156 Fix build. by Dianne Hackborn · 16 years ago
  9. 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
  10. 5b3189e Fix the build. :( by Dianne Hackborn · 16 years ago
  11. a96cbb4 Implement compatibility support for WRITE_SDCARD permission. by Dianne Hackborn · 16 years ago
  12. eae850c Allow intent resolution to be constrained by package name. by Mihai Preda · 16 years ago
  13. 75986cf Accessibility feature - framework changes (replacing 698, 699, 700, 701 and merging with the latest Donut) by svetoslavganov · 16 years ago
  14. a351981 Fix the build, again. by Romain Guy · 16 years ago
  15. 290bb01 Get the backup calling through to the file backup helper. by Joe Onorato · 16 years ago
  16. 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
  17. d39afbd Make android.content.ComponentName implement java.lang.Comparable. by Joe Onorato · 16 years ago
  18. ade3eca Implement issue #1783881 (manifest option for adb-install-only apps) by Dianne Hackborn · 16 years ago
  19. c64322c PackageManager keeps track of who installed what. by Jacek Surazski · 16 years ago
  20. a87a132 Fixes #1847219. Add a new API to load fonts from arbitrary files: Typeface.createFromFile(String/File). by Romain Guy · 16 years ago
  21. 2accb31 this should fix the build by Mathias Agopian · 16 years ago
  22. 851a541 Implement targetSdkVersion and maxSdkVersion, plus version code names. by Dianne Hackborn · 16 years ago
  23. 55280a9 Improve shutdown process to send broadcast for applications. by Dianne Hackborn · 16 years ago
  24. f04da95 Fix keyboard redraw bug on long-press of CapsLock. by Amith Yamasani · 16 years ago
  25. b890889 Fix the build. by Jeff Hamilton · 16 years ago
  26. b1a7ffe More backup tests by Joe Onorato · 16 years ago
  27. d90a331 Add new setTag(int, Object) API to allow applications to specify several tags. by Romain Guy · 16 years ago
  28. f3af740 Fixed issue 1709450: Requirements for CDMA Tone Generator by Eric Laurent · 16 years ago
  29. b9c9d26 fix issue 1713090: After a Bluetooth call, MusicPlayer starts playing on speaker rather than wired external audio. by Eric Laurent · 16 years ago
  30. 231cc60 Rewrite SyncStorageEngine to use flat files and in-memory data structures. by Dianne Hackborn · 16 years ago
  31. 52fa7c2 Config: Deprecate most fields, and hook into ConfigBuildFlags by Dave Bort · 16 years ago
  32. 275555c location: Add support for location providers outside of the system process. by Mike Lockwood · 16 years ago
  33. 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
  34. a56b318 NEW_API: Expose includeInGlobalSearch searchable attribute by Bjorn Bringert · 16 years ago
  35. 232cd50 NEW_API: Expose searchSuggestThreshold searchable attribute by Bjorn Bringert · 16 years ago
  36. c114eb5 Hide the backup stuff for now by Christopher Tate · 16 years ago
  37. a8bf815 Add android.backup.BackupManager by Christopher Tate · 16 years ago
  38. 487529a First baby steps towards settings backup by Christopher Tate · 16 years ago
  39. 2a4bf5ce Fix the build. by Romain Guy · 16 years ago
  40. 257eef3 Merge branch 'readonly-p4-donut' into donut by Mitsuru Oshima · 16 years ago
  41. 8d11267 AI 147845: Compatibility mode support. Part 1 by Mitsuru Oshima · 16 years ago
  42. a379585 Enable static Java APIs for OpenGL ES 1.1 extensions. by Jack Palevich · 16 years ago
  43. 29b57e6 API_CHANGE: external_storage: Add SDCARD_WRITE permission with associated strings by San Mehat · 16 years ago
  44. 27f8002 Add an Android-specific static OpenGL ES 1.1 Java API. by Jack Palevich · 16 years ago
  45. 308618f Merge branch 'readonly-p4-donut' into donut by Eric Shienbrood · 16 years ago
  46. 9900127 AI 145980: am: CL 145881 Adding on to CL 145383, unhiding some additional methods and constants by Eric Shienbrood · 16 years ago
  47. d5a9af4 Merge branch 'readonly-p4-donut' into donut by Jeffrey Sharkey · 16 years ago
  48. 7eb4fbd AI 145860: am: CL 145568 Hide setStarted() from public API. by Jeffrey Sharkey · 16 years ago
  49. 5f05afe Merge branch 'readonly-p4-donut' into donut by Andy Stadler · 16 years ago
  50. f8a7cea AI 145778: Manual merge changes 145382-145384 from cupcake. by Andy Stadler · 16 years ago
  51. 69cbb96 Merge branch 'readonly-p4-donut' into donut by Jack Palevich · 16 years ago
  52. 1eb75a0 AI 145602: am: CL 145255 Further work on correcting the misspelling of RENDERMODE_CONTUOUSLY by Jack Palevich · 16 years ago
  53. f391664 Merge branch 'readonly-p4-donut' into donut by Jack Palevich · 16 years ago
  54. 32925df AI 145590: Manually merge change 145250 from cupcake. by Jack Palevich · 16 years ago
  55. 06ba554 Integrate new power connnect/disconnect broadcasts by Christopher Tate · 16 years ago
  56. 767a662 AI 144185: Integrate cdma into the main code base. by Wink Saville · 16 years ago
  57. ad28bed AI 144042: Fixes #1742109. Add a new API to ListView to return the list of checked items ids. by Romain Guy · 16 years ago
  58. 43f503f AI 144007: am: CL 144006 Set a real 3.xml, which is the current candidate cupcake API. by Jean-Baptiste Queru · 16 years ago
  59. 88fb106 AI 143147: Manual integration by Dianne Hackborn · 16 years ago
  60. 303736d Automated import from //branches/donutburger/...@142826,142826 by Jim Miller · 16 years ago
  61. f013861 Automated import from //branches/donutburger/...@142787,142787 by Amith Yamasani · 16 years ago
  62. c2310f3 Automated import from //branches/donutburger/...@142486,142486 by Jack Palevich · 16 years ago
  63. 7d1e577 Automated import from //branches/donutburger/...@142472,142472 by Dianne Hackborn · 16 years ago
  64. 97d00b3 Automated import from //branches/donutburger/...@142465,142465 by Romain Guy · 16 years ago
  65. 4a0029f Automated import from //branches/donutburger/...@141213,141213 by Niko Catania · 16 years ago
  66. e5a1a26 Automated import from //branches/donutburger/...@141106,141106 by Jeff Hamilton · 16 years ago
  67. 1bf5e22 Automated import from //branches/donutburger/...@141001,141001 by Dianne Hackborn · 16 years ago
  68. 97f10fd Automated import from //branches/donutburger/...@140923,140923 by Dianne Hackborn · 16 years ago
  69. f63220f Automated import from //branches/donutburger/...@140828,140828 by Dianne Hackborn · 16 years ago
  70. d01721d Automated import from //branches/donutburger/...@140811,140811 by Niko Catania · 16 years ago
  71. 38e98fc Automated import from //branches/donutburger/...@140714,140714 by Dianne Hackborn · 16 years ago
  72. 470f71f Automated import from //branches/donutburger/...@140566,140566 by Jean-Michel Trivi · 16 years ago
  73. 1059253 auto import from //branches/cupcake_rel/...@140373 by The Android Open Source Project · 16 years ago
  74. ba87e3e auto import from //branches/cupcake_rel/...@138607 by The Android Open Source Project · 16 years ago
  75. c39a6e0 auto import from //branches/cupcake/...@137873 by The Android Open Source Project · 16 years ago
  76. b2a3dd8 auto import from //branches/cupcake/...@137197 by The Android Open Source Project · 16 years ago
  77. b22d55b auto import from //depot/cupcake/@136620 by The Android Open Source Project · 16 years ago
  78. 4df2423 auto import from //depot/cupcake/@136594 by The Android Open Source Project · 16 years ago
  79. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  80. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  81. 076357b auto import from //depot/cupcake/@132589 by The Android Open Source Project · 16 years ago
  82. 3dec7d5 auto import from //depot/cupcake/@137055 by The Android Open Source Project · 16 years ago
  83. 15ab3ea auto import from //branches/cupcake/...@132569 by The Android Open Source Project · 16 years ago
  84. 3001a03 auto import from //branches/cupcake/...@132276 by The Android Open Source Project · 16 years ago
  85. da996f3 auto import from //branches/cupcake/...@131421 by The Android Open Source Project · 16 years ago
  86. d24b818 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 16 years ago
  87. f1e484a auto import from //branches/cupcake/...@127436 by The Android Open Source Project · 16 years ago
  88. 22f7dfd auto import from //branches/cupcake/...@127101 by The Android Open Source Project · 16 years ago
  89. 9266c55 auto import from //branches/cupcake/...@126645 by The Android Open Source Project · 16 years ago
  90. b798689 auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 16 years ago
  91. f013e1a Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago