Commit Graph

4446 Commits

Author SHA1 Message Date
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
Android (Google) Code Review
4b9eac993c Merge change 25393 into eclair
* changes:
  fix again [2102410] Home Screen is not displayed in the background in Landscape Mode
2009-09-16 20:00:57 -04:00
Mathias Agopian
378532fdb0 fix again [2102410] Home Screen is not displayed in the background in Landscape Mode 2009-09-16 17:00:19 -07:00
Android (Google) Code Review
460924fe18 Merge change 25388 into eclair
* changes:
  Fix #1827299: Google login screen to re-enter password is not viewable
2009-09-16 19:51:12 -04:00
Android (Google) Code Review
b42e8da678 Merge change 25386 into eclair
* changes:
  Add one more hardware keyboard character popup: \ if you hold /
2009-09-16 19:34:56 -04:00
Android (Google) Code Review
038a657054 Merge change 25360 into eclair
* changes:
  Fix issue #2121993: com.android.unit_tests.os.HandlerThreadTest:testHandlerThread is failing
2009-09-16 19:20:52 -04:00
Android (Google) Code Review
6cc3016977 Merge change 25369 into eclair
* changes:
  Update the input method when the selection changes.
2009-09-16 18:49:42 -04:00
Android (Google) Code Review
07a7031055 Merge change 25190 into eclair
* changes:
  add the ability to do a newAssert with no values
2009-09-16 18:36:00 -04:00
Android (Google) Code Review
ced55f6ca7 Merge change 25356 into eclair
* changes:
  Filter out failing cases for future investigation.
2009-09-16 18:28:31 -04:00
Android (Google) Code Review
cb3ea5d15f Merge change 25185 into eclair
* changes:
  Implement renderscript Invokables.
2009-09-16 18:06:12 -04:00
Android (Google) Code Review
a1bba1af7d Merge change 25351 into eclair
* changes:
  Change Theme.Light's background back to pure white.
2009-09-16 17:49:22 -04:00
Android (Google) Code Review
3781346aa9 Merge change 25307 into eclair
* changes:
  Allow touches to change the selection in WebTextView.
2009-09-16 17:49:20 -04:00
Android (Google) Code Review
3df403992a Merge change 25302 into eclair
* changes:
  Add more features.
2009-09-16 17:46:08 -04:00