Commit Graph

7814 Commits

Author SHA1 Message Date
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
Jeff Hamilton
0c23212ebd Re-hide the contacts APIs, the droiddoc build is failing.
Change-Id: I1d1e73924e26045ad137a19c32976ecfe68c7d49
2009-09-24 00:26:50 -05: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
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
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
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
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
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
Neel Parekh
eeadd3ffa2 Allow us to set the contact uri without setting the fast track's uri 2009-09-23 17:05:21 -07:00
Android (Google) Code Review
ce60514221 Merge change 26717 into eclair
* changes:
  Newer animations.
2009-09-23 20:04:44 -04:00
Dianne Hackborn
5baba16989 Newer animations.
Change-Id: I1bb8e52f91dc60a6ec9496e2c66623bc8080b95d
2009-09-23 17:03:41 -07:00
Wu-cheng Li
a303115742 am e6bea600: Change setRotation documentaion.
Merge commit 'e6bea600fe5600017a4824adb14752a5b915d164' into eclair-plus-aosp

* commit 'e6bea600fe5600017a4824adb14752a5b915d164':
  Change setRotation documentaion.
2009-09-23 16:49:19 -07:00
Wu-cheng Li
e6bea600fe Change setRotation documentaion. 2009-09-23 16:40:10 -07:00
Jim Miller
1f21839a98 am 8799b96e: Merge change 26314 into eclair
Merge commit '8799b96ea09d5fdd9904dd9de3002c0a9cd28fdc' into eclair-plus-aosp

* commit '8799b96ea09d5fdd9904dd9de3002c0a9cd28fdc':
  Delay broadcasting ACCOUNTS_CHANGED until we're certain AndroidId is ready.
2009-09-23 16:24:02 -07:00
Android (Google) Code Review
8799b96ea0 Merge change 26314 into eclair
* changes:
  Delay broadcasting ACCOUNTS_CHANGED until we're certain AndroidId is ready.
2009-09-23 19:15:29 -04:00
Jim Miller
50c05f38b3 Delay broadcasting ACCOUNTS_CHANGED until we're certain AndroidId is ready.
Make sure 'nobroadcast' flag doesn't get stored in database.
Update after review.
2009-09-23 16:05:03 -07:00
Fred Quintana
3fee3fb646 am 8f1e5981: Merge change 26653 into eclair
Merge commit '8f1e598118d612988ffecfa979778e9aab4ece57' into eclair-plus-aosp

* commit '8f1e598118d612988ffecfa979778e9aab4ece57':
  make the SyncManager listen for backgroun data setting changes and do a sync when the setting is enabled
2009-09-23 16:04:34 -07:00
Android (Google) Code Review
8f1e598118 Merge change 26653 into eclair
* changes:
  make the SyncManager listen for backgroun data setting changes and do a sync when the setting is enabled
2009-09-23 18:58:07 -04:00
Sanjay Jeyakumar
ea986e301f am f017167f: Merge change 25794 into eclair
Merge commit 'f017167f52e2459cf16fabde8afb5a6c51bd780f' into eclair-plus-aosp

* commit 'f017167f52e2459cf16fabde8afb5a6c51bd780f':
  Remove the GDD Gservices setting.
2009-09-23 13:46:07 -07:00
Debajit Ghosh
6351cf72a5 am 193a6261: Merge change 26537 into eclair
Merge commit '193a6261894619985866220c320017f0831d6055' into eclair-plus-aosp

* commit '193a6261894619985866220c320017f0831d6055':
  add hashCode() and equals() to Rfc822Token, as well as a convenience tokenizer method to Rfc822Tokenizer, as part of a calendar guest bugfix.
2009-09-23 13:45:55 -07:00
Android (Google) Code Review
f017167f52 Merge change 25794 into eclair
* changes:
  Remove the GDD Gservices setting.
2009-09-23 16:37:57 -04:00
Sanjay Jeyakumar
b34a3a0805 Remove the GDD Gservices setting. 2009-09-23 13:34:20 -07:00
Android (Google) Code Review
193a626189 Merge change 26537 into eclair
* changes:
  add hashCode() and equals() to Rfc822Token, as well as a convenience tokenizer method to Rfc822Tokenizer, as part of a calendar guest bugfix.
2009-09-23 16:17:02 -04:00
Fred Quintana
600dde04ee make the SyncManager listen for backgroun data setting changes and do a sync when the setting is enabled 2009-09-23 12:58:51 -07:00
Cary Clark
307ad592b8 am 37703b6c: invalidate the webview after pressing the IME \'next\' button
Merge commit '37703b6c875a935e6341d8a710796bc0c87d3044' into eclair-plus-aosp

* commit '37703b6c875a935e6341d8a710796bc0c87d3044':
  invalidate the webview after pressing the IME 'next' button
2009-09-23 12:51:27 -07:00
Cary Clark
37703b6c87 invalidate the webview after pressing the IME 'next' button
fixes http://b/issue?id=2141013
2009-09-23 15:40:17 -04:00
Wei Huang
990057877d am 9bb05ab9: am df586217: Merge change 26446 into eclair
Merge commit '9bb05ab9d5bcfdd214bbdce89cd87877f5e9b452'

* commit '9bb05ab9d5bcfdd214bbdce89cd87877f5e9b452':
  fix bug 2100169: add the line1 number + "/TYPE=PLMN" when sending a pdu.
2009-09-23 11:39:32 -07:00
Ray Chen
94cdc3d0e2 am 830207ca: Merge change 25635 into eclair
Merge commit '830207cab4047431d7a38443531a3a912bfecf3a' into eclair-plus-aosp

* commit '830207cab4047431d7a38443531a3a912bfecf3a':
  Add new thumbnail API.
2009-09-23 11:38:06 -07:00
Costin Manolache
6747acd064 am cd757401: am 4271c7c3: Merge change 26449 into eclair
Merge commit 'cd7574014c874d2bc75be8a3f3c1bab862205999'

* commit 'cd7574014c874d2bc75be8a3f3c1bab862205999':
  Keep track of 'initial' sync state in SyncStatusInfo
2009-09-23 11:37:38 -07:00
Mark Wagner
35e2e2e980 am af2c5915: am 63147705: Merge change 26437 into eclair
Merge commit 'af2c5915a57454ab0762755d85171d912e753063'

* commit 'af2c5915a57454ab0762755d85171d912e753063':
  Don't show the badge background when we have no uri, email, or phone.
2009-09-23 11:36:13 -07:00
Karl Rosaen
fbb49d72a4 am b978ee3c: am 36dac6ae: Merge change 26390 into eclair
Merge commit 'b978ee3c253499f2ed4af7bb1f54b8b7ae1ad99c'

* commit 'b978ee3c253499f2ed4af7bb1f54b8b7ae1ad99c':
  Bring the dimples back, and make the "spin around" animation have a fling feeling.
2009-09-23 11:35:22 -07:00
Dianne Hackborn
d2933624c5 am 353bf452: am 9bfb7075: Various fixes and improvements to window, activity.
Merge commit '353bf45201e9440b61de8f89c92d1823ba55a198'

* commit '353bf45201e9440b61de8f89c92d1823ba55a198':
  Various fixes and improvements to window, activity.
2009-09-23 11:34:52 -07:00
Leon Scroggins
2fd4943847 am 6d181166: Merge change 26615 into eclair
Merge commit '6d181166a2e5c819e274397f90e33d340061750f' into eclair-plus-aosp

* commit '6d181166a2e5c819e274397f90e33d340061750f':
  Provide a getter to access the width of the HTML document.
2009-09-23 11:34:20 -07:00
Derek Sollenberger
99e5103e14 am effd391a: am c0b8a96d: launching plugin activity when a plugin requests to go full screen.
Merge commit 'effd391a96f473e113df9c116a98ceeb6e067ff7'

* commit 'effd391a96f473e113df9c116a98ceeb6e067ff7':
  launching plugin activity when a plugin requests to go full screen.
2009-09-23 11:33:31 -07:00
Jaikumar Ganesh
815ec2104a am d7c4cf5f: am 34ca22d2: Merge change 26366 into eclair
Merge commit 'd7c4cf5fdfe0d26c0b40ba8823b8ea321a486367'

* commit 'd7c4cf5fdfe0d26c0b40ba8823b8ea321a486367':
  Set the bonding for incoming connections only when authentication is requested.
2009-09-23 11:32:43 -07:00
Bjorn Bringert
6dc970e89c am 668b5554: am 916b2ca9: Merge change 26355 into eclair
Merge commit '668b55543b6fcae815edc217a839804f47ebb738'

* commit '668b55543b6fcae815edc217a839804f47ebb738':
  Use FLAG_ACTIVITY_CLEAR_TOP when launching search suggestions.
2009-09-23 11:31:58 -07:00
Bjorn Bringert
38c344ed22 am c216f4a0: am af1eb148: Merge change 25465 into eclair
Merge commit 'c216f4a0238c2bd3720dbb5c5f04a52ac7691e59'

* commit 'c216f4a0238c2bd3720dbb5c5f04a52ac7691e59':
  Reset typeface when changing from visible password inputType
2009-09-23 11:31:22 -07:00
Android (Google) Code Review
830207cab4 Merge change 25635 into eclair
* changes:
  Add new thumbnail API.
2009-09-23 14:31:04 -04:00
Andrei Popescu
42f83146fb am 22d3ba8a: am dee76be4: Fix for 2122292: make sure we unregister the ContentObserver for the system location settings. Also make the GoogleLocationManager use the singleton pattern correctly.
Merge commit '22d3ba8ac6faddcdad279b775a5f6237c0d2132f'

* commit '22d3ba8ac6faddcdad279b775a5f6237c0d2132f':
  Fix for 2122292: make sure we unregister the ContentObserver for the system location settings. Also make the GoogleLocationManager use the singleton pattern correctly.
2009-09-23 11:30:24 -07:00
Grace Kloba
160d35ede4 am 1be0eb6f: am 24a3ff95: Change double tap toast to long toast.
Merge commit '1be0eb6fc9a2933e7a16cc5bb05e24c6bd09ff62'

* commit '1be0eb6fc9a2933e7a16cc5bb05e24c6bd09ff62':
  Change double tap toast to long toast.
2009-09-23 11:30:10 -07:00
Ray Chen
00c575a3fc Add new thumbnail API. 2009-09-23 11:23:45 -07:00
Leon Scroggins
ea96d1e27f Provide a getter to access the width of the HTML document.
Necessary to scale thumbnail pictures to show the full page width.

Change-Id: I631e880b09fe66403ea71bf5e019899a180e6a53
2009-09-23 14:14:34 -04:00
Debajit Ghosh
78a5b8106a add hashCode() and equals() to Rfc822Token, as well as a convenience tokenizer method to Rfc822Tokenizer, as part of a calendar guest bugfix. 2009-09-23 10:44:18 -07:00
Wei Huang
c3bfa6048d am b06c9a8c: Merge change 26579 into eclair
Merge commit 'b06c9a8c8e59067edd3c6b5af574ff382a4ef656' into eclair-plus-aosp

* commit 'b06c9a8c8e59067edd3c6b5af574ff382a4ef656':
  add definition for Mms.TempStorage content uri and filename.
2009-09-23 10:24:21 -07:00
Cary Clark
3c385116e9 am b82665e7: don\'t allow min scale to go to infinity
Merge commit 'b82665e78f3a4f08e7b620b85246b7925097386b' into eclair-plus-aosp

* commit 'b82665e78f3a4f08e7b620b85246b7925097386b':
  don't allow min scale to go to infinity
2009-09-23 10:19:21 -07:00
Android (Google) Code Review
b06c9a8c8e Merge change 26579 into eclair
* changes:
  add definition for Mms.TempStorage content uri and filename.
2009-09-23 13:17:14 -04:00