OSDN Git Service

android-x86/frameworks-base.git
13 years agoMerge "reserve android.opengl.GLWallpaperService name for future use" into gingerbread
Romain Guy [Thu, 26 Aug 2010 00:26:20 +0000 (17:26 -0700)]
Merge "reserve android.opengl.GLWallpaperService name for future use" into gingerbread

13 years agoMerge "Add LFH offset to verbose list of APK" into gingerbread
Kenny Root [Thu, 26 Aug 2010 00:20:29 +0000 (17:20 -0700)]
Merge "Add LFH offset to verbose list of APK" into gingerbread

13 years agoreserve android.opengl.GLWallpaperService name for future use
Mathias Agopian [Wed, 25 Aug 2010 23:42:24 +0000 (16:42 -0700)]
reserve android.opengl.GLWallpaperService name for future use

Change-Id: I7a217593a1ca39214dda26ddb3af3ddc30a8a95a

13 years agoMerge "Fix a fun bug with multiple service bindings from an activity." into gingerbread
Dianne Hackborn [Wed, 25 Aug 2010 23:31:34 +0000 (16:31 -0700)]
Merge "Fix a fun bug with multiple service bindings from an activity." into gingerbread

13 years agoMerge "Improve Sensors documentation a bit" into gingerbread
Mathias Agopian [Wed, 25 Aug 2010 23:03:58 +0000 (16:03 -0700)]
Merge "Improve Sensors documentation a bit" into gingerbread

13 years agoMerge "Fix support for per-frame unsynchronization in ID3V2.4 tags." into gingerbread
Andreas Huber [Wed, 25 Aug 2010 22:35:53 +0000 (15:35 -0700)]
Merge "Fix support for per-frame unsynchronization in ID3V2.4 tags." into gingerbread

13 years agoMerge "fix [2946787] Screen flicker on low resolution setting in camcorder." into...
Mathias Agopian [Wed, 25 Aug 2010 22:25:32 +0000 (15:25 -0700)]
Merge "fix [2946787] Screen flicker on low resolution setting in camcorder." into gingerbread

13 years agoMerge "Start of SharedPreferences$Editor.startCommit()" into gingerbread
Brad Fitzpatrick [Wed, 25 Aug 2010 22:15:30 +0000 (15:15 -0700)]
Merge "Start of SharedPreferences$Editor.startCommit()" into gingerbread

13 years agofix [2946787] Screen flicker on low resolution setting in camcorder.
Mathias Agopian [Wed, 25 Aug 2010 21:59:15 +0000 (14:59 -0700)]
fix [2946787] Screen flicker on low resolution setting in camcorder.

Change-Id: I7e86f2b6d85dcae8dd212890b978fa6ac7de6893

13 years agoFix a fun bug with multiple service bindings from an activity.
Dianne Hackborn [Wed, 25 Aug 2010 22:06:25 +0000 (15:06 -0700)]
Fix a fun bug with multiple service bindings from an activity.

There was a flaw in the service management, when the same activity
is doing a bindService() for the same service IBinder.  In this case
the activity would correctly keep a list of all generated connections,
however some other data structures would assume there is only one
connection per IBinder, and thus only remember the last.

When that last connection was unbound, the service would be destroyed
since it thought there were no more connections.  Then when the
activity was finished, it would try to destroy the service again and
end up with an ANR because the service was already gone and would
not respond.

Change-Id: I59bde38bc24e78147b90b0a7cd525c2a1d20489f

13 years agoMerge "Added preset reverb." into gingerbread
Eric Laurent [Wed, 25 Aug 2010 22:09:10 +0000 (15:09 -0700)]
Merge "Added preset reverb." into gingerbread

13 years agoFix support for per-frame unsynchronization in ID3V2.4 tags.
Andreas Huber [Wed, 25 Aug 2010 21:55:53 +0000 (14:55 -0700)]
Fix support for per-frame unsynchronization in ID3V2.4 tags.

Change-Id: I6874b596f88817347756a375d9fb1c9bff418eca
related-to-bug: 2949149

13 years agoMerge "Ensure that buffering updates eventually hit 100% after we download everything...
Andreas Huber [Wed, 25 Aug 2010 21:54:36 +0000 (14:54 -0700)]
Merge "Ensure that buffering updates eventually hit 100% after we download everything." into gingerbread

13 years agoImprove Sensors documentation a bit
Mathias Agopian [Wed, 25 Aug 2010 21:35:54 +0000 (14:35 -0700)]
Improve Sensors documentation a bit

Change-Id: I6f4f9ebfaf1e7f461a795f717b9913e3a021e9d4

13 years agoDO NOT MERGE fix null check
Cary Clark [Wed, 25 Aug 2010 20:22:15 +0000 (16:22 -0400)]
DO NOT MERGE fix null check

Check to see if the WebChromeClient is null.

Checked into master in change 63008

Change-Id: If2ef1889ce3633c0b35c078a46bde84982dd1eb3
http://b/2945171

13 years agoStart of SharedPreferences$Editor.startCommit()
Brad Fitzpatrick [Wed, 25 Aug 2010 20:13:36 +0000 (13:13 -0700)]
Start of SharedPreferences$Editor.startCommit()

No implementation yet, just the interface.

Change-Id: Idf9934b445da1fb72b79f0192218b47c0a7f5a34

13 years agoMerge "Allow sniffers to return a packet of opaque data that the corresponding extrac...
Andreas Huber [Wed, 25 Aug 2010 20:10:04 +0000 (13:10 -0700)]
Merge "Allow sniffers to return a packet of opaque data that the corresponding extractor can take advantage of to not duplicate work already done sniffing. The mp3 extractor takes advantage of this now." into gingerbread

13 years agoAllow sniffers to return a packet of opaque data that the corresponding extractor...
Andreas Huber [Wed, 25 Aug 2010 18:09:41 +0000 (11:09 -0700)]
Allow sniffers to return a packet of opaque data that the corresponding extractor can take advantage of to not duplicate work already done sniffing. The mp3 extractor takes advantage of this now.

Change-Id: Icb77ae3ee95a69c7da25b4d3b8696c0a2d33028a
related-to-bug: 2948754

13 years agoEnsure that buffering updates eventually hit 100% after we download everything.
Andreas Huber [Wed, 25 Aug 2010 19:31:48 +0000 (12:31 -0700)]
Ensure that buffering updates eventually hit 100% after we download everything.

Change-Id: I43bb85b1128fa9c1bc8632970d7101006393bcc8
related-to-bug: 2844095

13 years agoMerge "don't try to lock a buffer that wasn't allocated with SW usage bits" into...
Mathias Agopian [Wed, 25 Aug 2010 19:15:38 +0000 (12:15 -0700)]
Merge "don't try to lock a buffer that wasn't allocated with SW usage bits" into gingerbread

13 years agodon't try to lock a buffer that wasn't allocated with SW usage bits
Mathias Agopian [Fri, 20 Aug 2010 22:59:53 +0000 (15:59 -0700)]
don't try to lock a buffer that wasn't allocated with SW usage bits

Change-Id: Iabbcec1bfa30dc47d45ece699dd178653f1b675b

13 years agoMerge "Remove "StringTest.java"." into gingerbread
Brian Carlstrom [Wed, 25 Aug 2010 18:02:22 +0000 (11:02 -0700)]
Merge "Remove "StringTest.java"." into gingerbread

13 years agoMerge "Update AndroidRuntime with dalvik-dev changes" into gingerbread
Brian Carlstrom [Wed, 25 Aug 2010 17:53:10 +0000 (10:53 -0700)]
Merge "Update AndroidRuntime with dalvik-dev changes" into gingerbread

13 years agoMerge "Fix the simulator build." into gingerbread
Eric Laurent [Wed, 25 Aug 2010 17:37:27 +0000 (10:37 -0700)]
Merge "Fix the simulator build." into gingerbread

13 years agoam d5e601c2: reconcile open-source froyo into google variant
Jean-Baptiste Queru [Wed, 25 Aug 2010 17:15:38 +0000 (10:15 -0700)]
am d5e601c2: reconcile open-source froyo into google variant

Merge commit 'd5e601c2304610085e3d7a276c4bbcd984ac89f9' into gingerbread

* commit 'd5e601c2304610085e3d7a276c4bbcd984ac89f9':
  Make the default backup configuration "disabled; local transport selected"

13 years agoFix the simulator build.
Eric Laurent [Wed, 25 Aug 2010 17:00:53 +0000 (10:00 -0700)]
Fix the simulator build.

Fixes the sim build broken by commit 58d3bd08107f44cba79938dd8430e69c0fda4202.

Change-Id: I5a63623363d558783dc5254fdd322080cc2f3525

13 years agoreconcile open-source froyo into google variant
Jean-Baptiste Queru [Wed, 25 Aug 2010 16:38:48 +0000 (09:38 -0700)]
reconcile open-source froyo into google variant

Change-Id: Idfacbf98a6c98176620f252504213d01bbd49eb9

13 years agoMerge "Fix linux 64 build" into gingerbread
Brian Carlstrom [Wed, 25 Aug 2010 16:28:00 +0000 (09:28 -0700)]
Merge "Fix linux 64 build" into gingerbread

13 years agoMake the default backup configuration "disabled; local transport selected"
Christopher Tate [Tue, 24 Aug 2010 22:37:42 +0000 (15:37 -0700)]
Make the default backup configuration "disabled; local transport selected"

By default out of the box, an Android build will have the backup mechanism in
its "disabled" state and pointed to the LocalTransport test transport.  We
do not want retail devices built without the Google backend to have backup
enabled out of the box; it would cause them to gradually grind away the
cache partition for no good reason.  On those devices with this change,
developers would need to enable backup manually (possibly using the normal
Settings UI; more probably using the 'bmgr' shell tool), but would no longer
also have to manually configure the active transport name.

Device vendors producing Google-enabled products will simply use resource
overlays to configure the default state and transport name for their builds.
When building a product that points to the Google backup transport by default,
the "def_backup_enabled" boolean resource should still be set to 'false' --
the Google backup disclosure activity supplied by GSF will take care of
enabling the backup services if the user opts in to it.  (Basically, vendors
will never have to overlay the def_backup_enabled resource -- the default
value of 'false' is correct for any retail device regardless of whether it
can use the Google backup transport.)

In the SDK build, the default transport will remain the local one, but
the default enable state overridden and set to "true".  This is the ideal
situation for developers: all aspects of the backup mechanism immediately
operative with no manual configuration needed.

Change-Id: I866f8f627b023b338bc7757e61604e6d8a901a34

13 years agoAdd LFH offset to verbose list of APK
Kenny Root [Wed, 25 Aug 2010 14:36:31 +0000 (07:36 -0700)]
Add LFH offset to verbose list of APK

The Local File Header (LFH) offset is printed in debugging cases when
the platform is inspecting APKs. This adds the LFH offset field to the
list of contents of an APK, so that it can be checked easily against the
Central Directory (CD).

Change-Id: I08f9a13256bfe6563c1a963c4f0289789b2e7857

13 years agoMerge "Avoid allocating buffer every time getThumbnail is called." into gingerbread
Chih-Chung Chang [Wed, 25 Aug 2010 07:07:23 +0000 (00:07 -0700)]
Merge "Avoid allocating buffer every time getThumbnail is called." into gingerbread

13 years agoMerge "SipProfile: add isOutgoingCallAllowed() and new builder constructor" into...
Hung-ying Tyan [Wed, 25 Aug 2010 06:57:50 +0000 (23:57 -0700)]
Merge "SipProfile: add isOutgoingCallAllowed() and new builder constructor" into gingerbread

13 years agoAvoid allocating buffer every time getThumbnail is called.
Chih-Chung Chang [Tue, 24 Aug 2010 11:25:56 +0000 (19:25 +0800)]
Avoid allocating buffer every time getThumbnail is called.

Change-Id: Ia088539463e26a1242064ed7e79b0b2c12d64ced

13 years agoMerge "Add support for generated documentation as part of the SDK docs." into gingerbread
Rohit Mungee [Wed, 25 Aug 2010 05:59:41 +0000 (22:59 -0700)]
Merge "Add support for generated documentation as part of the SDK docs." into gingerbread

13 years agoAdd support for generated documentation as part of the SDK docs.
Bill Napier [Wed, 25 Aug 2010 05:18:21 +0000 (22:18 -0700)]
Add support for generated documentation as part of the SDK docs.

This can be done by adding the list of files to include to the
ALL_GENERATED_DOCS variable, and then making sure to put your generated output
files under $(OUT_DOCS)/gen.

Change-Id: Ie068a3fadccf7c990ec8e26b92ad408e7314469e

13 years agoUpdate AndroidRuntime with dalvik-dev changes
Brian Carlstrom [Wed, 25 Aug 2010 04:27:52 +0000 (21:27 -0700)]
Update AndroidRuntime with dalvik-dev changes

This change is the result of three cherry-picks:

- Add dalvik.vm.gc.preverify dalvik.vm.gc.postverify properties.
  git cherry-pick --no-commit 0ef82fcf

- Add the property dalvik.vm.gc.verifycardtable to set the -Xgc:-Xgc:verifycardtable option for the vm.
  git cherry-pick --no-commit 8b4faf54

- Eliminate short JIT debugging properties
  git cherry-pick --no-commit 57a673fc3db9d84908467ae6d245fd60d4637b2f

Change-Id: I5f8002ed1e431344570add02f58e2641c8fae549

13 years agoRemove "StringTest.java".
Brian Carlstrom [Wed, 25 Aug 2010 03:33:55 +0000 (20:33 -0700)]
Remove "StringTest.java".

This only tests stuff that's already better tested in dalvik/libcore, plus
private ICU API (RuleBasedNumberFormat) we'd like to remove, and that this
is the only caller of.

Conflicts:

tests/CoreTests/android/core/StringTest.java

git cherry-pick -e 935022a99dac5454fc478e221b6392f3ba467009

Change-Id: I0bd172f2703bbcd6381920d40244165234fef4a1

13 years agoFix linux 64 build
Brian Carlstrom [Wed, 25 Aug 2010 03:20:50 +0000 (20:20 -0700)]
Fix linux 64 build

git cherry-pick -e 49416bc658e37a0f4ae4f2b7b8582dd1606fba0f

Change-Id: I37a689acea8aeb5d6ac92ee56b077bafe4fba170

13 years agoMerge "Fix the test breakage in vCard tests." into gingerbread
Daisuke Miyakawa [Wed, 25 Aug 2010 01:29:24 +0000 (18:29 -0700)]
Merge "Fix the test breakage in vCard tests." into gingerbread

13 years agoFix the test breakage in vCard tests.
Daisuke Miyakawa [Wed, 25 Aug 2010 01:26:45 +0000 (18:26 -0700)]
Fix the test breakage in vCard tests.

- Make custom resolvers use official MockContentProvider instead of
  relying on its own.
- Fix a test which is found to be broken after the fix above.

Bug: 2945326
Change-Id: Ifb14f61771215c103d8825240989eecee73d585a

13 years agoam 02e18d4d: Merge "Make the default backup configuration "disabled; local transport...
Christopher Tate [Wed, 25 Aug 2010 01:21:39 +0000 (18:21 -0700)]
am 02e18d4d: Merge "Make the default backup configuration "disabled; local transport selected"" into froyo

Merge commit '02e18d4d4eed949da02fd8aa87801858d99b902a' into gingerbread

* commit '02e18d4d4eed949da02fd8aa87801858d99b902a':
  Make the default backup configuration "disabled; local transport selected"

13 years agoMerge "Negatively cache settings and proactively slurp settings into cache." into...
Brad Fitzpatrick [Wed, 25 Aug 2010 01:10:36 +0000 (18:10 -0700)]
Merge "Negatively cache settings and proactively slurp settings into cache." into gingerbread

13 years agoNegatively cache settings and proactively slurp settings into cache.
Brad Fitzpatrick [Tue, 24 Aug 2010 23:14:07 +0000 (16:14 -0700)]
Negatively cache settings and proactively slurp settings into cache.

The settings database cache is tiny (or should be tiny) and can be
slurped into memory.  Once it's in memory and we know we have it all
we can avoid going to disk at all for keys not in the cache.

This is a big percentage of the StrictMode violations & latency.

Change-Id: I649411be0c40d348f58376ccfb3eda059fd69fbc

13 years agoMerge "Make the default backup configuration "disabled; local transport selected...
Christopher Tate [Wed, 25 Aug 2010 01:05:09 +0000 (18:05 -0700)]
Merge "Make the default backup configuration "disabled; local transport selected"" into froyo

13 years agoMake the default backup configuration "disabled; local transport selected"
Christopher Tate [Tue, 24 Aug 2010 22:37:42 +0000 (15:37 -0700)]
Make the default backup configuration "disabled; local transport selected"

By default out of the box, an Android build will have the backup mechanism in
its "disabled" state and pointed to the LocalTransport test transport.  We
do not want retail devices built without the Google backend to have backup
enabled out of the box; it would cause them to gradually grind away the
cache partition for no good reason.  On those devices with this change,
developers would need to enable backup manually (possibly using the normal
Settings UI; more probably using the 'bmgr' shell tool), but would no longer
also have to manually configure the active transport name.

Device vendors producing Google-enabled products will simply use resource
overlays to configure the default state and transport name for their builds.
When building a product that points to the Google backup transport by default,
the "def_backup_enabled" boolean resource should still be set to 'false' --
the Google backup disclosure activity supplied by GSF will take care of
enabling the backup services if the user opts in to it.  (Basically, vendors
will never have to overlay the def_backup_enabled resource -- the default
value of 'false' is correct for any retail device regardless of whether it
can use the Google backup transport.)

In the SDK build, the default transport will remain the local one, but
the default enable state overridden and set to "true".  This is the ideal
situation for developers: all aspects of the backup mechanism immediately
operative with no manual configuration needed.

Change-Id: I866f8f627b023b338bc7757e61604e6d8a901a34

13 years agoAdded preset reverb.
Eric Laurent [Tue, 24 Aug 2010 21:21:57 +0000 (14:21 -0700)]
Added preset reverb.

Modified lvm reverb wrapper code to expose a preset reverb interface.
Also removed debug log from bundle and reverb wrapper.

Change-Id: If9b95d91e25a6ff834decdfdda34b17df9b46967

13 years agoMerge "fix [2931513] Add support for setting the orientation of an ANativeWindow...
Mathias Agopian [Tue, 24 Aug 2010 23:23:12 +0000 (16:23 -0700)]
Merge "fix [2931513] Add support for setting the orientation of an ANativeWindow" into gingerbread

13 years agofix [2931513] Add support for setting the orientation of an ANativeWindow
Mathias Agopian [Fri, 20 Aug 2010 00:01:19 +0000 (17:01 -0700)]
fix [2931513] Add support for setting the orientation of an ANativeWindow

Also implement support for cropping.

Change-Id: Iba5888dd242bf2feaac9e9ce26e404c1f404c280

13 years agoMerge "A first shot at proper support for seeking of rtsp streams." into gingerbread
Andreas Huber [Tue, 24 Aug 2010 22:01:14 +0000 (15:01 -0700)]
Merge "A first shot at proper support for seeking of rtsp streams." into gingerbread

13 years agoMerge "Verify that onPause() calls its superclass." into gingerbread
Dianne Hackborn [Tue, 24 Aug 2010 21:44:42 +0000 (14:44 -0700)]
Merge "Verify that onPause() calls its superclass." into gingerbread

13 years agoA first shot at proper support for seeking of rtsp streams.
Andreas Huber [Tue, 24 Aug 2010 21:33:58 +0000 (14:33 -0700)]
A first shot at proper support for seeking of rtsp streams.

Change-Id: I9604f2d09feedc0074c0e715be58e719d4483760
related-to-bug: 2556656

13 years agoMerge "Fix for an NPE in TextView." into gingerbread
Gilles Debunne [Tue, 24 Aug 2010 21:23:37 +0000 (14:23 -0700)]
Merge "Fix for an NPE in TextView." into gingerbread

13 years agoFix for an NPE in TextView.
Gilles Debunne [Tue, 24 Aug 2010 21:21:13 +0000 (14:21 -0700)]
Fix for an NPE in TextView.

Change-Id: I0fca8f839cd444d9b70174078063efff5be499a3

13 years agoMerge "Some StrictMode API changes." into gingerbread
Brad Fitzpatrick [Tue, 24 Aug 2010 21:15:30 +0000 (14:15 -0700)]
Merge "Some StrictMode API changes." into gingerbread

13 years agoMerge "Fix vCard so that it looks at IM correctly." into gingerbread
Daisuke Miyakawa [Tue, 24 Aug 2010 20:37:02 +0000 (13:37 -0700)]
Merge "Fix vCard so that it looks at IM correctly." into gingerbread

13 years agoMerge "Make VCardTestsBase public." into gingerbread
Daisuke Miyakawa [Tue, 24 Aug 2010 20:36:43 +0000 (13:36 -0700)]
Merge "Make VCardTestsBase public." into gingerbread

13 years agoFix vCard so that it looks at IM correctly.
Daisuke Miyakawa [Tue, 24 Aug 2010 20:32:23 +0000 (13:32 -0700)]
Fix vCard so that it looks at IM correctly.

Change-Id: I3afc01e2e5f55c254606379f353b030ea297ee36

13 years agoVerify that onPause() calls its superclass.
Dianne Hackborn [Tue, 24 Aug 2010 19:32:10 +0000 (12:32 -0700)]
Verify that onPause() calls its superclass.

Change-Id: Ibf48992b4445bfc726ade307aad26f3e9577c5fb

13 years agoMerge "Send all Connectivity broadcasts." into gingerbread
Robert Greenwalt [Tue, 24 Aug 2010 19:01:50 +0000 (12:01 -0700)]
Merge "Send all Connectivity broadcasts." into gingerbread

13 years agoSome StrictMode API changes.
Brad Fitzpatrick [Tue, 24 Aug 2010 18:46:47 +0000 (11:46 -0700)]
Some StrictMode API changes.

* rename setThreadBlockingPolicy to setThreadPolicy (opens the way to
  using StrictMode for non-blocking-related things in the future?)

* add allowThreadDiskWrites() and allowThreadDiskReads() to modify the
  current policy mask and return the old one.  this will allow turning
  off part of StrictMode during certain regions of code.  (for
  instance, writing to disk in Activity onPause...)

Change-Id: Ia1878153713f79299971fdab567fa15b3cb9d56c

13 years agoSend all Connectivity broadcasts.
Robert Greenwalt [Tue, 24 Aug 2010 18:47:10 +0000 (11:47 -0700)]
Send all Connectivity broadcasts.

We were using a flag so new broadcasts replaced old.  If people are expecting
to see all the broadcasts they sometimes would fail.

bug:2892383
Change-Id: I63df17fe8f8c68f59e1ad6297fe93e169b4463b4

13 years agoWhen an EditText gains focus by tapping, move the insertion point where tapped.
Gilles Debunne [Mon, 23 Aug 2010 22:14:03 +0000 (15:14 -0700)]
When an EditText gains focus by tapping, move the insertion point where tapped.

The previous behavior was to move cursor at the end of the first line,
which feels weird.

Change-Id: I5a72f9871ed79ee2c521698ea642ba126537f4f9

13 years agoMerge "LVM release 1.05 delivery" into gingerbread
Eric Laurent [Tue, 24 Aug 2010 16:50:12 +0000 (09:50 -0700)]
Merge "LVM release 1.05 delivery" into gingerbread

13 years agoSipProfile: add isOutgoingCallAllowed() and new builder constructor
Hung-ying Tyan [Mon, 23 Aug 2010 13:36:14 +0000 (21:36 +0800)]
SipProfile: add isOutgoingCallAllowed() and new builder constructor

Change-Id: I7ced47079fd2b00c7160b152eb4c1d34399e39dc

13 years agoAdd confcall management to SIP calls
Hung-ying Tyan [Wed, 18 Aug 2010 06:37:59 +0000 (14:37 +0800)]
Add confcall management to SIP calls

and fix the bug of re-assigning connectTime's in SipConnection,
and adding synchronization for SipPhone to be thread-safe,
and set normal audio mode when call not on hold instead of on hold in SipAudioCallImpl,
and fix re-entrance problem in CallManager.setAudioMode() for in-call mode.

Change-Id: I54f39dab052062de1ce141e5358d892d30453a3a

13 years agoMerge "RTP: integrate the echo canceller from speex." into gingerbread
Chia-chi Yeh [Tue, 24 Aug 2010 09:28:41 +0000 (02:28 -0700)]
Merge "RTP: integrate the echo canceller from speex." into gingerbread

13 years agoRTP: integrate the echo canceller from speex.
Chia-chi Yeh [Tue, 24 Aug 2010 08:00:32 +0000 (16:00 +0800)]
RTP: integrate the echo canceller from speex.

Currently the filter_length is set to one second.
Will change that when we have a better idea.

Change-Id: Ia942a8fff00b096de8ff0049a448816ea9a68068

13 years agoMerge "RTP: reduce the latency by overlapping AudioRecord and AudioTrack." into ginge...
Chia-chi Yeh [Tue, 24 Aug 2010 06:28:45 +0000 (23:28 -0700)]
Merge "RTP: reduce the latency by overlapping AudioRecord and AudioTrack." into gingerbread

13 years agoRTP: reduce the latency by overlapping AudioRecord and AudioTrack.
Chia-chi Yeh [Tue, 24 Aug 2010 05:58:12 +0000 (13:58 +0800)]
RTP: reduce the latency by overlapping AudioRecord and AudioTrack.

Change-Id: I00d750ee514ef68d5b2a28bd1893417ed70ef1fc

13 years agoMerge "Don't touch the VFS during window relayout." into gingerbread
Brad Fitzpatrick [Tue, 24 Aug 2010 02:38:16 +0000 (19:38 -0700)]
Merge "Don't touch the VFS during window relayout." into gingerbread

13 years agomerge -s ours from froyo-release so that upgrading to gingerbread is a git fast-forward
Jean-Baptiste Queru [Tue, 24 Aug 2010 02:08:27 +0000 (19:08 -0700)]
merge -s ours from froyo-release so that upgrading to gingerbread is a git fast-forward

Change-Id: I69ed3eabde3cd32bea57315c0f031839caea4d4e

13 years agoMerge "More watermark work." into gingerbread
Dianne Hackborn [Tue, 24 Aug 2010 01:57:37 +0000 (18:57 -0700)]
Merge "More watermark work." into gingerbread

13 years agoDon't touch the VFS during window relayout.
Brad Fitzpatrick [Tue, 24 Aug 2010 01:30:08 +0000 (18:30 -0700)]
Don't touch the VFS during window relayout.

yaffs2 is single-threaded and any disk access during window drawing
(or animation in this case) can cause UI stutters / unresponsiveness
for hundreds of milliseconds.

BUG=2941119

Change-Id: Ifdce8337027ab25d1ea844934fa787ffe68263c4

13 years agoam 397c0f5a: Merge "Doc change: Add table to clarify launch modes and caution against...
Dirk Dougherty [Tue, 24 Aug 2010 00:49:49 +0000 (17:49 -0700)]
am 397c0f5a: Merge "Doc change: Add table to clarify launch modes and caution against using SingleTask and SingleInstance modes." into froyo

Merge commit '397c0f5a18281e3880b9359feab683a13d271a03' into gingerbread

* commit '397c0f5a18281e3880b9359feab683a13d271a03':
  Doc change: Add table to clarify launch modes and caution against using SingleTask and SingleInstance modes.

13 years agoMerge "Doc change: Add table to clarify launch modes and caution against using Single...
Dirk Dougherty [Tue, 24 Aug 2010 00:40:46 +0000 (17:40 -0700)]
Merge "Doc change: Add table to clarify launch modes and caution against using SingleTask and SingleInstance modes." into froyo

13 years agoDoc change: Add table to clarify launch modes and caution against using SingleTask...
Dirk Dougherty [Mon, 23 Aug 2010 19:11:14 +0000 (12:11 -0700)]
Doc change: Add table to clarify launch modes and caution against using SingleTask and SingleInstance modes.

Change-Id: I9e04c54ed3e4d10afddedd6e6e35761e67652cd8

13 years agoMore watermark work.
Dianne Hackborn [Mon, 23 Aug 2010 23:49:02 +0000 (16:49 -0700)]
More watermark work.

Change-Id: I1d20bc1f8679a9750b247126436e8ef7e47a77be

13 years agoHysteresis effect in Text selection.
Gilles Debunne [Mon, 23 Aug 2010 21:55:06 +0000 (14:55 -0700)]
Hysteresis effect in Text selection.

Vertical movement requires going over a given threshold to change line.
Makes it easier to move down without changing line, so that one can see the
cursor better. Also simplifies long line selection.

Change-Id: I791da500232c6e510af64c637ed994c5da9a4fea

13 years agoMake VCardTestsBase public.
Daisuke Miyakawa [Mon, 23 Aug 2010 21:51:20 +0000 (14:51 -0700)]
Make VCardTestsBase public.

Change-Id: I9f1adc6f0b4263424897609b3cc0855e83906407

13 years agoMerge "add new sensor types for handling gyro data and device orientation more effici...
Mathias Agopian [Mon, 23 Aug 2010 20:54:17 +0000 (13:54 -0700)]
Merge "add new sensor types for handling gyro data and device orientation more efficiently." into gingerbread

13 years agoam 5a98fef3: Merge "docs: add dev guide for getting user location" into froyo
Scott Main [Mon, 23 Aug 2010 19:41:45 +0000 (12:41 -0700)]
am 5a98fef3: Merge "docs: add dev guide for getting user location" into froyo

Merge commit '5a98fef352ed835406fa74a5563eadd9708f7cf9' into gingerbread

* commit '5a98fef352ed835406fa74a5563eadd9708f7cf9':
  docs: add dev guide for getting user location

13 years agoMerge "docs: add dev guide for getting user location" into froyo
Scott Main [Mon, 23 Aug 2010 19:32:51 +0000 (12:32 -0700)]
Merge "docs: add dev guide for getting user location" into froyo

13 years agoMerge "Better handling of rtsp connection and disconnection." into gingerbread
Andreas Huber [Mon, 23 Aug 2010 19:26:31 +0000 (12:26 -0700)]
Merge "Better handling of rtsp connection and disconnection." into gingerbread

13 years agoBetter handling of rtsp connection and disconnection.
Andreas Huber [Mon, 23 Aug 2010 18:28:34 +0000 (11:28 -0700)]
Better handling of rtsp connection and disconnection.

Change-Id: Ib126af6c14c5a212a51a5ee3c4a0a7d1860ad167

13 years agoRuntime dump support for MediaWriter
James Dong [Wed, 18 Aug 2010 10:32:26 +0000 (03:32 -0700)]
Runtime dump support for MediaWriter

Change-Id: I10b2c474de612ee4cef4b7c9eae2ee1dd8c2e895

13 years agoMerge "Visualizer: replace the FFT implementation with a faster one." into gingerbread
Chia-chi Yeh [Mon, 23 Aug 2010 01:31:15 +0000 (18:31 -0700)]
Merge "Visualizer: replace the FFT implementation with a faster one." into gingerbread

13 years agoMerge "Revert "Don't recycle native bitmap after the finalizer is called."" into...
Chih-Chung Chang [Sun, 22 Aug 2010 11:23:51 +0000 (04:23 -0700)]
Merge "Revert "Don't recycle native bitmap after the finalizer is called."" into gingerbread

13 years agoMerge "DO NOT MERGE Enable all networks on screen on" into gingerbread
Irfan Sheriff [Sat, 21 Aug 2010 18:45:47 +0000 (11:45 -0700)]
Merge "DO NOT MERGE Enable all networks on screen on" into gingerbread

13 years agoRevert "Don't recycle native bitmap after the finalizer is called."
Chih-Chung Chang [Sat, 21 Aug 2010 16:19:15 +0000 (00:19 +0800)]
Revert "Don't recycle native bitmap after the finalizer is called."

Bitmap should not be accessed from multiple threads.

This reverts commit 966803ab81f8e9bfefa502fcb533de023825a389.

13 years agoadd new sensor types for handling gyro data and device orientation
Kevin Powell [Tue, 20 Jul 2010 02:10:40 +0000 (19:10 -0700)]
add new sensor types for handling gyro data and device orientation
more efficiently.

Change-Id: Ifbcf2caae0865eccf1c9b8060342185c22145a30

13 years agoMerge "Make ProgressBar.setVisibility() remotable." into gingerbread
Steve Howard [Sat, 21 Aug 2010 02:04:35 +0000 (19:04 -0700)]
Merge "Make ProgressBar.setVisibility() remotable." into gingerbread

13 years agoam ca9d51b1: Disabling AccessibilityService sample from build system.
Trevor Johns [Sat, 21 Aug 2010 01:42:38 +0000 (18:42 -0700)]
am ca9d51b1: Disabling AccessibilityService sample from build system.

Merge commit 'ca9d51b15074163521b140dce431cc3a10cb56fe' into gingerbread

* commit 'ca9d51b15074163521b140dce431cc3a10cb56fe':
  Disabling AccessibilityService sample from build system.

13 years agoMake ProgressBar.setVisibility() remotable.
Steve Howard [Sat, 21 Aug 2010 00:39:26 +0000 (17:39 -0700)]
Make ProgressBar.setVisibility() remotable.

ProgressBar overrides setVisibilty(), causing it to lose the
RemotableViewMethod annotation and making it impossible to hide a
ProgressBar in a RemoteViews.  This change adds the annotation.

Change-Id: Ic1212b99fd52f8c36bef4805bfef5e170b28f0a6

13 years agoDisabling AccessibilityService sample from build system.
Trevor Johns [Sat, 21 Aug 2010 00:13:02 +0000 (17:13 -0700)]
Disabling AccessibilityService sample from build system.

This is necessary for an upcoming doc push. I'll revert this change after the
doc push is complete.

Change-Id: I32bbff7797cf5af1642da2b907b20847c1d17d21

13 years agoam 3158cf68: Change CDMAPhone.getDeviceId to return MEID or ESN.
Wink Saville [Fri, 20 Aug 2010 23:34:16 +0000 (16:34 -0700)]
am 3158cf68: Change CDMAPhone.getDeviceId to return MEID or ESN.

Merge commit '3158cf689f4994ec53c3b727f9b6ad7751a5551b' into gingerbread

* commit '3158cf689f4994ec53c3b727f9b6ad7751a5551b':
  Change CDMAPhone.getDeviceId to return MEID or ESN.

13 years agoChange CDMAPhone.getDeviceId to return MEID or ESN.
Wink Saville [Fri, 20 Aug 2010 23:24:02 +0000 (16:24 -0700)]
Change CDMAPhone.getDeviceId to return MEID or ESN.

This allows devices with only ESN's to work.

bug: 2938223
Change-Id: I33939151c59f598b939e73d98f1178669d6ceb75

13 years agoMerge "Load bitmaps in the correct format." into gingerbread
Romain Guy [Fri, 20 Aug 2010 22:43:11 +0000 (15:43 -0700)]
Merge "Load bitmaps in the correct format." into gingerbread

13 years agoLoad bitmaps in the correct format.
Romain Guy [Fri, 20 Aug 2010 22:43:52 +0000 (15:43 -0700)]
Load bitmaps in the correct format.

Bug #2936873

Change-Id: Ide93ffd8227cea6c610dde625163ccffb4590e90

13 years agoMerge changes I8a257579,I82d16312 into gingerbread
Kenny Root [Fri, 20 Aug 2010 22:07:34 +0000 (15:07 -0700)]
Merge changes I8a257579,I82d16312 into gingerbread

* changes:
  Add AStorageManager API to NDK
  Reorganize MountService IPC

13 years agoDO NOT MERGE Enable all networks on screen on
Irfan Sheriff [Mon, 16 Aug 2010 18:36:41 +0000 (11:36 -0700)]
DO NOT MERGE Enable all networks on screen on

Connectivity to a disabled network never happens.
An old dhcp issue for example prevents
connectivity again in future. Allow connectivity
on all networks on screen on.

Bug: 2129037
Change-Id: I42afc17ddb5cd238e46d7e50f1b6e708e107b35d