summaryrefslogtreecommitdiffstats
path: root/docs/html
Commit message (Collapse)AuthorAgeFilesLines
* cherrypick Change-Id: I8c52dbe5ac04dfeb1b466b163ae3aec5dc401175Scott Main2011-01-201-10/+32
| | | | | | | | docs: update supports-screens doc with xlargescreens attribute... we updated the Supporting Multiple Screens document with this attribute for gingerbread, but this document was not updated at that time. Change-Id: I946e7eb8b93cee1a7223d400c882f415d6045815
* cherry pick Change-Id: I30e939d1dd5603a05070486c8a43187bedef52a4Robert Ly2011-01-203-2/+217
| | | | | | Doc change: Updating ndk/sdk/tools overview pages for hc preview Change-Id: I7e5feecc645be48e92d1f4a6d80f86ddb98e48b9
* Merge "docs: add getting started doc and version notes for HC preview" into ↵Scott Main2011-01-203-3/+936
|\ | | | | | | honeycomb
| * docs: add getting started doc and version notes for HC previewScott Main2011-01-203-3/+936
| | | | | | | | Change-Id: Ia969c54a9b57197fb0f8814cc1898e50c02608e0
* | Merge "Fix bug 3362375 - API REVIEW: remove unused public 'up' id" into ↵Adam Powell2011-01-201-1/+1
|\ \ | | | | | | | | | honeycomb
| * | Fix bug 3362375 - API REVIEW: remove unused public 'up' idAdam Powell2011-01-201-1/+1
| |/ | | | | | | | | | | Fix bug 3362453 - API REVIEW: android.app.ActionBar Change-Id: I4e0233cd9355a47682bfe7b4a7fda39801586f1a
* | Merge "Fixing bugs in HelloWebView tutorial on developer.android.com." into ↵Trevor Johns2011-01-201-3/+3
|\ \ | |/ |/| | | honeycomb
| * Fixing bugs in HelloWebView tutorial on developer.android.com.Trevor Johns2011-01-201-3/+3
| | | | | | | | | | | | | | | | | | - Top-level LinearLayout needs to fill_parent, rather than wrap_content, otherwise the child WebView has 0 width - setWebViewClient() needs to construct a new HelloWebViewClient, not WebViewClientDemo (which doens't exist). Change-Id: Ie8b14e0cbf2b498573e965ccfc27b858dedabfa0
* | Doc change: adding missing nfc demo pngRobert Ly2011-01-191-0/+0
| | | | | | | | Change-Id: Id96b13f4d075cec48dbc528c8396d1c2f6ed50d9
* | Merge "Doc change: adding missing samples" into honeycombScott Main2011-01-191-23/+63
|\ \
| * | Doc change: adding missing samplesRobert Ly2011-01-191-23/+63
| | | | | | | | | | | | Change-Id: Id5f63a02b80f88b5cb0c4db18322554944b944c9
* | | Merge "Doc change: animation devguide topic" into honeycombRobert Ly2011-01-193-171/+843
|\ \ \ | |/ / |/| |
| * | Doc change: animation devguide topicRobert Ly2011-01-193-171/+843
| | | | | | | | | | | | Change-Id: I52cdd29616f7f30784c0f8352c035493c8d413dc
* | | Added Honeycomb-Gallery to docs.Alexander Lucas2011-01-192-0/+10
|/ / | | | | | | Change-Id: I3879ee553f761113b30f8ad82c0a226d0823dd2c
* | Merge "Minor updates." into honeycombElliott Hughes2011-01-181-70/+41
|\ \
| * | Minor updates.Elliott Hughes2011-01-181-70/+41
| | | | | | | | | | | | | | | | | | Take into account Gingerbread JIT and GC improvements. Change-Id: I170def3ac1ecac0ba88258b8d6bfdd77cb2f7f9a
* | | Remove old APIs.Dianne Hackborn2011-01-171-3/+3
| | | | | | | | | | | | Change-Id: If676e4e7886ad71c4959d4253db99639b49218b8
* | | docs: move the fragments dev guide into fundamentals topicScott Main2011-01-173-5/+5
| | | | | | | | | | | | Change-Id: If6a9751e78db23e76256e179db99aa0e29126f85
* | | docs: update sidenav for honeycomb previewScott Main2011-01-171-10/+12
| | | | | | | | | | | | Change-Id: Ifaf93335159ed36c15c9639e7b3d8f77438614af
* | | docs: revise offline homepage; delete developing index redirect pageScott Main2011-01-172-38/+41
| | | | | | | | | | | | Change-Id: If73a0811721fa61c6924ac4aeaaa92c81c5fe439
* | | docs: update fragment docs with revised APIs, add sample code from ApiDemos, ↵Scott Main2011-01-162-379/+546
|/ / | | | | | | | | | | and polish it up Change-Id: Ie5fb51d6a4109acec6dd403cde2b630df8724bba
* | cherrypick Change-Id: I1365c6c45f8e1f75ee4afbc52c32778d21b97be4 from masterScott Main2011-01-145-0/+1922
|/ | | | | | | | | | | | | | | | | | | | | | | | | docs: Rewrite of App Fundamentals.. Part 2. This introduces three new docs: Services: Provides an introduction to using services and describes the service lifecycle (previously in the "Component Lifecycles" section of the fundamentals.jd document) Bound Services: A guide for services that offer binding. AIDL: A doc about using AIDL (primarily for creating a service interface) Also includes edits to IntentService javadocs to clarify different behaviors for some callback methods Includes a new version of the services lifecycle diagram and an additional diagram for determining onRebind() These files are orphaned for now---they're not linked in the sidenav, until I get the last couple documents submitted for the app fundamentals. Change-Id: I7fb0a8faff1f18b7d6b9a7b59f66f55a1b6168f1
* Implement issue # 3255887 could CursorLoader offer...Dianne Hackborn2011-01-081-7/+7
| | | | | | | | | | | | | | | | | | ...to throttle contentobserver-based requeries Why yes, I guess it could. This also reworks AsyncTaskLoader to not generate multiple concurrent tasks if it is getting change notifications before the last background task is complete. And removes some of the old APIs that had been deprecated but need to be gone for final release. And fixes a few little problems with applying the wrong theme in system code. Change-Id: Ic7a665b666d0fb9d348e5f23595532191065884f
* Doc change: fixing links set 3Robert Ly2011-01-078-61/+60
| | | | Change-Id: Id4123a2f0685887417d0b17a6fa81368aa756b6e
* Doc change: fixing links set 2Robert Ly2011-01-0717-69/+60
| | | | Change-Id: I8752cc7c732812a5f11f8b5f5ac83c3a87305f22
* Doc Change: Fixing broken links and miscellaneous text revisions to support ↵Robert Ly2011-01-0719-76/+163
| | | | | | link fixing Change-Id: I192595a3c7af520bf8598e80ae25d0dea289fcbd
* Doc change: Deleting obsolete files and adding html redirects. Modified hv ↵Robert Ly2011-01-0717-3260/+112
| | | | | | and traceview docs. Change-Id: Ic0c02da3205d2f8f22c8c045d859ddd1f83f7a9e
* cherrypick Change-Id: Id5d38a6d97323e082535e433ab64e89e8bd3d021Scott Main2011-01-0711-87/+92
| | | | | | docs: catchup honeycomb to gingerbread-docs with misc changes Change-Id: Ia192e253a1b0aca026e1809b4e68011975c1ad8c
* cherrypick Change-Id: If65316cb08c8912ed2ad1fe10ab7d5ceee664084Scott Main2011-01-071-3/+4
| | | | | | docs: revise developing on a device to replace nexus one Change-Id: I2e9945020a7b63175e0d5cf37ad4dd9bc783fa04
* cherrypick Change-Id: I9e1b530b5cbd43043d326c04bfc30b073bf9d388Scott Main2011-01-071-1/+1
| | | | | | fix bug 3295540 Change-Id: I1835444ff6dd0351a0f66ef565fa97a15dfea53f
* cherrypick Change-Id: Ic4fe5e2d1ef3082c34fb448dd1f4705f73f2235fScott Main2011-01-071-19/+12
| | | | | | docs: update dashboard Change-Id: Ifb21e6277ca71f717e4d91fca1ec4a49a810a7dc
* resolved conflicts for merge of 3a2c6bf0 to masterBrad Fitzpatrick2011-01-053-3/+3
|\ | | | | | | Change-Id: I1963d8fc391bb84de1054f2b20ce4e082d764cbe
| * am 69ea4e15: Documentation fixes found over vacation hacking.Brad Fitzpatrick2011-01-053-3/+3
| |\ | | | | | | | | | | | | * commit '69ea4e15e52c456537575d21443ac1efdb03a902': Documentation fixes found over vacation hacking.
| | * Documentation fixes found over vacation hacking.Brad Fitzpatrick2011-01-053-3/+3
| | | | | | | | | | | | Change-Id: I28900026465d66d950cf4f05f0c202b46c3c2d43
* | | Merge "Doc change: deleting tips section that was merged into index.jd"Robert Ly2011-01-041-83/+0
|\ \ \
| * | | Doc change: deleting tips section that was merged into index.jdRobert Ly2011-01-041-83/+0
| | | | | | | | | | | | | | | | Change-Id: I5a9b616ac45385672fed1743dff9daedcada0222
* | | | Merge "Doc change: removing debugging tips from nav"Robert Ly2011-01-041-4/+0
|\ \ \ \
| * | | | Doc change: removing debugging tips from navRobert Ly2011-01-041-4/+0
| | | | | | | | | | | | | | | | | | | | Change-Id: I02074c9fa20ebc6ed7a8ff7773bf796b2d781ab2
* | | | | Merge "Doc change: Updating titles"Robert Ly2011-01-042-2/+2
|\ \ \ \ \
| * | | | | Doc change: Updating titlesRobert Ly2010-12-292-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie6e359e8e0dc78d61a7eff08c5891ac50bde0f10
* | | | | | Merge "Doc change: Updating titles"Robert Ly2011-01-045-5/+81
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Doc change: Updating titlesRobert Ly2010-12-295-5/+81
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib0098dce10967567c7fb372770e48235c0224f2d
* | | | | | Merge "Doc change: Updating toc with final restructuring changes"Robert Ly2010-12-291-10/+9
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Doc change: Updating toc with final restructuring changesRobert Ly2010-12-291-10/+9
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I126c33c3e7dac5d83607aea41f18402e39d3a3f4
* | | | | | Merge "Doc change: Updating title"Robert Ly2010-12-291-1/+1
|\ \ \ \ \ \
| * | | | | | Doc change: Updating titleRobert Ly2010-12-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib86992881a51f0ffc7ea8d409aa0054278b3e763
* | | | | | | Merge "Doc change: Updating title to "connecting hardware devices""Robert Ly2010-12-291-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Doc change: Updating title to "connecting hardware devices"Robert Ly2010-12-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I6d317ef4ff0a980c04da4ee860fb40f6f554dd7a
* | | | | | | | Merge "Doc change: updating title"Robert Ly2010-12-291-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Doc change: updating titleRobert Ly2010-12-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I8f299e6d6abaa3476205f7cb4d49bdac3f79387d