2 Commits (e12c801846a9ad185b47f7034492bd3e5cd24c74)

Author SHA1 Message Date
  Timur Doumler b94d2810e7 Refactored Android exporters to use CachedValue and get rid of some bloat. Fixed a bug on the way where Android Studio was using target SDK 23 but Android Ant was using target SDK 11. 9 years ago
  Timur Doumler 70949aa0c6 Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects. 9 years ago
  Timur Doumler 086eef8ba6 Minor comment clean-up. 9 years ago
  Timur Doumler c1be347a3d Introjucer: Refactored the Android exporters; fixed several bugs in Android Studio exporter and added some missing build properties along the way. 9 years ago
  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). 9 years ago
  hogliux bd9d67fd30 Add screenSize to configChanges in android manifest 9 years ago
  Timur Doumler 29a6451c19 Introjucer: added Android screen orientation setting. 9 years ago
  Timur Doumler d4ace1b983 Introjucer: increased default minimum Android SDK from 10 to 23 to allow Android Studio projects to compile out of the box with a default AS installation. 9 years ago
  jules 3d93d30499 Introjucer: better whitespace trimming of generated java files 9 years ago
  hogliux 00aefd3ec3 Add bluetooth permissions by default for android exporters 9 years ago
  jules a2a2db98a3 Introjucer: removed a couple of bits of C++11 code 9 years ago
  jules 89ba69ab29 Android Bluetooth MIDI, pro-audio i/o and improved openGL support 9 years ago
  jules 810f2bfb2a Introjucer: Added Android Studio exporter 9 years ago
  jules 5fcf662375 Fixes for Introjucer in Xcode 7 9 years ago
  hogliux 42cd7174f1 Change number of parallel build threads to four on Android 9 years ago
  jules 21dabf778d Introjucer: Refactored global path implementation 9 years ago
  Timur Doumler 7c226fcf92 Introjucer: C++98 compile fixes. 9 years ago
  Timur Doumler a178731a95 refactoring: put initialisation of dependency path values into the individual exporters, called from their constructors. 9 years ago
  Timur Doumler f4c91eca99 Fixed exporting global/fallback path settings for Android exporter by moving Android SDK/NDK DependencyPathValueSource ownership into the project. 9 years ago
  Timur Doumler d9cd459032 Moved dependency path key strings into better location (DependencyPath utility class) 9 years ago
  Timur Doumler c922162b03 Introjucer: added global preferences window and global SDK path settings. 9 years ago
  hogliux ce2793ca2d Add option in Introjucer to specify custom Android Activity sub-class 9 years ago
  hogliux c7b8e77031 Update copyright notice 9 years ago
  jules 43ce64a099 Introjucer: refactored some functions and made it add "--no-undefined" to linux VST makefile linker settings. 10 years ago
  jules a1dfafe2c8 Introjucer: added Android version number 10 years ago
  jules e84797b508 Introjucer: added options for specifying shared libraries for use on Android. 10 years ago
  jules 31f0d5e239 Introjucer: added more options for optimisation levels on GCC/LLVM targets. 10 years ago
  jules cbe1e6bcdc Introjucer: Updated the default android NDK version from 8 to 10 10 years ago
  jules e5b5a164eb Introjucer: added theme support and import-modules for Android builds. 10 years ago
  jules fc6d485b29 Introjucer: enabled C++11 support by default in android projects 10 years ago
  jules 86fc9d7e16 Introjucer: Updates to the android exporter, adding a toolchain version setting. 10 years ago
  jules 8146a6bc37 Fix for android 'ant clean' operation. 11 years ago
  jules d582a66917 Introjucer: Added gnu++0x flag for android builds. Support for SVG icons. 11 years ago
  jules a9c4a69408 Introjucer: added a button to copy module paths across all modules. 11 years ago
  jules f4a5a0ecb4 Introjucer: better exporting of absolute module paths in android makefiles. 11 years ago
  jules 64391b7552 Introjucer: began refactoring some module-management code. 11 years ago
  jules 61e87b7ead Introjucer: added LOCAL_ARM_MODE flag for android. 11 years ago
  jules f196f88330 Introjucer: added a menu to choose which IDE to launch when there's more than one. 11 years ago
  jules 82d305a2a2 Introjucer: added exporter for VS2013 12 years ago
  jules ddc1524742 Updated headers in demo project files. 12 years ago
  jules ce3050f547 Introjucer: added link flags to LOCAL_LDLIBS for android build. 12 years ago
  jules 84dd03930b Introjucer: set LOCAL_CFLAGS variable for Android. 12 years ago
  jules 5601c4d189 Introjucer: Added an exporter for Code::Blocks projects 12 years ago
  jules d0135d9efc Worked around a GCC compiler bug. Also tidied up a bunch of GCC warnings. 12 years ago
  jules 891e0c5343 Introjucer: Xcode tweak so that newer Xcode versions still put the build products in the build/[config] folder by default. 12 years ago
  jules 22b98217d8 Introjucer: fix for android not using external libraries setting. 12 years ago
  jules 69a08e3fb2 Removed some superfluous semicolons. 12 years ago
  jules 699b5303e2 Android: multi-touch support. 12 years ago
  jules 0a1c88be30 Android: setting targetSDKVersion flag. 12 years ago
  jules 06e2a667fb Introjucer: change to android manifest to improve graphics performance. Stopped alertwindows being always-on-top in plugins. 12 years ago