202d1ec753
Fix text shadow attributes in textAppearance
...
The various text shadow attributes were not being properly applied
because they were being retrieved from the wrong TypedArray.
This is the proper fix for bug 13525033 Shadow* attributes in a style
not being applied in textAppearance.
Change-Id: I57a8f498bf6059c5c5c74c1072edb277a24ea053
2014-04-14 18:27:30 +00:00
8343a20437
Import translations. DO NOT MERGE
...
Change-Id: I06501e9574457274ef7b0a3951a1d76b8c50fdac
Auto-generated-cl: translation import
2014-04-14 10:06:45 -07:00
964570044e
am 549ae327
: am aa19a2f6
: Merge "Don\'t compare String8s to NULL."
...
* commit '549ae327245a844862065dc9bb0562544e8c3beb':
Don't compare String8s to NULL.
2014-04-14 08:46:17 +00:00
549ae32724
am aa19a2f6
: Merge "Don\'t compare String8s to NULL."
...
* commit 'aa19a2f69c33fdb6499d0bc1cfafced9f572da5b':
Don't compare String8s to NULL.
2014-04-14 08:41:42 +00:00
aa19a2f69c
Merge "Don't compare String8s to NULL."
2014-04-14 08:18:25 +00:00
90c75cf02e
Don't compare String8s to NULL.
...
Use String8::isEmpty instead. Note that this code path is hit
only if the zygote calls ::exit, and that never happens unless
the VM invocation fails.
Change-Id: I0e7d3a86a79b12b2174ca3bf0dbe1904e33c041a
2014-04-12 12:25:50 +01:00
eaa8a6b7fe
am a5c8d586
: Fix build break due to layout lib.
...
* commit 'a5c8d586f6ceff252336f72c6e15efbf4785e794':
Fix build break due to layout lib.
2014-04-12 08:22:06 +00:00
a5c8d586f6
Fix build break due to layout lib.
...
Change-Id: I87b40125adad0a799214f6ebf0dc04ec7903efbf
2014-04-11 22:09:06 -07:00
c76faca60e
am e2dc6985
: am f1334ccc
: am 849a8208
: Add DatePickerDialog to layoutlib [DO NOT MERGE]
...
* commit 'e2dc69856879d41798545b2c113098195bf04fa6':
Add DatePickerDialog to layoutlib [DO NOT MERGE]
2014-04-12 02:30:31 +00:00
e2dc698568
am f1334ccc
: am 849a8208
: Add DatePickerDialog to layoutlib [DO NOT MERGE]
...
* commit 'f1334ccc1522241c0efc2449ed8bf472a5b01204':
Add DatePickerDialog to layoutlib [DO NOT MERGE]
2014-04-12 02:26:09 +00:00
f1334ccc15
am 849a8208
: Add DatePickerDialog to layoutlib [DO NOT MERGE]
...
* commit '849a8208c88d38e55ec13a1fa76bf295fde96cb5':
Add DatePickerDialog to layoutlib [DO NOT MERGE]
2014-04-12 02:23:04 +00:00
9e2fde9c8a
am d912e1f6
: Use the display\'s actual state in the view hierarchy.
...
* commit 'd912e1f6a111fb33118d116bd72da1a328041bca':
Use the display's actual state in the view hierarchy.
2014-04-12 01:58:57 +00:00
d912e1f6a1
Use the display's actual state in the view hierarchy.
...
Previously, the view hierarchy would suppress drawing whenever the
PowerManager.isScreenOn() method returned false. However, this method
really describes the interactive state of the device rather than the
actual display state. This is especially a problem when there are
multiple displays but it also breaks drawing while in doze mode.
This change makes the view hierarchy consider the actual state of the
display instead on an individual basis.
Bug: 13133142
Change-Id: I69870b6b14a3504607a30562aa48c3452f777c1f
2014-04-11 18:46:22 -07:00
8ebd66c259
am cd4c1c71
: Merge "Add stringType and requiredPermissions to SensorManager.java, as well as a permission for the heart rate sensor" into klp-modular-dev
...
* commit 'cd4c1c714c37a1bc7ba35ebd2509eca4f0f6a314':
Add stringType and requiredPermissions to SensorManager.java, as well as a permission for the heart rate sensor
2014-04-11 19:34:51 +00:00
cd4c1c714c
Merge "Add stringType and requiredPermissions to SensorManager.java, as well as a permission for the heart rate sensor" into klp-modular-dev
2014-04-11 19:32:38 +00:00
9e99cab7d9
am 970417c7
: Added getLeanbackLaunchIntentForPackage()
...
* commit '970417c7d3e33ccbd6918e28d9bc5da24651f5b3':
Added getLeanbackLaunchIntentForPackage()
2014-04-11 18:58:43 +00:00
88a996455b
am 97953b30
: am 4f4892d0
: Merge "Workaround 64 bit devices that don\'t have zygotes yet."
...
* commit '97953b308f9159a73061ae047e368eac503c1931':
Workaround 64 bit devices that don't have zygotes yet.
2014-04-11 18:36:32 +00:00
97953b308f
am 4f4892d0
: Merge "Workaround 64 bit devices that don\'t have zygotes yet."
...
* commit '4f4892d00aab13975a8aed000f84ae0320355fd7':
Workaround 64 bit devices that don't have zygotes yet.
2014-04-11 18:33:00 +00:00
4f4892d00a
Merge "Workaround 64 bit devices that don't have zygotes yet."
2014-04-11 18:29:55 +00:00
2d84a406bf
Workaround 64 bit devices that don't have zygotes yet.
...
This can be fixed by tweaking their BoardConfig as well,
but that leads to all sorts of other problems.
For now, fall back to the primary zygote if the secondary
is unavailable. This will fail if shared libraries for the
primary zygote ABI are unavailable, but that won't be the
case just yet.
bug: 13970103
Change-Id: Ifa107e43ca95023d57a0d9c641e4fddaccd9a888
2014-04-11 19:24:53 +01:00
033ae3abb5
Set wearable specific strings in framework
...
Change-Id: I81e7d55c53809199a340c9c16070b55ffbaeefc0
2014-04-11 10:58:03 -07:00
970417c7d3
Added getLeanbackLaunchIntentForPackage()
...
Change-Id: I23be3bfa59be812a915adc37e08fdf59be8ad90f
2014-04-11 10:54:39 -07:00
c2bd3687dc
am 70bba904
: am b093e485
: Merge "generateProjectThumbnail can fail to close output stream"
...
* commit '70bba904fc50f44cb4a695cf76e423534c835cf6':
generateProjectThumbnail can fail to close output stream
2014-04-11 17:44:51 +00:00
70bba904fc
am b093e485
: Merge "generateProjectThumbnail can fail to close output stream"
...
* commit 'b093e485bbd790cc4d9678451c8cce4d361c2cf2':
generateProjectThumbnail can fail to close output stream
2014-04-11 17:41:44 +00:00
b093e485bb
Merge "generateProjectThumbnail can fail to close output stream"
2014-04-11 17:37:54 +00:00
8e6992fb3a
am 1ea1857d
: am 8cd319b8
: Merge "Add additional languages to be accepted by the NumberPicker input filter"
...
* commit '1ea1857de9c98199015f0188678a12a82a6248d4':
Add additional languages to be accepted by the NumberPicker input filter
2014-04-11 17:37:18 +00:00
1ea1857de9
am 8cd319b8
: Merge "Add additional languages to be accepted by the NumberPicker input filter"
...
* commit '8cd319b84635454746803b0eed7e2626d7945a09':
Add additional languages to be accepted by the NumberPicker input filter
2014-04-11 17:33:15 +00:00
8cd319b846
Merge "Add additional languages to be accepted by the NumberPicker input filter"
2014-04-11 17:30:09 +00:00
5b7dccc4f9
am 90e2301e
: am d2a11d97
: Merge "Add explicit close of Scanner input"
...
* commit '90e2301e23532c92dd4c24394b7407e243389e9f':
Add explicit close of Scanner input
2014-04-11 17:21:20 +00:00
90e2301e23
am d2a11d97
: Merge "Add explicit close of Scanner input"
...
* commit 'd2a11d97a94bed18629bded429f118f57f4f7821':
Add explicit close of Scanner input
2014-04-11 17:18:14 +00:00
d2a11d97a9
Merge "Add explicit close of Scanner input"
2014-04-11 17:14:39 +00:00
8490cc15e5
am 3d9a3b58
: am 7abc67f4
: am 2abf55ca
: Merge "docs: Updated SDK installation instructions for Ubuntu. Bug: 13476147" into klp-docs
...
* commit '3d9a3b589af661f980a7c03f208915b54521639f':
docs: Updated SDK installation instructions for Ubuntu. Bug: 13476147
2014-04-11 16:19:09 +00:00
80790fe0e7
am 7186228a
: am d1f51fda
: am a765e782
: Merge "docs: Added a document on debugging in Android Studio" into klp-docs
...
* commit '7186228ae8505c3222be81680811d00de9bbdb6d':
docs: Added a document on debugging in Android Studio
2014-04-11 16:19:06 +00:00
3d9a3b589a
am 7abc67f4
: am 2abf55ca
: Merge "docs: Updated SDK installation instructions for Ubuntu. Bug: 13476147" into klp-docs
...
* commit '7abc67f43fff9d2dc84d1bddfb3e5b3a04fbc30a':
docs: Updated SDK installation instructions for Ubuntu. Bug: 13476147
2014-04-11 16:14:23 +00:00
7186228ae8
am d1f51fda
: am a765e782
: Merge "docs: Added a document on debugging in Android Studio" into klp-docs
...
* commit 'd1f51fda68ee23aaa83db62b32ad2b65d7fb4320':
docs: Added a document on debugging in Android Studio
2014-04-11 16:14:17 +00:00
7abc67f43f
am 2abf55ca
: Merge "docs: Updated SDK installation instructions for Ubuntu. Bug: 13476147" into klp-docs
...
* commit '2abf55ca9b8a796ffb246538d319798dabedbec6':
docs: Updated SDK installation instructions for Ubuntu. Bug: 13476147
2014-04-11 16:11:59 +00:00
d1f51fda68
am a765e782
: Merge "docs: Added a document on debugging in Android Studio" into klp-docs
...
* commit 'a765e78241970f212991056b09027ef4df818d95':
docs: Added a document on debugging in Android Studio
2014-04-11 16:11:56 +00:00
2abf55ca9b
Merge "docs: Updated SDK installation instructions for Ubuntu. Bug: 13476147" into klp-docs
2014-04-11 16:07:48 +00:00
a765e78241
Merge "docs: Added a document on debugging in Android Studio" into klp-docs
2014-04-11 16:06:23 +00:00
73e78c75b7
am af42a91c
: Fix another build breakage.
...
* commit 'af42a91c118941d463b474574bf34bf05822350d':
Fix another build breakage.
2014-04-11 11:35:19 +00:00
af42a91c11
Fix another build breakage.
...
Caused by 037c33eae7
, which
was submitted without a checkbuild.
Change-Id: I0d48f6b941cc98a30904cdfbd7bcb56ed509734e
2014-04-11 11:31:07 +00:00
80edaa676b
am 24c089a8
: Fix build.
...
* commit '24c089a8b5871b331441d0858aa164364b7737cb':
Fix build.
2014-04-11 10:54:20 +00:00
24c089a8b5
Fix build.
...
isScreenOn was changed to isInteractive.
Change-Id: I381d0b0ca745b61e64ac6309c2a6307696f52be0
2014-04-11 10:50:43 +00:00
c3255ae04c
am de442781
: am 909a6a0e
: Merge "Dual zygote cleanup."
...
* commit 'de442781cd4f7404e8aaa3f7ca5d1d3fc28cccc6':
Dual zygote cleanup.
2014-04-11 09:57:27 +00:00
55dab4dd3b
am b11f250e
: Merge "Delegate HdmiCecService method impl to HdmiCecDevice subclass" into klp-modular-dev
...
* commit 'b11f250e09195d1ab250c93bfed0b31ed3a40f3d':
Delegate HdmiCecService method impl to HdmiCecDevice subclass
2014-04-11 09:40:46 +00:00
b11f250e09
Merge "Delegate HdmiCecService method impl to HdmiCecDevice subclass" into klp-modular-dev
2014-04-11 09:38:23 +00:00
61791075f4
Delegate HdmiCecService method impl to HdmiCecDevice subclass
...
Most of the methods in the interface IHdmiCecService should be implemented
based on the device type. This CL makes a change such that the HdmiCecDevice
just has stub methods that should be overriden by subclasses.
Other changes:
- Fixed a bug of <Inactive Source> not sending its physical address
in its message body. Also the command should have been sent to TV
only rather than broadcast.
- Put back sendGiveDevicePowerStatus interface method. It allows the client
to keep track of the other device(like TV) power status more closely.
Devices goes through the status from standby -> transient to on -> on
but the CEC spec doesn't require that they broacast it actively.
The restored method can be used to let the playback device to get
up-to-date power status of TV/display when it is booting up.
This method should work the same across all the device types. So it was
implemented in the service, not delegated to HdmiCecDevice.
- Send <Report Physical Address> when a new logical device is registered,
which is required by CEC spec: "it should report the association between
its logical and physical address by broadcasting <Report Physical
Address>
Change-Id: Iac1d2cf5783d947f2dcd6965a54670fbdb8e6a63
2014-04-11 18:35:01 +09:00
de442781cd
am 909a6a0e
: Merge "Dual zygote cleanup."
...
* commit '909a6a0e2b5815332618b2cf731d27824a76d042':
Dual zygote cleanup.
2014-04-11 08:45:47 +00:00
909a6a0e2b
Merge "Dual zygote cleanup."
2014-04-11 08:24:52 +00:00
337e764deb
am f24687e2
: Merge "Plumb display power state through display manager." into klp-modular-dev
...
* commit 'f24687e2731811fd0e3803b691fd47a659f89329':
Plumb display power state through display manager.
2014-04-11 03:49:37 +00:00