Commit Graph

3947 Commits

Author SHA1 Message Date
Mike Lockwood
07549f984d EventHub: Fix file descriptor leak.
Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-08-28 13:30:03 -07:00
Android (Google) Code Review
89795d8fa6 Merge change 23067 into eclair
* changes:
  allow delaying after yielding
2009-08-27 21:49:05 -07:00
Android (Google) Code Review
a21ae21b90 Merge change 22893 into eclair
* changes:
  Simplifies err code propagation.
2009-08-27 20:17:12 -07:00
Hung-ying Tyan
be8b0fc7c1 Simplifies err code propagation.
* Other changes
  + Re-assign err codes in VpnManager.
  + Add new err codes: REMOTE_PPP_HUNG_UP, PPP_NEGOTIATION_FAILED.
  + Delete the state file only if it exists (to prevent logging an
    unable-to-unlink error).
  + Extend timeout to 40 seconds.
2009-08-28 09:59:39 +08:00
Android (Google) Code Review
21828ad4ab Merge change 23012 into eclair
* changes:
  Fix issue #2084148: Define the format for the auto focus preview for barcode scanning
2009-08-27 16:58:21 -07:00
Android (Google) Code Review
385f87c1ff Merge change 22991 into eclair
* changes:
  Apparently setting the preferred role of the OMX component is now required on this platform.
2009-08-27 16:34:15 -07:00
Android (Google) Code Review
b4ed20af01 Merge change 22529 into eclair
* changes:
  Track apn Enable synchronously and notice failures
2009-08-27 16:18:50 -07:00
Android (Google) Code Review
a34cffacb4 Merge change 22984 into eclair
* changes:
  fix AbstractThreadedSyncAdapter to actually cancel syncs
2009-08-27 16:18:14 -07:00
Android (Google) Code Review
96300f3b76 Merge change 22962 into eclair
* changes:
  Fix strings whose apostrophes were eaten because of the lack of a backslash.
2009-08-27 16:01:59 -07:00
Android (Google) Code Review
7253194d34 Merge change 22986 into eclair
* changes:
  Squashed commit of the following:
2009-08-27 15:24:35 -07:00
Android (Google) Code Review
0ea2635b09 Merge change 22975 into eclair
* changes:
  Fix issue #2069662: The wallpaper doesn't move along with the home screen
2009-08-27 15:10:27 -07:00
Android (Google) Code Review
484690abcf Merge change 22968 into eclair
* changes:
  Fix a typo.
2009-08-27 14:54:13 -07:00
Dianne Hackborn
8611d45711 am f734e027: Merge change 22939 into donut
Merge commit 'f734e027bfed6c884e5f060c3291d3aeb5706dc8' into eclair

* commit 'f734e027bfed6c884e5f060c3291d3aeb5706dc8':
  Final Donut API list.
2009-08-27 14:40:51 -07:00
Android (Google) Code Review
78fdbb2974 Merge change 22958 into eclair
* changes:
  Don't activate keyguard if screen is turned off while proximity sensor is active.
2009-08-27 14:31:06 -07:00
Android (Google) Code Review
8cdbad8edd Merge change 22673 into eclair
* changes:
  Make SINGLE_TOP work with CLEAR_TOP.
2009-08-27 13:10:54 -07:00
Android (Google) Code Review
8d4bf22dfd Merge change 22938 into eclair
* changes:
  Extend stagefright commandline up to enable vendor to reproduce specific bugs filed.
2009-08-27 13:04:56 -07:00
Android (Google) Code Review
da49d54203 Merge change 22722 into eclair
* changes:
  Integrate CDMA provisioning into SetupWizard
2009-08-27 13:01:54 -07:00
Android (Google) Code Review
6286808e4d Merge change 22939 into donut
* changes:
  Final Donut API list.
2009-08-27 12:57:09 -07:00
Android (Google) Code Review
edb04560d6 Merge change 22950 into eclair
* changes:
  Change these string constants back to match donut.
2009-08-27 12:56:40 -07:00
Android (Google) Code Review
13ec63c545 Merge change 22945 into eclair
* changes:
  Add a null check in PackageParser
2009-08-27 12:37:47 -07:00
Android (Google) Code Review
3f9f95b544 Merge change 22944 into eclair
* changes:
  resolved conflicts for merge of 301b97ac to eclair
2009-08-27 12:27:51 -07:00
Dianne Hackborn
a5522f4804 resolved conflicts for merge of 301b97ac to eclair
Change-Id: I0fb70cbe0a52006ad14f43a02c30b72aad457c48
2009-08-27 12:26:44 -07:00
Android (Google) Code Review
9bebdff816 Merge change 22897 into eclair
* changes:
  Fix issue 2045911: Camera Shutter tone does not play correctly while listening to music.
2009-08-27 11:37:35 -07:00
Android (Google) Code Review
9fe8b25461 Merge change 22919 into eclair
* changes:
  Removing "summary"-style URIs.
2009-08-27 11:36:36 -07:00
Android (Google) Code Review
5feecadf47 Merge change 22692 into eclair
* changes:
  PowerManagerService: Disallow all user activity when in proximity wake lock.
2009-08-27 11:26:44 -07:00
Android (Google) Code Review
7fd05d35c7 Merge change 22921 into eclair
* changes:
  An attempt to fix a deadlock between OMXCodec::start and upstream ::read
2009-08-27 11:18:36 -07:00
Android (Google) Code Review
0fb7b61024 Merge change 22870 into eclair
* changes:
  Set Routing to A2DP only when state is Connected.
2009-08-27 11:08:55 -07:00
Android (Google) Code Review
5276762c21 Merge change 22795 into eclair
* changes:
  The Gservices settings for pruning messages/chats.
2009-08-27 10:58:25 -07:00
Android (Google) Code Review
de51d11763 Merge change 22920 into eclair
* changes:
  Change fade to use a gradient from opaque color to transparent color.
2009-08-27 10:43:18 -07:00
Android (Google) Code Review
2085f96b56 Merge change 22830 into eclair
* changes:
  Another quirk, some OMX components fail to properly flush before shutdown and we must do it for them...
2009-08-27 10:10:07 -07:00
Mike Lockwood
947b55680f am 7566c1de: LocationManager: Fix problem replacing GPS and network providers with a mock provider.
Merge commit '7566c1debebe072af76411e11d96810fd1409482' into eclair

* commit '7566c1debebe072af76411e11d96810fd1409482':
  LocationManager: Fix problem replacing GPS and network providers with a mock provider.
2009-08-27 09:25:36 -07:00
Android (Google) Code Review
5502899878 Merge change 22453 into eclair
* changes:
  Sets or clears Geolocation permissions for Google origins when the 'Location & privacy - Share with Google' sysetm setting is changed.
2009-08-27 07:43:36 -07:00
Eric Laurent
23490efd8e Fix issue 2045911: Camera Shutter tone does not play correctly while listening to music.
Add the possibility to delay routing and volume commands in AudioPolicyClientInterface. The delay is not blocking for the caller.
2009-08-27 05:58:10 -07:00
Android (Google) Code Review
1f71fb78b8 Merge change 22883 into donut
* changes:
  Various tweaks to try to improve low memory behavior.
2009-08-27 01:14:00 -07:00
Android (Google) Code Review
734b2ba849 Merge change 21259 into eclair
* changes:
  Make certificate-handling-related constants public
2009-08-26 20:29:17 -07:00
Android (Google) Code Review
1d6de446a4 Merge change 22667 into eclair
* changes:
  Fix rare NPE due to key being delivered after activity is stopped. #2062930
2009-08-26 17:59:26 -07:00
Android (Google) Code Review
205c34b02f Merge change 22841 into eclair
* changes:
  dumpsys SurfaceFlinger will now always dump SF's state, even if SF is deadlocked (in this case the state is dumped without the proper locks held which could result to a crash)
2009-08-26 17:40:56 -07:00
Android (Google) Code Review
0033bfa79c Merge change 22838 into eclair
* changes:
  Implement clean killing of the TTS service. If files were being synthesized to while the service was being killed, it would have left partially written files (with no header). This CL checks if the service is rendering to a file at the time the service is destroyed: if it is, it will stop the rendering and deletes the file.
2009-08-26 17:18:47 -07:00
Android (Google) Code Review
084fbdd56b Merge change 22839 into eclair
* changes:
  dumpstate: Get last_kmsg from /data instead of /proc.
2009-08-26 17:11:23 -07:00
Mathias Agopian
9795c42e55 dumpsys SurfaceFlinger will now always dump SF's state, even if SF is deadlocked
(in this case the state is dumped without the proper locks held which could result to a crash)

in addition, the last transaction and swap times are printed to the dump as well as the time spent
*currently* in these function. For instance, if SF is unresponsive because eglSwapBuffers() is stuck,
this will show up here.
2009-08-26 16:55:50 -07:00
Android (Google) Code Review
161f74cb6a Merge change 22826 into eclair
* changes:
  Add Gservices setting for the frequency to perform provisioning.
2009-08-26 16:34:13 -07:00
Android (Google) Code Review
b486ae5c72 Merge change 22822 into eclair
* changes:
  resolved conflicts for merge of b0f5b755 to eclair
2009-08-26 15:31:09 -07:00
Scott Main
624d35d254 resolved conflicts for merge of b0f5b755 to eclair 2009-08-26 15:29:03 -07:00
Android (Google) Code Review
63723266d3 Merge change 22818 into eclair
* changes:
  assert => CHECK in stagefright.
2009-08-26 15:18:21 -07:00
Android (Google) Code Review
21ee76721f Merge change 22806 into eclair
* changes:
  Add trailing "\n" to debug output.
2009-08-26 14:13:55 -07:00
Android (Google) Code Review
6a00779e59 Merge change 22772 into eclair
* changes:
  New List and Tab assets.
2009-08-26 14:10:19 -07:00
Android (Google) Code Review
18effe65fb Merge change 22803 into eclair
* changes:
  Add uuids to adb shell dumpsys bluetooth
2009-08-26 14:07:41 -07:00
Android (Google) Code Review
5d1cbf6769 Merge change 22768 into eclair
* changes:
  Fix authorization check for Audio Source.
2009-08-26 14:03:15 -07:00
Android (Google) Code Review
38b2189723 Merge change 22090 into donut
* changes:
      docs only.     add new documentation for installing the new winusb driver.     also add a link to the HTC support site for ADP flashing     and remove references to the G1 and generalize to "consumer devices"
2009-08-26 12:55:54 -07:00
Android (Google) Code Review
2b5f5eeba1 Merge change 22769 into eclair
* changes:
  MountService: Launch UsbStorageActivity with Intent.FLAG_ACTIVITY_NEW_TASK flag.
2009-08-26 12:25:55 -07:00