42699 Commits

Author SHA1 Message Date
Scott Main
44ebca2a3d am cb2d8817: am 2458f2a1: cherrypick Change-Id: I60c74919ab3df359f47e5052bcc1469318a5b821 add notice about large screen devices and the "mobile" string in user agent
* commit 'cb2d88176565a199ad6c6a3a6360a166bd700579':
  cherrypick Change-Id: I60c74919ab3df359f47e5052bcc1469318a5b821 add notice about large screen devices and the "mobile" string in user agent
2011-02-02 16:18:11 -08:00
Scott Main
062f2c4e22 am 8b05f6a2: am 0c1a4d3b: cherrypick Change-Id: Ia4a3488a7f25925b512c0e0ae64c1f5dcf30f680 fix market link on homepage
* commit '8b05f6a2af3b12fd92991feb4a32a9a252d7d7c6':
  cherrypick Change-Id: Ia4a3488a7f25925b512c0e0ae64c1f5dcf30f680 fix market link on homepage
2011-02-02 16:10:29 -08:00
Irfan Sheriff
aec39e625b Merge "resolved conflicts for merge of ec348b49 to honeycomb-plus-aosp" into honeycomb-plus-aosp 2011-02-02 16:03:29 -08:00
Irfan Sheriff
d6d2de6b3c resolved conflicts for merge of ec348b49 to honeycomb-plus-aosp
Change-Id: I34d034115362f0f858fb65710165bd6cad2fdbd5
2011-02-02 16:02:37 -08:00
Jamie Gennis
421d94c203 am ecb4b3f0: Merge "Pass the IGraphicBufferAlloc to SurfaceTextureClient." into honeycomb
* commit 'ecb4b3f02340e21eefabbea78559e85ec7ee0089':
  Pass the IGraphicBufferAlloc to SurfaceTextureClient.
2011-02-02 15:56:20 -08:00
Jamie Gennis
ecb4b3f023 Merge "Pass the IGraphicBufferAlloc to SurfaceTextureClient." into honeycomb 2011-02-02 15:53:33 -08:00
Wink Saville
94dbc990b8 am d31fed90: Merge "Have SmsMessage use getCurrentPhoneType" into honeycomb
* commit 'd31fed90f8fdf854cade08af94918066af921d74':
  Have SmsMessage use getCurrentPhoneType
2011-02-02 15:52:51 -08:00
Xavier Ducrohet
ca2f84c8fc am a4747d53: Merge "Make TimePicker/DatePicker/CalendarView render in Eclipse." into honeycomb
* commit 'a4747d536e905c3c34ab0d3c1c9c7485d6fac689':
  Make TimePicker/DatePicker/CalendarView render in Eclipse.
2011-02-02 15:52:18 -08:00
Dharmaray Kundargi
3d3621f08b am 54b0a7f3: Merge "Fix issue 3412777 ANR on adding effects." into honeycomb
* commit '54b0a7f3ff0411a215e7e23f1041d414a32147b5':
  Fix issue 3412777 ANR on adding effects.
2011-02-02 15:52:05 -08:00
Leon Scroggins
8287edd3ae am 8257e4d7: Merge "DO NOT MERGE. Only scroll if the IME is open in certain cases." into honeycomb
* commit '8257e4d7e2b1ac9b8310a326cf8f4b53aba760ec':
  DO NOT MERGE. Only scroll if the IME is open in certain cases.
2011-02-02 15:52:00 -08:00
Scott Main
cb2d881765 am 2458f2a1: cherrypick Change-Id: I60c74919ab3df359f47e5052bcc1469318a5b821 add notice about large screen devices and the "mobile" string in user agent
* commit '2458f2a1ccf13a9f33c21d8aff260baefac9edb8':
  cherrypick Change-Id: I60c74919ab3df359f47e5052bcc1469318a5b821 add notice about large screen devices and the "mobile" string in user agent
2011-02-02 15:44:29 -08:00
Scott Main
2458f2a1cc cherrypick Change-Id: I60c74919ab3df359f47e5052bcc1469318a5b821
add notice about large screen devices and the "mobile" string in user agent

Change-Id: I2e6a3f2c4fced2cf06bb996c1135c042682cdf8f
2011-02-02 15:40:47 -08:00
Jamie Gennis
83bac216a7 Pass the IGraphicBufferAlloc to SurfaceTextureClient.
This change passes a reference to the IGraphicBufferAlloc binder object
to SurfaceTextureClient objects.  When STC objects are created they
query their associated ISurfaceTexture object for the
IGraphicBufferAlloc that the SurfaceTexture uses to allocate buffers.
Having the SurfaceTextureClient hold this reference prevents the
GraphicBufferAlloc in SurfaceFlinger from freeing the allocated buffers
before the SurfaceTextureClient is done with them.

Change-Id: Ib8e30e8b37fdd60438cbb4cb7e9174d0ba6d661c
related-bug: 3362519
2011-02-02 15:31:47 -08:00
Scott Main
8b05f6a2af am 0c1a4d3b: cherrypick Change-Id: Ia4a3488a7f25925b512c0e0ae64c1f5dcf30f680 fix market link on homepage
* commit '0c1a4d3b51337784583ef39378ca8796bb8b0992':
  cherrypick Change-Id: Ia4a3488a7f25925b512c0e0ae64c1f5dcf30f680 fix market link on homepage
2011-02-02 15:16:13 -08:00
Scott Main
0c1a4d3b51 cherrypick Change-Id: Ia4a3488a7f25925b512c0e0ae64c1f5dcf30f680
fix market link on homepage

Change-Id: I1d617c9737e6a3293372bbe70aff0cfa88dfba8c
2011-02-02 15:12:15 -08:00
Wink Saville
d31fed90f8 Merge "Have SmsMessage use getCurrentPhoneType" into honeycomb 2011-02-02 15:06:58 -08:00
Irfan Sheriff
ec348b4953 resolved conflicts for merge of 0a4b3fd9 to gingerbread-plus-aosp
Change-Id: I294e6e843ae028377d19c1180e0d5e9aef52897c
2011-02-02 14:23:10 -08:00
Wink Saville
1938e314e3 Have SmsMessage use getCurrentPhoneType
Although our first tablet doesn't support SMS messages there are testing
scenarios where they can be used. To preserve proper behavior now that
getPhoneType can return PHONE_TYPE_NONE use getCurrentPhoneType.

bug: 3198435
Change-Id: I48ef294f563351c66971b4e89e6dcb3326b0ae92
2011-02-02 14:19:55 -08:00
Xavier Ducrohet
a4747d536e Merge "Make TimePicker/DatePicker/CalendarView render in Eclipse." into honeycomb 2011-02-02 14:15:39 -08:00
Irfan Sheriff
0a4b3fd93b two digit number handling in croatia and serbia
If users dial 92-96, dial them normally and not treat
as USSD

Change-Id: If3b6cb37b7ec0ff99d76cb10cba53368094a0b5d
Signed-off-by: sj2202.park@samsung.com
2011-02-02 14:08:38 -08:00
Xavier Ducrohet
345f866bfd Make TimePicker/DatePicker/CalendarView render in Eclipse.
Change-Id: Id5313a6f0f53bf45f6eaabc0e10fcf0660eeac08
2011-02-02 14:04:50 -08:00
Robert Ly
c0b3ba83b2 resolved conflicts for merge of f8cc65c4 to honeycomb-plus-aosp
Change-Id: I407df4448a126a39128f3e24232c166be2625e14
2011-02-02 14:04:20 -08:00
Dharmaray Kundargi
54b0a7f3ff Merge "Fix issue 3412777 ANR on adding effects." into honeycomb 2011-02-02 13:56:49 -08:00
Leon Scroggins
8257e4d7e2 Merge "DO NOT MERGE. Only scroll if the IME is open in certain cases." into honeycomb 2011-02-02 13:41:19 -08:00
Robert Ly
f8cc65c4ca Merge "Doc change: fixing broken links/images" into honeycomb 2011-02-02 13:36:47 -08:00
Jim Miller
c2c2360bf1 am 22d23eb5: Merge "Fix 3410155: Remove hint text from password entry field." into honeycomb
* commit '22d23eb5d1093a6525621db211b2f4ac4983c6ba':
  Fix 3410155: Remove hint text from password entry field.
2011-02-02 13:19:57 -08:00
Dianne Hackborn
e40afdf7f4 am 0035b5ca: Merge "Fix issue #3415137: New wallpaper size breaks thumbnails." into honeycomb
* commit '0035b5cad16c0565102105f5cd0222073b0ddf94':
  Fix issue #3415137: New wallpaper size breaks thumbnails.
2011-02-02 13:19:44 -08:00
Robert Greenwalt
746ef9b8f0 am 2c507b92: Merge "Use a cached context when possible." into honeycomb
* commit '2c507b92c242951e4fb2e807431c10d73e4bf778':
  Use a cached context when possible.
2011-02-02 13:19:15 -08:00
Dharmaray Kundargi
2fa861cc6e am 261ddb81: Merge "Fix issue 3408285 Crash while generating KenBurns" into honeycomb
* commit '261ddb81206a502a4fd4c9fe1cdc0d931c0e6db1':
  Fix issue 3408285 Crash while generating KenBurns
2011-02-02 13:19:11 -08:00
Carl Shapiro
02f5ceeac5 am 09128b23: Merge "Fix the naming of the heap growth limit property." into honeycomb
* commit '09128b23292e48d01518d6569dfb2cb88ed6e6d5':
  Fix the naming of the heap growth limit property.
2011-02-02 13:18:30 -08:00
Dharmaray Kundargi
a3f87f855b Fix issue 3412777 ANR on adding effects.
Change-Id: Id3c480a8261423412a99375f71cf6ee585b6c22b
2011-02-02 13:09:08 -08:00
Jim Miller
22d23eb5d1 Merge "Fix 3410155: Remove hint text from password entry field." into honeycomb 2011-02-02 12:41:07 -08:00
Dianne Hackborn
0035b5cad1 Merge "Fix issue #3415137: New wallpaper size breaks thumbnails." into honeycomb 2011-02-02 12:29:47 -08:00
Leon Scroggins
e89d6418be DO NOT MERGE. Only scroll if the IME is open in certain cases.
Bug:3411564

Requires a change in external/webkit.

Already submitted to master.

Change-Id: Id5b8765bde4070f04fce0743c56a038f88e816ec
2011-02-02 15:05:30 -05:00
Robert Ly
5347a4b3e5 Doc change: fixing broken links/images
Change-Id: I2e0fd99ec4badc234b88482d0c90b03d33fbdc30
2011-02-02 11:54:28 -08:00
Dianne Hackborn
dd962ee163 Fix issue #3415137: New wallpaper size breaks thumbnails.
Change-Id: I3ce4fa8f532cc378c390138bab0ff3126fe0f0c3
2011-02-02 11:29:41 -08:00
Robert Greenwalt
2c507b92c2 Merge "Use a cached context when possible." into honeycomb 2011-02-02 11:26:34 -08:00
Dharmaray Kundargi
261ddb8120 Merge "Fix issue 3408285 Crash while generating KenBurns" into honeycomb 2011-02-02 11:14:33 -08:00
Robert Greenwalt
6e2884817d Use a cached context when possible.
It's always possible after services have been registered, so it's just early
in the process that's a problem.  Lie correctly in those early cases and fix this
in MR1.

bug:3415254
Change-Id: I95811d1efd676fde01f66b742393d3aa4623482f
2011-02-02 10:57:35 -08:00
Carl Shapiro
09128b2329 Merge "Fix the naming of the heap growth limit property." into honeycomb 2011-02-02 10:55:28 -08:00
Jim Miller
4c573605d0 Fix 3410155: Remove hint text from password entry field.
Change-Id: I36882a365e721f038366fea086a0727c9608bf67
2011-02-02 10:24:56 -08:00
Jean-Baptiste Queru
8611db980c am f6b2beaa: am 05059b5b: am 8226140c: Merge from gingerbread
* commit 'f6b2beaabda6607b1c60dccaff038e9b59733821':
2011-02-02 10:00:00 -08:00
Jean-Baptiste Queru
f6b2beaabd am 05059b5b: am 8226140c: Merge from gingerbread
* commit '05059b5b35ade5957b8dfbb21b09e318a94232ed':
2011-02-02 09:56:30 -08:00
Jean-Baptiste Queru
05059b5b35 am 8226140c: Merge from gingerbread
* commit '8226140ccadbc8e0bdd093f8bab0a5292b9224e3':
  fix for supporting 3 digits MNC code
2011-02-02 09:52:24 -08:00
Jean-Baptiste Queru
e7c6eea7b4 am 61b06be2: am 155b0ee0: Merge from open-source gingerbread
* commit '61b06be285ef03381b1d788996650863a1606b36':
  fix for supporting 3 digits MNC code
2011-02-02 09:51:38 -08:00
Jean-Baptiste Queru
61b06be285 am 155b0ee0: Merge from open-source gingerbread
* commit '155b0ee0498cf863091f3f83a752eaaedf1257f8':
  fix for supporting 3 digits MNC code
2011-02-02 09:48:52 -08:00
Jean-Baptiste Queru
8226140cca Merge from gingerbread
Change-Id: Ifb3d42aa0f3772ca545f739df347eeb0ca7f58dd
2011-02-02 09:47:43 -08:00
Jean-Baptiste Queru
155b0ee049 Merge from open-source gingerbread
Change-Id: Iec6167bec8423e39dde053f23969c1c76e10a461
2011-02-02 09:45:32 -08:00
Jean-Baptiste Queru
049b172b48 Merge "fix for supporting 3 digits MNC code" into gingerbread 2011-02-02 09:44:16 -08:00
Nemmara Venkateswaran
e00d44ced2 am 47b8c96b: Merge "Fix for issue 3370023 : Wrong aspect ratio in overlay" into honeycomb
* commit '47b8c96b253ab24d0df089c87ce0798d4981400a':
  Fix for issue 3370023 : Wrong aspect ratio in overlay
2011-02-02 09:29:13 -08:00