| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Original Change-Id: I417546a473f0ebe76a6e4102b87883a85365ac26
The behavior for single and double-quotes is different--I expanded
this section to note how they differ.
bug: 19959941
Change-Id: I9be9c066c416e9403a3ac164af0b1ce35f7ab1dd
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Bug: 19215516
Change-Id: I5dbbaa03f3cae007c0b9b68fcf8cc8f250c16a62
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This updates the documentation of the application element of
AndroidManifest.xml to mention the new android:usesCleartextTraffic
attribute.
This also updates the Javadoc of
android.security.NetworkSecurityPolicy and ApplicationInfo to match.
Bug: 19215516
Change-Id: I5c221b56addae8988b4db51994d18ae379d0fbe3
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
android:documentLaunchMode syntax section" into lmp-docs
* commit 'f99a16c943a4366bdfdba19534457f9e45538f7d':
docs: Fixed formatting in android:documentLaunchMode syntax section
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Also fixed the line breaks in android:configChanges so the syntax
code box doesn't need a horizontal scroll bar.
See first comment for doc stage location.
bug: 19935160
Change-Id: I1ec34473e743a9f0c921f771cfb47129c47f9014
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
ae279bd5: Merge "docs: Fixed typo (spurious quotation mark)." into lmp-docs
* commit '93ffb8633751c398b79ac894f741a0b745b3fc3d':
docs: Fixed typo (spurious quotation mark).
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
quotation mark)." into lmp-docs
* commit '46bda6a4838e592fd3cc0d9334ae92cdc7434f3e':
docs: Fixed typo (spurious quotation mark).
|
| | |\ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
See first comment for stage location.
bug: 18612085
Change-Id: I4c29a087621d1c62596838d30b2654ee136cecd1
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
0aef0abf: Merge "docs: Fixed broken image link, and broke long lines in code samples" into lmp-docs
* commit '118915706ea9f52e503bc82bf616da438eaad65e':
docs: Fixed broken image link, and broke long lines in code samples
|
| |\ \ \ \
| | |/ / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
and broke long lines in code samples" into lmp-docs
* commit '42f966c9df6ed4e7903e87ad557d63ed81da2986':
docs: Fixed broken image link, and broke long lines in code samples
|
| | |/ /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
While I had gridview open (per the bug), I also checked the other
files in that directory for broken image links (in case this stemmed
from a doc reorg). I didn't find any broken images, but I did find
a couple of code samples that unnecessarily had horizontal scroll
bars, so I fixed those.
See first comment for doc stage location.
bug: 19611361
Change-Id: I983a09aaee5e2b1747376748c1aa46341c31a3c2
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
documentation" into lmp-mr1-dev
* commit 'd8507e3aa4c8b05f753cd9541014c391891c1f75':
Update vmSafeMode documentation
|
| |\ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Bug: 2267583
Bug: 2553512
Bug: 12457423
Bug: 19664166
Change-Id: I6036c041176ead60deb745e1c4d27fe4addd47bd
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
470ad0fa: Merge "Correct docs to specify leading slash in paths." into lmp-docs
* commit '5be1afedd8f2289ba047473b242cd0535a4493fe':
Correct docs to specify leading slash in paths.
|
| |\ \ \ \
| | | |/ /
| | |/| |
| | | | |
| | | | |
| | | | |
| | | | | |
leading slash in paths." into lmp-docs
* commit 'bfcc60a3f03ff25dccb5277626da213b1e254ccd':
Correct docs to specify leading slash in paths.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The guide documentation for the manifest data element contains a
grammar that implies leading slashes are not required for the path
part of a URI string. Also the path documentation does not mention
the need for a leading slash.
Grammar from documentation:
<scheme>://<host>:<port>/[<path>|<pathPrefix>|<pathPattern>]
^
|
Included "/" -----------+
All internal usages of path, pathPrefix, and pathPattern, have a /
starting out the string and these attributes don't work without that
/.
This change updates the grammar and the documentation for the path
attributes.
Fixes bug 19540035
Change-Id: I931a25fd1c10c01eaa32a7cfa82cca256b129efb
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
5afdc97f: Fix USB typos
* commit 'e442d914b8a91b0893e59bca1aa75619ee59129d':
Fix USB typos
|
| |\ \ \ \
| | |/ / /
| | | / /
| | |/ /
| |/| | |
* commit '8f9ae2323e747dfbc09b48c6e29edcffaca4d0c7':
Fix USB typos
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Change-Id: Iefa610a81e9155dcfc687c514611bb7dbba5d7f9
(cherry picked from commit 9e86f6139b62dbc87b7ea97cedf847c847657829)
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
uses-sdk manifest docs" into lmp-mr1-dev
* commit 'aa1d21379020440f173b58a9edf32381a999f7bf':
docs: Add Android 5.1 to the uses-sdk manifest docs
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: Idf9962af4250e68ed885571a57b9a51a40f74267
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
d3cd0948: docs: New doc for creating an AfW Work Policy Controller
* commit '2557fb070a54a65277c320f20cedde828febb1e2':
docs: New doc for creating an AfW Work Policy Controller
|
| |\ \ \
| | |/ /
| | | |
| | | |
| | | |
| | | |
| | | | |
Work Policy Controller
* commit 'e64301e639e73f346a78584af2727bc98f3d81ae':
docs: New doc for creating an AfW Work Policy Controller
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
See first comment for doc stage location.
Change-Id: I0c9c0f849c049d33fc66e2bd8ac5ba284c7b9415
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
b87aa6cb: Merge "docs: mipmap link updates" into lmp-docs
* commit '87ea3f796cd8c7edff41bbfc7660e837a4366333':
docs: mipmap link updates
|
| |\ \ \
| | |/ /
| | | |
| | | |
| | | |
| | | |
| | | | |
into lmp-docs
* commit 'cc883a1ff3d46ffc3cb59915d6d292f91bd984a2':
docs: mipmap link updates
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: I345d4dc29e094a6835e04eec237d1b8b8a540eaa
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
"docs: site mipmap folder updates" into lmp-docs automerge: 797c989
* commit '9f807e7ef2793e02b592afa33d73633bb9343c4c':
docs: site mipmap folder updates
|
| |\ \ \
| | |/ /
| | | |
| | | |
| | | |
| | | |
| | | | |
automerge: 797c989
* commit '797c989e3be0d081098866206b0e5829a7fe2ce2':
docs: site mipmap folder updates
|
| | |\ \ |
|
| | | |/
| | | |
| | | |
| | | |
| | | |
| | | | |
b/12874352
Change-Id: I0b32502c8075740c66f04203110c9bfe8be103f9
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
guide." into lmp-docs automerge: a40eb5d
automerge: 1289d52
* commit '1289d522986e44c681bae020cb6dffe1d563b1ed':
Update ExoPlayer developer guide.
|
| |\ \ \
| | |/ /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
lmp-docs
automerge: a40eb5d
* commit 'a40eb5db455ebb225a7ff0afa244256079d8cf20':
Update ExoPlayer developer guide.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This is a minimal update, just to fix things that are broken
or no longer make sense as of the v1.2.0 release.
Change-Id: If519709c91c975d96b62e2dd28e18e2105735c2b
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
"docs: Fix issue with onCreate() method declaration in file backup section" into lmp-docs automerge: e0306bb
* commit '86391a2f63d60513279481e02c7234367cbced85':
docs: Fix issue with onCreate() method declaration in file backup section
|
| |\ \ \
| | |/ /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
declaration in file backup section" into lmp-docs
automerge: e0306bb
* commit 'e0306bbece4fd32d1e2f837dc515506180e04e8e':
docs: Fix issue with onCreate() method declaration in file backup section
|
| | |\ \
| | | | |
| | | | |
| | | | | |
section" into lmp-docs
|
| | | |/
| | | |
| | | |
| | | |
| | | | |
bug: 3180881
Change-Id: I9616ec0d559bfbce669c5afc5b1742f6f5271fa5
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
"docs: Fix notification api guide issues (7461154, 12765600)" into lmp-docs automerge: 946bf2d
* commit 'b8f9e04867aefe3b2f8fba05664c652f12bedc18':
docs: Fix notification api guide issues (7461154, 12765600)
|
| |\ \ \
| | |/ /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
(7461154, 12765600)" into lmp-docs
automerge: 946bf2d
* commit '946bf2de30545a548022b8b8ba1b0ebc890ab08e':
docs: Fix notification api guide issues (7461154, 12765600)
|
| | |/
| | |
| | |
| | |
| | |
| | | |
bug: 7461154
bug: 12765600
Change-Id: Ib4aff7f6481a514bf01894cad4984fed09f015e2
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Bug: 13807256
Cherry-pick from Iae4901a311e76401396f89c552e5b27a49c65c83
Change-Id: I4ad7aea1a3c7ea82bc2bbcdf35d2de418ef7b90f
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
automerge: 8be3724
* commit '8be3724a06f7b2d28c6664ca11a03f91f97f0972':
Remove references to persist.sys.language/country.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Addresses a couple of TODOs now that all usages have been
removed and fixes a doc that specifies how the emulator locale
can be set.
bug: 17691569
Change-Id: I802ea1e12448a5442840cad1fdc0956d3e2c7a8c
|
|\ \ \ \
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | | |
merge of e8f6bd48 to lmp-dev
* commit '083146428420dd3daa887d6e9c019e747a604cb5':
docs: Added info on noHistory and onActivityResult(). Bug: 13807256
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* commit '2287879039556ad3c8fce58974e2396b4a2dab45':
docs: Added info on noHistory and onActivityResult(). Bug: 13807256
|
| | |\ \ \
| | | |_|/
| | |/| |
| | | | | |
Change-Id: Idc370182914d5060a721d34c26cd72598f2c6dff
|
| | | |\ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
onActivityResult(). Bug: 13807256
* commit '98f07d901492335f51258655fbfa032fa3f2d58e':
docs: Added info on noHistory and onActivityResult(). Bug: 13807256
|