Scott Main
9ab0f2b220
Merge "docs: fix link to sample app" into honeycomb
2011-02-14 14:39:13 -08:00
Scott Main
64c7574810
docs: fix link to sample app
...
Change-Id: Ie9127cc15ab527542bd5df564826ea703fba419b
2011-02-14 14:38:24 -08:00
Scott Main
81bb495271
Merge "docs: add faketouch to uses-feature doc" into honeycomb
2011-02-14 14:29:09 -08:00
Scott Main
c059fa4de4
docs: update sidenav; move loaders under activities, add "more" tags,
...
remove duplicate for content providers, rename Copying/ to Copy/
Change-Id: I4ad8839da1862185caf15b50e0376bb0e380bb21
2011-02-14 14:23:53 -08:00
Scott Main
6209b62241
docs: add faketouch to uses-feature doc
...
Change-Id: I335bda6018380c6ed5e891787116b2c1ab6f77f0
2011-02-14 13:49:02 -08:00
Scott Main
ecd8fa06e7
Merge "docs: add clarification to split touch events" into honeycomb
2011-02-14 12:33:10 -08:00
Katie McCormick
28c3f5ca43
Merge "Doc change: New docs for Loaders." into honeycomb
2011-02-14 12:01:04 -08:00
Katie McCormick
d178211675
Doc change: New docs for Loaders.
...
Change-Id: I89e70576462ef9bf576fea2837572546b3a9b355
2011-02-14 11:49:06 -08:00
Scott Main
b254165af8
Merge "docs: fix links" into honeycomb
2011-02-14 11:44:49 -08:00
Scott Main
2e80568263
Merge "add compatible-screens manifest element and update supports-screens element with resizeable attribute" into honeycomb
2011-02-14 11:44:10 -08:00
Scott Main
c2299de4ec
docs: add clarification to split touch events
...
Change-Id: If7904475a40905c603b5bf756fecc007073f6242
2011-02-14 11:37:50 -08:00
Joe Malin
55ee1d6698
Merge "DOC CHANGE: Fix bug 3448489 - Monkeyrunner example" into honeycomb
2011-02-14 11:26:00 -08:00
Scott Main
077036aa00
docs: fix links
...
Change-Id: I7aba4b06996caa55f8d47cab3b13505e37de86ca
2011-02-14 11:23:48 -08:00
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
aec9d75f7c
DOC CHANGE: Fix bug 3448489 - Monkeyrunner example
...
Change-Id: Ib997e9b0ef27a071c26774d139f19610404cdfbc
2011-02-14 10:29:12 -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
Scott Main
1b6dd05927
add compatible-screens manifest element
...
and update supports-screens element with resizeable attribute
Change-Id: I0f9247464572d126b725270b40074a390b0887bf
2011-02-11 13:00:52 -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
Joe Malin
1fd7301e91
SDK docs: Hierarchy Viewer V2
...
Change-Id: I6716eac083a8e054e52383ad76a5377c677ea40d
2011-02-10 14:06:33 -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