7358 Commits

Author SHA1 Message Date
Dan Murphy
9dfc244ae4 am 42b16482: Add option to allow no-unlock-on-slider-open
Merge commit '42b1648212d31dbc63518ca8379f145fef1efcb8' into eclair-plus-aosp

* commit '42b1648212d31dbc63518ca8379f145fef1efcb8':
  Add option to allow no-unlock-on-slider-open
2009-08-26 21:01:02 -07:00
Dan Murphy
42b1648212 Add option to allow no-unlock-on-slider-open
Signed-off-by: Dan Murphy <D.Murphy@motorola.com>
2009-08-26 20:57:17 -07:00
Hung-ying Tyan
54bef0bc89 am 8464eb2e: am d21a04c0: Merge change 21259 into eclair
Merge commit '8464eb2eaba5383006b3590d6a7baeec8e9872a8'

* commit '8464eb2eaba5383006b3590d6a7baeec8e9872a8':
  Make certificate-handling-related constants public
2009-08-26 20:33:47 -07:00
Hung-ying Tyan
8464eb2eab am d21a04c0: Merge change 21259 into eclair
Merge commit 'd21a04c06c0d9b1cb401c30bf6da778010872957' into eclair-plus-aosp

* commit 'd21a04c06c0d9b1cb401c30bf6da778010872957':
  Make certificate-handling-related constants public
2009-08-26 20:31:29 -07:00
Android (Google) Code Review
d21a04c06c Merge change 21259 into eclair
* changes:
  Make certificate-handling-related constants public
2009-08-26 20:29:17 -07:00
Amith Yamasani
16c7d92950 am c66f5ebf: am ed5fede3: Merge change 22667 into eclair
Merge commit 'c66f5ebf4231a25a3aa735a603196e74d40824eb'

* commit 'c66f5ebf4231a25a3aa735a603196e74d40824eb':
  Fix rare NPE due to key being delivered after activity is stopped. #2062930
2009-08-26 18:03:59 -07:00
Amith Yamasani
c66f5ebf42 am ed5fede3: Merge change 22667 into eclair
Merge commit 'ed5fede3f8a376ebed46beeb41796838847ad68d' into eclair-plus-aosp

* commit 'ed5fede3f8a376ebed46beeb41796838847ad68d':
  Fix rare NPE due to key being delivered after activity is stopped. #2062930
2009-08-26 18:01:46 -07:00
Android (Google) Code Review
ed5fede3f8 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
Mathias Agopian
7b262d534e am 1775d3b4: am eafcadca: Merge change 22841 into eclair
Merge commit '1775d3b4150ff3961988ba392d0446c73a981f25'

* commit '1775d3b4150ff3961988ba392d0446c73a981f25':
  dumpsys SurfaceFlinger will now always dump SF's state, even if SF is deadlocked
2009-08-26 17:43:04 -07:00
Mathias Agopian
1775d3b415 am eafcadca: Merge change 22841 into eclair
Merge commit 'eafcadca7a69ac49d5484d04badcc8ccf177a5f3' into eclair-plus-aosp

* commit 'eafcadca7a69ac49d5484d04badcc8ccf177a5f3':
  dumpsys SurfaceFlinger will now always dump SF's state, even if SF is deadlocked
2009-08-26 17:41:56 -07:00
Android (Google) Code Review
eafcadca7a 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
Jean-Michel Trivi
00239da87e am aab31d93: am 4813b51e: Merge change 22838 into eclair
Merge commit 'aab31d933b67eac6f8c6abfa07655bd6d4712b51'

* commit 'aab31d933b67eac6f8c6abfa07655bd6d4712b51':
  Implement clean killing of the TTS service.
2009-08-26 17:22:13 -07:00
Jean-Michel Trivi
aab31d933b am 4813b51e: Merge change 22838 into eclair
Merge commit '4813b51ec7f9f485a9f98583d4a90ca3d1bed6f7' into eclair-plus-aosp

* commit '4813b51ec7f9f485a9f98583d4a90ca3d1bed6f7':
  Implement clean killing of the TTS service.
2009-08-26 17:20:12 -07:00
Android (Google) Code Review
4813b51ec7 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
San Mehat
69cda5a080 am 8c9e1a4f: am 1339614e: Merge change 22839 into eclair
Merge commit '8c9e1a4fc4b6585ce96451b36a7253812c1b80ae'

* commit '8c9e1a4fc4b6585ce96451b36a7253812c1b80ae':
  dumpstate: Get last_kmsg from /data instead of /proc.
2009-08-26 17:15:28 -07:00
San Mehat
8c9e1a4fc4 am 1339614e: Merge change 22839 into eclair
Merge commit '1339614e67ff81b22d961e10d39f36118c536752' into eclair-plus-aosp

* commit '1339614e67ff81b22d961e10d39f36118c536752':
  dumpstate: Get last_kmsg from /data instead of /proc.
2009-08-26 17:13:26 -07:00
Android (Google) Code Review
1339614e67 Merge change 22839 into eclair
* changes:
  dumpstate: Get last_kmsg from /data instead of /proc.
2009-08-26 17:11:23 -07:00
Jean-Michel Trivi
a3046b6f7f 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:06:52 -07:00
Mathias Agopian
a8d49178f9 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
San Mehat
bc7bba419d dumpstate: Get last_kmsg from /data instead of /proc.
Signed-off-by: San Mehat <san@google.com>
2009-08-26 16:43:08 -07:00
Sanjay Jeyakumar
6f95bf9c68 am 18a555be: am b89c9d42: Merge change 22826 into eclair
Merge commit '18a555be9a8ea5238f42c6967564d6bcc5afcb7b'

* commit '18a555be9a8ea5238f42c6967564d6bcc5afcb7b':
  Add Gservices setting for the frequency to perform provisioning.
2009-08-26 16:38:59 -07:00
Sanjay Jeyakumar
18a555be9a am b89c9d42: Merge change 22826 into eclair
Merge commit 'b89c9d422781d10c614af61b1519daed2b9086e2' into eclair-plus-aosp

* commit 'b89c9d422781d10c614af61b1519daed2b9086e2':
  Add Gservices setting for the frequency to perform provisioning.
2009-08-26 16:36:57 -07:00
Android (Google) Code Review
b89c9d4227 Merge change 22826 into eclair
* changes:
  Add Gservices setting for the frequency to perform provisioning.
2009-08-26 16:34:13 -07:00
Andreas Huber
127fcdcd9f Another quirk, some OMX components fail to properly flush before shutdown and we must do it for them... 2009-08-26 16:27:02 -07:00
Sanjay Jeyakumar
ebd8416fad Add Gservices setting for the frequency to perform provisioning. 2009-08-26 16:01:08 -07:00
Scott Main
e45ade0f03 am c59bac1a: am 1b856974: Merge change 22822 into eclair
Merge commit 'c59bac1a2a9cded00ccd9f456ec065e6a9dc6055'

* commit 'c59bac1a2a9cded00ccd9f456ec065e6a9dc6055':
  docs only.
2009-08-26 15:34:44 -07:00
Scott Main
c59bac1a2a am 1b856974: Merge change 22822 into eclair
Merge commit '1b856974617cb88202cdfe28bdcf43a939fa47be' into eclair-plus-aosp

* commit '1b856974617cb88202cdfe28bdcf43a939fa47be':
  docs only.
2009-08-26 15:32:49 -07:00
Android (Google) Code Review
1b85697461 Merge change 22822 into eclair
* changes:
  resolved conflicts for merge of b0f5b755 to eclair
2009-08-26 15:31:09 -07:00
Scott Main
87b9055252 resolved conflicts for merge of b0f5b755 to eclair 2009-08-26 15:29:03 -07:00
Andreas Huber
5581e55289 am 26795e6c: am 2d829928: Merge change 22818 into eclair
Merge commit '26795e6c40f3f96a6b5fcd4434b7603a6e0fed4b'

* commit '26795e6c40f3f96a6b5fcd4434b7603a6e0fed4b':
  assert => CHECK in stagefright.
2009-08-26 15:22:18 -07:00
Andreas Huber
26795e6c40 am 2d829928: Merge change 22818 into eclair
Merge commit '2d829928792f99f9cf44ca5d9d1c1eb6cb771c5a' into eclair-plus-aosp

* commit '2d829928792f99f9cf44ca5d9d1c1eb6cb771c5a':
  assert => CHECK in stagefright.
2009-08-26 15:20:25 -07:00
Android (Google) Code Review
2d82992879 Merge change 22818 into eclair
* changes:
  assert => CHECK in stagefright.
2009-08-26 15:18:21 -07:00
Andreas Huber
b5ceb9ee21 assert => CHECK in stagefright. 2009-08-26 14:48:20 -07:00
Nick Pelly
cc7ce55d0c am 3453e862: am 993844bd: Merge change 22806 into eclair
Merge commit '3453e862fe13648608e14a17723eb6cd3b55065a'

* commit '3453e862fe13648608e14a17723eb6cd3b55065a':
  Add trailing "\n" to debug output.
2009-08-26 14:17:58 -07:00
Nick Pelly
3453e862fe am 993844bd: Merge change 22806 into eclair
Merge commit '993844bde5270f004aa504c879aa2e99b5c3765f' into eclair-plus-aosp

* commit '993844bde5270f004aa504c879aa2e99b5c3765f':
  Add trailing "\n" to debug output.
2009-08-26 14:16:11 -07:00
Evan Millar
2c0a921598 am 84184d61: am c4ba7e39: Merge change 22772 into eclair
Merge commit '84184d618c5a247a186e1f4bd72f6b52af18ee76'

* commit '84184d618c5a247a186e1f4bd72f6b52af18ee76':
  New List and Tab assets.
2009-08-26 14:14:33 -07:00
Nick Pelly
0dbff40dee am 768c6e83: am b078d6ef: Merge change 22803 into eclair
Merge commit '768c6e835c73b56ce5d10e5f81bfbe4990922d13'

* commit '768c6e835c73b56ce5d10e5f81bfbe4990922d13':
  Add uuids to adb shell dumpsys bluetooth
2009-08-26 14:14:29 -07:00
Android (Google) Code Review
993844bde5 Merge change 22806 into eclair
* changes:
  Add trailing "\n" to debug output.
2009-08-26 14:13:55 -07:00
Evan Millar
84184d618c am c4ba7e39: Merge change 22772 into eclair
Merge commit 'c4ba7e39f1588604c0ae1e117e35b8413619abac' into eclair-plus-aosp

* commit 'c4ba7e39f1588604c0ae1e117e35b8413619abac':
  New List and Tab assets.
2009-08-26 14:12:48 -07:00
Nick Pelly
768c6e835c am b078d6ef: Merge change 22803 into eclair
Merge commit 'b078d6ef7c83df156ff2f6bac48df26a2766bf5d' into eclair-plus-aosp

* commit 'b078d6ef7c83df156ff2f6bac48df26a2766bf5d':
  Add uuids to adb shell dumpsys bluetooth
2009-08-26 14:12:44 -07:00
Nick Pelly
b015e193b7 Add trailing "\n" to debug output. 2009-08-26 14:11:24 -07:00
Android (Google) Code Review
c4ba7e39f1 Merge change 22772 into eclair
* changes:
  New List and Tab assets.
2009-08-26 14:10:19 -07:00
Android (Google) Code Review
b078d6ef7c Merge change 22803 into eclair
* changes:
  Add uuids to adb shell dumpsys bluetooth
2009-08-26 14:07:41 -07:00
Nick Pelly
9e4526e6c6 am 7cdbd393: am d41c5776: Merge change 22768 into eclair
Merge commit '7cdbd393efc47dd10b7e61e777752be932c00eb9'

* commit '7cdbd393efc47dd10b7e61e777752be932c00eb9':
  Fix authorization check for Audio Source.
2009-08-26 14:07:04 -07:00
Nick Pelly
7cdbd393ef am d41c5776: Merge change 22768 into eclair
Merge commit 'd41c577684785eecd3ffa848aafae759e5889731' into eclair-plus-aosp

* commit 'd41c577684785eecd3ffa848aafae759e5889731':
  Fix authorization check for Audio Source.
2009-08-26 14:05:20 -07:00
Android (Google) Code Review
d41c577684 Merge change 22768 into eclair
* changes:
  Fix authorization check for Audio Source.
2009-08-26 14:03:15 -07:00
Jim Miller
767be5f0b9 Integrate CDMA provisioning into SetupWizard 2009-08-26 13:07:38 -07:00
Android (Google) Code Review
b0f5b755e7 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
Mike Lockwood
8926a6cb69 am 98709530: am 23b1a470: Merge change 22769 into eclair
Merge commit '98709530d9cee07460c87ad154bf994dc7b61553'

* commit '98709530d9cee07460c87ad154bf994dc7b61553':
  MountService: Launch UsbStorageActivity with Intent.FLAG_ACTIVITY_NEW_TASK flag.
2009-08-26 12:30:29 -07:00
Mike Lockwood
98709530d9 am 23b1a470: Merge change 22769 into eclair
Merge commit '23b1a470081e6b3c56ada4c43863ca7ed48c3ad2' into eclair-plus-aosp

* commit '23b1a470081e6b3c56ada4c43863ca7ed48c3ad2':
  MountService: Launch UsbStorageActivity with Intent.FLAG_ACTIVITY_NEW_TASK flag.
2009-08-26 12:27:51 -07:00