OSDN Git Service

android-x86/frameworks-base.git
13 years agoMade context menu appear when tapping inside selection.
Gilles Debunne [Thu, 9 Sep 2010 17:40:22 +0000 (10:40 -0700)]
Made context menu appear when tapping inside selection.

Change-Id: I7ca274b007f4daea7d37a3d6b10b9504874b3c49

13 years agoMerge "Fix to get A2DP to connect after unpairing" into gingerbread
Jaikumar Ganesh [Thu, 9 Sep 2010 17:23:55 +0000 (10:23 -0700)]
Merge "Fix to get A2DP to connect after unpairing" into gingerbread

13 years agoFix to get A2DP to connect after unpairing
Henrik Backlund [Mon, 30 Aug 2010 09:59:42 +0000 (11:59 +0200)]
Fix to get A2DP to connect after unpairing

In this fix, A2DP profile will be connected when pairing with a
previously paired headset. The reason for this error was that the
connection of the A2DP profile was sent before the callback
onCreatePairedDeviceResult was receied in BluetoothEventLoop.java.
By not going to the state BOND_BONDED until after this callback has been
received, the problem is fixed. However the use case is different if the
pairing is initiated by the remote device. In these cases state
BOND_BONDED will be set when onDevicePropertyChanged instead.

Change-Id: I5dedca87d0a6872705ff3a933a99cce6eb37618a

13 years agoMerge "Instead of asserting return a runtime error if the maximum sample size cannot...
Andreas Huber [Thu, 9 Sep 2010 17:13:26 +0000 (10:13 -0700)]
Merge "Instead of asserting return a runtime error if the maximum sample size cannot be determined." into gingerbread

13 years agoMerge "When 32-bit offset is used, if the requested max file size is greater than...
James Dong [Thu, 9 Sep 2010 17:13:08 +0000 (10:13 -0700)]
Merge "When 32-bit offset is used, if the requested max file size is greater than the 32-bit offset limit, set the limit to the max 32-bit offset limit." into gingerbread

13 years agoInstead of asserting return a runtime error if the maximum sample size cannot be...
Andreas Huber [Thu, 9 Sep 2010 17:10:15 +0000 (10:10 -0700)]
Instead of asserting return a runtime error if the maximum sample size cannot be determined.

Change-Id: Icf17ed04323f5415e0f9f1e4fd9f19ca60ce15ac
related-to-bug: 2602446

13 years agoMerge "Fix for text selection in horizontally scrolled TextViews." into gingerbread
Gilles Debunne [Thu, 9 Sep 2010 17:02:05 +0000 (10:02 -0700)]
Merge "Fix for text selection in horizontally scrolled TextViews." into gingerbread

13 years agoMerge "Instead of asserting, publish no tracks if an MP3Extractor is used on non...
Andreas Huber [Thu, 9 Sep 2010 16:59:03 +0000 (09:59 -0700)]
Merge "Instead of asserting, publish no tracks if an MP3Extractor is used on non-mp3 content." into gingerbread

13 years agoInstead of asserting, publish no tracks if an MP3Extractor is used on non-mp3 content.
Andreas Huber [Thu, 9 Sep 2010 16:48:41 +0000 (09:48 -0700)]
Instead of asserting, publish no tracks if an MP3Extractor is used on non-mp3 content.

Change-Id: I26db4524c5306bf2346438d2bd359c5cfb95cead
related-to-bug: 2900419

13 years agoMerge "Add network condition reporting." into gingerbread
Robert Greenwalt [Thu, 9 Sep 2010 16:41:05 +0000 (09:41 -0700)]
Merge "Add network condition reporting." into gingerbread

13 years agoAdd network condition reporting.
Robert Greenwalt [Wed, 8 Sep 2010 22:24:47 +0000 (15:24 -0700)]
Add network condition reporting.

Apps can report if they like their connection to the nets
and we display either not-really-connected or fully-connected
icons.  Final icons TBD.

bug:2978624
Change-Id: I28be52085edfe54571c0d4559aba0df883548654

13 years agoMerge "RTP: prevent buffer overflow in AudioRecord." into gingerbread
Chia-chi Yeh [Thu, 9 Sep 2010 09:37:07 +0000 (02:37 -0700)]
Merge "RTP: prevent buffer overflow in AudioRecord." into gingerbread

13 years agoChange the keep-alive interval to 10 seconds.
Chung-yih Wang [Thu, 9 Sep 2010 05:27:10 +0000 (13:27 +0800)]
Change the keep-alive interval to 10 seconds.

Change-Id: I216cee622f57ee18533de3960d4da1a41e01f1ae

13 years agoFix for text selection in horizontally scrolled TextViews.
Gilles Debunne [Thu, 9 Sep 2010 02:33:20 +0000 (19:33 -0700)]
Fix for text selection in horizontally scrolled TextViews.

A left padding and scroll was not taken into account in cursor position.

Bug http://b/issue?id=2970142

Change-Id: Ie76e8d97f3dd5fe3a750aa82cd4b97c98892cb48

13 years agoMerge "add a fps counter to sanangeles demo" into gingerbread
Mathias Agopian [Thu, 9 Sep 2010 01:57:42 +0000 (18:57 -0700)]
Merge "add a fps counter to sanangeles demo" into gingerbread

13 years agoadd a fps counter to sanangeles demo
Mathias Agopian [Thu, 9 Sep 2010 01:55:42 +0000 (18:55 -0700)]
add a fps counter to sanangeles demo

Change-Id: I9a9473ce213301cc7661fddfb1ef5a6ffcb346d4

13 years agoam 3eb07ea4: Merge "Doc change: Add notes for SDK Tools r7 and ADT 0.9.8." into froyo
Dirk Dougherty [Thu, 9 Sep 2010 01:05:58 +0000 (18:05 -0700)]
am 3eb07ea4: Merge "Doc change: Add notes for SDK Tools r7 and ADT 0.9.8." into froyo

Merge commit '3eb07ea483225974484c018d7d5affbf4815ceb2' into gingerbread

* commit '3eb07ea483225974484c018d7d5affbf4815ceb2':
  Doc change: Add notes for SDK Tools r7 and ADT 0.9.8.

13 years agoWhen 32-bit offset is used,
James Dong [Wed, 8 Sep 2010 22:13:36 +0000 (15:13 -0700)]
When 32-bit offset is used,
if the requested max file size is greater than the 32-bit offset limit,
set the limit to the max 32-bit offset limit.

Change-Id: Ie74cbed98469721d4280a0b87491e888948f0046

13 years agoMerge "Doc change: Add notes for SDK Tools r7 and ADT 0.9.8." into froyo
Dirk Dougherty [Thu, 9 Sep 2010 00:52:45 +0000 (17:52 -0700)]
Merge "Doc change: Add notes for SDK Tools r7 and ADT 0.9.8." into froyo

13 years agoMerge "HW audio encoder expects timestamp via kKeyTime from each input buffer" into...
James Dong [Thu, 9 Sep 2010 00:51:59 +0000 (17:51 -0700)]
Merge "HW audio encoder expects timestamp via kKeyTime from each input buffer" into gingerbread

13 years agoMerge "Add MediaStore.ACTION_MEDIA_PLAY_FROM_SEARCH intent for open-ended search...
Mike LeBeau [Thu, 9 Sep 2010 00:43:15 +0000 (17:43 -0700)]
Merge "Add MediaStore.ACTION_MEDIA_PLAY_FROM_SEARCH intent for open-ended search and play of music. This is used, for instance, by Google's new "listen to" Voice Action." into gingerbread

13 years agoAdd MediaStore.ACTION_MEDIA_PLAY_FROM_SEARCH intent for open-ended
Mike LeBeau [Wed, 8 Sep 2010 23:10:17 +0000 (19:10 -0400)]
Add MediaStore.ACTION_MEDIA_PLAY_FROM_SEARCH intent for open-ended
search and play of music. This is used, for instance, by Google's
new "listen to" Voice Action.

Change-Id: Ibbc81701cc2412ffd57402d34f22d9764e9df7c2

13 years agoHW audio encoder expects timestamp via kKeyTime from each input buffer
James Dong [Wed, 8 Sep 2010 22:07:21 +0000 (15:07 -0700)]
HW audio encoder expects timestamp via kKeyTime from each input buffer

- This fixes media server crashes on droid

Change-Id: I7191cadc5275107425ec3ee3d437b2c5295858dc

13 years agoMerge "Modify type of some environmental reverb parameters" into gingerbread
Eric Laurent [Thu, 9 Sep 2010 00:17:38 +0000 (17:17 -0700)]
Merge "Modify type of some environmental reverb parameters" into gingerbread

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 agoForce wallpaper surface to 565.
Mathias Agopian [Wed, 8 Sep 2010 23:32:27 +0000 (16:32 -0700)]
Force wallpaper surface to 565.

This is to maintain backward compatibility with badly programmed
GL wallpapers. Wallpapers can call SurfaceHolder.setFormat() to
request a different format.

Change-Id: Ib42b0cf6c7040d1300cad239c3acfd5c4c6cd326

13 years agoModify type of some environmental reverb parameters
Eric Laurent [Wed, 8 Sep 2010 23:06:18 +0000 (16:06 -0700)]
Modify type of some environmental reverb parameters

Changed type of decay time, reverb delay and reflections delay parameters
from signed to unsigned int to match OpenSL ES interface definition.

Also fixed some type casts in lvm reverb wrapper.

Change-Id: I5ca5e76a87c2590f01f031f3168355586ef22556

13 years agoDoc change: Add notes for SDK Tools r7 and ADT 0.9.8.
Dirk Dougherty [Sat, 31 Jul 2010 02:24:17 +0000 (19:24 -0700)]
Doc change: Add notes for SDK Tools r7 and ADT 0.9.8.

Change-Id: I7cc8301e0160acd0adb3efbd20c6515ed985684f

13 years agoAdd hangupForegroundResumeBackground().
John Wang [Fri, 3 Sep 2010 18:38:31 +0000 (11:38 -0700)]
Add hangupForegroundResumeBackground().

To fix bug 2968310.

Handle the operation of hangupForegroundResumeBackground while foreground call and background call come from different phones.

Change-Id: Id83ca1b75031a8391c95c7f8b2be40e9067dd4cd

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 agoPeople holding partial wake locks now get blamed for CPU usage.
Dianne Hackborn [Wed, 8 Sep 2010 06:51:03 +0000 (23:51 -0700)]
People holding partial wake locks now get blamed for CPU usage.

For the duration of the wake lock, 50% of all CPU usage is now
accounted against the app(s) holding partial wake locks, evenly
distributed between them.  This is only while the device is on
battery and screen off.

Change-Id: I3e5c978b792b6ef17bf8540705bfe8343dadd464

13 years agoAllow incoming SMS until internal storage is almost full.
Jake Hamby [Tue, 24 Aug 2010 01:16:48 +0000 (18:16 -0700)]
Allow incoming SMS until internal storage is almost full.

Fix for bug 2382830: new incoming SMS should not be rejected when
running low on internal phone storage.

Testing revealed that the /data partition should have at least 256 KiB
available in order to prevent random app crashes (including system apps)
due to SQLite transaction failures. With 256 KiB free, the device should
safely boot without storage full errors. This takes into account the
36-40 KiB that the YAFFS2 filesystem reports as available even after
the partition has been completely filled. I've set the default full
threshold to 1 MiB to provide a generous safety margin.

For this bug, I changed the DeviceStorageMonitorService demon to send
two new hidden notifications for device storage "full" and "not full",
when the free space falls below the full threshold (default 1 MiB,
but configurable as a system setting), in addition to the existing
storage low/okay notifications sent when the storage crosses the threshold
of 90% full (also configurable).

The SMS code was changed to use these new notifications so that it can
accept messages until the data partition has been filled to the maximum
safe capacity rather than stopping when it hits 90% full. There should
be no negative impact on battery life because the additional check in
the storage polling service should be offset by an optimization to cache
the free threshold values which were previously being computed every time
through the loop.

While testing this change, I discovered that SMSDispatcher was being
instantiated twice, the first time in GSMPhone/CDMAPhone, and the second
time in SimSmsInterfaceManager / RuimSmsInterfaceManager. Changed the code
to pass the original SMSDispatcher to the Sim/RuimSmsInterfaceManager
constructor.

Change-Id: Ie0c6d05294778ab6ee42e0fa01313af96d824c77

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 agoUpdate current.xml for touch filtering feature.
Jeff Brown [Wed, 8 Sep 2010 19:25:23 +0000 (12:25 -0700)]
Update current.xml for touch filtering feature.

Change-Id: I4a6f971ad84e13ed8f81e7b00c727e94eb2d8765

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 agoFix for a memory leak in TextKeyListener.
Gilles Debunne [Wed, 8 Sep 2010 18:26:55 +0000 (11:26 -0700)]
Fix for a memory leak in TextKeyListener.

Open source contribution https://review.source.android.com/#change,16985

Change-Id: Iebf09e147dd26575ca1a3f02180a678583671a68

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 agoAdds a time zone parameter to formatDateRange
Erik [Thu, 2 Sep 2010 00:24:53 +0000 (17:24 -0700)]
Adds a time zone parameter to formatDateRange

For a critical feature request in Calendar we need the ability
to format a date range in a time zone other than the local tz.
This adds a new method signature to formatDateRange to allow for
a tz to be specified and maintains the old behavior if the parameter
is not used. Also deprecates the FORMAT_UTC flag.

Change-Id: I16b3e939760ec86c954b51a318d01b7bbf86acc9

13 years agoText Selection: smart word detection. DO NOT MERGE.
Gilles Debunne [Fri, 27 Aug 2010 18:39:34 +0000 (11:39 -0700)]
Text Selection: smart word detection. DO NOT MERGE.

Selecting between words selects the spaces instead of the closest word, facilitating
paste insertion vs word replacement.

Pasting adds/removes space before and after if needed so that pasted text is not appended to
existing text.

Cut and copy not available when selection is empty.

Change-Id: I331413bdef341a4eceffe76fa2957f388d540b6e

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 agoFix the dialing from contact for internet address.
Chung-yih Wang [Wed, 8 Sep 2010 05:15:55 +0000 (13:15 +0800)]
Fix the dialing from contact for internet address.

the bug is http://b/issue?id=2982290

+Log outbound proxy address if exists for debugging.

13 years agoDon't block in the BackupManagerService.dataChanged() Binder call.
Brad Fitzpatrick [Wed, 8 Sep 2010 06:40:30 +0000 (23:40 -0700)]
Don't block in the BackupManagerService.dataChanged() Binder call.

This unnecessarily blocks callers.

Bug: 2977348
Change-Id: I5267e575cdd5eb2136379f9710126b62a1bd75ad

13 years agoLog outbound proxy address if exists for debugging.
Chung-yih Wang [Wed, 8 Sep 2010 05:15:55 +0000 (13:15 +0800)]
Log outbound proxy address if exists for debugging.

Change-Id: I2d2dffe3536e674b6956164c400e397c2f00f212

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 agoupdate-api step missing from 64963.
Gilles Debunne [Wed, 8 Sep 2010 03:28:27 +0000 (20:28 -0700)]
update-api step missing from 64963.

Change-Id: I7e91aa9830c19bbb4115ae3a236345b220dc9eb0

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 agoRevert "Rename LargeBitmap to BitmapRegionDecoder for having a better API."
Wei-Ta Chen [Wed, 8 Sep 2010 02:44:21 +0000 (10:44 +0800)]
Revert "Rename LargeBitmap to BitmapRegionDecoder for having a better API."

This reverts commit 50ba3d2c09a9131f3578d271adf2bc8258ca1742.

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 agoRTP: prevent buffer overflow in AudioRecord.
Chia-chi Yeh [Wed, 8 Sep 2010 01:56:02 +0000 (09:56 +0800)]
RTP: prevent buffer overflow in AudioRecord.

This change simply reduces the receive timeout of DeviceSocket. It works
because AudioRecord will block us till there is enough data, which makes
AudioSocket overlap AudioRecord.

Change-Id: I4700224fb407e148ef359a9d99279e10240128d0

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 agoHide mCursorController field in ArrowKeyMovementMethod.
Gilles Debunne [Wed, 8 Sep 2010 01:32:28 +0000 (18:32 -0700)]
Hide mCursorController field in ArrowKeyMovementMethod.

Made the field private and added a description of its use.

Bug http://b/issue?id=2975284

Change-Id: Id8acf756218915cb2ae756789b62cfe7201a5c67

13 years agoMade text selection work in ExtractEditText. DO NOT MERGE
Gilles Debunne [Tue, 7 Sep 2010 22:21:14 +0000 (15:21 -0700)]
Made text selection work in ExtractEditText. DO NOT MERGE

Change insertion point on tap is no longer handled by the CommitSelectionReceiver
(as it is not called by ExtractEditText).

Fixed a bug to handle drawing positions when the internal TextView scroller is used.

Change-Id: I87398c7109c5527d21dee6abbdb925848244d594

13 years agoFix a race between requesting/loading/writing SharedPreferences.
Brad Fitzpatrick [Wed, 8 Sep 2010 01:00:33 +0000 (18:00 -0700)]
Fix a race between requesting/loading/writing SharedPreferences.

Part of the race existed before, but it was made much worse with
apply().

Corresponding CTS test is Icc6e638a6a

Change-Id: Ic5cfa467fb7f1859cb7b44d417412219c0621965

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 agoRename SETSUSPEND to SETSUSPENDOPT DO NOT MERGE
Irfan Sheriff [Tue, 7 Sep 2010 22:28:25 +0000 (15:28 -0700)]
Rename SETSUSPEND to SETSUSPENDOPT DO NOT MERGE

Bug: 2973101
Change-Id: I874381eeb12bb796382717285750d700e9b181ce

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 agoRemove dead code: NIOBuffer.
Elliott Hughes [Tue, 7 Sep 2010 22:42:23 +0000 (15:42 -0700)]
Remove dead code: NIOBuffer.

Working on speeding up our NIO implementation, I came across this suboptimal
code. Happily, it turns out to be unused.

Bug: 2935622
Change-Id: I07ae6e573d63e439f496d55af215b34598d8258a

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 agoAllow installd to handle large partitions
Kenny Root [Tue, 7 Sep 2010 20:58:28 +0000 (13:58 -0700)]
Allow installd to handle large partitions

Use int64_t because we're RPCing over to Java which uses a Long to
represent the filesystem space.

Change-Id: I842b2cf9f2ff8f980ff5895c1c8eb9ebefa1ea31

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 agoAdding Download Manager Integration, stress, and hosts-based tests.
Neal Nguyen [Mon, 9 Aug 2010 21:08:26 +0000 (14:08 -0700)]
Adding Download Manager Integration, stress, and hosts-based tests.

Change-Id: If75021380f4aee9c650f6e34093779e85cc4e5d8

13 years agoExpose the TextAppearance.StatusBar.* styles.
Joe Onorato [Tue, 7 Sep 2010 21:12:10 +0000 (17:12 -0400)]
Expose the TextAppearance.StatusBar.* styles.

Change-Id: I6e1e68ab26495290d480f4fb75facedd6cd62908

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 agoFixes to battery stats debug output.
Dianne Hackborn [Tue, 7 Sep 2010 19:13:55 +0000 (12:13 -0700)]
Fixes to battery stats debug output.

Change-Id: I32e7cad9633b8c517a74573069e426d9f835a83d

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 agoWhen notifications are updated, don't re-show the ticker unless the text has changed.
Joe Onorato [Tue, 7 Sep 2010 18:13:12 +0000 (14:13 -0400)]
When notifications are updated, don't re-show the ticker unless the text has changed.

Bug: 2963867
Change-Id: I24b5bc958fb6eb0d753c88178a385232c75ea438

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 agoDon't fall through from TOKEN_EMAIL_LOOKUP
Makoto Onuki [Tue, 7 Sep 2010 17:46:59 +0000 (10:46 -0700)]
Don't fall through from TOKEN_EMAIL_LOOKUP

Change-Id: Ifc08f26ba93496cfa53cd83c7df0e986ea4ece4b

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 agoUse new nativeLibraryPath field for NativeActivity
Kenny Root [Fri, 3 Sep 2010 00:21:32 +0000 (17:21 -0700)]
Use new nativeLibraryPath field for NativeActivity

Instead of being naughty and guessing the native library path from
dataDir, use the new nativeLibraryPath field because it can be on SD
card now.

Change-Id: I284bde42e0b0114366e412eb7212af22b47208d8

13 years agoRename LargeBitmap to BitmapRegionDecoder for having a better API.
Wei-Ta Chen [Tue, 7 Sep 2010 09:32:18 +0000 (17:32 +0800)]
Rename LargeBitmap to BitmapRegionDecoder for having a better API.

Move AssetStreamAdaptor, AutoFDSeek and nullObjectReturn to Utils.h because
BitmapFactory.cpp and BitmapRegionDecoder.cpp both need to use these utility functions.

Change-Id: I3e60c7fe4abd0289e1384e69a08fd20fe6fb0e10

13 years agoSipPhone: switch to its own phone type PHONE_TYPE_SIP.
Hung-ying Tyan [Tue, 7 Sep 2010 12:01:24 +0000 (20:01 +0800)]
SipPhone: switch to its own phone type PHONE_TYPE_SIP.

Change-Id: Ie33cfe92e59665864dbebbb38895e8e85f6db2e6

13 years agoMake SharedPreferencesBackupHelper wait for async SharedPreference writes
Brad Fitzpatrick [Tue, 7 Sep 2010 05:17:12 +0000 (22:17 -0700)]
Make SharedPreferencesBackupHelper wait for async SharedPreference writes

Fixes a potential race with backups.

Change-Id: I73492c0384091cedd7802109257312387fcd43f9

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 agoQuell annoying Java ascii/unicode warning.
Brad Fitzpatrick [Tue, 7 Sep 2010 02:22:09 +0000 (19:22 -0700)]
Quell annoying Java ascii/unicode warning.

This fix is already in master, so just cherry-picking it here too.

Change-Id: I28c57171aa3e55933c3e98555575a074b25b2b2a

13 years agoFix the build.
Chung-yih Wang [Mon, 6 Sep 2010 04:58:18 +0000 (12:58 +0800)]
Fix the build.

Change-Id: Icfeec3372dcde30723c49565649be03a4dd33c06

13 years agoAdd equals() funcation for SipPhone.
Chung-yih Wang [Mon, 6 Sep 2010 02:21:18 +0000 (10:21 +0800)]
Add equals() funcation for SipPhone.

Since we will use sipuri to match the same phone object.

Change-Id: I582779e51e447bb8d822c105cf0d682651c138d2

13 years agoSipService: unset session listener if listener is gone.
Hung-ying Tyan [Sat, 4 Sep 2010 16:26:11 +0000 (00:26 +0800)]
SipService: unset session listener if listener is gone.

Change-Id: I0b85ee7bcb32c24cf64dfc3edc40c0cad9717562

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 agoFix the last remaining gaps in our Java 6 API.
Jesse Wilson [Fri, 3 Sep 2010 23:34:59 +0000 (16:34 -0700)]
Fix the last remaining gaps in our Java 6 API.

See http://b/issue?id=2497395
See https://android-git.corp.google.com/g/64647

Change-Id: I0886e06163a3853bff69480b01e6e9f9f54fea4e

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 agoDO NOT MERGE Tweak overscroll
Adam Powell [Fri, 3 Sep 2010 23:09:03 +0000 (16:09 -0700)]
DO NOT MERGE Tweak overscroll

Change-Id: I5ba00fc87ba7b286978acf577ba6461f79066437

13 years agoReduce footprint of Signature from ~7000 to ~1448
Kenny Root [Fri, 3 Sep 2010 23:02:27 +0000 (16:02 -0700)]
Reduce footprint of Signature from ~7000 to ~1448

Signature had lazy initialization of the mString member when needed, but
it would stick around forever when initialized. Each package had one or
more Signatures that would be ~7000 bytes each. At a couple hundred
packages, that's over 1.3MB just for signatures.

Whenever packages.xml was written out, it would write the Signature for
each program as well which happens at boot thereby initializing the
mString member pretty much immediately.

Change-Id: Idb882ffeca2861b3e87437fc83f001710d6c0441

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 agoLVM release 1.08 delivery.
Eric Laurent [Fri, 3 Sep 2010 00:18:20 +0000 (17:18 -0700)]
LVM release 1.08 delivery.

- Changed bundle SamplesToExit to 0.1 secs
- Added SamplesToExit to Revreb
- Removed mixer from Core reverb

Change-Id: I675ec22889f20ef35a0ac427600c2654111c397e

13 years agoDO NOT MERGE. Some stuff that is Not Ready.
Dianne Hackborn [Fri, 3 Sep 2010 20:48:20 +0000 (13:48 -0700)]
DO NOT MERGE.  Some stuff that is Not Ready.

Change-Id: I8fdba32722d86b92c791dbf7c6c0166bcdb02852