Mike Cleron
432b713c94
Fix bug 2129190
...
The context used by the status bar (i.e., the system context) was
not properly initialized to have the right ApplicationInfo inside
its PackageInfo. This eventually caused it to believe that it
was running at 160dpi.
Kudos to Dianne for figuring this out.
2009-09-24 21:41:19 -07:00
Android (Google) Code Review
cc89ef3d6e
Merge change 26971 into eclair
...
* changes:
Implement pause/resume for the RS thread.
2009-09-24 20:50:39 -04:00
Jason Sams
65e7aa56f5
Implement pause/resume for the RS thread.
2009-09-24 17:38:20 -07:00
Android (Google) Code Review
0665ae22aa
Merge change 26939 into eclair
...
* changes:
Fix 2101425: Camera crashes spontaneously in preview.
2009-09-24 19:59:08 -04:00
Android (Google) Code Review
0808c96126
Merge change 26954 into eclair
...
* changes:
Update layouts to show status (battery, alarm) info on pattern unlock screen. make buttons dark.
2009-09-24 19:54:07 -04:00
Android (Google) Code Review
7d0bdfaf9a
Merge change 26948 into eclair
...
* changes:
Suppress the testPing as we moved the release test target to the userdebug. This test rely on a mock_media_player.so which build under the eng build
2009-09-24 19:53:57 -04:00
Karl Rosaen
816ef1c116
Update layouts to show status (battery, alarm) info on pattern unlock screen. make buttons dark.
2009-09-24 16:51:50 -07:00
Fred Quintana
91a00d3a42
fix typo
2009-09-24 16:45:37 -07:00
Fred Quintana
f580841526
rename misc to birthday
2009-09-24 16:39:17 -07:00
Android (Google) Code Review
4579ed287a
Merge change 26944 into eclair
...
* changes:
Add "TYPE=" to type attribute when appropriate.
2009-09-24 19:31:20 -04:00
Yu Shan Emily Lau
5b0b63b674
Suppress the testPing as we moved the release test target to the userdebug. This test rely on a mock_media_player.so which build under the eng build
2009-09-24 16:17:14 -07:00
Android (Google) Code Review
d35db5ec8b
Merge change 26946 into eclair
...
* changes:
Fix bug#2144742: guard against 0 length encoded string when attaching a 'from' address for MMS.
2009-09-24 19:13:30 -04:00
Daisuke Miyakawa
ccca121ecd
Add "TYPE=" to type attribute when appropriate.
...
Internal issue number: 2142140
2009-09-24 15:52:40 -07:00
Android (Google) Code Review
0d3999f788
Merge change 26942 into eclair
...
* changes:
Minor cleanup of profile and compile logging.
2009-09-24 18:46:39 -04:00
Jason Sams
d3f2eaf60a
Minor cleanup of profile and compile logging.
2009-09-24 15:42:52 -07:00
Chih-Chung Chang
6157de0e2d
Fix 2101425: Camera crashes spontaneously in preview.
...
The problem is we missed an "obj" parameter while calling
postEventFromNative (which put it in a field of a Message object),
so a garbage value on stack is used.
When the GC tries to follow that "obj" field, expecting to find
another object, it crashes.
2009-09-24 15:38:18 -07:00
Android (Google) Code Review
20b394719d
Merge change 26933 into eclair
...
* changes:
AAPT: Ignore visual source safe files in resources
2009-09-24 18:36:37 -04:00
Raphael
3cdfc042dc
AAPT: Ignore visual source safe files in resources
...
BUG 1895888
2009-09-24 15:30:53 -07:00
Android (Google) Code Review
b9c932ba12
Merge change 26925 into eclair
...
* changes:
minor SurfaceFlinger code cleanup and remove unnecessary tests
2009-09-24 18:21:40 -04:00
Wei Huang
ed16d4b7de
Fix bug#2144742: guard against 0 length encoded string when attaching a 'from' address for MMS.
...
Change-Id: I0aad5b3d2834695b44cbb63e40c43a2159b723d9
2009-09-24 15:04:01 -07:00
Mathias Agopian
f2d28b7485
minor SurfaceFlinger code cleanup and remove unnecessary tests
2009-09-24 14:57:26 -07:00
Android (Google) Code Review
a6a4113d50
Merge change 26917 into eclair
...
* changes:
Fix invokables to make sure script pointers are setup before invoking function calls. Reduce app startup time up to 1s.
2009-09-24 17:56:39 -04:00
Android (Google) Code Review
b7e89e4cdc
Merge change 26912 into eclair
...
* changes:
Add appendType() utility method.
2009-09-24 17:56:13 -04:00
Jason Sams
e60446b9c1
Fix invokables to make sure script pointers are setup before invoking function calls. Reduce app startup time up to 1s.
2009-09-24 14:55:38 -07:00
Android (Google) Code Review
117f574e10
Merge change 26911 into eclair
...
* changes:
OpenGL ES doesn't allow glColorPointer with a size parameter other than 4
2009-09-24 17:45:32 -04:00
Daisuke Miyakawa
7497b78c56
Add appendType() utility method.
...
Some fix toward coll history related code is included.
2009-09-24 14:41:23 -07:00
Android (Google) Code Review
dccf22dcea
Merge change 26698 into eclair
...
* changes:
Fix the shortcuts
2009-09-24 17:35:11 -04:00
Android (Google) Code Review
dfb7bc8c87
Merge change 26821 into eclair
...
* changes:
Make removeOnAccountsUpdateListener cope with null handlers.
2009-09-24 17:29:53 -04:00
Fred Quintana
531e580ab1
remove the incorrectly located nickname
2009-09-24 14:27:41 -07:00
Android (Google) Code Review
f4a36e86bb
Merge change 26909 into eclair
...
* changes:
Not all WebView's host have permission to read the history. Add a security catch and return an empty list.
2009-09-24 17:24:40 -04:00
Grace Kloba
db674fb4e8
Not all WebView's host have permission to read the history.
...
Add a security catch and return an empty list.
We don't use tab in the code.
Fix http://b/viewIssue?id=2144339
2009-09-24 14:24:13 -07:00
Mathias Agopian
2ddccd1649
OpenGL ES doesn't allow glColorPointer with a size parameter other than 4
2009-09-24 14:22:29 -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
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
Nicolas Roard
e0fc838ebc
Fix the shortcuts
2009-09-24 21:35:25 +01: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
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
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
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
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
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