summaryrefslogtreecommitdiff
path: root/docs/html/guide/appendix/faq
AgeCommit message (Collapse)Author
2017-03-21cherry-pick from nyc-mr1-dev docs: Removing Android docs from GerritAndrew Solovay
Original Change-Id: I5331cdc968be817ff70ba32dd03fce76493a6ab8 Test: make ds-docs Android developer docs are now maintained in Piper, go/dac-source Removing all files from Gerrit, since these files can cause build errors if they refer to classes that are later removed (whence bug b/35849713 ). Gerrit already has readme files in these directories telling people docs are not maintained here; these readmes will be a lot easier to spot now. Ran a doc build with these files deleted, and it seems to work fine, so submitting this CL *shouldn't* break anything. Bug: 35849713 Change-Id: Ic74c3f97f9620daf23543930a8b7ed1386f4d172
2012-11-07Correct executable bit for source filesKenny Root
Many media files and source code files were marked as executable in Git. Remove those. Also a shell script and python script were not marked as executable. Change-Id: Ieb51bafb46c895a21d2e83696f5a901ba752b2c5
2011-03-08docs: fix error in common tasks code snippet and add redirectsScott Main
to all faq docs from /guide to docs in /resources bug:3475300 Change-Id: I45148c26cc506683d34357dfecb3519b7f5ebdf4
2011-02-08cherrypick Change-Id: Icf0c7772901f742c36ba417e07cc5e299f72849aScott Main
fix broken links, update the dev guide intro, and update sitemap file Change-Id: I203f272654596ecf9eaf8ba7d8be85347f5f4dbe
2011-02-07Finish the app fundamentals rewrite by updating the side nav and resolving ↵Scott Main
links in the dev guide Also move the app fundamentals document back to fundamentals.jd TODO: resolve links in the javadocs Change-Id: Ia3c81a83bf7fe75f7942fd41bfb1d626ee72d5d9
2011-01-05Documentation fixes found over vacation hacking.Brad Fitzpatrick
Change-Id: I28900026465d66d950cf4f05f0c202b46c3c2d43
2010-01-07am 5f6002ec: am d71c2aa1: Merge "SDK doc change: add "Optimizing ↵Dirk Dougherty
Judiciously" excerpt to best practices. Clean up blockquote usage in other files." into eclair Merge commit '5f6002ec5f52ed164b591cf4b267fe771a81731f' * commit '5f6002ec5f52ed164b591cf4b267fe771a81731f': SDK doc change: add "Optimizing Judiciously" excerpt to best practices. Clean up blockquote usage in other files.
2010-01-07SDK doc change: add "Optimizing Judiciously" excerpt to best practices. ↵Dirk Dougherty
Clean up blockquote usage in other files. Bug: 2160782 Change-Id: I537194ecddc53d4f0e8456ce958ae8db6f521593
2009-12-16am f0165495: am 9d2252db: Merge change Ia36d8e74 into eclairKatarina Stenstedt
Merge commit 'f0165495951e3a32aa5697ac1299307c2d72f32a' * commit 'f0165495951e3a32aa5697ac1299307c2d72f32a': Updates to SDK troubleshooting doc, per bug 2315781.
2009-12-15Updates to SDK troubleshooting doc, per bug 2315781.Katarina Stenstedt
Describes work-around for these problems: Sometimes you can't view manifest files within Eclipse; you can't run the GestureBuilder sample on the emulator or uninstall it from the emulator. Bug: 2315781 Change-Id: Ia36d8e74a9fccd106ce2cc5e9451846aacba9da4
2009-08-21Fix all typos (found by script) in the Android documentation.Elliott Hughes
I haven't touched instances of "behaviour", "dequeue", "removeable", "resizeable", or "removeable" because all are accepted variant spellings and I don't know what the policy is on such things.
2009-07-25Encourage the better way of removing an Activity's title bar.Elliott Hughes
Books and web pages seem to prefer the requestWindowFeature method over the android:theme, despite the advantages of the latter. This may be because we mention requestWindowFeature but not android:theme in our FAQ. (Also add missing end tag to fix page rendering with Chrome.)
2009-07-07Example for displaying alerts was missing an "@" for theme attributeSimon Schoar
2009-04-22AI 147335: am: CL 147334 am: CL 147332 Miscellaneous doc changes for cupcake SDKDirk Dougherty
Original author: ddougherty Merged from: //branches/cupcake/... Original author: android-build Automated import of CL 147335
2009-04-21AI 147242: am: CL 147239 am: CL 147238 Update tools index, replace ↵Dirk Dougherty
activitycreator with android Original author: ddougherty Merged from: //branches/cupcake/... Original author: android-build Automated import of CL 147242
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-02-10auto import from //branches/cupcake/...@130745The Android Open Source Project
2008-12-17Code drop from //branches/cupcake/...@124589The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project