ed
|
bf8adbc29a
|
Projucer: Added an option to set the path to the Android Studio executable in the "Global Paths" settings
|
7 years ago |
hogliux
|
224bed4c86
|
Android: Added binary location support when building Android static libraries
|
7 years ago |
hogliux
|
f08dccf3b1
|
Android: Update Projucer to support AS 3.1.2
|
7 years ago |
hogliux
|
e6554b8e85
|
Android: Make JUCE work with latest AS 3.1.2
|
7 years ago |
Lukasz Kozakiewicz
|
315326477d
|
Add video playback support for Android and iOS. Update VideoComponent API to support building custom UIs.
|
7 years ago |
Lukasz Kozakiewicz
|
772185f2b0
|
Add camera support for iOS and Android.
|
7 years ago |
Tom Poole
|
ab863a6dc2
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
Tom Poole
|
4229dc0a4f
|
Made a lot of ScopedPointer usage conform to the std::unique_ptr interface
|
7 years ago |
hogliux
|
2271d3b734
|
Android: Android Studio 3.1 now requires the google() repository to come before any other repositories
|
7 years ago |
hogliux
|
a82047aea9
|
Android: Updated to latest android gradle plugin and build tools version
|
7 years ago |
ed
|
32789aec6c
|
Projucer: Added getJUCEModules() and getJUCEExporters() methods to MiscUtilities and use getTargetFolderForExporter() for setting exporter's target locations
|
7 years ago |
Lukasz Kozakiewicz
|
c859b4af1d
|
Android: add support for Google Oboe (developer preview).
|
7 years ago |
ed
|
06773f18bb
|
Projucer: Add C++17 flag to exporters that support it
|
7 years ago |
Lukasz Kozakiewicz
|
4be6679aab
|
Projucer: add option to specify custom drawable resources in Android exporter.
|
7 years ago |
Lukasz Kozakiewicz
|
7158847b6b
|
Projucer: allow to customise remote notifications config file per build configuration.
|
7 years ago |
Lukasz Kozakiewicz
|
0bc498e913
|
Projucer: add option to customise activity base class in Android exporter.
|
7 years ago |
Lukasz Kozakiewicz
|
71d1feb391
|
Projucer: add option to include Java JAR libs to Android exporter.
|
7 years ago |
hogliux
|
982bd58609
|
Android: Updated default gradle android plugin version to 3.0.1
|
7 years ago |
ed
|
2d43125a95
|
Projucer: Cleaned up the exporter code
|
7 years ago |
jules
|
7d24b39f18
|
Cranked up the Clang warning level in the projucer, and fixed a few minor warnings
|
7 years ago |
ed
|
73a4730b27
|
Projucer: Disable LTO by default on Android. Re-saved all Android projects
|
7 years ago |
ed
|
b72a626516
|
Projucer: Updated all the exporters and the project settings to use the new ValueWithDefault class
|
7 years ago |
Lukasz Kozakiewicz
|
36da4cde05
|
Add native content sharing support for iOS and Android
|
7 years ago |
Lukasz Kozakiewicz
|
87831624cb
|
Android: disable hardware acceleration on ComponentPeerView level rather than application level to allow embedded views to use hardware acceleration if needed.
This circumvents the issue in web view scrolling that happens only when using software rendering (a potential bug in chromium).
|
7 years ago |
Tom Poole
|
f2261faee7
|
Fixed some bugs in LTO builds
|
7 years ago |
ed
|
bf0881bfb2
|
Projucer: Fixed a few spelling errors
|
7 years ago |
Lukasz Kozakiewicz
|
073921445c
|
Android: add WebBrowserComponent implementation.
|
7 years ago |
Lukasz Kozakiewicz
|
bb7b8e6ee9
|
Projucer: use “userLandscape” or “sensonLandscape” screen orientation for Android if available.
|
7 years ago |
tpoole
|
7867534ddf
|
Fixed some typos in the Android exporter
|
7 years ago |
hogliux
|
00d7938174
|
Android: Updated Android exporter to support Android Studio 3.0
|
7 years ago |
tpoole
|
eb8fecf816
|
Formatting improvements
|
7 years ago |
Lukasz Kozakiewicz
|
b2d2bda7a1
|
Add Push Notifications feature for iOS and Android.
|
7 years ago |
Lukasz Kozakiewicz
|
df1b43b704
|
Projucer: allow to specify custom content of AndroidManifest.xml
|
7 years ago |
tpoole
|
21315abce4
|
Projucer: Added beta CLion exporter support
|
7 years ago |
hogliux
|
c2a04a3c98
|
Android: Added support for adding asm files to Android projects
|
7 years ago |
ed
|
559ff6778b
|
Projucer: Added a link-time optimisation option to all exporters
|
7 years ago |
jules
|
2ee168ad46
|
Deprecated File::separator and File::separatorString, replacing them by static getter functions, so that File methods can be safely used in static constructors without order-of-initialisation problems
|
7 years ago |
hogliux
|
54029e776d
|
Projucer: Re-factored source code groups and general code clean-up
|
7 years ago |
Lukasz Kozakiewicz
|
f65500ec7b
|
InAppPurchases: fix linker error on iOS when product unlocking module is included by IAP capability is turned off.
|
7 years ago |
hogliux
|
cd46000927
|
Projucer: sign the apk with user provided credentials in both debug and release mode
|
7 years ago |
hogliux
|
df91b15455
|
Added in-app purchase feature to JUCE
|
7 years ago |
ed
|
b9ea65b0c1
|
Projucer: Fixed a couple of potential race conditions when saving a project
|
7 years ago |
hogliux
|
662cf06a52
|
Projucer: Don't delete the entire src/main/java folder when re-saving Android projects
|
7 years ago |
ed
|
2e81e8a0dc
|
Projucer: Made the C++ language standard option a per-project instead of per-build configuration setting. Added an option to enable GNU compiler extensions for supported exporters. Added the option to specify a minimum C++ language standard in module declarations and added a warning to the Projucer when adding a module that has a higher standard than currently set.
|
7 years ago |
tpoole
|
98cb1011bb
|
JUCE Demo: Increased the compiler warning level
|
7 years ago |
hogliux
|
62101b554c
|
Android: Fixed an issue where optimisation flags would be ignored by Android Studio/gradle
|
7 years ago |
hogliux
|
8afcd55079
|
Android Exporter: Fixed a bug where the exporter specific extra macro pre-processor config field in the Projucer would be ignored completely
|
7 years ago |
hogliux
|
8d645b8333
|
Projucer Android Exporter: Fixed a bug where pre-processor macros would not be escaped correctly (Fixes #215)
|
7 years ago |
hogliux
|
c8a3410288
|
Android: Upgraded default android gradle plug-in and build tools version to match latest Android Studio
|
7 years ago |
hogliux
|
c54409c7ad
|
Android: Updated default version value for the android gradle plugin to the latest version
|
7 years ago |