summaryrefslogtreecommitdiffstats
path: root/api/current.xml
Commit message (Expand)AuthorAgeFilesLines
* * Moved supports-density tag under manifestMitsuru Oshima2009-06-031-0/+21
* Add new listener to GestureOverlayView. This listener fires whenever the over...Romain Guy2009-06-021-6/+77
* Unhide inPurgeable in BitmapFactory.Options.Wei-Ta Chen2009-06-021-0/+10
* base: Rename WRITE_SDCARD -> WRITE_EXTERNAL_STORAGESan Mehat2009-06-011-2/+2
* Retool the backup process to use a new 'BackupAgent' classChristopher Tate2009-05-311-22/+22
* Fix the build.Romain Guy2009-05-291-55/+431
* MemoryFile constructor and native methods throw IOExceptions.Bjorn Bringert2009-05-291-0/+2
* Fix wifi multicast API for public use.Robert Greenwalt2009-05-281-0/+66
* Fix issue 1846343 - part 1Eric Laurent2009-05-261-0/+44
* Add new orientation attribute to GestureOverlayView. This can be used to prev...Romain Guy2009-05-251-0/+46
* Fix drawing bug: opaque invalidations should not be taken into account when t...Romain Guy2009-05-251-11/+35
* Cleanup Gestures API and make it easier to use in 3rd party apps. Also fix th...Romain Guy2009-05-241-260/+345
* Define TARGET_CPU_ABI for finding native code in .apksDianne Hackborn2009-05-221-0/+10
* Fix the buildRomain Guy2009-05-221-0/+80
* Add a new API to ListView: setGestures(int). This allows developers to enable...Romain Guy2009-05-221-87/+165
* Move the Gestures API to the framework in android.gesture.Romain Guy2009-05-211-0/+1091
* location: Replace ILocationCollector interface with new ILocationProvider methodMike Lockwood2009-05-211-11/+0
* Add padding to public.xml to avoid breaking from auto-merges.Dianne Hackborn2009-05-201-2/+2862
* Fix issue #1859814: Add android.os.Build.MANUFACTURERDianne Hackborn2009-05-201-0/+10
* Fix build.Dianne Hackborn2009-05-191-0/+11
* Fixes external #2686. Make @android:anim/linear_interpolator public since the...Romain Guy2009-05-181-0/+11
* Fix the build. :(Dianne Hackborn2009-05-151-21/+10
* Implement compatibility support for WRITE_SDCARD permission.Dianne Hackborn2009-05-151-23/+55
* Allow intent resolution to be constrained by package name.Mihai Preda2009-05-151-4/+34
* Accessibility feature - framework changes (replacing 698, 699, 700, 701 and m...svetoslavganov2009-05-141-0/+1143
* Fix the build, again.Romain Guy2009-05-141-0/+11
* Get the backup calling through to the file backup helper.Joe Onorato2009-05-141-213/+0
* Make android.content.ComponentName implement java.lang.Comparable.Joe Onorato2009-05-121-0/+15
* Implement issue #1783881 (manifest option for adb-install-only apps)Dianne Hackborn2009-05-121-437/+22
* PackageManager keeps track of who installed what.Jacek Surazski2009-05-121-1/+3
* Fixes #1847219. Add a new API to load fonts from arbitrary files: Typeface.cr...Romain Guy2009-05-121-0/+26
* this should fix the buildMathias Agopian2009-05-081-60/+60
* Implement targetSdkVersion and maxSdkVersion, plus version code names.Dianne Hackborn2009-05-081-0/+125
* Improve shutdown process to send broadcast for applications.Dianne Hackborn2009-05-081-0/+22
* Fix keyboard redraw bug on long-press of CapsLock.Amith Yamasani2009-05-081-0/+24
* Fix the build.Jeff Hamilton2009-05-071-5/+40
* More backup testsJoe Onorato2009-05-071-0/+178
* Add new setTag(int, Object) API to allow applications to specify several tags.Romain Guy2009-05-061-0/+28
* Fixed issue 1709450: Requirements for CDMA Tone GeneratorEric Laurent2009-05-061-0/+55
* fix issue 1713090: After a Bluetooth call, MusicPlayer starts playing on spea...Eric Laurent2009-05-061-2/+2
* Rewrite SyncStorageEngine to use flat files and in-memory data structures.Dianne Hackborn2009-05-051-0/+43
* Config: Deprecate most fields, and hook into ConfigBuildFlagsDave Bort2009-05-011-6/+4
* location: Add support for location providers outside of the system process.Mike Lockwood2009-05-011-0/+22
* Add the ability to specify the onClick handler with XML. The new android:...Romain Guy2009-05-011-0/+11
* NEW_API: Expose includeInGlobalSearch searchable attributeBjorn Bringert2009-05-011-0/+11
* NEW_API: Expose searchSuggestThreshold searchable attributeBjorn Bringert2009-05-011-0/+11
* Hide the backup stuff for nowChristopher Tate2009-04-301-106/+0
* Add android.backup.BackupManagerChristopher Tate2009-04-301-0/+30
* First baby steps towards settings backupChristopher Tate2009-04-291-0/+87
* Fix the build.Romain Guy2009-04-291-2/+2