- 5317514 Add support for custom tab views in TabHost and TabWidget. by Jack Veenstra · 15 years ago
- 0e1ca57 Add support for gestures in Home. by Romain Guy · 15 years ago
- f478267 Adding default text-to-speech language in Settings.Secure. by Jean-Michel Trivi · 15 years ago
- 03f0b21 Fix several issues in the gestures libraries. by Romain Guy · 15 years ago
- 7fe416e Fix bug in saving gestures stores. The outputstream was wrapping itself, thus causing huge problems. by Romain Guy · 15 years ago
- d299b81 Add a new attribute to android manifest for defining the GLES version number. by Suchi Amalapurapu · 15 years ago
- f62ba45 Adding new Settings.Secure properties for the Text-To-Speech functionality. by Jean-Michel Trivi · 15 years ago
- 48603e7 Add new SHOW_WEB_SUGGESTIONS system setting, referenced by the search settings by Mike LeBeau · 15 years ago
- 683f3be Unhide inInputShareable in BitmapFactory.Options. by Wei-Ta Chen · 15 years ago
- 9189cab * Moved supports-density tag under manifest by Mitsuru Oshima · 15 years ago
- 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
- eb94967 Unhide inPurgeable in BitmapFactory.Options. by Wei-Ta Chen · 15 years ago
- 5a3a77d base: Rename WRITE_SDCARD -> WRITE_EXTERNAL_STORAGE by San Mehat · 15 years ago
- 181fafa Retool the backup process to use a new 'BackupAgent' class by Christopher Tate · 15 years ago
- 8d78756 Fix the build. by Romain Guy · 15 years ago
- 9fc2e9c MemoryFile constructor and native methods throw IOExceptions. by Bjorn Bringert · 15 years ago
- fc1b15c Fix wifi multicast API for public use. by Robert Greenwalt · 15 years ago
- 4bc035a Fix issue 1846343 - part 1 by Eric Laurent · 15 years ago
- 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
- 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
- 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
- b181118 Define TARGET_CPU_ABI for finding native code in .apks by Dianne Hackborn · 15 years ago
- c0292b0 Fix the build by Romain Guy · 15 years ago
- 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
- db567c3 Move the Gestures API to the framework in android.gesture. by Romain Guy · 15 years ago
- fd6e5f0 location: Replace ILocationCollector interface with new ILocationProvider method by Mike Lockwood · 15 years ago
- f479aa0 Add padding to public.xml to avoid breaking from auto-merges. by Dianne Hackborn · 15 years ago
- d62ad4f Fix issue #1859814: Add android.os.Build.MANUFACTURER by Dianne Hackborn · 15 years ago
- b2d4156 Fix build. by Dianne Hackborn · 15 years ago
- 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
- 5b3189e Fix the build. :( by Dianne Hackborn · 15 years ago
- a96cbb4 Implement compatibility support for WRITE_SDCARD permission. by Dianne Hackborn · 15 years ago
- eae850c Allow intent resolution to be constrained by package name. by Mihai Preda · 15 years ago
- 75986cf Accessibility feature - framework changes (replacing 698, 699, 700, 701 and merging with the latest Donut) by svetoslavganov · 15 years ago
- a351981 Fix the build, again. by Romain Guy · 15 years ago
- 290bb01 Get the backup calling through to the file backup helper. by Joe Onorato · 15 years ago
- d39afbd Make android.content.ComponentName implement java.lang.Comparable. by Joe Onorato · 15 years ago
- ade3eca Implement issue #1783881 (manifest option for adb-install-only apps) by Dianne Hackborn · 15 years ago
- c64322c PackageManager keeps track of who installed what. by Jacek Surazski · 16 years ago
- a87a132 Fixes #1847219. Add a new API to load fonts from arbitrary files: Typeface.createFromFile(String/File). by Romain Guy · 15 years ago
- 2accb31 this should fix the build by Mathias Agopian · 15 years ago
- 851a541 Implement targetSdkVersion and maxSdkVersion, plus version code names. by Dianne Hackborn · 15 years ago
- 55280a9 Improve shutdown process to send broadcast for applications. by Dianne Hackborn · 15 years ago
- f04da95 Fix keyboard redraw bug on long-press of CapsLock. by Amith Yamasani · 15 years ago
- b890889 Fix the build. by Jeff Hamilton · 15 years ago
- b1a7ffe More backup tests by Joe Onorato · 15 years ago
- d90a331 Add new setTag(int, Object) API to allow applications to specify several tags. by Romain Guy · 15 years ago
- f3af740 Fixed issue 1709450: Requirements for CDMA Tone Generator by Eric Laurent · 16 years ago
- b9c9d26 fix issue 1713090: After a Bluetooth call, MusicPlayer starts playing on speaker rather than wired external audio. by Eric Laurent · 16 years ago
- 231cc60 Rewrite SyncStorageEngine to use flat files and in-memory data structures. by Dianne Hackborn · 16 years ago
- 52fa7c2 Config: Deprecate most fields, and hook into ConfigBuildFlags by Dave Bort · 16 years ago
- 275555c location: Add support for location providers outside of the system process. by Mike Lockwood · 16 years ago
- 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
- a56b318 NEW_API: Expose includeInGlobalSearch searchable attribute by Bjorn Bringert · 16 years ago
- 232cd50 NEW_API: Expose searchSuggestThreshold searchable attribute by Bjorn Bringert · 16 years ago
- c114eb5 Hide the backup stuff for now by Christopher Tate · 16 years ago
- a8bf815 Add android.backup.BackupManager by Christopher Tate · 16 years ago
- 487529a First baby steps towards settings backup by Christopher Tate · 16 years ago
- 2a4bf5ce Fix the build. by Romain Guy · 16 years ago
- 257eef3 Merge branch 'readonly-p4-donut' into donut by Mitsuru Oshima · 16 years ago
- 8d11267 AI 147845: Compatibility mode support. Part 1 by Mitsuru Oshima · 16 years ago
- a379585 Enable static Java APIs for OpenGL ES 1.1 extensions. by Jack Palevich · 16 years ago
- 29b57e6 API_CHANGE: external_storage: Add SDCARD_WRITE permission with associated strings by San Mehat · 16 years ago
- 27f8002 Add an Android-specific static OpenGL ES 1.1 Java API. by Jack Palevich · 16 years ago
- 308618f Merge branch 'readonly-p4-donut' into donut by Eric Shienbrood · 16 years ago
- 9900127 AI 145980: am: CL 145881 Adding on to CL 145383, unhiding some additional methods and constants by Eric Shienbrood · 16 years ago
- d5a9af4 Merge branch 'readonly-p4-donut' into donut by Jeffrey Sharkey · 16 years ago
- 7eb4fbd AI 145860: am: CL 145568 Hide setStarted() from public API. by Jeffrey Sharkey · 16 years ago
- 5f05afe Merge branch 'readonly-p4-donut' into donut by Andy Stadler · 16 years ago
- f8a7cea AI 145778: Manual merge changes 145382-145384 from cupcake. by Andy Stadler · 16 years ago
- f391664 Merge branch 'readonly-p4-donut' into donut by Jack Palevich · 16 years ago
- 32925df AI 145590: Manually merge change 145250 from cupcake. by Jack Palevich · 16 years ago
- 06ba554 Integrate new power connnect/disconnect broadcasts by Christopher Tate · 16 years ago
- 767a662 AI 144185: Integrate cdma into the main code base. by Wink Saville · 16 years ago
- 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
- 88fb106 AI 143147: Manual integration by Dianne Hackborn · 16 years ago
- 303736d Automated import from //branches/donutburger/...@142826,142826 by Jim Miller · 16 years ago
- f013861 Automated import from //branches/donutburger/...@142787,142787 by Amith Yamasani · 16 years ago
- c2310f3 Automated import from //branches/donutburger/...@142486,142486 by Jack Palevich · 16 years ago
- 7d1e577 Automated import from //branches/donutburger/...@142472,142472 by Dianne Hackborn · 16 years ago
- 97d00b3 Automated import from //branches/donutburger/...@142465,142465 by Romain Guy · 16 years ago
- 4a0029f Automated import from //branches/donutburger/...@141213,141213 by Niko Catania · 16 years ago
- e5a1a26 Automated import from //branches/donutburger/...@141106,141106 by Jeff Hamilton · 16 years ago
- 1bf5e22 Automated import from //branches/donutburger/...@141001,141001 by Dianne Hackborn · 16 years ago
- 97f10fd Automated import from //branches/donutburger/...@140923,140923 by Dianne Hackborn · 16 years ago
- f63220f Automated import from //branches/donutburger/...@140828,140828 by Dianne Hackborn · 16 years ago
- d01721d Automated import from //branches/donutburger/...@140811,140811 by Niko Catania · 16 years ago
- 38e98fc Automated import from //branches/donutburger/...@140714,140714 by Dianne Hackborn · 16 years ago
- 470f71f Automated import from //branches/donutburger/...@140566,140566 by Jean-Michel Trivi · 16 years ago
- 1059253 auto import from //branches/cupcake_rel/...@140373 by The Android Open Source Project · 16 years ago
- ba87e3e auto import from //branches/cupcake_rel/...@138607 by The Android Open Source Project · 16 years ago
- c39a6e0 auto import from //branches/cupcake/...@137873 by The Android Open Source Project · 16 years ago
- b2a3dd8 auto import from //branches/cupcake/...@137197 by The Android Open Source Project · 16 years ago
- b22d55b auto import from //depot/cupcake/@136620 by The Android Open Source Project · 16 years ago
- 4df2423 auto import from //depot/cupcake/@136594 by The Android Open Source Project · 16 years ago
- 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
- d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
- 076357b auto import from //depot/cupcake/@132589 by The Android Open Source Project · 16 years ago
- 3dec7d5 auto import from //depot/cupcake/@137055 by The Android Open Source Project · 16 years ago
- 15ab3ea auto import from //branches/cupcake/...@132569 by The Android Open Source Project · 16 years ago