OSDN Git Service

android-x86/frameworks-base.git
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 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 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 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

12 years agoMerge "Fix 2679658: Be more aggressive about recreating lock screen."
Jim Miller [Wed, 7 Sep 2011 06:16:13 +0000 (23:16 -0700)]
Merge "Fix 2679658: Be more aggressive about recreating lock screen."

12 years agoMerge "Fix issue with LayoutTransition on non-visible windows."
Chet Haase [Wed, 7 Sep 2011 05:36:13 +0000 (22:36 -0700)]
Merge "Fix issue with LayoutTransition on non-visible windows."

12 years agoRename WpsConfiguration to Wps
Irfan Sheriff [Wed, 7 Sep 2011 05:17:50 +0000 (22:17 -0700)]
Rename WpsConfiguration to Wps

For the purpose of exposing the class as a storage for Wps
info with p2p, it is better to just call it Wps

Bug: 5247957
Change-Id: Iaebef958dd8f08fdbeb4b9d7fa5ad5527400710d

12 years agoFix issue with LayoutTransition on non-visible windows.
Chet Haase [Wed, 7 Sep 2011 05:19:45 +0000 (22:19 -0700)]
Fix issue with LayoutTransition on non-visible windows.

There's a problem with how LayoutTransition cleans up after itself
when the target view is in a Window that is not on the screen.
The quick fix is to always start (and therefore properly end and clear)
transitions, regardless of whether the window is in the tree.

Change-Id: I23f4f4f04176f3943e5c6e1d78acba0190a96930

12 years agoMerge "Bug 5249855 - Add support for content descriptions on action bar tabs"
Adam Powell [Wed, 7 Sep 2011 04:50:56 +0000 (21:50 -0700)]
Merge "Bug 5249855 - Add support for content descriptions on action bar tabs"

12 years agoBug 5249855 - Add support for content descriptions on action bar tabs
Adam Powell [Wed, 7 Sep 2011 04:22:22 +0000 (21:22 -0700)]
Bug 5249855 - Add support for content descriptions on action bar tabs

Add API support for supplying content descriptions on action bar tabs.
This helps accessibility in cases where no title text is shown.

Change-Id: I8fdc4c2f2b279871b9f24b0b16e5167879b22741

12 years agoHandle state transition for p2p enable reject
Irfan Sheriff [Wed, 7 Sep 2011 02:49:08 +0000 (19:49 -0700)]
Handle state transition for p2p enable reject

Bug: 5265878
Change-Id: Ifd0ecb98876ffe098af06d67226f312d2a3d49c7

12 years agoMerge "Updating javadoc for StackView constructors (4554433)"
Winson Chung [Wed, 7 Sep 2011 02:41:46 +0000 (19:41 -0700)]
Merge "Updating javadoc for StackView constructors (4554433)"

12 years agoFix 2679658: Be more aggressive about recreating lock screen.
Jim Miller [Fri, 2 Sep 2011 22:45:19 +0000 (15:45 -0700)]
Fix 2679658: Be more aggressive about recreating lock screen.

In the past we were overly cautious about not recreating the lockscreen
under steady state conditions.  However, that allowed lockscreen
to get into weird states where the screen orientation and the
loaded layout disagree. Once in this state, the user could not
recover because we would never reload the layout due to the fixed
orientation of lock screen.

This avoids the problem by being more aggressive about reloading
the layout.  It now recreates the lockscreen (for reals) whenever
a view requests it via recreateMe().

In addition it serializes recreateMe() requests to ensure a pending
configuration change event has a chance to propagate and be handled
by the lockscreen looper.

Change-Id: I86a54abba899eb314f7cc8dbf6cbb98266bc548a

12 years agoRevert "To make SniffMP3() more concrete so that we can remove false-positve response...
James Dong [Wed, 7 Sep 2011 02:18:43 +0000 (19:18 -0700)]
Revert "To make SniffMP3() more concrete so that we can remove false-positve responses from MPEG-PS streams."

This reverts commit 983ab88e117fcbda9370b8f4ba94271d37149672.

related-to-bug: 5231309

12 years agoUse device-dependent frame rate in the media recorder performance test
James Dong [Wed, 7 Sep 2011 01:48:50 +0000 (18:48 -0700)]
Use device-dependent frame rate in the media recorder performance test

Change-Id: I778eca69c4acb9842f600c6ae23e7a89fb2e55f4
related-to-bug: 5264298

12 years agoUpdating javadoc for StackView constructors (4554433)
Winson Chung [Wed, 7 Sep 2011 01:38:50 +0000 (18:38 -0700)]
Updating javadoc for StackView constructors (4554433)

Change-Id: I084c9535f9be4ae4e3942828d3b624d28eae4b06

12 years agoMerge "add an option to EGL to dump stack traces on errors"
Mathias Agopian [Wed, 7 Sep 2011 01:07:35 +0000 (18:07 -0700)]
Merge "add an option to EGL to dump stack traces on errors"

12 years agoMerge "Use hardware acceleration in all status bar windows."
Mathias Agopian [Wed, 7 Sep 2011 01:07:29 +0000 (18:07 -0700)]
Merge "Use hardware acceleration in all status bar windows."

12 years agoadd an option to EGL to dump stack traces on errors
Mathias Agopian [Wed, 7 Sep 2011 00:24:05 +0000 (17:24 -0700)]
add an option to EGL to dump stack traces on errors

enable by setting debug.egl.callstack to 1

Change-Id: I7fad9ce71b4c4c5ece97d4f9d139348eab742a3c

12 years agoUse hardware acceleration in all status bar windows.
Daniel Sandler [Tue, 6 Sep 2011 14:31:37 +0000 (10:31 -0400)]
Use hardware acceleration in all status bar windows.

(Only applies to high-end devices. In situations where
memory budget or GPU/overlay support are lacking these will
still be done in software.)

Bug: 5233443
Change-Id: I668def10598f6a818d8011ba6dd8d1dd5440ae5e

12 years agoMerge "Fix "out of bound exception" when the span has prefix."
Gilles Debunne [Wed, 7 Sep 2011 00:51:10 +0000 (17:51 -0700)]
Merge "Fix "out of bound exception" when the span has prefix."

12 years agoMerge "Fix several issues with the "EasyEditSpan"."
Gilles Debunne [Wed, 7 Sep 2011 00:42:31 +0000 (17:42 -0700)]
Merge "Fix several issues with the "EasyEditSpan"."

12 years agoFix for bug 5100096 Repeated Security Waring
Kristian Monsen [Wed, 7 Sep 2011 00:37:02 +0000 (01:37 +0100)]
Fix for bug 5100096 Repeated Security Waring

Only giving the host to SslError.

Change-Id: I6112643cf25293348ff20193e67da5f52063ffa2

12 years agoMerge "Making task transitions more akin to wallpaper transitions, now that launching...
Brandon Keely [Wed, 7 Sep 2011 00:30:52 +0000 (17:30 -0700)]
Merge "Making task transitions more akin to wallpaper transitions, now that launching from All Apps invokes the task transition."

12 years agoMerge "Expose getting encryptstate through IMountService"
Ben Komalo [Wed, 7 Sep 2011 00:14:52 +0000 (17:14 -0700)]
Merge "Expose getting encryptstate through IMountService"

12 years agoMerge "Don't destroy a window's buffers when moving it"
Romain Guy [Wed, 7 Sep 2011 00:02:43 +0000 (17:02 -0700)]
Merge "Don't destroy a window's buffers when moving it"

12 years agoDon't destroy a window's buffers when moving it
Romain Guy [Tue, 6 Sep 2011 23:56:54 +0000 (16:56 -0700)]
Don't destroy a window's buffers when moving it

Change-Id: Ib08608373ae4299639c1b157421ba633e4293446

12 years agoFix startBluetoothSco race
Marco Nelissen [Tue, 6 Sep 2011 23:29:12 +0000 (16:29 -0700)]
Fix startBluetoothSco race

Change-Id: I8b711bd3c6b12f2e3e92144c0dadac72261bf914

12 years agoMerge "Add Bluetooth intents to protected broadcasts."
Jaikumar Ganesh [Tue, 6 Sep 2011 23:47:19 +0000 (16:47 -0700)]
Merge "Add Bluetooth intents to protected broadcasts."

12 years agoMerge "Blue notify quicksettings icon implemented"
Peter Ng [Tue, 6 Sep 2011 23:42:54 +0000 (16:42 -0700)]
Merge "Blue notify quicksettings icon implemented"

12 years agoStop metadata retriever from dereferencing a NULL pointer if
Andreas Huber [Tue, 6 Sep 2011 23:05:02 +0000 (16:05 -0700)]
Stop metadata retriever from dereferencing a NULL pointer if

the media extractor failed to initialize (malformed or unsupported content)

Change-Id: Icfad4e9eeb8d6713ad12eee7979ab30b696c06e0
related-to-bug: 5263840

12 years agoFix several issues with the "EasyEditSpan".
Luca Zanolin [Tue, 6 Sep 2011 23:01:28 +0000 (00:01 +0100)]
Fix several issues with the "EasyEditSpan".

- The easy edit span was displayed twice when in extracted mode. The orignal TextView now checks if it is in extra mode, and if so it does not display any pop-up
- The easy edit span was displayed before the view was layout causing the application to crash.

New feature:

- the span is automatically hidden after a timeout

I also renamed all the fields and classes to "EasyEdit...". There were still some field/class using an old name.

Bug: 5255363
Bug: 5247453
Bug: 5246997

Change-Id: Ic9bf05d2525e2df9017c91344a687e8cb9105417

12 years agoMaking task transitions more akin to wallpaper transitions, now that launching from...
Brandon Keely [Tue, 6 Sep 2011 22:52:01 +0000 (15:52 -0700)]
Making task transitions more akin to wallpaper transitions, now that launching from All Apps invokes the task transition.

Change-Id: I10b6de9b5ec20dfd1a2f53030d90972bc4acd0ff

12 years agoMerge "Updated highlighted text color Bug: 5217848"
Justin Ho [Tue, 6 Sep 2011 22:12:56 +0000 (15:12 -0700)]
Merge "Updated highlighted text color Bug: 5217848"

12 years agoMerge "Fix bug #5262565 Need to remove CharCount TextDirectionHeuristics"
Fabrice Di Meglio [Tue, 6 Sep 2011 22:12:25 +0000 (15:12 -0700)]
Merge "Fix bug #5262565 Need to remove CharCount TextDirectionHeuristics"

12 years agoUpdated highlighted text color
Justin Ho [Tue, 6 Sep 2011 22:04:05 +0000 (15:04 -0700)]
Updated highlighted text color
Bug: 5217848

Change-Id: I186bade97b2edf8cca621611fbc8325411f12e96

12 years agoMerge "Prevent crash in View.createSnapshot if getResources() returns null Bug #5260241"
Romain Guy [Tue, 6 Sep 2011 22:03:06 +0000 (15:03 -0700)]
Merge "Prevent crash in View.createSnapshot if getResources() returns null Bug #5260241"

12 years agoPrevent crash in View.createSnapshot if getResources() returns null
Romain Guy [Tue, 6 Sep 2011 22:01:39 +0000 (15:01 -0700)]
Prevent crash in View.createSnapshot if getResources() returns null
Bug #5260241

Change-Id: I90b6d5a8961a6b7b50603a9f59a6e39093646bd4

12 years agoFix "out of bound exception" when the span has prefix.
Luca Zanolin [Tue, 6 Sep 2011 21:56:47 +0000 (22:56 +0100)]
Fix "out of bound exception" when the span has prefix.

Change the behavior of the highlight marking the "suggested text" and not the differences.

Bug: 5252699
Change-Id: I4c7e9fc9bac81da8b5f643990b86a336363d7968

12 years agoMerge "Issue 5247986: Battery drain due to audio wakelock"
Eric Laurent [Tue, 6 Sep 2011 21:53:59 +0000 (14:53 -0700)]
Merge "Issue 5247986: Battery drain due to audio wakelock"

12 years agoMerge "VoIP JNI: Force AEC on for tuna board"
Eric Laurent [Tue, 6 Sep 2011 21:53:14 +0000 (14:53 -0700)]
Merge "VoIP JNI: Force AEC on for tuna board"

12 years agoIssue 5247986: Battery drain due to audio wakelock
Eric Laurent [Tue, 6 Sep 2011 19:36:15 +0000 (12:36 -0700)]
Issue 5247986: Battery drain due to audio wakelock

The problem occurs when activating or deactivating A2DP connection
while SoudPool has a channel active. This can happen quite frequently now
that the UI sound effects are enabled by default.
If PCM data is remaining in the AudioTrack buffer when it is restroyed and
re-created on the new AudioFlinger output thread, this data is flushed.
As a consequence, no underrun or request for new data callback is sent to
SoundPool and the sound channel remains active for ever as the end of the
sample is never detected.

Change-Id: I13e0c11e4ce3f83bff7f58d347ca814b6a86712b

12 years agoMerge "Fix Bulgarian date format string order and punctuation."
Eric Fischer [Tue, 6 Sep 2011 21:24:06 +0000 (14:24 -0700)]
Merge "Fix Bulgarian date format string order and punctuation."

12 years agoMerge "Tuning the TouchExplorer"
Svetoslav Ganov [Tue, 6 Sep 2011 21:16:17 +0000 (14:16 -0700)]
Merge "Tuning the TouchExplorer"

12 years agoMerge "Increasing the tap radius for the handle in MultiWaveView to improve accessibi...
Svetoslav Ganov [Tue, 6 Sep 2011 21:08:48 +0000 (14:08 -0700)]
Merge "Increasing the tap radius for the handle in MultiWaveView to improve accessibility"

12 years agoMerge "SIP: avoid extreme small values in Min-Expires headers."
Chia-chi Yeh [Tue, 6 Sep 2011 20:56:54 +0000 (13:56 -0700)]
Merge "SIP: avoid extreme small values in Min-Expires headers."

12 years agoFix Bulgarian date format string order and punctuation.
Eric Fischer [Tue, 6 Sep 2011 20:45:46 +0000 (13:45 -0700)]
Fix Bulgarian date format string order and punctuation.

Change-Id: I01c038f06f621c73a5d00c2cd842afd424e74da0

12 years agoBlue notify quicksettings icon implemented
Peter Ng [Thu, 1 Sep 2011 15:41:19 +0000 (08:41 -0700)]
Blue notify quicksettings icon implemented

-Increased quicksettings and clearall inherent asset padding to 32 from 16dp
-new touchstates for quicksettings and clearall
-clear all remains on the right and quicksettings remains left aligned to the right of the date

Bug: 5076789

Change-Id: I45d7da2d79b94822c04aa162ebef99ac79ce0368

12 years agoMerge "Some more preloaded drawables."
Dianne Hackborn [Tue, 6 Sep 2011 20:22:06 +0000 (13:22 -0700)]
Merge "Some more preloaded drawables."

12 years agoAdd Bluetooth intents to protected broadcasts.
Jaikumar Ganesh [Tue, 6 Sep 2011 20:03:50 +0000 (13:03 -0700)]
Add Bluetooth intents to protected broadcasts.

Change-Id: I3734a4ff7d964c64ce39ec3f897d3799aa9653f7

12 years agoMerge "Handle setDataSource failures properly. #5261671"
Dave Burke [Tue, 6 Sep 2011 20:06:20 +0000 (13:06 -0700)]
Merge "Handle setDataSource failures properly. #5261671"

12 years agoSIP: avoid extreme small values in Min-Expires headers.
Chia-chi Yeh [Tue, 6 Sep 2011 19:47:12 +0000 (12:47 -0700)]
SIP: avoid extreme small values in Min-Expires headers.

If the expiry time cannot be found in Contact header or Expires
header, use the default value of 3600 seconds, which is specified
in RFC 3261.

Change-Id: I2607a398b96743614b01713cfd9b28f40386fac1

12 years agoMerge "AbsListView does not populate accessibility events correctly."
Svetoslav Ganov [Tue, 6 Sep 2011 19:52:06 +0000 (12:52 -0700)]
Merge "AbsListView does not populate accessibility events correctly."

12 years agoExpose getting encryptstate through IMountService
Ben Komalo [Thu, 1 Sep 2011 22:17:44 +0000 (15:17 -0700)]
Expose getting encryptstate through IMountService

- this really just calls cryptfs cryptocomplete
- needed so that UI logic can present a factory reset option if
encryption screwed up

Bug: 3384231
Change-Id: I553de87f0d03a65851030c9c5266e85866d30fa6

12 years agoHandle setDataSource failures properly. #5261671
Dave Burke [Tue, 6 Sep 2011 19:39:47 +0000 (20:39 +0100)]
Handle setDataSource failures properly. #5261671

Change-Id: Iea0aa474d1939db23da9aabdfae2081e834f30d9

12 years agoMerge "Add notification when p2p is enabled"
Irfan Sheriff [Tue, 6 Sep 2011 19:10:26 +0000 (12:10 -0700)]
Merge "Add notification when p2p is enabled"

12 years agoMerge "Fix p2p API interface to framework"
Irfan Sheriff [Tue, 6 Sep 2011 19:07:23 +0000 (12:07 -0700)]
Merge "Fix p2p API interface to framework"

12 years agoMerge "Import revised translations."
Eric Fischer [Tue, 6 Sep 2011 19:02:13 +0000 (12:02 -0700)]
Merge "Import revised translations."

12 years agoMerge "Fix the pressed state for thumbnails in Recents"
Michael Jurka [Tue, 6 Sep 2011 18:57:00 +0000 (11:57 -0700)]
Merge "Fix the pressed state for thumbnails in Recents"

12 years agoAdd notification when p2p is enabled
Irfan Sheriff [Tue, 6 Sep 2011 17:56:53 +0000 (10:56 -0700)]
Add notification when p2p is enabled

Bug: 5262278
Change-Id: I82890323c4e4e2952b4c9c9bc503856095d90c21

12 years agoMerge "Add unit test for RS reference counting."
Stephen Hines [Tue, 6 Sep 2011 18:45:34 +0000 (11:45 -0700)]
Merge "Add unit test for RS reference counting."

12 years agoMerge "Fix bug #5243493 TextView selection is not working correctly when there is...
Fabrice Di Meglio [Tue, 6 Sep 2011 18:13:40 +0000 (11:13 -0700)]
Merge "Fix bug #5243493 TextView selection is not working correctly when there is some RTL run into it"

12 years agoFix bug #5262565 Need to remove CharCount TextDirectionHeuristics
Fabrice Di Meglio [Tue, 6 Sep 2011 18:08:45 +0000 (11:08 -0700)]
Fix bug #5262565 Need to remove CharCount TextDirectionHeuristics

- update unit tests too

Change-Id: I7c518f58a9f17cb679bc3913bdd38243f7ad2195

12 years agoFix p2p API interface to framework
Irfan Sheriff [Sat, 3 Sep 2011 18:03:23 +0000 (11:03 -0700)]
Fix p2p API interface to framework

- Update the WifiP2pGroup class
- Add reason code response for all failures
- Fix display of self in peer list
- Retain p2p group when explicitly created by API and fix join behavior

Bug: 5247957
Change-Id: Ibd9b163887db1c8a9dd8213253fda20c436a49e3

12 years agoSome more preloaded drawables.
Dianne Hackborn [Sat, 3 Sep 2011 02:17:16 +0000 (19:17 -0700)]
Some more preloaded drawables.

More to come.

Change-Id: I28393c6e52553e960d3a765ba793cfdbf36460ff

12 years agoMerge "Prevent crash when using <em> or <strong> in spanned strings Bug #5258853"
Romain Guy [Tue, 6 Sep 2011 17:55:53 +0000 (10:55 -0700)]
Merge "Prevent crash when using <em> or <strong> in spanned strings Bug #5258853"

12 years agoPrevent crash when using <em> or <strong> in spanned strings
Romain Guy [Tue, 6 Sep 2011 17:54:46 +0000 (10:54 -0700)]
Prevent crash when using <em> or <strong> in spanned strings
Bug #5258853

Change-Id: Ifde1efe9ba3b44cfa0be55d51b2c9696cbe096f5

12 years agoUse holo_blue_light for statusbar clocks.
Daniel Sandler [Tue, 6 Sep 2011 15:28:34 +0000 (11:28 -0400)]
Use holo_blue_light for statusbar clocks.

Also use the same style for the date in the phone
notification panel (which already had the same net
appearance).

Bug: 5231182
Change-Id: Ie0b44c2b9021a4f6ad56b0e1a78fdc9d8cf16f88

12 years agoMerge "Notify native that scrolling has stopped correctly"
Chris Craik [Tue, 6 Sep 2011 17:03:25 +0000 (10:03 -0700)]
Merge "Notify native that scrolling has stopped correctly"

12 years agoMerge "Don't overwrite pending port setting change if there are more than one port...
James Dong [Tue, 6 Sep 2011 16:54:43 +0000 (09:54 -0700)]
Merge "Don't overwrite pending port setting change if there are more than one port setting change event."

12 years agoDo not show the label for auto subtypes
satok [Tue, 6 Sep 2011 05:41:33 +0000 (14:41 +0900)]
Do not show the label for auto subtypes

Change-Id: Ie62d0b83f2fcb2c93d3935bcaa5121d2adc56b7d

12 years agoAbsListView does not populate accessibility events correctly.
Svetoslav Ganov [Mon, 5 Sep 2011 23:41:47 +0000 (16:41 -0700)]
AbsListView does not populate accessibility events correctly.

The toIndex of accessibility events fired from a AbsListView
is exclusive but should be inclusive i.e. it was reported one
more that it has to be.

bug:5256286

Change-Id: I496959fdfb6760b0c74899730c4cc558e89234a6

12 years agoMerge "SurfaceTexture: fix a test deadlock"
Jamie Gennis [Mon, 5 Sep 2011 21:51:20 +0000 (14:51 -0700)]
Merge "SurfaceTexture: fix a test deadlock"

12 years agoMerge "MediaPlayer: remove the setTexture method"
Jamie Gennis [Mon, 5 Sep 2011 21:50:33 +0000 (14:50 -0700)]
Merge "MediaPlayer: remove the setTexture method"

12 years agoIncreasing the tap radius for the handle in MultiWaveView to improve accessibility
Svetoslav Ganov [Sat, 3 Sep 2011 02:01:29 +0000 (19:01 -0700)]
Increasing the tap radius for the handle in MultiWaveView to improve accessibility

bug:5253968

Change-Id: Ibe5a3a2453db1bbeaf8e818430685b48460ab06c

12 years agoTwo line item for the IME switcher dialog.
Ken Wakasa [Mon, 22 Aug 2011 06:22:43 +0000 (15:22 +0900)]
Two line item for the IME switcher dialog.

bug: 5098770
Change-Id: I2b955973e7f223d8c98d8dac6aaa657a7a31b555

12 years agoAdd a function to check auxiliary ime.
satok [Mon, 5 Sep 2011 10:19:12 +0000 (19:19 +0900)]
Add a function to check auxiliary ime.

Change-Id: Ibda3d0a11c7dd77aa1304d34fc858bb7d941c626

12 years agoMerge "Fix 5240036: Generate a reasonable bitrate for intermediate clips."
Chih-Chung Chang [Mon, 5 Sep 2011 02:36:20 +0000 (19:36 -0700)]
Merge "Fix 5240036: Generate a reasonable bitrate for intermediate clips."

12 years agoTuning the TouchExplorer
Svetoslav Ganov [Sun, 4 Sep 2011 02:52:36 +0000 (19:52 -0700)]
Tuning the TouchExplorer

1. Tuned the max angle between two moving fingers in touch
   exploration mode for a gesture to be considered a drag.
   The previous value was too aggressive and it was fairly
   easy for the user to get out of dragging state if she
   ingreases the distance between her fingers.

bug:5223787

2. Before clicking the explorer was sending hover enter and
   exit resulting in firing the corresponding accessibility
   events which leads to announcement of the content under
   the tap that triggered the click. However, the click is
   actually performed on the last touch explored location
   (if in the distance slop of course) instead of the actual
   tapping pointer location. Before fixing that the user was
   confused since he was hearing announcement of one content
   but actually was clicking on something else.

bug:5225721

Change-Id: I79fec704878f98c95f181bf8a9647e0bb1bd10ef

12 years agoMerge "opengl: EGL: special case for GLES emulation"
David Turner [Sat, 3 Sep 2011 10:44:18 +0000 (03:44 -0700)]
Merge "opengl: EGL: special case for GLES emulation"

12 years agoMerge "Fix the build."
Jim Miller [Sat, 3 Sep 2011 02:44:50 +0000 (19:44 -0700)]
Merge "Fix the build."

12 years agoFix the build.
Jim Miller [Sat, 3 Sep 2011 02:43:44 +0000 (19:43 -0700)]
Fix the build.

Change-Id: I3782021299ac5da5af94926bdf49618d966ee02a

12 years agoFix the pressed state for thumbnails in Recents
Michael Jurka [Sat, 3 Sep 2011 00:35:02 +0000 (17:35 -0700)]
Fix the pressed state for thumbnails in Recents

- pressed state is now in foreground
- also, keep drawing pressed drawable on long press

Change-Id: I1a2025b5a79a5bfd4aaacf5312d52404fc3361a1

12 years agoMerge "Fix 5185505: Update DevicePolicyManager to support weak biometric security."
Jim Miller [Sat, 3 Sep 2011 01:54:53 +0000 (18:54 -0700)]
Merge "Fix 5185505: Update DevicePolicyManager to support weak biometric security."

12 years agoNotify native that scrolling has stopped correctly
Chris Craik [Sat, 3 Sep 2011 01:30:12 +0000 (18:30 -0700)]
Notify native that scrolling has stopped correctly

bug:5255022
bug:5218838

When the view starts scrolling, we tell native so it can block updates until the
view stops scrolling. This change fixes an issue where wouldn't tell native that
we stopped scrolling because the view didn't have room to move.

Change-Id: I5f2eec31493570937f7b8b2992a85283de06fb60

12 years agoMerge "Error check in queuebuffer in SurfaceTextureClient"
Pannag Sanketi [Sat, 3 Sep 2011 01:40:04 +0000 (18:40 -0700)]
Merge "Error check in queuebuffer in SurfaceTextureClient"

12 years agoAdd unit test for RS reference counting.
Stephen Hines [Fri, 2 Sep 2011 02:05:35 +0000 (19:05 -0700)]
Add unit test for RS reference counting.

Change-Id: Id09cc28f02bba6484889ed53e60273119f7004cb

12 years agoMerge "Make large_icon in notification catch touches."
Jeff Sharkey [Sat, 3 Sep 2011 01:17:03 +0000 (18:17 -0700)]
Merge "Make large_icon in notification catch touches."

12 years agoMake large_icon in notification catch touches.
Jeff Sharkey [Sat, 3 Sep 2011 00:48:55 +0000 (17:48 -0700)]
Make large_icon in notification catch touches.

If it doesn't catch touches, the stream is dropped on floor, leaving
no event stream for swiping to intercept.  Also connect up
NotificationClicker to large_icon.

Bug: 5068171
Change-Id: I51e74dd1cdc2749554c591432a48fad35de993ff

12 years agoFix bug #5243493 TextView selection is not working correctly when there is some RTL...
Fabrice Di Meglio [Thu, 1 Sep 2011 02:46:15 +0000 (19:46 -0700)]
Fix bug #5243493 TextView selection is not working correctly when there is some RTL run into it

Part 2

- make selection handles aware of the run direction

Change-Id: Idf41036de53d8968e7ae27eb87aea09e86bcd652