summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2017-01-04docs: Added descriptions of IAB subscription-specific settings.Kevin Hufnagle
am: 145b377b38 Change-Id: I1b7a0885f613beb9b7baba8a6b35b59f00989ff3
2017-01-04docs: Added note - test subscriptions cannot use reserved IDs am: 98a11580efKevin Hufnagle
am: c8ccc66e85 Change-Id: Id17c38ec7f6b85bcbfaaf676bf3a2f1414fca893
2017-01-04docs: Added note - test subscriptions cannot use reserved IDsKevin Hufnagle
am: 98a11580ef Change-Id: I2c44d24b772d3df80dabab418875a1e9842aebbf
2017-01-04Merge "docs: Added note - test subscriptions cannot use reserved IDs" into ↵Kevin Hufnagle
nyc-dev
2016-12-19docs: Add deprecation message for the developer.android.com docs am: ↵Joe Fernandez
b9bd6cca9e am: 045ae0458a am: e161f75d38 am: 536dc4ecc4 am: bd7fab30dc am: 4c7e06b361 Change-Id: I2169912d343f7ceacf9ed9f6b3874a747d398f70
2016-12-17docs: Add deprecation message for the developer.android.com docs am: ↵Joe Fernandez
b9bd6cca9e am: 045ae0458a am: e161f75d38 am: 536dc4ecc4 am: bd7fab30dc Change-Id: I1764cf01406aa25d009df76ce4e76e1763ab1be7
2016-12-17docs: Add deprecation message for the developer.android.com docs am: ↵Joe Fernandez
b9bd6cca9e am: 045ae0458a am: e161f75d38 am: 536dc4ecc4 Change-Id: I431cc25fd1658a08497c562abefa05f55df9382f
2016-12-17docs: Add deprecation message for the developer.android.com docs am: ↵Joe Fernandez
b9bd6cca9e am: 045ae0458a am: e161f75d38 am: 536dc4ecc4 Change-Id: I00433f2c53c4ae494082ce21a4edb63717347906
2016-12-17docs: Add deprecation message for the developer.android.com docs am: b9bd6cca9eJoe Fernandez
am: 045ae0458a Change-Id: I2257467a9b263897d2af594720de61d29a982709
2016-12-17docs: Add deprecation message for the developer.android.com docsJoe Fernandez
am: b9bd6cca9e Change-Id: I3ba7d4519c491bdf09836f096106b4a6bc52e116
2016-12-16docs: Add deprecation message for the developer.android.com docsJoe Fernandez
Change-Id: Ia091df49099482696abbc3a596cf1787ca904d67
2016-12-16Add new RGBA_F16 bitmap configRomain Guy
This configuration uses 64 bits per pixel. Heach component is stored as a half precision float value (16 bits). Half floats can be decoded/encoded using android.util.Half. RGBA_F16 bitmaps are used to decode wide-gamut images stored in 16 bit formats (PNG 16 bit for instance). aapt is currently not aware of PNG 16 bits so such files must be placed in raw/ resource directories. This first pass provides only partial drawing support with hardware acceleration. RGBA_F16 bitmaps are stored in linear space and need to be encoded to gamma space with the appropriate OETF to be rendered properly on Android's current surfaces. They are however suitable for linear blending. Full rendering support will be provided in a future CL (BitmapShaders might be a bit tricky to handle properly during shader generation). Bug: 32984164 Test: bit CtsGraphicsTestCases:android.graphics.cts.BitmapRGBAF16Test Change-Id: I328e6b567441a1b9d152a3e7be944a2cf63193bd
2016-12-12Add missing API diffs for support library 25.1.0 am: f11879ae94Alan Viverette
am: 95a1aa80ea Change-Id: I3d1cc31d74adec78673e40df30a15c6fd212bd90
2016-12-12Add missing API diffs for support library 25.1.0Alan Viverette
am: f11879ae94 Change-Id: I40ed7b7bdd2b3016b2fa48c114c78f244552ce1e
2016-12-08Add missing API diffs for support library 25.1.0Alan Viverette
Bug: 33457676 Change-Id: I8be25b41fe54ec3cd328373d4577ee3e292f5581
2016-12-07Add missing API diffs for support library 25.0.0 am: 94280c0a91Alan Viverette
am: 6b1507c6b0 Change-Id: I6c64979fcd0873a810a17474f8c0e6c4044d05cc
2016-12-07Add missing API diffs for support library 25.0.0Alan Viverette
am: 94280c0a91 Change-Id: Ia5b4506fa104b161b2f65dd7820f2dec65e65232
2016-12-07Add missing API diffs for support library 25.0.0Alan Viverette
Bug: 33408968 Test: n/a Change-Id: I497b2a24248c1511c0d6eca4d5951451e4870b83
2016-12-06Change insecure HTTP resource link to scheme-relative link. am: fc175c08cb ↵Elliot Waite
am: c67ea5e3ff am: 4835467efa am: 27e3cf2a3f Change-Id: If718e3a97738bd04a262ad03881a011af43f01f8
2016-12-06Change insecure HTTP resource link to scheme-relative link. am: fc175c08cbElliot Waite
am: c67ea5e3ff Change-Id: Ia69b611a90b4c72e1cc9aa846ed12e0af685a0f4
2016-11-30Change insecure HTTP resource link to scheme-relative link.Elliot Waite
Change-Id: Id3c0d448b7aa4cafd87cfa46408c62a6fb0f3e57
2016-11-30Add API to visualize/debug/compare color spaces and colorsRomain Guy
ColorSpace.createRenderer() returns a ColorSpace.Renderer which can be used to visualize multiple color spaces and colors (each associated with a specific color space) in the same CIE 1931 xyY chromaticity diagram. This API was used to generate all the diagrams shown in the documentation. Bug: 32984164 Test: ColorSpaceTest in CTS Change-Id: Ic94d939d5cfd563d826701f5e876b67b47ed56ec
2016-11-28Add images to document built-in color spacesRomain Guy
Bug: 32984164 Test: make offline-sdk-referenceonly-docs and manual validation of output Change-Id: I2f0e00e5a0581517bb7c535e8aee150f87ac7a6e
2016-11-22Merge remote-tracking branch 'goog/cw-f-dev' into fix_mergerBaligh Uddin
Bug: 32849428 * goog/cw-f-dev: (98 commits) Revert "Catch KeyStoreException for setting profile lock" Fix createConfirmDeviceCredentialIntent for wear for CTS. Fix default dialog background colour for watch devices. Catch KeyStoreException for setting profile lock Add cross-links between FINE and COARSE location permissions. bug: 25371600 Fixed a bug with the emergency affordance in multi user Zygote: Additional whitelists for runtime overlay / other static resources. Import translations. DO NOT MERGE Import translations. DO NOT MERGE Import translations. DO NOT MERGE Import translations. DO NOT MERGE Import translations. DO NOT MERGE Import translations. DO NOT MERGE Import translations. DO NOT MERGE Zygote : Block SIGCHLD during fork. colors: add missing accent_material_{700,50} resources. Import translations. DO NOT MERGE Import translations. DO NOT MERGE Zygote : Block SIGCHLD during fork. DO NOT MERGE ANYWHERE Revert "DO NOT MERGE ANYWHERE libhwui: make setSurface asynchronous" ... Change-Id: I63468da5bfa21ed9ac5985bbdbf3a61d4c389aa0
2016-11-11App Shortcut: Clarify which attributes must be resources am: 104f805337 am: ↵Makoto Onuki
2a3fe7d979 am: b0fd5ba122 am: 7e1b835a4e Change-Id: I767dcbe980a60af1a3076acdf9234f4241ab7ca1
2016-11-11App Shortcut: Clarify which attributes must be resources am: 104f805337 am: ↵Makoto Onuki
2a3fe7d979 am: b0fd5ba122 Change-Id: I4780d09f8b692dbe76f1726a436f9693281fd488
2016-11-11App Shortcut: Clarify which attributes must be resourcesMakoto Onuki
am: 104f805337 Change-Id: I85eb5652c978fe4c41059158cf1d0f180b51fdd7
2016-11-11Merge "App Shortcut: Clarify which attributes must be resources" into ↵Kevin Hufnagle
nyc-mr1-dev
2016-11-07Docs: Revised the Drawable example am: ad302b60f4 am: 32bda49ae3 am: ↵Hemal Patel
618d339f3c am: 972fed3d41 am: 3fb153b196 am: 6a263b9faf Change-Id: I9a246348630e85edeac441b310326f5c216585e9
2016-11-07Docs: Revised the Drawable example am: ad302b60f4 am: 32bda49ae3 am: ↵Hemal Patel
618d339f3c am: 972fed3d41 am: 3fb153b196 Change-Id: Ia04ece98157476b62aed61766c2b0bdb5978a592
2016-11-07Docs: Revised the Drawable example am: ad302b60f4Hemal Patel
am: 32bda49ae3 Change-Id: I811bb218f83087c5dd602b4382c7496e019dcb0b
2016-11-07Docs: Revised the Drawable exampleHemal Patel
am: ad302b60f4 Change-Id: I3504dde2e7a31a50c59e3be239ae0160f84435ef
2016-11-07Merge "Docs: Revised the Drawable example" into nyc-devHemal Patel
2016-11-04Docs: Revised the Drawable exampleHemal Patel
Revised the Drawable example with VectorDrawable-friendly example Bug: 18009084 Change-Id: Ia6d0ad46a352601c7032244b17d28b9dd690de1d
2016-10-31docs: Added note - test subscriptions cannot use reserved IDsKevin Hufnagle
The "Testing In-app Billing" page now includes a note which explains that test subscription purchases must use real purchase IDs, not any of the IDs reserved for testing one-time in-app purchases. Bug: 27352434 Change-Id: I625178c3517ce9940bc4746d99f1d506fd5e944b
2016-10-31docs: Added descriptions of IAB subscription-specific settings.Kevin Hufnagle
The "Adding items one at a time to a product list" section on the "In-app Billing Administration" page now includes a new sub-section, "Adding subscription details," which describes the settings that developers can configure when creating a new subscription associated with an app. Bug: 28765727 Change-Id: Ie24c5dc505b11ebf9db0798add1a3150eaee59bc
2016-10-31App Shortcut: Clarify which attributes must be resourcesMakoto Onuki
Test: javadoc only -- m -j32 offline-sdk-docs Bug 32495737 Change-Id: I4c3884172761b128d07f1c2948ab7ccc53951a7e
2016-10-25docs: change gpu debugger redirect b/31781348 am: afbf16f908 am: fb4f5497b7 ↵Cheryl Potter
am: 2e7c67f3cd am: 90d300a0b1 am: 4fdbfbf48d am: b2576a6cce Change-Id: Ia135d813bf5bf65b52f144d25815715c0c52a48e
2016-10-25docs: change gpu debugger redirect b/31781348 am: afbf16f908 am: fb4f5497b7 ↵Cheryl Potter
am: 2e7c67f3cd am: 90d300a0b1 am: 4fdbfbf48d Change-Id: Icd72fc57ab7a2c21509065213c8b292e2c29ed8a
2016-10-25docs: change gpu debugger redirect b/31781348 am: afbf16f908Cheryl Potter
am: fb4f5497b7 Change-Id: I1c550fa22586145ec949fe54ef727be814624340
2016-10-25docs: change gpu debugger redirect b/31781348Cheryl Potter
am: afbf16f908 Change-Id: I6fa42074ba2fe6019f0bf817a7b21650d2a0dd43
2016-10-24docs: change gpu debugger redirectCheryl Potter
b/31781348 Change-Id: I7e374dcec975ba45b03f1cde656a438f986c5093
2016-10-25docs: Update startService() & bindService() documentation (Proj13) am: ↵George French
9748d76be9 am: e8e196d007 am: d544dc785b am: 5d1af7d918 am: 511fdef6c5 am: 434ea7aed4 Change-Id: Ie6a6ff391b7096b14d495fbb1dcca610af543ce0
2016-10-25docs: Update startService() & bindService() documentation (Proj13) am: ↵George French
9748d76be9 am: e8e196d007 am: d544dc785b am: 5d1af7d918 am: 511fdef6c5 Change-Id: I35750a7e88fee139b40359210086467eec3a5c48
2016-10-25docs: Update startService() & bindService() documentation (Proj13) am: ↵George French
9748d76be9 am: e8e196d007 Change-Id: I3d804611d1290eb6cf0fa525e492864220fb85fa
2016-10-25docs: Update startService() & bindService() documentation (Proj13)George French
am: 9748d76be9 Change-Id: I976128eb4c14ee2587c9cfa9c34f4b3dc006aa38
2016-10-24docs: Update startService() & bindService() documentation (Proj13)George French
Updated Update startService() and bindService() docs to mention that they no longer support implicit intent. And mentioned that the Intellegent job scheduling is now the preferred method for launching services. We also performed a copy edit, implementing Google styles. Bug: 18333456 Change-Id: I2b2ec666be870aea15045d30fbc822256d1b9a81
2016-10-19docs: Updating TIF docs for new TIF Companion library. am: e0810402fb am: ↵Daniel Yu
f8a8260c0d am: 9ce21dc769 am: f45beedf6c am: 3d74d9933c am: ab9e34f9cd Change-Id: Ia531f675fa35e876d73099e1bec98d89098b6d1c
2016-10-19Updated API reference doc for Single-Source RS am: 51f1e93be7 am: 246b0bcc9a ↵Yang Ni
am: 93f0442cbd am: 29ce2a91c9 am: 8baaab047a Change-Id: I5a8a0cbd3c86914a09ced7015978818382060332
2016-10-19docs: Updating TIF docs for new TIF Companion library. am: e0810402fb am: ↵Daniel Yu
f8a8260c0d am: 9ce21dc769 am: f45beedf6c am: 3d74d9933c Change-Id: I199d261d2dfa7d2b92f0dbe6fe7cbc2cbd8c3d64