ed
|
cb1f02696f
|
Fixed a leak in URLConnectionState
|
2017-08-15 10:25:13 +01:00 |
|
hogliux
|
ee4993f0ff
|
Fixed File::getCreationTime() to return the correct creation time on macOS/iOS
|
2017-08-14 11:59:31 +01:00 |
|
hogliux
|
df91b15455
|
Added in-app purchase feature to JUCE
|
2017-08-09 20:15:17 +01:00 |
|
hogliux
|
1b7d30f0f4
|
Android: Moved more Java code into C++
|
2017-08-04 18:49:14 +01:00 |
|
ed
|
6d1a0acd07
|
Projucer: Added a workaround for some errors when using the live-build engine with the XCode 9 beta
|
2017-08-04 11:57:26 +01:00 |
|
tpoole
|
fe134173f6
|
iOS: Fixed an openURL iOS 10 deprecation
|
2017-08-01 15:37:19 +01:00 |
|
hogliux
|
52fb43b1a7
|
Windows: Added windows implementation for SystemStats::getDeviceDescription
|
2017-07-31 15:57:07 +01:00 |
|
tpoole
|
d2175cfe86
|
Fixed a compiler warning in ObjCHelpers
|
2017-07-26 16:05:06 +01:00 |
|
tpoole
|
98cb1011bb
|
JUCE Demo: Increased the compiler warning level
|
2017-07-18 13:09:03 +01:00 |
|
tpoole
|
10b7aa3c16
|
MinGW: Fixed some build warnings
|
2017-07-07 11:06:16 +01:00 |
|
hogliux
|
03c08027ac
|
Android: Added new thread priority specifically for realtime audio render threads. Currently, only implemented in Android.
|
2017-07-03 16:50:59 +01:00 |
|
jules
|
74c96208fe
|
Removed Quicktime from the OSX build, and replaced the video player and camera implementations with AVFoundation
|
2017-06-30 16:08:51 +01:00 |
|
jules
|
01e7673053
|
Tweaked in internal Obj-C name
|
2017-06-30 16:07:45 +01:00 |
|
hogliux
|
ccb4ce8829
|
Android: Fixed a linker error when building in release mode
|
2017-06-26 18:23:16 +01:00 |
|
jules
|
d6ec66d4f9
|
Fixed build error when using non-UTF8 strings
|
2017-06-21 10:42:23 +01:00 |
|
hogliux
|
f1dc2a71f3
|
Android: Fixed a compiler error when compiling for Android SDKs < 16 (and re-saved all projects)
|
2017-06-21 09:51:16 +01:00 |
|
ed
|
201a85acd7
|
Android: Added a virtual backButtonPressed() method to JUCEApplicationBase which can be overridden to be informed when the back button is pressed on a device.
|
2017-06-20 16:40:03 +01:00 |
|
tpoole
|
80229c24a9
|
WebInputStream: Canceling a connection is now thread safe and prevents subsequent connection attempts
|
2017-06-20 14:09:41 +01:00 |
|
jules
|
4df76276d3
|
Refactored win32 OS version detection to avoid Windows pretending to be a lower version than it really is
|
2017-06-20 12:52:26 +01:00 |
|
tpoole
|
8e4c187451
|
WebInputStream: Fixed bug preventing cancellation of streams on Linux
|
2017-06-15 15:33:57 +01:00 |
|
ed
|
562a2b5d9f
|
Windows: Fixed a bug where HTTPS security features were being disabled
|
2017-06-15 10:21:07 +01:00 |
|
hogliux
|
0b20507c8b
|
Android: Ensured that OpenSL audio callbacks can call into Java (even if this is not recommended)
|
2017-06-06 11:09:20 +01:00 |
|
hogliux
|
2cdf30dd46
|
Android: Added external storage read/write permissions to RuntimePermissions class
|
2017-06-06 11:07:09 +01:00 |
|
jules
|
f212ff5923
|
Removed some sscanfs from COM GUID parsing
|
2017-05-31 11:37:16 +01:00 |
|
jules
|
5e3a5d5e1b
|
Fix for the non-curl linux http request header format
|
2017-05-31 10:45:00 +01:00 |
|
jules
|
5bdd485a31
|
DRYed some win32 COM helper macros. Stripped out some junk from juce_win32_Windowing
|
2017-05-30 16:43:07 +01:00 |
|
hogliux
|
c63fd17568
|
Android & Projucer: Use more reliable cpu-features package to get CPU SystemStats on Android
|
2017-05-16 13:42:35 +01:00 |
|
tpoole
|
8b78e90241
|
Win32: Added globalApplicationsDirectoryX86 to File::SpecialLocationType
|
2017-05-11 15:33:00 +01:00 |
|
hogliux
|
c22547e7ec
|
Fixed the implementation of setCurrentThreadAffinityMask on Android
|
2017-05-05 16:30:03 +01:00 |
|
ed
|
fa0b097652
|
Fixed some Projucer live-build errors on Windows and added an option to set the Windows target platform
|
2017-05-04 12:47:18 +01:00 |
|
jules
|
0c24b48be8
|
Fix for detection of number of CPU cores on Windows
|
2017-05-04 11:51:06 +01:00 |
|
hogliux
|
7031f595d2
|
Fixed an issue where thread names were not set on Android
|
2017-05-04 10:51:15 +01:00 |
|
hogliux
|
b5afccc37c
|
Updated file headers and the README with the JUCE 5 license
|
2017-04-27 14:43:04 +01:00 |
|
jules
|
e778d35fdc
|
Refactored some internal win32 file attribute functions
|
2017-04-26 16:11:16 +01:00 |
|
hogliux
|
1bdbd6f969
|
Fixed a potential access-after-free crash in the macOS/iOS implementation of WebInputStream
|
2017-04-23 12:09:33 +01:00 |
|
hogliux
|
86e28d1e42
|
Restructured android threading code to re-use threading code in juce_posix_Shared.h
|
2017-04-12 18:13:16 +01:00 |
|
hogliux
|
3cd9bed7d9
|
Ensured that gatt connection priority is only requested after the gatt has connected
|
2017-04-11 17:57:14 +01:00 |
|
hogliux
|
5b833d6648
|
Added Android workaround to force BLE Midi devices on low-latency device path
|
2017-04-10 18:10:06 +01:00 |
|
hogliux
|
8aea84e20c
|
Added pause after opening MIDI BLE device on Android to improve MIDI BLE reliability
|
2017-04-05 19:07:47 +01:00 |
|
hogliux
|
dcdcfaa7e9
|
Added several improvements to Android BLE MIDI reliability
|
2017-03-30 17:03:35 +01:00 |
|
hogliux
|
4c7a92ecfa
|
Ensured that SystemStats::getUserLanguage and SystemStats::getUserCountry returns an ISO code on Android
|
2017-03-30 11:32:06 +01:00 |
|
jules
|
e122d2b9e4
|
Fixed a typo in iOS network code
|
2017-03-28 19:39:51 +01:00 |
|
jules
|
44cd80969d
|
A few C++11 modernisations and comment corrections
|
2017-03-28 12:31:51 +01:00 |
|
jules
|
3b2014a5db
|
Code cleanups in OSX networking
|
2017-03-27 16:32:30 +01:00 |
|
jules
|
8ed41ed14b
|
Fixed some whitespace style and cleaned up some code using C++11
|
2017-03-27 13:06:42 +01:00 |
|
tpoole
|
e4857ceaae
|
Added MacOS SystemStats::getDeviceDescription
|
2017-03-21 15:23:43 +00:00 |
|
jules
|
4c6d20681d
|
Made WindowsRegistry::deleteKey operate recursively
|
2017-03-21 11:25:59 +00:00 |
|
jules
|
f6873c2273
|
(Fixed a typo in linux code in the last commit)
|
2017-03-13 12:10:47 +00:00 |
|
jules
|
2d192bed9b
|
Added method SystemStats::getNumPhysicalCpus()
|
2017-03-13 10:38:53 +00:00 |
|
hogliux
|
51d5572220
|
Added showYesNoBox to NativeMessageBox class
|
2017-03-06 12:39:09 +00:00 |
|