Commit Graph

4458 Commits

Author SHA1 Message Date
Android (Google) Code Review
fd1f4261b7 Merge change 25629 into eclair
* changes:
  Android side of the fix for [2121211] Sholes has stutter during animations
2009-09-17 20:36:24 -04:00
Android (Google) Code Review
a70143db3a Merge change 25639 into eclair
* changes:
  do not use transactions for calls that just read the DB
2009-09-17 20:20:14 -04:00
Android (Google) Code Review
769cf0f279 Merge change 25640 into eclair
* changes:
  Make the EditText error popup correctly resize when the view resizes.
2009-09-17 20:14:37 -04:00
Android (Google) Code Review
ed8ccfec72 Merge change 25634 into eclair
* changes:
  Report NO_CONNECTIVITY when failover net unavail
2009-09-17 20:12:22 -04:00
Android (Google) Code Review
1a0d7e69c8 Merge change 25554 into eclair
* changes:
  telephony: Add CdmaCellLocation class to the public API.
2009-09-17 20:07:45 -04:00
Android (Google) Code Review
2da4aa942d Merge change 25626 into eclair
* changes:
  Check if rename of current settings file was successful before persisting new changes to settings.
2009-09-17 19:32:34 -04:00
Mathias Agopian
74faca212e Android side of the fix for [2121211] Sholes has stutter during animations
a new method, compostionComplete() is added to the framebuffer hal, it is used by surfaceflinger to signal the driver that the composition is complete, BEFORE it releases its client. This gives a chance to the driver to
2009-09-17 16:18:16 -07:00
Android (Google) Code Review
e10cfb278d Merge change 25550 into eclair
* changes:
  add system property to disable gzip, to help with debugging.
2009-09-17 19:07:05 -04:00
Android (Google) Code Review
972fac9a91 Merge change 25601 into eclair
* changes:
  Fix possible race condition when switching keyboards while there are pending messages.
2009-09-17 18:49:51 -04:00
Android (Google) Code Review
2a8bf44aef Merge change 25571 into eclair
* changes:
  Import revised translations.  DO NOT MERGE
2009-09-17 18:03:26 -04:00
Android (Google) Code Review
2c154bea89 Merge change 25561 into eclair
* changes:
  Add Gservices settings required for carrier billing.
2009-09-17 17:56:31 -04:00
Android (Google) Code Review
3106b15a7c Merge change 25567 into eclair
* changes:
  The starting progress for WebView should be 100 as it is not in the loading state.
2009-09-17 17:54:11 -04:00
Android (Google) Code Review
1147de42a2 Merge change 25338 into eclair
* changes:
  Remove the network connection logic from RequestQueue.
2009-09-17 15:25:52 -04:00
Android (Google) Code Review
78898bb2a9 Merge change 25526 into eclair
* changes:
  Add API to retrieve memory used by running processes.
2009-09-17 15:11:22 -04:00
Android (Google) Code Review
187cc0cd44 Merge change 25534 into eclair
* changes:
  Message Reject notification shouldn't be shown in Emergency Calling Mode
2009-09-17 15:03:27 -04:00
Android (Google) Code Review
44860cb6b9 Merge change 25524 into eclair
* changes:
  Fix the zoom center. Now there is a titlebar, the zoom center needs to be adjusted for it as the user really cares the spot in the document. We need to pin zoom around that spot.
2009-09-17 15:02:16 -04:00
Android (Google) Code Review
45aa55cfd1 Merge change 25535 into eclair
* changes:
  CDMA Check for network duplicate sms
2009-09-17 14:53:45 -04:00
Android (Google) Code Review
d6783b6642 Merge change 25528 into eclair
* changes:
  Another stagefright test-case and ignore end-of-stream notifications while we're flushing.
2009-09-17 14:46:45 -04:00
Android (Google) Code Review
fa564a52af Merge change 25490 into eclair
* changes:
  Revert "Don't activate keyguard if screen is turned off while proximity sensor is active."
2009-09-17 14:39:43 -04:00
Android (Google) Code Review
2e8693aae3 Merge change 25523 into eclair
* changes:
  Add additional error checking, exit early if errors occur.
2009-09-17 14:02:06 -04:00
Jack Palevich
058777592d Add additional error checking, exit early if errors occur. 2009-09-17 10:59:23 -07:00
Android (Google) Code Review
b70aab591e Merge change 25519 into eclair
* changes:
  LocationManagerService: Take fix accuracy into account in proximity zone logic.
2009-09-17 13:58:20 -04:00
Android (Google) Code Review
41290b6bf0 Merge change 25414 into eclair
* changes:
  refactor copy-and-paste email address filtering code. add a column to Calendar.Events contract class.
2009-09-17 13:53:37 -04:00
Android (Google) Code Review
83d9dc5dcd Merge change 25502 into eclair
* changes:
  Fix typo
2009-09-17 13:17:55 -04:00
Android (Google) Code Review
a9c0ce0f71 Merge change 25503 into eclair
* changes:
  Don't crash if the cursor is null.
2009-09-17 13:07:04 -04:00
Android (Google) Code Review
d6050dc23b Merge change 25493 into eclair
* changes:
  Wire the rest of MediaPlayer to our implementation of WebCore::MediaPlayerPrivate
2009-09-17 12:52:59 -04:00
Eric Laurent
0f8ab670c0 Fix issue 2127371: Possible race condition in AudioFlinger::openRecord() when a Track is being destroyed.
The fix consists in locking AudioFlinger::mLock mutex in the TrackBase destructor before clearing the strong pointer to the shared memory client. The mutex is not locked in removeclient() any more which implies that we must make sure that the Client destructor is always called from the TrackBase destructor or that we hold the mLock mutex before calling deleting the Client.
2009-09-17 09:26:04 -07:00
Android (Google) Code Review
3bbfc48810 Merge change 25401 into eclair
* changes:
  Add a null checking to avoid crash.
2009-09-17 11:23:48 -04:00
Android (Google) Code Review
da03f2f083 Merge change 25366 into eclair
* changes:
  do not merge.  Revert "do not merge.  Remove voicesearch-specific functionality from framework."
2009-09-17 11:21:47 -04:00
Android (Google) Code Review
6d99e86918 Merge change 25477 into eclair
* changes:
  Make ACTV use all available space if height is FILL_PARENT.
2009-09-17 09:51:08 -04:00
Android (Google) Code Review
96213b1b09 Merge change 25098 into eclair
* changes:
  Poster support on the Java side
2009-09-17 07:04:40 -04:00
Android (Google) Code Review
560627952e Merge change 25319 into eclair
* changes:
  Only move to the next test in DRT after the test has completed AND the page has finished loading.
2009-09-17 06:59:49 -04:00
Android (Google) Code Review
ba13b5688c Merge change 25463 into eclair
* changes:
  First pass at pattern lock screen that includes date / time and carrier info (framework portion).
2009-09-17 05:59:41 -04:00
Mathias Agopian
86f7329080 add basic time stats for surfaces lock time 2009-09-17 01:35:28 -07:00
Android (Google) Code Review
5140a13b5e Merge change 25362 into eclair
* changes:
  Handle BACK key with focus in search ACTV correctly
2009-09-17 02:47:01 -04:00
Android (Google) Code Review
af5a8090bf Merge change 25440 into eclair
* changes:
  Fix a minor bug in is_alnum_string()...
2009-09-17 02:05:21 -04:00
Android (Google) Code Review
de09c5fa4d Merge change 25406 into eclair
* changes:
  remove the signin required notification as when the signin is successful
2009-09-17 01:07:31 -04:00
Hung-ying Tyan
408c5f2c98 Fix a minor bug in is_alnum_string()...
and remove some verbose logging
2009-09-17 12:17:29 +08:00
Benny Wong
5643261a25 Overlay could not set position or rotation immediately after created, it should be triggered by signalEvent().
Originally from: https://partner.source.android.com/g/#change,1074
2009-09-16 20:24:21 -07:00
Android (Google) Code Review
6df9d107a6 Merge change 25435 into eclair
* changes:
  disable backbuffer preservation when possible, which may improve performance a bit
2009-09-16 23:16:18 -04:00
Mathias Agopian
0928bee979 disable backbuffer preservation when possible, which may improve performance a bit 2009-09-16 20:15:42 -07:00
Android (Google) Code Review
5b152b5424 Merge change 25431 into eclair
* changes:
  Add "MMS" to common phone number types.
2009-09-16 22:56:57 -04:00
Android (Google) Code Review
a39374c864 Merge change 25228 into eclair
* changes:
  	modified:   MediaFrameworkTest/src/com/android/mediaframeworktest/stress/MediaRecorderStressTest.java Added the error callback to handle the media server crash.
2009-09-16 22:16:58 -04:00
Android (Google) Code Review
e8d23a23ee Merge change 25423 into eclair
* changes:
  fix [2119400] sholes: artifacting when switching orientation
2009-09-16 21:27:54 -04:00
Mathias Agopian
caa600c4a1 fix [2119400] sholes: artifacting when switching orientation 2009-09-16 18:27:24 -07:00
Android (Google) Code Review
0c4c165550 Merge change 25382 into eclair
* changes:
  Fix async calls with Connect And Disconnect Sink.
2009-09-16 20:37:08 -04:00
Android (Google) Code Review
8a1e6f1467 Merge change 25398 into eclair
* changes:
  Reintroduce wifi RssiApprox, reducing driver calls
2009-09-16 20:34:56 -04:00
Android (Google) Code Review
7bc2c7d054 Merge change 25323 into eclair
* changes:
  Change handling of remoteUuids.
2009-09-16 20:32:41 -04:00
Android (Google) Code Review
5ec064cfce Merge change 25325 into eclair
* changes:
  Add a parcelable version of UUID file.
2009-09-16 20:06:06 -04:00
Android (Google) Code Review
30e1641fe4 Merge change 25394 into eclair
* changes:
  Add StateListDrawable's dither flag to the constant state.
2009-09-16 20:02:14 -04:00