121853 Commits

Author SHA1 Message Date
Robert Ly
4d521ed966 Merge "new lmp prev landing page" into klp-modular-dev 2014-06-19 00:17:11 +00:00
Robert Ly
26115661a3 new lmp prev landing page
Change-Id: I28cf943e21fc9b1e3c044830ac21079d5464dee8
2014-06-18 23:50:29 -07:00
Ricardo Cervera
10276c32ec Merge "docs: Updated the screenshot for the Android Studio page." into klp-modular-dev 2014-06-18 22:47:18 +00:00
Quddus Chong
84611a1fe1 Merge "docs: Updates to L Preview Highlights." into klp-modular-dev 2014-06-19 00:17:11 +00:00
Quddus Chong
17305644a8 docs: Updates to L Preview Highlights.
Change-Id: Ie64c90eebab7fc740c30f6881e6408d634e0c919
2014-06-18 20:02:24 -07:00
Ricardo Cervera
3812613373 docs: Updated the screenshot for the Android Studio page.
Change-Id: Ia2a91bf9341dd9a0ee8572e6de1998cb41ac5c92
2014-06-18 09:40:13 -07:00
Quddus Chong
ef655f26fc docs: Added "games" metadata tag for Play Games landing page in d.a.c.
Bug: 15709471

Change-Id: Ibac4bd844245e71a8cb975bd86d07f9df0c25be5
2014-06-18 08:57:24 -07:00
Mark Renouf
f2dcb39044 Merge "Limit swipe dismiss progress to positive values" into klp-modular-dev 2014-06-17 21:03:08 +00:00
Mark Renouf
6c5c48a8b0 Limit swipe dismiss progress to positive values
BUG: 15716749

Change-Id: Ibd6daa1a515611e5c9b8a02c6df75130aa8c093b
2014-06-18 16:08:06 +00:00
Robert Ly
5cfea84264 Merge "docs: add allowembedded" into klp-modular-dev 2014-06-17 21:43:29 +00:00
Robert Ly
fa9ea9fd3c docs: add allowembedded
Change-Id: I748db66a62c85ad37f900b5bde83be178a1c6902
2014-06-18 00:42:27 -07:00
Griff Hazen
f546eeb1ed Merge "DO NOT MERGE Reduce chance of notification listener dropped messages." into klp-modular-dev 2014-06-17 20:49:29 +00:00
Griff Hazen
2ea0d3979e DO NOT MERGE Reduce chance of notification listener dropped messages.
The existing code for notification manager/listeners uses a oneway
binder api to deliver messages. One problem with this is that
notification objects can sometimes get fairly large, and can bump
into the oneway binder transaction buffer if many happen at once.

To reduce this issue, flip the service into a oneway delivery of
a status bar notification holder, whose wrapped content is then
immediately fetched upon receipt of the one-way message. This moves
the meat of the fetch to be over a two-way interface without changing
the properties of which object is actually sent (a tickle solution
with lookup key would have changed this)

Further research: attempt to chunk notification objects themselves.
They can sometimes transfer hundreds of KB over a binder transaction.

Bug: 15426276
Change-Id: Ib1a1f4ff848c16f80bcf2ae4dfd2b87a9091f0b2
2014-06-17 20:06:45 -07:00
Robert Ly
95df0762c4 Merge "docs: Edits to the L Preview API overview." into klp-modular-dev 2014-06-17 20:55:27 +00:00
Andrew Solovay
68990cf8a6 docs: Edits to the L Preview API overview.
Also added a screenshot of the new "Battery Historian" tool and
screenshots showing managed vs unmanaged apps in the "Launcher"
screen (all screenshots in regular and "2x" size).

This version of the doc is staged to:

http://asolovay.mtv:9111/preview/api-overview.html

Change-Id: I09d2b11a01edacef2800f80ab93823f1a2c44478
2014-06-17 17:20:07 -07:00
Robert Ly
b5d79bd2ab Merge "Android TV Landing Page" into klp-modular-dev 2014-06-17 20:55:27 +00:00
Joe Fernandez
8e18e0169d Wear Landing page fixes
- fixed scroll animation
- un-hardcoded G+ widget

Change-Id: I679d6d5baf65516a163bb01ec3bf90c1b53e647b
2014-06-17 20:00:33 -07:00
Joe Fernandez
ef14f0344c Android TV Landing Page
Change-Id: I22eae7a06b877884340b4611acd673ac84f6086f
2014-06-17 19:17:08 -07:00
Deepanshu Gupta
1595c61d2f am 5a49fc33: am c57b410c: Add a script to rename fonts for SDK. [DO NOT MERGE]
* commit '5a49fc331ec7d5aa2532d650c32ea68733cbd5c0':
  Add a script to rename fonts for SDK. [DO NOT MERGE]
2014-06-18 00:15:35 +00:00
Deepanshu Gupta
5a49fc331e am c57b410c: Add a script to rename fonts for SDK. [DO NOT MERGE]
* commit 'c57b410c8ef41e269f82f3b42a8d22a15c08755b':
  Add a script to rename fonts for SDK. [DO NOT MERGE]
2014-06-18 00:10:34 +00:00
Robert Ly
0bfee5a490 Merge "fix javadocs b/14414251" into klp-modular-dev 2014-06-17 03:35:51 +00:00
smain@google.com
dc9f74a567 misc cleanup to the SDK install steps
Change-Id: I76cb566d20d134b6ba6d63ab5adb689d6bbfc0e5
2014-06-17 11:03:51 -07:00
Griff Hazen
831ca9d3bc Document best practices for display intent activities.
Bug: 15412926

Change-Id: I1c3082dfde85cd03ffc97be6383a0608f925edcf
2014-06-17 00:38:38 -07:00
Robert Ly
483af3bf9e docs: fix lmp index
Change-Id: If3f696cba65bcd9a126a1abde6d4b2a0bda84767
2014-06-16 16:56:09 -07:00
Robert Ly
d458e3f4d8 delete tv
Change-Id: I22058850b4186951e69ada51959ef9f86054b1b1
2014-06-16 16:10:42 -07:00
smain@google.com
b17420b81e Merge "add toggle for IDE instructions, revise some titles and other cleanup to Google API setup" into klp-modular-dev 2014-06-16 22:12:26 +00:00
smain@google.com
7332669e39 add toggle for IDE instructions, revise some titles and other cleanup to Google API setup
Change-Id: Ic2454824adddb80ac844939f165cc68fc52a7005
2014-06-16 20:12:30 -07:00
Robert Ly
696b3cd96f docs: fix links
Change-Id: Ibbf3e24893d953a65cb1ef2dd31cf1174a40ebf6
2014-06-16 20:10:49 -07:00
Robert Ly
208eb3e84a Merge "Android TV DevGuide home fix (no pic)" into klp-modular-dev 2014-06-16 15:46:16 +00:00
Joe Fernandez
38ed6b7b77 Android TV DevGuide home fix (no pic)
Change-Id: If48d6c6d2973c2d4bcf97da503cb707144f33028
2014-06-16 16:05:43 -07:00
Robert Ly
f5135c283f Merge "docs: Material design doc fixes from editorial review." into klp-modular-dev 2014-06-16 22:12:26 +00:00
Ricardo Cervera
d9a70a7aaa docs: Material design doc fixes from editorial review.
Change-Id: I2a7a9d39e85cc9c9d5f19f7265aaa6dc8c5dba12
2014-06-16 15:43:22 -07:00
Robert Ly
13bc25bf4c Merge "docs: misc l-prev fixes" into klp-modular-dev 2014-06-16 15:46:16 +00:00
Robert Ly
d82b45c1a4 docs: misc l-prev fixes
Change-Id: I9e2e82d926ba81c8621b24aa10247e1231bb2b2d
2014-06-16 15:26:20 -07:00
Michael Kolb
a730881d76 Merge "DO NOT MERGE : Fix measuring with outset for orientation" into klp-modular-dev 2014-06-16 15:34:28 +00:00
Michael Kolb
ee028d502e DO NOT MERGE : Fix measuring with outset for orientation
Bug: 14992865

Change-Id: Ie133d8010a394403e52512f4012632389bc32c4a
2014-06-16 20:28:52 +00:00
Robert Ly
d3843038b9 Merge "docs: Fixing the remaining issues with the Auto page" into klp-modular-dev 2014-06-13 23:54:21 +00:00
Ricardo Cervera
5fa675415a docs: Fixing the remaining issues with the Auto page
Change-Id: I18ff53b6e9aa64bd7b00674b67799a0f37f0c57d
2014-06-15 23:10:32 -07:00
Joe Fernandez
b83765ff06 Android TV Dev Guide for L-Prevew, round 2
Change-Id: I461a0fd34a695aaefe1211e079069ea0cf03eb2d
2014-06-15 23:01:18 -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
Deepanshu Gupta
c57b410c8e Add a script to rename fonts for SDK. [DO NOT MERGE]
Create a script that will rename the PS name encoded in the font that is
to be shipped with the SDK.

This commit is a combination of 5 commits:
e0660d31c256e02e5f5e2967508a7205d1f62f86
7e149f02c4e4403101e7e0e88af36cd4ab6f3554
66d3314301a8983c7070a15ea68daacc7300b7f2
c6364fd90de1600526d3431ce0740b6b856e48f0
2d8c52dc4502b8407705d5b6efe628cb657b20b4

Change-Id: I675a98db39fea4525e3673656af1764eb7e5bb96
2014-06-12 15:08:46 -07:00
Jeff Brown
374013f4db Merge "Suppress haptic feedback for SLEEP key when already asleep." into klp-modular-dev 2014-06-12 21:07:47 +00:00
Jeff Brown
bae8e77db6 Suppress haptic feedback for SLEEP key when already asleep.
Bug: 15377857
Change-Id: I4dfd273b089871d3a78513f52436a3f9c7d40fa4
2014-06-12 19:59:45 -07:00
Jeff Brown
4f5fa285a8 When watch is docked, home key press should launch dock home.
Bug: 15575717
Change-Id: Ib3fbe3ed0380378b0162901bfeebe3c218c4d568
2014-06-12 19:19:15 -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
Jeff Brown
926e1f01a5 Merge "When watch is docked, home key press should launch dock home." into klp-modular-dev 2014-06-12 05:34:42 +00:00
Craig Mautner
be63495101 Fix permission problem and NPE
Remove uid before calling into Window Manager. Restore afterwards.

Check for null stack value before dereferencing.

Fixes bug 15591112.

Change-Id: Ida3de556940440162c91b8c1614d0f21e364abd8
2014-06-12 13:50:53 -07:00
Robert Ly
d73b045090 Merge "docs: fix index pages" into klp-modular-dev 2014-06-12 03:30:50 +00:00
Robert Ly
1568c19fe3 docs: fix index pages
Change-Id: I2a011ee5a3539d908d10ac5dbc9c0df3e7633220
2014-06-15 18:40:06 -07:00