4790 Commits

Author SHA1 Message Date
Grace Kloba
46452f6c7e am 22bfcbca: Merge change 25831 into eclair
Merge commit '22bfcbca4f9f4e88dee120c5bf71545f40289e00' into eclair-plus-aosp

* commit '22bfcbca4f9f4e88dee120c5bf71545f40289e00':
  When double tap zoom out to overview mode, force reveal the full
2009-09-18 23:16:45 -07:00
Android (Google) Code Review
22bfcbca4f Merge change 25831 into eclair
* changes:
  When double tap zoom out to overview mode, force reveal the full title bar if it is partial visible.
2009-09-19 02:09:44 -04:00
Dmitri Plotnikov
abf15c30c1 Adding CONTENT_TYPE to CommonDataKinds.Email
Also removing deprecated API

Change-Id: Ie3bd17282bf57c3a73497c91ce233ed135c79502
2009-09-18 20:29:45 -07:00
Dmitri Plotnikov
e378ad525f am 7235e015: am 4b5e7d90: Merge change 25874 into eclair
Merge commit '7235e015acb796f247fc18975b6438d6543f95ee'

* commit '7235e015acb796f247fc18975b6438d6543f95ee':
  ContactsContract: Adding joined columns to the CommonDataKind class definitions.
2009-09-18 19:45:01 -07:00
Dmitri Plotnikov
7235e015ac am 4b5e7d90: Merge change 25874 into eclair
Merge commit '4b5e7d908bfda633fea72f5d20dae63328019c93' into eclair-plus-aosp

* commit '4b5e7d908bfda633fea72f5d20dae63328019c93':
  ContactsContract: Adding joined columns to the CommonDataKind class definitions.
2009-09-18 19:39:41 -07:00
Dianne Hackborn
86ced0e5b8 am 3bd53783: am 84ab79c7: Merge change 25873 into eclair
Merge commit '3bd5378329b48af22613099b0e4709a3633396ff'

* commit '3bd5378329b48af22613099b0e4709a3633396ff':
  Fix transformation on windows.
2009-09-18 19:39:16 -07:00
Android (Google) Code Review
4b5e7d908b Merge change 25874 into eclair
* changes:
  ContactsContract: Adding joined columns to the CommonDataKind class definitions.
2009-09-18 22:31:54 -04:00
Debajit Ghosh
2dcaafd167 handle calendars with an access level of "root" 2009-09-18 18:29:37 -07:00
Jesse Wilson
d0f80d4456 Setting the default HTTP user agent at runtime init.
I can't do this in HttpURLConnection directly, since that would
cause a forbidden dependency from Dalvik on Android.
2009-09-18 18:16:16 -07:00
Evan Millar
7e8e40b919 am 1c35d178: am 95ebd3bd: Merge change 25847 into eclair
Merge commit '1c35d178cba11a97ec8184d30673c84acb691624'

* commit '1c35d178cba11a97ec8184d30673c84acb691624':
  Fix http://b/issue?id=2099487
2009-09-18 18:16:07 -07:00
Dmitri Plotnikov
1550ec6040 am 2c6ca267: am de71cb3b: ContactsContract: Adding joined columns to the Data class definition.
Merge commit '2c6ca2676afe8fe3ee91cd03e1f31c6f61a78818'

* commit '2c6ca2676afe8fe3ee91cd03e1f31c6f61a78818':
  ContactsContract: Adding joined columns to the Data class definition.
2009-09-18 18:15:58 -07:00
Dmitri Plotnikov
72108b2a6f am 77144015: am b18b0956: Merge change 25829 into eclair
Merge commit '7714401570e01086f84e11e0383209eb0ccaf25f'

* commit '7714401570e01086f84e11e0383209eb0ccaf25f':
  Revert "ContactsContract: Adding joined columns to the Data class definition."
2009-09-18 18:15:13 -07:00
Dianne Hackborn
3bd5378329 am 84ab79c7: Merge change 25873 into eclair
Merge commit '84ab79c7f0263f5f5748d3c1ad0d0feedad604cc' into eclair-plus-aosp

* commit '84ab79c7f0263f5f5748d3c1ad0d0feedad604cc':
  Fix transformation on windows.
2009-09-18 18:03:41 -07:00
Android (Google) Code Review
84ab79c7f0 Merge change 25873 into eclair
* changes:
  Fix transformation on windows.
2009-09-18 20:56:25 -04:00
Dmitri Plotnikov
0dc9841821 ContactsContract: Adding joined columns to the CommonDataKind class definitions.
The rationale is this. Since all these joined columns are currently on
different classes, we routinely see code like this:

private static final String[] PROJECTION_PHONE = {
   Data._ID, // 0
   Data.CONTACT_ID, // 1
   Phone.TYPE, // 2
   Phone.NUMBER, // 3
   Phone.LABEL, // 4
   Data.DISPLAY_NAME, // 5
};

After this change, the above declaration changes to:

private static final String[] PROJECTION_PHONE = {
   Phone._ID, // 0
   Phone.CONTACT_ID, // 1
   Phone.TYPE, // 2
   Phone.NUMBER, // 3
   Phone.LABEL, // 4
   Phone.DISPLAY_NAME, // 5
};

Change-Id: I2e84bca3277aeef06eec20cee8c2119ef3b90a9f
2009-09-18 17:48:27 -07:00
Dianne Hackborn
65c2387206 Fix transformation on windows.
The window offset was being applied incorrectly in relation to the
animation transform.

Change-Id: Ia578129f48cf6c57ae795af862d2b6ce5d447994
2009-09-18 17:47:02 -07:00
Evan Millar
1c35d178cb am 95ebd3bd: Merge change 25847 into eclair
Merge commit '95ebd3bdd08e6ad8e13f2ca094a009fabe25ea81' into eclair-plus-aosp

* commit '95ebd3bdd08e6ad8e13f2ca094a009fabe25ea81':
  Fix http://b/issue?id=2099487
2009-09-18 16:05:27 -07:00
Dmitri Plotnikov
2c6ca2676a am de71cb3b: ContactsContract: Adding joined columns to the Data class definition.
Merge commit 'de71cb3b6f3a7484402e2288ddfaad3ea3821f59' into eclair-plus-aosp

* commit 'de71cb3b6f3a7484402e2288ddfaad3ea3821f59':
  ContactsContract: Adding joined columns to the Data class definition.
2009-09-18 16:05:18 -07:00
Android (Google) Code Review
95ebd3bdd0 Merge change 25847 into eclair
* changes:
  Fix http://b/issue?id=2099487
2009-09-18 18:59:58 -04:00
Christopher Tate
a286f41908 Don't back up / restore certain sync-related settings
In particular, this no longer attempts to back up the on/off state of specific
backend syncing [gmail/contacts/calendar], nor the "background data" toggle.
The former was causing a great deal of spurious trips through backup as the
notification was being tickled during general sync operation, and the latter
makes little sense at restore time.

Fixes these issues:

b/2097613 - frequent "backup_data_changed" messages in event log
b/2131662 - should not backup background data, master sync settings
2009-09-18 15:56:14 -07:00
Dmitri Plotnikov
de71cb3b6f ContactsContract: Adding joined columns to the Data class definition.
The rationale is this. Since all these joined columns are currently on
different classes, we routinely see code like this:

private static final String[] PROJECTION_PHONE = {
   Data._ID, // 0
   RawContacts.CONTACT_ID, // 1
   Phone.TYPE, // 2
   Phone.NUMBER, // 3
   Phone.LABEL, // 4
   Contacts.DISPLAY_NAME, // 5
};

The most noxious line is RawContacts.CONTACT_ID

After this change, the above declaration changes to:

private static final String[] PROJECTION_PHONE = {
   Data._ID, // 0
   Data.CONTACT_ID, // 1
   Phone.TYPE, // 2
   Phone.NUMBER, // 3
   Phone.LABEL, // 4
   Data.DISPLAY_NAME, // 5
};

Change-Id: I03bfc700e4c8c58a175bc885bf7b807d7fed0744
2009-09-18 15:54:26 -07:00
Evan Millar
7ff7ddf70b Fix http://b/issue?id=2099487
Change-Id: Ib5391cc5e9d17bc4ad964471037e7f9819802a64
2009-09-18 15:45:42 -07:00
Dmitri Plotnikov
7714401570 am b18b0956: Merge change 25829 into eclair
Merge commit 'b18b0956afbe0730ced1c5b95c0071dba447765e' into eclair-plus-aosp

* commit 'b18b0956afbe0730ced1c5b95c0071dba447765e':
  Revert "ContactsContract: Adding joined columns to the Data class definition."
2009-09-18 15:13:59 -07:00
Grace Kloba
17dd1aebf5 When double tap zoom out to overview mode, force reveal the full
title bar if it is partial visible.

http://b/issue?id=2110583
2009-09-18 15:11:51 -07:00
Dmitri Plotnikov
ea36747114 Revert "ContactsContract: Adding joined columns to the Data class definition."
This reverts commit dd768a6a736bc202b62aa20f3282b3cfb285dc7f.
2009-09-18 15:04:58 -07:00
Dmitri Plotnikov
bc1c08f0e7 am ad479513: am 6a154178: Merge change 25800 into eclair
Merge commit 'ad479513541821012ca8ed9be288871976b24a02'

* commit 'ad479513541821012ca8ed9be288871976b24a02':
  ContactsContract: Adding joined columns to the Data class definition.
2009-09-18 14:08:49 -07:00
Nick Pelly
d5733d54c5 am d1cbfe0a: am d7638e6d: Merge change 25780 into eclair
Merge commit 'd1cbfe0a53bda0eddf281a28ac121ab5001197a7'

* commit 'd1cbfe0a53bda0eddf281a28ac121ab5001197a7':
  Reject lowercase characters in checkBluetoothAddress().
2009-09-18 14:08:41 -07:00
Evan Millar
f831c022a5 am 9fd42199: am 2c22a510: More hi-res assets, and darken background color to donut level.
Merge commit '9fd4219923901a3c1fdb5789431e49b76538fb91'

* commit '9fd4219923901a3c1fdb5789431e49b76538fb91':
  More hi-res assets, and darken background color to donut level.
2009-09-18 14:08:29 -07:00
Daniel Sandler
eb9d6fc6c0 am e064bd8e: am 3f90aae6: Merge change 25786 into eclair
Merge commit 'e064bd8e34f7908c7291956702dce8ae292f67ca'

* commit 'e064bd8e34f7908c7291956702dce8ae292f67ca':
  Fix http://b/2086471 (list view headers too dark in mdpi).
2009-09-18 14:08:07 -07:00
Dmitri Plotnikov
ad47951354 am 6a154178: Merge change 25800 into eclair
Merge commit '6a15417849afab889f1f0cd79e655eaac6b45dca' into eclair-plus-aosp

* commit '6a15417849afab889f1f0cd79e655eaac6b45dca':
  ContactsContract: Adding joined columns to the Data class definition.
2009-09-18 14:00:03 -07:00
Nick Pelly
d1cbfe0a53 am d7638e6d: Merge change 25780 into eclair
Merge commit 'd7638e6de29d475623ac7f05a6fa92e92362be22' into eclair-plus-aosp

* commit 'd7638e6de29d475623ac7f05a6fa92e92362be22':
  Reject lowercase characters in checkBluetoothAddress().
2009-09-18 13:59:55 -07:00
Evan Millar
9fd4219923 am 2c22a510: More hi-res assets, and darken background color to donut level.
Merge commit '2c22a51072fd71e3a50df9c26f9078bd62c90cd3' into eclair-plus-aosp

* commit '2c22a51072fd71e3a50df9c26f9078bd62c90cd3':
  More hi-res assets, and darken background color to donut level.
2009-09-18 13:59:46 -07:00
Android (Google) Code Review
6a15417849 Merge change 25800 into eclair
* changes:
  ContactsContract: Adding joined columns to the Data class definition.
2009-09-18 16:54:34 -04:00
Dmitri Plotnikov
dd768a6a73 ContactsContract: Adding joined columns to the Data class definition.
The rationale is this.  Since all these joined columns are currently on
different classes, we routinely see code like this:

private static final String[] PROJECTION_PHONE = {
        Data._ID,                   // 0
        RawContacts.CONTACT_ID,     // 1
        Phone.TYPE,                 // 2
        Phone.NUMBER,               // 3
        Phone.LABEL,                // 4
        Contacts.DISPLAY_NAME,      // 5
    };

The most noxious line is RawContacts.CONTACT_ID

After this change, the above declaration changes to:

    private static final String[] PROJECTION_PHONE = {
        Data._ID,                   // 0
        Data.CONTACT_ID,            // 1
        Phone.TYPE,                 // 2
        Phone.NUMBER,               // 3
        Phone.LABEL,                // 4
        Data.DISPLAY_NAME,          // 5
    };

Change-Id: I820e68efd6c1364241596f826c4da1b9c2defe11
2009-09-18 13:53:49 -07:00
Android (Google) Code Review
d7638e6de2 Merge change 25780 into eclair
* changes:
  Reject lowercase characters in checkBluetoothAddress().
2009-09-18 16:51:36 -04:00
Evan Millar
2c22a51072 More hi-res assets, and darken background color to donut level.
Includes hi-res divider and header assets.

Change-Id: I8fbeb619509886f707fe604a8057c6beda1e03a7
2009-09-18 13:27:09 -07:00
Daniel Sandler
e064bd8e34 am 3f90aae6: Merge change 25786 into eclair
Merge commit '3f90aae6184bf0713ad684fcea3c4836479b9de4' into eclair-plus-aosp

* commit '3f90aae6184bf0713ad684fcea3c4836479b9de4':
  Fix http://b/2086471 (list view headers too dark in mdpi).
2009-09-18 12:23:39 -07:00
Jacek Surazski
98ccd4d5e6 am 64f0e243: am c3a3b399: Merge change 25752 into eclair
Merge commit '64f0e2430fa59105943cfe59ce2593b9b086514f'

* commit '64f0e2430fa59105943cfe59ce2593b9b086514f':
  Add a Gservices setting to controll the app error reporting feature.
2009-09-18 12:23:07 -07:00
Android (Google) Code Review
3f90aae618 Merge change 25786 into eclair
* changes:
  Fix http://b/2086471 (list view headers too dark in mdpi).
2009-09-18 15:18:27 -04:00
Daniel Sandler
4d5babce58 Fix http://b/2086471 (list view headers too dark in mdpi). 2009-09-18 15:17:33 -04:00
Jacek Surazski
64f0e2430f am c3a3b399: Merge change 25752 into eclair
Merge commit 'c3a3b399a9d7707b7f3c4108e0e31a1b664a6f22' into eclair-plus-aosp

* commit 'c3a3b399a9d7707b7f3c4108e0e31a1b664a6f22':
  Add a Gservices setting to controll the app error reporting feature.
2009-09-18 12:13:35 -07:00
Android (Google) Code Review
c3a3b399a9 Merge change 25752 into eclair
* changes:
  Add a Gservices setting to controll the app error reporting feature.
2009-09-18 15:07:28 -04:00
Andrei Popescu
9b8f100db1 am f491cba0: am fd49faae: Merge change 25772 into eclair
Merge commit 'f491cba0180928e1f0aa869447fb2ccc0d37ec3a'

* commit 'f491cba0180928e1f0aa869447fb2ccc0d37ec3a':
  Add progress view and default poster for the <video> implementation
2009-09-18 11:38:14 -07:00
Nick Pelly
c2fd6c6dba am c66b3113: am 93727454: Merge change 25768 into eclair
Merge commit 'c66b3113f80ae0451bcaa48f595c732e9035e33a'

* commit 'c66b3113f80ae0451bcaa48f595c732e9035e33a':
  Add one line of logging when SCO SOCKET connect starts.
2009-09-18 11:38:06 -07:00
Nick Pelly
55e66f1b73 Reject lowercase characters in checkBluetoothAddress().
This keeps consistency with Bluez which uses upper case string address. It's
important to keep the case the same so that .equals() in BluetoothService.java
work.

Change-Id: I6404ca137d0aec3cc2e6e7cb79763d5305a03547
2009-09-18 11:37:06 -07:00
Andrei Popescu
f491cba018 am fd49faae: Merge change 25772 into eclair
Merge commit 'fd49faae33dc813c93347d1bcc8fa7c4fa0ae55d' into eclair-plus-aosp

* commit 'fd49faae33dc813c93347d1bcc8fa7c4fa0ae55d':
  Add progress view and default poster for the <video> implementation
2009-09-18 11:28:48 -07:00
Nick Pelly
c66b3113f8 am 93727454: Merge change 25768 into eclair
Merge commit '93727454caf1b3540a352328abd0400c2242902b' into eclair-plus-aosp

* commit '93727454caf1b3540a352328abd0400c2242902b':
  Add one line of logging when SCO SOCKET connect starts.
2009-09-18 11:28:41 -07:00
Android (Google) Code Review
fd49faae33 Merge change 25772 into eclair
* changes:
  Add progress view and default poster for the <video> implementation
2009-09-18 14:22:01 -04:00
Andrei Popescu
bf385d7c7b Add progress view and default poster for the <video> implementation 2009-09-18 19:07:17 +01:00
Dianne Hackborn
7dd8687af4 am 1e8c9531: am ffda371c: Merge change 25734 into eclair
Merge commit '1e8c95318f0cce70dc66fb29036d084d5665abd8'

* commit '1e8c95318f0cce70dc66fb29036d084d5665abd8':
  Show the live wallpaper on the lock screen.
2009-09-18 10:35:41 -07:00