Also, set hardwareAccelerated=false for animation demos using ovals
(which are not yet supported through GL)
Change-Id: I710b6be51a14bf02650206bd6bae8841ecd3ac79
During review of the patch set for native audio sample, someone
mentioned there should not be these files in git. But we seem to
be inconsistent about this (for example these files). Can you
please let me know whether they should be there or not, and then I
will update the native audio patch set. Thanks!
Change-Id: I6d27f4936f8c60efb05a89a4ba11e77e66aaf539
Also turn on graphics acceleration in API demos... this will cause a
bunch of other stuff to crash until we go through and turn it off
where needed.
Change-Id: I9ddd2beadd19fdab170e5a8cf8beea6b0bc2156d
Merge commit 'affd0f8ec31f9bf1f0f2288c5f6ebab9c18673fe'
* commit 'affd0f8ec31f9bf1f0f2288c5f6ebab9c18673fe':
Update ApiDemos CameraPreview activity to properly center the preview in cases where the camera hardware doesn't support a preview size with the same aspect ratio as the device display.
Merge commit '83c50ca740fabe25189601db90dc1f65ed4d2061' into gingerbread-plus-aosp
* commit '83c50ca740fabe25189601db90dc1f65ed4d2061':
Update ApiDemos CameraPreview activity to properly center the preview in cases where the camera hardware doesn't support a preview size with the same aspect ratio as the device display.
This is a cherry-pick from froyo change I392406824607e2bdae646e3156433d82a9ed6521
Revise NotePad application to use better practices such as
- inflating menus from XML and supporting API Level 3 without the need
for version qualifiers on resource directories.
- to NOT include items in the options menu based on the 'selected' item
(that's what a context menu is for).
- include all drawables in the app, instead of using system resources.
Add features:
- the ability to edit the note title through the context menu
- disable menu items in the editor based on menu groups
- add a "save" button to the editor instead of assuming BACK functionality
- and show the title of the current note in the activity title.
- and probably others
Change-Id: I5e6fa5315308edf1a9447ecadd5b289127776bd0
Merge commit '92df1283f7a8e186f04a93a1ec34d8f8fa3202ce' into gingerbread-plus-aosp
* commit '92df1283f7a8e186f04a93a1ec34d8f8fa3202ce':
Move samples to API 9
Merge commit '24277fdb61ce6133e31c7ef3e99bd4fc1314f0ac' into gingerbread-plus-aosp
* commit '24277fdb61ce6133e31c7ef3e99bd4fc1314f0ac':
Set SDK samples to API 8 + gingerbread.
Merge commit '3ceb9b53eab86a86d1817d344822bd16fbbc47fd' into gingerbread-plus-aosp
* commit '3ceb9b53eab86a86d1817d344822bd16fbbc47fd':
Update OBB sample to revised API
Originally, setting LayoutTransition animators to null just restored the default animation behavior, It seems more sensible to have null actually disable the animation. I made that change to the framework and modified this demo to show how it's done. Along the way, I refactored the code a bit and fixed some minor bugs.
Change-Id: Icfb53ada234b635294c5faa68a15932f25859fb8
Merge commit '8bcb38f3d49d0fdefd51546ada4232203fc606cf' into gingerbread-plus-aosp
* commit '8bcb38f3d49d0fdefd51546ada4232203fc606cf':
New API demo showing different screen orientation options.