Commit Graph

4883 Commits

Author SHA1 Message Date
Dianne Hackborn
b3b45263e5 am c916c044: Merge change 24099 into eclair
Merge commit 'c916c04495292c86051a2c31e90cca26a9bd99c1' into eclair-plus-aosp

* commit 'c916c04495292c86051a2c31e90cca26a9bd99c1':
  Fix issue #2095422: Some fades from opaque to transparent don't work
2009-09-08 13:41:07 -07:00
Dianne Hackborn
572fdc4526 am 510469fb: Merge change 24098 into eclair
Merge commit '510469fbe1ad44c3c6255afb236f51502b6960cc' into eclair-plus-aosp

* commit '510469fbe1ad44c3c6255afb236f51502b6960cc':
  Fix bug where we wouldn't release remote provider references.
2009-09-08 13:41:04 -07:00
Bjorn Bringert
c3c681d9e0 am 96f8613d: Add Gservices constants for GlobalSearch settings
Merge commit '96f8613d95122a491a44f755f06845cc2c13e81e' into eclair-plus-aosp

* commit '96f8613d95122a491a44f755f06845cc2c13e81e':
  Add Gservices constants for GlobalSearch settings
2009-09-08 13:41:00 -07:00
Owen Lin
f06cc6189a am d4344ba9: Merge change 23415 into eclair
Merge commit 'd4344ba9ba5091c7f10c927c3ca8917ee496e87b' into eclair-plus-aosp

* commit 'd4344ba9ba5091c7f10c927c3ca8917ee496e87b':
  Open some methods on PrefereneManager to allow others use the inflater.
2009-09-08 13:40:56 -07:00
Bob Lee
680c351fae am 88e62579: Merge change 24060 into eclair
Merge commit '88e625795943dea84b2e7c32f37e71303143b728' into eclair-plus-aosp

* commit '88e625795943dea84b2e7c32f37e71303143b728':
  Integrated the profiler into the framework. We run it all the time if the persist.sampling_profiler
2009-09-08 13:40:51 -07:00
Android (Google) Code Review
73c43911e7 Merge change 24155 into eclair
* changes:
  Add javadoc to explain which permissions are required for Public BT API's.
2009-09-08 13:37:10 -07:00
Android (Google) Code Review
573f161d82 Merge change 24183 into eclair
* changes:
  Fix b/2105945 - Windowshade not closed when device locked.
2009-09-08 13:30:19 -07:00
Android (Google) Code Review
11cb2d307b Merge change 24086 into eclair
* changes:
  Fixing asymmetry between phone filter and email filter APIs.
2009-09-08 13:21:39 -07:00
Android (Google) Code Review
88addc00cd Merge change 24178 into eclair
* changes:
  The qcom decoder requires that the output buffers be allocated by the component for hardware accelerated display to work.
2009-09-08 13:07:45 -07:00
Android (Google) Code Review
71da9f8f1a Merge change 24153 into eclair
* changes:
  adding support for webkit plugins to use the java view system
2009-09-08 12:53:17 -07:00
Android (Google) Code Review
51e458273f Merge change 24094 into eclair
* changes:
  Add basic metadata retrieval support for midi, ogg, etc. Bug 2050320
2009-09-08 12:39:56 -07:00
Android (Google) Code Review
61989f7fce Merge change 24161 into eclair
* changes:
  don't fling if there's nowhere to go
2009-09-08 11:29:28 -07:00
Android (Google) Code Review
2fbea26f09 Merge change 23485 into eclair
* changes:
  Adding classes to enable plugins to use the java view system.
2009-09-08 05:48:06 -07:00
Android (Google) Code Review
f436e455fd Merge change 24097 into eclair
* changes:
  Fix small bugs in VCardComposer.java.
2009-09-08 01:23:05 -07:00
Android (Google) Code Review
16878ab4d1 Merge change 24101 into eclair
* changes:
  Fix CDMA BCD unit test.
2009-09-07 21:02:29 -07:00
Android (Google) Code Review
0bd393aece Merge change 23413 into eclair
* changes:
  Rename SMSTest to GsmSmsTest.
2009-09-07 20:55:08 -07:00
Mathias Agopian
8837e2f2e6 delete old and unused source files 2009-09-07 16:33:36 -07:00
Mathias Agopian
cbb288bfe8 fix [2068105] implement queueBuffer/lockBuffer/dequeueBuffer properly
Rewrote SurfaceFlinger's buffer management from the ground-up.
The design now support an arbitrary number of buffers per surface, however the current implementation is limited to four. Currently only 2 buffers are used in practice.

The main new feature is to be able to dequeue all buffers at once (very important when there are only two). 

A client can dequeue all buffers until there are none available, it can lock all buffers except the last one that is used for composition. The client will block then, until a new buffer is enqueued.

The current implementation requires that buffers are locked in the same order they are dequeued and enqueued in the same order they are locked. Only one buffer can be locked at a time.

eg. Allowed sequence:   DQ, DQ, LOCK, Q, LOCK, Q
eg. Forbidden sequence: DQ, DQ, LOCK, LOCK, Q, Q
2009-09-07 16:32:45 -07:00
Android (Google) Code Review
9a20eb44a2 Merge change 24099 into eclair
* changes:
  Fix issue #2095422: Some fades from opaque to transparent don't work
2009-09-07 10:16:20 -07:00
Android (Google) Code Review
ac21771848 Merge change 24098 into eclair
* changes:
  Fix bug where we wouldn't release remote provider references.
2009-09-07 10:14:44 -07:00
Android (Google) Code Review
5c22caf7a8 Merge change 23415 into eclair
* changes:
  Open some methods on PrefereneManager to allow others use the inflater.
2009-09-07 03:25:56 -07:00
Android (Google) Code Review
20ef5001d7 Merge change 24060 into eclair
* changes:
  Integrated the profiler into the framework. We run it all the time if the persist.sampling_profiler system property is set. Saves snapshots to the SD card.
2009-09-06 16:41:35 -07:00
San Mehat
19a6c4f781 am a4eb91da: dumpstate: Add the ctime (time the file was harvested out of /proc) to dump.
Merge commit 'a4eb91da03bd785bc91bed0d25a9efaa9baba1c1' into eclair-plus-aosp

* commit 'a4eb91da03bd785bc91bed0d25a9efaa9baba1c1':
  dumpstate: Add the ctime (time the file was harvested out of /proc) to dump.
2009-09-05 15:33:10 -07:00
Ye Wen
8c9127c034 am 0b98c944: Fix code placement and comments for gtalk url scraping settings.
Merge commit '0b98c944c6bac98d95c93916cde31f841b44d9aa' into eclair-plus-aosp

* commit '0b98c944c6bac98d95c93916cde31f841b44d9aa':
  Fix code placement and comments for gtalk url scraping settings.
2009-09-05 08:35:51 -07:00
Ye Wen
cb345d4fcb am 98187192: Merge change 24014 into eclair
Merge commit '981871922ded799f51b7b8a3e53028d70f37e65c' into eclair-plus-aosp

* commit '981871922ded799f51b7b8a3e53028d70f37e65c':
  Gservices settings for controlling URL scraping in GTalk app.
2009-09-04 22:52:58 -07:00
Android (Google) Code Review
f0780974fc Merge change 24014 into eclair
* changes:
  Gservices settings for controlling URL scraping in GTalk app.
2009-09-04 22:50:49 -07:00
Mathias Agopian
4b1e086d1c am ffae4fcc: attempt to fix [2099362] Possible SurfaceFlinger crash
Merge commit 'ffae4fcc78d0f280da6052d102b11962fb8041b7' into eclair-plus-aosp

* commit 'ffae4fcc78d0f280da6052d102b11962fb8041b7':
  attempt to fix [2099362] Possible SurfaceFlinger crash
2009-09-04 19:52:50 -07:00
Mathias Agopian
0852e67412 attempt to fix [2099362] Possible SurfaceFlinger crash 2009-09-04 19:50:23 -07:00
Dmitri Plotnikov
913f1e8367 am 9cc1817d: Merge change 24039 into eclair
Merge commit '9cc1817d46d8092865d8f1e7a6391dcae197a26a' into eclair-plus-aosp

* commit '9cc1817d46d8092865d8f1e7a6391dcae197a26a':
  Fixing a concurrency problem by changing the contact aggregation exception API.
2009-09-04 18:33:07 -07:00
Android (Google) Code Review
89b9bd4655 Merge change 24039 into eclair
* changes:
  Fixing a concurrency problem by changing the contact aggregation exception API.
2009-09-04 18:30:46 -07:00
Jason Sams
323c1d1150 am ac67ebe6: Merge change 24058 into eclair
Merge commit 'ac67ebe667d30f3cd2e39fa57164d4f3ddaea677' into eclair-plus-aosp

* commit 'ac67ebe667d30f3cd2e39fa57164d4f3ddaea677':
  Minor perf improvement to fall and expand use of struct.
2009-09-04 18:22:45 -07:00
Jason Sams
ffd7b997b2 am a3c745da: Merge change 24057 into eclair
Merge commit 'a3c745dafa2679b73a6d499324b6ffaac819fdc9' into eclair-plus-aosp

* commit 'a3c745dafa2679b73a6d499324b6ffaac819fdc9':
  checkpoint
2009-09-04 18:22:42 -07:00
Android (Google) Code Review
bb7785e8b9 Merge change 24058 into eclair
* changes:
  Minor perf improvement to fall and expand use of struct.
2009-09-04 18:21:30 -07:00
Android (Google) Code Review
2e7dc1229a Merge change 24057 into eclair
* changes:
  checkpoint
2009-09-04 18:21:18 -07:00
Mathias Agopian
0d2428e6db am 3194a663: Merge change 24048 into eclair
Merge commit '3194a66329ea617c1f7bf558e2ac6a765860dd97' into eclair-plus-aosp

* commit '3194a66329ea617c1f7bf558e2ac6a765860dd97':
  fix [2098939] Smooth gradients show banding on Sholes
2009-09-04 18:18:21 -07:00
Android (Google) Code Review
1ca4292a2d Merge change 24048 into eclair
* changes:
  fix [2098939] Smooth gradients show banding on Sholes
2009-09-04 18:17:15 -07:00
Romain Guy
730c4ef780 am 2d496bfe: Fix point sprites.
Merge commit '2d496bfebc010f26d65dd5e3a3c4a8170919cf0a' into eclair-plus-aosp

* commit '2d496bfebc010f26d65dd5e3a3c4a8170919cf0a':
  Fix point sprites.
2009-09-04 17:58:57 -07:00
Mathias Agopian
888eee68db fix [2098939] Smooth gradients show banding on Sholes 2009-09-04 17:27:16 -07:00
Dirk Dougherty
fac86e0ac9 am e51ddc1b: am dac0d75a: Doc change only: Add sizes/checksums for SDK packages.
Merge commit 'e51ddc1b688fc6ecd57a1aa5cfdebbe1c22fc24d' into eclair-plus-aosp

* commit 'e51ddc1b688fc6ecd57a1aa5cfdebbe1c22fc24d':
  Doc change only: Add sizes/checksums for SDK packages.
2009-09-04 16:48:13 -07:00
Dirk Dougherty
556d47426c am dac0d75a: Doc change only: Add sizes/checksums for SDK packages.
Merge commit 'dac0d75ad7fbd10981477b1fcc35c955185a41fd' into eclair

* commit 'dac0d75ad7fbd10981477b1fcc35c955185a41fd':
  Doc change only: Add sizes/checksums for SDK packages.
2009-09-04 16:45:52 -07:00
Robert Greenwalt
15e6e850f8 am c2042f5e: Merge change 24029 into eclair
Merge commit 'c2042f5e4910c4f7c5b812787ad2b025d93da497' into eclair-plus-aosp

* commit 'c2042f5e4910c4f7c5b812787ad2b025d93da497':
  Fix mncLength in cases with a malformed AD_DONE msg from SIM
2009-09-04 16:00:08 -07:00
Android (Google) Code Review
348a950aa2 Merge change 24029 into eclair
* changes:
  Fix mncLength in cases with a malformed AD_DONE msg from SIM
2009-09-04 15:58:02 -07:00
Dianne Hackborn
90c5d88f62 am 6e4b7d66: Merge change 24020 into eclair
Merge commit '6e4b7d66998b9ec9255767f6070a2f94d83944a5' into eclair-plus-aosp

* commit '6e4b7d66998b9ec9255767f6070a2f94d83944a5':
  Wallpapers: new transitions, hiding when not visible, other cleanup.
2009-09-04 15:42:59 -07:00
Jason Sams
231c35bc9e am da214787: Merge change 24024 into eclair
Merge commit 'da214787988ab6bf3c54d96072300723a72b9e3b' into eclair-plus-aosp

* commit 'da214787988ab6bf3c54d96072300723a72b9e3b':
  Remove "predefined" elements from Java layer.  Static elements continue to exist but are no longer treated as a special version of element.
2009-09-04 15:42:56 -07:00
Android (Google) Code Review
87c1b80a5a Merge change 24020 into eclair
* changes:
  Wallpapers: new transitions, hiding when not visible, other cleanup.
2009-09-04 15:40:30 -07:00
Android (Google) Code Review
d785d0b6df Merge change 24024 into eclair
* changes:
  Remove "predefined" elements from Java layer.  Static elements continue to exist but are no longer treated as a special version of element.
2009-09-04 15:39:46 -07:00
Costin Manolache
45f5ae8ff5 am ff86d9f9: Merge change 24002 into eclair
Merge commit 'ff86d9f9dc30d2eebe56af27c8cdb0bcd4227bf4' into eclair-plus-aosp

* commit 'ff86d9f9dc30d2eebe56af27c8cdb0bcd4227bf4':
  Fix SparseArray accesses
2009-09-04 15:18:50 -07:00
Android (Google) Code Review
04b7fdcb68 Merge change 24002 into eclair
* changes:
  Fix SparseArray accesses
2009-09-04 15:16:25 -07:00
Leon Scroggins
ce79ffc26d am 608f9f47: When zooming, do not draw the WebTextView. Resize it when done.
Merge commit '608f9f470fa562fc6a32449297110d4ec2953515' into eclair-plus-aosp

* commit '608f9f470fa562fc6a32449297110d4ec2953515':
  When zooming, do not draw the WebTextView.  Resize it when done.
2009-09-04 15:09:28 -07:00
Leon Scroggins
408f4eb7d2 am 3c32474f: Merge change 24008 into eclair
Merge commit '3c32474f0e0df419135f1966796d277aba9ee7cb' into eclair-plus-aosp

* commit '3c32474f0e0df419135f1966796d277aba9ee7cb':
  Clean up from earlier changes to place title bar at top of WebView
2009-09-04 14:40:42 -07:00