8252 Commits

Author SHA1 Message Date
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
Dmitri Plotnikov
989f263dcf Fixing asymmetry between phone filter and email filter APIs.
Also, introducing a more advanced email filter, which will do a proper name
lookup using the normalized name and avoid returning duplicate results.

Also, upgrading the phone filter to do the same thing as the email filter
but with display names and phone numbers.
2009-09-06 12:22:24 -07:00
San Mehat
79ff208206 am a81d6afd: am a4eb91da: dumpstate: Add the ctime (time the file was harvested out of /proc) to dump.
Merge commit 'a81d6afd57c175fbe64aeaa0d5894d83201d13ea'

* commit 'a81d6afd57c175fbe64aeaa0d5894d83201d13ea':
  dumpstate: Add the ctime (time the file was harvested out of /proc) to dump.
2009-09-05 15:34:28 -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
5690bc3e0f am 21822728: am 0b98c944: Fix code placement and comments for gtalk url scraping settings.
Merge commit '21822728feef9d1fa7dcf63463ec4dfc87b0e7f7'

* commit '21822728feef9d1fa7dcf63463ec4dfc87b0e7f7':
  Fix code placement and comments for gtalk url scraping settings.
2009-09-05 08:38:34 -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
ddbcd14ef9 am 1e31ed01: am 98187192: Merge change 24014 into eclair
Merge commit '1e31ed013abeb2d15868a57e64e4ce25746595a9'

* commit '1e31ed013abeb2d15868a57e64e4ce25746595a9':
  Gservices settings for controlling URL scraping in GTalk app.
2009-09-04 22:55:16 -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
a0194e1506 am 28be8886: am ffae4fcc: attempt to fix [2099362] Possible SurfaceFlinger crash
Merge commit '28be8886af3a4557d6c3faaccac50cc30b623f4b'

* commit '28be8886af3a4557d6c3faaccac50cc30b623f4b':
  attempt to fix [2099362] Possible SurfaceFlinger crash
2009-09-04 19:54:46 -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
746ed889b7 am 542051f1: am 9cc1817d: Merge change 24039 into eclair
Merge commit '542051f19f614c06c4637e3a32ca45e6e2a4add4'

* commit '542051f19f614c06c4637e3a32ca45e6e2a4add4':
  Fixing a concurrency problem by changing the contact aggregation exception API.
2009-09-04 18:34:54 -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
89b909f0f3 am 70712f19: am ac67ebe6: Merge change 24058 into eclair
Merge commit '70712f19b49278e07ee76d6f5d0667dec6a635f8'

* commit '70712f19b49278e07ee76d6f5d0667dec6a635f8':
  Minor perf improvement to fall and expand use of struct.
2009-09-04 18:24:31 -07:00
Jason Sams
5feebb2039 am e3810c01: am a3c745da: Merge change 24057 into eclair
Merge commit 'e3810c016ffc52eed030a8f5657f15e35460b89a'

* commit 'e3810c016ffc52eed030a8f5657f15e35460b89a':
  checkpoint
2009-09-04 18:24:28 -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
Mathias Agopian
be58a70066 am 29891d49: am 3194a663: Merge change 24048 into eclair
Merge commit '29891d499dbeadea63b7145410ae9a9b1be17d00'

* commit '29891d499dbeadea63b7145410ae9a9b1be17d00':
  fix [2098939] Smooth gradients show banding on Sholes
2009-09-04 18:20:06 -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
28fe205ad7 am 7f56e19b: am 2d496bfe: Fix point sprites.
Merge commit '7f56e19ba07b17bf72f5340a6cf06bcdad7f6b7e'

* commit '7f56e19ba07b17bf72f5340a6cf06bcdad7f6b7e':
  Fix point sprites.
2009-09-04 18:00:40 -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
bd76f29c58 am b9fe0cba: am e51ddc1b: am dac0d75a: Doc change only: Add sizes/checksums for SDK packages.
Merge commit 'b9fe0cba91eac27078d972c0b923846a88b4d2d8'

* commit 'b9fe0cba91eac27078d972c0b923846a88b4d2d8':
  Doc change only: Add sizes/checksums for SDK packages.
2009-09-04 16:49:52 -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
Robert Greenwalt
4f261f4c51 am 64a663e3: am c2042f5e: Merge change 24029 into eclair
Merge commit '64a663e3e13cd5d6ee99610608dd1d0b5f4a62ab'

* commit '64a663e3e13cd5d6ee99610608dd1d0b5f4a62ab':
  Fix mncLength in cases with a malformed AD_DONE msg from SIM
2009-09-04 16:02:46 -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
ed9f8514e1 am bdbe87d0: am 6e4b7d66: Merge change 24020 into eclair
Merge commit 'bdbe87d0756a54dbc2edd24b75b9cd98cab31442'

* commit 'bdbe87d0756a54dbc2edd24b75b9cd98cab31442':
  Wallpapers: new transitions, hiding when not visible, other cleanup.
2009-09-04 15:44:38 -07:00
Jason Sams
725354456e am 3b8ed037: am da214787: Merge change 24024 into eclair
Merge commit '3b8ed0371fbe122bc3b3e28591061ace5e6b4884'

* commit '3b8ed0371fbe122bc3b3e28591061ace5e6b4884':
  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:44:35 -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