The Android Automerger
f6334ca5ce
merge in gingerbread-release history after reset to gingerbread
2011-01-06 17:24:14 -08:00
Eric Fischer
01f0846415
Import translations for additional languages.
...
Change-Id: I763f3be3ac076d68b6253b31963a9f476e2004a8
2011-01-06 10:27:56 -08:00
David 'Digit' Turner
cbc7f69548
ndk: Replace 'asm' with '__asm__' in <asm/byteorder.h>
...
See https://review.source.android.com/#change,20076 for details.
Essentially this is to allow compilation with -std=c99
Change-Id: I4c830c38b2615352765ee40773c5aa701e5d2b68
2011-01-05 23:08:29 +01:00
The Android Automerger
8f2917d269
merge in gingerbread-release history after reset to gingerbread
2011-01-05 07:33:53 -08:00
The Android Automerger
7a6d8e2252
merge in gingerbread-release history after reset to gingerbread
2011-01-04 07:19:38 -08:00
The Android Automerger
b10673eed8
merge in gingerbread-release history after reset to gingerbread
2010-12-22 08:00:37 -08:00
The Android Automerger
2ac74d8c9e
merge in gingerbread-release history after reset to gingerbread
2010-12-21 08:31:37 -08:00
Scott Main
9efea49e40
cherrypick Change-Id: I999748ceec87ae5e6ac04c573f6055e6a7f7176d
...
docs: fix broken links in sample docs
Change-Id: Icbc2c16b9f4caee25ab2265ea5425c57f0989ab1
2010-12-15 11:45:24 -08:00
David 'Digit' Turner
9ddaf219fa
Add missing declarations to <netinet/in.h>
...
These are required to properly build the Boost libraries with the
Android NDK.
Change-Id: Ice272f24b359ffce19838f5500641c4fcda8e57f
2010-12-14 14:42:52 +01:00
David 'Digit' Turner
90887627f1
ndk: Update headers and libraries for API level 9
...
Change-Id: I39eded0065145803b51b22cdc18abef43abe426c
2010-12-10 17:16:24 +01:00
Mathias Agopian
cec3f598e6
Merge "Add an API demo showcasing the new rotation vector sensor" into gingerbread
2010-11-30 14:05:20 -08:00
Dirk Dougherty
4171f29668
Add AcceleromerPlay sample app to SDK samples package
...
Change-Id: Id7ae8de4f3543169d6d707a470f0b872e00e953f
2010-11-29 18:11:26 -08:00
Dirk Dougherty
c73f37ba57
Remove HeavyWeight sample from SDK samples package.
...
Change-Id: Id2113b8a0cd1a7cc3d807919e6c40c50917baaea
2010-11-29 17:03:46 -08:00
Roman Nurik
14789d1eab
Merge "Add NFCDemo to sdk.atree" into gingerbread
2010-11-29 15:52:21 -08:00
Roman Nurik
9488e4296e
Add NFCDemo to sdk.atree
...
Change-Id: I2e0a330a31d6d3c0b8c70c38af60118461e7e403
2010-11-29 15:45:50 -08:00
Anirudh Dewani
dbe66332e2
Extended camera preview to switch between multiple available device cameras
...
Change-Id: I8e97d6182bf02cba29ae3bc9f1a7ef21a277117e
2010-11-26 02:28:11 +05:30
Mathias Agopian
d6e9c61294
Add an API demo showcasing the new rotation vector sensor
...
Change-Id: I3f00560b0340db31779259aa98efc174b0b645cd
2010-11-24 13:53:57 -08:00
David 'Digit' Turner
1e7011fcd5
ndk: Add auto-generated <android/api-level.h>
...
See ndk.git/build/tools/dev-generate-api-levels.sh
Change-Id: Id64e565e7da6bf23f4bfa0fca52a06dbfe843c37
2010-11-22 22:38:57 +01:00
The Android Automerger
fb261ca9bd
Merge branch 'gingerbread' into gingerbread-release
2010-11-15 17:24:06 -08:00
Glenn Kasten
f328f262fd
Merge "Remove .classpath and .project files" into gingerbread
2010-11-15 16:23:34 -08:00
Megha Joshi
7f39ff802b
Merge "NFC sample app (DO NOT MERGE)" into gingerbread
2010-11-12 18:30:14 -08:00
Megha Joshi
150dd1693f
NFC sample app (DO NOT MERGE)
...
Change-Id: I1d1d67bbc6760cea1a0c6eccfa4d9f7b1398cd4d
2010-11-12 18:03:05 -08:00
The Android Automerger
076c773809
Merge branch 'gingerbread' into gingerbread-release
2010-11-10 09:25:09 -08:00
The Android Automerger
49009ec768
Merge branch 'gingerbread' into gingerbread-release
2010-11-05 18:29:50 -07:00
Glenn Kasten
809ec924d2
Native audio example
...
Change-Id: Ia48597d3e94d178ec95a396c545e4a95de7c88f8
2010-11-05 17:38:11 -07:00
David 'Digit' Turner
186ce6d543
Merge "NDK: Last cleanup of the platform headers" into gingerbread
2010-11-04 04:09:48 -07:00
David 'Digit' Turner
3c7c38b2bb
NDK: Last cleanup of the platform headers
...
- fix a declaration omission in 3/<grp.h>
- add missing 8/<err.h>
- simplify 8/<stdio.h>
- update 9/ headers to the latest Bionic versions
- fix a typo in android_native_app_glue.h
- use __BEGIN_DECLS .. __END_DECLS whenever possible.
- remove C++-style comments from headers
Change-Id: I58b98b3973cde494436206194ba33416a11ca8ee
2010-11-04 04:07:16 -07:00
David 'Digit' Turner
cc5809bf2f
Merge "ndk: Use __ANDROID__ instead of ANDROID." into gingerbread
2010-11-04 04:06:31 -07:00
The Android Automerger
52b4acd211
Merge branch 'gingerbread' into gingerbread-release
2010-11-04 00:04:04 -07:00
Alexander Lucas
48cc36d936
Merge "Added SIP Demo to sample apps." into gingerbread
2010-11-03 15:32:48 -07:00
Alexander Lucas
a025796211
Added SIP Demo to sample apps.
...
Change-Id: Id98b6e542e1be5b9822a696936e735406c08500f
2010-11-03 13:21:52 -07:00
Dirk Dougherty
49fe761ddc
Merge "Cherry pick from master: Sample app and test package for a Service" into gingerbread
2010-11-03 13:12:11 -07:00
Roman Nurik
bccecc2b87
Merge "Add ApiDemo for android.media.audiofx (Visualizer and Equalizer)" into gingerbread
2010-11-03 07:55:06 -07:00
The Android Automerger
a51691f590
Merge branch 'gingerbread' into gingerbread-release
2010-11-03 02:52:17 -07:00
David Turner
fc187b1e3a
Merge "update native_window.h ndk header" into gingerbread
2010-11-02 01:49:47 -07:00
Mathias Agopian
3323f5912c
update native_window.h ndk header
...
Change-Id: I70178a1ddd94279a102c2d25d2ce0459cec9d13a
2010-11-01 14:30:30 -07:00
David 'Digit' Turner
a99a3ff2b2
ndk: Use __ANDROID__ instead of ANDROID.
...
The platform headers use the ANDROID macro as a platform test.
This macro is set by the NDK build script explicitely, but it
is better to use __ANDROID__, which is also set by our toolchain
as a compiler prebuilt macro.
This allows usage of these headers with our standalone toolchain.
Change-Id: I431c54e29e502bb9da7a52ef7a58a6341211b4db
2010-10-30 20:41:23 -07:00
Glenn Kasten
cbb9f0d00e
Remove .classpath and .project files
...
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
2010-10-29 15:23:25 -07:00
David 'Digit' Turner
10795d840b
Declare localeconv() in <locale.h>
...
The function is not implemented by our C library, but it is not
possible to build GNU libstdc++-v3 if the declaration is not part
of this header.
Change-Id: Iff6fa63465dde0d4e38c0f91709475bb35b31af9
2010-10-28 17:39:11 -07:00
The Android Automerger
a7e04ad16c
Merge branch 'gingerbread' into gingerbread-release
2010-10-26 17:11:27 -07:00
Roman Nurik
90c1d50252
Add ApiDemo for android.media.audiofx (Visualizer and Equalizer)
...
Change-Id: I4fa3b0aff4edfe80533066a81b0eacc97caa6f86
2010-10-26 14:04:11 -07:00
Mathias Agopian
5a2fb6ce28
Merge "Greatly simplify sample code by using EGL_NATIVE_VISUAL_ID." into gingerbread
2010-10-26 12:18:49 -07:00
Jack Palevich
902b355dfc
Merge "Remove unused Grid object from LabelMaker.java class." into gingerbread
2010-10-26 10:25:13 -07:00
The Android Automerger
71e1187f35
Merge branch 'gingerbread' into gingerbread-release
2010-10-25 21:21:33 -07:00
Mathias Agopian
793509c983
Greatly simplify sample code by using EGL_NATIVE_VISUAL_ID.
...
This is the preferred way of selecting config starting in
gingerbread, this procedure guarantees forward compatibility.
Change-Id: Iff55b545e722205bd029b92da33368129253b8a3
2010-10-25 18:03:55 -07:00
Mathias Agopian
f0c011224a
simplify a bit the native-activity sample code
...
there is no reason to set a depth buffer. this is somewhat confusing.
also, it's better to always specify EGL_SURFACE_TYPE.
Change-Id: Ieff499b0b69a3812773cf3fe08b8bf1ca57a82d9
2010-10-25 17:59:06 -07:00
Dianne Hackborn
a77c1bdd4a
Work on issue #3126018 : No way to specify NativeActivity's native method
...
Update the header file to match the platform change.
Also add an Android.mk so I can actually build this sample when I want to.
Change-Id: I30c3c43fba7c233c59005d916888a46dc7049651
2010-10-25 17:01:49 -07:00
Jack Palevich
9ca6f2c057
Remove unused Grid object from LabelMaker.java class.
...
Also remove unnescessary "executable" bits from a documentation file.
Change-Id: I49bf8a6f0dabece62d16956b7e02c9a846bdd69b
2010-10-25 14:03:27 -07:00
Roman Nurik
83c50ca740
Merge "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." into gingerbread
2010-10-25 13:50:34 -07:00
Scott Main
0c53c5b6f6
Merge "Do not merge. 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." into gingerbread
2010-10-25 11:14:20 -07:00