Robert Ly
04095773be
am b5d79bd2: Merge "Android TV Landing Page" into klp-modular-dev
...
* commit 'b5d79bd2ab8b0382e05f38653ce0fbb56290ea58':
Android TV Landing Page
2014-06-18 03:13:19 +00:00
Joe Fernandez
003ff78a84
am 8e18e016: Wear Landing page fixes
...
* commit '8e18e0169d3488e9a9ca02d1ff7aee06932a54a3':
Wear Landing page fixes
2014-06-18 03:13:15 +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
Deepanshu Gupta
5ba5ab3111
am 1595c61d: am 5a49fc33: am c57b410c: Add a script to rename fonts for SDK. [DO NOT MERGE]
...
* commit '1595c61d2f1f081111958b4a22e8fec25402f3cd':
Add a script to rename fonts for SDK. [DO NOT MERGE]
2014-06-18 00:20:35 +00: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
Colin Cross
0ead2a00f4
am 15967d0a: am 88b37eda: Merge "Fix reading memory usage for 64-bit processes"
...
* commit '15967d0a8f8f858b0ed6aaf9d5aab5c65b94257f':
Fix reading memory usage for 64-bit processes
2014-06-17 22:53:09 +00:00
Colin Cross
15967d0a8f
am 88b37eda: Merge "Fix reading memory usage for 64-bit processes"
...
* commit '88b37edaeab7b31cab0f5115e5c9f63a49991408':
Fix reading memory usage for 64-bit processes
2014-06-17 22:47:50 +00:00
Colin Cross
88b37edaea
Merge "Fix reading memory usage for 64-bit processes"
2014-06-17 21:47:03 +00:00
Colin Cross
0c6bc73c5e
Fix reading memory usage for 64-bit processes
...
64-bit process will have virtual addresses that don't fit in an
unsigned long if ActivityManagerService is in a 32-bit process,
and the locations of the '-' and ' ' characters in the maps
are not predictable. Fix the sscanf for finding the start of the
mapping, and use it again to find the end of the mapping. Also
fix a few 64-bit warnings.
Change-Id: I8855c76085142768be1d45346f1032fd37cbe4eb
2014-06-17 15:25:45 -07: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
Jason Sams
47de306050
Merge "Fix element size on 64b"
2014-06-17 21:42:00 +00:00
Jason Sams
b49dfeaea9
Fix element size on 64b
...
RenderScript Element types know their own size. This
change properly tracks the new object sizes.
Change-Id: I3cbf76a7ec5f68056ed5599e9406cea05ba86969
2014-06-18 13:17:57 -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
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
ef14f0344c
Android TV Landing Page
...
Change-Id: I22eae7a06b877884340b4611acd673ac84f6086f
2014-06-17 19:17:08 -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
1d3f9b7250
am 0bfee5a4: Merge "fix javadocs b/14414251" into klp-modular-dev
...
* commit '0bfee5a4905a14a318731661214558792abc2f7d':
fix javadocs b/14414251
2014-06-17 19:26:48 +00:00
Adam Lesinski
f5cb96cfbb
am 51736de1: am 4c488cca: Merge "[Asset Manager] Fix memory leakage bug"
...
* commit '51736de19a4c225a54cda73754d0f57aa68def4f':
[Asset Manager] Fix memory leakage bug
2014-06-17 19:13:58 +00:00
Adam Lesinski
51736de19a
am 4c488cca: Merge "[Asset Manager] Fix memory leakage bug"
...
* commit '4c488cca531f209921cc4dfbc27ff7cdecfda71b':
[Asset Manager] Fix memory leakage bug
2014-06-17 19:08:50 +00:00
smain@google.com
aa3ebacd4f
am dc9f74a5: misc cleanup to the SDK install steps
...
* commit 'dc9f74a567f7997db669d8a48f1c79a10ae4fd2e':
misc cleanup to the SDK install steps
2014-06-17 18:10:24 +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
6762a3351c
am 831ca9d3: Document best practices for display intent activities.
...
* commit '831ca9d3bc73e37f555f6c07babde270f83044fe':
Document best practices for display intent activities.
2014-06-17 16:20:30 +00:00
Griff Hazen
831ca9d3bc
Document best practices for display intent activities.
...
Bug: 15412926
Change-Id: I1c3082dfde85cd03ffc97be6383a0608f925edcf
2014-06-17 00:38:38 -07:00
Adam Lesinski
4c488cca53
Merge "[Asset Manager] Fix memory leakage bug"
2014-06-17 05:00:50 +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
755c930a51
am b17420b8: Merge "add toggle for IDE instructions, revise some titles and other cleanup to Google API setup" into klp-modular-dev
...
* commit 'b17420b81ebe7e1235a45ad3e7ce8c1850c129f2':
add toggle for IDE instructions, revise some titles and other cleanup to Google API setup
2014-06-17 03:24:16 +00:00
Robert Ly
48e337ae33
am 696b3cd9: docs: fix links
...
* commit '696b3cd96f0c0d061b3f860412ad1e6cf34b64c9':
docs: fix links
2014-06-17 03:19:13 +00:00
Robert Ly
696b3cd96f
docs: fix links
...
Change-Id: Ibbf3e24893d953a65cb1ef2dd31cf1174a40ebf6
2014-06-16 20:10:49 -07:00
Robert Ly
f141f48fb4
am 483af3bf: docs: fix lmp index
...
* commit '483af3bf9e0de4d84b6b36fddf458d35ba5728d6':
docs: fix lmp index
2014-06-17 00:05:15 +00:00
Dan Albert
7bd2992504
Use openssl's SHA1 instead of bionic's.
...
Bionic is removing its SHA1.
Change-Id: I2b2d028223d2299666511a683cffba29c55639b7
2014-06-16 17:01:21 -07:00
Robert Ly
483af3bf9e
docs: fix lmp index
...
Change-Id: If3f696cba65bcd9a126a1abde6d4b2a0bda84767
2014-06-16 16:56:09 -07:00
Chris Craik
88b1c9ad87
am e709d53f: am 0d28bb47: Merge "Fix the texture ID reuse issue in HWUI."
...
* commit 'e709d53ff31c74a6abf2a27350966d18d8dad4f7':
Fix the texture ID reuse issue in HWUI.
2014-06-16 23:47:34 +00:00
Chris Craik
678886fde5
am b1fc06a4: am 5e7ef948: Merge "hwui: fix possible null pointer de-refrence"
...
* commit 'b1fc06a4321f13360fcca49bbf87f87f34c22d58':
hwui: fix possible null pointer de-refrence
2014-06-16 23:47:26 +00:00
Chris Craik
e709d53ff3
am 0d28bb47: Merge "Fix the texture ID reuse issue in HWUI."
...
* commit '0d28bb47d771a2ac99cec6e4a071a98d2cd705dd':
Fix the texture ID reuse issue in HWUI.
2014-06-16 23:43:21 +00:00
Chris Craik
b1fc06a432
am 5e7ef948: Merge "hwui: fix possible null pointer de-refrence"
...
* commit '5e7ef9489f3247c02395202d88fb4fb425aa8412':
hwui: fix possible null pointer de-refrence
2014-06-16 23:43:16 +00:00
Tim Murray
9dad7d44d2
DO NOT MERGE: Mark new util type functions as @hide in AOSP.
...
Change-Id: I834e07aef142aa79ed1603535689d0b833357f6c
2014-06-16 16:20:36 -07:00
Robert Ly
90fd93c0ef
am d458e3f4: delete tv
...
* commit 'd458e3f4d8eb888470404701c37c8bc9cddfa993':
delete tv
2014-06-16 23:18:21 +00:00
Robert Ly
3a437c7846
am 208eb3e8: Merge "Android TV DevGuide home fix (no pic)" into klp-modular-dev
...
* commit '208eb3e84a8ec3458b8cda7afd969e890261a018':
Android TV DevGuide home fix (no pic)
2014-06-16 23:13:30 +00:00
Robert Ly
d458e3f4d8
delete tv
...
Change-Id: I22058850b4186951e69ada51959ef9f86054b1b1
2014-06-16 16:10:42 -07:00
Robert Ly
2c7fefe339
am f5135c28: Merge "docs: Material design doc fixes from editorial review." into klp-modular-dev
...
* commit 'f5135c283f1771ab0e1de66cb015a0abeb48eae2':
docs: Material design doc fixes from editorial review.
2014-06-16 22:55:46 +00:00
Robert Ly
605b00b97f
am 13bc25bf: Merge "docs: misc l-prev fixes" into klp-modular-dev
...
* commit '13bc25bf4c5b47183b8eda68099314dd2a6ec47b':
docs: misc l-prev fixes
2014-06-16 22:32:46 +00:00
Chris Craik
0d28bb47d7
Merge "Fix the texture ID reuse issue in HWUI."
2014-06-16 22:13:20 +00:00
Chris Craik
5e7ef9489f
Merge "hwui: fix possible null pointer de-refrence"
2014-06-16 22:13:20 +00: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