Matthew Williams
72402f9de7
am 09d8e3cf: am c68bb182: Merge "SyncManager now returns copy on getCurrentSyncs()" into klp-dev
...
* commit '09d8e3cf4e411b016ee65d8328dd7a443c9de0ff':
SyncManager now returns copy on getCurrentSyncs()
2013-11-14 09:27:26 -08:00
Matthew Williams
09d8e3cf4e
am c68bb182: Merge "SyncManager now returns copy on getCurrentSyncs()" into klp-dev
...
* commit 'c68bb18244aa12d19bea9f9d59f2fe0d81478904':
SyncManager now returns copy on getCurrentSyncs()
2013-11-14 09:23:32 -08:00
Matthew Williams
c68bb18244
Merge "SyncManager now returns copy on getCurrentSyncs()" into klp-dev
2013-11-14 17:18:58 +00:00
Satoshi Kataoka
b97e102c4b
am 1b570b57: am 5fd5aa3d: Fix compatibility issue on InputMethodSubtype
...
* commit '1b570b571a63311f7f7d5b7cc5e17b3103fa8af9':
Fix compatibility issue on InputMethodSubtype
2013-11-13 22:28:47 -08:00
Satoshi Kataoka
1b570b571a
am 5fd5aa3d: Fix compatibility issue on InputMethodSubtype
...
* commit '5fd5aa3d066fc12c92b5b6541d85ac243556223f':
Fix compatibility issue on InputMethodSubtype
2013-11-13 22:25:01 -08:00
Satoshi Kataoka
5fd5aa3d06
Fix compatibility issue on InputMethodSubtype
...
Bug: 11032428
Change-Id: If722bbbfb69d00e1830007582d46a33319203eea
2013-11-14 15:08:39 +09:00
Adam Powell
73a4aeb9ff
am 75ae8983: am 48d2bcf2: Reset padding flags when set programmatically or implicitly from background
...
* commit '75ae89837615fa9cebd6cbb051213c025c48bcf6':
Reset padding flags when set programmatically or implicitly from background
2013-11-13 19:45:21 -08:00
Adam Powell
75ae898376
am 48d2bcf2: Reset padding flags when set programmatically or implicitly from background
...
* commit '48d2bcf2ce2305356c5a4f0dfbb928dc5a4c8331':
Reset padding flags when set programmatically or implicitly from background
2013-11-13 19:41:07 -08:00
Adam Powell
48d2bcf2ce
Reset padding flags when set programmatically or implicitly from background
...
Bug 11673480
Change-Id: I4f33c7ae46e937302e625bf1f3260adb25843645
2013-11-13 19:21:50 -08:00
Matthew Williams
a7456e46f4
SyncManager now returns copy on getCurrentSyncs()
...
Bug:11559103
Added a new getCurrentSyncsCopy() that is public. The other version
is needed for internal SSE calls.
Change-Id: I0287f039a6f75abf04b65b85cb30f78353aeef4f
2013-11-13 18:17:54 -08:00
Svetoslav
5880b363a6
am fe666e84: am 4e041150: Merge "Avoid NPE and add a warning log if a printing app misbehaves." into klp-dev
...
* commit 'fe666e848a1672a414bad93c105fa876f6c9f4de':
Avoid NPE and add a warning log if a printing app misbehaves.
2013-11-13 17:54:08 -08:00
Svetoslav
fe666e848a
am 4e041150: Merge "Avoid NPE and add a warning log if a printing app misbehaves." into klp-dev
...
* commit '4e04115052a66d5a7836c5e7a9bfc1a5d6f3784b':
Avoid NPE and add a warning log if a printing app misbehaves.
2013-11-13 17:50:22 -08:00
Svetoslav
4e04115052
Merge "Avoid NPE and add a warning log if a printing app misbehaves." into klp-dev
2013-11-14 01:46:47 +00:00
Svetoslav
afd1967503
Avoid NPE and add a warning log if a printing app misbehaves.
...
An app can print only from an activity. If the activity is finished
before printing completes we destroy the PrintDocumentAdapter. The
app may however invoke some of the print callbacks after destruction
resulting in a NPE. This change checks if the adapter is destroyed
and if so does not crash while printing a meaningful log error with
the mistake of the app developer.
bug:11675274
Change-Id: I66539cfbd7583f52cb863a84ef8e40856f92ceed
2013-11-13 17:31:15 -08:00
Lajos Molnar
752926c752
am 1197bc37: am 7e11b16b: VideoView: expand documentation on state save/restore limitations
...
* commit '1197bc37e58fe7cd5ab32278367e53f19f01f784':
VideoView: expand documentation on state save/restore limitations
2013-11-13 16:44:55 -08:00
Lajos Molnar
1197bc37e5
am 7e11b16b: VideoView: expand documentation on state save/restore limitations
...
* commit '7e11b16b9f8896170d492240a5fd50c8bd04105d':
VideoView: expand documentation on state save/restore limitations
2013-11-13 16:40:26 -08:00
Robert Greenwalt
7fdfe28c75
am 4c514f2a: am 594eeb08: Merge "Fix for the invalid Global Proxy Setting" into klp-dev
...
* commit '4c514f2a688bdae319c919987092ccfee690f390':
Fix for the invalid Global Proxy Setting
2013-11-13 16:29:12 -08:00
Lajos Molnar
7e11b16b9f
VideoView: expand documentation on state save/restore limitations
...
Change-Id: I46f231d314fc4ae8d9d11389aa62a3e2698122ed
Signed-off-by: Lajos Molnar <lajos@google.com>
Bug: 11412889
2013-11-13 16:27:30 -08:00
Robert Greenwalt
4c514f2a68
am 594eeb08: Merge "Fix for the invalid Global Proxy Setting" into klp-dev
...
* commit '594eeb082e548617ff5092496888c43457593c2b':
Fix for the invalid Global Proxy Setting
2013-11-13 16:26:45 -08:00
Raj Mamadgi
92d02491ad
Fix for the invalid Global Proxy Setting
...
Adding validation for Global Proxy setting before it is
being set.
Proxy is validated at the boot time also to make sure
the value set is valid.
Signed-off-by: Raj Mamadgi <rmamadgi@sta.samsung.com>
bug:11598568
Change-Id: Idff5ae81119d8143da096b5291ecbfbc5875cbd4
2013-11-14 00:08:21 +00:00
Jeff Sharkey
d596104a32
am 529ba106: am 711d390b: Merge "Small DocumentsProvider doc improvements." into klp-dev
...
* commit '529ba10693bbb2d756b2ba6af706accdba64692a':
Small DocumentsProvider doc improvements.
2013-11-13 14:39:25 -08:00
Jeff Sharkey
529ba10693
am 711d390b: Merge "Small DocumentsProvider doc improvements." into klp-dev
...
* commit '711d390be96531c5dfadb9a17e373f1e92ef16a1':
Small DocumentsProvider doc improvements.
2013-11-13 14:34:49 -08:00
Jeff Sharkey
711d390be9
Merge "Small DocumentsProvider doc improvements." into klp-dev
2013-11-13 22:31:01 +00:00
Svetoslav
e84f23b5fd
am 60020252: am 14f30080: Merge "Update the PrintDocumentAdapter docs." into klp-dev
...
* commit '60020252db88825b0c0951de7fef6f07d68786a9':
Update the PrintDocumentAdapter docs.
2013-11-13 13:38:21 -08:00
Svetoslav
60020252db
am 14f30080: Merge "Update the PrintDocumentAdapter docs." into klp-dev
...
* commit '14f300803b7d16a3c9632cb626529e873e4813f1':
Update the PrintDocumentAdapter docs.
2013-11-13 13:34:00 -08:00
Jeff Sharkey
3b945405cf
Small DocumentsProvider doc improvements.
...
Bug: 11670294
Change-Id: I5fb91c7665fc2a4531059ef9f2de0972ebabe1ea
2013-11-13 13:31:17 -08:00
Svetoslav
14f300803b
Merge "Update the PrintDocumentAdapter docs." into klp-dev
2013-11-13 21:30:58 +00:00
Jean Chalard
9ea18d495c
am d952ac4c: am 218ecd43: Fix the docs build
...
* commit 'd952ac4c171780da78a157de73702d60d4737916':
Fix the docs build
2013-11-12 22:31:34 -08:00
Jean Chalard
d952ac4c17
am 218ecd43: Fix the docs build
...
* commit '218ecd43946001f07b60757db130ef5585d474d3':
Fix the docs build
2013-11-12 22:27:47 -08:00
Jean Chalard
218ecd4394
Fix the docs build
...
Change-Id: I05f1f39aaa9d72201a7fd06377799246039cd505
2013-11-13 15:20:58 +09:00
Jean Chalard
4563728371
am 383ef79d: am 7d57b7a3: Merge "Improve documentation for InputType and EditorInfo." into klp-dev
...
* commit '383ef79d14a64b335d94353e87e824ea2f37ee65':
Improve documentation for InputType and EditorInfo.
2013-11-12 21:25:26 -08:00
Jean Chalard
383ef79d14
am 7d57b7a3: Merge "Improve documentation for InputType and EditorInfo." into klp-dev
...
* commit '7d57b7a35bd64d271b666f16aa1e85a4c2b99ca7':
Improve documentation for InputType and EditorInfo.
2013-11-12 21:22:03 -08:00
Jean Chalard
7d57b7a35b
Merge "Improve documentation for InputType and EditorInfo." into klp-dev
2013-11-13 05:19:36 +00:00
Scott Main
af623b99da
am bb146981: am 29610421: Merge "Revised some text while reading up on traceview. this is what\'s left of this older CL that was left for dead: I5528b476d8110df51d45aaf690d878f72bc75c9f" into klp-docs
...
* commit 'bb1469816451aeb24eb8208fac1f2596f528aa80':
Revised some text while reading up on traceview. this is what's left of this older CL that was left for dead: I5528b476d8110df51d45aaf690d878f72bc75c9f
2013-11-12 18:58:13 -08:00
Scott Main
bb14698164
am 29610421: Merge "Revised some text while reading up on traceview. this is what\'s left of this older CL that was left for dead: I5528b476d8110df51d45aaf690d878f72bc75c9f" into klp-docs
...
* commit '29610421a32501661d6c20136c76ec426d6500fb':
Revised some text while reading up on traceview. this is what's left of this older CL that was left for dead: I5528b476d8110df51d45aaf690d878f72bc75c9f
2013-11-13 02:53:40 +00:00
Scott Main
29610421a3
Merge "Revised some text while reading up on traceview. this is what's left of this older CL that was left for dead: I5528b476d8110df51d45aaf690d878f72bc75c9f" into klp-docs
2013-11-13 02:50:50 +00:00
Scott Main
c468240c1a
Revised some text while reading up on traceview.
...
this is what's left of this older CL that was left for dead:
I5528b476d8110df51d45aaf690d878f72bc75c9f
Change-Id: I42f784d693c0a2a2e2e8ed4c582cbc10180191e7
2013-11-12 18:49:21 -08:00
Adam Powell
c991bf90bb
am 086370c9: am 2229ca03: Fix an action bar accessibility regression
...
* commit '086370c971054ef5a59866df6a1d83559583323f':
Fix an action bar accessibility regression
2013-11-12 17:10:15 -08:00
Adam Powell
086370c971
am 2229ca03: Fix an action bar accessibility regression
...
* commit '2229ca031a326491feea5832e5337e9f8a602dca':
Fix an action bar accessibility regression
2013-11-12 17:05:56 -08:00
Adam Powell
2229ca031a
Fix an action bar accessibility regression
...
A previous fix introduced a problem with building content descriptions
for accessibility of the home/up button in one code path while setting
display options flags. Correct the issue and also refresh content
descriptions immediately when setting related attributes one at a
time.
Bug 11542264
Change-Id: I40d07036d1026e8e40c77c47ac377c82edd827b4
2013-11-12 16:23:29 -08:00
Svetoslav
57b296f5a9
Update the PrintDocumentAdapter docs.
...
This change adds some clarification when a cancellation will be
requested during a layout or write. It also clarifies from which
thread the layout and write callbacks can be invoked.
Change-Id: Id20ff04c6fca8315849ed4a6c329da1b12bb6836
2013-11-12 16:21:00 -08:00
Craig Mautner
bf581034f9
am 679ba4e8: am 6cd206b2: Merge "Relayout windows that handle their own config change." into klp-dev
...
* commit '679ba4e86e4fecb6dbfe48d6c49205c32f995a1c':
Relayout windows that handle their own config change.
2013-11-12 16:00:54 -08:00
Craig Mautner
679ba4e86e
am 6cd206b2: Merge "Relayout windows that handle their own config change." into klp-dev
...
* commit '6cd206b2aa0039c215fc0a4cc487471c4b3f1496':
Relayout windows that handle their own config change.
2013-11-12 15:58:28 -08:00
Craig Mautner
6cd206b2aa
Merge "Relayout windows that handle their own config change." into klp-dev
2013-11-12 23:56:21 +00:00
Craig Mautner
5d9f547720
Relayout windows that handle their own config change.
...
If a window claims to handle its own configuration change then we
won't destroy and recreate its window on a configuration change.
Normally that recreation triggers the first layout following
orientation change because mHaveFrame is false. Windows that handle
their own configuration changes never got a relayout pass following a
change in orientation.
This change passes the configuration changes that an application
handles into the AppWindowToken. If the app says it handles
orientation or screen size changes then a relayout will occur when the
configuration has changed.
Fixes bug 11647107.
Change-Id: Ie8d49fd050442ebbdcf0b805087894e3a2fc4be9
2013-11-12 14:02:52 -08:00
Fabrice Di Meglio
d303549b51
am db976ea0: am 3f183a23: Merge "Fix bug #11586041 Regression: text truncation in Clock" into klp-dev
...
* commit 'db976ea0fc4f21b94666f0c91b7369c45ed1dd80':
Fix bug #11586041 Regression: text truncation in Clock
2013-11-12 11:10:18 -08:00
Fabrice Di Meglio
db976ea0fc
am 3f183a23: Merge "Fix bug #11586041 Regression: text truncation in Clock" into klp-dev
...
* commit '3f183a234bef643080d4f9dce44bcaa68e5d4694':
Fix bug #11586041 Regression: text truncation in Clock
2013-11-12 11:06:47 -08:00
Fabrice Di Meglio
3f183a234b
Merge "Fix bug #11586041 Regression: text truncation in Clock" into klp-dev
2013-11-12 19:03:48 +00:00
Eino-Ville Talvala
e7d825d8b2
am ed676b21: am 4d12d8be: Merge "Camera2: Add support for partial result metadata quirk" into klp-dev
...
* commit 'ed676b219704fe2cd1b14814bf79e231142978f8':
Camera2: Add support for partial result metadata quirk
2013-11-12 10:31:45 -08:00
Eino-Ville Talvala
ed676b2197
am 4d12d8be: Merge "Camera2: Add support for partial result metadata quirk" into klp-dev
...
* commit '4d12d8bef6d04c16fc18f10437ffc49bcdfabf9b':
Camera2: Add support for partial result metadata quirk
2013-11-12 10:29:18 -08:00