8404 Commits

Author SHA1 Message Date
Android (Google) Code Review
b942db35c5 Merge change 24773 into eclair
* changes:
  Fix NPE in TelephonyManager.
2009-09-11 18:26:02 -04:00
Grace Kloba
e621d6ffb9 Use floor to calculate the range to avoid the rounding error triggered
scrollbar. The worst case is that you can never scroll down to the last
pixel. The old special case can cause problem when getViewWidth/Height
have changed which do not match mLastXXSent any more.

Remove FIND_HEIGHT from computeVerticalScrollRange per conversation with Leon.

Change computeMaxScrollY to use computeVerticalScrollRange which matches
how it computes X.

Change onMeasure to use contentToViewDimension() as it has the same logic.
2009-09-11 15:07:25 -07:00
Mike Lockwood
16eae482ce am 66c2a976: Merge change 24762 into eclair
Merge commit '66c2a976705b62fe1721157e934b52d4a49de8f7' into eclair-plus-aosp

* commit '66c2a976705b62fe1721157e934b52d4a49de8f7':
  dumpstate: Switch back to running as non-root
2009-09-11 14:50:27 -07:00
johnwang
5f1f26a7ff Fix NPE in TelephonyManager.
It is for bug 1971628 but affects almost every API function in TelephonyManager. When phone is not ready (for example, after crash and restart) the getSubscriberInfo and getITelephony returns null and causes NPE.
2009-09-11 14:49:47 -07:00
Android (Google) Code Review
66c2a97670 Merge change 24762 into eclair
* changes:
  dumpstate: Switch back to running as non-root
2009-09-11 17:45:10 -04:00
Romain Guy
b04c6689d0 am 02ee5387: Merge change 24764 into eclair
Merge commit '02ee5387d3b9904f18d639f4d49612f4b3563eed' into eclair-plus-aosp

* commit '02ee5387d3b9904f18d639f4d49612f4b3563eed':
  Add @Widget annotation to GestureOverlayView to make it usable in ADT.
2009-09-11 14:36:20 -07:00
Android (Google) Code Review
02ee5387d3 Merge change 24764 into eclair
* changes:
  Add @Widget annotation to GestureOverlayView to make it usable in ADT.
2009-09-11 17:30:46 -04:00
Romain Guy
51099c5aa6 Add @Widget annotation to GestureOverlayView to make it usable in ADT.
Change-Id: I86251f0d35e38460f09779f047aabfa99d2e97ae
2009-09-11 14:29:15 -07:00
Jaikumar Ganesh
e08e60a7cb am 32d8571f: Changes for BT 2.1
Merge commit '32d8571f509c392dca732c243e9b2138c15daecf' into eclair-plus-aosp

* commit '32d8571f509c392dca732c243e9b2138c15daecf':
  Changes for BT 2.1
2009-09-11 14:27:33 -07:00
Scott Main
528954c4d6 docs only.
fix sample code errors per bug 2115299

Change-Id: Ie0e614b0b8fdb0ec744db288042ab1f484f52bfd
2009-09-11 14:14:36 -07:00
Jaikumar Ganesh
32d8571f50 Changes for BT 2.1
1) Handle incoming 2.1 pairing requests
2) Modify displaying error messages on bond failures.
3) Add delay while accepting incoming pairing for certain 2.1 devices.
When MITM is on, the link key request might come more than once.
Auto accept with a delay.
4) Handle DisplayPasskey callback for pairing a 2.1 keyboard with
a 2.1 device
2009-09-11 14:12:48 -07:00
Mike Lockwood
5a131e52cc dumpstate: Switch back to running as non-root
Now that we have straightened out the permissions on /data/dontpanic,
root is no longer necessary.

Change-Id: Ic895d712c2e929e4935707da321e1a2b015285c0
Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-09-11 17:12:27 -04:00
Dianne Hackborn
f6626fecdf am 162ec999: Merge change 24635 into eclair
Merge commit '162ec9993e9695946a6b954fd53eebb63e055540' into eclair-plus-aosp

* commit '162ec9993e9695946a6b954fd53eebb63e055540':
  Fix issue #1983406: Soft keyboard doesn't show up in an EditText with "digits" attribute set
2009-09-11 13:54:04 -07:00
Dianne Hackborn
b7860bea3b am 8cae124a: Various cleanup around resources and nine-patches.
Merge commit '8cae124af2142687a6833dbaab8a43df6dd67b43' into eclair-plus-aosp

* commit '8cae124af2142687a6833dbaab8a43df6dd67b43':
  Various cleanup around resources and nine-patches.
2009-09-11 13:47:56 -07:00
Android (Google) Code Review
162ec9993e Merge change 24635 into eclair
* changes:
  Fix issue #1983406: Soft keyboard doesn't show up in an EditText with "digits" attribute set
2009-09-11 16:46:19 -04:00
Dianne Hackborn
8cae124af2 Various cleanup around resources and nine-patches.
Remove the stuff that doesn't use preloaded drawables when in
compatibility mode, since this works fine ever since we were able
to deal with drawables in a different density than the canvas.

Change the snapshot function on View to return a snapshot at
the same size that will actually be drawn on screen (when in
compatibility mode), to be able to show scaling artifacts and
all.

This change was original an attempt to fix issue #2101917: Text
field edges appears to be improperly rounded.  That turns out to
probably be something deeper in the graphics system, but also
included here is the debugging code I did to try to track down the
problem to make it easy to turn on again later.

Change-Id: I34bfca629639c7ff103f3989d88874112ef778d9
2009-09-11 13:31:45 -07:00
Andreas Huber
2dc64d80e3 Apparently I must not use OMX_UseBuffer on either input or output ports on any of the TI components... or else. 2009-09-11 12:58:53 -07:00
Jaikumar Ganesh
e291ee8000 am 7ff269f3: Merge change 24735 into eclair
Merge commit '7ff269f359a8848fd0c39993d8fe21a8324806f9' into eclair-plus-aosp

* commit '7ff269f359a8848fd0c39993d8fe21a8324806f9':
  Handle DisconnectRequested message sent by Bluez.
2009-09-11 12:31:00 -07:00
Android (Google) Code Review
7ff269f359 Merge change 24735 into eclair
* changes:
  Handle DisconnectRequested message sent by Bluez.
2009-09-11 15:24:01 -04:00
Jaikumar Ganesh
5e59ca8ae4 Handle DisconnectRequested message sent by Bluez. 2009-09-11 12:16:19 -07:00
Mike Reed
e450e55d63 am d68781ac: Merge change 24675 into eclair
Merge commit 'd68781ace179e19b70120411baf307104683fa4b' into eclair-plus-aosp

* commit 'd68781ace179e19b70120411baf307104683fa4b':
  change default for dither to true
2009-09-11 12:01:12 -07:00
Android (Google) Code Review
d68781ace1 Merge change 24675 into eclair
* changes:
  change default for dither to true
2009-09-11 14:56:14 -04:00
Mike Reed
211db4a287 change default for dither to true 2009-09-11 14:40:15 -04:00
Amith Yamasani
e055d5833a am b14a1419: Merge change 24475 into eclair
Merge commit 'b14a14194c64094cdffadeca1480b08c943215a9' into eclair-plus-aosp

* commit 'b14a14194c64094cdffadeca1480b08c943215a9':
  Save and restore partial supplicant data, not the whole file.
2009-09-11 11:28:35 -07:00
Android (Google) Code Review
b14a14194c Merge change 24475 into eclair
* changes:
  Save and restore partial supplicant data, not the whole file.
2009-09-11 14:23:33 -04:00
Amith Yamasani
2cfab84458 Save and restore partial supplicant data, not the whole file.
This makes it compatible between different device types with different
wifi chipsets.
2009-09-11 11:21:19 -07:00
Scott Main
63c4244a12 am aab72e7c: am 4d484a82: Merge change 24700 into donut
Merge commit 'aab72e7c779856c0a844f6321501f8f42c1be9e3' into eclair-plus-aosp

* commit 'aab72e7c779856c0a844f6321501f8f42c1be9e3':
  docs only.
2009-09-11 10:54:21 -07:00
Scott Main
aab72e7c77 am 4d484a82: Merge change 24700 into donut
Merge commit '4d484a823d336ea587e37508fe73178d711dcdca' into eclair

* commit '4d484a823d336ea587e37508fe73178d711dcdca':
  docs only.
2009-09-11 10:49:33 -07:00
Android (Google) Code Review
4d484a823d Merge change 24700 into donut
* changes:
  docs only. add android 1.6 video to the highlights doc and featured videos list
2009-09-11 13:44:08 -04:00
Andreas Huber
2d1c327eb9 am e1a9de7a: Merge change 24702 into eclair
Merge commit 'e1a9de7a2e52e534b3f6cb613a9b35bcc16ac84d' into eclair-plus-aosp

* commit 'e1a9de7a2e52e534b3f6cb613a9b35bcc16ac84d':
  Only build the "full" stagefright (including MediaExtractors and MediaPlayer) if BUILD_WITH_FULL_STAGEFRIGHT define is set (to true).
2009-09-11 10:20:33 -07:00
Android (Google) Code Review
e1a9de7a2e Merge change 24702 into eclair
* changes:
  Only build the "full" stagefright (including MediaExtractors and MediaPlayer) if BUILD_WITH_FULL_STAGEFRIGHT define is set (to true).
2009-09-11 13:11:20 -04:00
Andreas Huber
2aa39c4507 Only build the "full" stagefright (including MediaExtractors and MediaPlayer) if BUILD_WITH_FULL_STAGEFRIGHT define is set (to true). 2009-09-11 09:54:52 -07:00
Scott Main
94443320ee docs only.
add android 1.6 video to the highlights doc and featured videos list

Change-Id: I8a641a26b7600142af3fbe417fdef89884afb703
2009-09-11 09:45:31 -07:00
Scott Main
b85c8ea675 am 764b0c6c: am 79253f8b: Merge change 24690 into donut
Merge commit '764b0c6c66c9e093f246f5bf4085ee815557e034' into eclair-plus-aosp

* commit '764b0c6c66c9e093f246f5bf4085ee815557e034':
  docs only.
2009-09-11 09:41:18 -07:00
Scott Main
7937966f4b am a1103f33: am 890175db: Merge change 24574 into donut
Merge commit 'a1103f336d01d0a5dcb07afc89cd1bc7ec0ece69' into eclair-plus-aosp

* commit 'a1103f336d01d0a5dcb07afc89cd1bc7ec0ece69':
  docs only.
2009-09-11 09:41:12 -07:00
Dirk Dougherty
37f6220623 am 40351ece: am 7350ff3d: Merge change 24631 into donut
Merge commit '40351ecec878910d7f0ac6988cd8010dc82b0a99' into eclair-plus-aosp

* commit '40351ecec878910d7f0ac6988cd8010dc82b0a99':
  Minor changes to api levels doc and upgrading doc. Change Linux "tested on" to Hardy Heron.
2009-09-11 09:32:43 -07:00
Dirk Dougherty
8797066aa8 am 8a948de5: am 18dd1eeb: Merge change 24419 into donut
Merge commit '8a948de56d8061659e04c70e5c6b34c9b6fb844b' into eclair-plus-aosp

* commit '8a948de56d8061659e04c70e5c6b34c9b6fb844b':
  Move API change details from highlights doc to version notes doc.
2009-09-11 09:32:38 -07:00
Scott Main
764b0c6c66 am 79253f8b: Merge change 24690 into donut
Merge commit '79253f8b4223976c010e52a34e8785648c8fb074' into eclair

* commit '79253f8b4223976c010e52a34e8785648c8fb074':
  docs only.
2009-09-11 09:32:26 -07:00
Scott Main
a1103f336d am 890175db: Merge change 24574 into donut
Merge commit '890175db1f425cb92365cc7941c6c64544b2c164' into eclair

* commit '890175db1f425cb92365cc7941c6c64544b2c164':
  docs only.
2009-09-11 09:32:19 -07:00
Android (Google) Code Review
79253f8b42 Merge change 24690 into donut
* changes:
  docs only. update japanese site homepage with 1.6 sdk links
2009-09-11 12:27:49 -04:00
Android (Google) Code Review
890175db1f Merge change 24574 into donut
* changes:
  docs only. revise the maxSdkVersion description
2009-09-11 12:27:30 -04:00
Dirk Dougherty
40351ecec8 am 7350ff3d: Merge change 24631 into donut
Merge commit '7350ff3d572624abb5a46c3c4969e0b91cb05109' into eclair

* commit '7350ff3d572624abb5a46c3c4969e0b91cb05109':
  Minor changes to api levels doc and upgrading doc. Change Linux "tested on" to Hardy Heron.
2009-09-11 09:25:45 -07:00
Dirk Dougherty
8a948de56d am 18dd1eeb: Merge change 24419 into donut
Merge commit '18dd1eeb23a700ba37604d521d7eab8a371f9dc5' into eclair

* commit '18dd1eeb23a700ba37604d521d7eab8a371f9dc5':
  Move API change details from highlights doc to version notes doc.
2009-09-11 09:25:38 -07:00
Android (Google) Code Review
7350ff3d57 Merge change 24631 into donut
* changes:
  Minor changes to api levels doc and upgrading doc. Change Linux "tested on" to Hardy Heron.
2009-09-11 12:19:28 -04:00
Android (Google) Code Review
18dd1eeb23 Merge change 24419 into donut
* changes:
  Move API change details from highlights doc to version notes doc.
2009-09-11 12:16:19 -04:00
Andreas Huber
348816109a am 6026a514: Move JPEGSource.{cpp,h} into libstagefright.
Merge commit '6026a514248f0c603d0e8c4a3f542abab3fa1509' into eclair-plus-aosp

* commit '6026a514248f0c603d0e8c4a3f542abab3fa1509':
  Move JPEGSource.{cpp,h} into libstagefright.
2009-09-11 09:13:38 -07:00
Scott Main
46f2c55f9a docs only.
update japanese site homepage with 1.6 sdk links

Change-Id: I95041f67a016edb5bc4c2e2d6e746c98133e32ee
2009-09-11 08:46:21 -07:00
Andreas Huber
6026a51424 Move JPEGSource.{cpp,h} into libstagefright. 2009-09-11 07:49:50 -07:00
Bjorn Bringert
2fcaf79a18 Tell GlobalSearch about searches without a suggestion
This is the framework part of http://b/issue?id=2099399
"executing a search in QSB should create a shortcut (like
when you click on a search suggestion)"

Change-Id: I2d07d9bfc808112948629ca16b24bc870fbd5fa6
2009-09-11 15:23:37 +01:00
Hung-ying Tyan
a7df557aa2 Add tests and misc fixes on keystore.
* Refactor netkeystore.c to make client and server code testable.
* Add a client test for setting new passwd and changing passwd.
* Exclude "." and ".." from reset_keystore().
* Change ServerCommand.executeCommand() to accept variable length of
  arguments and add convert() to marshalling the args to bytes.
* Keystore.java is revised accordingly.
2009-09-11 19:30:13 +08:00