9099 Commits

Author SHA1 Message Date
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
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
Ben Murdoch
349236c61c am b4ef3334: Merge change 26593 into eclair
Merge commit 'b4ef3334ca45ce43f8ed9e193e2b63208bb9624b' into eclair-plus-aosp

* commit 'b4ef3334ca45ce43f8ed9e193e2b63208bb9624b':
  Change the way DRT determines if it is ready to continue to the next test when running in automated mode.
2009-09-24 10:10:59 -07:00
Jeff Hamilton
919dc7389f am 13ab701e: Merge change 26856 into eclair
Merge commit '13ab701e0ab315d75edc03876bf3dc959e6f478c' into eclair-plus-aosp

* commit '13ab701e0ab315d75edc03876bf3dc959e6f478c':
  Make the new ContactsContract APIs public.
2009-09-24 10:05:39 -07: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
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
Mike Reed
e493bf7985 am 9251c344: Merge change 26851 into eclair
Merge commit '9251c344596847c4cd4cf5782fde078459fa4cea' into eclair-plus-aosp

* commit '9251c344596847c4cd4cf5782fde078459fa4cea':
  use new setDither on ImageRef to retain that setting for purgeable images
2009-09-24 09:45:55 -07:00
Daniel Sandler
5e616a5eed am 1ee4aeaa: New high-res framework assets (drop dated Sep-24).
Merge commit '1ee4aeaa46bd22563ebf44b20676afedfdf6d79f' into eclair-plus-aosp

* commit '1ee4aeaa46bd22563ebf44b20676afedfdf6d79f':
  New high-res framework assets (drop dated Sep-24).
2009-09-24 09:42:39 -07: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
Daniel Sandler
fec8896838 am 3e81ad21: Merge change 26819 into eclair
Merge commit '3e81ad2181132da87fb844cda28ac7b2e0738ae0' into eclair-plus-aosp

* commit '3e81ad2181132da87fb844cda28ac7b2e0738ae0':
  Fixes http://b/2143180 (mdpi sdcard notification icons).
2009-09-24 07:36:15 -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
Andrei Popescu
5866935c1b am a7beb95e: Merge change 26818 into eclair
Merge commit 'a7beb95ede9700b1f206ffa571c205c9b7e68539' into eclair-plus-aosp

* commit 'a7beb95ede9700b1f206ffa571c205c9b7e68539':
  Add possibility to customize the chooser dialog used to allow the user to choose the application for sharing a link.
2009-09-24 07:01:36 -07: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
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
223cb4fb4a am d421995f: Fix parsing of HTTP Date years.
Merge commit 'd421995fdb490c687d27b56aa89bc83afc7c3d06' into eclair-plus-aosp

* commit 'd421995fdb490c687d27b56aa89bc83afc7c3d06':
  Fix parsing of HTTP Date years.
2009-09-24 04:28:13 -07:00
Ben Murdoch
d421995fdb Fix parsing of HTTP Date years.
Change-Id: I17157eb145599e6e1a23c5ba77c3c713b8af14ff
2009-09-24 12:14:17 +01:00
Daisuke Miyakawa
3adab9fcff am 23703f16: Merge change 26732 into eclair
Merge commit '23703f16f816d4212e5a95c101a851660c095f24' into eclair-plus-aosp

* commit '23703f16f816d4212e5a95c101a851660c095f24':
  Make ContactStruct explicitly set RawContacts.ACCOUNT_NAME and RawContacts.ACCOUNT_TYPE to null.
2009-09-24 01:50:35 -07:00
Jeff Sharkey
cc582a8ee1 am 63697af8: Generalize DELAY_STARRED_UPDATE location.
Merge commit '63697af83b5479733f2d4398b4199b8e492f532b' into eclair-plus-aosp

* commit '63697af83b5479733f2d4398b4199b8e492f532b':
  Generalize DELAY_STARRED_UPDATE location.
2009-09-24 01:50:23 -07: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
dfd2f6112e am 26d48eb3: Add Groups query parameters for delaying STARRED update.
Merge commit '26d48eb38e533402aa90add8d01489dace92af2f' into eclair-plus-aosp

* commit '26d48eb38e533402aa90add8d01489dace92af2f':
  Add Groups query parameters for delaying STARRED update.
2009-09-24 01:24:39 -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
Chia-chi Yeh
6c8ad7e6c9 am f259901d: Merge change 26794 into eclair
Merge commit 'f259901d31738ae4b595d5072e9c8afc1e21ca9a' into eclair-plus-aosp

* commit 'f259901d31738ae4b595d5072e9c8afc1e21ca9a':
  keystore: remove old implementation and test.
2009-09-24 00:50:57 -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
6e0f926cdb am 7d2795c8: Really fix the build.
Merge commit '7d2795c80c70d5eec67da7848ab1aa8deba538e4' into eclair-plus-aosp

* commit '7d2795c80c70d5eec67da7848ab1aa8deba538e4':
  Really fix the build.
2009-09-23 23:28:21 -07:00
Dianne Hackborn
ad8d9dfb24 am ffa42480: Fix issue #2133206: dialogs/menus should auto-dismiss when screen turns off
Merge commit 'ffa424800d0338b8b894aef2ea1e3e3344cbda7a' into eclair-plus-aosp

* commit 'ffa424800d0338b8b894aef2ea1e3e3344cbda7a':
  Fix issue #2133206: dialogs/menus should auto-dismiss when screen turns off
2009-09-23 23:28:06 -07: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