Dirk Dougherty
f365928406
Doc change: add reminder for developers on using ad id.
...
Change-Id: I2a6109bd1b97e4432e36c6a5055aee6e2b1c3edd
2014-07-21 22:15:04 +00:00
Joe Fernandez
c12a144427
am 52e2416c: Merge "docs: fix wear whitelist sign up language to be less confusing" into klp-docs
...
* commit '52e2416cc72f7d87e2f7f1aa29b7a9cb85ae0c70':
docs: fix wear whitelist sign up language to be less confusing
2014-06-25 22:49:36 +00:00
smain@google.com
08eb76f42e
am 12df4f9e: update wear icons on preview page
...
* commit '12df4f9ef19b49147f700cfa95fb73517540b033':
update wear icons on preview page
2014-06-25 18:14:11 +00:00
smain@google.com
12df4f9ef1
update wear icons on preview page
...
Change-Id: I17fc5a7d1ba637ea0eb557eae50aea76667e2430
2014-06-25 11:08:40 -07:00
Robert Ly
d0039968fa
am 2a139d64: Merge "docs: add gms core preview hoop-jumping" into klp-docs
...
* commit '2a139d648602e6812e5366ec1abc29fa2b010c99':
docs: add gms core preview hoop-jumping
2014-06-25 04:01:53 +00:00
Joe Fernandez
52e2416cc7
Merge "docs: fix wear whitelist sign up language to be less confusing" into klp-docs
2014-06-25 03:38:12 +00:00
Joe Fernandez
89722fc251
docs: fix wear whitelist sign up language to be less confusing
...
Change-Id: I15fcad2db2df6f8f2717e486e306246de3f96f4b
2014-06-25 15:40:48 -07:00
Robert Ly
2a139d6486
Merge "docs: add gms core preview hoop-jumping" into klp-docs
2014-06-25 03:38:12 +00:00
smain@google.com
80c07fb99b
am ec6f162f: DO NOT MERGE!
...
* commit 'ec6f162f0e3fc0d68c1ec0ac30ff1353bf4f1e97':
DO NOT MERGE!
2014-06-25 02:06:47 +00:00
smain@google.com
5f4a2b8385
am 53126416: DO NOT MERGE!
...
* commit '531264164a2cd24fa412b71782ef424a2d968028':
DO NOT MERGE!
2014-06-25 02:06:43 +00:00
smain@google.com
ec6f162f0e
DO NOT MERGE!
...
add image to GP education collection card
Change-Id: Ie21813f84277ee8f882efc1a8589080476a4bf66
(cherry picked from commit f4787f4dce96bef3de95d36ce400691c72df3d7e)
2014-06-25 02:03:36 +00:00
smain@google.com
531264164a
DO NOT MERGE!
...
update Edu pages for launch of Chrome edu apps on play store
removes the FAQ and Guidelines docs, redirect to devsite copy will
be implemented with separate CL
Change-Id: I006d2374b1d49fbf41ce60a39f08fe1ad96096c1
(cherry picked from commit 941f800a848a5dad4d4541a214477e95f738a5c8)
2014-06-25 02:02:30 +00:00
Robert Ly
eab89e9505
docs: add gms core preview hoop-jumping
...
Change-Id: Ic9602c0f3a309bd37dc5f628f4316b0124f0c8b3
2014-06-24 18:54:49 -07:00
Scott Main
48371ca146
am 4aa9c6d5: DO NOT MERGE Revert "Revert "add \'coming soon\' page for google io announcements""
...
* commit '4aa9c6d5d38a1091bda7950baba5a9199898a728':
DO NOT MERGE Revert "Revert "add 'coming soon' page for google io announcements""
2014-06-25 01:02:00 +00:00
Scott Main
1b4a9dbf83
am 87670bcb: Revert "add \'coming soon\' page for google io announcements"
...
* commit '87670bcb34c308731bbec177dae99cd9981656fb':
Revert "add 'coming soon' page for google io announcements"
2014-06-25 01:01:57 +00:00
smain@google.com
bf5d1a93aa
am cca2a91a: add \'coming soon\' page for google io announcements
...
* commit 'cca2a91a7cba2f0005b9d4a9a21a506ed191c348':
add 'coming soon' page for google io announcements
2014-06-25 01:01:54 +00:00
Scott Main
4aa9c6d5d3
DO NOT MERGE
...
Revert "Revert "add 'coming soon' page for google io announcements""
This reverts commit 87670bcb34c308731bbec177dae99cd9981656fb.
Change-Id: Ica55fdc9f345c55ab038ecbf836673be4f4bb1a0
2014-06-25 00:58:45 +00:00
Scott Main
87670bcb34
Revert "add 'coming soon' page for google io announcements"
...
This reverts commit cca2a91a7cba2f0005b9d4a9a21a506ed191c348.
Change-Id: I0212a0f0dbe63c14d796c9e764c0871790fddc46
2014-06-25 00:57:48 +00:00
smain@google.com
cca2a91a7c
add 'coming soon' page for google io announcements
...
Change-Id: I17e09aaa3c93060b306301ffa5012d8fcee3af22
2014-06-24 17:54:28 -07:00
Andrew Solovay
1d5976c844
am 906eda45: Merge "docs: Fixed instructions on checking VM version." into klp-docs
...
* commit '906eda45b27668e4c0a37b5ba3fbd530308883e6':
docs: Fixed instructions on checking VM version.
2014-06-24 21:39:27 +00:00
Andrew Solovay
906eda45b2
Merge "docs: Fixed instructions on checking VM version." into klp-docs
2014-06-23 21:50:10 +00:00
Andrew Solovay
dccf940c4b
docs: Fixed instructions on checking VM version.
...
Per IRogers@ , you check the VM version by calling
System.getProperty("java.vm.version") -- not, as previously
documented, "dalvik.vm.version" (Ian says there's no such property as
dalvik.vm.version.) BDC@ and/or AnwarG@, can you confirm?
Revised doc is staged to:
http://asolovay.mtv:9001/guide/practices/verifying-apps-art.html#GC_Migration
bug: 15836664
Change-Id: Ie5e2e058fa9ce033afd18a0f4079faa81bbf317e
2014-06-24 13:04:54 -07:00
Dirk Dougherty
39b707c8d5
am bf66c17e: Merge "remove extraneous tag causing extra spacing between heading/text." into klp-docs
...
* commit 'bf66c17e4ad64c8420d3d3b5e8d789af00479eab':
remove extraneous tag causing extra spacing between heading/text.
2014-06-21 02:33:40 +00:00
Joe Fernandez
845835c779
am 2d7b3ded: Merge "ExoPlayer developer guide" into klp-docs
...
* commit '2d7b3dedd0ddccd5a44b7c289f5075ea1696c06c':
ExoPlayer developer guide
2014-06-20 21:41:30 +00:00
Dirk Dougherty
bf66c17e4a
Merge "remove extraneous tag causing extra spacing between heading/text." into klp-docs
2014-06-20 02:09:17 +00:00
Joe Fernandez
2d7b3dedd0
Merge "ExoPlayer developer guide" into klp-docs
2014-06-20 00:24:32 +00:00
Joe Fernandez
afe3bb96f2
ExoPlayer developer guide
...
Change-Id: Icacaa0e68e602fc77946e10729b3649baaf4331b
2014-06-20 14:28:54 -07:00
Andrew Solovay
bd8ca9f9ad
am 4737af8b: docs: Added "Verifying for ART" to TOC.
...
* commit '4737af8b0aa77681270b6bc6478a946b71144e45':
docs: Added "Verifying for ART" to TOC.
2014-06-13 18:23:03 +00:00
Andrew Solovay
4737af8b0a
docs: Added "Verifying for ART" to TOC.
...
Now that "Verifying App Behavior on the Android Runtime (ART)"
(guide/practices/verifying-apps-art.jd) is published, also adding it
to the "API Guides" TOC.
You can verify it at
http://asolovay.mtv:9001/guide/practices/index.html
(...it's the last element in the "Best Practices" submenu.)
Change-Id: If7b445616768d17193309dbd3075b2630652ac96
2014-06-13 10:52:29 -07:00
Andrew Solovay
436f4e36d3
am ded9c171: Merge "docs: New "Verifying App Behavior on the Android Runtime (ART)" guide." into klp-docs
...
* commit 'ded9c171ead51b358538a65d8b84946e05d8db2b':
docs: New "Verifying App Behavior on the Android Runtime (ART)" guide.
2014-06-12 17:19:33 +00:00
Dirk Dougherty
b9830ad3c4
remove extraneous tag causing extra spacing between heading/text.
...
Change-Id: I008f48f8274ed45d38dcef05fa9c47b935f23910
2014-06-11 21:03:33 -07:00
Dirk Dougherty
b024fd2087
am bdcd6fc7: Doc change: Update monetization docs.
...
* commit 'bdcd6fc777e678fb3d0d9b7f000b43d703fea9cd':
Doc change: Update monetization docs.
2014-06-12 02:37:27 +00:00
Dirk Dougherty
bdcd6fc777
Doc change: Update monetization docs.
...
Change-Id: Ic34c1a08f8b7bcd271ad53f31c62d0bab82fc053
2014-06-11 17:52:07 -07:00
Andrew Solovay
ded9c171ea
Merge "docs: New "Verifying App Behavior on the Android Runtime (ART)" guide." into klp-docs
2014-06-10 21:32:31 +00:00
Robert Ly
a7ddd02924
am 80e84e2d: am f3cecfa2: am 55d525b2: am 716cc7dc: Add documentation for AndroidKeyStore
...
* commit '80e84e2db92ba190c6c517dd4c71cd12c0adb249':
Add documentation for AndroidKeyStore
2014-06-10 02:44:08 +00:00
Robert Ly
80e84e2db9
am f3cecfa2: am 55d525b2: am 716cc7dc: Add documentation for AndroidKeyStore
...
* commit 'f3cecfa2185ef5622992b21da8204b8b6590ef2d':
Add documentation for AndroidKeyStore
2014-06-10 02:39:28 +00:00
Robert Ly
f3cecfa218
am 55d525b2: am 716cc7dc: Add documentation for AndroidKeyStore
...
* commit '55d525b26b716351625798675afe69c6cf43cf5a':
Add documentation for AndroidKeyStore
2014-06-10 02:36:10 +00:00
Robert Ly
55d525b26b
am 716cc7dc: Add documentation for AndroidKeyStore
...
* commit '716cc7dcac1bb9279326ab92a78a246b3a70de4e':
Add documentation for AndroidKeyStore
2014-06-10 02:32:29 +00:00
Andrew Solovay
220cf297d8
docs: New "Verifying App Behavior on the Android Runtime (ART)" guide.
...
Contains information for developers to make sure their apps work properly
with the ART runtime.
This doc is staged to:
http://asolovay.mtv:9001/guide/practices/verifying-apps-art.html
This is intended to be a companion to the newly-expanded "Introducing ART"
doc on source.android.com (http://ag/469776 ), which has general information
about ART's new features.
Change-Id: I77c6e552cfedb13dee1d256fec15926fffcbbbb3
2014-06-09 10:10:27 -07:00
Dave Holmes
aabfcb78cf
Merge "Adding links to the Gradle docs. Both of these files ask you to change the contents of your gradle file, but neither links to reference information on gradle. Because this is still pretty new information, I'd like to include a link to the Building with Gradle documentation." into klp-docs
2014-06-04 23:35:50 +00:00
Andrew Solovay
2e10cc9021
Merge "docs: Fixed error in code sample." into klp-docs
2014-06-04 17:32:46 +00:00
Ricardo Cervera
6e949d9ca5
Merge "docs: Added release notes for SDK Tools 22.6.4" into klp-docs
2014-06-04 17:21:39 +00:00
Robert Ly
bb33ff04b7
update device dashboard for June
...
Change-Id: Ibc02e80f4d4fa721039229f63dee0af878c21765
2014-06-04 09:27:18 -07:00
Katie McCormick
c659e7465d
Merge "Doc update: new Volley class" into klp-docs
2014-06-04 12:01:39 +00:00
Dave Holmes
d965989067
Adding links to the Gradle docs. Both of these files ask you to change the contents of your gradle file, but neither links to reference information on gradle. Because this is still pretty new information, I'd like to include a link to the Building with Gradle documentation.
...
https://b.corp.google.com/issue?id=14045807
Change-Id: I48e6a50f12c635cdf3dd597e4247d072bda14cc3
2014-06-04 07:13:53 +00:00
David Friedman
00aae2793d
Merge "Fixed typos. "describe"-->"describes"; "allow"-->"allows"" into klp-docs
2014-06-04 03:01:52 +00:00
Andrew Solovay
9b8b1b6193
docs: Fixed error in code sample.
...
The code sample didn't match the sample project. Also rewrote one
paragraph to clarify that you *create* a particular XML file (external
bug report said the file was missing from the sample project).
Also fixed formatting in a different line sample (overlong line
forced code box to scroll).
Doc is staged to:
http://asolovay.mtv:9098/training/contacts-provider/retrieve-names.html#NameMatch
bug: 15377898
Change-Id: I0898956255aa9174b12811e6f6ca826434b28c20
2014-06-03 23:38:49 +00:00
Dirk Dougherty
7f0c6478ae
Merge "Adjust h3 margins for dynamic content blocks." into klp-docs
2014-06-03 23:09:37 +00:00
Ricardo Cervera
a01b7003c0
docs: Added release notes for SDK Tools 22.6.4
...
Change-Id: Iff4d980d0159b6773f6d6c60ed5d413d4e698083
2014-06-03 13:27:41 -07:00
Andrew Solovay
47ede8340b
docs: Fixed alphabetization on Play Store icons page.
...
Fixed alphabetization of "Get it on Google Play" section (Afrikans
now correctly comes before Amharic). You can check this at:
http://asolovay.mtv:9053/distribute/tools/promote/badge-files.html
The two bad links (for the "Get it on Google Play" badges for
Croatian and Hong Kong Chinese) have also been fixed, but to
verify this, you need to go to the live site:
http://developer.android.com/distribute/tools/promote/badge-files.html
bug: 14588953
Change-Id: I71d6ce3c34712ea98e5f9f5cc837c58813dee494
2014-06-02 12:51:13 -07:00