Andrew Solovay
79d3b623fd
am b9c5af3a: Merge "docs: Removed reference to draft apps." into klp-docs
...
* commit 'b9c5af3aef8591daef88c780f07b04a2d65ee895':
docs: Removed reference to draft apps.
2014-05-30 22:34:57 +00:00
Andrew Solovay
b9c5af3aef
Merge "docs: Removed reference to draft apps." into klp-docs
2014-05-30 22:32:11 +00: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
Scott Main
e16e367f77
am 5ca630e8: 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
...
* commit '5ca630e85541b97245d114162772abc4ffd77e97':
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.
2014-05-29 22:42:14 +00: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
a4c95869ed
am 1f1bb9d0: 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
...
* commit '1f1bb9d06830552269c68bf3bd1e7184f1a7bb9d':
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.
2014-05-23 21:49:15 +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
b59608981f
am 9562863c: doc: Updated branding guidelines per request from @deniseamling.
...
* commit '9562863cf184fe99be223aff9700b3ceb8559e1a':
doc: Updated branding guidelines per request from @deniseamling.
Noted that OnSharedPreferenceChangeListener does not store a strong reference to the listener.
2014-05-22 22:41:55 +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
a3c773e836
am 539f9e31: docs: Update the sample Gradle dependency declaration to reflect GMS K version.
...
* commit '539f9e31726dc780f26901de06c35a4b2446c37a':
docs: Update the sample Gradle dependency declaration to reflect GMS K version.
2014-05-21 23:23:33 +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
Jim Miller
911176d7e6
am 607d5998: Fix crash in widget pager - DO NOT MERGE
...
* commit '607d59982a046d23770a7289be6272ad5983d6ae':
Fix crash in widget pager - DO NOT MERGE
2014-05-21 20:35:51 +00:00
Dirk Dougherty
c1bb79d966
am bb0b8449: Remove monetization image in edu guidelines.
...
* commit 'bb0b8449f80338a35768c9264e9c1e5eae54c7fa':
Remove monetization image in edu guidelines.
2014-05-21 02:20:16 +00: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
f269e732bf
am 728dbf8c: Merge "docs: Updated Google Play Services highlights and landing pages for Kenafa (Google Play Services v4.4)." into klp-docs
...
* commit '728dbf8cc8d6c8a84bf67b8b34295eab4503d230':
docs: Updated Google Play Services highlights and landing pages for Kenafa (Google Play Services v4.4).
2014-05-19 20:55:35 +00:00
Quddus Chong
4706479326
am f4b64495: Merge "docs: Updated Javadoc for GMS Kenafa release." into klp-docs
...
* commit 'f4b6449515f212642e90e435b2a3a55766a41f9e':
docs: Updated Javadoc for GMS Kenafa release.
2014-05-19 20:55:31 +00: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
4d37d7ef14
am c385b1e4: Merge "Remove neg margin in wear css to resolve layout issue." into klp-docs
...
* commit 'c385b1e4be928133930d9264a92c98f4747adedb':
Remove neg margin in wear css to resolve layout issue.
2014-05-19 17:27:41 +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
a0144782b1
am 6d05170a: docs: b/14510382 ISO language code, add link
...
* commit '6d05170a55ac6a9401e6089ba49d675857c3c25d':
docs: b/14510382 ISO language code, add link
2014-05-19 17:04:53 +00:00
Scott Rowe
6d05170a55
docs: b/14510382 ISO language code, add link
...
Change-Id: Id78858743b453d9e44624f491db183d9a099a1ce
2014-05-16 22:33:12 +00:00
Jim Miller
607d59982a
Fix crash in widget pager - DO NOT MERGE
...
Fixes bug 14299491
Change-Id: I3c94cbd7f7923dc5a429c9929bc432a5dd29d04f
2014-05-16 22:18:49 +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
59ab011eeb
am 0e286ab1: Merge "docs: Removed outdated troubleshooting guidelines for Android Studio" into klp-docs
...
* commit '0e286ab1f0eaeb2bb75c7a76ff8f3d08267e7fc3':
docs: Removed outdated troubleshooting guidelines for Android Studio
2014-05-14 23:49:24 +00: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
980a285b4c
am 5eb99943: Merge "update wear reference docs to support sticky nav. DO NOT SUBMIT UNTIL DYNAMIC TEMPLATE IS MERGED." into klp-docs
...
* commit '5eb99943d5cf4ad32c61d94e944c155d1c77a915':
update wear reference docs to support sticky nav. DO NOT SUBMIT UNTIL DYNAMIC TEMPLATE IS MERGED.
2014-05-14 21:17:27 +00:00
Dirk Dougherty
a4e6c7d1d4
am 3506ac87: Doc change: Updated content for distribute.
...
* commit '3506ac87c09c0748d92ef594c94365a5d7b07262':
Doc change: Updated content for distribute.
2014-05-14 21:17:22 +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
Deepanshu Gupta
f73dbcc378
am 9916c17e: am 472cbad4: am f57871f7: am 888dad0d: am f33a2f62: am f5af9a4a: am 273c5c3c: am 9ca7a039: resolved conflicts for merge of e0be42a9 to jb-mr1.1-dev
...
* commit '9916c17e6606607bbadacc4fb113018ecb7fcb41':
Fix build due to incorrect merges [DO NOT MERGE]
2014-05-14 00:26:43 +00:00
Deepanshu Gupta
c289ec6b46
am 3a559d56: am b5b47565: am 98822f0e: am 6e923e1b: am 90d57721: am 209745a3: am c251147a: am 85ec1445: am f266873c: am 1c55797d: Fix build
...
* commit '3a559d56a627687d56dc06cc459ef1e7e6b1cd79':
Fix build
2014-05-14 00:26:38 +00:00
Deepanshu Gupta
9916c17e66
am 472cbad4: am f57871f7: am 888dad0d: am f33a2f62: am f5af9a4a: am 273c5c3c: am 9ca7a039: resolved conflicts for merge of e0be42a9 to jb-mr1.1-dev
...
* commit '472cbad479b0f1361c816a2c0d5accb776fa3841':
Fix build due to incorrect merges [DO NOT MERGE]
2014-05-14 00:21:36 +00:00
Deepanshu Gupta
3a559d56a6
am b5b47565: am 98822f0e: am 6e923e1b: am 90d57721: am 209745a3: am c251147a: am 85ec1445: am f266873c: am 1c55797d: Fix build
...
* commit 'b5b4756565a5f74c6eb2ca7f90ac839a4289daae':
Fix build
2014-05-14 00:21:33 +00:00
Deepanshu Gupta
472cbad479
am f57871f7: am 888dad0d: am f33a2f62: am f5af9a4a: am 273c5c3c: am 9ca7a039: resolved conflicts for merge of e0be42a9 to jb-mr1.1-dev
...
* commit 'f57871f799300614d37e93e376f9381fd01c2bcb':
Fix build due to incorrect merges [DO NOT MERGE]
2014-05-14 00:15:28 +00:00
Deepanshu Gupta
b5b4756565
am 98822f0e: am 6e923e1b: am 90d57721: am 209745a3: am c251147a: am 85ec1445: am f266873c: am 1c55797d: Fix build
...
* commit '98822f0eba746b4f8c8a622f21c2d32dad08453f':
Fix build
2014-05-14 00:15:24 +00:00
Deepanshu Gupta
f57871f799
am 888dad0d: am f33a2f62: am f5af9a4a: am 273c5c3c: am 9ca7a039: resolved conflicts for merge of e0be42a9 to jb-mr1.1-dev
...
* commit '888dad0df765256f4b47268400425103106894f0':
Fix build due to incorrect merges [DO NOT MERGE]
2014-05-14 00:11:08 +00:00
Deepanshu Gupta
98822f0eba
am 6e923e1b: am 90d57721: am 209745a3: am c251147a: am 85ec1445: am f266873c: am 1c55797d: Fix build
...
* commit '6e923e1b51c87e7b20a98dfc2fff52ca9115c9d4':
Fix build
2014-05-14 00:11:06 +00:00
Deepanshu Gupta
888dad0df7
am f33a2f62: am f5af9a4a: am 273c5c3c: am 9ca7a039: resolved conflicts for merge of e0be42a9 to jb-mr1.1-dev
...
* commit 'f33a2f62a54ef966375a7fe8706ce713386d843e':
Fix build due to incorrect merges [DO NOT MERGE]
2014-05-14 00:05:38 +00:00
Deepanshu Gupta
6e923e1b51
am 90d57721: am 209745a3: am c251147a: am 85ec1445: am f266873c: am 1c55797d: Fix build
...
* commit '90d57721692e45fe6259136296e3cd5b669443fc':
Fix build
2014-05-14 00:05:35 +00:00
Deepanshu Gupta
f33a2f62a5
am f5af9a4a: am 273c5c3c: am 9ca7a039: resolved conflicts for merge of e0be42a9 to jb-mr1.1-dev
...
* commit 'f5af9a4a9a0c0a3bab43235659e3adfa2cebb52f':
Fix build due to incorrect merges [DO NOT MERGE]
2014-05-14 00:00:08 +00:00
Deepanshu Gupta
90d5772169
am 209745a3: am c251147a: am 85ec1445: am f266873c: am 1c55797d: Fix build
...
* commit '209745a32f0a68584aba57acf7c8d1de633b1cda':
Fix build
2014-05-14 00:00:05 +00:00
Deepanshu Gupta
f5af9a4a9a
am 273c5c3c: am 9ca7a039: resolved conflicts for merge of e0be42a9 to jb-mr1.1-dev
...
* commit '273c5c3c4c74d29a127e614726ce2e5c5e274c20':
Fix build due to incorrect merges [DO NOT MERGE]
2014-05-13 23:55:20 +00:00
Deepanshu Gupta
209745a32f
am c251147a: am 85ec1445: am f266873c: am 1c55797d: Fix build
...
* commit 'c251147a2b6f461427b1ce49f7066fadc97c1faf':
Fix build
2014-05-13 23:55:17 +00:00
Deepanshu Gupta
273c5c3c4c
am 9ca7a039: resolved conflicts for merge of e0be42a9 to jb-mr1.1-dev
...
* commit '9ca7a039f73e5cf84f85282cf05d637517be2a17':
Fix build due to incorrect merges [DO NOT MERGE]
2014-05-13 23:54:21 +00:00
Deepanshu Gupta
c251147a2b
am 85ec1445: am f266873c: am 1c55797d: Fix build
...
* commit '85ec144538de6c27b22dff1bd45491a334f626ef':
Fix build
2014-05-13 23:50:44 +00:00