Commit Graph

76 Commits

Author SHA1 Message Date
guanghuafan
a9b96b9e2e Update minSdkVersion/NDK to 14 2017-07-24 20:51:27 -07:00
guanghuafan
58a539c092 audio-echo: play silent buffers at the beginning then,
inside player callback thread, switch to
            the captured frames when audio has indeed
            captured from recorder
native-audio:
            release lock when resetting playback to CLIP_NONE
2017-07-17 17:50:23 -07:00
Adithya J
50cda1932c Update support library version to 25.2.0 2017-03-07 17:55:48 +05:30
Adithya J
9d8bc765b6 Update Android Plugin for Gradle to 2.3.0 2017-03-07 16:24:45 +05:30
Adithya J
38220c3dae Update SDK Version to 25 2017-02-05 20:21:43 +05:30
guanghuafan
957cd0206a Update to Android Studio 2.2.3
Tested a few samples on Android 22
2016-12-09 14:22:55 +08:00
guanghuafan
a8e83c33f7 Disable uriPlayer from UI to workaround bug:
https://github.com/googlesamples/android-ndk/issues/229
2016-10-31 09:27:22 -07:00
Tamas Berghammer
00edde0c2d Cleanup the cmake build files
* Uniformalize the syntax used for the different projects
* Remove the usage of "glob" expressions
* Sort file lists to alphabetical order
* Replace uses of include_directories with target_include_directories
* Move some of the logic to subdirectories
* Remove a copy of native app glue
2016-10-05 15:09:11 -07:00
guanghuafan
c6f78d2eae Fix Readme.md issues and other minor modifications 2016-09-19 12:23:34 -07:00
guanghuafan
a550ca9b3a Merging master-ndkbuild branch into cmake branch
source code are shared with cmake's copy
  two-libs and test-libstdc++ are not shared with cmake
also consolidated Teapots project into one projects called teapots:
  Teapot
  MoreTeapots
  choregrapher-30fps (has its own ndk-helper code)
2016-08-25 12:46:25 -07:00
guanghuafan
1cae952643 Prepare version update change for code review 2016-08-22 23:26:13 -07:00
guanghuafan
3856be5d00 Update build to android studio/gradle version 2.2.0-beta1 2016-08-22 16:53:20 -07:00
guanghuafan
d9b2262a42 update to Android 2.2-alpha5 2016-06-30 21:51:48 -07:00
guanghuafan
1513a7f228 Update to android studio preview 4 with cmake support 2016-06-23 17:03:15 -07:00
guanghuafan
1aaccfa48e Add a few more samples:
audio-echo
   bitmap-plasma
   MoreTeapot
   choreographer
   gles3jni
   hello-gl2
   native-audio
   native-codec
   native-media
   native-plasma
   san-angeles
   sensor-graph
2016-06-07 23:25:54 -07:00
guanghuafan
b2e30e055d Porting samples to android-cmake 2016-05-24 13:33:58 -07:00
Gerry
05708a4da9 Merge pull request #198 from ggfan/runtime-permission2
light-weighted implementation for run-time permission request
2016-05-13 00:05:39 -07:00
guanghuafan
8475b22612 Enable Runtime permission for audio-echo and native-audio 2016-05-06 13:51:38 -07:00
guanghuafan
b50e07edc5 change flag to mutex lock for native-audio 2016-05-04 15:34:32 -07:00
guanghuafan
015402ed7d Update platformVersion to all samples 2016-05-03 11:48:21 -07:00
guanghuafan
c5118fe6bc removing C++ and only keep NDK in android studio's categories 2016-04-27 22:25:54 -07:00
guanghuafan
b804cb4c10 adding .google dir into native-audio 2016-04-27 21:43:25 -07:00
guanghuafan
e0890876e7 update to gradle plugin 0.7.0-rc1
switch to clang to build app
2016-04-24 15:46:54 -07:00
guanghuafan
4120f200a7 Updated a few C++ projects
stl to gnustl_static [c++_static/shared not mature]
    use gcc to build [clang has trouble on windows(*)]
    use source code from ndk directly for native_app_glue and cpufeatures
    update gradle build scripts to latest dsl syntax
Tested:  MacX build, emulator and N5X
2016-04-17 18:42:18 -07:00
Hak Matsuda
241763756a Update Teapot/MoreTeapot sample.
- Move ndk_helper and misc shared code under Common/
- Adjust viewport aspect when a screen is rotated.
- Fix FPS disappearing after screen rotation.
- Clean up code.
- Update gradle versions in samples.

Tested: on Nexus6P with NDKr11.
2016-03-23 17:46:23 -07:00
Johan Euphrosine
62e8b660d3 README: add link to gradle experimental docs 2016-02-01 13:57:56 -08:00
Raymond Chiu
0c867fe8f7 Remove incorrectly set compileOpions 2016-02-01 11:39:26 -08:00
Johan Euphrosine
39ab44a430 bump build-tools 2015-12-30 11:16:56 -08:00
Damien Mabin
b777807fa8 Remove unproper screenshoots
Reduce size of the others
2015-12-08 19:21:41 +00:00
Damien Mabin
ee214e69e4 Add missing screenshots for samples 2015-12-08 19:06:48 +00:00
Johan Euphrosine
c6d9ebc392 Merge pull request #101 from proppy/bump-gradle-3
bump gradle android plugin to 0.4.0
2015-11-12 18:27:32 -08:00
Johan Euphrosine
521eaa18ed app/build.gradle: switch from += to add 2015-11-12 17:40:01 -08:00
Johan Euphrosine
0d5161a9f1 bump to gradle 2.8-bin 2015-11-12 14:33:09 -08:00
Johan Euphrosine
2fe6c6b8e1 bump to 0.4.0 2015-11-12 14:09:09 -08:00
Johan Euphrosine
9d2d252810 bump to alpha7 2015-10-09 14:49:06 -07:00
Johan Euphrosine
1fe7ab85b2 bump to gradle-experimental-0.3.0alpha5 2015-10-01 18:53:58 -07:00
Philipp Hasper
a20fcfeb93 README: Fixed wrong markdown links
The contributing file is one step higher in the hierarchy
2015-09-29 10:40:32 +02:00
Johan Euphrosine
a08ca5290e bump gradle to 2.6-all 2015-09-14 13:08:19 -07:00
Johan Euphrosine
7d55187429 bump gradle to 0.3.0 2015-09-14 12:16:17 -07:00
Johan Euphrosine
109f4ee978 downgrade sample with permissions to 22 2015-09-08 14:38:48 -07:00
Johan Euphrosine
8a54aab854 native-audio: remove assert 2015-09-04 11:26:08 -07:00
Johan Euphrosine
92bd12d80b native-audio: add targetapi annotations and fix version test 2015-09-04 11:25:57 -07:00
Johan Euphrosine
e61abfe006 native-audio: remove hardcoded strings 2015-09-04 11:25:10 -07:00
Johan Euphrosine
0df9921910 gradle: force java 7 2015-09-03 14:48:59 -07:00
Johan Euphrosine
e25098f30b AndroidManifest: remove trailing whitespace 2015-09-02 15:02:29 -07:00
Johan Euphrosine
d96739f533 fix most lint warnings 2015-09-02 15:02:29 -07:00
Johan Euphrosine
195cbd2e6a README: fix G+ link 2015-08-25 16:30:20 -07:00
Johan Euphrosine
328af6a40b README: fix getting started section 2015-08-25 16:25:41 -07:00
Johan Euphrosine
1ba7e4b409 bump buildToolsVersion 2015-08-24 16:45:51 -07:00
Johan Euphrosine
154dfb1a84 bump api level to 23 2015-08-24 16:26:54 -07:00