quddusc
99c3605c1d
am 66e99c46: am 0bd51600: am 41fb2be0: docs: Updated name of API to "Google Maps Android API v2". Bug: 13666553
...
* commit '66e99c46546bf34fb8806dbefdbd71df1d41c814':
docs: Updated name of API to "Google Maps Android API v2". Bug: 13666553
2014-04-14 22:56:44 +00:00
quddusc
66e99c4654
am 0bd51600: am 41fb2be0: docs: Updated name of API to "Google Maps Android API v2". Bug: 13666553
...
* commit '0bd516001988517aade19feb087de5cb03820805':
docs: Updated name of API to "Google Maps Android API v2". Bug: 13666553
2014-04-14 22:51:45 +00:00
quddusc
0bd5160019
am 41fb2be0: docs: Updated name of API to "Google Maps Android API v2". Bug: 13666553
...
* commit '41fb2be0f2cb0f1a09b05f475ebb89fe4d975a68':
docs: Updated name of API to "Google Maps Android API v2". Bug: 13666553
2014-04-14 22:47:51 +00:00
Christopher Lane
381ac08054
am 62538940: Merge "Add support for custom TXT records in NSD" into klp-modular-dev
...
* commit '62538940de1755c71c56b0e5d81e12397e5de58a':
Add support for custom TXT records in NSD
2014-04-14 21:16:27 +00:00
Christopher Lane
62538940de
Merge "Add support for custom TXT records in NSD" into klp-modular-dev
2014-04-14 21:13:09 +00:00
Christopher Lane
b72d8b4091
Add support for custom TXT records in NSD
...
Change-Id: I8e6dc9852ad4d273c71ad6a63a7fbd28a206806d
2014-04-14 14:10:36 -07:00
Raph Levien
f6ee7e3f47
am 202d1ec7: Fix text shadow attributes in textAppearance
...
* commit '202d1ec753ff9401f3a1ea93a09a7419e76b7f91':
Fix text shadow attributes in textAppearance
2014-04-14 19:30:22 +00:00
quddusc
41fb2be0f2
docs: Updated name of API to "Google Maps Android API v2".
...
Bug: 13666553
Change-Id: I6de26da064fcda4a64e29d35c7d75140c5a4e048
2014-04-14 11:57:33 -07:00
Raph Levien
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
Narayan Kamath
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
Narayan Kamath
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
Narayan Kamath
aa19a2f69c
Merge "Don't compare String8s to NULL."
2014-04-14 08:18:25 +00:00
Narayan Kamath
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
Jeff Brown
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
Jeff Brown
a5c8d586f6
Fix build break due to layout lib.
...
Change-Id: I87b40125adad0a799214f6ebf0dc04ec7903efbf
2014-04-11 22:09:06 -07:00
Deepanshu Gupta
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
Deepanshu Gupta
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
Deepanshu Gupta
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
Jeff Brown
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
Jeff Brown
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
Aravind Akella
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
Aravind Akella
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
Jose Lima
9e99cab7d9
am 970417c7: Added getLeanbackLaunchIntentForPackage()
...
* commit '970417c7d3e33ccbd6918e28d9bc5da24651f5b3':
Added getLeanbackLaunchIntentForPackage()
2014-04-11 18:58:43 +00:00
Narayan Kamath
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
Narayan Kamath
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
Narayan Kamath
4f4892d00a
Merge "Workaround 64 bit devices that don't have zygotes yet."
2014-04-11 18:29:55 +00:00
Narayan Kamath
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
Jose Lima
970417c7d3
Added getLeanbackLaunchIntentForPackage()
...
Change-Id: I23be3bfa59be812a915adc37e08fdf59be8ad90f
2014-04-11 10:54:39 -07:00
Elliott Hughes
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
Elliott Hughes
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
Elliott Hughes
b093e485bb
Merge "generateProjectThumbnail can fail to close output stream"
2014-04-11 17:37:54 +00:00
Elliott Hughes
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
Elliott Hughes
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
Elliott Hughes
8cd319b846
Merge "Add additional languages to be accepted by the NumberPicker input filter"
2014-04-11 17:30:09 +00:00
Elliott Hughes
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
Elliott Hughes
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
Elliott Hughes
d2a11d97a9
Merge "Add explicit close of Scanner input"
2014-04-11 17:14:39 +00:00
Ricardo Cervera
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
Ricardo Cervera
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
Ricardo Cervera
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
Ricardo Cervera
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
Ricardo Cervera
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
Ricardo Cervera
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
Ricardo Cervera
2abf55ca9b
Merge "docs: Updated SDK installation instructions for Ubuntu. Bug: 13476147" into klp-docs
2014-04-11 16:07:48 +00:00
Ricardo Cervera
a765e78241
Merge "docs: Added a document on debugging in Android Studio" into klp-docs
2014-04-11 16:06:23 +00:00
Narayan Kamath
73e78c75b7
am af42a91c: Fix another build breakage.
...
* commit 'af42a91c118941d463b474574bf34bf05822350d':
Fix another build breakage.
2014-04-11 11:35:19 +00:00
Narayan Kamath
af42a91c11
Fix another build breakage.
...
Caused by 037c33eae74bee2774897d969d48947f9abe254f, which
was submitted without a checkbuild.
Change-Id: I0d48f6b941cc98a30904cdfbd7bcb56ed509734e
2014-04-11 11:31:07 +00:00
Narayan Kamath
80edaa676b
am 24c089a8: Fix build.
...
* commit '24c089a8b5871b331441d0858aa164364b7737cb':
Fix build.
2014-04-11 10:54:20 +00:00
Narayan Kamath
24c089a8b5
Fix build.
...
isScreenOn was changed to isInteractive.
Change-Id: I381d0b0ca745b61e64ac6309c2a6307696f52be0
2014-04-11 10:50:43 +00:00
Narayan Kamath
c3255ae04c
am de442781: am 909a6a0e: Merge "Dual zygote cleanup."
...
* commit 'de442781cd4f7404e8aaa3f7ca5d1d3fc28cccc6':
Dual zygote cleanup.
2014-04-11 09:57:27 +00:00