50653 Commits

Author SHA1 Message Date
Andreas Huber
c9eb18bb72 am bf81d4be: am c56e81c8: Merge "DO NOT MERGE: Properly construct the ESDS metadata even if sizeof(codec-specific-data) != 2" into honeycomb-mr2
* commit 'bf81d4be0514265875d7deffe50c31a344f6eac5':
  DO NOT MERGE: Properly construct the ESDS metadata even if sizeof(codec-specific-data) != 2
2011-05-17 10:34:41 -07:00
Andreas Huber
bf81d4be05 am c56e81c8: Merge "DO NOT MERGE: Properly construct the ESDS metadata even if sizeof(codec-specific-data) != 2" into honeycomb-mr2
* commit 'c56e81c88706d79ce51a314b5bfd3e247ca6f86c':
  DO NOT MERGE: Properly construct the ESDS metadata even if sizeof(codec-specific-data) != 2
2011-05-17 10:31:58 -07:00
Andreas Huber
c56e81c887 Merge "DO NOT MERGE: Properly construct the ESDS metadata even if sizeof(codec-specific-data) != 2" into honeycomb-mr2 2011-05-17 10:29:36 -07:00
Andreas Huber
021253406c Merge "Claim support for .3gpp2 A/B files." 2011-05-17 10:27:09 -07:00
Andreas Huber
708d908668 Claim support for .3gpp2 A/B files.
Change-Id: I16dd3dcb93a50b3c808ae710d0ba4757c89ab9c8
related-to-bug: 4406745
2011-05-17 10:12:34 -07:00
Adam Powell
572c6037c4 am 143c529f: (-s ours) am 21f1d49f: am a7f52d46: Merge "DO NOT MERGE Use action bar overflow menus on large configurations as well as xlarge." into honeycomb-mr2
* commit '143c529f28bd49e077e4bc36ff30ed2ff7ffb838':
  DO NOT MERGE Use action bar overflow menus on large configurations as well as xlarge.
2011-05-17 10:07:40 -07:00
Adam Powell
f95e474796 am b45b21d1: am b4eb3ace: am 79411726: Merge "Turn fading edges back on for ScrollView and HorizontalScrollView." into honeycomb-mr2
* commit 'b45b21d13e3311c819d5fbd548ff8c859cc1dfe3':
  Turn fading edges back on for ScrollView and HorizontalScrollView.
2011-05-17 10:07:23 -07:00
Adam Powell
143c529f28 am 21f1d49f: am a7f52d46: Merge "DO NOT MERGE Use action bar overflow menus on large configurations as well as xlarge." into honeycomb-mr2
* commit '21f1d49f0eac47c1ebbabf82f145dc60f988d069':
  DO NOT MERGE Use action bar overflow menus on large configurations as well as xlarge.
2011-05-17 09:55:53 -07:00
Adam Powell
b45b21d13e am b4eb3ace: am 79411726: Merge "Turn fading edges back on for ScrollView and HorizontalScrollView." into honeycomb-mr2
* commit 'b4eb3acee4504ea35a43bef9dc6220560b55d2d2':
  Turn fading edges back on for ScrollView and HorizontalScrollView.
2011-05-17 09:55:32 -07:00
Adam Powell
21f1d49f0e am a7f52d46: Merge "DO NOT MERGE Use action bar overflow menus on large configurations as well as xlarge." into honeycomb-mr2
* commit 'a7f52d4665967b4331d38408ba81af37ec589cb4':
  DO NOT MERGE Use action bar overflow menus on large configurations as well as xlarge.
2011-05-17 09:45:29 -07:00
Adam Powell
b4eb3acee4 am 79411726: Merge "Turn fading edges back on for ScrollView and HorizontalScrollView." into honeycomb-mr2
* commit '79411726d5a0eb0f439b90e2f262e0b983e55d9c':
  Turn fading edges back on for ScrollView and HorizontalScrollView.
2011-05-17 09:45:26 -07:00
Adam Powell
a7f52d4665 Merge "DO NOT MERGE Use action bar overflow menus on large configurations as well as xlarge." into honeycomb-mr2 2011-05-17 09:41:52 -07:00
Adam Powell
79411726d5 Merge "Turn fading edges back on for ScrollView and HorizontalScrollView." into honeycomb-mr2 2011-05-17 09:41:33 -07:00
Andreas Huber
92f51e247d Merge "Disable yuv->yuv mode and external display support until various driver fixes are in." 2011-05-17 08:35:38 -07:00
Derek Sollenberger
43124d2214 Merge "Updates resulting from the Skia merge (revision 1327)" 2011-05-17 04:55:56 -07:00
Narayan Kamath
b956f37e37 Pass synthesis request params through to the TTS service.
Change-Id: I1ffd617d8dfa0814382643e3cf6b3ab7417c742a
2011-05-17 09:47:59 +01:00
Dianne Hackborn
9d31154d0b am b68c768d: am 41744836: am 7916ac65: Add new command line option to change global screen size.
* commit 'b68c768ddb57407bc253230c677056329c9e4bae':
  Add new command line option to change global screen size.
2011-05-16 21:39:47 -07:00
Dianne Hackborn
b68c768ddb am 41744836: am 7916ac65: Add new command line option to change global screen size.
* commit '417448369c170a34d76c477aa19c5293e3caa1df':
  Add new command line option to change global screen size.
2011-05-16 21:29:32 -07:00
Dianne Hackborn
417448369c am 7916ac65: Add new command line option to change global screen size.
* commit '7916ac65dc492e4e1431879875c77d7121fbf82e':
  Add new command line option to change global screen size.
2011-05-16 21:21:24 -07:00
Dianne Hackborn
7916ac65dc Add new command line option to change global screen size.
For example:

adb shell am display-size 1024x600

Change-Id: I5df462acd3323bdaaaefa3126faea7dd8595b726
2011-05-16 20:55:41 -07:00
Mathias Agopian
f1e4e06319 eglTerminate() now actually frees up all active egl objects
as specified by the EGL specification, terminated objects's
handles become invalid, the objects themselves are destroyed
when they're not current to some thread.

Change-Id: Id3a4a5736a5bbc3926a9ae8385d43772edb88eeb
2011-05-16 19:03:33 -07:00
Mathias Agopian
7adf4ef0fa refactor EGL source code
no changes is functionality. split various objects into their own files.
make egl_display objec's lock internal.
2011-05-16 19:02:45 -07:00
Jamie Gennis
e69b2634d2 SurfaceFlinger: unfreeze windows for fixed size buffers.
This change makes SurfaceFlinger unfreeze a window if it ever gets a
buffer that is fixed-size.  Normally the window would not be frozen if
its in fixed-size mode, but if the window was frozen before entering
fixed-size mode then it should be unfrozen.

Change-Id: I6bc822d4b02ae51fa8914c1f60f5d24b2002b38d
2011-05-16 16:59:04 -07:00
Christopher Tate
14a2935809 bu - add handling for both 'backup' and 'restore' modes
Requires a parallel change in adb to support the new syntax.

Change-Id: Iff30cb247e424b6817af121c018f3c4e40b9f81a
2011-05-16 16:57:32 -07:00
Jim Miller
4383243d00 Merge "Fix the build." 2011-05-16 16:40:13 -07:00
Jim Miller
3e4df313a6 Fix the build.
Change-Id: I884580f52ebc817cee736f6d1bafbc59bd6662cd
2011-05-16 16:38:06 -07:00
Wink Saville
a77f4c530b am 360f5533: am 7b0339a8: Merge "No data icon switch seen between LTE to EHRPD Handover" into honeycomb-LTE
* commit '360f553311ab697995d24c2a42e45659a5436efa':
  No data icon switch seen between LTE to EHRPD Handover
2011-05-16 16:35:10 -07:00
Wink Saville
360f553311 am 7b0339a8: Merge "No data icon switch seen between LTE to EHRPD Handover" into honeycomb-LTE
* commit '7b0339a8adca1347fe7ac3ac118c903ff32442a8':
  No data icon switch seen between LTE to EHRPD Handover
2011-05-16 16:31:56 -07:00
Xavier Ducrohet
05b7b69c6c LayoutLib: support the new baseline/margin query API.
Change-Id: I856489df655960820b8eaa4c6179515a5c069b00
2011-05-16 16:29:03 -07:00
Wink Saville
7b0339a8ad Merge "No data icon switch seen between LTE to EHRPD Handover" into honeycomb-LTE 2011-05-16 16:28:59 -07:00
Andreas Huber
126a2cd686 Disable yuv->yuv mode and external display support until various driver fixes are in.
Change-Id: Ib3838f779afc87caca7d78e18a5d72d2971ee306
2011-05-16 16:14:13 -07:00
Roman Nurik
0b171e4c3f am 3eb81b63: am 136fa20d: am 8f3dbe1c: am ce6253d8: Merge "Add link to Speech Input article to resource browser, tweak outdated information in the article." into honeycomb-mr1
* commit '3eb81b6318f94b21a3559df57f25ff2f48fcb244':
  Add link to Speech Input article to resource browser, tweak outdated information in the article.
2011-05-16 16:08:32 -07:00
Roman Nurik
3eb81b6318 am 136fa20d: am 8f3dbe1c: am ce6253d8: Merge "Add link to Speech Input article to resource browser, tweak outdated information in the article." into honeycomb-mr1
* commit '136fa20d08d3a25c49077fde076febf105452edc':
  Add link to Speech Input article to resource browser, tweak outdated information in the article.
2011-05-16 16:06:27 -07:00
Cibu Johny
8666663e6e View horizontalDirection public attribute resolution to an internal var.
Change-Id: Id87ab188faef27ff039cf6a400118707ee74a27d
2011-05-16 16:03:31 -07:00
Roman Nurik
136fa20d08 am 8f3dbe1c: am ce6253d8: Merge "Add link to Speech Input article to resource browser, tweak outdated information in the article." into honeycomb-mr1
* commit '8f3dbe1c377e64584c3ec10edf664fb278648109':
  Add link to Speech Input article to resource browser, tweak outdated information in the article.
2011-05-16 16:03:31 -07:00
Roman Nurik
8f3dbe1c37 am ce6253d8: Merge "Add link to Speech Input article to resource browser, tweak outdated information in the article." into honeycomb-mr1
* commit 'ce6253d8fda92a508fa1000b5d1110e6e7a5b539':
  Add link to Speech Input article to resource browser, tweak outdated information in the article.
2011-05-16 16:01:27 -07:00
Roman Nurik
ce6253d8fd Merge "Add link to Speech Input article to resource browser, tweak outdated information in the article." into honeycomb-mr1 2011-05-16 15:58:08 -07:00
Kazuhiro Ondo
2121291186 No data icon switch seen between LTE to EHRPD Handover
Change-Id: Ifc8e9e8d88b6617d75322f743ae96fd897a45c3b
2011-05-16 15:54:45 -07:00
Wink Saville
cbdfd801ff am 648831cc: am 99f04c49: Merge "Fix data attempt while PS is not in-service" into honeycomb-LTE
* commit '648831cc85f895e95ce65509f5e9e67ed4bf2926':
  Fix data attempt while PS is not in-service
2011-05-16 15:53:57 -07:00
Wink Saville
648831cc85 am 99f04c49: Merge "Fix data attempt while PS is not in-service" into honeycomb-LTE
* commit '99f04c4943368ea7ea7f9d28fa941a1b387e7477':
  Fix data attempt while PS is not in-service
2011-05-16 15:51:02 -07:00
Wink Saville
99f04c4943 Merge "Fix data attempt while PS is not in-service" into honeycomb-LTE 2011-05-16 15:47:42 -07:00
Chia-chi Yeh
917e916b1c Merge "Add a new permission for user space VPN applications." 2011-05-16 15:30:45 -07:00
Andreas Huber
d6577a722a Merge "Instead of using an RGB surface and conversion yuv420->rgb565" 2011-05-16 15:21:26 -07:00
Chia-chi Yeh
9f67adfc2d Add a new permission for user space VPN applications.
Change-Id: I2b87ef34db01209dac45fbceccafd865840830d5
2011-05-16 15:16:58 -07:00
Fabrice Di Meglio
b5dde704cd Merge "Adding horizontalDirection public attribute for View." 2011-05-16 15:13:10 -07:00
Kazuhiro Ondo
c1a4e7093e Fix data attempt while PS is not in-service
mAutoAttachOnCreation flag was incorrectly initialized which was
causing invalid data attempts while PS is not in-service.

Change-Id: Iaf16b70b1997631309a4918a99ac5f3c3ea74d02
2011-05-16 15:12:01 -07:00
Cibu Johny
7632cb9be5 Adding horizontalDirection public attribute for View.
Change-Id: Ic8a03447252e4e155c3ee874b1d8c8ac0bc9f7f5
2011-05-16 15:08:27 -07:00
Justin Ho
56729cb9df Merge "Cleaning up notification panel drawables" 2011-05-16 14:45:38 -07:00
Irfan Sheriff
8318561e9a am 33285c69: am 19055424: am cff1093f: Merge "Fix ISO country code of Slovenia." into honeycomb-mr2
* commit '33285c69a6bb01d8e3420694e257802f95d1e884':
  Fix ISO country code of Slovenia.
2011-05-16 14:12:08 -07:00
Scott Main
25c3cbef60 am 5bb0c89c: am 0593d383: am 8a29ffa3: am 7a701024: docs: add redirects to key legacy docs bug: 4439292
* commit '5bb0c89cf86c415a94d72469684234d3f7e067ec':
  docs: add redirects to key legacy docs bug: 4439292
2011-05-16 14:10:09 -07:00