Brian Carlstrom
dbcae5ceb7
Switch from core to core-libart
...
Bug: 14298175
Change-Id: I89db18bf3d88f9511cb2ad943c64ecdbaf09d96f
2014-06-18 17:43:27 -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
Mark Renouf
7deaf7c530
am f2dcb390: Merge "Limit swipe dismiss progress to positive values" into klp-modular-dev
...
* commit 'f2dcb390444ffb42cf8637c99f53d821917554e6':
Limit swipe dismiss progress to positive values
2014-06-18 19:37:02 +00:00
Robert Ly
8312bfd618
am 5cfea842: Merge "docs: add allowembedded" into klp-modular-dev
...
* commit '5cfea84264911b93057a667cbcaf90e10740d658':
docs: add allowembedded
2014-06-18 18:33:31 +00: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
82ea0eb213
am ef655f26: docs: Added "games" metadata tag for Play Games landing page in d.a.c. Bug: 15709471
...
* commit 'ef655f26fceba274b75e41f0b085434aa12914c8':
docs: Added "games" metadata tag for Play Games landing page in d.a.c. Bug: 15709471
2014-06-18 16:07:41 +00: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
Stephen Hines
fa1275a6e7
Create FieldPacker.getPos() to get the actual amount of data used for FP.
...
We need larger buffers to handle 64-bit RS object types, but 32-bit code
will never fill all of the getData().length bytes. This allows us to retain
our verification code.
We have to modify an existing use of FieldPacker that was doing partial
updates of the underlying buffer. This was really relying on the old data
to be implicitly selected and written back, but that is not guaranteed by
the original API. This also required a fix to the FieldPacker.reset() API,
which was not allowing the FieldPacker to ever point to the final entry in
its buffer.
Change-Id: Idcd52790ac2b0ab1eff3f043e7eec2832953f04b
2014-06-18 00:24:44 -07:00
Griff Hazen
a2d30107c4
am f546eeb1: Merge "DO NOT MERGE Reduce chance of notification listener dropped messages." into klp-modular-dev
...
* commit 'f546eeb1ede3c33ca3ec7fff6b8deb9d4e5cbc3e':
DO NOT MERGE Reduce chance of notification listener dropped messages.
2014-06-18 03:18:24 +00:00
Robert Ly
d664830ce4
am 95df0762: Merge "docs: Edits to the L Preview API overview." into klp-modular-dev
...
* commit '95df0762c40bb79418d5fc8d59bc997a419e6250':
docs: Edits to the L Preview API overview.
2014-06-18 03:13:23 +00:00
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
Narayan Kamath
8df5bd08c2
Explicitly list out the list of cache subdirs to prune.
...
We don't want directories like profiles and the former
profile-cache from being included in the prune. SELinux would
have prevented the move, but that's very brittle.
bug: 15677279
Change-Id: I2ff5db056757ffacaf108bb07b02dc0cac7172dd
2014-06-17 13:07:45 +01: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