9099 Commits

Author SHA1 Message Date
Chia-chi Yeh
f77902c224 am f11cc96e: Merge change 26793 into eclair
Merge commit 'f11cc96ee837f8b0d530f3a5dd78ffc358727411' into eclair-plus-aosp

* commit 'f11cc96ee837f8b0d530f3a5dd78ffc358727411':
  KeyStore: remove classes used by old keystore.
2009-09-23 22:44:53 -07:00
Chia-chi Yeh
fec0728cfb am ea09a5b6: Merge change 26791 into eclair
Merge commit 'ea09a5b662e141a1d05c2fa6accd914f7f5904bc' into eclair-plus-aosp

* commit 'ea09a5b662e141a1d05c2fa6accd914f7f5904bc':
  KeyStore: return null when response code indicates an error.
2009-09-23 22:44:40 -07:00
Tammo Spalink
c1f200c172 am 3436eb81: Merge change 26129 into eclair
Merge commit '3436eb81cdd52ed5bfeb64f3240bbeae6760c317' into eclair-plus-aosp

* commit '3436eb81cdd52ed5bfeb64f3240bbeae6760c317':
  Add Phone.getPhoneType() operation.
2009-09-23 22:44:26 -07:00
Android (Google) Code Review
f11cc96ee8 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
ea09a5b662 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
3436eb81cd Merge change 26129 into eclair
* changes:
  Add Phone.getPhoneType() operation.
2009-09-24 01:37:09 -04:00
Chia-chi Yeh
b5597801ad keystore: remove old implementation and test.
The new tests will be implemented in java.
2009-09-24 13:35:26 +08:00
Jeff Hamilton
f4c102c4a8 am 0c23212e: Re-hide the contacts APIs, the droiddoc build is failing.
Merge commit '0c23212ebdfbe008aca95d2ace2e52ca0a0b7ec7' into eclair-plus-aosp

* commit '0c23212ebdfbe008aca95d2ace2e52ca0a0b7ec7':
  Re-hide the contacts APIs, the droiddoc build is failing.
2009-09-23 22:34:33 -07:00
Hung-ying Tyan
4653512fc1 am 46a41e0e: Merge change 26786 into eclair
Merge commit '46a41e0e7f95f43aa7251114f12fd5e2b9933bc7' into eclair-plus-aosp

* commit '46a41e0e7f95f43aa7251114f12fd5e2b9933bc7':
  Remove old keystore and related files.
2009-09-23 22:34:16 -07:00
Chia-chi Yeh
8c596c6cce KeyStore: remove classes used by old keystore. 2009-09-24 13:32:40 +08:00
Chia-chi Yeh
f1ece5d0c1 KeyStore: return null when response code indicates an error. 2009-09-24 13:29:58 +08:00
Jeff Hamilton
0c23212ebd Re-hide the contacts APIs, the droiddoc build is failing.
Change-Id: I1d1e73924e26045ad137a19c32976ecfe68c7d49
2009-09-24 00:26:50 -05:00
Tammo Spalink
3cc97f8dbc Add Phone.getPhoneType() operation.
This routine returns integer values defined in the Phone interface,
derived from RILConstants values.  Direct references to the
RILConstants are replaced by references to these new ones for
consistency.

API CHANGE:
  unhide TelephonyManager.PHONE_TYPE_CDMA

Addresses issue:
http://buganizer/issue?id=1905415

Change-Id: Icfec6d457231b098c031677a66770b5e57be4a44
2009-09-24 13:19:08 +08:00
Android (Google) Code Review
46a41e0e7f Merge change 26786 into eclair
* changes:
  Remove old keystore and related files.
2009-09-24 01:17:01 -04:00
Hung-ying Tyan
ec05c46ea9 Remove old keystore and related files. 2009-09-24 13:13:44 +08:00
Lorenzo Colitti
4d5cd95542 am 7c5c6076: Merge change 26640 into eclair
Merge commit '7c5c6076ea5d02aabbb449b1341ec44d184d1316' into eclair-plus-aosp

* commit '7c5c6076ea5d02aabbb449b1341ec44d184d1316':
  Support IPv6 literal URLs, e.g., http://[2001:4860:b004::68]/ as per RFC 3896
2009-09-23 22:09:41 -07:00
Android (Google) Code Review
7c5c6076ea 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
Tammo Spalink
a1e350eadc am b89cfb0f: Merge change 26566 into eclair
Merge commit 'b89cfb0f9db2b1a4655c5e78e5c57855b5a78ee9' into eclair-plus-aosp

* commit 'b89cfb0f9db2b1a4655c5e78e5c57855b5a78ee9':
  Conditionalized CDMA-specific test.
2009-09-23 21:50:40 -07:00
Mathias Agopian
ed4efca641 am 63e118ed: Merge change 26776 into eclair
Merge commit '63e118ed799f83085e5c6f222c4288576bf13d9c' into eclair-plus-aosp

* commit '63e118ed799f83085e5c6f222c4288576bf13d9c':
  wallpaper: don't erase the background, just to repaint over it. saves 1.7 ms on some hardware
2009-09-23 21:50:28 -07:00
Android (Google) Code Review
b89cfb0f9d Merge change 26566 into eclair
* changes:
  Conditionalized CDMA-specific test.
2009-09-24 00:41:49 -04:00
Android (Google) Code Review
63e118ed79 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
Tammo Spalink
af8e23fe9e Conditionalized CDMA-specific test.
Addresses issue:
http://b/issue?id=2122045

Change-Id: Ia43e254f0808e1d96cbd240101eee621979e9100
2009-09-24 12:29:16 +08:00
Jeff Hamilton
259540ad8d am 85abdc59: Make the new ContactsContract public.
Merge commit '85abdc59c3a31df6dc6ac4f20e64d5c91fa70023' into eclair-plus-aosp

* commit '85abdc59c3a31df6dc6ac4f20e64d5c91fa70023':
  Make the new ContactsContract public.
2009-09-23 21:21:26 -07:00
Mathias Agopian
e2d034c901 wallpaper: don't erase the background, just to repaint over it. saves 1.7 ms on some hardware 2009-09-23 21:06:17 -07:00
Jeff Hamilton
85abdc59c3 Make the new ContactsContract public.
It replaces the now deprecated Contacts APIs.

Change-Id: Id65ff35d78cb79740cdc4c94388cc965ce4f2f2d
2009-09-23 22:41:59 -05:00
Mathias Agopian
b24f1f9fbc am da351111: Merge changes 26766,26767 into eclair
Merge commit 'da3511113a674d50008ec1a9ec45bbc5f51424cf' into eclair-plus-aosp

* commit 'da3511113a674d50008ec1a9ec45bbc5f51424cf':
  turn dithering off if it's not needed
  fix [2142193] disable GL_LINEAR when not needed
2009-09-23 19:24:12 -07:00
Xavier Ducrohet
d6fdec7bd1 am 3b805d57: Merge change 26616 into eclair
Merge commit '3b805d570716749966b909be16513f882522c58e' into eclair-plus-aosp

* commit '3b805d570716749966b909be16513f882522c58e':
  Add density support to layoutlib so that bitmap are scaled if needed.
2009-09-23 19:24:00 -07:00
Android (Google) Code Review
da3511113a 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
cc934763c3 turn dithering off if it's not needed 2009-09-23 19:16:27 -07:00
Android (Google) Code Review
3b805d5707 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
eb6d4bf93c am 8434c536: the boot animation is back! it broke in a recent check-in
Merge commit '8434c5369304e639efe8eab368ca410c589d87c2' into eclair-plus-aosp

* commit '8434c5369304e639efe8eab368ca410c589d87c2':
  the boot animation is back! it broke in a recent check-in
2009-09-23 19:04:28 -07:00
Mathias Agopian
44cac13465 fix [2142193] disable GL_LINEAR when not needed 2009-09-23 18:55:02 -07:00
Mathias Agopian
8434c53693 the boot animation is back! it broke in a recent check-in 2009-09-23 18:52:49 -07:00
Mike Cleron
99961218ed am 769de37e: Merge change 26752 into eclair
Merge commit '769de37e2108542f7085536e46ddcd8eab8ad69b' into eclair-plus-aosp

* commit '769de37e2108542f7085536e46ddcd8eab8ad69b':
  Fix 2105956: The nine patch markers for one of the zoom buttons were reversed
2009-09-23 18:41:52 -07:00
Android (Google) Code Review
769de37e21 Merge change 26752 into eclair
* changes:
  Fix 2105956: The nine patch markers for one of the zoom buttons were reversed
2009-09-23 21:27:46 -04:00
Mike Cleron
826653df85 Fix 2105956: The nine patch markers for one of the zoom buttons were reversed 2009-09-23 18:20:11 -07:00
Daisuke Miyakawa
de26b54bb6 Make ContactStruct explicitly set RawContacts.ACCOUNT_NAME and RawContacts.ACCOUNT_TYPE to null.
Contacts app's EditContactActivity now explicitly set those to null, so I thought vCard importer
also shold do so.

Internal issue number: 2141766

TODO:
Contacts app's side should be also modified to completely fix the issue above.
2009-09-23 18:11:09 -07:00
Lorenzo Colitti
78cf04f658 Support IPv6 literal URLs, e.g., http://[2001:4860:b004::68]/ as per RFC 3896
section 3.2.2.

Change-Id: I6166753fac2c141440fc3c860ab644b29b188d76
2009-09-23 18:05:51 -07:00
Mike Cleron
f12c6f3015 am 880aaa7f: Merge change 26730 into eclair
Merge commit '880aaa7fe0706dbadbb8f2f6b39b4f3021f74c01' into eclair-plus-aosp

* commit '880aaa7fe0706dbadbb8f2f6b39b4f3021f74c01':
  Fix 2132058: Tweak hdpi textfield assets so they align with buttons
2009-09-23 17:54:25 -07:00
Android (Google) Code Review
880aaa7fe0 Merge change 26730 into eclair
* changes:
  Fix 2132058: Tweak hdpi textfield assets so they align with buttons
2009-09-23 20:49:01 -04:00
Joe Onorato
93e4b5b01d am a3007127: Merge change 26728 into eclair
Merge commit 'a30071273a8ee59b300eebe515db86f9070ab4a4' into eclair-plus-aosp

* commit 'a30071273a8ee59b300eebe515db86f9070ab4a4':
  Make the renderscript timing logging available by setting debug.rs.profile=1
2009-09-23 17:34:53 -07:00
Mike Cleron
67e42b0f98 Fix 2132058: Tweak hdpi textfield assets so they align with buttons 2009-09-23 17:28:04 -07:00
Android (Google) Code Review
a30071273a Merge change 26728 into eclair
* changes:
  Make the renderscript timing logging available by setting debug.rs.profile=1
2009-09-23 20:27:52 -04:00
Joe Onorato
9ac2c66f01 Make the renderscript timing logging available by setting debug.rs.profile=1 2009-09-23 17:26:07 -07:00
Mathias Agopian
12348492e1 am b5501d0e: Merge change 26719 into eclair
Merge commit 'b5501d0e5ce69a1c06d9f9a871b48db4b4274791' into eclair-plus-aosp

* commit 'b5501d0e5ce69a1c06d9f9a871b48db4b4274791':
  fix simulator build
2009-09-23 17:20:12 -07:00
Android (Google) Code Review
b5501d0e5c Merge change 26719 into eclair
* changes:
  fix simulator build
2009-09-23 20:11:04 -04:00
Dianne Hackborn
b8f193da85 am ce605142: Merge change 26717 into eclair
Merge commit 'ce60514221f2a143a0f85a1c63637d674eaa3d58' into eclair-plus-aosp

* commit 'ce60514221f2a143a0f85a1c63637d674eaa3d58':
  Newer animations.
2009-09-23 17:10:07 -07:00
Mathias Agopian
060f388c63 am 6e35b50e: Merge change 26715 into eclair
Merge commit '6e35b50e8d77ff16ffbcac88f421c7091d1c9b8c' into eclair-plus-aosp

* commit '6e35b50e8d77ff16ffbcac88f421c7091d1c9b8c':
  fix [2133214] STOPSHIP: revert I4a06bb4f: workaround for [2113743] Sholes: frozen then runtime restart going to list view
2009-09-23 17:09:53 -07:00
Mathias Agopian
b4d5a72691 fix simulator build 2009-09-23 17:05:19 -07:00
Android (Google) Code Review
ce60514221 Merge change 26717 into eclair
* changes:
  Newer animations.
2009-09-23 20:04:44 -04:00