Jason Monk
3c68ca2fea
Fix expandSettingsPanel status bar call
...
Use the same mechanism as the two finger gesture to get it to open
correctly.
Bug: 19196800
Change-Id: I952e14d3ccd796889ed54cb98c017542a25f28c9
2015-01-30 12:10:15 -05:00
Alan Viverette
d38cc74921
Merge "Avoid bug in LinearLayout measurement" into lmp-mr1-dev
2015-01-30 03:15:07 +00:00
Legler Wu
85973dcf8c
[DS] Correct the access method for telephony system property
...
Revise the method to access telephony system property.
Add several PROPERTY_XXX_XXX_MSIM for MSIM type system properties. If
caller use the old one, it will be dispatched to new one and get by
default phone id.
Ex. PROPERTY_ICC_OPERATOR_NUMERIC
Bug: 18675498
Change-Id: I008a7390fefbbcd9f6569f059d48eedf1da28de0
2015-01-29 19:02:55 -08:00
Christopher Ferris
fd41feee6b
Merge "Fix wrap property creation when truncating." into lmp-mr1-dev
2015-01-30 02:29:27 +00:00
Rich Slogar
e9e2707fef
am f4fa2acb: am 6ccb72e6: am e0063faa: Merge "docs: linux requirements update" into lmp-docs
...
* commit 'f4fa2acb22acdf2ddb536fd1e7e5b9df51d6a787':
docs: linux requirements update
2015-01-30 01:58:22 +00:00
Scott Rowe
1b5a0fb681
am 8f5714d3: am a3031211: am b86c3b80: Merge "docs: Card View for Android TV training" into lmp-docs
...
* commit '8f5714d3e1f29c0ec761c3471a12d2f486bbaee3':
docs: Card View for Android TV training
2015-01-30 01:53:53 +00:00
Scott Rowe
9ad282fd73
am 2d1c5dc8: am e4249f29: am 87a1bf09: docs: b/19193358 Android TV overscan instructions: settings reversed in text
...
* commit '2d1c5dc8ef3dfa8e4eea25197b38b654d7e8cc9d':
docs: b/19193358 Android TV overscan instructions: settings reversed in text
2015-01-30 01:53:48 +00:00
Rich Slogar
f4fa2acb22
am 6ccb72e6: am e0063faa: Merge "docs: linux requirements update" into lmp-docs
...
* commit '6ccb72e685da6769d43545c21182ca44e039da3e':
docs: linux requirements update
2015-01-30 01:49:12 +00:00
Scott Rowe
8f5714d3e1
am a3031211: am b86c3b80: Merge "docs: Card View for Android TV training" into lmp-docs
...
* commit 'a303121168f1e3cfe62f6836a38ba1a33f3e336d':
docs: Card View for Android TV training
2015-01-30 01:44:43 +00:00
Scott Rowe
2d1c5dc8ef
am e4249f29: am 87a1bf09: docs: b/19193358 Android TV overscan instructions: settings reversed in text
...
* commit 'e4249f29ea56f35aab1337323a0e55992ee9247f':
docs: b/19193358 Android TV overscan instructions: settings reversed in text
2015-01-30 01:44:39 +00:00
Rich Slogar
6ccb72e685
am e0063faa: Merge "docs: linux requirements update" into lmp-docs
...
* commit 'e0063faa8707e2424a33625aaf2228540fa67e85':
docs: linux requirements update
2015-01-30 01:41:58 +00:00
Scott Rowe
a303121168
am b86c3b80: Merge "docs: Card View for Android TV training" into lmp-docs
...
* commit 'b86c3b80db09da85b50c1809520bbf893cb83d93':
docs: Card View for Android TV training
2015-01-30 01:37:23 +00:00
Scott Rowe
e4249f29ea
am 87a1bf09: docs: b/19193358 Android TV overscan instructions: settings reversed in text
...
* commit '87a1bf097078e43dc9e7c060daf8d835afd7bf6d':
docs: b/19193358 Android TV overscan instructions: settings reversed in text
2015-01-30 01:37:21 +00:00
Rich Slogar
e0063faa87
Merge "docs: linux requirements update" into lmp-docs
2015-01-30 01:32:18 +00:00
Scott Rowe
b86c3b80db
Merge "docs: Card View for Android TV training" into lmp-docs
2015-01-30 01:30:44 +00:00
Alan Viverette
3e2ec1cc9c
Avoid bug in LinearLayout measurement
...
Reverts to Holo-style layout where the View divider masks the bug.
Uses a 0-height divider to avoid visual changes.
Bug: 19201079
Change-Id: Ib9e701815c57b23d5ba7173f8de553e90e27ed11
2015-01-30 01:30:23 +00:00
Amit Mahajan
45446c6321
Merge "Adding new API to ISms to check if default SMS SIM needs to be chosen by user." into lmp-mr1-dev
2015-01-30 00:52:50 +00:00
Sailesh Nepal
38710f03c9
Merge "Fix crash when making emergency calls" into lmp-mr1-dev
2015-01-30 00:31:12 +00:00
Christopher Tate
b71ac19308
Merge "Don't run full-data backups when backup is disabled" into lmp-mr1-dev
2015-01-30 00:06:18 +00:00
Christopher Ferris
95b1048d39
Fix wrap property creation when truncating.
...
If a property name gets truncated, make sure it doesn't end in a '.'
since that makes the name illegal.
Bug: 19196358
Bug: https://code.google.com/p/android/issues/detail?id=82947
(cherry picked from commit e32df45fe1a8cb7286bfdad392a0d36e0ddcf8e7)
Change-Id: I126a40ffae76ee6a06926e770ca015fb063a334b
2015-01-29 15:54:40 -08:00
Christopher Tate
e77c12ba37
Don't run full-data backups when backup is disabled
...
If the scheduled job fires but backup is disabled or the device is
not yet provisioned (i.e. has not yet finished going through setup),
bow out gracefully without running any backup operations. Also, even
if a backup is directly invoked (e.g. via adb), verify again right
before we start collecting app data, and abandon the operation in
that path as well.
(This is redundant; having only the latter test would suffice, but
this lets us distinguish in the logging more easily.)
Finally, make sure that if we were waiting on setup before permitting
backup operations to begin, that we startup the full-data scheduling
as well as the [separate] key/value scheduling.
Bug 19197062
Change-Id: I3d8fb650c50f946d8ed7ac7170df361c707f2528
2015-01-29 15:47:43 -08:00
Raph Levien
d24047dcfe
Merge "Use constants instead of resources for ellipsis." into lmp-mr1-dev
2015-01-29 23:04:15 +00:00
Igor Viarheichyk
6f9f1d4b3b
Use constants instead of resources for ellipsis.
...
All supported locales use only U+2025 and U+2026 to represent
ellipses, and it will unlikely change in future. Given translated
resources are inconsistent and often use three dots it is safer
to use constants instead of resources.
(cherry-pick of ed0daa93e48d38e54a7ad1c99c461510a4c07599.)
Bug: 18542179
Change-Id: I51a6cb903f62f739fbadd6b78e5765c0028d641a
2015-01-29 15:00:13 -08:00
Jinsuk Kim
9c5ccc3684
Merge "CEC: Discard key event to itself" into lmp-mr1-dev
2015-01-29 22:33:43 +00:00
Jinsuk Kim
454fab5219
CEC: Discard key event to itself
...
Should discard keyevents if the target address is the device itself.
Bug: 19188660
Change-Id: Id47d79c996f60c9d90540f28c4b2509976d2f378
2015-01-30 07:28:10 +09:00
Jinsuk Kim
dbdaea0c6d
Merge "CEC: Do null/empty check against the parameter for checkRecordSource()" into lmp-mr1-dev
2015-01-29 22:22:31 +00:00
Jinsuk Kim
3f92347424
Merge "CEC: Add CEC device upon receiving <Report Physical Address>" into lmp-mr1-dev
2015-01-29 22:21:54 +00:00
Raph Levien
af461e12a1
Merge "Refine resolution order for typeface and fontFamily" into lmp-mr1-dev
2015-01-29 22:11:00 +00:00
Sanket Padawe
5df10e1842
Merge "Suppress logging to avoid showing phone no." into lmp-mr1-dev
2015-01-29 21:44:05 +00:00
Jon Larimer
48c95c4370
Fix build breakage in older branches by avoiding <> notation
...
Change-Id: I5e3d523dac1f364f52f0d2cab479c1705d667e5a
2015-01-29 15:54:43 -05:00
Raph Levien
42b3024efd
Refine resolution order for typeface and fontFamily
...
Previously any fontFamily value on a TextView would override a typeface
value, even if the fontFamily is from a TextAppearance (for example,
from the theme) and the typeface is explicitly set. This patch changes
the resolution order to fontFamily set directly on the TextView,
typeface set directly on the TextView, fontFamily from TextAppearance,
typeface from TextAppearance.
Bug: 16154223
Change-Id: I45c1e511fba8f64eb236200e3fa2e885c02b59dc
2015-01-29 12:49:19 -08:00
John Reck
6efc3ac6d2
Merge "Allow ~Layer() to happen after onGLContextDestroyed" into lmp-mr1-dev
2015-01-29 20:13:05 +00:00
Tyler Gunn
8a2b1199a6
Fixing conference merge where only one party is added to conference.
...
- Adding "onConferenceStarted" listener for Connections.
- This is necessary so that an ImsCall can report the fact that it has
went from being a single party call to a multiparty call. This was not
previously necessary since the multiparty bit change would be detected
when one of the connections being merged changed state. Since we now must
defer the establishment of the conference until all connections have been
merged, we need a means of detecting when the call becomes multiparty.
Bug: 18960042
Change-Id: I3ba138cb546e3efdf89b29d6676d00257a5e00cd
2015-01-29 11:47:24 -08:00
Jon Larimer
0312d2ff45
am 320f505e: am 52fba8d1: am 88add689: am a5ccca24: am 2982d648: am de9a76ed: am fc731e6e: Merge "Fix ParceledListSlice to enforce the same concrete types among its elements." into jb-mr2-dev automerge: ea63fd7 automerge: bebfd58
...
* commit '320f505ed52f8970b08eb93766af831de0332415':
2015-01-29 19:46:00 +00:00
Jon Larimer
4c2a6fddb1
am 64bdf77d: am 8bb65246: am a43742ec: am 6813f29e: am 76cdbb04: (-s ours) am d0318a63: am 7dd12d76: Merge "DO NOT MERGE Restore calling identity before checking permission" into jb-mr2-dev automerge: 48dad94 -s ours automerge: 6fe42f0 -s ours
...
* commit '64bdf77d9515f587f31998b614e524c26b2415a4':
2015-01-29 19:45:56 +00:00
Jon Larimer
320f505ed5
am 52fba8d1: am 88add689: am a5ccca24: am 2982d648: am de9a76ed: am fc731e6e: Merge "Fix ParceledListSlice to enforce the same concrete types among its elements." into jb-mr2-dev automerge: ea63fd7 automerge: bebfd58
...
* commit '52fba8d13428665fde405ef91857c00f0d399610':
2015-01-29 19:38:51 +00:00
Jon Larimer
64bdf77d95
am 8bb65246: am a43742ec: am 6813f29e: am 76cdbb04: (-s ours) am d0318a63: am 7dd12d76: Merge "DO NOT MERGE Restore calling identity before checking permission" into jb-mr2-dev automerge: 48dad94 -s ours automerge: 6fe42f0 -s ours
...
* commit '8bb65246f2655fae8d807db973c5eaeff78733cc':
2015-01-29 19:38:48 +00:00
Jon Larimer
52fba8d134
am 88add689: am a5ccca24: am 2982d648: am de9a76ed: am fc731e6e: Merge "Fix ParceledListSlice to enforce the same concrete types among its elements." into jb-mr2-dev automerge: ea63fd7
...
automerge: bebfd58
* commit 'bebfd58604ae8a70c08056f3a5cd9289b27fe11c':
2015-01-29 19:30:57 +00:00
Jon Larimer
8bb65246f2
am a43742ec: am 6813f29e: am 76cdbb04: (-s ours) am d0318a63: am 7dd12d76: Merge "DO NOT MERGE Restore calling identity before checking permission" into jb-mr2-dev automerge: 48dad94 -s ours
...
automerge: 6fe42f0 -s ours
* commit '6fe42f08702a0773c0dd2aad2d41c54f73bb057b':
2015-01-29 19:29:31 +00:00
Sanket Padawe
14d21344d2
Suppress logging to avoid showing phone no.
...
Bug: 19193581
Change-Id: I6ee17a2eab9d0ed84c931d6395a5aeb148177f95
2015-01-29 11:21:34 -08:00
Scott Rowe
87a1bf0970
docs: b/19193358 Android TV overscan instructions: settings reversed in text
...
Change-Id: I7c617ed67068927d27c5a2243a2dd07b04e668b5
2015-01-29 11:05:13 -08:00
Jon Larimer
feabeb6243
am 8b8d6195: am 9570e144: am ea63fd7f: am 88add689: am a5ccca24: am 2982d648: am de9a76ed: am fc731e6e: Merge "Fix ParceledListSlice to enforce the same concrete types among its elements." into jb-mr2-dev
...
* commit '8b8d61952a4599439f3308a5f73bb0a2a0610563':
Fix ParceledListSlice to enforce the same concrete types among its elements.
2015-01-29 18:57:20 +00:00
Jon Larimer
51ea897fca
am 470f3a98: am 0a63d817: am 48dad949: (-s ours) am a43742ec: am 6813f29e: am 76cdbb04: (-s ours) am d0318a63: am 7dd12d76: Merge "DO NOT MERGE Restore calling identity before checking permission" into jb-mr2-dev
...
* commit '470f3a98be8ecff3beca275c20b085da928e8943':
DO NOT MERGE Restore calling identity before checking permission
2015-01-29 18:57:17 +00:00
Jon Larimer
bebfd58604
am 88add689: am a5ccca24: am 2982d648: am de9a76ed: am fc731e6e: Merge "Fix ParceledListSlice to enforce the same concrete types among its elements." into jb-mr2-dev
...
automerge: ea63fd7
* commit 'ea63fd7f9b4bb2701c9d12ab8775867dbdeefcf1':
Fix ParceledListSlice to enforce the same concrete types among its elements.
2015-01-29 18:55:25 +00:00
Jon Larimer
6fe42f0870
am a43742ec: am 6813f29e: am 76cdbb04: (-s ours) am d0318a63: am 7dd12d76: Merge "DO NOT MERGE Restore calling identity before checking permission" into jb-mr2-dev
...
automerge: 48dad94 -s ours
* commit '48dad94919c9f5027559feed3b05d8d01a03f687':
DO NOT MERGE Restore calling identity before checking permission
2015-01-29 18:54:16 +00:00
Scott Rowe
da0c5de5fa
docs: Card View for Android TV training
...
Change-Id: I4797c0b3c4ae7106349095016d778992802ccb96
2015-01-29 10:50:25 -08:00
Jon Larimer
8b8d61952a
am 9570e144: am ea63fd7f: am 88add689: am a5ccca24: am 2982d648: am de9a76ed: am fc731e6e: Merge "Fix ParceledListSlice to enforce the same concrete types among its elements." into jb-mr2-dev
...
* commit '9570e144fe38a53c507838cc5234225c7a0da315':
Fix ParceledListSlice to enforce the same concrete types among its elements.
2015-01-29 18:50:24 +00:00
Jon Larimer
470f3a98be
am 0a63d817: am 48dad949: (-s ours) am a43742ec: am 6813f29e: am 76cdbb04: (-s ours) am d0318a63: am 7dd12d76: Merge "DO NOT MERGE Restore calling identity before checking permission" into jb-mr2-dev
...
* commit '0a63d8176d8c3099c2e40bdbb00220f5aeeff69e':
DO NOT MERGE Restore calling identity before checking permission
2015-01-29 18:50:21 +00:00
Jon Larimer
9570e144fe
am ea63fd7f: am 88add689: am a5ccca24: am 2982d648: am de9a76ed: am fc731e6e: Merge "Fix ParceledListSlice to enforce the same concrete types among its elements." into jb-mr2-dev
...
* commit 'ea63fd7f9b4bb2701c9d12ab8775867dbdeefcf1':
Fix ParceledListSlice to enforce the same concrete types among its elements.
2015-01-29 18:43:47 +00:00
Jon Larimer
0a63d8176d
am 48dad949: (-s ours) am a43742ec: am 6813f29e: am 76cdbb04: (-s ours) am d0318a63: am 7dd12d76: Merge "DO NOT MERGE Restore calling identity before checking permission" into jb-mr2-dev
...
* commit '48dad94919c9f5027559feed3b05d8d01a03f687':
DO NOT MERGE Restore calling identity before checking permission
2015-01-29 18:43:43 +00:00