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

144 commits

Author SHA1 Message Date
Lukasz Kozakiewicz
3b130b10fe URL: add method to get filename (most useful for Android’s content:// scheme). 2017-12-14 18:53:35 +00:00
ed
ea23ddd69e Added a method to DatagramSocket to set whether multicast loopback should be enabled 2017-12-14 15:15:03 +00:00
jules
51f6c5d01c Tidied up a few bits of messy String concatenation 2017-12-05 12:03:30 +00:00
Lukasz Kozakiewicz
7297f62182 FileChooser: actually do store URL security bookmark in a smart pointer (as it was originally on an internal branch). Also update the docs to clearly indicate that a user has to use URL returned from FileChooser. 2017-11-29 22:15:48 +01:00
Lukasz Kozakiewicz
5358756d58 FileChooser: misc fixes and improvements to iOS and Android file choosers. 2017-11-29 16:46:38 +01:00
jules
f85d706131 Some minor formatting and comment fixes 2017-11-28 17:46:15 +00:00
Noah Dayan
4cb6a6fcee Fixed typo in doc of juce_WebInputStream.h 2017-11-27 11:51:53 +00:00
hogliux
1fb38d7864 URL: Fixed an issue when decoding local file URLs which contain a '+' in their paths 2017-11-24 11:13:51 +00:00
hogliux
ae9ec7c6e5 Added URL methods to convert between local file urls (including Android content:// URLs) and JUCE's File class 2017-11-09 16:11:30 +00:00
jules
20147fc0cc A few code cleanups 2017-10-19 17:55:09 +01:00
tpoole
51b3eaebb2 Fixed some VS2013 compiler errors 2017-10-18 11:05:40 +01:00
jules
b0cd45329f Fixed a cast warning, added some missing move operators to ReferenceCountedArray and URL, and tidied up some internal array code 2017-10-13 14:49:49 +01:00
tpoole
3cb185fcc3 A minor code cleanup 2017-10-12 12:31:55 +01:00
jules
970eda679e Added 'final' keyword to a lot of classes from which you really shouldn't be inheriting! 2017-10-09 12:38:06 +01:00
jules
23cdad6a80 Tweaked URL::addEscapeChars() to make its character substitutions more compliant with RFC3986 2017-09-27 10:26:24 +01:00
jules
eda613c6db Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 2017-09-08 08:59:55 +01:00
jules
7c6f3d40b6 Tidied up some method calls involving HeapBlock 2017-09-05 16:06:57 +01:00
Lukasz Kozakiewicz
c8c692e2b7 Android: fix web input stream reporting always total length of -1. 2017-08-31 10:28:24 +01:00
tpoole
ff6d01bc25 Added a function to the InterprocessConnectionServer class to get the bound port number 2017-08-30 09:55:56 +01:00
hogliux
64597c2873 Android: Fixed a potential deadlock in Sockets 2017-08-29 10:27:54 +01:00
hogliux
ade10c9328 Fixed the of documentation of URL::downloadToFile to align with some changes in a recent commit 2017-08-24 14:16:36 +01:00
hogliux
c779982d38 Added an optional usePost parameter to URL::downloadToFile 2017-08-24 12:00:06 +01:00
ed
a68373ac44 URL: Added support for query string parameters without values 2017-07-12 12:03:23 +01:00
tpoole
10b7aa3c16 MinGW: Fixed some build warnings 2017-07-07 11:06:16 +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
tpoole
1c7d1084b9 Minor formatting changes 2017-06-09 11:49:57 +01:00
tpoole
9ae25d13c2 Documentation: Some typo fixes 2017-06-08 16:51:07 +01:00
hogliux
63f179a8db Fixed an issue where the Fallback SimpleDownloader could crash on Android 2017-05-09 11:21:42 +01:00
hogliux
b5afccc37c Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
jules
60e9231fb1 Removed need for std::function in order to use MessageManager::callAsync(). Used it to modernise a few bits of old code. 2017-03-29 15:31:41 +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
cc524bf626 Minor documentation fix 2017-02-28 10:38:27 +00:00
jules
e6ea21d1ae Whitespace fix 2017-02-23 09:56:58 +00:00
jules
297675c5cb Workaround for a compile error in MSVC DLL builds 2017-02-23 09:39:28 +00:00
hogliux
6559b3e185 Fixed multiple harmless warnings in Android builds 2017-02-08 18:07:37 +00:00
hogliux
5cdd316934 Fixed a compiler error when building for Android in recently added IPv6 address support 2017-02-08 16:47:19 +00:00
ed
e09c2b65a1 Added IPv6 support to the IPAddress class 2017-02-07 08:52:49 +00:00
hogliux
2da1bc5f41 Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
hogliux
a84c166c6f Fixed an issue where an iOS background download task would not receive the completion callback when the app is swapped 2017-01-18 12:11:14 +00:00
ed
2a983067ab Fixed bug in OSX network code where Content-Type headers were not being added to HTTP POST requests unless specified manually and renamed a variable in URL::createHeadersAndPostData() method 2017-01-11 15:45:56 +00:00
jules
92f3a1e88f Miscellaneous fixes for some PVS static analyser warnings 2017-01-03 17:22:01 +00:00
tpoole
2e84129479 Updated the juce_audio_basics, juce_audio_devices, juce_blocks_basics, juce_core and juce_events modules to a new ISC license 2016-12-14 10:07:26 +00:00
hogliux
e91d0f900a Fixed a bug where the URL's DownloadTask would not indicate an error if the downloaded file is incomplete 2016-12-12 17:22:15 +00:00
hogliux
fdeea46c8e Fixed a bug where a downloaded file may have been incomplete when accessed just after downloading 2016-12-12 16:46:51 +00:00
tpoole
3fa62bcaf7 Fixed some misnamed Doxygen parameters 2016-12-08 11:05:11 +00:00
tpoole
2f06fdf66c Updated the standalone BLOCKS SDK build 2016-12-07 16:19:28 +00:00
hogliux
6340e541f0 Fixed a bug where StreamingSocket::isLocal would only return true if it was connected to 127.0.0.1 2016-11-28 14:48:14 +00:00
hogliux
caa65e8ff1 Add new URL::downloadToFile method 2016-11-16 11:13:25 +00:00
hogliux
c3ea4f8efe Fixed a warning in MSVC 2013 in JUCE's URL class 2016-11-11 15:16:44 +00:00
hogliux
8499e29241 Fixed a VS2013 warning in juce_URL 2016-11-09 17:35:56 +00:00