Commit Graph

2953 Commits

Author SHA1 Message Date
Hemal Patel
a4fa47f6c9 Docs: Renamed Google Now to Google Voice Actions am: 86bbfaabdd am: 00ff40145d
am: 413e261d9b

Change-Id: I4cb24481c2f1fd3db9911a5bcee96a5bb72efa2b
2016-08-17 19:50:10 +00:00
Hemal Patel
00ff40145d Docs: Renamed Google Now to Google Voice Actions
am: 86bbfaabdd

Change-Id: If177e10f331ca5ade62005337956b0fa81a90f26
2016-08-17 19:37:14 +00:00
David Gross
36eabd3d4d Update RenderScript docs: reduction, other API 23/24 changes, cleanup. am: b50e856fc7
am: b869263b5d

Change-Id: I977d1120382fd9429bbc221d544295328e0e43e5
2016-08-15 17:32:36 +00:00
David Gross
b869263b5d Update RenderScript docs: reduction, other API 23/24 changes, cleanup.
am: b50e856fc7

Change-Id: Iad5173dfd05c77284d74bbff2c095d91064a941f
2016-08-15 17:23:18 +00:00
David Gross
8cb4ca439e Merge "Update RenderScript docs: reduction, other API 23/24 changes, cleanup." into nyc-dev 2016-08-15 17:17:02 +00:00
David Gross
b50e856fc7 Update RenderScript docs: reduction, other API 23/24 changes, cleanup.
Substantive changes:
- Add discussion of reduction kernels.
- Use RS_KERNEL in place of __attribute__((kernel)).
- Discuss "context" special argument.
- Special arguments x, y, z may be of type int.
- Discuss multiple inputs for mapping kernels.
- Mention that script-side global writes are not visible in Java.
- Rewrite part of discussion regarding when to use support library.
- Change minimum device version for support library from Android 2.2 (API level 8)
  to Android 2.3 (API level 9).

Stylistic changes (better conformance with style guide):
- Proper use of <i> (italic) versus <em> (emphasis).
- Proper case for headings.
- Proper pattern for Android version numbers.
- Do not use e.g. or i.e.
- Prefer active rather than passive voice.
- Prefer present rather than future tense.

Miscellaneous minor editorial changes.

Bug: 27299393
Bug: 30000147

Change-Id: Ie0a26152714cf8f619d4914218f7262d675bb25f
(cherry picked from commit 05eef3040e)
2016-08-12 11:06:29 -07:00
Hemal Patel
0e84309130 Docs: Changed custom_toast to toast_layout am: 3b7309d753 am: ca17f5b8e3
am: fbbb95ffbf

Change-Id: I0297e686573b191cb16049caf762b20a710eb53c
2016-08-09 21:19:44 +00:00
Hemal Patel
fbbb95ffbf Docs: Changed custom_toast to toast_layout am: 3b7309d753
am: ca17f5b8e3

Change-Id: Ic306fd462773e6b6b457a0f8c1ee4a5bd931be22
2016-08-09 21:10:24 +00:00
Hemal Patel
ca17f5b8e3 Docs: Changed custom_toast to toast_layout
am: 3b7309d753

Change-Id: I3d85fb321e27643227c568127870c7ad07650c41
2016-08-09 21:03:00 +00:00
Hemal Patel
86bbfaabdd Docs: Renamed Google Now to Google Voice Actions
This commit contains the following changes:
- Renamed instances of Google Now to Google Voice Actions
- Removed the Intents fired by Google Now section as it is obselete
- Added link to the Google Voice Actions page
- Changed the voice-icon.png's reference link to the System Actions reference
  section on the Google Voice Actions page
- Revised the HTML comment and local CSS by replacing Google Now box with
  Google Voice Actions box.

Bug: 19501778
Change-Id: I3e4364aaceaff4f5bceb090dd4f8da548dfa5c30
2016-08-08 13:05:42 -07:00
Hemal Patel
06c5603b67 Docs: Fixed info about spanning multiple columns am: 64e88cd296 am: 611f50d62f
am: 43c0f74d0c

Change-Id: Id0f4c2ac25fe5fd6f1f5a9f022dcc33912808f4d
2016-08-04 19:54:28 +00:00
Hemal Patel
43c0f74d0c Docs: Fixed info about spanning multiple columns am: 64e88cd296
am: 611f50d62f

Change-Id: Ie4daa14c817f2781e06a6a0d1d68a245780580e8
2016-08-04 19:48:19 +00:00
Hemal Patel
611f50d62f Docs: Fixed info about spanning multiple columns
am: 64e88cd296

Change-Id: I8c4219e946fddbfc023bbe77549cc12fc0b6bd3a
2016-08-04 19:43:18 +00:00
Kevin Hufnagle
0a5002e73d docs: Added page on DAC describing ARC manifest file considerations. am: 97a3d3c3a6
am: cbffa2b67a

Change-Id: Id5096f7cb8e7b975744c6d9c86d632bfdcf4a3b8
2016-08-04 00:03:47 +00:00
Kevin Hufnagle
cbffa2b67a docs: Added page on DAC describing ARC manifest file considerations.
am: 97a3d3c3a6

Change-Id: I30f3f08575e8b959a46f47f7f32397f6854e621a
2016-08-03 23:53:49 +00:00
Hemal Patel
64e88cd296 Docs: Fixed info about spanning multiple columns
Corrected the information related to the spanning of multiple columns.
As per the reference documentation, cells can span multiple columns. Added
information about how to span multiple columns and provided a reference
link for more details.

Bug: 24760839
Change-Id: I32d51d27db94f61dfa83f7fe1fe94ca58708a2d0
2016-08-03 14:28:38 -07:00
Kevin Hufnagle
97a3d3c3a6 docs: Added page on DAC describing ARC manifest file considerations.
Bug: 30114799
Change-Id: I9b8d67d09e4627f22a9fc58421dd52aa3650c235
2016-08-02 22:11:02 -07:00
Hemal Patel
3b7309d753 Docs: Changed custom_toast to toast_layout
Bug: 18909456
Change-Id: Ib3f79436421e5bdbd6ebd18563da081a751ea0e0
2016-08-02 14:47:19 -07:00
Adam Lesinski
12e5b87771 AAPT: faketouch feature implied if no touchscreen feature requested. am: ca955a4c3a
am: 76cbcd495e

Change-Id: I29700574c70f35695ccbdd60c570bb222e1aa0eb
2016-08-02 02:01:37 +00:00
Adam Lesinski
ca955a4c3a AAPT: faketouch feature implied if no touchscreen feature requested.
This changes the default implied feature of 'android.hardware.touchscreen'
to 'android.hardware.faketouch' if no 'android.hardware.touchscreen'
feature is requested, required or otherwise.

Bug:30571641
Change-Id: I1e41242d4b1dc549cf69741d2a309baf476d084e
2016-08-01 17:20:28 -07:00
Adarsh Fernando
dca5dadaf0 Docs: fix broken image link in platforms architecture doc
am: 0ead099a87

Change-Id: I394553e7feddf1335da921546e0ac711c9d94584
2016-07-29 00:48:05 +00:00
Adarsh Fernando
0ead099a87 Docs: fix broken image link in platforms architecture doc
Change-Id: Ie6a9f6c475633336b45cb74719c2cf0724e54971
2016-07-28 14:59:05 -07:00
Adam Lesinski
564a534f33 Fix nesting of sample XML code in complex-resources doc am: 79a5b91d0d
am: d779894510

Change-Id: Id09b9b99a6653a69653f846220676c370570ae35
2016-07-28 19:40:00 +00:00
Adam Lesinski
d779894510 Fix nesting of sample XML code in complex-resources doc
am: 79a5b91d0d

Change-Id: I6c2e2aabf079005df5dc0eea8bcaa04f6438c3fc
2016-07-28 19:31:27 +00:00
Adam Lesinski
79a5b91d0d Fix nesting of sample XML code in complex-resources doc
Bug:30447181
Change-Id: Icea1580f6d919585d488befd62bfa16be7b4a0a6
(cherry picked from commit 4d1e2adf60)
2016-07-28 19:06:53 +00:00
Dirk Dougherty
98fe13a4aa Doc change: remove notifications guidelines page and redirect to material spec. am: 9bb0869926
am: 340a59c77b

Change-Id: I879d15a71152f2642962887791d3a3d44396310d
2016-07-28 01:49:22 +00:00
Dirk Dougherty
340a59c77b Doc change: remove notifications guidelines page and redirect to material spec.
am: 9bb0869926

Change-Id: Ie41e3665d31bd44b4a4cfbcf6c50f72efd30a17d
2016-07-28 01:13:34 +00:00
Andrew Solovay
23fa265d60 docs: Fixed bad link to cloud-backup training class am: c02411f38d
am: 7e7924b074

Change-Id: I030be780a1fcf49ae370db250bd747b733873a99
2016-07-28 01:13:15 +00:00
Dirk Dougherty
9bb0869926 Doc change: remove notifications guidelines page and redirect to material spec.
Bug-Id: 28768849
Change-Id: I8f73a3023ae7648cf89d2e31f0cf055195da2bd7
2016-07-28 01:02:39 +00:00
Andrew Solovay
7e7924b074 docs: Fixed bad link to cloud-backup training class
am: c02411f38d

Change-Id: I407879f4ec8fbdfae3551c042dc30e38384ef235
2016-07-28 00:30:37 +00:00
Andrew Solovay
37b4ca58e7 docs: Moving multi-window docs out of N Preview area for N release
am: dda5e4b1ab

Change-Id: Icc9a59b6f15a40e22b194de9784a57e7c1faf0ea
2016-07-27 23:29:23 +00:00
Andrew Solovay
436aaefed2 docs: Added Android N (API level 24) to the \"API levels\" table
am: 563c4f1adb

Change-Id: I9d17bda57e40d97e6bc83512d119ab460e0e418e
2016-07-27 23:14:53 +00:00
Adarsh Fernando
dc356fc113 Docs: Migrating platform docs to /guide/platform/ with new landing page
am: cf150dd245

Change-Id: If72fe564637c6a9e9afc576fcc6a5987db5bcc3d
2016-07-27 23:14:48 +00:00
Eric Schmidt
1e366dd06f docs: Migrating multilingual-support to permanent home.
am: 32e428e78e

Change-Id: I9ca319c51756ea853479e4019520a670e46f9ffe
2016-07-27 23:14:42 +00:00
Andrew Solovay
dda5e4b1ab docs: Moving multi-window docs out of N Preview area for N release
Also setting up redirects, and making necessary changes to other
docs (e.g. drag-and-drop) to account for new feature. Added "see
also" links to a few appropriate pages.

See first comment for doc stage location.

Change-Id: I2a57767a12cf944713c52cddc8422414ce595b2c
2016-07-27 15:55:47 -07:00
Andrew Solovay
ffe63a4ad8 Merge "docs: Added Android N (API level 24) to the "API levels" table" into nyc-dev 2016-07-27 22:47:59 +00:00
Andrew Solovay
baa3c078a6 Merge "docs: Fixed bad link to cloud-backup training class" into nyc-docs 2016-07-27 22:47:34 +00:00
Adarsh Fernando
cf150dd245 Docs: Migrating platform docs to /guide/platform/ with new landing page
Bug:29575457
Change-Id: I6d576e9dd28132fcf7e6e017187f30702066c2af
2016-07-27 15:38:41 -07:00
Eric Schmidt
23ff2e9d0a docs: Migrating icu4j-framework to permanent home
am: 10da34380a

Change-Id: I710e761b3ed4f462af826886c14a4386d7374430
2016-07-27 22:19:49 +00:00
Eric Schmidt
32e428e78e docs: Migrating multilingual-support to permanent home.
Bug: 30224032
Change-Id: I14ddb924bdf6c17719520b7883ab601281c548c2
2016-07-27 15:07:50 -07:00
Eric Schmidt
6e444a4b97 docs: Migrate notification-update to notifications docs
am: bcce78731d

Change-Id: I121e018305eb67fb3210d384a77530033fed55bd
2016-07-27 21:46:56 +00:00
Eric Schmidt
10da34380a docs: Migrating icu4j-framework to permanent home
Bug: 30224272
Change-Id: I2d52a686f813d7299918abeb66be0a479ed49b70
2016-07-27 14:38:29 -07:00
Eric Schmidt
bcce78731d docs: Migrate notification-update to notifications docs
Bug: 30224465
Change-Id: I43ded785db6c69d493965f50f798262595b2d026
2016-07-27 14:22:04 -07:00
Daniel Yu
13768a377f docs: Migrating Scoped Dir Access preview docs into DAC
am: 8a481eaf20

Change-Id: I53ae716ef626c0249d46df86ecd2682d90c7e740
2016-07-27 20:20:26 +00:00
Hemal Patel
a22902ceaa Docs: Used NotificationCompat.MediaStyle am: d3c609cbc1
am: bae260d909

Change-Id: I4024cad11f6664bdfd348c783193c47c5eb76a7a
2016-07-27 20:12:56 +00:00
Daniel Yu
8a481eaf20 docs: Migrating Scoped Dir Access preview docs into DAC
For Android N release, migrating and updating Scoped Directory Access
docs into regular DAC docs. Updated TOC and added redirect.
Removed preview/features doc. Updated and moved images.

Bug: 30257320
Change-Id: I3440fe1b74947cbfbd1ada6f5d6bee5e49847927
2016-07-27 13:04:52 -07:00
Hemal Patel
bae260d909 Docs: Used NotificationCompat.MediaStyle
am: d3c609cbc1

Change-Id: Ia297b36f995caa5b552722d475461ec1be321136
2016-07-27 19:26:05 +00:00
Hemal Patel
b2baf25d34 Merge "Docs: Used NotificationCompat.MediaStyle" into nyc-docs 2016-07-27 19:13:54 +00:00
Hemal Patel
d3c609cbc1 Docs: Used NotificationCompat.MediaStyle
In the Controlling Media section, updated the overview and sample code to
reference NotificationCompat.MediaStyle. Removed the note about the
pre-requisite to have Android 5.0 and higher.

Bug: 22505224
Change-Id: Id9a647ca8eec7f1b763227ee4fd1f18dee4bcb6f
2016-07-26 16:13:35 -07:00
Dirk Dougherty
66641f8ec5 resolve merge conflicts of c4ae782 to nyc-dev-plus-aosp
Change-Id: Ib81e71e0b9a17a4231d93f02f41c7722fad84ec3
2016-07-25 13:47:53 -07:00