History log of /development/ndk/platforms/android-9/samples/native-plasma/jni/plasma.c
Revision Date Author Comments
c21a50504496ddc53598da246686ffd91941edfd 01-Feb-2013 Andrew Hsieh <andrewhsieh@google.com> Fix warnings in sample detected by NDK_ANALYZE=1

Change-Id: I999a96fb3de5225adde91eb014170ffd7b6092f6
4ba2dd50808be479df49c15b0baf68fd57220c17 06-Dec-2012 Andrew Hsieh <andrewhsieh@google.com> Fix warning compiling samples with clang3.1

Change-Id: I166cc64d34dcf8dd99fc28f2556306b8795e3c7e
9f44e9710843c3918e6889b077e11cc4535b0edd 14-Sep-2010 Jeff Brown <jeffbrown@google.com> Update NDK headers and samples to sync up with looper API changes.

Change-Id: I7082603bf280888be90dc4df687521aaae9b1d02
d3d58cf7d3a508bb855c2ad626205ddcbb3bd237 08-Sep-2010 Dianne Hackborn <hackbod@google.com> Update to follow ALooper ident change.

Also the native-activity sample also has some very simple code showing
how to listen to the accelerometer.

Change-Id: I0629b8bc40cddd66233c1675cd5e8b42a9b722d8
79b946e8f2ccb552e1a3fe8222f660b9a76cc001 04-Aug-2010 Dianne Hackborn <hackbod@google.com> Some native activity sample code cleanup.

Update to include newest headers and library, tweak glue code to
work better with state saving and add support for config changes.

Change-Id: I4d27bd4a0f542f217efaec86cf4f219aca020426
f4790e6f9e47347996e62ecd27ff55b6499cf97a 30-Jul-2010 David 'Digit' Turner <digit@google.com> Separate platform files and samples by API level.

Remove all duplicate platform files, i.e development/ndk/platforms/android-N now
only contains files that are introduced in API level 'N' and not found in level 'N-1'

(This makes it easier to manage independent platform release branches, and makes
platform additions trivial to examine and maintain).

Move samples that depends on features of API level 'N' into platforms/android-N/samples

+ update tests/run-all.sh accordingly

Change-Id: I04c4c67c6c674c1714d5812d461d0524a4f4cfd9