summaryrefslogtreecommitdiffstats
path: root/api
Commit message (Expand)AuthorAgeFilesLines
* Hide gestures API.Romain Guy2009-06-121-1689/+1
* Fix SharedPrefsBackupHelper so it doesn't hard code the paths to the files.Joe Onorato2009-06-111-0/+26
* NEW_API: Expose queryAfterZeroResults searchable attribute.Satish Sampath2009-06-111-12/+12
* Add support for custom tab views in TabHost and TabWidget.Jack Veenstra2009-06-101-1/+75
* Add support for gestures in Home.Romain Guy2009-06-091-0/+24
* Adding default text-to-speech language in Settings.Secure.Jean-Michel Trivi2009-06-091-0/+11
* Fix several issues in the gestures libraries.Romain Guy2009-06-091-0/+11
* Fix bug in saving gestures stores. The outputstream was wrapping itself, thus...Romain Guy2009-06-091-203/+20
* Add a new attribute to android manifest for defining the GLES version number.Suchi Amalapurapu2009-06-051-11/+43
* Adding new Settings.Secure properties for the Text-To-Speech functionality.Jean-Michel Trivi2009-06-051-0/+44
* Add new SHOW_WEB_SUGGESTIONS system setting, referenced by the search settingsMike LeBeau2009-06-051-0/+11
* Unhide inInputShareable in BitmapFactory.Options.Wei-Ta Chen2009-06-041-0/+10
* * 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
* AI 148803: Update 1.xml and 2.xml for methods that take Generic Type Varargs....Bill Napier2009-05-132-4/+4
* 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-122-861/+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