summaryrefslogtreecommitdiff
path: root/core/java/android/widget/Adapters.java
Commit message (Collapse)AuthorAgeFilesLines
* Removed XmlAdapters from frameworks.Gilles Debunne2011-01-071-1235/+0
| | | | | | Has been moved to samples. Change-Id: Icc0530d78df9755a4a1fe9314fa557a91da408c6
* Some new API cleanup.Dianne Hackborn2011-01-041-30/+32
| | | | | | | | - Tweak Fragment docs to match new sample code. - Make some new attributes public. - Hide all of the XmlAdapter stuff, since it is not actually being used. Change-Id: Iae2062f91d1ca0c6b1d656ae948417d3d048482f
* Fix documentation HTML.Romain Guy2010-11-051-7/+7
| | | | Change-Id: Ic5380867a4d77d0b4724ca3bde091ddea89fb20d
* Display the correct expected name when loading the wrong adapter.Romain Guy2010-09-281-1/+2
| | | | | | Bug #3042860 Change-Id: I5533c6b99a6aa69e05b6acf8f140b64ee5ea02f0
* New XmlDocumentProvider class.Gilles Debunne2010-06-231-107/+148
| | | | | | | | Minor changes in the Adapters.java helper class. Extracts data out of a XML document using an XPath-like syntax. Change-Id: I0617b0783f11c86118b42cd8485d54440810c805
* Don't ignore the parameters passed to the load methods.Romain Guy2010-04-011-11/+25
| | | | Change-Id: Id2090a2a0a39dc19b821ee6a01dd206de366397e
* Fix the build, reallyRomain Guy2010-03-311-8/+8
| | | | Change-Id: Id5e00cf7eb822dabb0b2b95b541855871ff0fe07
* Fix the buildRomain Guy2010-03-311-2/+3
| | | | Change-Id: Ia55ab3e19e6cf81d719759eac48e00849bc0b73b
* Add support for XML-defined adapters.Romain Guy2010-03-311-0/+1176
This is preliminary work for new types of Launcher widgets. See javadoc in android.widget.Adapters for more details. Change-Id: I413b8d5f97673e255d84dc07ad112c333c0ce9dc