9386 Commits

Author SHA1 Message Date
Grace Kloba
ba6728023d When change from narrow screen to wide screen, we will
leave the mMinZoomScale to 1.0
2009-09-25 15:54:08 -07:00
Evan Millar
c724d2cd19 am ed7f0955: Merge change 27150 into eclair
Merge commit 'ed7f0955b7a4535c963b0de2b89e41febfd1416e' into eclair-plus-aosp

* commit 'ed7f0955b7a4535c963b0de2b89e41febfd1416e':
  Fix FasttrackBadgeWidget pressed state.
2009-09-25 15:50:40 -07:00
Android (Google) Code Review
ed7f0955b7 Merge change 27150 into eclair
* changes:
  Fix FasttrackBadgeWidget pressed state.
2009-09-25 18:44:25 -04:00
Evan Millar
fd3fdf1309 Fix FasttrackBadgeWidget pressed state.
Change-Id: Ia71fbcbff527c287d53120bd827a307797f5f3a2
2009-09-25 15:36:48 -07:00
Jason Sams
027c95d555 am f37b258c: Merge change 27146 into eclair
Merge commit 'f37b258c88e339b482696183def08f5c9437a0ff' into eclair-plus-aosp

* commit 'f37b258c88e339b482696183def08f5c9437a0ff':
  Reduce debugging spew and add props to selectivly re-enable it.
2009-09-25 15:35:28 -07:00
Scott Main
1ac0247e8b am ba14fff7: am 12242678: docs only. fix broken links
Merge commit 'ba14fff7fd44c5174cb14b86c82c707dd03463d1' into eclair-plus-aosp

* commit 'ba14fff7fd44c5174cb14b86c82c707dd03463d1':
  docs only.
2009-09-25 15:35:22 -07:00
Android (Google) Code Review
f37b258c88 Merge change 27146 into eclair
* changes:
  Reduce debugging spew and add props to selectivly re-enable it.
2009-09-25 18:27:25 -04:00
Scott Main
ba14fff7fd am 12242678: docs only. fix broken links
Merge commit '122426780008b9920a15798f1a2bb210779b5a9d' into eclair

* commit '122426780008b9920a15798f1a2bb210779b5a9d':
  docs only.
2009-09-25 15:26:28 -07:00
Jason Sams
66b2771d74 Reduce debugging spew and add props to selectivly re-enable it.
change-id: Ib59ed5d7a9d479ccd1af456029735dbc65ae1efe
2009-09-25 15:25:00 -07:00
Jason Sams
f625263587 am 2896f7d6: Merge change 27137 into eclair
Merge commit '2896f7d67aebfc1c4f251155649e82e8490339fc' into eclair-plus-aosp

* commit '2896f7d67aebfc1c4f251155649e82e8490339fc':
  Improve renderscript context teardown.  Track object in the system and then force their cleanup by releasing all user references once destroy context is called.  Java layer will no longer send destroy notifications for objects garbage collected once a context is destroyed.
2009-09-25 15:05:51 -07:00
Nick Pelly
12835478ee Handle expiration of discovery mode in system server.
Change-Id: I58fd199b40ffdf8168a5489be8eedb5d25d56722
2009-09-25 15:00:29 -07:00
Android (Google) Code Review
2896f7d67a Merge change 27137 into eclair
* changes:
  Improve renderscript context teardown.  Track object in the system and then force their cleanup by releasing all user references once destroy context is called.  Java layer will no longer send destroy notifications for objects garbage collected once a context is destroyed.
2009-09-25 18:00:08 -04:00
John Wang
53e501cfb3 am fb2b04b7: Unhide NETWORK_TYPE_XXX.
Merge commit 'fb2b04b7bc505f5e600e360a9de6f63e16c21bf9' into eclair-plus-aosp

* commit 'fb2b04b7bc505f5e600e360a9de6f63e16c21bf9':
  Unhide NETWORK_TYPE_XXX.
2009-09-25 15:00:07 -07:00
Jason Sams
a9e7a05b84 Improve renderscript context teardown. Track object in the system and then force their cleanup by releasing all user references once destroy context is called. Java layer will no longer send destroy notifications for objects garbage collected once a context is destroyed. 2009-09-25 14:51:22 -07:00
John Wang
fb2b04b7bc Unhide NETWORK_TYPE_XXX.
Make NETWORK_TYPE_HSDPA etc. unhide in TelephonyManager.
2009-09-25 14:50:26 -07:00
Karl Rosaen
08fc1b507c am 0cb901c4: Merge change 27076 into eclair
Merge commit '0cb901c4be24dc1a7bba729afca0bd12ed04ef6c' into eclair-plus-aosp

* commit '0cb901c4be24dc1a7bba729afca0bd12ed04ef6c':
  Optimize rotary selector widget by using bitmaps instead of drawables.
2009-09-25 14:39:44 -07:00
Wu-cheng Li
3af65a075a am 8de57d8f: Add camera parameter key constants and documentation.
Merge commit '8de57d8fa346522404c2064a78e8f24a5aa3bf23' into eclair-plus-aosp

* commit '8de57d8fa346522404c2064a78e8f24a5aa3bf23':
  Add camera parameter key constants and documentation.
2009-09-25 14:34:58 -07:00
Android (Google) Code Review
0cb901c4be Merge change 27076 into eclair
* changes:
  Optimize rotary selector widget by using bitmaps instead of drawables.
2009-09-25 17:34:35 -04:00
Xavier Ducrohet
d7168c6b12 am bd5219f5: Merge change 27106 into eclair
Merge commit 'bd5219f5c3b3b692f7544ea5164b18a839f20155' into eclair-plus-aosp

* commit 'bd5219f5c3b3b692f7544ea5164b18a839f20155':
  Use reflection to figure out a readable string from install error code.
2009-09-25 14:24:27 -07:00
Wu-cheng Li
8de57d8fa3 Add camera parameter key constants and documentation. 2009-09-25 14:23:56 -07:00
Android (Google) Code Review
bd5219f5c3 Merge change 27106 into eclair
* changes:
  Use reflection to figure out a readable string from install error code.
2009-09-25 17:15:10 -04:00
Nick Pelly
57a2292bff Bounds check read and write path in native code.
Already checked in Java, but requested by security review.

Change-Id: I5314dbc32546278b977236a154fba03f38610b1a
2009-09-25 14:13:49 -07:00
Daisuke Miyakawa
d4e21df961 am 3ed05574: Merge change 27077 into eclair
Merge commit '3ed05574e363fedb40a99b9b2f2d4da40f3c42bb' into eclair-plus-aosp

* commit '3ed05574e363fedb40a99b9b2f2d4da40f3c42bb':
  Two changes toward vCard composer.
2009-09-25 14:08:45 -07:00
Daniel Sandler
032b3bc9a9 am 228067ac: Merge change 27116 into eclair
Merge commit '228067ac6ab57aef85a34465b95e0a25c8bbc450' into eclair-plus-aosp

* commit '228067ac6ab57aef85a34465b95e0a25c8bbc450':
  Fix http://b/2131173 (gaps between Gallery tiles).
2009-09-25 14:04:10 -07:00
Android (Google) Code Review
3ed05574e3 Merge change 27077 into eclair
* changes:
  Two changes toward vCard composer.
2009-09-25 17:02:05 -04:00
Android (Google) Code Review
228067ac6a Merge change 27116 into eclair
* changes:
  Fix http://b/2131173 (gaps between Gallery tiles).
2009-09-25 16:58:39 -04:00
Grace Kloba
be3abd7334 am 0f5fd893: Merge change 27052 into eclair
Merge commit '0f5fd893bed202e90617a36bd4ca4211d667c320' into eclair-plus-aosp

* commit '0f5fd893bed202e90617a36bd4ca4211d667c320':
  If WebCore doesn't response touch down in time, don't
2009-09-25 13:44:48 -07:00
johnwang
f776012426 am 9c118c80: Update CID in NeighboringCellInfo
Merge commit '9c118c80fd0a5416051f2a49f515301f2cf3fd6f' into eclair-plus-aosp

* commit '9c118c80fd0a5416051f2a49f515301f2cf3fd6f':
  Update CID in NeighboringCellInfo
2009-09-25 13:44:42 -07:00
Daniel Sandler
f06018019d Fix http://b/2131173 (gaps between Gallery tiles).
The artwork had a little too much transparent padding on either side; cleaned
this up so there are exactly 10dip blank pixels on left and right.
2009-09-25 16:41:54 -04:00
Android (Google) Code Review
0f5fd893be Merge change 27052 into eclair
* changes:
  If WebCore doesn't response touch down in time, don't block the UI tap, pan and double tap. Added a time out (which is same as shortpress time out, 200ms) for how long we wait for WebCore's response for touch down.
2009-09-25 16:39:47 -04:00
Daisuke Miyakawa
21ac410319 Two changes toward vCard composer.
- Separate the two cases: mCursor == null and mCursor.getCount() == 0.
- Make error messages viewable from user applications, which enables them to
  translate those messages.

Internal issue number: 2138187, 27103
2009-09-25 13:30:23 -07:00
Scott Main
1224267800 docs only.
fix broken links

Change-Id: I34098f3a07b0a7e2ec1e58330048d993e183366d
2009-09-25 12:21:59 -07:00
johnwang
9c118c80fd Update CID in NeighboringCellInfo
NeighboringCellInfo works in GSM and UMTS network.

In GSM network, the locaiton value is the combination of LAC and CID.

In UMTS network, the locaiton value is PSC code.

NeighboringCellInfo should access and store those two values seperately.

It involves the change of Public API.

1. Add new API getRadioType(), getLac(), and getPsc() to get location info in GSM and UMTS.

2. Deprecate setCid() and NeighboringCellInfo(int cid) because cid is set by interpreting network type.
2009-09-25 12:17:46 -07:00
Grace Kloba
f58af62211 If WebCore doesn't response touch down in time, don't
block the UI tap, pan and double tap. Added a time out
(which is same as shortpress time out, 200ms) for how
long we wait for WebCore's response for touch down.

This should fix the problem where pan/touch is not working
all the time when Flash plugin is installed.

Fix http://b/issue?id=2144761
2009-09-25 12:06:08 -07:00
Xavier Ducrohet
23b4faf694 Use reflection to figure out a readable string from install error code.
Instead of a switch that needs to be maintained, the code now
look for public static final int fields in PackageManager
whose names start with INSTALL_FAILED or INSTALL_PARSE_FAILED.

If their int value match the error code, the name of the field
is used as a human readable error string.

Change-Id: If58ddc4d9ccc40a9a8aaec9de4cc7e4931db0292
2009-09-25 11:57:44 -07:00
David 'Digit' Turner
6c52fdb684 am a0cad2f5: Merge change 27078 into eclair
Merge commit 'a0cad2f5d19d95cfe496ebb82f3227dd4ed7c169' into eclair-plus-aosp

* commit 'a0cad2f5d19d95cfe496ebb82f3227dd4ed7c169':
  Fix generic build boot sequence.
2009-09-25 11:47:44 -07:00
Android (Google) Code Review
a0cad2f5d1 Merge change 27078 into eclair
* changes:
  Fix generic build boot sequence.
2009-09-25 14:40:27 -04:00
Karl Rosaen
c8ad6dcb8a Optimize rotary selector widget by using bitmaps instead of drawables.
In profiling setBounds was expensive.  Time per onDraw from 13.3ms to 6.59ms :)
2009-09-25 11:35:41 -07:00
David 'Digit' Turner
4ef8ec3a21 Fix generic build boot sequence.
The TelephonyRegistry service crashed badly in the generic build, because
there is no system property to tell if the phone is GSM or CDMA. Adding a
simple null check solves the issue and allows the system to boot properly.
2009-09-25 11:33:24 -07:00
Karl Rosaen
ba65129773 am 52c37d64: Merge change 27065 into eclair
Merge commit '52c37d6402f14d180f6855cc1438ca62141205ca' into eclair-plus-aosp

* commit '52c37d6402f14d180f6855cc1438ca62141205ca':
  Remove vertical separator from landscape layout of pattern lock screen.
2009-09-25 10:49:15 -07:00
Brad Fitzpatrick
0623e674d9 am 3219ab4d: Fix typo in Bluetooth docs.
Merge commit '3219ab4de27cd40b2149b0dd13edd412efe40244' into eclair-plus-aosp

* commit '3219ab4de27cd40b2149b0dd13edd412efe40244':
  Fix typo in Bluetooth docs.
2009-09-25 10:49:09 -07:00
Android (Google) Code Review
52c37d6402 Merge change 27065 into eclair
* changes:
  Remove vertical separator from landscape layout of pattern lock screen.
2009-09-25 13:43:16 -04:00
Karl Rosaen
9507490ede Remove vertical separator from landscape layout of pattern lock screen. 2009-09-25 10:42:35 -07:00
Joe Onorato
9e338d27f6 am 82768db5: Merge change 27046 into eclair
Merge commit '82768db56b8f6a6d22adba36df9539550091d411' into eclair-plus-aosp

* commit '82768db56b8f6a6d22adba36df9539550091d411':
  Add a method to destroy the RS object.
2009-09-25 09:29:17 -07:00
Scott Main
13c433f88f am d1cfd259: am c1828d5a: Merge change 3583 into donut
Merge commit 'd1cfd259bc0186259edb75ddf141cb8245842e46' into eclair-plus-aosp

* commit 'd1cfd259bc0186259edb75ddf141cb8245842e46':
  implement browser history for tabbed search results...
2009-09-25 09:29:12 -07:00
Brad Fitzpatrick
3219ab4de2 Fix typo in Bluetooth docs. 2009-09-25 20:28:02 +04:00
Android (Google) Code Review
82768db56b Merge change 27046 into eclair
* changes:
  Add a method to destroy the RS object.
2009-09-25 12:21:21 -04:00
Scott Main
d1cfd259bc am c1828d5a: Merge change 3583 into donut
Merge commit 'c1828d5a492a14a9b15e9106684079049317313e' into eclair

* commit 'c1828d5a492a14a9b15e9106684079049317313e':
  implement browser history for tabbed search results...
2009-09-25 09:15:13 -07:00
Cary Clark
6fb27c5a68 am 96cfad5d: check for null before calling native webkit from java webview
Merge commit '96cfad5d673b49d8b3a724d7b1066493aacd74d5' into eclair-plus-aosp

* commit '96cfad5d673b49d8b3a724d7b1066493aacd74d5':
  check for null before calling native webkit from java webview
2009-09-25 09:14:27 -07:00
Tadashi G. Takaoka
86135d3240 Pass provider authority to SyncActivityTooManyDeletes
Internal Bug: 2138733
2009-09-25 09:12:25 -07:00