7655 Commits

Author SHA1 Message Date
Tammo Spalink
2164a2566e am 9c93007b: Merge change 24101 into eclair
Merge commit '9c93007bcdf684cd15fd9db0cf1eae238dd38191' into eclair-plus-aosp

* commit '9c93007bcdf684cd15fd9db0cf1eae238dd38191':
  Fix CDMA BCD unit test.
2009-09-08 13:41:23 -07:00
Tammo Spalink
45b358efca am 0b7044fe: Merge change 23413 into eclair
Merge commit '0b7044fe1136c546077291bb5d09aaee274800b2' into eclair-plus-aosp

* commit '0b7044fe1136c546077291bb5d09aaee274800b2':
  Rename SMSTest to GsmSmsTest.
2009-09-08 13:41:19 -07:00
Dianne Hackborn
2a5006c195 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
72ba75f30c 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
63aaa98a76 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
00453ad22a 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
0dbc931754 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
9c93007bcd Merge change 24101 into eclair
* changes:
  Fix CDMA BCD unit test.
2009-09-07 21:02:29 -07:00
Android (Google) Code Review
0b7044fe11 Merge change 23413 into eclair
* changes:
  Rename SMSTest to GsmSmsTest.
2009-09-07 20:55:08 -07:00
Android (Google) Code Review
c916c04495 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
510469fbe1 Merge change 24098 into eclair
* changes:
  Fix bug where we wouldn't release remote provider references.
2009-09-07 10:14:44 -07:00
Bjorn Bringert
96f8613d95 Add Gservices constants for GlobalSearch settings
This is part of the implementation of http://b/issue?id=2097470

Change-Id: Ife3e5edd4c7d31824d75a0f93a6dcd56a39ab524
2009-09-07 16:15:41 +01:00
Android (Google) Code Review
d4344ba9ba 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
Tammo Spalink
d0085ed5e2 Fix CDMA BCD unit test.
Addresses issues:
http://buganizer/issue?id=2056263

Change-Id: I80e2412bd53b9045ae3cdc95cdf132da0946c2ea
2009-09-07 16:17:45 +08:00
Tammo Spalink
259749c674 Rename SMSTest to GsmSmsTest.
Change-Id: I7ef602bd52167fd9f0712b1ce560e72a78f67193
2009-09-07 16:12:57 +08:00
Dianne Hackborn
0586a1b77a Fix issue #2095422: Some fades from opaque to transparent don't work
ViewRoot was using Surface.clear(), which has different behavior
in different processes -- in the system process it would kill the
surface, causing all windows in that process to immediately disappear
instead of animating away.

This change makes Surface.release() public and uses that instead.  It
also renames Surface.clear() to Surface.destroy().

Also fixed some issues in the window manager that were causing the
wallpaper to not get immediately resized when the orientation changes
and its target window is removed and re-added.

Change-Id: I2a992e365cf5747511f0bf1193db32dc2525b218
2009-09-07 01:01:15 -07:00
Dianne Hackborn
a1e989b575 Fix bug where we wouldn't release remote provider references.
The check for whether the release call is coming from another process was
very broken, and just happened to work by chance.  It also never worked for
apps that had code running in two different processes, with one process
using a provider in another of its processes.  Also a little cleanup and
debugging logs for provider management, and removal of that increasingly
annoying log about services being stopped.

Change-Id: Ibc298e674db7d35c4b6499fb32e30929a141b670
2009-09-06 21:15:41 -07:00
Android (Google) Code Review
88e6257959 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
a81d6afd57 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
San Mehat
a4eb91da03 dumpstate: Add the ctime (time the file was harvested out of /proc) to dump.
Signed-off-by: San Mehat <san@google.com>
2009-09-05 15:20:20 -07:00
Bob Lee
e540833fdf 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-05 11:53:18 -07:00
Ye Wen
21822728fe 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
0b98c944c6 Fix code placement and comments for gtalk url scraping settings. 2009-09-04 23:43:47 -07:00
Ye Wen
1e31ed013a 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
981871922d Merge change 24014 into eclair
* changes:
  Gservices settings for controlling URL scraping in GTalk app.
2009-09-04 22:50:49 -07:00
Ye Wen
7a0c108d8b Gservices settings for controlling URL scraping in GTalk app. 2009-09-04 22:47:18 -07:00
Mathias Agopian
28be8886af 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
ffae4fcc78 attempt to fix [2099362] Possible SurfaceFlinger crash 2009-09-04 19:50:23 -07:00
Dmitri Plotnikov
542051f19f 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
9cc1817d46 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
70712f19b4 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
e3810c016f 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
ac67ebe667 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
a3c745dafa Merge change 24057 into eclair
* changes:
  checkpoint
2009-09-04 18:21:18 -07:00
Jason Sams
7042cde5e1 Minor perf improvement to fall and expand use of struct. 2009-09-04 18:19:46 -07:00
Mathias Agopian
29891d499d 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
3194a66329 Merge change 24048 into eclair
* changes:
  fix [2098939] Smooth gradients show banding on Sholes
2009-09-04 18:17:15 -07:00
Romain Guy
7f56e19ba0 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
Romain Guy
2d496bfebc Fix point sprites.
Change-Id: Ic9438daaf25f3969a0dd5b634b7cceccbbbfb27b
2009-09-04 17:55:53 -07:00
Mathias Agopian
7164b8d645 fix [2098939] Smooth gradients show banding on Sholes 2009-09-04 17:27:16 -07:00
Dirk Dougherty
b9fe0cba91 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
e51ddc1b68 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
Dirk Dougherty
dac0d75ad7 Doc change only: Add sizes/checksums for SDK packages.
Change-Id: I11a38fb4002d72cf69ea545bd395b0f97b8caa66
2009-09-04 16:12:39 -07:00
Jason Sams
7adb985e85 checkpoint 2009-09-04 16:01:41 -07:00
Robert Greenwalt
64a663e3e1 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
Dmitri Plotnikov
84ba06586b Fixing a concurrency problem by changing the contact aggregation exception API.
The current API requires a contact_id and a raw_contact_id
There are at least two issues with this approach I did not recognize initially:

1. Contact_id may be changed asynchronously by aggregation or some other process.
2. A raw contacts may need to be added to an aggregate before the actual aggregation pass
has gotten to it, so the client would need to wait for the aggregation to complete
before it can set an aggregation exception.  That's backwards.
2009-09-04 15:59:05 -07:00
Android (Google) Code Review
c2042f5e49 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
bdbe87d075 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
3b8ed0371f 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
6e4b7d6699 Merge change 24020 into eclair
* changes:
  Wallpapers: new transitions, hiding when not visible, other cleanup.
2009-09-04 15:40:30 -07:00