Andrew Solovay
c02411f38d
docs: Fixed bad link to cloud-backup training class
...
The name and URL of the old "Syncing to the Cloud" class had changed.
Fixed a single bad link; also changed the title on other pages where
the class was referred to by the old name.
I know that changing the _toc.cs files is redundant at this point
(since we don't use those files to generate TOCs any more) but I
figured I'd do it for consistency's sake.
See first comment for doc stage location.
bug: 30309375
Change-Id: I0cd8b1442ef3a8dd8a1917e897a3f0555c48e6ef
2016-07-22 14:44:03 -07:00
sreevanis
01f12a9e18
Merge \"docs: Fixed typo.\" into mnc-io-docs
...
am: 71f742920d
Change-Id: Ia489afb465582c6600d35ffed5826816b4043746
2016-07-21 20:32:55 +00:00
sreevanis
a08e461c2f
docs: Fixed typo.
...
Bug:24735177
Change-Id: I08e5f54795e5d26e2207fb9feccc0f2eff96ed70
2016-07-19 10:43:05 -07:00
Mark Lu
c4a0139e26
docs: remove trailing white space from jd files
...
Change-Id: Id7fb958460bf2f28d88c6120df0395690f32783a
2016-07-18 10:42:11 -07:00
Hemal Patel
e9ec18cd9f
Merge \\"Docs: Changed Blank Activity to Basic Activity\\" into mnc-io-docs am: 93dd99c6aa
...
am: 92c664b13d
Change-Id: I52034f812994545893e6e4e8a9de9de79f593bb2
2016-07-11 23:32:21 +00:00
Hemal Patel
93dd99c6aa
Merge "Docs: Changed Blank Activity to Basic Activity" into mnc-io-docs
2016-07-11 23:22:48 +00:00
Hemal Patel
8d25dddf8a
Docs: Changed Blank Activity to Basic Activity
...
As per Android Studio's latest version, Blank Activity is renamed to
Basic Activity. Hence, fixed step 6 to reflect the change.
Bug: 28177899
Change-Id: I824d60f936975645cd9116e8443771b68e132af9
2016-07-11 15:00:03 -07:00
Dan Yu
7579d70ca1
Merge \\"docs: Adding Android TV App Link docs\\" into mnc-io-docs am: e0b687048f
...
am: 68ef31fc36
Change-Id: I29f43f45d3412baf252af2b11d3cf4ec18025838
2016-07-11 21:20:57 +00:00
Mark Lu
025ad10a9b
Merge "docs: Fixed logic for determining image sample size" into nyc-dev
2016-07-11 20:13:35 +00:00
Mark Lu
58be01168a
Merge "docs: fix syntax error in "Saving Files" document" into nyc-dev
2016-07-11 20:13:04 +00:00
Mark Lu
9c0b602beb
Merge "docs: Updated link to UI Automator reference in "Testing UI" doc" into nyc-dev
2016-07-11 20:13:00 +00:00
Mark Lu
62f199ed9f
Merge "docs: remove out-of-date performance info" into nyc-dev
2016-07-11 20:12:33 +00:00
Daniel Yu
4099b2a581
docs: Adding Android TV App Link docs
...
Adding docs for app links for ATV channel apps in
updated Channel Data topic. Adding screenshots and
diagram of app link card.
Bug: 23574268
Change-Id: I00ae953e1ec44352eaedb070c8ffd9bd02b13d7d
2016-07-11 12:55:49 -07:00
David Friedman
e1fde5e9a9
Docs: Performance section
...
Change-Id: I97d10159ca9f7698741ce0ff23f87e4866848b1d
2016-07-01 14:35:44 -07:00
Mark Lu
92f003ff64
docs: Fixed logic for determining image sample size
...
The code sample in the "Load a Scaled Down Version into Memory"
section on the "Loading Large Bitmaps Efficiently" page now handles
corner cases correctly when determining how to downscale an image by
a factor that is equal to a power of 2.
Bug: 25944661
Change-Id: I971f90fb5d153abec4bc1d96ae465e3910e82efa
2016-06-27 18:14:44 -07:00
Mark Lu
3b6a1a624c
docs: fix syntax error in "Saving Files" document
...
The second code sample in section "Save a File on Internal Storage"
is missing a "}" brace in the try block. This commit adds the brace
to all languages of the document.
Bug: 25963385
Change-Id: I4b83ad7e7e081c0e3f036c5b9a36c8ff5489754b
2016-06-23 18:32:33 -07:00
Mark Lu
3091d15966
docs: Updated link to UI Automator reference in "Testing UI" doc
...
Bug: 25905708
Change-Id: I1c583033b5ecf6e9f68e771a3297b45e9c481cd0
2016-06-23 17:48:11 -07:00
Hemal Patel
391e0808d6
Docs: Fixed wrong link text am: 9e9d2c7fba
...
am: 1727bb369e
Change-Id: I655d77ccdc8586b348bd61309cd8cfba012113b8
2016-06-23 22:59:38 +00:00
Hemal Patel
9e9d2c7fba
Docs: Fixed wrong link text
...
Fixed the link text of the
AnimatorInflater.loadStateListAnimator method to display the
correct name of the class.
Bug: 24599015
Change-Id: I914e4152a5999544ff167c54959276180a7a1003
2016-06-23 13:07:06 -07:00
Mark Lu
ff51bffb34
docs: remove out-of-date performance info
...
Bug: 25905413
Change-Id: Ic7b055e0cea15e4850a5a611fa4cb18ca0654438
2016-06-23 10:59:33 -07:00
Scott Main
9802883bb3
Merge \\"Move conceptual test info into \\"Getting Started with Testing\\" and move the procedural information into the corresponding guides for creating unit tests.\\" into mnc-io-docs am: 8af7a89820
...
am: 359b8cd443
Change-Id: I91ac419c6c7778b0e357719e1822fe1f6adfe0c3
2016-06-22 18:49:25 +00:00
Scott Main
8af7a89820
Merge "Move conceptual test info into "Getting Started with Testing" and move the procedural information into the corresponding guides for creating unit tests." into mnc-io-docs
2016-06-22 18:37:11 +00:00
smain@google.com
97f483b4ca
Move conceptual test info into "Getting Started with Testing" and
...
move the procedural information into the corresponding guides for creating
unit tests.
This is part of a cleanup for the Android Studio test docs, simplifying the
amount of content covered with Android Studio to be strictly how to create
and run tests. Bug: 28470079
Related: https://critique.corp.google.com/#review/125115510
Change-Id: I8b9590045b42a03c618e7011e0c3741aede77cd8
2016-06-22 11:13:54 -07:00
Sreevani Sreejith
41a7bdec97
Merge \\"Documented how to handle advertisements during audio playback.\\" into mnc-io-docs am: 07340a654a
...
am: 5fef4a7d44
Change-Id: Ica1016e018fe5e278babd490b631414ad220f290
2016-06-21 11:55:54 +00:00
Sreevani Sreejith
07340a654a
Merge "Documented how to handle advertisements during audio playback." into mnc-io-docs
2016-06-21 11:44:20 +00:00
sreevanis
0c820aa9e1
Documented how to handle advertisements during audio playback.
...
Bug:24986554
Change-Id: I02cc0500492661ae7cde6cdae30490c00f8e4b97
2016-06-21 04:41:33 -07:00
Joe Fernandez
13697b873c
docs: Narnia 2 advertising language update
...
b/29009702
Change-Id: Icd060074413c53d6ad24e2919dc80be949a2260c
2016-06-20 09:08:46 -07:00
Bert McMeen
0caf0b7259
Merge \\"Docs: A removal from docs of an obsolete watch face permission\\" into mnc-io-docs am: 9011149e19
...
am: 7250594f04
Change-Id: I486c9ee933a6ed64d90013cf9964e7106713dde8
2016-06-15 23:08:28 +00:00
Bert McMeen
b65a30ebde
Docs: A removal from docs of an obsolete watch face permission
...
Bug: 24738486
Change-Id: I522021bc2363790695929fee504bc7b843bc61dc
2016-06-14 14:00:20 -07:00
Aurimas Liutikas
68d5e4b9ff
Merge \\"Fix broken {@docRoot} links\\" into mnc-io-docs am: a0fa50e40b
...
am: 423fe7db6a
Change-Id: I192297bc254d199e25249952591b3b2a1fc2b617
2016-06-14 17:37:38 +00:00
Aurimas Liutikas
a0fa50e40b
Merge "Fix broken {@docRoot} links" into mnc-io-docs
2016-06-14 17:14:59 +00:00
Bert McMeen
22eb26c27d
Merge \\"Docs: Watch face performance update\\" into mnc-io-docs am: 99677fb42d
...
am: 106af82850
Change-Id: Ia9fa224a4ebb6e51a3c6141751036504d202e137
2016-06-14 15:15:59 +00:00
Bert McMeen
99677fb42d
Merge "Docs: Watch face performance update" into mnc-io-docs
2016-06-14 15:02:01 +00:00
Aurimas Liutikas
a53fc1f2c0
Merge \\"Fix a spelling error in Supporting Languages page.\\" into mnc-io-docs am: ab239a0c1a
...
am: 5699312627
Change-Id: I7e7e4777b0475a7c2dd242370a6900cfd4457f90
2016-06-14 00:57:28 +00:00
Aurimas Liutikas
ab239a0c1a
Merge "Fix a spelling error in Supporting Languages page." into mnc-io-docs
2016-06-14 00:33:53 +00:00
Aurimas Liutikas
abc918b76a
Fix broken {@docRoot} links
...
Some {@docRoot} links were followed by a "/" causing links to break.
Bug:
https://code.google.com/p/android/issues/detail?id=174753
Change-Id: Ic5923ee447c55ac2aa95af365ae63425041e4fcf
(cherry picked from commit e0af48d190114afcd0c7a615187fd524aecda512)
2016-06-14 00:32:22 +00:00
Bert McMeen
2acb932302
Docs: Watch face performance update
...
Bug: 28923320
Change-Id: Ie1e8f0670bda1a4c975de829a6f27d6d95138ac7
2016-06-13 14:41:16 -07:00
Bert McMeen
51487f06f9
Docs: Fixed one of the addListener() links am: 33a1ea297d
...
am: ba86350c63
Change-Id: I505bc79896257c07dbeee8ed60496350f1d2668a
2016-06-13 20:36:12 +00:00
Bert McMeen
33a1ea297d
Docs: Fixed one of the addListener() links
...
Bug: 28454953
Change-Id: I00002c8bba42e972331d5d80193094606243e252
2016-06-13 12:23:00 -07:00
Eric Schmidt
b1a99c46b6
Merge \\"docs: Added links to performance resources section\\" into mnc-io-docs am: e4b1149320
...
am: 2dea7d3836
Change-Id: I73d48da51be02656ae636686b42253c35ebc3762
2016-06-09 17:56:38 +00:00
Eric Schmidt
e4b1149320
Merge "docs: Added links to performance resources section" into mnc-io-docs
2016-06-09 17:37:26 +00:00
Aurimas Liutikas
9ac187304b
Merge \\"Remove duplicate the from AppBar documentation.\\" into mnc-io-docs am: f9f7a29fe9
...
am: 9bd21c0fbb
Change-Id: Ib9c0255b772b0fc47d46758abdace1cf6bc9b045
2016-06-09 16:56:58 +00:00
Aurimas Liutikas
12edbe1751
Fix a spelling error in Supporting Languages page.
...
Bug:
https://code.google.com/p/android/issues/detail?id=71378
Change-Id: I82bc1b3e9b20fdafc74ef544e5bde4f22c47f2e3
(cherry picked from commit 52eae0ac1e78fc22cae962a99d19ed6f33d2a2da)
2016-06-09 16:44:21 +00:00
Aurimas Liutikas
f9f7a29fe9
Merge "Remove duplicate the from AppBar documentation." into mnc-io-docs
2016-06-09 16:41:55 +00:00
Sreevani Sreejith
e8ebd8aea0
Merge \\"docs: Documented how to handle alarms in AA media apps.\\" into mnc-io-docs am: 21d6abf7be
...
am: 539b6b7580
Change-Id: I92cd1c4193e9e8920f28f3300d28bdc8bb6b04cd
2016-06-09 02:28:58 +00:00
sreevanis
c2f67456aa
docs: Documented how to handle alarms in AA media apps.
...
Bug:27708785
Change-Id: Iee2a676fd8adbcba00301932d5e5637ee21df224
2016-06-08 19:10:49 -07:00
Eric Schmidt
a63e0209ee
docs: Added links to performance resources section
...
Bug: 27925680
Change-Id: Ide169d8f1b182cb1ed0021c35f2eee51feac71d7
2016-06-08 15:37:40 -07:00
Aurimas Liutikas
b7c41c89a2
Remove duplicate the from AppBar documentation.
...
Bug:
https://code.google.com/p/android/issues/detail?id=187156
Change-Id: I5ee5e93b5e5b004f49e860047e4e2610b44e81d9
(cherry picked from commit bfc3cfdec5383ecbf04a5d5c98bd53304352ba1e)
2016-06-08 18:06:01 +00:00
Dan Yu
24d5e1b9ec
Merge "docs: Updating GuidedStepFragment for 23.2, new action types" into mnc-io-docs am: 160ce9413c
...
am: 2ad3221e5f
* commit '2ad3221e5f982dd0b9213c7e600d6186a1a9ea23':
docs: Updating GuidedStepFragment for 23.2, new action types
Change-Id: Iaf555b61ddb9fc6706a67775e76106c8187b4d27
2016-05-31 17:21:48 +00:00
Dan Yu
160ce9413c
Merge "docs: Updating GuidedStepFragment for 23.2, new action types" into mnc-io-docs
2016-05-31 17:09:24 +00:00