OSDN Git Service

android-x86/frameworks-base.git
12 years agoThe time and data pickers did not support IME editor action correctly.
Svetoslav Ganov [Fri, 9 Sep 2011 01:08:36 +0000 (18:08 -0700)]
The time and data pickers did not support IME editor action correctly.

1. Updated TextView to traverse all focusable items. It was searching focus
   down and up and was missing right and left focusabled. Updated the focus
   seach to use FOCUS_FORWARD and FOCUS_BACKWARD - now all focusable views
   are visited.

2. TimePicker and DatePicker were not specifying the IME options for
   the next and done editor actions.

bug:5264046

Change-Id: Ief80863fc312582f2f76928bf6e915f620c427e5

12 years agoMerge "Fix snippetizing cursor"
Isaac Katzenelson [Thu, 8 Sep 2011 19:49:13 +0000 (12:49 -0700)]
Merge "Fix snippetizing cursor"

12 years agoMerge "Audio player must not be used as a timesource before it's started."
Andreas Huber [Thu, 8 Sep 2011 18:39:17 +0000 (11:39 -0700)]
Merge "Audio player must not be used as a timesource before it's started."

12 years agoAudio player must not be used as a timesource before it's started.
Andreas Huber [Thu, 8 Sep 2011 18:33:47 +0000 (11:33 -0700)]
Audio player must not be used as a timesource before it's started.

Otherwise it'll trigger a division-by-zero exception since the audio sample rate
is as yet unknown.

Change-Id: I0793aa7c1c348ffa2611272bb646eff6ecf6ff53
related-to-bug: 5242451

12 years agoMerge "Integrate ImageProcessing test into test framework http://b/issue?id=5274365...
Xia Wang [Thu, 8 Sep 2011 18:20:32 +0000 (11:20 -0700)]
Merge "Integrate ImageProcessing test into test framework b/issue?id=5274365 Change-Id: I7949b4114dcab17d895d04755df5df2bd5a576a3"

12 years agoMerge "No vibration when long pressing in the empty part of an EditText"
Gilles Debunne [Thu, 8 Sep 2011 18:18:53 +0000 (11:18 -0700)]
Merge "No vibration when long pressing in the empty part of an EditText"

12 years agoMerge "Longpressing in landscape correctly starts selection mode."
Gilles Debunne [Thu, 8 Sep 2011 18:18:36 +0000 (11:18 -0700)]
Merge "Longpressing in landscape correctly starts selection mode."

12 years agoMerge "Updated text selection color. As in 133272"
Gilles Debunne [Thu, 8 Sep 2011 18:18:23 +0000 (11:18 -0700)]
Merge "Updated text selection color. As in 133272"

12 years agoMerge "Fix bug 5091269 - Set textColorLink to holo_blue_light for Holo themes"
Adam Powell [Thu, 8 Sep 2011 18:03:21 +0000 (11:03 -0700)]
Merge "Fix bug 5091269 - Set textColorLink to holo_blue_light for Holo themes"

12 years agoMerge "Fix bug 5174277 - Trouble with Menus"
Adam Powell [Thu, 8 Sep 2011 18:02:20 +0000 (11:02 -0700)]
Merge "Fix bug 5174277 - Trouble with Menus"

12 years agoMerge "Fix issue #5263361: Browser instance not created in application picker"
Dianne Hackborn [Thu, 8 Sep 2011 17:38:42 +0000 (10:38 -0700)]
Merge "Fix issue #5263361: Browser instance not created in application picker"

12 years agoMerge "Add FrameLayout.getMeasureAllChildren()"
Steve Block [Thu, 8 Sep 2011 17:38:15 +0000 (10:38 -0700)]
Merge "Add FrameLayout.getMeasureAllChildren()"

12 years agoFix issue #5263361: Browser instance not created in application picker
Dianne Hackborn [Thu, 8 Sep 2011 01:31:28 +0000 (18:31 -0700)]
Fix issue #5263361: Browser instance not created in application picker

The resolver activity was hiding the following activity from recents.

Also some other fixes: a little better memory use debugging, removed
some unneeded code from window manager, moved some system activities
into their own process, added some more running process information for
manage apps.

Change-Id: I66687d16989ff965d524b92dc360f37c19199717

12 years agoMerge "Resurrect verbose binder logging"
Andy McFadden [Thu, 8 Sep 2011 16:56:41 +0000 (09:56 -0700)]
Merge "Resurrect verbose binder logging"

12 years agoMerge "docs: adding warning to managedQuery() JavaDoc about cursor.close()"
Joe Fernandez [Thu, 8 Sep 2011 16:42:38 +0000 (09:42 -0700)]
Merge "docs: adding warning to managedQuery() JavaDoc about cursor.close()"

12 years agoMerge "Fix notification disappearance animations."
Daniel Sandler [Thu, 8 Sep 2011 16:33:55 +0000 (09:33 -0700)]
Merge "Fix notification disappearance animations."

12 years agoMerge "Fix 5156702: rotate thumbnails"
Chih-Chung Chang [Thu, 8 Sep 2011 12:52:44 +0000 (05:52 -0700)]
Merge "Fix 5156702: rotate thumbnails"

12 years agoMerge "Poll UID stats during iface changes, enforce idx."
Jeff Sharkey [Thu, 8 Sep 2011 04:41:05 +0000 (21:41 -0700)]
Merge "Poll UID stats during iface changes, enforce idx."

12 years agoFix bug 5091269 - Set textColorLink to holo_blue_light for Holo themes
Adam Powell [Thu, 8 Sep 2011 03:55:58 +0000 (20:55 -0700)]
Fix bug 5091269 - Set textColorLink to holo_blue_light for Holo themes

Change-Id: Idc7f936d684f6945e96981a8fa95b6a63fedd93d

12 years agoFix bug 5174277 - Trouble with Menus
Adam Powell [Thu, 8 Sep 2011 03:46:24 +0000 (20:46 -0700)]
Fix bug 5174277 - Trouble with Menus

Make sure that options menu panel presenters associated with a PhoneWindow
get re-wired properly when a new menu is generated.

Change-Id: Ic06130019aec8b8edc372054c348f147d164fc5f

12 years agoMerge "Send onViewClicked in the extract mode"
satok [Thu, 8 Sep 2011 02:50:54 +0000 (19:50 -0700)]
Merge "Send onViewClicked in the extract mode"

12 years agoSend onViewClicked in the extract mode
satok [Wed, 7 Sep 2011 08:14:03 +0000 (17:14 +0900)]
Send onViewClicked in the extract mode

Bug: 5257838
Change-Id: I16547aab86812f2db45deb879ad887dc38968164

12 years agoFix notification disappearance animations.
Daniel Sandler [Thu, 8 Sep 2011 02:13:29 +0000 (22:13 -0400)]
Fix notification disappearance animations.

Bug: 5262083
Change-Id: Iea99c69359352d536f1fe00b86f6748711c36e34

12 years agoMerge "Fix bug #5274332 TextLayoutCache is having multiple instances"
Fabrice Di Meglio [Thu, 8 Sep 2011 01:30:13 +0000 (18:30 -0700)]
Merge "Fix bug #5274332 TextLayoutCache is having multiple instances"

12 years agoFix bug #5274332 TextLayoutCache is having multiple instances
Fabrice Di Meglio [Thu, 8 Sep 2011 01:12:11 +0000 (18:12 -0700)]
Fix bug #5274332 TextLayoutCache is having multiple instances

- also fix the missing LOG_TAG define

Change-Id: I25e96d1ba372e84768604f18702e0724fdecefb0

12 years agoMerge "Not visible view should not be announced or interacted with."
Svetoslav Ganov [Thu, 8 Sep 2011 01:24:25 +0000 (18:24 -0700)]
Merge "Not visible view should not be announced or interacted with."

12 years agoMerge "Remove connection access intents from protected broadcasts."
Jaikumar Ganesh [Thu, 8 Sep 2011 01:22:18 +0000 (18:22 -0700)]
Merge "Remove connection access intents from protected broadcasts."

12 years agoPoll UID stats during iface changes, enforce idx.
Jeff Sharkey [Thu, 8 Sep 2011 00:20:27 +0000 (17:20 -0700)]
Poll UID stats during iface changes, enforce idx.

When ifaces change, poll UID stats without persisting, since they
depend on knowing active iface to store correctly.  Log dropped UID
stats when iface is unknown.  Switch to using flags when calling
performPoll().

Enforce that "idx" values are consistent from xt_qtaguid.  Transition
to using Log.wtf() for important checks, mostly around file I/O,
kernel stats parsing, and kernel module control.  Increase stats
persist threshold to 2MB to reduce churn.

Bug: 52694765270106
Change-Id: I721215bfb65127f95775c71cf135e907cd567e92

12 years agoNot visible view should not be announced or interacted with.
Svetoslav Ganov [Thu, 8 Sep 2011 01:06:03 +0000 (18:06 -0700)]
Not visible view should not be announced or interacted with.

1. Some invisible views' text was reported by accessibility events.

2. Accessibility actions could have been perfromed on invisible views.

bug:5264355

Change-Id: I68184fb436a3e10e947ec6f1eae02aa3d0d1cb7f

12 years agoIntegrate ImageProcessing test into test framework
Xia Wang [Thu, 8 Sep 2011 01:00:37 +0000 (18:00 -0700)]
Integrate ImageProcessing test into test framework
http://b/issue?id=5274365
Change-Id: I7949b4114dcab17d895d04755df5df2bd5a576a3

12 years agoMerge "Update DroidSansFallback to version 2.52a"
Bart Sears [Thu, 8 Sep 2011 01:04:16 +0000 (18:04 -0700)]
Merge "Update DroidSansFallback to version 2.52a"

12 years agoNo vibration when long pressing in the empty part of an EditText
Gilles Debunne [Thu, 8 Sep 2011 01:03:44 +0000 (18:03 -0700)]
No vibration when long pressing in the empty part of an EditText

Bug 5272224. Vibration should be limited to the start of an action mode,
which is not the case here.

Change-Id: I0f2263edb24e73f10297d27e109bb37c46fe96bc

12 years agoMerge "Add reminder in the code to fix T-junctions"
Romain Guy [Thu, 8 Sep 2011 00:57:00 +0000 (17:57 -0700)]
Merge "Add reminder in the code to fix T-junctions"

12 years agoAdd reminder in the code to fix T-junctions
Romain Guy [Thu, 8 Sep 2011 00:55:15 +0000 (17:55 -0700)]
Add reminder in the code to fix T-junctions

Change-Id: I52b112694f930e641f01fb78dc55412986023411

12 years agoMerge "Fix system crash on p2p failure"
Irfan Sheriff [Thu, 8 Sep 2011 00:43:04 +0000 (17:43 -0700)]
Merge "Fix system crash on p2p failure"

12 years agoMerge "Use hasSystemFeature() API to check for p2p"
Irfan Sheriff [Thu, 8 Sep 2011 00:42:47 +0000 (17:42 -0700)]
Merge "Use hasSystemFeature() API to check for p2p"

12 years agoMerge "Fix Bulgarian date formatting."
Todor Kalaydjiev [Thu, 8 Sep 2011 00:37:14 +0000 (17:37 -0700)]
Merge "Fix Bulgarian date formatting."

12 years agoFix Bulgarian date formatting.
Todor Kalaydjiev [Thu, 8 Sep 2011 00:27:43 +0000 (17:27 -0700)]
Fix Bulgarian date formatting.

Remove unnecessary/duplicate file in values-bg-rBG and put its content
into the file in values-bg. Manual modifications to time1_time2 and
full_wday_month_day_no_year to correct them.

Change-Id: Ic3096e9896f52bd3a1c8b8554c5c79cb59804b65

12 years agoRemove connection access intents from protected broadcasts.
Jaikumar Ganesh [Thu, 8 Sep 2011 00:20:08 +0000 (17:20 -0700)]
Remove connection access intents from protected broadcasts.

These intents are sent by Bluetooth-Pbap app which doesn't
have the system uuid. Instead protect with admin permission
on the reciever side.

Change-Id: Ibb788e1526108909b5a3b15462ac3a008b041613

12 years agoLongpressing in landscape correctly starts selection mode.
Gilles Debunne [Thu, 8 Sep 2011 00:15:41 +0000 (17:15 -0700)]
Longpressing in landscape correctly starts selection mode.

Two issues here:
1. selection mode was stopped when extracted mode started,
thus loosing the selection.
2. starting selection mode shows a transient action bar which
is then hidden when extracted mode starts. Detect this case
and do not start selection mode, which will start in extracted
mode. This also solves 1.

Change-Id: I61d6e8d2071e9d3b1a136915b685962bbc093bd0

12 years agoFix snippetizing cursor
Isaac Katzenelson [Sat, 3 Sep 2011 00:58:28 +0000 (17:58 -0700)]
Fix snippetizing cursor

Bug: 5217242 Email address with the found "snippet" highlighted should
be displayed on the second line below the contact name

Change-Id: Id55c31eb83c9b3a9e2ac014409f5dad1561ef655

12 years agoMerge "Bug 5250788: Fix memory consumption issues in TextPaint."
Gilles Debunne [Wed, 7 Sep 2011 23:53:18 +0000 (16:53 -0700)]
Merge "Bug 5250788: Fix memory consumption issues in TextPaint."

12 years agoMerge "Code cleaning"
Fabrice Di Meglio [Wed, 7 Sep 2011 23:46:24 +0000 (16:46 -0700)]
Merge "Code cleaning"

12 years agoResurrect verbose binder logging
Andy McFadden [Wed, 31 Aug 2011 14:43:40 +0000 (07:43 -0700)]
Resurrect verbose binder logging

Updated the command name lists, and masked off the additional bits in
the command word when doing the name lookup.

Made descriptor values easier to grep for and consistent with kernel
output (i.e. decimal rather than hex).  Attempt to show transaction
descriptors as such (they're in a union with a pointer).

Also, the writeLines() function in Static was using a no-op
logging call to write an iovec.  It looks like all callers are using
N=1, so I just added a log for the first string.

Bug 5155269

Change-Id: I417b8d77da3eb6ee1d2069ba94047210f75738bc

12 years agoFix build
Adam Powell [Wed, 7 Sep 2011 23:40:45 +0000 (16:40 -0700)]
Fix build

Change-Id: I9efe13a7647088402c6759399a96de7831df964b

12 years agoCode cleaning
Fabrice Di Meglio [Wed, 7 Sep 2011 23:37:13 +0000 (16:37 -0700)]
Code cleaning

- removing CharCount TextDirectionHeuristic references

Change-Id: I8cdc03b0d7bd610c7b8224073ffedd89b8953c63

12 years agoMerge "Empty implementations of new ActionBar methods."
Adam Powell [Wed, 7 Sep 2011 23:18:35 +0000 (16:18 -0700)]
Merge "Empty implementations of new ActionBar methods."

12 years agoMerge "Hide RTL related APIs"
Fabrice Di Meglio [Wed, 7 Sep 2011 23:14:41 +0000 (16:14 -0700)]
Merge "Hide RTL related APIs"

12 years agoEmpty implementations of new ActionBar methods.
Adam Powell [Wed, 7 Sep 2011 23:13:36 +0000 (16:13 -0700)]
Empty implementations of new ActionBar methods.

Makes mocks happy!

Change-Id: Ib69dd3b3e0d62e2d1301103d8e3dfcec5e9b03ab

12 years agoHide RTL related APIs
Fabrice Di Meglio [Wed, 7 Sep 2011 22:17:40 +0000 (15:17 -0700)]
Hide RTL related APIs

Change-Id: Idda458fcdebe7afeb9b95e328e552fcbc7939157

12 years agoMerge "improve the gyroscope javadoc"
Mathias Agopian [Wed, 7 Sep 2011 22:58:39 +0000 (15:58 -0700)]
Merge "improve the gyroscope javadoc"

12 years agoUpdate DroidSansFallback to version 2.52a
Bart Sears [Wed, 7 Sep 2011 22:57:42 +0000 (15:57 -0700)]
Update DroidSansFallback to version 2.52a

Adds
1) Four missing currency symbols (\u20B6-\u20B9)
2) Geometric right arrow: \u25BA

Increase the file size by 2K

Bug: 5239645
Change-Id: Ia7c9f6b7f639e6f8f57e070cd5db56042e8d1578

12 years agoimprove the gyroscope javadoc
Mathias Agopian [Wed, 7 Sep 2011 22:56:03 +0000 (15:56 -0700)]
improve the gyroscope javadoc

change the sample code to something more useful and more
correct.

Change-Id: Ia81f86a2f409edbb395405ababae307663824cb9

12 years agoMerge "Remove -nodpi assets for now to fix zygote preloading Bug: 5255505"
Justin Ho [Wed, 7 Sep 2011 22:56:02 +0000 (15:56 -0700)]
Merge "Remove -nodpi assets for now to fix zygote preloading Bug: 5255505"

12 years agoRemove -nodpi assets for now to fix zygote preloading
Justin Ho [Wed, 7 Sep 2011 22:31:38 +0000 (15:31 -0700)]
Remove -nodpi assets for now to fix zygote preloading
Bug: 5255505

Change-Id: I0cf85a08495818a435398e5728b713fe7815ce9e

12 years agoMerge "Register to receive onTrimMemory callbacks"
John Reck [Wed, 7 Sep 2011 22:47:30 +0000 (15:47 -0700)]
Merge "Register to receive onTrimMemory callbacks"

12 years agoMerge "Fix bug 5258435 - ActionBar.setBackgroundDrawable"
Adam Powell [Wed, 7 Sep 2011 22:31:08 +0000 (15:31 -0700)]
Merge "Fix bug 5258435 - ActionBar.setBackgroundDrawable"

12 years agoFix system crash on p2p failure
Irfan Sheriff [Wed, 7 Sep 2011 22:05:54 +0000 (15:05 -0700)]
Fix system crash on p2p failure

A previous change missed out a function that accepts an
integer argument as arg1. Instead, it was being passed as
parcelable which causes a fatal exception

Bug: 5271220
Change-Id: I3b78d9ce9ab742aa89ceaae17116fb7245187863

12 years agoMerge "Add end functionality to LayoutTransition"
Chet Haase [Wed, 7 Sep 2011 21:59:52 +0000 (14:59 -0700)]
Merge "Add end functionality to LayoutTransition"

12 years agoMerge "Bug 5270905 fix MediaPlayer with IStreamSource"
Glenn Kasten [Wed, 7 Sep 2011 21:56:47 +0000 (14:56 -0700)]
Merge "Bug 5270905 fix MediaPlayer with IStreamSource"

12 years agoFix bug 5258435 - ActionBar.setBackgroundDrawable
Adam Powell [Wed, 7 Sep 2011 21:54:32 +0000 (14:54 -0700)]
Fix bug 5258435 - ActionBar.setBackgroundDrawable

Fix this call to work properly and add methods for setting
split/stacked bar backgrounds to match existing styleable elements.

Change-Id: I8c6b1c598af1110f84a9098683d8e0226daf2e27

12 years agoMerge "Fix bug #5252977 TextView selection handles appearing in a weird state"
Fabrice Di Meglio [Wed, 7 Sep 2011 21:54:55 +0000 (14:54 -0700)]
Merge "Fix bug #5252977 TextView selection handles appearing in a weird state"

12 years agoMerge "Unhide camera video snapshot supported API."
Wu-cheng Li [Wed, 7 Sep 2011 21:53:45 +0000 (14:53 -0700)]
Merge "Unhide camera video snapshot supported API."

12 years agoMerge "Add feature definition for Wi-Fi Direct"
Irfan Sheriff [Wed, 7 Sep 2011 21:50:32 +0000 (14:50 -0700)]
Merge "Add feature definition for Wi-Fi Direct"

12 years agoMerge "Color updates of press and selection states"
Peter Ng [Wed, 7 Sep 2011 21:43:20 +0000 (14:43 -0700)]
Merge "Color updates of press and selection states"

12 years agoBug 5270905 fix MediaPlayer with IStreamSource
Glenn Kasten [Wed, 7 Sep 2011 21:40:23 +0000 (14:40 -0700)]
Bug 5270905 fix MediaPlayer with IStreamSource

Change-Id: Ia8a6381a6c88b4a0a1378aab03f5275f0fa1125a

12 years agoMerge "Clarify AnimationSet docs and behavior"
Chet Haase [Wed, 7 Sep 2011 21:40:29 +0000 (14:40 -0700)]
Merge "Clarify AnimationSet docs and behavior"

12 years agoUse hasSystemFeature() API to check for p2p
Irfan Sheriff [Wed, 7 Sep 2011 21:35:25 +0000 (14:35 -0700)]
Use hasSystemFeature() API to check for p2p

Bug: 5267396
Change-Id: I4ff3f77c15322564f63beea793c4585cece596e0

12 years agoBug 5250788: Fix memory consumption issues in TextPaint.
Gilles Debunne [Wed, 7 Sep 2011 21:27:38 +0000 (14:27 -0700)]
Bug 5250788: Fix memory consumption issues in TextPaint.

The increased size array was discarded in set. Reuse it instead if
possible to avoid more size increases later.

Change-Id: I9ab95ed0f4d4613dd1e28f02894bb19ecee7df41

12 years agoMerge "OnTrimMemory plumbing"
John Reck [Wed, 7 Sep 2011 21:26:47 +0000 (14:26 -0700)]
Merge "OnTrimMemory plumbing"

12 years agoMerge "Fixing bug in SurfaceMediaSource_test"
Pannag Sanketi [Wed, 7 Sep 2011 21:18:41 +0000 (14:18 -0700)]
Merge "Fixing bug in SurfaceMediaSource_test"

12 years agoMerge "Turn off MORE_DEBUG logspam"
Christopher Tate [Wed, 7 Sep 2011 21:04:13 +0000 (14:04 -0700)]
Merge "Turn off MORE_DEBUG logspam"

12 years agoRegister to receive onTrimMemory callbacks
John Reck [Wed, 7 Sep 2011 20:41:17 +0000 (13:41 -0700)]
Register to receive onTrimMemory callbacks

 Bug: 5269460

Change-Id: Ic2429af1ba0b6e86157f6ba16d420d10c17920e5

12 years agoOnTrimMemory plumbing
John Reck [Wed, 7 Sep 2011 18:33:34 +0000 (11:33 -0700)]
OnTrimMemory plumbing

 Bug: 5269460

Change-Id: I012e2eb077c3671b856d0163de6b10ad7bd4d577

12 years agoMerge "Remove frameworks' reference to an obsolete Bouncycastle keystore file."
Jesse Wilson [Wed, 7 Sep 2011 20:06:47 +0000 (13:06 -0700)]
Merge "Remove frameworks' reference to an obsolete Bouncycastle keystore file."

12 years agoTurn off MORE_DEBUG logspam
Christopher Tate [Wed, 7 Sep 2011 19:11:09 +0000 (12:11 -0700)]
Turn off MORE_DEBUG logspam

Down with logspam!

Change-Id: Idadad3531cee53afd3cb5cbeb68ced2d348311eb

12 years agoColor updates of press and selection states
Peter Ng [Wed, 7 Sep 2011 19:06:58 +0000 (12:06 -0700)]
Color updates of press and selection states

-no more green, selection states are now holo_blue_dark

Bug: 5169298
Change-Id: I0054288542704e13d4a84111507276d04fb3e5f6

12 years agoMerge "Fix restore-agent timeouts"
Christopher Tate [Wed, 7 Sep 2011 19:05:44 +0000 (12:05 -0700)]
Merge "Fix restore-agent timeouts"

12 years agoMerge "Fix backup-agent timeouts"
Christopher Tate [Wed, 7 Sep 2011 19:05:24 +0000 (12:05 -0700)]
Merge "Fix backup-agent timeouts"

12 years agoRemove frameworks' reference to an obsolete Bouncycastle keystore file.
Jesse Wilson [Wed, 7 Sep 2011 18:51:40 +0000 (14:51 -0400)]
Remove frameworks' reference to an obsolete Bouncycastle keystore file.

Without this, some SSL code fails with an exception:
java.io.FileNotFoundException: /system/etc/security/cacerts.bks: open failed: ENOENT (No such file or directory)
at libcore.io.IoBridge.open(IoBridge.java:410)
at java.io.FileInputStream.<init>(FileInputStream.java:78)
at java.io.FileInputStream.<init>(FileInputStream.java:105)
at org.apache.harmony.xnet.provider.jsse.DefaultSSLContextImpl.getTrustManagers(DefaultSSLContextImpl.java:115)
at org.apache.harmony.xnet.provider.jsse.SSLContextImpl.<init>(SSLContextImpl.java:71)
at org.apache.harmony.xnet.provider.jsse.OpenSSLContextImpl.<init>(OpenSSLContextImpl.java:34)
at org.apache.harmony.xnet.provider.jsse.DefaultSSLContextImpl.<init>(DefaultSSLContextImpl.java:59)
at java.lang.Class.newInstanceImpl(Native Method)
at java.lang.Class.newInstance(Class.java:1319)
at java.security.Provider.newInstance(Provider.java:989)
... 15 more
Caused by: libcore.io.ErrnoException: open failed: ENOENT (No such file or directory)
at libcore.io.Posix.open(Native Method)
at libcore.io.BlockGuardOs.open(BlockGuardOs.java:98)
at libcore.io.IoBridge.open(IoBridge.java:393)
... 24 more

Change-Id: I91de30746c1355ff9e0c2a9479392a50fe45aa23

12 years agoAdd feature definition for Wi-Fi Direct
Irfan Sheriff [Wed, 7 Sep 2011 18:24:16 +0000 (11:24 -0700)]
Add feature definition for Wi-Fi Direct

Bug: 5267396
Change-Id: I4f61b0afd1466420ab951f6d74ec444036772b21

12 years agoMerge "Fix bug 5228657 - Input method window rendered with titlebar"
Adam Powell [Wed, 7 Sep 2011 18:43:17 +0000 (11:43 -0700)]
Merge "Fix bug 5228657 - Input method window rendered with titlebar"

12 years agoUnhide camera video snapshot supported API.
Wu-cheng Li [Wed, 7 Sep 2011 18:32:20 +0000 (02:32 +0800)]
Unhide camera video snapshot supported API.

bug:5187868
Change-Id: Idefde8746012c8ef504f3e3020e3fe1256c60860

12 years agoMerge "Update documentation and cleanup to unhide API"
Irfan Sheriff [Wed, 7 Sep 2011 18:28:46 +0000 (11:28 -0700)]
Merge "Update documentation and cleanup to unhide API"

12 years agoFix bug 5228657 - Input method window rendered with titlebar
Adam Powell [Wed, 7 Sep 2011 18:27:49 +0000 (11:27 -0700)]
Fix bug 5228657 - Input method window rendered with titlebar

Use the correct Holo-based IME theme for IMEs targeting >= 11 and < ICS.

Change-Id: Id154a927ab8439c357dc44996155f92414e2c876

12 years agoMerge "Apparently keyframe status in audio tracks of .webm/.mkv files is unreliable"
Andreas Huber [Wed, 7 Sep 2011 18:20:01 +0000 (11:20 -0700)]
Merge "Apparently keyframe status in audio tracks of .webm/.mkv files is unreliable"

12 years agoApparently keyframe status in audio tracks of .webm/.mkv files is unreliable
Andreas Huber [Wed, 7 Sep 2011 18:05:43 +0000 (11:05 -0700)]
Apparently keyframe status in audio tracks of .webm/.mkv files is unreliable

fortunately in all our supported audio encodings we can treat every frame as
a keyframe.

Change-Id: I32f21d0077bbae7ef9efe725dd351baf531179e2
related-to-bug: 5263837

12 years agoMerge "Rename WpsConfiguration to Wps"
Irfan Sheriff [Wed, 7 Sep 2011 17:53:49 +0000 (10:53 -0700)]
Merge "Rename WpsConfiguration to Wps"

12 years agoMerge "Handle state transition for p2p enable reject"
Irfan Sheriff [Wed, 7 Sep 2011 17:53:34 +0000 (10:53 -0700)]
Merge "Handle state transition for p2p enable reject"

12 years agoAdd end functionality to LayoutTransition
Chet Haase [Wed, 7 Sep 2011 15:46:23 +0000 (08:46 -0700)]
Add end functionality to LayoutTransition

This new hidden API is called by ViewRootImpl when there is a pending
transition but the parent window is not visible.

Change-Id: Idd6a0959b391fae542e675e8740b6a16f8963678

12 years agoMerge "Fix for bug 5100096 Repeated Security Waring"
Kristian Monsen [Wed, 7 Sep 2011 16:56:50 +0000 (09:56 -0700)]
Merge "Fix for bug 5100096 Repeated Security Waring"

12 years agoMerge "Stop metadata retriever from dereferencing a NULL pointer if"
Andreas Huber [Wed, 7 Sep 2011 16:05:04 +0000 (09:05 -0700)]
Merge "Stop metadata retriever from dereferencing a NULL pointer if"

12 years agoMerge "Use holo_blue_light for statusbar clocks."
Daniel Sandler [Wed, 7 Sep 2011 15:25:59 +0000 (08:25 -0700)]
Merge "Use holo_blue_light for statusbar clocks."

12 years agoMerge "Fix startBluetoothSco race"
Marco Nelissen [Wed, 7 Sep 2011 14:55:00 +0000 (07:55 -0700)]
Merge "Fix startBluetoothSco race"

12 years agoMerge "Fix two TTS bugs."
Narayan Kamath [Wed, 7 Sep 2011 12:53:14 +0000 (05:53 -0700)]
Merge "Fix two TTS bugs."

12 years agoFix 5156702: rotate thumbnails
Chih-Chung Chang [Wed, 7 Sep 2011 11:20:45 +0000 (19:20 +0800)]
Fix 5156702: rotate thumbnails

Change-Id: I97b51dadf129172d5b154e9dfd66da254e4559d7

12 years agoMerge "Use device-dependent frame rate in the media recorder performance test"
James Dong [Wed, 7 Sep 2011 11:07:39 +0000 (04:07 -0700)]
Merge "Use device-dependent frame rate in the media recorder performance test"

12 years agoMerge "Revert "To make SniffMP3() more concrete so that we can remove false-positve...
Dave Burke [Wed, 7 Sep 2011 10:59:20 +0000 (03:59 -0700)]
Merge "Revert "To make SniffMP3() more concrete so that we can remove false-positve responses from MPEG-PS streams.""

12 years agoFix two TTS bugs.
Narayan Kamath [Tue, 6 Sep 2011 16:04:48 +0000 (17:04 +0100)]
Fix two TTS bugs.

(a) Fix a null pointer exception, caused by a race condition
between stop / start calls.
(b) Fix a deadlock observed when multiple apps call stop() when
an item from one of those apps is currently being processed.

bug:5253061

Change-Id: I78533aecfda028588ce6aedb041009bc0a6f4620

12 years agoUpdate documentation and cleanup to unhide API
Irfan Sheriff [Wed, 7 Sep 2011 04:48:04 +0000 (21:48 -0700)]
Update documentation and cleanup to unhide API

Bug: 5247957
Change-Id: I3ef8ac013eec32eb540178ea5febec3d4c0a3428