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
|
8 years ago |
hogliux
|
62101b554c
|
Android: Fixed an issue where optimisation flags would be ignored by Android Studio/gradle
|
8 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
|
8 years ago |
hogliux
|
8d645b8333
|
Projucer Android Exporter: Fixed a bug where pre-processor macros would not be escaped correctly (Fixes #215)
|
8 years ago |
hogliux
|
c8a3410288
|
Android: Upgraded default android gradle plug-in and build tools version to match latest Android Studio
|
8 years ago |
hogliux
|
c54409c7ad
|
Android: Updated default version value for the android gradle plugin to the latest version
|
8 years ago |
tpoole
|
4965cdf030
|
Android: Added support for static libraries in modules
|
8 years ago |
jules
|
56a2ad4231
|
Projucer: Add various android project properties to the Android exporter to add custom resources and gradle dependencies
|
8 years ago |
hogliux
|
2cdf30dd46
|
Android: Added external storage read/write permissions to RuntimePermissions class
|
8 years ago |
hogliux
|
c63fd17568
|
Android & Projucer: Use more reliable cpu-features package to get CPU SystemStats on Android
|
8 years ago |
hogliux
|
f0a1b0b5e6
|
Projucer: Added an error message if your activity class name contains underscores
|
8 years ago |
jules
|
7f5abd41b1
|
Projucer: Fixed a crash in the android exporter when VST3 is enabled
|
8 years ago |
hogliux
|
b5afccc37c
|
Updated file headers and the README with the JUCE 5 license
|
8 years ago |
hogliux
|
e2f38312b6
|
Updated Projucer's default android plugin version to latest (2.3.1)
|
8 years ago |
jules
|
44cd80969d
|
A few C++11 modernisations and comment corrections
|
8 years ago |
jules
|
8ed41ed14b
|
Fixed some whitespace style and cleaned up some code using C++11
|
8 years ago |
hogliux
|
c26f9f3720
|
Added Projucer option to select c++ language standard in Android exporter
|
8 years ago |
hogliux
|
52fdb2bb3f
|
Updated default gradle version to 3.3 to match newest android plug-in version
|
8 years ago |
hogliux
|
77820cfd0b
|
Updated default android gradle plugin version to 2.3.0
|
8 years ago |
hogliux
|
67b0e58187
|
Added code to ensure that assets are not copied when extra assets paths in Android are not specified
|
8 years ago |
hogliux
|
2e0e984145
|
Add support for adding extra Android assets
|
8 years ago |
hogliux
|
0b6131034b
|
Modified Android exporter to use the jucer file's extra libraries in a more cmake way
|
8 years ago |
hogliux
|
934aa72d6f
|
Fixed an issue where the Projucer would not detect OpenGL ESv3 support correctly on Android
|
8 years ago |
hogliux
|
fb47a9068a
|
Fixed a typo in the CMake file generator in the Android exporter
|
8 years ago |
hogliux
|
cb6d43cbae
|
Added preliminary support for static libraries on Android
|
8 years ago |