OSDN Git Service
Patrick Tjin [Thu, 30 Jan 2014 21:28:46 +0000 (13:28 -0800)]
Formatting fix
Remove whitespace from end of Sync Status table
Change-Id: I5b0bf3380e0c67c769ec9c334f1374713c94aa94
Dan Sandler [Thu, 30 Jan 2014 18:33:58 +0000 (18:33 +0000)]
Merge "Redact public version of screenshot notifications."
Dan Sandler [Thu, 30 Jan 2014 18:33:47 +0000 (18:33 +0000)]
Merge "SystemUI support for notification visibility."
Dan Sandler [Thu, 30 Jan 2014 18:33:41 +0000 (18:33 +0000)]
Merge "Notification visibility APIs."
Dan Sandler [Thu, 30 Jan 2014 16:14:07 +0000 (11:14 -0500)]
Redact public version of screenshot notifications.
It's OK to reveal that a screenshot has been taken, but the public
version of this notification no longer shows the actual screenshot
image itself (in case it was taken before the device was locked
and therefore might contain sensitive information).
Change-Id: I5ba0b64023810ece0cea56ba457968fbde4b0cbe
Dan Sandler [Thu, 23 Jan 2014 20:11:54 +0000 (15:11 -0500)]
SystemUI support for notification visibility.
In this implementation, DISABLE_NOTIFICATION_TICKER (which was never
really used on its own and can be safely subsumed by
DISABLE_NOTIFICATION_ICONS) is now DISABLE_PRIVATE_NOTIFICATIONS;
when this SystemUI bit is set by the keyguard, SystemUI knows to switch
its presentation into "public" mode, in which
VISIBILITY_PRIVATE notifications are replaced with their
publicVersion's contentView (or a placeholder view,
synthesized by SystemUI, that leaks no additional
information about the notification). VISIBILITY_SECRET
notifications are suppressed altogether in this mode.
This behavior is enabled but not activated by default. To
turn it on, run:
$ adb shell settings put secure lock_screen_allow_notifications 1
and restart SystemUI.
Change-Id: Id660bef7737580e16a83f60567c22b53ee81c602
Scott Main [Thu, 30 Jan 2014 18:15:43 +0000 (18:15 +0000)]
am
84dabc75: am
500db2fe: am
55330921: am
8b6fa56f: am
c1ae12b7: update android studio download to 0.4.2
* commit '
84dabc75daf3045cc5d59971112589d32972f3b1':
update android studio download to 0.4.2
Scott Main [Thu, 30 Jan 2014 18:12:46 +0000 (18:12 +0000)]
am
500db2fe: am
55330921: am
8b6fa56f: am
c1ae12b7: update android studio download to 0.4.2
* commit '
500db2fed926e50f6fdb60ccb010724143960dd9':
update android studio download to 0.4.2
Scott Main [Thu, 30 Jan 2014 18:09:16 +0000 (18:09 +0000)]
am
55330921: am
8b6fa56f: am
c1ae12b7: update android studio download to 0.4.2
* commit '
55330921c93f3ed6f277fed4d98a2133dd3ab47a':
update android studio download to 0.4.2
Scott Main [Thu, 30 Jan 2014 18:06:44 +0000 (18:06 +0000)]
am
8b6fa56f: am
c1ae12b7: update android studio download to 0.4.2
* commit '
8b6fa56f5cdb66ed1bafb7920ba8299ee8b3034a':
update android studio download to 0.4.2
Scott Main [Thu, 30 Jan 2014 18:03:05 +0000 (18:03 +0000)]
am
c1ae12b7: update android studio download to 0.4.2
* commit '
c1ae12b7d891ff3598d03f52a0e817876d7921e3':
update android studio download to 0.4.2
Dan Sandler [Sun, 22 Dec 2013 05:33:41 +0000 (23:33 -0600)]
Notification visibility APIs.
The new visibility property allows an application to signal
to SystemUI whether a notification's contents are safe to
show in "public" situations, i.e. outside of a secure
lockscreen, or whether they should be treated as "private"
(where only the icon is revealed).
Apps that post information that includes no personal or
sensitive information (e.g. a weather alert) can use
VISIBILITY_PUBLIC to allow users to see (and potentially
even dismiss) this kind of notification without unlocking
their devices.
The historical treatment of Android notifications
corresponds to VISIBILITY_PRIVATE, which is the default
visibility setting for all notifications, including apps
that are not aware of this API.
VISIBILITY_PRIVATE notifications may optionally specify a
publicVersion, which is a whole other Notification object
whose contentView will be shown in public contexts. This
allows an app to provide a "redacted" public version of its
notification that is more useful than the system-supplied
version (showing just the icon and app name) but still
conceals private information. For example, a messaging app
that today posts a Notification including the sender and
contents of each message could additionally specify a
publicVersion that says, simply, "N new messages".
There's also VISIBILITY_SECRET for notifications that should
be totally concealed (that is, no icon) in public contexts.
To reveal any hint of this kind of notification would
require the user to unlock the device.
Change-Id: I1552db36c469954d27d3c92ba21ac5c703d47ae1
Scott Main [Thu, 30 Jan 2014 16:55:01 +0000 (08:55 -0800)]
update android studio download to 0.4.2
Change-Id: Icf789bb6a2cfb254b25e865e2a60ec4717887afa
Scott Main [Thu, 30 Jan 2014 16:55:04 +0000 (16:55 +0000)]
am
959c5d5e: am
ec20f347: am
46cf9087: am
e49346dc: am
eb35de00: Merge "Revert "add warning to all the new iberico API pages about SDK not available yet"" into klp-docs
* commit '
959c5d5ef9be28a054b6dd61a9f660dfe967351b':
Revert "add warning to all the new iberico API pages about SDK not available yet"
Scott Main [Thu, 30 Jan 2014 16:54:56 +0000 (16:54 +0000)]
am
fb6f1e39: am
599bb934: am
759c6305: am
0d9f5b64: am
e627eaee: Merge "Revert "add api notice to cast package index"" into klp-docs
* commit '
fb6f1e390100c292ad305a97f1af31f9d20f0dd4':
Revert "add api notice to cast package index"
Scott Main [Thu, 30 Jan 2014 16:51:09 +0000 (16:51 +0000)]
am
ec20f347: am
46cf9087: am
e49346dc: am
eb35de00: Merge "Revert "add warning to all the new iberico API pages about SDK not available yet"" into klp-docs
* commit '
ec20f347e71f6ca35cd88b747a9b0ba2a81744cd':
Revert "add warning to all the new iberico API pages about SDK not available yet"
Scott Main [Thu, 30 Jan 2014 16:50:53 +0000 (16:50 +0000)]
am
cbc8a872: am
648729ad: am
540306be: am
eee01505: am
36d7dfb7: Merge "Revert "add api notice to a bunch more files in iberico release"" into klp-docs
* commit '
cbc8a872cc7bbf3bb6d64b262b070e6321644bcc':
Revert "add api notice to a bunch more files in iberico release"
Scott Main [Thu, 30 Jan 2014 16:47:16 +0000 (16:47 +0000)]
am
599bb934: am
759c6305: am
0d9f5b64: am
e627eaee: Merge "Revert "add api notice to cast package index"" into klp-docs
* commit '
599bb93400d719d2570f8d84bdbc63c9ed4f85d0':
Revert "add api notice to cast package index"
Scott Main [Thu, 30 Jan 2014 16:46:59 +0000 (16:46 +0000)]
am
46cf9087: am
e49346dc: am
eb35de00: Merge "Revert "add warning to all the new iberico API pages about SDK not available yet"" into klp-docs
* commit '
46cf90878e49f15a94db28366da581e9f11c9a4c':
Revert "add warning to all the new iberico API pages about SDK not available yet"
Baligh Uddin [Thu, 30 Jan 2014 16:43:31 +0000 (16:43 +0000)]
Merge "Import translations. DO NOT MERGE"
Baligh Uddin [Thu, 30 Jan 2014 16:43:29 +0000 (16:43 +0000)]
Merge "Import translations. DO NOT MERGE"
Baligh Uddin [Thu, 30 Jan 2014 16:43:24 +0000 (16:43 +0000)]
Merge "Import translations. DO NOT MERGE"
Scott Main [Thu, 30 Jan 2014 16:43:13 +0000 (16:43 +0000)]
am
648729ad: am
540306be: am
eee01505: am
36d7dfb7: Merge "Revert "add api notice to a bunch more files in iberico release"" into klp-docs
* commit '
648729adb4c75199d6464c32cf9eb26cffacb680':
Revert "add api notice to a bunch more files in iberico release"
Scott Main [Thu, 30 Jan 2014 16:43:07 +0000 (16:43 +0000)]
am
759c6305: am
0d9f5b64: am
e627eaee: Merge "Revert "add api notice to cast package index"" into klp-docs
* commit '
759c6305b227fbb22a031b9ac561f8f23ca41a0f':
Revert "add api notice to cast package index"
Scott Main [Thu, 30 Jan 2014 16:42:44 +0000 (16:42 +0000)]
am
e49346dc: am
eb35de00: Merge "Revert "add warning to all the new iberico API pages about SDK not available yet"" into klp-docs
* commit '
e49346dcb213cc96f910c798e4aa00688197af9a':
Revert "add warning to all the new iberico API pages about SDK not available yet"
Scott Main [Thu, 30 Jan 2014 16:38:54 +0000 (16:38 +0000)]
am
540306be: am
eee01505: am
36d7dfb7: Merge "Revert "add api notice to a bunch more files in iberico release"" into klp-docs
* commit '
540306be15f9d15a93ef05db870653d5a5e7bc38':
Revert "add api notice to a bunch more files in iberico release"
Scott Main [Thu, 30 Jan 2014 16:38:46 +0000 (16:38 +0000)]
am
0d9f5b64: am
e627eaee: Merge "Revert "add api notice to cast package index"" into klp-docs
* commit '
0d9f5b640c31a5bce699419a93a98acef1471db7':
Revert "add api notice to cast package index"
Scott Main [Thu, 30 Jan 2014 16:38:33 +0000 (16:38 +0000)]
am
eb35de00: Merge "Revert "add warning to all the new iberico API pages about SDK not available yet"" into klp-docs
* commit '
eb35de00dec9444e0c46ac641a74d058be48d547':
Revert "add warning to all the new iberico API pages about SDK not available yet"
Scott Main [Thu, 30 Jan 2014 16:34:52 +0000 (16:34 +0000)]
am
eee01505: am
36d7dfb7: Merge "Revert "add api notice to a bunch more files in iberico release"" into klp-docs
* commit '
eee015057a2abfaef2ac7360a5536605e7d74e05':
Revert "add api notice to a bunch more files in iberico release"
Scott Main [Thu, 30 Jan 2014 16:34:26 +0000 (16:34 +0000)]
Merge "Revert "add warning to all the new iberico API pages about SDK not available yet"" into klp-docs
Scott Main [Thu, 30 Jan 2014 16:34:26 +0000 (16:34 +0000)]
am
e627eaee: Merge "Revert "add api notice to cast package index"" into klp-docs
* commit '
e627eaeebe061e3fc586a78c8837d1b780d0741b':
Revert "add api notice to cast package index"
Scott Main [Thu, 30 Jan 2014 16:33:50 +0000 (16:33 +0000)]
Revert "add warning to all the new iberico API pages about SDK not available yet"
This reverts commit
e724990230d267c13f8f820b5fdbe7c58b25d344.
Change-Id: I1415bf9542b01b57b1802115466288ec93ab6987
Scott Main [Thu, 30 Jan 2014 16:31:44 +0000 (16:31 +0000)]
Merge "Revert "add api notice to cast package index"" into klp-docs
Scott Main [Thu, 30 Jan 2014 16:30:26 +0000 (16:30 +0000)]
am
36d7dfb7: Merge "Revert "add api notice to a bunch more files in iberico release"" into klp-docs
* commit '
36d7dfb7e816836dbc6039237cadd3382e10d5b2':
Revert "add api notice to a bunch more files in iberico release"
Scott Main [Thu, 30 Jan 2014 16:28:27 +0000 (16:28 +0000)]
Revert "add api notice to cast package index"
This reverts commit
845bcc6d344765a0ea7cfcf0b4ac398774d06f94.
Change-Id: I07b047f1b44e8b9b32bb4b36b6f858cdef9fed9e
Scott Main [Thu, 30 Jan 2014 16:26:21 +0000 (16:26 +0000)]
Merge "Revert "add api notice to a bunch more files in iberico release"" into klp-docs
Scott Main [Thu, 30 Jan 2014 16:25:38 +0000 (16:25 +0000)]
Revert "add api notice to a bunch more files in iberico release"
This reverts commit
c62223a04d15da4240129a9b05ad0be965f08ee4.
Change-Id: If3cee4062e2f48a3c1e365f025701e6d1de9c9d4
Michael Jurka [Thu, 30 Jan 2014 14:34:55 +0000 (14:34 +0000)]
Merge "Don't set suggested wallpaper dimensions in default wallpaper cropper"
Przemyslaw Szczepaniak [Fri, 22 Nov 2013 13:08:01 +0000 (13:08 +0000)]
Add public SynthesisRequestV2 constructor.
While implementing the new TTS API, I found out that it's very difficult
to create an SynthesisRequestV2 instance for testing purposes - it's
a final class, with no publicly visible constructors.
Bug:
8259486
Change-Id: I88b84fd8ad1ac6960f3932863ca758657f9547ff
Przemyslaw Szczepaniak [Wed, 29 Jan 2014 15:20:06 +0000 (15:20 +0000)]
Allow clients to extend the TTS UtteranceId class.
This change allows TTS clients to create (and use) classes derived from the
UtteranceId class. This allows to attach a custom data and methods that
can be reached later in callbacks that take the UtteranceId instance as
parameter.
Also, since we can't depend on the identityHashCode results being unique,
this change adds AtomicInteger to generate unique identifiers for UtteranceId
instances.
Bug:
8259486
Change-Id: Id1e9eabc890ec585a7f8570fd20e287dcda9a11d
Deepanshu Gupta [Thu, 30 Jan 2014 03:13:55 +0000 (19:13 -0800)]
Fix build
Change-Id: Ifcbf44bc310daee4410ccc6ddf6bdc44565e20da
Deepanshu Gupta [Thu, 30 Jan 2014 02:47:53 +0000 (02:47 +0000)]
Merge "Fix native method signatures"
Deepanshu Gupta [Thu, 30 Jan 2014 02:47:16 +0000 (02:47 +0000)]
Merge "Manual merge of changes from klp-dev"
Adam Koch [Thu, 30 Jan 2014 01:58:22 +0000 (01:58 +0000)]
am
310b1e51: am
af5b2d3f: am
6e1ce75f: am
b430d93b: am
cb3ea3d4: Merge "Doc fix: Update code snippet in displaying bitmaps training class Bug:
12715659" into klp-docs
* commit '
310b1e511f92c6972ccda2c7a779116fc0f89ced':
Doc fix: Update code snippet in displaying bitmaps training class Bug:
12715659
Deepanshu Gupta [Wed, 29 Jan 2014 02:55:33 +0000 (18:55 -0800)]
Fix native method signatures
Some new methods have been added which are yet to be implemented.
Change-Id: Ie5a0657c7ccbe95200c270d5c15b516a385b083b
Deepanshu Gupta [Mon, 27 Jan 2014 19:45:47 +0000 (11:45 -0800)]
ztenghui [Wed, 29 Jan 2014 23:45:12 +0000 (23:45 +0000)]
Merge "Merge close vertices in a better way."
Chris Craik [Wed, 29 Jan 2014 23:32:52 +0000 (23:32 +0000)]
Merge "Fix build breakage"
Chris Craik [Wed, 29 Jan 2014 23:30:18 +0000 (15:30 -0800)]
Fix build breakage
Change-Id: I65ab3cb691935db23b7a1f600e421fb5d8e850cd
Adam Koch [Wed, 29 Jan 2014 23:15:16 +0000 (23:15 +0000)]
am
af5b2d3f: am
6e1ce75f: am
b430d93b: am
cb3ea3d4: Merge "Doc fix: Update code snippet in displaying bitmaps training class Bug:
12715659" into klp-docs
* commit '
af5b2d3f2308296a7dec93e4f790fb587cd86197':
Doc fix: Update code snippet in displaying bitmaps training class Bug:
12715659
Adam Koch [Wed, 29 Jan 2014 23:12:52 +0000 (23:12 +0000)]
am
6e1ce75f: am
b430d93b: am
cb3ea3d4: Merge "Doc fix: Update code snippet in displaying bitmaps training class Bug:
12715659" into klp-docs
* commit '
6e1ce75f4c45e91cdc4442cc6c3d823017c7de4d':
Doc fix: Update code snippet in displaying bitmaps training class Bug:
12715659
Adam Koch [Wed, 29 Jan 2014 23:09:58 +0000 (23:09 +0000)]
am
b430d93b: am
cb3ea3d4: Merge "Doc fix: Update code snippet in displaying bitmaps training class Bug:
12715659" into klp-docs
* commit '
b430d93b058a706be731e45f8c1836d97219a666':
Doc fix: Update code snippet in displaying bitmaps training class Bug:
12715659
Adam Koch [Wed, 29 Jan 2014 23:06:46 +0000 (23:06 +0000)]
am
cb3ea3d4: Merge "Doc fix: Update code snippet in displaying bitmaps training class Bug:
12715659" into klp-docs
* commit '
cb3ea3d47449a669e0d28131cf9254d5476bae73':
Doc fix: Update code snippet in displaying bitmaps training class Bug:
12715659
Adam Koch [Wed, 29 Jan 2014 23:04:02 +0000 (23:04 +0000)]
Merge "Doc fix: Update code snippet in displaying bitmaps training class Bug:
12715659" into klp-docs
Chris Craik [Wed, 29 Jan 2014 22:51:29 +0000 (22:51 +0000)]
Merge "Update reordering method names, and make 3d reordering API public"
Chris Craik [Sun, 26 Jan 2014 19:30:58 +0000 (11:30 -0800)]
Update reordering method names, and make 3d reordering API public
IsContainedVolume -> hasIsolatedZVolume conveys that this affects Z
ordering of views
ProjectToContainedBackground -> ProjectBackwards, since it ended up
using its own projection target, separate from the 3d volume bit
Change-Id: Ia2cde838cc4da134366fe6ff623290fbd65e50c3
Christopher Tate [Wed, 29 Jan 2014 21:42:57 +0000 (21:42 +0000)]
Merge "Adapt to underlying changes in the PBKDF2 implementation"
Chris Craik [Wed, 29 Jan 2014 21:20:36 +0000 (21:20 +0000)]
Merge "Fix projection offset caching"
Chong Zhang [Wed, 29 Jan 2014 21:09:20 +0000 (21:09 +0000)]
Merge "change Surface constructor arg to 64bit"
Chong Zhang [Wed, 29 Jan 2014 20:52:15 +0000 (12:52 -0800)]
change Surface constructor arg to 64bit
Bug:
12799017
Bug:
12799384
Change-Id: Ic16b4fa5394df38cee0378b6e00d1808b9c8cb94
Chris Craik [Wed, 29 Jan 2014 21:00:33 +0000 (13:00 -0800)]
Fix projection offset caching
Because the caching of projection matrix didn't account for changes in
the offset flag, the flag could be ignored. Now we use both to verify
that the cached matrix can be used.
Change-Id: I193b94eaf0b98f046a6484f0866c3d25048653fd
Baligh Uddin [Wed, 29 Jan 2014 17:55:35 +0000 (09:55 -0800)]
Import translations. DO NOT MERGE
Change-Id: I618528f0600b0db1b94e6519e2ade0be411f7859
Auto-generated-cl: translation import
Baligh Uddin [Wed, 29 Jan 2014 17:46:33 +0000 (09:46 -0800)]
Import translations. DO NOT MERGE
Change-Id: Ie2b2c6832f97ba8999fe3e78b0ffd310eae4448b
Auto-generated-cl: translation import
Dan Sandler [Wed, 29 Jan 2014 17:26:31 +0000 (17:26 +0000)]
Merge "Fix NPE in empty SizeAdaptiveLayouts."
Baligh Uddin [Wed, 29 Jan 2014 17:22:40 +0000 (09:22 -0800)]
Import translations. DO NOT MERGE
Change-Id: I7df04f98f87ec79edd4ad1d950d9fcee0b42fc8b
Auto-generated-cl: translation import
ztenghui [Mon, 27 Jan 2014 23:53:28 +0000 (15:53 -0800)]
Merge close vertices in a better way.
And add more verification code for testing purpose.
Change-Id: I5bc4f69e6582c02fd03106af9a98abd05a6755b7
John Spurlock [Wed, 29 Jan 2014 15:52:15 +0000 (15:52 +0000)]
am
2ad24e74: am
15c09e1e: am
0dbcd7d9: am
2d35ba4d: am
d12f4eb8: Merge "[Navigation bar] Allow "right to left" gesture to launch search panel"
* commit '
2ad24e74f5ea206d737bad4253f33504a542eaba':
[Navigation bar] Allow "right to left" gesture to launch search panel
John Spurlock [Wed, 29 Jan 2014 15:49:20 +0000 (15:49 +0000)]
am
15c09e1e: am
0dbcd7d9: am
2d35ba4d: am
d12f4eb8: Merge "[Navigation bar] Allow "right to left" gesture to launch search panel"
* commit '
15c09e1e2f55fbca9ddafa4227ef30a6dbefa664':
[Navigation bar] Allow "right to left" gesture to launch search panel
Narayan Kamath [Wed, 29 Jan 2014 15:48:11 +0000 (15:48 +0000)]
Merge "Path.native_trim should return long, not int."
John Spurlock [Wed, 29 Jan 2014 15:46:30 +0000 (15:46 +0000)]
am
0dbcd7d9: am
2d35ba4d: am
d12f4eb8: Merge "[Navigation bar] Allow "right to left" gesture to launch search panel"
* commit '
0dbcd7d99f37967f2ee7a8fad113df97b6a94fe7':
[Navigation bar] Allow "right to left" gesture to launch search panel
John Spurlock [Wed, 29 Jan 2014 15:42:34 +0000 (15:42 +0000)]
am
2d35ba4d: am
d12f4eb8: Merge "[Navigation bar] Allow "right to left" gesture to launch search panel"
* commit '
2d35ba4d4a43036706638ca0e96e5e1a9904d2af':
[Navigation bar] Allow "right to left" gesture to launch search panel
Narayan Kamath [Wed, 29 Jan 2014 15:40:59 +0000 (15:40 +0000)]
am
1a6e29aa: am
d933edc7: am
9ecada44: am
dfd4f523: am
d228a038: Merge "mNativeCanvas is long, not int."
* commit '
1a6e29aae589073bfd6bd5f42816e622584cfb7a':
mNativeCanvas is long, not int.
John Spurlock [Wed, 29 Jan 2014 15:40:00 +0000 (07:40 -0800)]
am
d12f4eb8: Merge "[Navigation bar] Allow "right to left" gesture to launch search panel"
* commit '
d12f4eb8cb986d710aaf98a9d6b8f66803d182d6':
[Navigation bar] Allow "right to left" gesture to launch search panel
Narayan Kamath [Wed, 29 Jan 2014 15:38:42 +0000 (15:38 +0000)]
am
d933edc7: am
9ecada44: am
dfd4f523: am
d228a038: Merge "mNativeCanvas is long, not int."
* commit '
d933edc742dcaf96862b211f4641e4cfd98acef5':
mNativeCanvas is long, not int.
John Spurlock [Wed, 29 Jan 2014 15:36:40 +0000 (15:36 +0000)]
Merge "[Navigation bar] Allow "right to left" gesture to launch search panel"
Narayan Kamath [Wed, 29 Jan 2014 15:33:48 +0000 (15:33 +0000)]
am
9ecada44: am
dfd4f523: am
d228a038: Merge "mNativeCanvas is long, not int."
* commit '
9ecada44042c49516d781281bbe0cba4e0af51a2':
mNativeCanvas is long, not int.
Narayan Kamath [Wed, 29 Jan 2014 15:29:23 +0000 (15:29 +0000)]
am
dfd4f523: am
d228a038: Merge "mNativeCanvas is long, not int."
* commit '
dfd4f5232c87c51fe639b594fd210b4073eca42b':
mNativeCanvas is long, not int.
Narayan Kamath [Wed, 29 Jan 2014 15:26:47 +0000 (15:26 +0000)]
Merge "AArch64: Use of long for pointers in PropertyValuesHolder"
Narayan Kamath [Wed, 29 Jan 2014 15:26:19 +0000 (07:26 -0800)]
am
d228a038: Merge "mNativeCanvas is long, not int."
* commit '
d228a03891f60520d517b2a3bc900b008b2da702':
mNativeCanvas is long, not int.
Narayan Kamath [Wed, 29 Jan 2014 15:02:05 +0000 (15:02 +0000)]
Merge "mNativeCanvas is long, not int."
Evan Charlton [Wed, 29 Jan 2014 14:58:27 +0000 (14:58 +0000)]
Merge "Allow for a configurable WiFi restore bounce delay"
Michael Jurka [Wed, 29 Jan 2014 14:04:33 +0000 (15:04 +0100)]
Don't set suggested wallpaper dimensions in default wallpaper cropper
suggestWallpaperDimensions is deprecated/ignored now anyway
Bug:
12118434
Narayan Kamath [Wed, 29 Jan 2014 12:50:20 +0000 (12:50 +0000)]
am
1caea796: am
c74f7619: am
cdc095ae: am
7be33110: am
d4ccffd3: Merge "AArch64: Use long for pointers in graphics/Interpolator"
* commit '
1caea796c9f3154048c02db6f46c458e8a80c32c':
AArch64: Use long for pointers in graphics/Interpolator
Narayan Kamath [Wed, 29 Jan 2014 12:50:15 +0000 (12:50 +0000)]
am
67ac8120: am
0cc4bb1f: am
e4fc5c17: am
74db9ddb: am
887b1ca8: Merge "AArch64: Use long for pointers in SurfaceTexture"
* commit '
67ac8120bf4e01b1de9d46673142d7fb92615616':
AArch64: Use long for pointers in SurfaceTexture
Narayan Kamath [Wed, 29 Jan 2014 12:50:09 +0000 (12:50 +0000)]
am
38638b2f: am
eaae9906: am
672f3ee3: am
95ba1eb6: am
dd6de16a: Merge "AArch64: Use long for pointers in DRM classes"
* commit '
38638b2fcc4aba428889d521d83762d716e32332':
AArch64: Use long for pointers in DRM classes
Narayan Kamath [Wed, 29 Jan 2014 12:50:02 +0000 (12:50 +0000)]
am
4a587146: am
09d07d0d: am
e3e4b405: am
9846fb69: am
50afaefd: Merge "AArch64: Make Binder and Parcel 64-bit compatible"
* commit '
4a58714606fdeb2e740b0ce51ea5074783e2ecf4':
AArch64: Make Binder and Parcel 64-bit compatible
Scott Main [Wed, 29 Jan 2014 12:49:51 +0000 (12:49 +0000)]
am
3e35a2c3: am
5a0b40d4: am
f088add7: am
80cbc73f: am
e535499e: Merge "add api notice to cast package index" into klp-docs
* commit '
3e35a2c3b702777527da74e4672bddd1f593a1c9':
add api notice to cast package index
Scott Main [Wed, 29 Jan 2014 12:49:45 +0000 (12:49 +0000)]
am
6fe01375: am
d50aaefd: am
66c82a8a: am
28c42122: am
c62223a0: add api notice to a bunch more files in iberico release
* commit '
6fe01375532d11d4fd710b4d7c7d0899ed6f548e':
add api notice to a bunch more files in iberico release
Scott Main [Wed, 29 Jan 2014 12:49:38 +0000 (12:49 +0000)]
am
03cc03a3: am
f81a02a3: am
9cc6eb7b: am
da59b9c1: am
e7249902: add warning to all the new iberico API pages about SDK not available yet
* commit '
03cc03a32c0cfa5368903d389c102baa129c6da9':
add warning to all the new iberico API pages about SDK not available yet
quddusc [Wed, 29 Jan 2014 12:49:22 +0000 (12:49 +0000)]
am
517b322f: am
299cd65e: am
c73d1d4a: am
c4cba0e9: am
32993c68: docs: Added API reference docs for GCore Iberico release.
* commit '
517b322f091bdbfb8b82c0d57895f20b95fee6a3':
docs: Added API reference docs for GCore Iberico release.
Scott Main [Wed, 29 Jan 2014 12:49:15 +0000 (12:49 +0000)]
am
ee209289: am
dd5b4cc9: am
3b9b40f7: am
31db1bba: am
cf010ab9: add google cast feature page
* commit '
ee20928913889eace0388f348c09f1f801272fd6':
add google cast feature page
Narayan Kamath [Wed, 29 Jan 2014 12:23:45 +0000 (12:23 +0000)]
am
c74f7619: am
cdc095ae: am
7be33110: am
d4ccffd3: Merge "AArch64: Use long for pointers in graphics/Interpolator"
* commit '
c74f7619e19f4d172fc0bc6220abc917024c45b0':
AArch64: Use long for pointers in graphics/Interpolator
Narayan Kamath [Wed, 29 Jan 2014 12:23:40 +0000 (12:23 +0000)]
am
0cc4bb1f: am
e4fc5c17: am
74db9ddb: am
887b1ca8: Merge "AArch64: Use long for pointers in SurfaceTexture"
* commit '
0cc4bb1ff30a7e2ef96837b1dbe79a89d5145dc2':
AArch64: Use long for pointers in SurfaceTexture
Narayan Kamath [Wed, 29 Jan 2014 12:21:32 +0000 (12:21 +0000)]
mNativeCanvas is long, not int.
swapNativeCanvas was asking for an int field.
Change-Id: I660fb13ecfb5d3b24201676dc03c16d61c92af07
Narayan Kamath [Wed, 29 Jan 2014 12:21:21 +0000 (12:21 +0000)]
am
cdc095ae: am
7be33110: am
d4ccffd3: Merge "AArch64: Use long for pointers in graphics/Interpolator"
* commit '
cdc095ae4850d9ffd08de0d6e8828949603fcdd1':
AArch64: Use long for pointers in graphics/Interpolator
Narayan Kamath [Wed, 29 Jan 2014 12:21:11 +0000 (12:21 +0000)]
am
e4fc5c17: am
74db9ddb: am
887b1ca8: Merge "AArch64: Use long for pointers in SurfaceTexture"
* commit '
e4fc5c17c092a77e0647e01e93a6b0e806c27692':
AArch64: Use long for pointers in SurfaceTexture
Scott Main [Wed, 29 Jan 2014 12:20:54 +0000 (12:20 +0000)]
am
92424e46: am
66b6ae35: am
c510adb7: am
2d27da36: am
3781318f: add Cast to the sidenav
* commit '
92424e46ef6247e78c31d0f3dc68b62c78d12117':
add Cast to the sidenav
Mark Salyzyn [Wed, 29 Jan 2014 12:20:15 +0000 (12:20 +0000)]
am
c0b540dc: am
8bb5e662: am
d732f561: am
2c6b048b: am
967c5d00: Merge changes I3659193f,I8b78e4db
* commit '
c0b540dc8744eceabfcf09a45ec964cb9709027a':
jni: Resolve build warnings
jni: Incorporate liblog reading API
Narayan Kamath [Wed, 29 Jan 2014 12:18:31 +0000 (12:18 +0000)]
am
7be33110: am
d4ccffd3: Merge "AArch64: Use long for pointers in graphics/Interpolator"
* commit '
7be33110ea3e1a032ee3aa7c50f1dedf52fcab25':
AArch64: Use long for pointers in graphics/Interpolator
Narayan Kamath [Wed, 29 Jan 2014 12:18:27 +0000 (12:18 +0000)]
am
74db9ddb: am
887b1ca8: Merge "AArch64: Use long for pointers in SurfaceTexture"
* commit '
74db9ddb341d9d7dafe36b2bc74e3aaf50dd3160':
AArch64: Use long for pointers in SurfaceTexture