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

18 commits

Author SHA1 Message Date
ed
73a4730b27 Projucer: Disable LTO by default on Android. Re-saved all Android projects 2018-01-05 17:50:20 +00:00
ed
b72a626516 Projucer: Updated all the exporters and the project settings to use the new ValueWithDefault class 2018-01-05 17:05:20 +00:00
Lukasz Kozakiewicz
36da4cde05 Add native content sharing support for iOS and Android 2017-12-11 16:08:01 +00:00
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).
2017-11-22 12:43:24 +01:00
Tom Poole
f2261faee7 Fixed some bugs in LTO builds 2017-11-21 15:50:40 +00:00
ed
bf0881bfb2 Projucer: Fixed a few spelling errors 2017-11-09 12:43:27 +00:00
Lukasz Kozakiewicz
073921445c Android: add WebBrowserComponent implementation. 2017-11-07 19:36:10 +01:00
Lukasz Kozakiewicz
bb7b8e6ee9 Projucer: use “userLandscape” or “sensonLandscape” screen orientation for Android if available. 2017-11-07 12:39:21 +01:00
tpoole
7867534ddf Fixed some typos in the Android exporter 2017-11-06 11:43:01 +00:00
hogliux
00d7938174 Android: Updated Android exporter to support Android Studio 3.0 2017-11-03 10:17:45 +00:00
tpoole
eb8fecf816 Formatting improvements 2017-10-23 15:03:25 +01:00
Lukasz Kozakiewicz
b2d2bda7a1 Add Push Notifications feature for iOS and Android. 2017-10-23 09:31:06 +02:00
Lukasz Kozakiewicz
df1b43b704 Projucer: allow to specify custom content of AndroidManifest.xml 2017-10-20 16:27:53 +02:00
tpoole
21315abce4 Projucer: Added beta CLion exporter support 2017-10-19 14:26:12 +01:00
hogliux
c2a04a3c98 Android: Added support for adding asm files to Android projects 2017-10-18 10:58:07 +01:00
ed
559ff6778b Projucer: Added a link-time optimisation option to all exporters 2017-10-11 16:19:29 +01:00
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 2017-10-10 11:33:55 +01:00
hogliux
54029e776d Projucer: Re-factored source code groups and general code clean-up 2017-09-29 14:55:01 +01:00
Renamed from extras/Projucer/Source/Project Saving/jucer_ProjectExport_Android.h (Browse further)