Dianne Hackborn
1917a19f3f
Merge "New API demo showing how to execute when app is updated."
2011-02-25 16:16:56 -08:00
Dianne Hackborn
4b3939280f
New API demo showing how to execute when app is updated.
...
Change-Id: Ia4cb66db7473153d689afcf372824a476ef44565
2011-02-25 10:50:53 -08:00
Chet Haase
806af22e17
Add ViewPropertyAnimator for easy View animations
...
A demo in ApiDemos conflicted with the new animate() API
in View. The method was internal, so it was renamed to
avoid the conflict.
Change-Id: Id6dffc84fa0800677a0b67bee9c78f26da775d26
2011-02-25 07:10:09 -08:00
Bjorn Bringert
4aad8e131d
Merge "Added the ApplicationsProvider's tests to test_defs.xml."
2011-02-25 03:56:43 -08:00
Dianne Hackborn
9fd3b6e993
New sample code for fragment support library.
...
Also tweak a few things to make the demos run on Donut.
Change-Id: I298fdf8fb0f12ee6db10e66657a22e19a527811a
2011-02-24 15:18:25 -08:00
Jeff Brown
5cfbd84e50
Merge "Add a sample to demonstrate game controller usage."
2011-02-24 13:22:52 -08:00
Jeff Brown
10f877be7b
Add a sample to demonstrate game controller usage.
...
Change-Id: I86a91916a39f3a211b06016b163f8d4a6d4a5a3b
2011-02-24 12:33:52 -08:00
Alex Sakhartchouk
67a81ea84d
Merge "renderscript geometry converter. Initial implementation of the converted from .obj and .dae file to the renderscript file format."
2011-02-23 09:41:15 -08:00
Scott Main
6b201e2b5f
am 9c340334: am 40b35dc5: docs: fix broken links
...
* commit '9c34033458800742b6c932124bafb358824b7436':
docs: fix broken links
2011-02-22 21:40:11 -08:00
Scott Main
9c34033458
am 40b35dc5: docs: fix broken links
...
* commit '40b35dc5a7aeb89aab1d74049d4e0e92c84b13b4':
docs: fix broken links
2011-02-22 21:13:29 -08:00
Scott Main
40b35dc5a7
docs: fix broken links
...
Change-Id: I084fd76b33e5b38ad4fbff07c31b492a75bb547b
2011-02-22 16:40:19 -08:00
Dan Morrill
a51f863c10
Merge "Updating s.a.c. with the 2.3.3 CDD."
2011-02-22 15:01:20 -08:00
Dan Morrill
a3e835a459
Updating s.a.c. with the 2.3.3 CDD.
...
Change-Id: Ic60317f1d2492ac9314a95bc1f18fade42b5b24f
2011-02-22 14:46:32 -08:00
Raphael
867b756327
Merge "Build SDK repository."
2011-02-22 14:36:03 -08:00
David Turner
00c7197273
Merge "Remove obsolete zoneinfo generation tool."
2011-02-18 15:21:15 -08:00
Elliott Hughes
6772417eb5
Remove obsolete zoneinfo generation tool.
...
The latest version of this tool is in bionic, and should be used instead.
Change-Id: I47c0f4ca1eab6058e470cf7a7b24ed64108a6317
2011-02-18 15:05:38 -08:00
Raphael
2ff496b8a1
Build SDK repository.
...
When the build is invoked with the fake target "sdk_repo" and
a main target of sdk, win_sdk or sdk_addon, we now create
packages in DIST_DIR that can directly be used to populate the
SDK Repository.
This is quite close to how we actually distribute the SDK.
Change-Id: I01c729eff4dbc1eccbc7c5b1869f329363f1ce07
2011-02-16 20:25:43 -08:00
Xavier Ducrohet
243b6f3569
am d691e3af: am a243ca05: Fix WXGA skin for proper sensor support.
...
* commit 'd691e3afc1aa842d2691b7c1daee21c814663f78':
Fix WXGA skin for proper sensor support.
2011-02-16 19:01:15 -08:00
Xavier Ducrohet
d691e3afc1
am a243ca05: Fix WXGA skin for proper sensor support.
...
* commit 'a243ca05ed12b5f2561284c07c9bd8f59b3b40f2':
Fix WXGA skin for proper sensor support.
2011-02-16 18:58:12 -08:00
Xavier Ducrohet
a243ca05ed
Fix WXGA skin for proper sensor support.
...
Change-Id: I53cb68a1f996ad72577b5c368e422b6b5e4804ca
2011-02-16 18:54:52 -08:00
Andy Stadler
b92820568b
am 6b4333cc: am 5ee94621: Remove references to global proxy APIs
...
* commit '6b4333cc7861638ea471107371d0979da647b555':
Remove references to global proxy APIs
2011-02-16 12:25:19 -08:00
Andy Stadler
6b4333cc78
am 5ee94621: Remove references to global proxy APIs
...
* commit '5ee9462101672a2c75fa92c5d4055ab4622f80e8':
Remove references to global proxy APIs
2011-02-16 12:22:47 -08:00
Andy Stadler
5ee9462101
Remove references to global proxy APIs
...
Remove global proxy settings from Apidemos
Remove CorpApp
Bug: 3460938
Change-Id: I2b6889a96341f0e4fad50a9cfaa76db715ecfaa0
2011-02-16 10:51:01 -08:00
Chet Haase
d143cacbb7
Merge "Adjust layouts of transition demos to improve fade-outs."
2011-02-15 13:06:07 -08:00
Chet Haase
97ee3c3898
Adjust layouts of transition demos to improve fade-outs.
...
When a container's child count goes to zero, it may report a measurement size
of zero. This affects LayoutTransition's fading-out of target views
because they may get clipped out by a layout that got sized to 0 because it
thinks it has no children. The workaround is to tell the layout to size itself
either with some minimal size (in the case of the FixedGridLayout used by some
demos) or with match_parent in some cases to ensure that the layout always has
some nonzero size.
Change-Id: I908e64d4fb054928af277a021a328e94477c9c83
2011-02-15 09:46:28 -08:00
Christopher Tate
66aa48b723
Don't use the View drag-is-cross-app flag
...
Tracking a framework change; this is descoped from the next release
forthcoming from this branch.
Change-Id: Ib0519cd0ee60ff0051185e60d38be2ac299f420b
2011-02-14 17:40:31 -08:00
Scott Main
6788075c9b
am b965e4af: am 0f911715: docs: add links to action bar and drag demos in the index page
...
* commit 'b965e4afc436902170f45bbfc5fac5569d40cb88':
docs: add links to action bar and drag demos in the index page
2011-02-14 15:43:57 -08:00
Scott Main
b965e4afc4
am 0f911715: docs: add links to action bar and drag demos in the index page
...
* commit '0f911715e47ee10a83cba1a813cd202a40a8720f':
docs: add links to action bar and drag demos in the index page
2011-02-14 15:41:29 -08:00
Scott Main
0f911715e4
docs: add links to action bar and drag demos in the index page
...
Change-Id: I3fb2bff96d958801d350b94e0b0193c71902a7a8
2011-02-14 15:36:46 -08:00
Raphael
f9b583bf03
Win SDK: remove test of llvm-rs-cc presence.
...
This removes the test that makes the SDK only strip llvm-rs-cc.exe if present.
It means the SDK will FAIL if llvm-rs-cc wasn't build successfully for Windows.
Change-Id: I4c73954c30265e71e84916976f16ae76d67a8e13
2011-02-14 13:01:17 -08:00
Alex Sakhartchouk
17bd28b0ce
renderscript geometry converter.
...
Initial implementation of the converted from .obj and .dae file to the renderscript file format.
Change-Id: I47f4ecf0fb68515914b660dd3d548afa1920d79c
2011-02-11 17:51:44 -08:00
Adam Cohen
6c065e022b
am 37e86acb: am 0d9ac4f2: Merge "Making StackWidget sample code stand alone as opposed to bundled with HoneycombGallery" into honeycomb
...
* commit '37e86acbd516386770b87da036bd21003c6e84ee':
Making StackWidget sample code stand alone as opposed to bundled with HoneycombGallery
2011-02-11 15:29:38 -08:00
Winson Chung
407947439d
am 830de951: am e412a0f4: Adding sample for collection widgets backed by content providers.
...
* commit '830de9519ce9a156a4dc0139fff29b8f279b02d1':
Adding sample for collection widgets backed by content providers.
2011-02-11 15:29:26 -08:00
Adam Cohen
37e86acbd5
am 0d9ac4f2: Merge "Making StackWidget sample code stand alone as opposed to bundled with HoneycombGallery" into honeycomb
...
* commit '0d9ac4f209289982380bc91ffed010c184f9e0f4':
Making StackWidget sample code stand alone as opposed to bundled with HoneycombGallery
2011-02-11 15:20:56 -08:00
Adam Cohen
0d9ac4f209
Merge "Making StackWidget sample code stand alone as opposed to bundled with HoneycombGallery" into honeycomb
2011-02-11 15:18:59 -08:00
Winson Chung
830de9519c
am e412a0f4: Adding sample for collection widgets backed by content providers.
...
* commit 'e412a0f4a9ac5661ac3eaeaf160507e90642a249':
Adding sample for collection widgets backed by content providers.
2011-02-11 15:15:24 -08:00
Adam Cohen
1ff28c7b12
Making StackWidget sample code stand alone as opposed to bundled with HoneycombGallery
...
Change-Id: I9da8433ee8a9710f5a5362a6f82fc96d4f456c88
2011-02-11 15:11:43 -08:00
Winson Chung
e412a0f4a9
Adding sample for collection widgets backed by content providers.
...
Change-Id: If0005d88a19dfa05ddd7c60aba1a1d7d742158be
2011-02-11 14:50:06 -08:00
Alex Sakhartchouk
b8e7b43e98
am b3f767b0: am f8da1173: Merge "Adding renderscript samples." into honeycomb
...
* commit 'b3f767b016a2e269848471e9dfb8e189c6aebe0d':
Adding renderscript samples.
2011-02-10 15:46:39 -08:00
Alex Sakhartchouk
b3f767b016
am f8da1173: Merge "Adding renderscript samples." into honeycomb
...
* commit 'f8da117394bf87387fb71f3d8465edb558949c21':
Adding renderscript samples.
2011-02-10 15:11:21 -08:00
Alex Sakhartchouk
f8da117394
Merge "Adding renderscript samples." into honeycomb
2011-02-10 14:57:17 -08:00
David 'Digit' Turner
e9c29dc997
am 729ad212: am aa276460: ndk: Add headers and libraries for API level 11 (Honeycomb)
...
* commit '729ad2126b092307ff9f4c67cce64170114527ea':
ndk: Add headers and libraries for API level 11 (Honeycomb)
2011-02-09 23:58:52 -08:00
David 'Digit' Turner
729ad2126b
am aa276460: ndk: Add headers and libraries for API level 11 (Honeycomb)
...
* commit 'aa27646057d772dcc2a79495efbd7009d4b0d8e5':
ndk: Add headers and libraries for API level 11 (Honeycomb)
2011-02-09 23:50:20 -08:00
Yu Shan Emily Lau
6310bf8f3b
Merge "Added the Drag action to the scripted moneky"
2011-02-09 15:56:04 -08:00
Yu Shan Emily Lau
5f8f4e8d21
Added the Drag action to the scripted moneky
...
Change-Id: Ib7f4f09cd07029c7332f99813c97ed0fc8dfa66a
2011-02-09 15:32:46 -08:00
David 'Digit' Turner
aa27646057
ndk: Add headers and libraries for API level 11 (Honeycomb)
...
HC added the following:
- <android/asset_manager.h>: new functions to deal with 64-bit file offsets/sizes.
- <android/input.h>: new AMETA_XXX constants
- <android/keycodes.h>: new AKEYCODE_XXX constants
- <android/native_activity.h>: Added obbPath to the ANativeActivity structure.
Note that this doesn't break the ABI because the structure is always
allocated by the system.
Change-Id: I61a03d7b8a839318e5f0d8074d2272ba874219b7
2011-02-09 23:16:46 +01:00
Alex Sakhartchouk
be64691c98
Adding renderscript samples.
...
Change-Id: I9aecae9aa554c5fdc6a4843e80509d54eac5bebe
2011-02-09 09:10:06 -08:00
Andy Stadler
06ad675f53
Merge "Update eclipse classpath"
2011-02-08 12:59:39 -08:00
Andy Stadler
f662f8e27e
Update eclipse classpath
...
* Remove Tag app (it is colliding with frameworks/opt/vcard)
* Add frameworks/base/packages/SystemUI
* Add frameworks/base/ex/carousel
Change-Id: Id23743f5501fce624bd10cb6f8565c0ddaf00c7f
2011-02-08 12:41:52 -08:00
Yu Shan Emily Lau
ebbef932a7
Added the periodic bugreport option for the Auotmated profile test.
...
Added the press and hold keyword in the scripted monkey.
Bug#3426961
Change-Id: I18f84520ef37c9b5cb300f62df3540d0d774c62b
2011-02-07 20:46:25 -08:00