41490 Commits

Author SHA1 Message Date
Scott Main
bff360a956 docs: update homepage for 3.0 announcement
Change-Id: I71967f09fdc01ea4455761d1c73d33187e334729
2011-02-14 11:19:05 -08:00
Scott Main
ea72329bcc docs: update 3.0 version notes
Change-Id: Ib864f2b0964877b69e119cdf8e21e710b5b5fbc4
2011-02-14 10:30:05 -08:00
Joe Malin
83c8b8a328 Merge "Doc Change: Topics for copy/paste/drag/drop" into honeycomb 2011-02-14 10:03:33 -08:00
Joe Malin
dd05f1812e Doc Change: Topics for copy/paste/drag/drop
Change-Id: I755216fe9d2afca87a9adaeb99840142ff34a685
2011-02-14 09:47:22 -08:00
Xavier Ducrohet
02d2b5a403 LayoutLib: When possible ensure parsers are popped from the stack.
Some parser consumers (seems to be mostly resource inflation)
don't use the pull parser up to the END_DOCUMENT tag, making
the parser not pop itself from the parser stack automatically.

This is likely due to the XML resources being very shallow (1-2 levels
max), and the inflater just reading the content that it expects instead
of parsing till the document is done.

This ensures that *some* parsers are pop'ed from the stack when
used. Some other parsers we don't really control and hope the
user will parse till END_DOCUMENT.

Change-Id: Ie1f5762983fed2b2ae97b896218ae12b493e7ad9
2011-02-14 09:42:19 -08:00
Stephen Hines
bbcf2079e9 Merge "Fix struct initializer for balls." into honeycomb 2011-02-11 16:44:49 -08:00
Roman Nurik
b9659336c2 Merge "Update Supported Media Formats document to include information about network protocols and provide video encoding recommendations." into honeycomb 2011-02-11 16:43:32 -08:00
Stephen Hines
7655a7dd1d Fix struct initializer for balls.
Bug: 3092382
Change-Id: Ie4e85177727b32f0a260fae53885c97bee111343
2011-02-11 16:38:46 -08:00
Robert Ly
ccea5d27d3 Doc change: tools, adt, ndk release notes
Change-Id: I83f03b193995450f694e5f638bdb4a2cf90c0bdd
2011-02-11 16:19:55 -08:00
Roman Nurik
94be4a5e1a Deprecate samples/index.html in favor of resource browser. Also update resources-data.js for Accelerometer, Accessibility, and StackWidget sample code.
Change-Id: I0b98cf639a0c52343290227291620c88fd260774
2011-02-11 15:21:49 -08:00
Adam Cohen
5a1b63572b Merge "Adding StackWidget sample code" into honeycomb 2011-02-11 15:19:38 -08:00
Winson Chung
5f3cd3eabb Merge "Associated changes for 'Adding sample for collection widgets backed by content providers.'" into honeycomb 2011-02-11 15:07:06 -08:00
Roman Nurik
7641db4b3e Update Supported Media Formats document to include information about network protocols and provide video encoding recommendations.
Change-Id: I905213a47c9da0476e8495ffa20344a8811d56bc
2011-02-11 14:42:17 -08:00
Robert Ly
2be5828274 Merge "Doc change: updating animation framework topic" into honeycomb 2011-02-11 13:15:55 -08:00
Robert Ly
997a671368 Merge "Doc change: renderscript dev guide" into honeycomb 2011-02-11 13:15:35 -08:00
Winson Chung
06d2fa705b Associated changes for 'Adding sample for collection widgets backed by content providers.'
Change-Id: Ic872675f4645497dd1478b6c7e3074b029ea66ad
2011-02-11 11:27:23 -08:00
Robert Ly
bc68067d25 Doc change: renderscript dev guide
Change-Id: I4a70e4659fa629fa16369c81ebc601c8b4b570e5
2011-02-10 21:37:03 -08:00
Robert Ly
676faeba90 Doc change: updating animation framework topic
Change-Id: Ideb386113a0fb027f62c1ed4215dd0bab79fdb72
2011-02-10 21:22:33 -08:00
Adam Cohen
fca67c5525 Adding StackWidget sample code
Change-Id: I4c469f25147f733a3a09cdea0db407cd4e9f62ca
2011-02-10 19:12:41 -08:00
James Dong
f9e7442a0c Update sample code in documentation
bug - 3364497

Change-Id: I4cad247a403917aa7816350454c9ae3930dd3d25
2011-02-10 18:48:31 -08:00
Jason Sams
cbcd93352b Merge "Basic 101 level compute example for RS." into honeycomb 2011-02-10 13:06:16 -08:00
Mathias Agopian
b66b7a2c18 Merge "fix [3408713] Dialog window invisible sometimes" into honeycomb 2011-02-10 12:29:19 -08:00
Dirk Dougherty
12244c5796 Merge "Doc change: changes for 3.0 SDK" into honeycomb 2011-02-10 12:02:38 -08:00
Dirk Dougherty
6d9cf27460 Doc change: changes for 3.0 SDK
Change-Id: If94d2bd65f396491d0f5de333dfe30d18628edc9
2011-02-10 12:01:21 -08:00
Robert Ly
bbdc4ce254 Merge "clean up and add javadocs" into honeycomb 2011-02-10 10:15:14 -08:00
Alex Sakhartchouk
efc48eea15 Merge "HelloWorld graphics sample for Renderscript." into honeycomb 2011-02-10 09:53:30 -08:00
Alex Sakhartchouk
f1ff8b2fd6 Merge "Cleanup of the code in view to do creation/destruction in the right places." into honeycomb 2011-02-10 09:51:34 -08:00
Nick Pelly
a8d3f02aaa DO NOT MERGE
Reconcile documentation updates from gingerbread to honeycomb.

Change-Id: I8c199906beb5cd3c290ded123d6aefd0d1697f30
2011-02-09 23:43:24 -08:00
Mathias Agopian
37c2a37501 fix [3408713] Dialog window invisible sometimes
weak pointer comparison operators were implemented wrong,
they were using the internal "unsafe" pointer. We could end up
with two "equal" weak pointer pointing to different objects.

this caused KeyedVector keyed by weak pointer to work incorrectly, in
turn causing a window that just got added to a list to be immediately
removed.

Change-Id: Ib191010c39aafa9229109e4211f6c3b2b2f9696d
2011-02-09 18:38:55 -08:00
Jason Sams
716b27b69d Basic 101 level compute example for RS.
Change-Id: Ic196ebdf558c1b9661182e191e31d7f62448e73a
2011-02-09 17:11:34 -08:00
Robert Ly
11518acc8c clean up and add javadocs
Change-Id: I7f628106247de887cd91c4a4b4b55d3ebfa700c8
2011-02-09 16:24:12 -08:00
Alex Sakhartchouk
4123cc5efb HelloWorld graphics sample for Renderscript.
Change-Id: I7f5c4813a207a37f67c563407369a1dbc1be250d
2011-02-09 15:39:29 -08:00
Alex Sakhartchouk
699a096943 Merge "DO NOT MERGE Removing an activity that shouldn't go into samples" into honeycomb 2011-02-09 15:20:21 -08:00
Dirk Dougherty
0e40519bee Merge "Doc change: add diff report for API 11" into honeycomb 2011-02-09 15:19:08 -08:00
Dirk Dougherty
fefa95a9c8 Doc change: Add version notes for Android 2.3.3. 2011-02-09 14:04:10 -08:00
Mathias Agopian
cc24170dc6 Merge "fix [3374821] Cannot take screenshot of HC preview" into honeycomb 2011-02-09 13:18:53 -08:00
Eric Fischer
ebcbde6a6e Merge "Import revised translations. DO NOT MERGE" into honeycomb 2011-02-09 10:11:18 -08:00
Alex Sakhartchouk
f82428a932 Cleanup of the code in view to do creation/destruction in the right places.
Change-Id: I1c87682cc2c35ad5ee15c06cd78f48b612668181
2011-02-09 08:59:32 -08:00
Alex Sakhartchouk
d9349abdaa DO NOT MERGE
Removing an activity that shouldn't go into samples

Change-Id: I00025770d926af2dbf399d28f8e855568e260b8b
2011-02-09 08:53:32 -08:00
Mathias Agopian
9afc7b02fa fix [3374821] Cannot take screenshot of HC preview
the screencap tool will now fallback to /dev/graphics/fb0 is the
screenshot API fails.

Change-Id: I3f593847c72f4ca5429d4f64ca22bd5436dd2051
2011-02-08 20:43:00 -08:00
Scott Main
3f41d8f5ee docs: fix a couple titles
Change-Id: I1c2d6c420f814e1ddff5f661214cbbd11f3ca6dd
2011-02-08 18:46:23 -08:00
Scott Main
f002b67525 Merge "docs: shorten and revise some titles in the Developing docs and resolve respective links" into honeycomb 2011-02-08 18:36:04 -08:00
Eric Fischer
b8a036307a Import revised translations. DO NOT MERGE
Change-Id: I989585acd6f901a82e8db9b07257af5a5736989e
2011-02-08 18:00:38 -08:00
Joe Malin
7777fb04f1 Merge "DOC CHANGE: Fix bug 3416872 in MonkeyRunner doc" into honeycomb 2011-02-08 16:55:53 -08:00
Scott Main
300cd26a4f docs: shorten and revise some titles in the Developing docs
and resolve respective links

Change-Id: Ic78e859eaad99fc391857676a6aff63a655e72ca
2011-02-08 15:04:42 -08:00
Scott Main
b70afd342b docs: remove and correct parent links for fundamental docs
and hide the "beginner's path" because it's not complete

Change-Id: I2f2a201a6571da6f660eb78f6ece94e47a5cddd1
2011-02-08 14:05:54 -08:00
Scott Main
b508d6e26e Merge "docs: fix links to revised fundamentals documents" into honeycomb 2011-02-08 13:34:51 -08:00
Jason Sams
4fd70373ec Merge "Fix bug 3421901 remove 2 functions from public headers in the SDK." into honeycomb 2011-02-08 12:07:49 -08:00
Dirk Dougherty
f343d3df00 Doc change: add diff report for API 11
Change-Id: I4cd673d1316e6f7b81ec56510029b738cd12a295
2011-02-08 11:42:32 -08:00
Scott Main
7aee61f5a9 docs: fix links to revised fundamentals documents
Change-Id: Ie2a660cce1d00f924c9fde5c6a00776307e5e1c7
2011-02-08 11:37:44 -08:00