Android (Google) Code Review
fee8a6d958
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
807e86aeac
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
9d30ae1856
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
Android (Google) Code Review
51a8d6fed9
Merge change 26944 into eclair
...
* changes:
Add "TYPE=" to type attribute when appropriate.
2009-09-24 19:31:20 -04:00
Android (Google) Code Review
9661c2dcb9
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
Android (Google) Code Review
d4d9acbc89
Merge change 26942 into eclair
...
* changes:
Minor cleanup of profile and compile logging.
2009-09-24 18:46:39 -04:00
Android (Google) Code Review
72018d83ae
Merge change 26933 into eclair
...
* changes:
AAPT: Ignore visual source safe files in resources
2009-09-24 18:36:37 -04:00
Android (Google) Code Review
7fc4baebbb
Merge change 26925 into eclair
...
* changes:
minor SurfaceFlinger code cleanup and remove unnecessary tests
2009-09-24 18:21:40 -04:00
Mathias Agopian
95a666b0e0
minor SurfaceFlinger code cleanup and remove unnecessary tests
2009-09-24 14:57:26 -07:00
Android (Google) Code Review
0a1eeae059
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
4bb432e035
Merge change 26912 into eclair
...
* changes:
Add appendType() utility method.
2009-09-24 17:56:13 -04:00
Android (Google) Code Review
80e2b2ff72
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
Android (Google) Code Review
bb5a2c9197
Merge change 26698 into eclair
...
* changes:
Fix the shortcuts
2009-09-24 17:35:11 -04:00
Android (Google) Code Review
8c783c7dd1
Merge change 26821 into eclair
...
* changes:
Make removeOnAccountsUpdateListener cope with null handlers.
2009-09-24 17:29:53 -04:00
Android (Google) Code Review
4adfacb5af
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
Mathias Agopian
c5f0155d7f
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
38771da39b
Merge change 26908 into eclair
...
* changes:
Fix broken Javadoc link for GLSurfaceView.EGLWindowSurfaceFactory.
2009-09-24 17:11:00 -04:00
Android (Google) Code Review
1ae4f51bed
Merge change 26900 into eclair
...
* changes:
Print IMEI/MEID in dumpsys.
2009-09-24 17:06:49 -04:00
Android (Google) Code Review
1f289252ed
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
9e19510aba
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
0866362413
Merge change 26708 into eclair
...
* changes:
Remove depricated triangleMesh.
2009-09-24 15:34:26 -04:00
Android (Google) Code Review
8f3dbf6c7e
Merge change 26895 into eclair
...
* changes:
Subject issue in MMS message
2009-09-24 15:26:19 -04:00
Android (Google) Code Review
a7eaf7bb0d
Merge change 26891 into eclair
...
* changes:
Make tritex test run with latest OpenGL driver.
2009-09-24 15:20:13 -04:00
Jack Palevich
bc4a4177a3
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
190f7f754d
Merge change 26869 into eclair
...
* changes:
Add call log support to pim.vcard.VCardComposer
2009-09-24 15:13:19 -04:00
Android (Google) Code Review
75608eec6e
Merge change 26882 into eclair
...
* changes:
Publish minor additions to GLSurfaceView API.
2009-09-24 14:56:00 -04:00
Android (Google) Code Review
b7f6499ffe
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
Christopher Tate
6e472890ef
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
Android (Google) Code Review
601500bb2c
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
Android (Google) Code Review
3fdb145db2
Merge change 26830 into eclair
...
* changes:
Coloring clicked-on links
2009-09-24 13:33:27 -04:00
Android (Google) Code Review
3f6abb4752
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
Android (Google) Code Review
265e637d9e
Merge change 26593 into eclair
...
* changes:
Change the way DRT determines if it is ready to continue to the next test when running in automated mode.
2009-09-24 13:04:13 -04:00
Android (Google) Code Review
68a2baef0a
Merge change 26856 into eclair
...
* changes:
Make the new ContactsContract APIs public.
2009-09-24 12:59:55 -04:00
Android (Google) Code Review
b594587dee
Merge change 26851 into eclair
...
* changes:
use new setDither on ImageRef to retain that setting for purgeable images
2009-09-24 12:38:23 -04:00
Android (Google) Code Review
31f74d5f70
Merge change 26819 into eclair
...
* changes:
Fixes http://b/2143180 (mdpi sdcard notification icons).
2009-09-24 10:28:20 -04:00
Android (Google) Code Review
73124ea68b
Merge change 26818 into eclair
...
* changes:
Add possibility to customize the chooser dialog used to allow the user to choose the application for sharing a link.
2009-09-24 09:55:58 -04:00
Android (Google) Code Review
8ed6005351
Merge change 26732 into eclair
...
* changes:
Make ContactStruct explicitly set RawContacts.ACCOUNT_NAME and RawContacts.ACCOUNT_TYPE to null.
2009-09-24 04:42:02 -04:00
Android (Google) Code Review
52984dd7da
Merge change 26794 into eclair
...
* changes:
keystore: remove old implementation and test.
2009-09-24 03:42:43 -04:00
Android (Google) Code Review
aa83fc8173
Merge change 26793 into eclair
...
* changes:
KeyStore: remove classes used by old keystore.
2009-09-24 01:38:42 -04:00
Android (Google) Code Review
e3edfce725
Merge change 26791 into eclair
...
* changes:
KeyStore: return null when response code indicates an error.
2009-09-24 01:38:35 -04:00
Android (Google) Code Review
3e68e1c037
Merge change 26129 into eclair
...
* changes:
Add Phone.getPhoneType() operation.
2009-09-24 01:37:09 -04:00
Chia-chi Yeh
4424dd7dd5
keystore: remove old implementation and test.
...
The new tests will be implemented in java.
2009-09-24 13:35:26 +08:00
Android (Google) Code Review
7b7c3c1515
Merge change 26786 into eclair
...
* changes:
Remove old keystore and related files.
2009-09-24 01:17:01 -04:00
Android (Google) Code Review
a6f2728706
Merge change 26640 into eclair
...
* changes:
Support IPv6 literal URLs, e.g., http://[2001:4860:b004::68]/ as per RFC 3896 section 3.2.2.
2009-09-24 01:03:58 -04:00
Android (Google) Code Review
2c5bc2b743
Merge change 26566 into eclair
...
* changes:
Conditionalized CDMA-specific test.
2009-09-24 00:41:49 -04:00
Android (Google) Code Review
049601e8ee
Merge change 26776 into eclair
...
* changes:
wallpaper: don't erase the background, just to repaint over it. saves 1.7 ms on some hardware
2009-09-24 00:41:46 -04:00
Android (Google) Code Review
56aaeb0abb
Merge changes 26766,26767 into eclair
...
* changes:
turn dithering off if it's not needed
fix [2142193] disable GL_LINEAR when not needed
2009-09-23 22:17:54 -04:00
Mathias Agopian
401c257fba
turn dithering off if it's not needed
2009-09-23 19:16:27 -07:00
Android (Google) Code Review
e5661574a9
Merge change 26616 into eclair
...
* changes:
Add density support to layoutlib so that bitmap are scaled if needed.
2009-09-23 22:10:38 -04:00
Mathias Agopian
a2fe0a234b
fix [2142193] disable GL_LINEAR when not needed
2009-09-23 18:55:02 -07:00