OSDN Git Service

android-x86/frameworks-native.git
13 years agoMerge "Force wallpaper surface to 565." into gingerbread
Mathias Agopian [Wed, 8 Sep 2010 23:43:42 +0000 (16:43 -0700)]
Merge "Force wallpaper surface to 565." into gingerbread

13 years agoMerge "Don't block in the BackupManagerService.dataChanged() Binder call." into ginge...
Brad Fitzpatrick [Wed, 8 Sep 2010 22:20:20 +0000 (15:20 -0700)]
Merge "Don't block in the BackupManagerService.dataChanged() Binder call." into gingerbread

13 years agoMerge "Fix for a memory leak in TextKeyListener." into gingerbread
Gilles Debunne [Wed, 8 Sep 2010 21:58:23 +0000 (14:58 -0700)]
Merge "Fix for a memory leak in TextKeyListener." into gingerbread

13 years agoMerge "People holding partial wake locks now get blamed for CPU usage." into gingerbread
Dianne Hackborn [Wed, 8 Sep 2010 21:15:35 +0000 (14:15 -0700)]
Merge "People holding partial wake locks now get blamed for CPU usage." into gingerbread

13 years agoMerge "Allow incoming SMS until internal storage is almost full." into gingerbread
Jake Hamby [Wed, 8 Sep 2010 19:49:27 +0000 (12:49 -0700)]
Merge "Allow incoming SMS until internal storage is almost full." into gingerbread

13 years agoFix key repeat delay.
Jeff Brown [Tue, 7 Sep 2010 17:44:57 +0000 (10:44 -0700)]
Fix key repeat delay.

Change-Id: I6216e082324ee29bf50e37acc673350ca5417c4d

13 years agoAdd support for secure views.
Jeff Brown [Thu, 2 Sep 2010 00:01:00 +0000 (17:01 -0700)]
Add support for secure views.

Added the MotionEvent.FLAG_WINDOW_IS_OBSCURED flag which is set by the
input manager whenever another visible window is partly or wholly obscured
the target of a touch event so that applications can filter touches
accordingly.

Added a "filterTouchesWhenObscured" attribute to View which can be used to
enable filtering of touches when the view's window is obscured.

Change-Id: I936d9c85013fd2d77fb296a600528d30a29027d2

13 years agoMerge "Adds a time zone parameter to formatDateRange" into gingerbread
Erik [Wed, 8 Sep 2010 17:58:12 +0000 (10:58 -0700)]
Merge "Adds a time zone parameter to formatDateRange" into gingerbread

13 years agoMerge "Remove dead code: NIOBuffer." into gingerbread
Elliott Hughes [Wed, 8 Sep 2010 16:30:41 +0000 (09:30 -0700)]
Merge "Remove dead code: NIOBuffer." into gingerbread

13 years agoMerge "Fix the dialing from contact for internet address." into gingerbread
Chung-yih Wang [Wed, 8 Sep 2010 10:32:01 +0000 (03:32 -0700)]
Merge "Fix the dialing from contact for internet address." into gingerbread

13 years agoMerge "Adding Download Manager Integration, stress, and hosts-based tests." into...
Neal Nguyen [Wed, 8 Sep 2010 03:55:22 +0000 (20:55 -0700)]
Merge "Adding Download Manager Integration, stress, and hosts-based tests." into gingerbread

13 years agoMerge "Revert "Rename LargeBitmap to BitmapRegionDecoder for having a better API...
Wei-Ta Chen [Wed, 8 Sep 2010 03:36:13 +0000 (20:36 -0700)]
Merge "Revert "Rename LargeBitmap to BitmapRegionDecoder for having a better API."" into gingerbread

13 years agoMerge "Fix a race between requesting/loading/writing SharedPreferences." into gingerbread
Brad Fitzpatrick [Wed, 8 Sep 2010 03:06:26 +0000 (20:06 -0700)]
Merge "Fix a race between requesting/loading/writing SharedPreferences." into gingerbread

13 years agoMerge "SipPhone: switch to its own phone type PHONE_TYPE_SIP." into gingerbread
Hung-ying Tyan [Wed, 8 Sep 2010 02:37:33 +0000 (19:37 -0700)]
Merge "SipPhone: switch to its own phone type PHONE_TYPE_SIP." into gingerbread

13 years agoRevert "Free created FileMap when uncompressing files"
Kenny Root [Wed, 8 Sep 2010 02:30:22 +0000 (19:30 -0700)]
Revert "Free created FileMap when uncompressing files"

This reverts commit 52b8235238fb4d8cf141020cc1ae33880929dc3f.

munmap() on a region that overlaps something else (e.g, the ZIP Central
Directory in this case) unmaps those other regions as well making the
ZipFileRO class unhappy. Revert this for now until we can have FileMap
deal with this craziness.

13 years agoMerge "Hide mCursorController field in ArrowKeyMovementMethod." into gingerbread
Gilles Debunne [Wed, 8 Sep 2010 01:53:55 +0000 (18:53 -0700)]
Merge "Hide mCursorController field in ArrowKeyMovementMethod." into gingerbread

13 years agoMerge "Rename SETSUSPEND to SETSUSPENDOPT DO NOT MERGE" into gingerbread
Dmitry Shmidt [Wed, 8 Sep 2010 00:29:45 +0000 (17:29 -0700)]
Merge "Rename SETSUSPEND to SETSUSPENDOPT DO NOT MERGE" into gingerbread

13 years agoMerge "Rename LargeBitmap to BitmapRegionDecoder for having a better API." into ginge...
Wei-Ta Chen [Wed, 8 Sep 2010 00:01:57 +0000 (17:01 -0700)]
Merge "Rename LargeBitmap to BitmapRegionDecoder for having a better API." into gingerbread

13 years agoMerge "Modify native ALooper to take an explicit ident." into gingerbread
Dianne Hackborn [Tue, 7 Sep 2010 23:32:48 +0000 (16:32 -0700)]
Merge "Modify native ALooper to take an explicit ident." into gingerbread

13 years agoModify native ALooper to take an explicit ident.
Dianne Hackborn [Tue, 7 Sep 2010 22:28:30 +0000 (15:28 -0700)]
Modify native ALooper to take an explicit ident.

The ALooper API now uses an explicit "identifier" for the integer
that is returned rather than implicitly using the fd.  This allows
the APIs that had the fd to be a little more sane.

Change-Id: I8507f535ad484c0bdc4a1bd016d87bb09acd7ff0

13 years agoMerge "Allow installd to handle large partitions" into gingerbread
Kenny Root [Tue, 7 Sep 2010 22:38:31 +0000 (15:38 -0700)]
Merge "Allow installd to handle large partitions" into gingerbread

13 years agoMerge "Be brief." into gingerbread
Elliott Hughes [Tue, 7 Sep 2010 21:41:36 +0000 (14:41 -0700)]
Merge "Be brief." into gingerbread

13 years agoMerge "Expose the TextAppearance.StatusBar.* styles." into gingerbread
Joe Onorato [Tue, 7 Sep 2010 21:41:12 +0000 (14:41 -0700)]
Merge "Expose the TextAppearance.StatusBar.* styles." into gingerbread

13 years agoMerge "Don't fall through from TOKEN_EMAIL_LOOKUP" into gingerbread
Makoto Onuki [Tue, 7 Sep 2010 21:31:34 +0000 (14:31 -0700)]
Merge "Don't fall through from TOKEN_EMAIL_LOOKUP" into gingerbread

13 years agoMerge "Fixes to battery stats debug output." into gingerbread
Dianne Hackborn [Tue, 7 Sep 2010 21:10:38 +0000 (14:10 -0700)]
Merge "Fixes to battery stats debug output." into gingerbread

13 years agoHopefully fix the build.
Dianne Hackborn [Tue, 7 Sep 2010 19:32:19 +0000 (12:32 -0700)]
Hopefully fix the build.

Change-Id: Id8cd92c0895c9939e1386ef488bd1309a3be3568

13 years agoMerge "Add system property to turn off scheduling groups." into gingerbread
Dianne Hackborn [Tue, 7 Sep 2010 18:27:26 +0000 (11:27 -0700)]
Merge "Add system property to turn off scheduling groups." into gingerbread

13 years agoAdd system property to turn off scheduling groups.
Dianne Hackborn [Sat, 4 Sep 2010 00:07:07 +0000 (17:07 -0700)]
Add system property to turn off scheduling groups.

Do this:

adb shell setprop debug.sys.noschedgroups 1

Change-Id: I6e06a74205fd45ee1526ce71fe33944465d39984

13 years agoMerge "When notifications are updated, don't re-show the ticker unless the text has...
Joe Onorato [Tue, 7 Sep 2010 18:14:56 +0000 (11:14 -0700)]
Merge "When notifications are updated, don't re-show the ticker unless the text has changed." into gingerbread

13 years agoMerge "Make SharedPreferencesBackupHelper wait for async SharedPreference writes...
Brad Fitzpatrick [Tue, 7 Sep 2010 18:12:51 +0000 (11:12 -0700)]
Merge "Make SharedPreferencesBackupHelper wait for async SharedPreference writes" into gingerbread

13 years agoMerge "Preserve old translations for changed strings. DO NOT MERGE" into gingerbread
Eric Fischer [Tue, 7 Sep 2010 18:03:26 +0000 (11:03 -0700)]
Merge "Preserve old translations for changed strings.  DO NOT MERGE" into gingerbread

13 years agoMerge "Use new nativeLibraryPath field for NativeActivity" into gingerbread
Kenny Root [Tue, 7 Sep 2010 17:46:14 +0000 (10:46 -0700)]
Merge "Use new nativeLibraryPath field for NativeActivity" into gingerbread

13 years agoMerge "SipService: unset session listener if listener is gone." into gingerbread
Hung-ying Tyan [Tue, 7 Sep 2010 03:13:32 +0000 (20:13 -0700)]
Merge "SipService: unset session listener if listener is gone." into gingerbread

13 years agoMerge "Reduce footprint of Signature from ~7000 to ~1448" into gingerbread
Kenny Root [Fri, 3 Sep 2010 23:59:42 +0000 (16:59 -0700)]
Merge "Reduce footprint of Signature from ~7000 to ~1448" into gingerbread

13 years agoMerge "LVM release 1.08 delivery." into gingerbread
Eric Laurent [Fri, 3 Sep 2010 23:35:54 +0000 (16:35 -0700)]
Merge "LVM release 1.08 delivery." into gingerbread

13 years agoMerge "Not all audio source has the drift time information" into gingerbread
James Dong [Fri, 3 Sep 2010 22:42:09 +0000 (15:42 -0700)]
Merge "Not all audio source has the drift time information" into gingerbread

13 years agoMerge "Improve doc." into gingerbread
Dianne Hackborn [Fri, 3 Sep 2010 22:15:50 +0000 (15:15 -0700)]
Merge "Improve doc." into gingerbread

13 years agoMerge "Adding a feature denoting support for 5 or more fully independent multitouch...
Dianne Hackborn [Fri, 3 Sep 2010 22:07:17 +0000 (15:07 -0700)]
Merge "Adding a feature denoting support for 5 or more fully independent multitouch pointers." into gingerbread

13 years agoMerge "Add API to get all foreground calls." into gingerbread
John Wang [Fri, 3 Sep 2010 21:06:20 +0000 (14:06 -0700)]
Merge "Add API to get all foreground calls." into gingerbread

13 years agoMerge "Fix bug 2973252 - Make overscroll glow respect ifContentScrolls" into gingerbread
Adam Powell [Fri, 3 Sep 2010 20:58:37 +0000 (13:58 -0700)]
Merge "Fix bug 2973252 - Make overscroll glow respect ifContentScrolls" into gingerbread

13 years agoMerge "Properly buffer a certain amount of data on streaming sources before finishing...
Andreas Huber [Fri, 3 Sep 2010 20:46:02 +0000 (13:46 -0700)]
Merge "Properly buffer a certain amount of data on streaming sources before finishing prepare()." into gingerbread

13 years agoMerge "These are not ready to be exposed. Also rename them to be better." into ginge...
Dianne Hackborn [Fri, 3 Sep 2010 20:24:33 +0000 (13:24 -0700)]
Merge "These are not ready to be exposed.  Also rename them to be better." into gingerbread

13 years agoam c4367e54: fix code snippet error
Scott Main [Fri, 3 Sep 2010 20:15:11 +0000 (13:15 -0700)]
am c4367e54: fix code snippet error

Merge commit 'c4367e54e41f4e7a6c79b60dd80e66c9e6fdcfc3' into gingerbread

* commit 'c4367e54e41f4e7a6c79b60dd80e66c9e6fdcfc3':
  fix code snippet error

13 years agoMerge "More SharedPreferences commit() -> apply() changes." into gingerbread
Brad Fitzpatrick [Fri, 3 Sep 2010 19:46:25 +0000 (12:46 -0700)]
Merge "More SharedPreferences commit() -> apply() changes." into gingerbread

13 years agoMerge "Better file size estimate" into gingerbread
James Dong [Fri, 3 Sep 2010 16:53:13 +0000 (09:53 -0700)]
Merge "Better file size estimate" into gingerbread

13 years agoMerge "SipManager: always return true for SIP API and VOIP support query." into ginge...
Hung-ying Tyan [Fri, 3 Sep 2010 02:23:31 +0000 (19:23 -0700)]
Merge "SipManager: always return true for SIP API and VOIP support query." into gingerbread

13 years agoam c5083cdf: Merge "clarify dp dimension description" into froyo
Scott Main [Fri, 3 Sep 2010 01:30:16 +0000 (18:30 -0700)]
am c5083cdf: Merge "clarify dp dimension description" into froyo

Merge commit 'c5083cdfff55a8fdcc82198273afd7dbe6379879' into gingerbread

* commit 'c5083cdfff55a8fdcc82198273afd7dbe6379879':
  clarify dp dimension description

13 years agoMerge "Calculate audio media drift time from AudioSource" into gingerbread
James Dong [Fri, 3 Sep 2010 01:24:21 +0000 (18:24 -0700)]
Merge "Calculate audio media drift time from AudioSource" into gingerbread

13 years agoMerge "clarify dp dimension description" into froyo
Scott Main [Fri, 3 Sep 2010 00:53:14 +0000 (17:53 -0700)]
Merge "clarify dp dimension description" into froyo

13 years agoMerge "Implement #2964234: Add support for <uses-package> element to aapt" into ginge...
Dianne Hackborn [Fri, 3 Sep 2010 00:34:31 +0000 (17:34 -0700)]
Merge "Implement #2964234: Add support for <uses-package> element to aapt" into gingerbread

13 years agoMerge "Add better debug output for ResourceType errors" into gingerbread
Kenny Root [Thu, 2 Sep 2010 22:45:52 +0000 (15:45 -0700)]
Merge "Add better debug output for ResourceType errors" into gingerbread

13 years agoMerge "Revert "Merge "InputMethodManager showSoftInput return documentation." into...
Gilles Debunne [Thu, 2 Sep 2010 22:29:14 +0000 (15:29 -0700)]
Merge "Revert "Merge "InputMethodManager showSoftInput return documentation." into gingerbread"" into gingerbread

13 years agoAdd better debug output for ResourceType errors
Kenny Root [Thu, 2 Sep 2010 21:58:47 +0000 (14:58 -0700)]
Add better debug output for ResourceType errors

An error code is returned as -ESOMETHING, but the debug code was
printing out 0x%08x for these codes making -74 print out as 0xffffffb5
which is kind of silly.

Change-Id: I7d77fb3da2e146845949f121404f662b47288e61

13 years agoam ac3c1f55: Add BT test instrumentation for reboot tests.
Eric Rowe [Thu, 2 Sep 2010 21:55:47 +0000 (14:55 -0700)]
am ac3c1f55: Add BT test instrumentation for reboot tests.

Merge commit 'ac3c1f550f30aa793ccf5dcd0da55b070fd55364' into gingerbread

* commit 'ac3c1f550f30aa793ccf5dcd0da55b070fd55364':
  Add BT test instrumentation for reboot tests.

13 years agoMerge "InputMethodManager showSoftInput return documentation." into gingerbread
Gilles Debunne [Thu, 2 Sep 2010 21:50:25 +0000 (14:50 -0700)]
Merge "InputMethodManager showSoftInput return documentation." into gingerbread

13 years agoam 1314219a: (-s ours) DO NOT MERGE Separate utility methods into utility class.
Eric Rowe [Thu, 2 Sep 2010 21:26:12 +0000 (14:26 -0700)]
am 1314219a: (-s ours) DO NOT MERGE Separate utility methods into utility class.

Merge commit '1314219a37403594f833c2c71744040ebd8d9b04' into gingerbread

* commit '1314219a37403594f833c2c71744040ebd8d9b04':
  DO NOT MERGE Separate utility methods into utility class.

13 years agoMerge "VCard refactoring backport." into gingerbread
Daisuke Miyakawa [Thu, 2 Sep 2010 19:56:15 +0000 (12:56 -0700)]
Merge "VCard refactoring backport." into gingerbread

13 years agoMerge "Fix problem in AudioEffect::command() status." into gingerbread
Eric Laurent [Thu, 2 Sep 2010 19:46:24 +0000 (12:46 -0700)]
Merge "Fix problem in AudioEffect::command() status." into gingerbread

13 years agoMerge "DO NOT MERGE Separate utility methods into utility class." into gingerbread
Eric Rowe [Thu, 2 Sep 2010 18:35:20 +0000 (11:35 -0700)]
Merge "DO NOT MERGE Separate utility methods into utility class." into gingerbread

13 years agoMerge "SipService: reduce the usage of javax.sdp.*." into gingerbread
Chia-chi Yeh [Thu, 2 Sep 2010 15:13:01 +0000 (08:13 -0700)]
Merge "SipService: reduce the usage of javax.sdp.*." into gingerbread

13 years agoMerge "DO NOT MERGE Overscroll continues; asset and behavior tweaks." into gingerbread
Adam Powell [Thu, 2 Sep 2010 07:28:14 +0000 (00:28 -0700)]
Merge "DO NOT MERGE Overscroll continues; asset and behavior tweaks." into gingerbread

13 years agoMerge "Improve messages when java process is starting." into gingerbread
Dianne Hackborn [Thu, 2 Sep 2010 04:15:17 +0000 (21:15 -0700)]
Merge "Improve messages when java process is starting." into gingerbread

13 years agoMerge "Better support for buffered streaming of rtsp content, if buffer drops below...
Andreas Huber [Wed, 1 Sep 2010 22:44:46 +0000 (15:44 -0700)]
Merge "Better support for buffered streaming of rtsp content, if buffer drops below a certain threshold we will temporarily pause playback until we have sufficient data." into gingerbread

13 years agoMerge "Make sure that if initialization fails, AudioSource still behaves well." into...
James Dong [Wed, 1 Sep 2010 22:41:10 +0000 (15:41 -0700)]
Merge "Make sure that if initialization fails, AudioSource still behaves well." into gingerbread

13 years agoMerge "Adding a feature definition corresponding to support for Near-Field Communicat...
Dan Morrill [Wed, 1 Sep 2010 22:03:02 +0000 (15:03 -0700)]
Merge "Adding a feature definition corresponding to support for Near-Field Communications (NFC)." into gingerbread

13 years agoMerge "Fixing the build." into gingerbread
Andreas Huber [Wed, 1 Sep 2010 21:21:49 +0000 (14:21 -0700)]
Merge "Fixing the build." into gingerbread

13 years agoMerge "Add null check for package settings" into gingerbread
Kenny Root [Wed, 1 Sep 2010 21:09:01 +0000 (14:09 -0700)]
Merge "Add null check for package settings" into gingerbread

13 years agoMerge "DO NOT MERGE Integrate edge effects into WebView." into gingerbread
Adam Powell [Wed, 1 Sep 2010 20:57:05 +0000 (13:57 -0700)]
Merge "DO NOT MERGE Integrate edge effects into WebView." into gingerbread

13 years agoMerge "Now that AmrInputStream no longer relies on opencore, make sure it's registere...
Andreas Huber [Wed, 1 Sep 2010 20:54:12 +0000 (13:54 -0700)]
Merge "Now that AmrInputStream no longer relies on opencore, make sure it's registered in non-opencore builds." into gingerbread

13 years agoMerge "Keep gtalk video chat specific code consistent with rtsp changes." into ginger...
Andreas Huber [Wed, 1 Sep 2010 20:39:27 +0000 (13:39 -0700)]
Merge "Keep gtalk video chat specific code consistent with rtsp changes." into gingerbread

13 years agoMerge "Properly extract all raw_data_blocks from an ADSP mpeg4 audio buffer." into...
Andreas Huber [Wed, 1 Sep 2010 19:59:04 +0000 (12:59 -0700)]
Merge "Properly extract all raw_data_blocks from an ADSP mpeg4 audio buffer." into gingerbread

13 years agoMerge "Fix build (restore deleted assets)." into gingerbread
Daniel Sandler [Wed, 1 Sep 2010 18:46:16 +0000 (11:46 -0700)]
Merge "Fix build (restore deleted assets)." into gingerbread

13 years agoMerge "Fix invalid comment in WebSettings." into gingerbread
Derek Sollenberger [Wed, 1 Sep 2010 18:30:12 +0000 (11:30 -0700)]
Merge "Fix invalid comment in WebSettings." into gingerbread

13 years agoMerge "Removing AWT. See bug 2732079" into gingerbread
Jesse Wilson [Wed, 1 Sep 2010 05:50:31 +0000 (22:50 -0700)]
Merge "Removing AWT. See bug 2732079" into gingerbread

13 years agoMerge "Improve debug output when an ANR happens." into gingerbread
Dianne Hackborn [Wed, 1 Sep 2010 01:56:30 +0000 (18:56 -0700)]
Merge "Improve debug output when an ANR happens." into gingerbread

13 years agoRemoving AWT. See bug 2732079
Jesse Wilson [Tue, 31 Aug 2010 23:56:51 +0000 (16:56 -0700)]
Removing AWT. See bug 2732079

Change-Id: I0f29d1edbb90b081d743807605682cb64b53b1bc

13 years agoMerge "Fixed single line state on TextView." into gingerbread
Gilles Debunne [Tue, 31 Aug 2010 23:18:06 +0000 (16:18 -0700)]
Merge "Fixed single line state on TextView." into gingerbread

13 years agoMerge "Remove incomplete input device enumeration NDK API." into gingerbread
Jeff Brown [Tue, 31 Aug 2010 22:45:32 +0000 (15:45 -0700)]
Merge "Remove incomplete input device enumeration NDK API." into gingerbread

13 years agoMerge "Audio Effects: fix problems in volume control." into gingerbread
Eric Laurent [Tue, 31 Aug 2010 22:43:36 +0000 (15:43 -0700)]
Merge "Audio Effects: fix problems in volume control." into gingerbread

13 years agoRemove incomplete input device enumeration NDK API.
Jeff Brown [Tue, 31 Aug 2010 22:20:28 +0000 (15:20 -0700)]
Remove incomplete input device enumeration NDK API.

Change-Id: I32de74ff5fcf0e29179a2aee03ddabd22fa485bb

13 years agoMerge "Don't propagate StrictMode over one-way Binder calls." into gingerbread
Brad Fitzpatrick [Tue, 31 Aug 2010 21:58:26 +0000 (14:58 -0700)]
Merge "Don't propagate StrictMode over one-way Binder calls." into gingerbread

13 years agoMerge "Support for RFC3640 - mpeg4-generic RTP packet type, AAC-lbr and AAC-hbr....
Andreas Huber [Tue, 31 Aug 2010 21:54:37 +0000 (14:54 -0700)]
Merge "Support for RFC3640 - mpeg4-generic RTP packet type, AAC-lbr and AAC-hbr." into gingerbread

13 years agoMerge "Better detection of connection problems - timeout if no rtcp packets arrive...
Andreas Huber [Tue, 31 Aug 2010 21:41:51 +0000 (14:41 -0700)]
Merge "Better detection of connection problems - timeout if no rtcp packets arrive within a certain time, not a final frame (which may take longer)" into gingerbread

13 years agoMerge "Add a --debug-mode option to aapt." into gingerbread
Xavier Ducrohet [Tue, 31 Aug 2010 21:30:03 +0000 (14:30 -0700)]
Merge "Add a --debug-mode option to aapt." into gingerbread

13 years agoDon't propagate StrictMode over one-way Binder calls.
Brad Fitzpatrick [Mon, 30 Aug 2010 23:01:16 +0000 (16:01 -0700)]
Don't propagate StrictMode over one-way Binder calls.

This was causing stack stitching problems where a one-way call with
violations followed by a two-way call without violations was getting
the previous one-way call's violation stack stitched on to the second
caller's stack.

The solution is a little more indirect than I would've liked
(preserving the binder's onTransact flags until enforceInterface) but
was seemingly necessary to work without changing the AIDL compiler.
It should also be sufficiently cheap, since no new calls to
thread-local IPCThreadState lookups were required.  The additional
work is just same-thread getter/setters on the existing
IPCThreadState.

Change-Id: I4b6db1d445c56e868e6d0d7be3ba6849f4ef23ae

13 years agoMerge "Add some encoding parameters for the "record" utility" into gingerbread
James Dong [Tue, 31 Aug 2010 20:13:18 +0000 (13:13 -0700)]
Merge "Add some encoding parameters for the "record" utility" into gingerbread

13 years agoMerge "Fix bug 2918587 Infinite loop and memory leak in AdapterView" into gingerbread
Adam Powell [Tue, 31 Aug 2010 01:33:20 +0000 (18:33 -0700)]
Merge "Fix bug 2918587 Infinite loop and memory leak in AdapterView" into gingerbread

13 years agoInput device calibration and capabilities.
Jeff Brown [Mon, 30 Aug 2010 10:02:23 +0000 (03:02 -0700)]
Input device calibration and capabilities.

Finished the input device capability API.
Added a mechanism for calibrating touch devices to obtain more
accurate information about the touch contact area.
Improved pointer location to show new coordinates and capabilities.
Optimized pointer location display and formatting to avoid allocating large
numbers of temporary objects.  The GC churn was causing the application to
stutter very badly when more than a couple of fingers were down).
Added more diagnostics.

Change-Id: Ie25380278ed6f16c5b04cd9df848015850383498

13 years agoMerge "Renaming SharedPreferences$Editor.startCommit to apply" into gingerbread
Brad Fitzpatrick [Tue, 31 Aug 2010 01:14:44 +0000 (18:14 -0700)]
Merge "Renaming SharedPreferences$Editor.startCommit to apply" into gingerbread

13 years agoMerge "Recent changes to the rtsp code require every buffer fed to the packet source...
Andreas Huber [Mon, 30 Aug 2010 23:12:46 +0000 (16:12 -0700)]
Merge "Recent changes to the rtsp code require every buffer fed to the packet source to have a timestamp, we're ignoring timestamps for gtalk videochat but we still have to have a placeholder." into gingerbread

13 years agoMerge "Instead of closing the connection altogether if no UDP packets arrive after...
Andreas Huber [Mon, 30 Aug 2010 22:43:41 +0000 (15:43 -0700)]
Merge "Instead of closing the connection altogether if no UDP packets arrive after a certain time, try changing transports (to interleaved TCP). Also properly close the sockets on disconnection." into gingerbread

13 years agoMerge "Native libraries on SD" into gingerbread
Kenny Root [Mon, 30 Aug 2010 22:16:10 +0000 (15:16 -0700)]
Merge "Native libraries on SD" into gingerbread

13 years agoMerge "Fix issue 2952766." into gingerbread
Eric Laurent [Mon, 30 Aug 2010 22:02:06 +0000 (15:02 -0700)]
Merge "Fix issue 2952766." into gingerbread

13 years agoMerge "Reverse the default setting of media.stagefright.enable-{rtsp,record} in prepa...
Andreas Huber [Mon, 30 Aug 2010 20:04:21 +0000 (13:04 -0700)]
Merge "Reverse the default setting of media.stagefright.enable-{rtsp,record} in preparation for building without opencore." into gingerbread

13 years agoMerge "LVM release 1.07 delivery." into gingerbread
Eric Laurent [Mon, 30 Aug 2010 18:39:34 +0000 (11:39 -0700)]
Merge "LVM release 1.07 delivery." into gingerbread

13 years agoMerge "DO NOT MERGE Add A2DP and Headset connection stress tests." into gingerbread
Eric Rowe [Mon, 30 Aug 2010 18:37:10 +0000 (11:37 -0700)]
Merge "DO NOT MERGE Add A2DP and Headset connection stress tests." into gingerbread

13 years agoMerge "Import revised translations. DO NOT MERGE" into gingerbread
Eric Fischer [Mon, 30 Aug 2010 17:28:58 +0000 (10:28 -0700)]
Merge "Import revised translations.  DO NOT MERGE" into gingerbread

13 years agoMerge "ALoopers can now be named (useful to distinguish threads)." into gingerbread
Andreas Huber [Mon, 30 Aug 2010 17:28:24 +0000 (10:28 -0700)]
Merge "ALoopers can now be named (useful to distinguish threads)." into gingerbread

13 years agoMerge "Support pre-loading browser plugins on the system image." into gingerbread
Derek Sollenberger [Mon, 30 Aug 2010 14:31:46 +0000 (07:31 -0700)]
Merge "Support pre-loading browser plugins on the system image." into gingerbread

13 years agoMerge "Allow native shared libraries in ASEC containers" into gingerbread
Kenny Root [Fri, 27 Aug 2010 23:42:28 +0000 (16:42 -0700)]
Merge "Allow native shared libraries in ASEC containers" into gingerbread