9133 Commits

Author SHA1 Message Date
Jack Palevich
bf0d904120 am b87f24a6: Merge change 26908 into eclair
Merge commit 'b87f24a6a88a994256ca97b69904af28824bc9ce' into eclair-plus-aosp

* commit 'b87f24a6a88a994256ca97b69904af28824bc9ce':
  Fix broken Javadoc link for GLSurfaceView.EGLWindowSurfaceFactory.
2009-09-24 14:16:48 -07:00
jsh
54a0c801d5 am 857ce94b: Merge change 26900 into eclair
Merge commit '857ce94b88d53c3deb965898098f04fbf42e55e1' into eclair-plus-aosp

* commit '857ce94b88d53c3deb965898098f04fbf42e55e1':
  Print IMEI/MEID in dumpsys.
2009-09-24 14:12:00 -07:00
Dmitri Plotnikov
7f8d14e832 am 6938bb36: Fixing the broken build
Merge commit '6938bb36b8992420ec5cb392706a8bc192b332c1' into eclair-plus-aosp

* commit '6938bb36b8992420ec5cb392706a8bc192b332c1':
  Fixing the broken build
2009-09-24 14:11:55 -07:00
Android (Google) Code Review
b87f24a6a8 Merge change 26908 into eclair
* changes:
  Fix broken Javadoc link for GLSurfaceView.EGLWindowSurfaceFactory.
2009-09-24 17:11:00 -04:00
Jack Palevich
d40dfbbbff Fix broken Javadoc link for GLSurfaceView.EGLWindowSurfaceFactory. 2009-09-24 14:10:17 -07:00
Android (Google) Code Review
857ce94b88 Merge change 26900 into eclair
* changes:
  Print IMEI/MEID in dumpsys.
2009-09-24 17:06:49 -04:00
Dmitri Plotnikov
6938bb36b8 Fixing the broken build
Change-Id: Ie7b722f2e71b51d180c95cf0d4bdbf4975e1a2be
2009-09-24 14:05:59 -07:00
Cary Clark
f28ffd0688 am f18c5393: set the selection after sending a click
Merge commit 'f18c539344655c8d39e3412a0985f7e42193eb52' into eclair-plus-aosp

* commit 'f18c539344655c8d39e3412a0985f7e42193eb52':
  set the selection after sending a click
2009-09-24 13:51:10 -07:00
Cary Clark
f18c539344 set the selection after sending a click
Webkit expects the currently focused text input to have
a set selection before it can receive key events for insertion.

Coincidentally, we always set the selection except when
using the 'next' button on the IME to switch between text fields.

The selection has to be set after the text field receives
focus, so add a setSelection() message after the click() message
is sent in passToJavaScript().

fixes http://b/issue?id=2087546
2009-09-24 16:45:24 -04:00
Dmitri Plotnikov
2841a1c18a am f22fc124: Adding timestamp and account to contact-level presence columns.
Merge commit 'f22fc124ff7974d0b6380199f7d53e66bb7feb29' into eclair-plus-aosp

* commit 'f22fc124ff7974d0b6380199f7d53e66bb7feb29':
  Adding timestamp and account to contact-level presence columns.
2009-09-24 13:32:18 -07:00
Daisuke Miyakawa
cc2465bbd5 am f2bed60b: Add final to appropriate variables.
Merge commit 'f2bed60bd4921bf71a9cf05b46f000f1cdb20af8' into eclair-plus-aosp

* commit 'f2bed60bd4921bf71a9cf05b46f000f1cdb20af8':
  Add final to appropriate variables.
2009-09-24 13:32:13 -07:00
Dmitri Plotnikov
f22fc124ff Adding timestamp and account to contact-level presence columns.
Change-Id: I1ff4f4f5ef9b3b0deb9df3d0689ff39b4b2fd84b
2009-09-24 13:28:33 -07:00
Daisuke Miyakawa
f2bed60bd4 Add final to appropriate variables. 2009-09-24 13:24:07 -07:00
Daisuke Miyakawa
577d32a57d am b55e60e1: Fix vCard code.
Merge commit 'b55e60e1d88c02078c3d6bc0f408fb0065a1e93c' into eclair-plus-aosp

* commit 'b55e60e1d88c02078c3d6bc0f408fb0065a1e93c':
  Fix vCard code.
2009-09-24 13:21:48 -07:00
Daisuke Miyakawa
b55e60e1d8 Fix vCard code. 2009-09-24 13:11:20 -07:00
jsh
70f8faf4ec Print IMEI/MEID in dumpsys.
Helps with debugging.
http://b/issue?id=2133066
2009-09-24 13:03:55 -07:00
Grace Kloba
0eb9ac8f58 am 43f99202: Merge change 26896 into eclair
Merge commit '43f9920271848c0ec84a958bfa06542c8fb7e4fa' into eclair-plus-aosp

* commit '43f9920271848c0ec84a958bfa06542c8fb7e4fa':
  ResultTransport needs a default value. If the thread is
2009-09-24 12:43:57 -07:00
Jason Sams
4368fd8742 am a183cb5e: Merge change 26897 into eclair
Merge commit 'a183cb5ebd974096afe2335cd4254de68d55021e' into eclair-plus-aosp

* commit 'a183cb5ebd974096afe2335cd4254de68d55021e':
  Removed last bits of predefined element types from native code.  Predefined types are now constructed at the java layer from standard building blocks.
2009-09-24 12:43:44 -07:00
Jason Sams
a8dff109be am e31c0b56: Merge change 26708 into eclair
Merge commit 'e31c0b5693f8887410d54d590ebf1ccb05ba0cc8' into eclair-plus-aosp

* commit 'e31c0b5693f8887410d54d590ebf1ccb05ba0cc8':
  Remove depricated triangleMesh.
2009-09-24 12:43:30 -07:00
Android (Google) Code Review
43f9920271 Merge change 26896 into eclair
* changes:
  ResultTransport needs a default value. If the thread is ununlocked by something else other than CallbackProxy's notify(), it can have a null value.
2009-09-24 15:35:22 -04:00
Android (Google) Code Review
a183cb5ebd Merge change 26897 into eclair
* changes:
  Removed last bits of predefined element types from native code.  Predefined types are now constructed at the java layer from standard building blocks.
2009-09-24 15:35:17 -04:00
Android (Google) Code Review
e31c0b5693 Merge change 26708 into eclair
* changes:
  Remove depricated triangleMesh.
2009-09-24 15:34:26 -04:00
Satish Roddom
3f5db2615f am 03d2009b: Merge change 26895 into eclair
Merge commit '03d2009b3e41137ed5b17a9bcdd019ec962095e6' into eclair-plus-aosp

* commit '03d2009b3e41137ed5b17a9bcdd019ec962095e6':
  Subject issue in MMS message
2009-09-24 12:34:10 -07:00
Jason Sams
b6f2b131c4 Removed last bits of predefined element types from native code. Predefined types are now constructed at the java layer from standard building blocks. 2009-09-24 12:33:45 -07:00
Jack Palevich
726d9074cf am d0b58414: Merge change 26891 into eclair
Merge commit 'd0b584148bdcc219136d92e2034e316ae50c8151' into eclair-plus-aosp

* commit 'd0b584148bdcc219136d92e2034e316ae50c8151':
  Make tritex test run with latest OpenGL driver.
2009-09-24 12:27:16 -07:00
Grace Kloba
dbad320bf3 ResultTransport needs a default value. If the thread is
ununlocked by something else other than CallbackProxy's
notify(), it can have a null value.

Fix http://b/issue?id=2131842
2009-09-24 12:27:14 -07:00
Android (Google) Code Review
03d2009b3e Merge change 26895 into eclair
* changes:
  Subject issue in MMS message
2009-09-24 15:26:19 -04:00
Lixin Yue
2c01a82f53 am bfe1297b: Merge change 26869 into eclair
Merge commit 'bfe1297b12b1a81203dbd42ebbca7ff1916f1db7' into eclair-plus-aosp

* commit 'bfe1297b12b1a81203dbd42ebbca7ff1916f1db7':
  Add call log support to pim.vcard.VCardComposer
2009-09-24 12:23:42 -07:00
Android (Google) Code Review
d0b584148b Merge change 26891 into eclair
* changes:
  Make tritex test run with latest OpenGL driver.
2009-09-24 15:20:13 -04:00
Jack Palevich
87a7265ee1 Make tritex test run with latest OpenGL driver.
Use EGLUtils::selectConfigForNativeWindow to select a legitimate
configuration. (Before now we had been selecting an incorrect
configuration, but the older drivers let us get away with it.)

Converted the source to C++ so we can call selectConfigForNativeWindow.
2009-09-24 12:19:05 -07:00
Android (Google) Code Review
bfe1297b12 Merge change 26869 into eclair
* changes:
  Add call log support to pim.vcard.VCardComposer
2009-09-24 15:13:19 -04:00
Jack Palevich
c055f173c9 am 1267b0e1: Merge change 26882 into eclair
Merge commit '1267b0e1844ac802de92b203007513573e4886fd' into eclair-plus-aosp

* commit '1267b0e1844ac802de92b203007513573e4886fd':
  Publish minor additions to GLSurfaceView API.
2009-09-24 12:06:29 -07:00
Android (Google) Code Review
1267b0e184 Merge change 26882 into eclair
* changes:
  Publish minor additions to GLSurfaceView API.
2009-09-24 14:56:00 -04:00
Jack Palevich
82cbaab450 Publish minor additions to GLSurfaceView API.
Clients can now modify the way that the EGL context and the EGL window
surface are created and destroyed.
2009-09-24 11:55:04 -07:00
Grace Kloba
34b9dab1ba am bb6aba19: Merge change 26876 into eclair
Merge commit 'bb6aba1984bfdceaec43054ef0b2a8e5dcd26215' into eclair-plus-aosp

* commit 'bb6aba1984bfdceaec43054ef0b2a8e5dcd26215':
  Restrict touch to the view height with the title. This
2009-09-24 11:52:45 -07:00
Android (Google) Code Review
bb6aba1984 Merge change 26876 into eclair
* changes:
  Restrict touch to the view height with the title. This should fix the links in the bottom of the screen are not touchable when title bar presents.
2009-09-24 14:45:57 -04:00
Grace Kloba
8eff73f79b Restrict touch to the view height with the title. This
should fix the links in the bottom of the screen are not
touchable when title bar presents.

Also fix a bug in calcOutContentVisibleRect. We need to
adjust visibleTitleHeight for the top, but we should not
do it for the bottom. Otherwise, WebKit will have the
wrong visible rect and it will think the part right under
the bottom of the screen are visible.

Fix http://b/issue?id=2140971
2009-09-24 11:36:26 -07:00
Christopher Tate
2b091c882d am 4cc86e1a: Clear the device\'s data from the transport when backup is disabled
Merge commit '4cc86e1ae80eb1938500fe5fa06bbdf8b4b7b50d' into eclair-plus-aosp

* commit '4cc86e1ae80eb1938500fe5fa06bbdf8b4b7b50d':
  Clear the device's data from the transport when backup is disabled
2009-09-24 11:36:07 -07:00
Christopher Tate
4cc86e1ae8 Clear the device's data from the transport when backup is disabled
Turning off backup in the Settings UI constitutes an opt-out of the whole
mechanism.  For privacy reasons we instruct the backend to wipe all of the data
belonging to this device when the user does this.  If the attempt fails it is
rescheduled in the future based on the transport's requestBackupTime()
suggestion.  If network connectivity changes prompt the transport to indicate a
backup pass is appropriate "now," any pending init operation is processed before
the backup schedule is resumed.

The broadcasts used internally to the backup manager are now fully protected;
third party apps can neither send nor receive them.

(Also a minor logging change; don't log 'appropriate' EOF encountered during
parsing of a backup data stream.)
2009-09-24 11:19:04 -07:00
Lixin Yue
c3eef96b70 Add call log support to pim.vcard.VCardComposer
Change-Id: I6573b22aa42d60720b93d0f4c3b03fb8213208f2
2009-09-24 11:03:31 -07:00
Karl Rosaen
512fb951a1 am bb339ead: Merge change 26867 into eclair
Merge commit 'bb339eadcb4a3ffd2dc861ffb0f268a49238fd03' into eclair-plus-aosp

* commit 'bb339eadcb4a3ffd2dc861ffb0f268a49238fd03':
  fix bug where siilent mode dissapears when it triggers instead of animating off to the left edge.
2009-09-24 11:03:12 -07:00
Leon Clarke
cf3a289fed am a3a840f9: Merge change 26830 into eclair
Merge commit 'a3a840f9dd13567c31262ea12545ae9f34573739' into eclair-plus-aosp

* commit 'a3a840f9dd13567c31262ea12545ae9f34573739':
  Coloring clicked-on links
2009-09-24 11:02:59 -07:00
Android (Google) Code Review
bb339eadcb Merge change 26867 into eclair
* changes:
  fix bug where siilent mode dissapears when it triggers instead of animating off to the left edge.
2009-09-24 13:53:13 -04:00
Karl Rosaen
ff9c54b721 fix bug where siilent mode dissapears when it triggers instead of animating off to the left edge. 2009-09-24 10:50:48 -07:00
Android (Google) Code Review
a3a840f9dd Merge change 26830 into eclair
* changes:
  Coloring clicked-on links
2009-09-24 13:33:27 -04:00
Amith Yamasani
80ab1b7198 am c15255a9: Add a PRIVACY_SETTINGS action to launch the new Privacy settings screen.
Merge commit 'c15255a979c9fc70bc251aefdcd9c1074b458d49' into eclair-plus-aosp

* commit 'c15255a979c9fc70bc251aefdcd9c1074b458d49':
  Add a PRIVACY_SETTINGS action to launch the new Privacy settings screen.
2009-09-24 10:31:16 -07:00
Karl Rosaen
b9393eae36 am 9f8d59ee: Merge change 26714 into eclair
Merge commit '9f8d59eea1bdb3f979aaa8a5bdf9b1bdada7728b' into eclair-plus-aosp

* commit '9f8d59eea1bdb3f979aaa8a5bdf9b1bdada7728b':
  Update RotarySelector to support vertical orientation, and add resolution specific assets (removing old ones).
2009-09-24 10:26:59 -07:00
Amith Yamasani
c15255a979 Add a PRIVACY_SETTINGS action to launch the new Privacy settings screen. 2009-09-24 10:24:04 -07:00
Leon Clarke
9c8d886bb7 Coloring clicked-on links
Following review comments

Merging in ben's change

Whitespace
2009-09-24 18:22:51 +01:00
Android (Google) Code Review
9f8d59eea1 Merge change 26714 into eclair
* changes:
  Update RotarySelector to support vertical orientation, and add resolution specific assets (removing old ones).
2009-09-24 13:19:15 -04:00