summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/topics
Commit message (Collapse)AuthorAgeFilesLines
* Camera: Minor documentation updateEino-Ville Talvala2015-11-161-2/+2
|\ | | | | | | | | | | | | am: 0b6e1bfae8 * commit '0b6e1bfae848b7b177bba9c8119ad44cdc05684a': Camera: Minor documentation update
| * Camera: Minor documentation updateEino-Ville Talvala2015-11-131-2/+2
| | | | | | | | | | | | | | - Further clarify hardware.camera feature being only for the back camera Bug: 24540625 Change-Id: I7a698740475aa4932648c8f62aab81d5f9341030
* | Camera: Documentation updatesEino-Ville Talvala2015-11-121-4/+5
|\ \ | |/ | | | | | | | | | | am: d8407271ff * commit 'd8407271ffa83d27e9a524f485a0799e422e1fd6': Camera: Documentation updates
| * Camera: Documentation updatesEino-Ville Talvala2015-11-111-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Clarify hardware.camera feature being only for the back camera - Clarify what setting a CaptureRequest field to null does - Use preCorrectionActiveArray instead of activeArray in list of possible raw output sizes - Clarify length of GPS processing field for camera1 API Bug: 24540625 Bug: 23908116 Bug: 23051627 Bug: 17345901 Change-Id: Iaf11fdf626268cf30f66b3628153ec3ac770c4f4
* | Add additional density enums to android:screenDensity attributeAdam Lesinski2015-10-121-7/+9
|/ | | | | Bug:24804021 Change-Id: I70c34da9ca5d186aa1ffaacf7f15180d4c4b81e1
* Add anydpi to the providing-resources docsAdam Lesinski2015-10-051-2/+7
| | | | Change-Id: Ic108d9da2e39b9f8581311fe610a1959a24a732f
* am 251f2479: am dc35d48f: Merge "docs: changed red to yellow in code ↵Cheryl Potter2015-08-211-1/+1
|\ | | | | | | | | | | | | snippet" into mnc-preview-docs * commit '251f24790757cf38bffbd6cec06c6503f99299dd': docs: changed red to yellow in code snippet
| * docs: changed red to yellow in code snippetCheryl Potter2015-08-121-1/+1
| | | | | | | | | | | | /b22530949 Change-Id: I595df3d8abbfdfc8c1a91a4b23adf416e99bb52e
* | Update the RenderScript runtime documentation for MNC.Jean-Luc Brouillet2015-08-1410-97/+1305
| | | | | | | | | | | | | | | | Update the documentation to include the features introduced in MNC. b/23190418 Change-Id: I2c6dc11029a9bc0c2ca9bb8b712d4fd4660c3b29
* | docs: Update uses-sdk-element page with API 23 (M) listingJoe Fernandez2015-08-131-24/+5
| | | | | | | | Change-Id: If579411c66f3cfc02b270a04b266fe7562b48e14
* | am e67416ec: am 4859a612: Merge "docs: Clarified how to find out when a ↵Andrew Solovay2015-07-141-75/+17
|\ \ | |/ | | | | | | | | | | switch is toggled" into mnc-preview-docs * commit 'e67416eccc6092e2fce3619b2244deda36fabd26': docs: Clarified how to find out when a switch is toggled
| * Merge "docs: Clarified how to find out when a switch is toggled" into ↵Andrew Solovay2015-07-141-75/+17
| |\ | | | | | | | | | mnc-preview-docs
| | * docs: Clarified how to find out when a switch is toggledAndrew Solovay2015-07-091-75/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Per Chris, the existing doc was incorrect: you *can't* check for a button press and a switch flip the same way. (The button triggers a click event, but the switch does not.) Chris suggested that we just remove the reference to onClick and suggest using a listener for both kinds of buttons (ToggleButton and Switch). Also pulled one note out of a section where it didn't fit (the bit about changing a button/switch's state programmatically didn't have much to do with listening for clicks) and put it at the top, and I fixed a Javadoc typo for a relevant class that I happened to notice. See first comment for doc stage location. bug: 20625504 Change-Id: I9c8975111381e5b169f6a61454ef3a93da635759
* | | am 70d39c28: am 2b856100: Merge "docs: Removed references to lockscreen ↵Robert Schaub2015-07-141-79/+6
|\ \ \ | |/ / | | | | | | | | | | | | | | | widgets, added note to Android 5.0 changes page" into mnc-preview-docs * commit '70d39c2836f3c05a93035439df0082b5c471c010': docs: Removed references to lockscreen widgets, added note to Android 5.0 changes page
| * | Merge "docs: Removed references to lockscreen widgets, added note to Android ↵Robert Schaub2015-07-131-79/+6
| |\ \ | | |/ | |/| | | | 5.0 changes page" into mnc-preview-docs
| | * docs: Removed references to lockscreen widgets, added note to Android 5.0Robert Schaub2015-07-131-79/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | changes page Removed one line from source code sample as well. Bug: 20826638 Change-Id: I3c27353db0f0092c21962f9beec1bf1da52ee9d5
* | | Merge "Add round/notround qualifier to docs" into mnc-devAdam Lesinski2015-06-301-0/+16
|\ \ \
| * | | Add round/notround qualifier to docsAdam Lesinski2015-06-301-0/+16
| | | | | | | | | | | | | | | | | | | | Bug:22203014 Change-Id: Icc05b93f0c1beddce3bd26ae169c2e8c0e3cb898
* | | | am 4653cdec: am 350286e6: Merge "docs: Clarified when you can put the ↵Andrew Solovay2015-06-301-5/+1
|\ \ \ \ | |/ / / |/| / / | |/ / | | | | | | | | | fragments in the root view." into mnc-preview-docs * commit '4653cdecab5eb6b08f23183f83034ccf50e93451': docs: Clarified when you can put the fragments in the root view.
| * | Merge "docs: Clarified when you can put the fragments in the root view." ↵Andrew Solovay2015-06-291-5/+1
| |\ \ | | |/ | |/| | | | into mnc-preview-docs
| | * docs: Clarified when you can put the fragments in the root view.Andrew Solovay2015-06-221-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Per bug b/10641907, putting fragments in the root view *only* works if the device runs Android 3.0 or later. Chris and Adam say we don't really want to suggest that work flow even for these devices, so I'm taking that info out. bug: 10641907 Change-Id: Ie44acbb534b8e0cea8dbbfaaf2c65836b1c31be6
* | | am ba12e226: am 0b5d0509: Merge "docs: Removed sentence from permissions ↵Robert Schaub2015-06-261-3/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | doc" into mnc-preview-docs * commit 'ba12e226981216116de772739165ace65fe59d5b': docs: Removed sentence from permissions doc
| * | docs: Removed sentence from permissions docRobert Schaub2015-06-241-3/+1
| | | | | | | | | | | | | | | Bug: 21788582 Change-Id: Ifffed46dece0adb00671199c26c2fe995c4179ea
* | | Remove not needed contacts related permissions.Svetoslav Ganov2015-06-231-43/+43
| | | | | | | | | | | | | | | | | | This reverts commit ed5ff51b2ca7c051e2719dfc8a8a083e6208848e. Change-Id: If2407e4e474a438d95e1b7ad1aa6f441bb3ace08
* | | Merge "Revert "Remove not needed contacts related perissions."" into mnc-devBart Sears2015-06-231-43/+43
|\ \ \
| * | | Revert "Remove not needed contacts related perissions."Bart Sears2015-06-231-43/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Broke the build, reverting. This reverts commit a2991da0d671adf511ccb884cf25bf1241303f92. Change-Id: I2bdfa70fbd8a6c03e48426f85eeb63896762d5da
* | | | Merge "Remove not needed contacts related perissions." into mnc-devSvet Ganov2015-06-231-43/+43
|\ \ \ \ | |/ / /
| * | | Remove not needed contacts related perissions.Svet Ganov2015-06-221-43/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removing the read/write profile/social stream permissions as they are not needed anymore. These permissions are for accessing data nested in the conacts provider which is already guaded by the read/write contacts runtime permissions. The removed permissions would be in the contacts group which means they would not provide more protection compated to read/write contacts. Also removing the permissions voids the need for app op support for legacy apps. Removed deprecated APIs for social streams as these were deprecated and will go away in the next release. We want apps targeting M to not be able to compile if still suing these APIs to help with migration. Change-Id: I26ed9055847af7f92c78eb0f4ac8f9f1aa616fcd
* | | | am c8a94c5b: am 813d974e: Doc change: Explicitly state the initial API level ↵Dirk Dougherty2015-06-221-0/+1
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | that supports maxSdkVersion attr in uses-permission. * commit 'c8a94c5b6df42b631e52dcae03d0243454886ecb': Doc change: Explicitly state the initial API level that supports maxSdkVersion attr in uses-permission.
| * | | Doc change: Explicitly state the initial API level that supports ↵Dirk Dougherty2015-06-221-0/+1
| | |/ | |/| | | | | | | | | | | | | maxSdkVersion attr in uses-permission. Change-Id: Ifb20f84560dc1c8655b8d216038a2b56777df460
* | | Merge "Enable Picture w/ HW Accelerated Canvas." into mnc-devDerek Sollenberger2015-06-221-1/+1
|\ \ \ | |_|/ |/| |
| * | Enable Picture w/ HW Accelerated Canvas.Derek Sollenberger2015-06-221-1/+1
| | | | | | | | | | | | | | | Bug: 20688645 Change-Id: I664f37d6dbb3e61b17206c82ebcc63f988cefc65
* | | am c3fbb0ce: am bee8d60a: Fixes a typo where parens were used instead of ↵David Friedman2015-06-191-2/+2
|\ \ \ | |/ / |/| / | |/ | | | | | | curly braces, preventing a link from being created at build time. * commit 'c3fbb0ce6c04ea5ece37bf4529271cb14296135b': Fixes a typo where parens were used instead of curly braces, preventing a link from being created at build time.
| * Fixes a typo where parens were used instead of curly braces, preventingDavid Friedman2015-06-191-2/+2
| | | | | | | | | | | | | | a link from being created at build time. Change-Id: I4086ce5054cc2d5cacd72314810b626aee50df62 (cherry picked from commit e62f4540cd6ce6289fb0196c8e30c3a3d6905794)
* | am a61df8f6: am 056bc731: am 1ddb7cae: am eb09fe5e: Merge "Remove most of ↵Oliver Woodman2015-05-261-496/+13
|\ \ | |/ | | | | | | | | | | ExoPlayer page, replacing it with links to ExoPlayer site." into lmp-docs * commit 'a61df8f63c55d96c5443449a9fb538ad97224a52': Remove most of ExoPlayer page, replacing it with links to ExoPlayer site.
| * am eb09fe5e: Merge "Remove most of ExoPlayer page, replacing it with links ↵Oliver Woodman2015-05-231-496/+13
| |\ | | | | | | | | | | | | | | | | | | to ExoPlayer site." into lmp-docs * commit 'eb09fe5e3a9911daf4cb8e95145d2a6936aa189d': Remove most of ExoPlayer page, replacing it with links to ExoPlayer site.
| | * Remove most of ExoPlayer page, replacing it with links to ExoPlayer site.Oliver Woodman2015-05-191-496/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - The dev guide has moved to Github, where we can easily maintain it together with the code. - I'd like us to still keep this page on the Android site, to direct developers toward using ExoPlayer. - I have no idea what branch this should be on, but can easily cherry-pick to another one as required. Change-Id: I9179b822988698053463eed7162e970cab3e1ae4
* | | am 353232ec: am b97afd41: am a27dd186: am e78f136b: Merge "docs: ↵Rich Slogar2015-05-121-28/+79
|\ \ \ | |/ / | | | | | | | | | | | | | | | renderscript using gradle settings" into lmp-docs * commit '353232ecee06d1828d8628c4e3917e3b428485aa': docs: renderscript using gradle settings
| * | am e78f136b: Merge "docs: renderscript using gradle settings" into lmp-docsRich Slogar2015-05-121-28/+79
| |\ \ | | |/ | | | | | | | | | * commit 'e78f136b1dbe11dc98c5699da24df49fd9dae795': docs: renderscript using gradle settings
| | * Merge "docs: renderscript using gradle settings" into lmp-docsRich Slogar2015-05-121-28/+79
| | |\
| | | * docs: renderscript using gradle settingsRich Slogar2015-03-121-28/+79
| | | | | | | | | | | | | | | | | | | | | | | | b/13532631 Change-Id: I35808faf3fae8706ca6f9e46408c791594ab1467
| | * | Docs: Correcting section on how to escape quotes in strings.Andrew Solovay2015-04-081-7/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The behavior for single and double-quotes is different--I expanded this section to note how they differ. (New version of a Gerrit CL I abandoned because of a commit mess-up.) See first comment for doc stage location. bug: 19959941 Change-Id: I417546a473f0ebe76a6e4102b87883a85365ac26
* | | | am 259a73b5: am b2152a43: am 1dc26b8c: docs: remove obsolete renderscript ↵Joe Fernandez2015-05-081-21/+0
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | reference framer page * commit '259a73b560b3acbd653167b2617810920a6f4b22': docs: remove obsolete renderscript reference framer page
| * | | docs: remove obsolete renderscript reference framer pageJoe Fernandez2015-05-071-21/+0
| | | | | | | | | | | | | | | | Change-Id: I9ec7ad462584d2e2b7132b1ddbf9306c9df83b10
* | | | am e12c404a: am 35d7cd40: am d0551fee: Merge "docs: providing resources ↵Rich Slogar2015-05-061-1/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | link" into lmp-mr1-ub-docs * commit 'e12c404a07037d214c7f1f83d993ce9dba95e47b': docs: providing resources link
| * | | Merge "docs: providing resources link" into lmp-mr1-ub-docsRich Slogar2015-05-051-1/+1
| |\ \ \
| | * | | docs: providing resources linkRich Slogar2015-04-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b/20453479 Change-Id: I62ed340a30efd1295d3e9a998a853b6cbfdbbd97
* | | | | am 79f12bb6: am d967fcbe: am e9f17cda: docs: Overhaul of the RenderScript ↵Jean-Luc Brouillet2015-05-0517-0/+25659
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | reference documentation. * commit '79f12bb648aa8a4f71e2c64c5c6354e2261e3257': docs: Overhaul of the RenderScript reference documentation.
| * | | | docs: Overhaul of the RenderScript reference documentation.Jean-Luc Brouillet2015-05-0517-0/+25659
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cherry-pick from CL: https://android-review.googlesource.com/148241 This CL replaces the Doxygen generated documentation by one that's created by our internal tool found in framework/rs/api. The big advantages: - Can handle overloaded functions. Doxygen could not and RenderScript has many. - Can have version information. - Can match the look of the Java documentation. - Cleaner look and no leaking of internal paths. This CL also include changes introduced by the L release which was missing previously. Change-Id: Icade41d04d35e45c445ad952bb8ce14389f9f59f
* | | | | am 62eaad72: am f9787d87: Merge "cherrypick from lmp-docs Docs: Correcting ↵Andrew Solovay2015-04-231-7/+23
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | how to escape quotes. Original Change-Id: I417546a473f0ebe76a6e4102b87883a85365ac26" into lmp-mr1-ub-docs * commit '62eaad7200e172404db587ecec9940670946e92a': cherrypick from lmp-docs Docs: Correcting how to escape quotes. Original Change-Id: I417546a473f0ebe76a6e4102b87883a85365ac26