8316 Commits

Author SHA1 Message Date
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
Android (Google) Code Review
b4ef3334ca 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
Satish Roddom
6cec6e168b Subject issue in MMS message
Open a draft MMS message having some subject, some text and any attachment.
Remove the written subject and again save it as draft.  In the messaging
main screen, can still see previously entered subject.

Change-Id: I1a30978b7c06fab253ea5d4da0254c3780d18a62
2009-09-24 10:02:12 -07:00
Android (Google) Code Review
13ab701e0a Merge change 26856 into eclair
* changes:
  Make the new ContactsContract APIs public.
2009-09-24 12:59:55 -04:00
Android (Google) Code Review
9251c34459 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
Jeff Hamilton
f852698cc3 Make the new ContactsContract APIs public.
Also, squelch warnings that were caused by the
deprecation of the old Contacts APIs.

Change-Id: I91d2804de4b653003cd5504ff0f770c01a6332ef
2009-09-24 11:36:03 -05:00
Mike Reed
17154417e8 use new setDither on ImageRef to retain that setting for purgeable images 2009-09-24 12:35:27 -04:00
Daniel Sandler
1ee4aeaa46 New high-res framework assets (drop dated Sep-24).
Note that there are a few new assets here that don't exist
in mdpi (and aren't yet referenced by code):

	core/res/res/drawable-hdpi/stat_sys_signal_0_cdma.png
	core/res/res/drawable-hdpi/stat_sys_signal_1_cdma.png
	core/res/res/drawable-hdpi/stat_sys_signal_2_cdma.png
	core/res/res/drawable-hdpi/stat_sys_signal_3_cdma.png
	core/res/res/drawable-hdpi/stat_sys_signal_4_cdma.png
	core/res/res/drawable-hdpi/stat_sys_signal_evdo_0.png
	core/res/res/drawable-hdpi/stat_sys_signal_evdo_1.png
	core/res/res/drawable-hdpi/stat_sys_signal_evdo_2.png
	core/res/res/drawable-hdpi/stat_sys_signal_evdo_3.png
	core/res/res/drawable-hdpi/stat_sys_signal_evdo_4.png
2009-09-24 12:26:41 -04:00
Karl Rosaen
74646ad618 Update RotarySelector to support vertical orientation, and add resolution specific assets (removing old ones). 2009-09-24 09:24:42 -07:00
Android (Google) Code Review
3e81ad2181 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
a7beb95ede 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
Bryan Mawhinney
5be61f5b3a Make removeOnAccountsUpdateListener cope with null handlers.
Previously, if callers registered OnAccountsUpdateListeners with a null handler,
removeOnAccountsUpdateListener would fail attempting to remove the listener.

Change-Id: If9906d3711f816e60c4b491b7f33671f089ac00f
2009-09-24 14:50:25 +01:00
Andrei Popescu
354eb66673 Add possibility to customize the chooser dialog used to allow the user to choose the application for sharing a link. 2009-09-24 14:27:59 +01:00
Daniel Sandler
2e760a9ced Fixes http://b/2143180 (mdpi sdcard notification icons).
Adapted from hdpi versions.
2009-09-24 09:11:12 -04:00
Ben Murdoch
2eea5f3dc8 Change the way DRT determines if it is ready to continue to the next test when running in automated mode.
Change-Id: I4d8f6b447dd3c7d7b4baa449a5bacebe4ba59d25
(cherry picked from commit 15b503e46315a56467c0b40d411b457eda7ee334)
2009-09-24 12:48:59 +01:00
Ben Murdoch
d421995fdb Fix parsing of HTTP Date years.
Change-Id: I17157eb145599e6e1a23c5ba77c3c713b8af14ff
2009-09-24 12:14:17 +01:00
Android (Google) Code Review
23703f16f8 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
Jeff Sharkey
63697af83b Generalize DELAY_STARRED_UPDATE location. 2009-09-24 01:26:22 -07:00
Jeff Sharkey
26d48eb38e Add Groups query parameters for delaying STARRED update.
Part of fixing http://b/2075275
2009-09-24 01:15:19 -07:00
Android (Google) Code Review
f259901d31 Merge change 26794 into eclair
* changes:
  keystore: remove old implementation and test.
2009-09-24 03:42:43 -04:00
Jeff Hamilton
7d2795c80c Really fix the build.
Change-Id: I4e45d00b5caede0acf6b9c2e491aee337b05e7a1
2009-09-24 01:20:25 -05:00
Dianne Hackborn
ffa424800d Fix issue #2133206: dialogs/menus should auto-dismiss when screen turns off
Lot of infrastructure for more things to go away when "clear system dialogs"
happens, and now do this when we turn on the lock screen.

Change-Id: I567130296fe47ce82df065ed58ef21b37416ceaf
2009-09-23 23:17:07 -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
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
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
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
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
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
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
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
Jason Sams
6b9dec00af Remove depricated triangleMesh. 2009-09-23 18:07:45 -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
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