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
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
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
Dirk Dougherty
b9830ad3c4
remove extraneous tag causing extra spacing between heading/text.
...
Change-Id: I008f48f8274ed45d38dcef05fa9c47b935f23910
2014-06-11 21:03:33 -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
Dirk Dougherty
bdcd6fc777
Doc change: Update monetization docs.
...
Change-Id: Ic34c1a08f8b7bcd271ad53f31c62d0bab82fc053
2014-06-11 17:52:07 -07: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
Andrew Solovay
a68757bb3e
Merge "docs: Added Sony Mobile Communications to the USB Vendor ID table." into klp-docs
2014-06-02 16:53:46 +00:00
Dirk Dougherty
ccd1e9e525
Adjust h3 margins for dynamic content blocks.
...
Change-Id: I959c4b796792f8900bb46a0afaf2508de017561a
2014-06-01 21:29:17 -07:00
Andrew Solovay
b9c5af3aef
Merge "docs: Removed reference to draft apps." into klp-docs
2014-05-30 22:32:11 +00:00
Andrew Solovay
be39d67355
docs: Added Sony Mobile Communications to the USB Vendor ID table.
...
Doc is staged to:
http://asolovay.mtv:9022/tools/device.html#VendorIds
bug: 15001692
Change-Id: I718679e396b076a370d2b7c3ecad2650274cacd1
2014-05-30 15:15:49 -07:00
Andrew Solovay
aee20f92b8
docs: Removed reference to draft apps.
...
When appropriate, changed references to "draft" apps to alpha and beta apps.
Left the "draft" info in the deprecated file v2/billing_integrate.jd, but
added a note that draft apps are no longer supported.
Docs are staged to:
in-app billing:
http://asolovay.mtv:9011/google/play/billing/billing_admin.html
http://asolovay.mtv:9011/google/play/billing/billing_testing.html
http://asolovay.mtv:9011/google/play/billing/v2/billing_integrate.html
(deprecated doc; just noted that draft is no longer supported)
LVL:
http://asolovay.mtv:9011/google/play/licensing/overview.html
http://asolovay.mtv:9011/google/play/licensing/licensing-reference.html
OBBs
http://asolovay.mtv:9011/google/play/expansion-files.html
As per a request from Dirk, I added a section to the "Testing In-App
Billing" page noting that draft apps are no longer supported, and
linking to the section on alpha and beta channels; I put in a link
to the new section in each place where we'd previously talked about
draft apps.
Also fixed formatting in a few code samples, where over-long lines were
forcing the code box to use a scroll bar.
bug: 15013770
Change-Id: I1368b9b5ebf2a0c22f84fcbcd5f37401b390c423
2014-05-30 14:38:52 -07:00
David Friedman
6a67b2beb2
Fixed typos. "describe"-->"describes"; "allow"-->"allows"
...
Change-Id: I7910b39dcd6c2bb2f8a68ac02f3ff305dd195874
2014-05-30 14:34:33 -07:00
Katie McCormick
1a89ae4cdc
Doc update: new Volley class
...
Change-Id: Ife3a9a64439e07aaaf92a22adc6d1678138caf7d
2014-05-29 16:38:34 -07:00
Scott Main
5ca630e855
Merge "change all the H1 tags to H2s and delete all HR tags then delete all clearflots, because they add useless whitespace once the "headerLine" class is obsolete THEN, cleanup some HTML to fix float clearance issues." into klp-docs
2014-05-29 22:33:24 +00:00
Scott Main
1f1bb9d068
Merge "add style to community page to adapt to the new sticky nav styles. basically override the new style to use the previous style because this page does not use sticky nav." into klp-docs
2014-05-23 21:45:33 +00:00
Andrew Solovay
9562863cf1
doc: Updated branding guidelines per request from @deniseamling.
...
Per her team's request, I also removed the AI version of the Google
Play Store icon, and replaced it with a high-rez PNG version.
Current version of doc is staged at:
http://asolovay.mtv:9010/distribute/tools/promote/brand.html
(Denise gave me a LGTM via email.)
Bug: 14621461
Change-Id: Id44a0dc73c7ef2f2bde595a1e98b75083d126176
2014-05-22 21:54:27 +00:00
Scott Main
2f33f97ed2
change all the H1 tags to H2s
...
and delete all HR tags
then delete all clearflots, because they add useless whitespace
once the "headerLine" class is obsolete
THEN, cleanup some HTML to fix float clearance issues.
Change-Id: I023fdd70a7071cbb7a8dfde853f1393eb6c59fa0
2014-05-22 14:17:50 -07:00
Andrew Solovay
7f24adf19b
Merge "Noted that OnSharedPreferenceChangeListener does not store a strong reference to the listener." into klp-docs
2014-05-22 20:23:50 +00:00
Quddus Chong
539f9e3172
docs: Update the sample Gradle dependency declaration to reflect GMS K version.
...
Change-Id: I5e5c40974b2fbaf61256d320d24acf5e0e9178d6
2014-05-21 14:36:11 -07:00
Dirk Dougherty
bb0b8449f8
Remove monetization image in edu guidelines.
...
Change-Id: I2cea7a3507eda30ab185560304d64fc455ba19f7
2014-05-20 19:10:26 -07:00
Andrew Solovay
de0c99e89b
Noted that OnSharedPreferenceChangeListener does not store a strong reference
...
to the listener.
Because of this, the listener is susceptible to garbage collection unless the
caller preserves a strong reference to it. We suggest that the caller store a
reference to the listener in an instance field of an object that will exist as
long as the listener is needed.
Also fixed code sample formatting in Settings.jd (some lines were overlong).
Docs are staged in:
http://asolovay.mtv:8901/guide/topics/ui/settings.html#Listening
http://asolovay.mtv:8901/reference/android/content/SharedPreferences.html#registerOnSharedPreferenceChangeListener(android.content.SharedPreferences.OnSharedPreferenceChangeListener)
Bug: 10437648
Change-Id: I48f5b87fa2ca7a240661d0cc00114d225819d54d
2014-05-19 16:05:06 -07:00
quddusc
728dbf8cc8
Merge "docs: Updated Google Play Services highlights and landing pages for Kenafa (Google Play Services v4.4)." into klp-docs
2014-05-19 20:52:05 +00:00
Quddus Chong
f4b6449515
Merge "docs: Updated Javadoc for GMS Kenafa release." into klp-docs
2014-05-19 20:51:39 +00:00
Dirk Dougherty
c385b1e4be
Merge "Remove neg margin in wear css to resolve layout issue." into klp-docs
2014-05-19 17:23:33 +00:00
Scott Rowe
6d05170a55
docs: b/14510382 ISO language code, add link
...
Change-Id: Id78858743b453d9e44624f491db183d9a099a1ce
2014-05-16 22:33:12 +00:00
Quddus Chong
26ca3fa77b
docs: Updated Javadoc for GMS Kenafa release.
...
Change-Id: Id3b7853282e317c85d58a7d84657e59a0159961d
2014-05-16 14:39:08 -07:00
Dirk Dougherty
d1afa68d03
Remove neg margin in wear css to resolve layout issue.
...
Change-Id: I68cc26e55b8bf486a20ec9fa1de48e9caf505165
2014-05-14 20:23:48 -07:00
Ricardo Cervera
0e286ab1f0
Merge "docs: Removed outdated troubleshooting guidelines for Android Studio" into klp-docs
2014-05-14 22:44:57 +00:00
Dirk Dougherty
5eb99943d5
Merge "update wear reference docs to support sticky nav. DO NOT SUBMIT UNTIL DYNAMIC TEMPLATE IS MERGED." into klp-docs
2014-05-14 21:16:31 +00:00
Dirk Dougherty
3506ac87c0
Doc change: Updated content for distribute.
...
Change-Id: I612fbb8e5b7aedd73c0e633e5517bb89375760ed
2014-05-14 14:10:51 -07:00
Ricardo Cervera
9d7cf82561
Merge "docs: Added release notes for Build Tools 19.1.0" into klp-docs
2014-05-13 17:24:49 +00:00
Ricardo Cervera
a7a55c1ef4
docs: Added release notes for Build Tools 19.1.0
...
Change-Id: Icd162f7b1b7634b7b503d6d39a17fcb1c43a74c9
2014-05-13 10:21:35 -07:00
Scott Main
1f367d988d
update wear reference docs to support sticky nav.
...
DO NOT SUBMIT UNTIL DYNAMIC TEMPLATE IS MERGED.
Change-Id: I829cd96ae0f36a31155adf8e80b6d965e9531c42
2014-05-13 04:31:44 -07:00
Robert Ly
0689fad8cc
Merge "docs: fix some notification code for wear stacks" into klp-docs
2014-05-10 02:40:40 +00:00
quddusc
498c1b52c9
docs: Updated Google Play Services highlights and landing pages for Kenafa (Google Play Services v4.4).
...
Change-Id: Ibc5000dfa5509cb1448fa867eb87d4e19c31ff1f
2014-05-09 19:05:35 -07:00