1. a6fcc95 Added in Settings.Secure default country and variant for the default TTS language. by Jean-Michel Trivi · 15 years ago
  2. 3d74bb4 Add "why?" button to low battery dialog. by Dianne Hackborn · 15 years ago
  3. 649f99e Add Intent.ACTION_SEND_MULTIPLE by Wu-cheng Li · 15 years ago
  4. 5c1e00b Fix targetSdkVersion, make resize mode a flag, delayed dexopt, easy ApplicationInfo. by Dianne Hackborn · 15 years ago
  5. c14b9cc Extend Intent/Uri conversion for use by Browser by Dianne Hackborn · 15 years ago
  6. 1ccac75 Remove circular dependency in PackageManager. api freeStorage uses PendingIntent from android.app by Suchi Amalapurapu · 15 years ago
  7. 4ebd855 Fix build. by Dianne Hackborn · 15 years ago
  8. 2d4b6ad9 Remove obsolete FOTA_UPDATE permission (which should never have been by Dan Egnor · 15 years ago
  9. 29148f9 Remove ADD_SYSTEM_SERVICE and SET_PROCESS_FOREGROUND permissions. by Dianne Hackborn · 15 years ago
  10. 763a572 Hide gestures API. by Romain Guy · 15 years ago
  11. 23ecae3 Fix SharedPrefsBackupHelper so it doesn't hard code the paths to the files. by Joe Onorato · 15 years ago
  12. d821089 NEW_API: Expose queryAfterZeroResults searchable attribute. by Satish Sampath · 15 years ago
  13. 5317514 Add support for custom tab views in TabHost and TabWidget. by Jack Veenstra · 15 years ago
  14. 0e1ca57 Add support for gestures in Home. by Romain Guy · 15 years ago
  15. f478267 Adding default text-to-speech language in Settings.Secure. by Jean-Michel Trivi · 15 years ago
  16. 03f0b21 Fix several issues in the gestures libraries. by Romain Guy · 15 years ago
  17. 7fe416e Fix bug in saving gestures stores. The outputstream was wrapping itself, thus causing huge problems. by Romain Guy · 15 years ago
  18. d299b81 Add a new attribute to android manifest for defining the GLES version number. by Suchi Amalapurapu · 15 years ago
  19. f62ba45 Adding new Settings.Secure properties for the Text-To-Speech functionality. by Jean-Michel Trivi · 15 years ago
  20. 48603e7 Add new SHOW_WEB_SUGGESTIONS system setting, referenced by the search settings by Mike LeBeau · 15 years ago
  21. 683f3be Unhide inInputShareable in BitmapFactory.Options. by Wei-Ta Chen · 15 years ago
  22. 9189cab * Moved supports-density tag under manifest by Mitsuru Oshima · 15 years ago
  23. 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 · 15 years ago
  24. eb94967 Unhide inPurgeable in BitmapFactory.Options. by Wei-Ta Chen · 15 years ago
  25. 5a3a77d base: Rename WRITE_SDCARD -> WRITE_EXTERNAL_STORAGE by San Mehat · 15 years ago
  26. 181fafa Retool the backup process to use a new 'BackupAgent' class by Christopher Tate · 15 years ago
  27. 8d78756 Fix the build. by Romain Guy · 15 years ago
  28. 9fc2e9c MemoryFile constructor and native methods throw IOExceptions. by Bjorn Bringert · 15 years ago
  29. fc1b15c Fix wifi multicast API for public use. by Robert Greenwalt · 15 years ago
  30. 4bc035a Fix issue 1846343 - part 1 by Eric Laurent · 15 years ago
  31. 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 · 15 years ago
  32. 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 · 15 years ago
  33. 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 · 15 years ago
  34. b181118 Define TARGET_CPU_ABI for finding native code in .apks by Dianne Hackborn · 15 years ago
  35. c0292b0 Fix the build by Romain Guy · 15 years ago
  36. 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 · 15 years ago
  37. db567c3 Move the Gestures API to the framework in android.gesture. by Romain Guy · 15 years ago
  38. fd6e5f0 location: Replace ILocationCollector interface with new ILocationProvider method by Mike Lockwood · 15 years ago
  39. f479aa0 Add padding to public.xml to avoid breaking from auto-merges. by Dianne Hackborn · 15 years ago
  40. d62ad4f Fix issue #1859814: Add android.os.Build.MANUFACTURER by Dianne Hackborn · 15 years ago
  41. b2d4156 Fix build. by Dianne Hackborn · 15 years ago
  42. 936257e Fixes external #2686. Make @android:anim/linear_interpolator public since the default intperpolator for all animations is accelerate_decelerate. by Romain Guy · 15 years ago
  43. 5b3189e Fix the build. :( by Dianne Hackborn · 15 years ago
  44. a96cbb4 Implement compatibility support for WRITE_SDCARD permission. by Dianne Hackborn · 15 years ago
  45. eae850c Allow intent resolution to be constrained by package name. by Mihai Preda · 15 years ago
  46. 75986cf Accessibility feature - framework changes (replacing 698, 699, 700, 701 and merging with the latest Donut) by svetoslavganov · 15 years ago
  47. a351981 Fix the build, again. by Romain Guy · 15 years ago
  48. 290bb01 Get the backup calling through to the file backup helper. by Joe Onorato · 15 years ago
  49. 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 · 15 years ago
  50. d39afbd Make android.content.ComponentName implement java.lang.Comparable. by Joe Onorato · 15 years ago
  51. ade3eca Implement issue #1783881 (manifest option for adb-install-only apps) by Dianne Hackborn · 15 years ago
  52. c64322c PackageManager keeps track of who installed what. by Jacek Surazski · 15 years ago
  53. a87a132 Fixes #1847219. Add a new API to load fonts from arbitrary files: Typeface.createFromFile(String/File). by Romain Guy · 15 years ago
  54. 2accb31 this should fix the build by Mathias Agopian · 15 years ago
  55. 851a541 Implement targetSdkVersion and maxSdkVersion, plus version code names. by Dianne Hackborn · 15 years ago
  56. 55280a9 Improve shutdown process to send broadcast for applications. by Dianne Hackborn · 15 years ago
  57. f04da95 Fix keyboard redraw bug on long-press of CapsLock. by Amith Yamasani · 15 years ago
  58. b890889 Fix the build. by Jeff Hamilton · 15 years ago
  59. b1a7ffe More backup tests by Joe Onorato · 15 years ago
  60. d90a331 Add new setTag(int, Object) API to allow applications to specify several tags. by Romain Guy · 15 years ago
  61. f3af740 Fixed issue 1709450: Requirements for CDMA Tone Generator by Eric Laurent · 15 years ago
  62. b9c9d26 fix issue 1713090: After a Bluetooth call, MusicPlayer starts playing on speaker rather than wired external audio. by Eric Laurent · 15 years ago
  63. 231cc60 Rewrite SyncStorageEngine to use flat files and in-memory data structures. by Dianne Hackborn · 15 years ago
  64. 52fa7c2 Config: Deprecate most fields, and hook into ConfigBuildFlags by Dave Bort · 15 years ago
  65. 275555c location: Add support for location providers outside of the system process. by Mike Lockwood · 15 years ago
  66. 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
  67. a56b318 NEW_API: Expose includeInGlobalSearch searchable attribute by Bjorn Bringert · 15 years ago
  68. 232cd50 NEW_API: Expose searchSuggestThreshold searchable attribute by Bjorn Bringert · 15 years ago
  69. c114eb5 Hide the backup stuff for now by Christopher Tate · 15 years ago
  70. a8bf815 Add android.backup.BackupManager by Christopher Tate · 15 years ago
  71. 487529a First baby steps towards settings backup by Christopher Tate · 15 years ago
  72. 2a4bf5ce Fix the build. by Romain Guy · 15 years ago
  73. 257eef3 Merge branch 'readonly-p4-donut' into donut by Mitsuru Oshima · 15 years ago
  74. 8d11267 AI 147845: Compatibility mode support. Part 1 by Mitsuru Oshima · 15 years ago
  75. a379585 Enable static Java APIs for OpenGL ES 1.1 extensions. by Jack Palevich · 15 years ago
  76. 29b57e6 API_CHANGE: external_storage: Add SDCARD_WRITE permission with associated strings by San Mehat · 15 years ago
  77. 27f8002 Add an Android-specific static OpenGL ES 1.1 Java API. by Jack Palevich · 15 years ago
  78. 308618f Merge branch 'readonly-p4-donut' into donut by Eric Shienbrood · 15 years ago
  79. 9900127 AI 145980: am: CL 145881 Adding on to CL 145383, unhiding some additional methods and constants by Eric Shienbrood · 15 years ago
  80. d5a9af4 Merge branch 'readonly-p4-donut' into donut by Jeffrey Sharkey · 15 years ago
  81. 7eb4fbd AI 145860: am: CL 145568 Hide setStarted() from public API. by Jeffrey Sharkey · 15 years ago
  82. 5f05afe Merge branch 'readonly-p4-donut' into donut by Andy Stadler · 15 years ago
  83. f8a7cea AI 145778: Manual merge changes 145382-145384 from cupcake. by Andy Stadler · 15 years ago
  84. 69cbb96 Merge branch 'readonly-p4-donut' into donut by Jack Palevich · 15 years ago
  85. 1eb75a0 AI 145602: am: CL 145255 Further work on correcting the misspelling of RENDERMODE_CONTUOUSLY by Jack Palevich · 15 years ago
  86. f391664 Merge branch 'readonly-p4-donut' into donut by Jack Palevich · 15 years ago
  87. 32925df AI 145590: Manually merge change 145250 from cupcake. by Jack Palevich · 15 years ago
  88. 06ba554 Integrate new power connnect/disconnect broadcasts by Christopher Tate · 15 years ago
  89. 767a662 AI 144185: Integrate cdma into the main code base. by Wink Saville · 15 years ago
  90. ad28bed AI 144042: Fixes #1742109. Add a new API to ListView to return the list of checked items ids. by Romain Guy · 15 years ago
  91. 43f503f AI 144007: am: CL 144006 Set a real 3.xml, which is the current candidate cupcake API. by Jean-Baptiste Queru · 15 years ago
  92. 88fb106 AI 143147: Manual integration by Dianne Hackborn · 15 years ago
  93. 303736d Automated import from //branches/donutburger/...@142826,142826 by Jim Miller · 15 years ago
  94. f013861 Automated import from //branches/donutburger/...@142787,142787 by Amith Yamasani · 15 years ago
  95. c2310f3 Automated import from //branches/donutburger/...@142486,142486 by Jack Palevich · 15 years ago
  96. 7d1e577 Automated import from //branches/donutburger/...@142472,142472 by Dianne Hackborn · 15 years ago
  97. 97d00b3 Automated import from //branches/donutburger/...@142465,142465 by Romain Guy · 15 years ago
  98. 4a0029f Automated import from //branches/donutburger/...@141213,141213 by Niko Catania · 15 years ago
  99. e5a1a26 Automated import from //branches/donutburger/...@141106,141106 by Jeff Hamilton · 15 years ago
  100. 1bf5e22 Automated import from //branches/donutburger/...@141001,141001 by Dianne Hackborn · 15 years ago