1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-20 01:14:20 +00:00
Commit graph

21 commits

Author SHA1 Message Date
Timur Doumler
9ea874428c Added feature RuntimePermissions, which allows to request permissions at runtime to access the microphone and bluetooth (required for Android apps using SDK Level 23 and above). 2016-02-25 10:12:30 +00:00
Timur Doumler
1b8c8bdb5d Introjucer Android Studio export: Switched gradle experimental wrapper version from 0.6.0-alpha5 to 0.6.0-beta5. 2016-02-17 14:44:36 +00:00
Timur Doumler
5edc467755 Introjucer Android Studio export: updated versions of gradle and gradle-experimental wrapper to current ones. 2016-02-02 11:49:05 +00:00
Timur Doumler
30840f2718 Introjucer Android Studio export: removed minifyEnabled flag from release build (was causing crashes on startup). 2016-02-02 11:49:05 +00:00
Timur Doumler
ce1547aa66 Introjucer Android Studio exporter: added missing export of per-configuration header and library search paths. 2016-01-25 13:10:44 +00:00
Timur Doumler
ecc4c7d492 Introjucer Android Studio export: switched toolchain from gcc 4.9 to clang 3.6 for better compatibility with Android Studio 2 Preview. 2016-01-15 09:17:27 +00:00
Timur Doumler
f88467eca9 Introjucer: added build.gradle signing config options to Android Studio exporter. 2016-01-14 17:37:08 +00:00
jules
80b689b73d Fix for android studio config-specific preprocessor defs 2016-01-14 16:13:45 +00:00
Timur Doumler
650395dd10 Introjucer: various fixes and improvements to Android Studio export; switched to gradle 2.9. 2016-01-13 18:18:12 +00:00
Joshua Gerrard
1580dcd7e3 Escape Android Studio path with quotes on all platforms rather than just Windows. 2015-12-14 16:24:41 +00:00
Timur Doumler
09e4ca57c5 Added Android Studio exporter build tools option. 2015-12-14 16:24:33 +00:00
Joshua Gerrard
a7dbf4e4be Fixed minimum SDK version not being used to generate minSdkVersion in Android Studio 2015-12-14 16:24:24 +00:00
Joshua Gerrard
05b4b35393 Added workaround for Android Studio bug regarding .idea folder missing 2015-12-14 16:24:20 +00:00
Timur Doumler
eb62e74dc4 Surround path with escaped quotes so that Android Studio can open projects on Windows that contain whitespace in the path. 2015-12-14 16:24:13 +00:00
hogliux
d298da62cd Fix missing Android API version definition in Android Studio exporter 2015-11-11 16:03:39 +00:00
Joshua Gerrard
4400db5969 Added NDK platform version setting to Android Studio exporter 2015-11-09 17:48:00 +00:00
Joshua Gerrard
cd67db7478 Fixed paths containing ${user.home} not working in Android Studio 2015-11-09 17:46:07 +00:00
jules
a2a2db98a3 Introjucer: removed a couple of bits of C++11 code 2015-11-06 10:14:37 +00:00
hogliux
a66d6aed28 Add more sensible default architectures 2015-11-03 20:46:00 +00:00
jules
89ba69ab29 Android Bluetooth MIDI, pro-audio i/o and improved openGL support 2015-11-03 10:37:52 +00:00
jules
810f2bfb2a Introjucer: Added Android Studio exporter 2015-11-02 16:13:46 +00:00