Joe Fernandez
287b15dafb
Merge "docs: 24.4 SDK tools release notes b/24801655" into mnc-docs
2015-10-15 16:07:34 +00:00
Chris Banes
e3c80538f5
Support Library v23.1.0 API Diff
...
Change-Id: Ib67b6319808926172ac98eb1e9a5facb507ed26f
2015-10-15 12:24:18 +01:00
Johan Euphrosine
e3ac68e11c
Merge "docs/sdk/installing: update jdk link to match with the installer"
2015-10-15 06:29:11 +00:00
Johan Euphrosine
90ef09bede
Merge "docs/sdk/installing: update jdk link to match with the installer" into mnc-docs
2015-10-15 06:28:52 +00:00
David Friedman
8e69aaff7f
Docs: Fixes instructions for manually putting device into Doze.
...
Bug: 24486809
Change-Id: Idec439cee19c070197b03cb49492ba8256059059
2015-10-14 19:49:26 -07:00
Cheryl Potter
521a365172
docs: 24.4 SDK tools release notes
...
b/24801655
Change-Id: I4d5abe55462de48b74e2a312f13fefaf540e08f5
2015-10-14 18:26:51 -07:00
Cheryl Potter
73cdff0954
Merge "docs: update Support Library links and release note b/24065341 b/23584577 b/24047203 b/24131953" into mnc-docs
2015-10-15 01:16:32 +00:00
Cheryl Potter
6098e49dae
docs: update Support Library links and release note
...
b/24065341
b/23584577
b/24047203
b/24131953
Change-Id: I86bba670072e55fc02f7246d28efcd992cf624d3
2015-10-14 17:52:52 -07:00
Andrew Solovay
9f598347c4
Merge "docs: Info on two special (more-than-'dangerous') permissions" into mnc-docs
2015-10-15 00:04:56 +00:00
Andrew Solovay
22c024657d
docs: New action views/action providers doc
...
Replaces the existing action views/action providers section in the
(soon to be removed) "ActionBar API Guide" page. Builds on
http://ag/730414 (which covers the basic app bar topics).
Some of the action providers doc is being moved into the
Javadoc reference for appropriate classes--that's being tracked
with CL http://ag/748902
See comment on patch set 2 for doc stage location.
Change-Id: Ia62b5155d7f67dc8922fc11917a12a957bf27fb1
2015-10-14 18:11:01 +00:00
Johan Euphrosine
fd227e9e39
docs/sdk/installing: update jdk link to match with the installer
...
Bug: 24105549
Change-Id: Ie8dc9747e3727bb1fc3f21ea59f90cdeb39b078c
2015-10-14 16:53:39 +00:00
Johan Euphrosine
a69eddb098
docs/sdk/installing: update jdk link to match with the installer
...
Bug: 24105549
2015-10-14 16:34:33 +00:00
Adam Lesinski
1a52d3f42b
am ae9ae6c5: am 56f9a422: am 1c9d43eb: am bde2707f: Merge "Add additional density enums to android:screenDensity attribute" into mnc-dr-dev
...
* commit 'ae9ae6c5985c603db6811c36462e1263967e5404':
Add additional density enums to android:screenDensity attribute
2015-10-13 01:59:44 +00:00
Adam Lesinski
ae9ae6c598
am 56f9a422: am 1c9d43eb: am bde2707f: Merge "Add additional density enums to android:screenDensity attribute" into mnc-dr-dev
...
* commit '56f9a422be2d600da48d559e4838d07a44676c72':
Add additional density enums to android:screenDensity attribute
2015-10-13 00:20:24 +00:00
Daniel Yu
56e345a7ad
docs: Fixing putBitmap() doc bug 19129506
...
Fixing erroneous putString() call, replaced with putBitmap().
Confirmed in search that error is not present elsewhere in the docs.
Bug: 19129506
Change-Id: I00152480cbdcd1b655c093e789a0462d80d5f829
2015-10-12 15:55:23 -07:00
Adam Lesinski
56f9a422be
am 1c9d43eb: am bde2707f: Merge "Add additional density enums to android:screenDensity attribute" into mnc-dr-dev
...
* commit '1c9d43eb0f6cdb33cc004b674b117da95230ce59':
Add additional density enums to android:screenDensity attribute
2015-10-12 22:21:36 +00:00
Cheryl Potter
6ad1cf4b54
Merge "docs: replaced UsesMinSdkAttributes with UnusedResources b/24113943" into mnc-docs
2015-10-12 21:16:41 +00:00
Adam Lesinski
06c07a1207
Add additional density enums to android:screenDensity attribute
...
Bug:24804021
Change-Id: I70c34da9ca5d186aa1ffaacf7f15180d4c4b81e1
2015-10-12 18:25:42 +00:00
Dan Yu
bc35ea14eb
Merge "docs: Fixing controller support example for bug 22727418 and 24098562" into mnc-docs
2015-10-12 16:27:38 +00:00
Dirk Dougherty
e20dda71cd
Doc change: Add device frames for Nexus 5X and 6P.
...
Change-Id: I9935e2af2b9775b6befb2d97e7c14d15aa340892
2015-10-09 18:52:18 +00:00
Cheryl Potter
961e06ec48
docs: replaced UsesMinSdkAttributes with UnusedResources
...
b/24113943
Change-Id: Ibe2be3014ad142f817a91d9b2b503ac1d53d4b1a
2015-10-08 19:08:40 -07:00
Daniel Yu
ff5e334e7a
docs: Fixing controller support example for bug 22727418 and 24098562
...
As per Robert Anderberg's recommendation, removed the manifest example that
doesn't include android:required="false" and updated description text to
indicate the example works with apps that "support" a game controller rather
than "require". Updated Robert's suggestion with more concise version from
Andrew's suggestion. Note that we're not adding info on specifying
android:required="true" because this causes the app to not be installable on
any devices (because controllers aren't currently considered part of a device,
so it ends up looking like no devices have controllers at install time)
Bug: 22727418
Bug: 24098562
Change-Id: Ie4dd02d5599b9ffda53e46dc5af4765d888e81a4
2015-10-08 15:54:35 -07:00
Andrew Solovay
fe7f063ade
Merge "docs: Noted several new supported screen resolutions." into mnc-docs
2015-10-08 18:44:45 +00:00
Dirk Dougherty
f4f073e90d
Remove deprecated page from Get Users.
...
Change-Id: Ic10f123b8186d4e9c02f6d4b76ee2da4a86365aa
2015-10-08 18:13:42 +00:00
Dirk Dougherty
a45b1547c7
Update broken links to udacity classes.
...
Change-Id: I353f92834aae93c144f03c60c972f8f08daee7f8
2015-10-08 18:08:04 +00:00
Quddus Chong
e69ef87c5c
docs: Fixed missing closing <strong> tag in IAB landing page.
...
Change-Id: I9794348c6b141398e96d3c9b4419fd9c2b4b2c86
2015-10-08 10:33:07 -07:00
David Friedman
37613a19c7
Docs: Adds an intent to the list. DAC counterpart to Critique CL 104821986.
...
Bug: 22197200
Change-Id: I7beddc2788ddbaeb98d963167c0f081e619faee3
2015-10-07 20:17:40 -07:00
Andrew Solovay
3099d2a96e
docs: Noted several new supported screen resolutions.
...
See first comment for doc stage location.
bug: 24351061
Change-Id: I1a2d7133129dc9a0cc6cdbdc69ca1a7a006c8913
2015-10-07 17:36:34 -07:00
Andrew Solovay
3915a0e83a
docs: Info on two special (more-than-'dangerous') permissions
...
There are a couple of 'signature' permissions that have a special
user-authorization process; mentioned them and put in a link to their
reference docs.
The reference docs for those methods is being updated in a separate
CL, http://ag/784299
See first comment for doc stage location.
bug: 24673125
Change-Id: I4f17784b570d6154482e3fe965bd2de1043babb6
2015-10-07 13:40:04 -07:00
Andrew Solovay
ac2be1998e
Merge "docs: Removing IAB v2 API docs" into mnc-docs
2015-10-07 17:52:48 +00:00
Quddus Chong
d61e5537e0
docs: Fixed rendering issue in testing training TOC.
...
Change-Id: I30671ff929bff61165972500d54850966123b67c
2015-10-07 10:07:23 -07:00
Cheryl Potter
78d655b467
Merge "docs: fixed "percent" path" into mnc-docs
2015-10-07 12:04:18 +00:00
David Friedman
184e415447
Merge "Docs: Adds three files that were omitted from ag/743190." into mnc-mr-docs
2015-10-06 03:04:48 +00:00
Adam Lesinski
383823a6e8
am ce8fc7b9: am 42efe5b3: am c87996e5: am 8461f2fa: am 46684d2c: Merge "Add anydpi to the providing-resources docs" into mnc-dev
...
* commit 'ce8fc7b919dbe6209ae4ac747179e33ec1ae8f9a':
Add anydpi to the providing-resources docs
2015-10-06 01:19:50 +00:00
Adam Lesinski
ce8fc7b919
am 42efe5b3: am c87996e5: am 8461f2fa: am 46684d2c: Merge "Add anydpi to the providing-resources docs" into mnc-dev
...
* commit '42efe5b333c1f28127da57a44b39bd72cfbe81b2':
Add anydpi to the providing-resources docs
2015-10-06 01:11:20 +00:00
Adam Lesinski
42efe5b333
am c87996e5: am 8461f2fa: am 46684d2c: Merge "Add anydpi to the providing-resources docs" into mnc-dev
...
* commit 'c87996e5382a5e9bc4ae400e1879d7c655d8b46a':
Add anydpi to the providing-resources docs
2015-10-06 01:03:49 +00:00
Quddus Chong
e024949c88
Merge "docs: Removed M Preview system images downloads page. bug: 24668423" into mnc-mr-docs
2015-10-05 23:32:47 +00:00
Adam Lesinski
46684d2cae
Merge "Add anydpi to the providing-resources docs" into mnc-dev
2015-10-05 22:31:22 +00:00
Dirk Dougherty
b9a472cd62
Doc change: update max apk size supported by Play.
...
Change-Id: Idd1b9fd851a91be543ab970b7eda91ed68d29375
2015-10-05 13:53:07 -07:00
David Friedman
0571a1d4c3
Docs: Adds three files that were omitted from ag/743190.
...
Bug: 22979024
Change-Id: Ifdb4e2db5901e654c3d63895997da69dcf8b396b
2015-10-05 13:28:37 -07:00
Adam Lesinski
4cad00b696
Add anydpi to the providing-resources docs
...
Change-Id: Ic108d9da2e39b9f8581311fe610a1959a24a732f
2015-10-05 19:39:40 +00:00
Quddus Chong
bc5273db1a
docs: Removed M Preview system images downloads page.
...
bug: 24668423
Change-Id: I0a530b046d77779dc4087418c7463a85cbada1bf
2015-10-05 11:29:04 -07:00
Joe Fernandez
3ecf21c0f4
Merge "docs: October 2015 Android Dashboard Update" into mnc-mr-docs
2015-10-05 17:06:24 +00:00
Joe Fernandez
fc8b34bbca
docs: October 2015 Android Dashboard Update
...
Change-Id: Ifbf8e9db90a6bfdbfd2c1121499520f7e831de53
2015-10-05 10:05:26 -07:00
Joe Fernandez
6215e24ee0
Merge "docs: Marshmallow release updates" into mnc-mr-docs
2015-10-05 16:19:55 +00:00
Andrew Solovay
38335ba90e
am b56f8113: docs: Documented DHU\'s --adb <port> flag
...
* commit 'b56f81136f7eb226e0eb5c4e3475c66b0f22b88f':
docs: Documented DHU's --adb <port> flag
2015-10-02 23:37:18 +00:00
Andrew Solovay
b56f81136f
docs: Documented DHU's --adb <port> flag
...
See first comment for doc stage location.
bug:23721209
Change-Id: If4ce6e72cce555b72176a77c9b3f2d552b71f54e
2015-10-02 15:57:23 -07:00
Quddus Chong
94f00b7535
docs: Fixed typo in the 'Optimizing Content for the Assistant' topic.
...
Change-Id: I2f878855f8583824422dbe6fe6b20fc444e43519
2015-10-02 10:14:07 -07:00
Andrew Solovay
28f84f8793
docs: Removing IAB v2 API docs
...
In-App Billing Version 2 has been deprecated for years, and was
finally removed in January 2015. Removing its API docs and references
to those docs; there's a second CL (http://ag/782481 for redirects from
those pages to the v3 docs.
See first comment for doc stage location.
bug: 19169884
Change-Id: Ie38e7075779754ef8a2310b0b2bd8b276a781eca
2015-10-02 00:06:40 +00:00
Dan Yu
e9392c4b38
am 0352b82b: Merge "docs: Fixing two typo bugs in patterns.html" into mnc-docs
...
* commit '0352b82b78e4e889674a4f09754f195ccf2ccda9':
docs: Fixing two typo bugs in patterns.html
2015-10-01 23:29:52 +00:00